]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-10-07 Kevin Ryde <user42@zip.com.au>
2
3 * textmodes/reftex-vars.el (defgroup reftex): Update home page
4 url-link.
5
6 * strokes.el (defgroup strokes): Remove invalid url-link.
7
8 2006-10-07 Magnus Henoch <mange@freemail.hu>
9
10 * autoinsert.el (auto-insert-alist): Doc fix.
11
12 2006-10-07 Johan Bockg\e,be\e(Brd <bojohan@dd.chalmers.se>
13
14 * mouse-sel.el (mouse-insert-selection-internal): Use
15 insert-for-yank, so that yank handlers are run.
16
17 2006-10-07 Kim F. Storm <storm@cua.dk>
18
19 * ido.el (ido-file-extension-aux): Fix comparison.
20
21 2006-10-06 Kim F. Storm <storm@cua.dk>
22
23 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
24
25 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
26
27 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
28 (ad-make-mapped-call): Use `let', not `let*'.
29
30 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
31
32 * international/mule-cmds.el (coding-system-change-eol-conversion):
33 Ensure the coding system is initialized before calling
34 coding-system-eol-type.
35
36 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
37
38 * textmodes/org.el (org-rm-props, org-activate-plain-links)
39 (org-activate-angle-links, org-activate-dates)
40 (org-activate-target-links, org-activate-camels)
41 (org-activate-tags): Add `rear-nonsticky' text property to avoid
42 textproperty keymaps from being active beyond the end of a line.
43 (org-unfontify-region): Also remove `rear-nonsticky' property.
44
45 2006-10-04 Kenichi Handa <handa@m17n.org>
46
47 * international/code-pages.el (next): Table fixed.
48
49 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
52 that it's been made unnecessary by removing narrowing.
53
54 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
57 control flow a bit, simplify another bit, and add comments.
58
59 2006-10-03 David Kastrup <dak@gnu.org>
60
61 * help.el (describe-mode): For clicks on mode-line, use "@"
62 interactive argument to get the major mode of the click instead of
63 the current buffer.
64
65 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
66 in order to better redirect mouse-2 clicks. Also allow default
67 bindings to apply.
68
69 2006-10-03 Kim F. Storm <storm@cua.dk>
70
71 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
72 (pushnew): Fix last change.
73
74 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
75
76 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
77 Use the interactive spec of `eval-expression'.
78
79 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
80
81 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
82
83 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
84
85 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
86 2006-09-28 commit.
87
88 2006-10-02 Kenichi Handa <handa@m17n.org>
89
90 * international/code-pages.el (iso-8859-6): Table fixed.
91
92 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
93
94 * dired.el (dired-build-subdir-alist): Fix previous change.
95
96 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
97
98 * simple.el (undo-elt-crosses-region): Fix the inequalities.
99
100 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * emacs-lisp/find-func.el (find-function-regexp): Don't match
103 "define-button-type".
104
105 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
106 they don't keep accumulating.
107
108 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
109
110 * ffap.el (ffap-rfc-path): Change the address of the RFC
111 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
112
113 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
114
115 * allout.el (allout-expose-topic): Rectify implementation of "+"
116 spec, so that bodies are not exposed with headlines.
117
118 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
119
120 * allout.el (allout-current-depth): Do aberrent check only at or
121 below doublecheck depth.
122 (allout-chart-subtree): Make it explicit that LEVELS being nil
123 means unlimited depth. Drop undocumented support for LEVELS value
124 t meaning unlimited depth. (This is consistent with
125 allout-chart-to-reveal, but contrary to allout-show-children,
126 which needs to use nil to default to depth of 1.)
127 (allout-goto-prefix-doublechecked): Wrap long docstring line.
128 (allout-chart-to-reveal): Be explicit in docstring about meaning
129 of nil LEVELS, and drop support for LEVELS value t.
130 (allout-show-children): Translate the level spec used by this
131 routine to that used by allout-chart-subtree and
132 allout-chart-to-reveal.
133 (allout-show-to-offshoot): Retry once when stuck, after opening
134 subtree - improvements in discontinuity handling likely will
135 enable progress.
136
137 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
138
139 * wid-edit.el (widget-button-click-moves-point): New variable.
140 (widget-button-click): If widget-button-click-moves-point is
141 non-nil, set point after performing the button action
142
143 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
144
145 2006-09-30 Martin Rudalics <rudalics@gmx.at>
146
147 * files.el (find-file-existing): Modify to not allow wildcards.
148
149 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
150
151 * simple.el (undo-more): When undo information for the region is
152 exhausted, say "No further undo information FOR REGION".
153
154 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
155
156 * progmodes/sh-script.el (sh-prev-thing):
157 Take `sh-leading-keywords' into account.
158
159 2006-09-29 Glenn Morris <rgm@gnu.org>
160
161 * custom.el (defcustom): Doc fix.
162
163 * calendar/calendar.el (european-calendar-style):
164 Call european-calendar or american-calendar as needed when set.
165 (diary-view-entries, list-calendar-holidays): Move autoloads
166 before use.
167
168 2006-09-29 Juri Linkov <juri@jurta.org>
169
170 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
171 to nil if there is no previous property change.
172
173 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
174
175 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
176 saving anything to be sure that `forward-sexp' behaves correctly.
177
178 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
179
180 * simple.el (line-move-finish): Ignore field boundaries if the
181 initial and final points have the same `field' property.
182
183 2006-09-29 Kim F. Storm <storm@cua.dk>
184
185 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
186 to t while calling ido-read-internal.
187
188 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
189
190 * textmodes/org.el (org-file-remote-p): Get regexp from list.
191 (org-archive-subtree): Remove erraneous `]' from character list.
192
193 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
194
195 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
196 (ses-reconstruct-all): Make undo of "insert row" work by keeping
197 markers for data-area and parameters-area.
198
199 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
202
203 * font-lock.el (font-lock-after-change-function): Refontify next line
204 as well if end is at BOL.
205 (font-lock-extend-jit-lock-region-after-change): Be more careful to
206 only extend the region as much as needed.
207
208 2006-09-28 Richard Stallman <rms@gnu.org>
209
210 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
211
212 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
213
214 * international/mule.el (after-insert-file-set-coding):
215 If VISIT, don't let set-buffer-multibyte make undo info.
216
217 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
218
219 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
220 lines in base64-encoded authentication response.
221
222 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
223
224 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
225 (ebnf-version): New version 4.3.
226 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
227 (ebnf-prologue): Adjust PostScript programming.
228 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
229 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
230
231 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * jit-lock.el (jit-lock-force-redisplay): Rename from
234 jit-lock-fontify-again, and undo the mistaken change I've just done.
235
236 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
237 (jit-lock-fontify-again): Don't refontify text that's not displayed.
238
239 2006-09-26 Kenichi Handa <handa@m17n.org>
240
241 * startup.el (display-splash-screen): Allow a prefix argument.
242
243 2006-09-25 Jason Rumney <jasonr@gnu.org>
244
245 * subr.el (shell-quote-argument): Use DOS logic for Windows
246 shells with DOS semantics.
247
248 2006-09-24 Richard Stallman <rms@gnu.org>
249
250 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
251 (compilation-goto-locus): Use compilation-goto-locus-delete-o
252 to delete the overlay. Put it on pre-command-hook.
253
254 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
255
256 * startup.el (fancy-splash-screens, normal-splash-screen):
257 Call the splash buffer *About GNU Emacs*.
258
259 * simple.el (next-error-highlight, next-error-highlight-no-select):
260 Default to 0.5.
261 (yank-excluded-properties): Add `fontified'.
262
263 * font-lock.el (font-lock-compile-keywords): Allow value of
264 syntax-begin-function to enable paren-column-0 highlighting.
265
266 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
267
268 * dired.el (dired-build-subdir-alist): When file ends in colon,
269 don't exit the loop, just disregard that file.
270
271 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
272
273 * simple.el (line-move-finish): Handle corner case for fields in
274 continued lines.
275 (line-move-1): Remove flawed test for that case.
276
277 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
278
279 * icomplete.el (icomplete-simple-completing-p): Use the correct
280 name for the new variable, `icomplete-with-completion-tables'.
281 (file local variables): Remove superfluous setting.
282
283 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
284
285 * calendar/appt.el (appt-check): Fix typo for appointments just
286 after midnight.
287
288 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
289
290 * help.el (describe-key-briefly, describe-key): Don't expect an
291 extra up event if a down-event is generated by a popup menu.
292
293 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
294
295 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
296 local dictionary when changing the global dictionary.
297
298 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
299
300 * icomplete.el (icomplete-with-completion-tables): List of
301 specialized completion tables with which icomplete should
302 operate. Include the new `internal-complete-buffer', so icomplete
303 works with interactive buffer-selection.
304 (icomplete-simple-completing-p): Add acceptance of specialized
305 completion tables listed in icomplete-with-completion-tables.
306
307 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
308
309 * frame.el (focus-follows-mouse): Set default to nil on Mac.
310
311 * startup.el (command-line): Use `custom-reevaluate-setting' for
312 `focus-follows-mouse'.
313
314 2006-09-22 Richard Stallman <rms@gnu.org>
315
316 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
317 explain why Save is not available.
318
319 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
320
321 * woman.el (woman0-so): Use `let*', not `let'.
322 (woman-horizontal-line): Remove unbalanced parenthesis.
323
324 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * woman.el: Make sure all the end-of-region markers we use have
327 a non-nil insertion-type.
328 (woman0-so): Move things around so we can use copy-marker.
329 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
330 Adjust marker type.
331 (woman2-process-escapes): Check marker type.
332 (woman-horizontal-line): Dispense with the use of a marker.
333
334 2006-09-22 Jay Belanger <belanger@truman.edu>
335
336 * calc/calc-lang.el: Add Greek letters to math-variable-table
337 property of tex.
338
339 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
340
341 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
342
343 2006-09-22 Masatake YAMATO <jet@gyve.org>
344
345 * add-log.el (add-log-current-defun): Use `forward-sexp'
346 instead of `forward-word' to pick c++::symbol.
347 Reported by Herbert Euler <herberteuler@hotmail.com>.
348
349 2006-09-22 Kenichi Handa <handa@m17n.org>
350
351 * bindings.el: Fix setting self-insert-command for multibyte
352 characters in global-map.
353
354 2006-09-21 David Kastrup <dak@gnu.org>
355
356 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
357 doc string.
358
359 2006-09-21 Kenichi Handa <handa@m17n.org>
360
361 * language/european.el ("Latin-1"): Add windows-1252 to
362 coding-priority.
363 ("German"): Likewise.
364
365 2006-09-21 Kim F. Storm <storm@cua.dk>
366
367 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
368 Suggested by Miles Bader.
369
370 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
371 instead of add-to-list in the simple case.
372
373 2006-09-20 Kenichi Handa <handa@m17n.org>
374
375 * isearch.el (isearch-process-search-char): Cancel the previous change.
376 (isearch-search-string): New function.
377 (isearch-search): Use isearch-search-string.
378 (isearch-lazy-highlight-search): Likewise.
379
380 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
381
382 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
383 string to become an option.
384
385 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
388
389 2006-09-20 Kim F. Storm <storm@cua.dk>
390
391 * simple.el (line-move-partial): Call pos-visible-in-window-p with
392 position t instead of trying both window-end and window-end - 1.
393
394 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
395
396 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
397 hidden trees.
398
399 2006-09-20 David Kastrup <dak@gnu.org>
400
401 * mouse.el (mouse-posn-property): Improve doc string.
402 (mouse-on-link-p): Change buffers for function calls on links.
403
404 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
405 buffer is read-only.
406
407 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
408
409 * allout.el (allout-unprotected): Let inhibit-read-only only when
410 buffer-read-only isn't set.
411 (allout-annotate-hidden): Enable topic annotation during copies even
412 when the buffer is read-only, eg for topic copies. Ensure that the loop
413 advances, even when the span extends beyond the deletion region.
414 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
415 rather than allout-exposure-changed-hook, as a stronger assertion.
416 (allout-keybindings-list): Add bindings for
417 allout-copy-line-as-kill and allout-copy-topic-as-kill.
418 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
419 Copy wrappers for allout-kill-line and allout-kill-topic.
420 (allout-listify-exposed): Position correctly to accumulate lines.
421
422 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
423
424 * simple.el (line-move-1): Escape field boundaries occurring
425 exactly at point. Update goal column if constrained to a field.
426 (line-move-finish): Escape field boundaries occurring exactly at point.
427
428 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * mouse.el (mouse-on-link-p): Tentatively fix last change.
431 (mouse-drag-vertical-line): Remove unused var `wconfig'.
432
433 2006-09-19 Kim F. Storm <storm@cua.dk>
434
435 * help.el (describe-key-briefly, describe-key): Simplify printing
436 of descriptions by using format and %S. Fix "is undefined"
437 messages to say "at that spot" for mouse events.
438
439 * simple.el (line-move-partial): Optimize. Try window-line-height
440 before posn-at-point to get vpos of current line.
441
442 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
443
444 * viper.el: Bump up version/date of update to reflect the substantial
445 changes done in August 2006.
446
447 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
448 are defined.
449
450 * ediff-util.el (ediff-add-to-history): New function.
451
452 * ediff.el: Use ediff-add-to-history instead of add-to-history.
453
454 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
455
456 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
457 Delete duplicate make-local-variable form.
458 (conf-space-keywords): Add autoload cookie.
459 Fix typo (`keywords', not `keyword').
460
461 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
462
463 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
464 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
465 to x-gtk-use-old-file-dialog
466
467 2006-09-18 Richard Stallman <rms@gnu.org>
468
469 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
470 that might come in during mouse tracking.
471
472 2006-09-18 Kim F. Storm <storm@cua.dk>
473
474 * simple.el (line-move-partial): Rework 2006-09-15 change to use
475 new window-line-height function. Further optimize by not calling
476 pos-visible-in-window-p for window-end when window-line-height
477 returns useful information.
478
479 2006-09-16 Richard Stallman <rms@gnu.org>
480
481 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
482 (conf-space-mode): Don't handle prefix arg.
483 Delete conf-space-keywords-override code.
484 Use add-hook.
485 (conf-space-keywords): New command.
486 (conf-space-mode-internal): Be careful with imenu-generic-expression.
487 Delete conf-space-keywords-override code.
488 (conf-space-keywords-alist): Doc fix.
489 (conf-space-font-lock-keywords): Doc fix.
490 (conf-space-keywords-override): Var deleted.
491
492 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
493
494 * startup.el (fancy-splash-screens): Don't switch to the scratch
495 buffer; it may not be the next buffer.
496
497 2006-09-16 Romain Francoise <romain@orebokech.com>
498
499 * saveplace.el (load-save-place-alist-from-file): Use expanded name
500 in both messages.
501
502 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
503
504 * progmodes/python.el (python-preoutput-filter):
505 Fix arg order to string-match.
506
507 2006-09-16 Richard Stallman <rms@gnu.org>
508
509 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
510 font-lock-compile-keywords.
511
512 * font-lock.el (font-lock-compile-keywords): Rename optional arg
513 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
514
515 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
516
517 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
518
519 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
520 and the data doesn't look like UTF8, send STRING instead.
521
522 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
523
524 * textmodes/flyspell.el (flyspell-check-region-doublons):
525 New function to detect duplicated words.
526 (flyspell-large-region): Use it.
527
528 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
529
530 * simple.el (line-move-to-column): Revert 2006-08-03 change.
531
532 2006-09-16 Eli Zaretskii <eliz@gnu.org>
533
534 * help.el (describe-prefix-bindings): Use let, not let*.
535
536 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
537
538 * allout.el (allout-regexp, allout-line-boundary-regexp)
539 (allout-bob-regexp): Correct grouping and boundaries to fix
540 backwards traversal.
541 (allout-depth-specific-regexp, allout-depth-one-regexp):
542 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
543 worse time in allout-ascend.
544 (allout-doublecheck-at-and-shallower): Identify depth threshold
545 below which topics are checked for and disqualified by containment
546 discontinuities.
547 (allout-hotspot-key-handler): Correctly handle multiple-key
548 strokes. Remove some unused variables.
549 (allout-mode-leaders): Clarify that mode-specific comment-start
550 will be used.
551 (set-allout-regexp): Correctly regexp-quote allout regexps to
552 properly accept alternative header-leads and primary bullets with
553 regexp-specific characters (eg, C "/*", mathematica "(*").
554 Include new regular expressions among those configured.
555 (allout-infer-header-lead-and-primary-bullet):
556 Rename allout-infer-header-lead.
557 (allout-recent-depth): Manifest as a variable as well as a function.
558 (allout-prefix-data): Simplify into an inline instead of a macro,
559 assuming current match data rather than being explicitly passed
560 it. Establish allout-recent-depth value as well as
561 allout-recent-prefix-beginning and allout-recent-prefix-end.
562 (allout-aberrant-container-p): True when an item's immediate
563 offspring discontinuously contained. Useful for disqualifying
564 unintended topic prefixes, likely at low depths.
565 (allout-goto-prefix-doublechecked): Elaborate version of
566 allout-goto-prefix which disqualifies aberrant pseudo-items.
567 (allout-pre-next-prefix): Layer on top of lower-level routines, to
568 get disqualification of aberrant containers.
569 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
570 containers.
571 (allout-beginning-of-current-entry): Position at start of buffer
572 when in container (depth 0) entry.
573 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
574 (allout-current-bullet): Strip text properties.
575 (allout-get-prefix-bullet): Use right match groups.
576 (allout-beginning-of-line, allout-next-heading):
577 Disqualify aberrant containers.
578 (allout-previous-heading): Disqualify aberrant containers, and
579 change to regular (rather than inline) function, to allow
580 self-recursion.
581 (allout-get-invisibility-overlay): Increment so progress is made
582 when the first overlay is not the sought one.
583 (allout-end-of-prefix): Disqualify aberrant containers.
584 (allout-end-of-line): Cycle something like allout-beginning-of-line.
585 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
586 outline.el outlines) functional again. Change the primary bullet
587 along with the header-lead - level 1 new-style bullets now work.
588 Engage allout-before-change-handler in mainline emacs, not just
589 xemacs, to do undo handling.
590 (allout-before-change-handler): Expose undo changes occurring in
591 hidden regions. Use allout-get-invisibility-overlay instead of
592 reimplementing it inline.
593 (allout-chart-subtree): Use start rather than end of prefix in
594 charts. Use allout-recent-depth variable.
595 (allout-chart-siblings): Disqualify aberrant topics.
596 (allout-beginning-of-current-entry): Position correctly.
597 (allout-ascend): Use new allout-depth-specific-regexp and
598 allout-depth-one-regexp for linear instead of O(N^2) or worse
599 behavior.
600 (allout-ascend-to-depth): Depend on allout-ascend, rather than
601 reimplementing an algorithm.
602 (allout-up-current-level): Depend on allout-ascend, rather than
603 reimplementing an algorithm. Return to start-point if we fail.
604 (allout-descend-to-depth): Use allout-recent-depth variable
605 instead of function.
606 (allout-next-sibling): On traversal of numerous intervening
607 topics, resort to economical allout-next-sibling-leap.
608 (allout-next-sibling-leap): Specialized version of
609 allout-next-sibling that uses allout-ascend cleverly, to depend on
610 a regexp search to leap large numbers of contained topics, rather
611 than arbitrarily many one-by-one traversals.
612 (allout-next-visible-heading): Disqualify aberrant topics.
613 (allout-previous-visible-heading): Position consistently when
614 interactive.
615 (allout-forward-current-level): Base on allout-previous-sibling
616 rather than (differently) reimplmenting the algorithm. Remove some
617 unused variables.
618 (allout-solicit-alternate-bullet): Present default choice stripped
619 of text properties.
620 (allout-rebullet-heading): Use bullet stripped of text properties.
621 Register changes using allout-exposure-change-hook.
622 Disregard aberrant topics.
623 (allout-shift-in): With universal-argument, make topic a peer of
624 it's former offspring. Simplify the code by separating out
625 allout-shift-out functionality.
626 (allout-shift-out): With universal-argument, make offspring peers
627 of their former container, and its siblings. Implement the
628 functionality here, rather than inappropriately muddling the
629 implementation of allout-shift-in.
630 (allout-rebullet-topic): Respect additional argument for new
631 parent-child separation function.
632 (allout-yank-processing): Use allout-ascend directly.
633 (allout-show-entry): Disqualify aberrant topics.
634 (allout-show-children): Handle discontinuous children gracefully,
635 extending the depth being revealed to expose them and posting a
636 message indicating the situation.
637 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
638 Leave cursor in correct position.
639 (allout-hide-current-subtree): Use allout-ascend directly.
640 Disqualify aberrant topics.
641 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
642 a way that the yanks can restore it, as used to happen.
643 (allout-yank-processing): Restore exposure layout as recorded by
644 allout-kill-*, as used to happen.
645 (allout-annotate-hidden, allout-hide-by-annotation): New routines
646 for preseving and restoring exposure layout across kills.
647 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
648 (allout-encrypt-string): Strip text properties.
649 Rearranged order and outline-headings for some of the
650 miscellaneous functions.
651 (allout-resolve-xref): No need to quote the error name in the
652 condition-case handler section.
653 (allout-flatten): Classic recursive (and recursively intensive,
654 without tail-recursion) list-flattener, needed by allout-shift-out
655 when confronted with discontinuous children.
656
657 2006-09-16 Jason Rumney <jasonr@gnu.org>
658
659 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
660 on ms-windows.
661 (dnd-open-unc-file): Remove.
662 (dnd-open-local-file): Mention in doc string that it also handles
663 remote files if the system natively supports unc file-names.
664
665 2006-09-15 Kim F. Storm <storm@cua.dk>
666
667 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
668 all necessary information about the event before erasing *Help*.
669
670 * simple.el (line-move-partial): Use window-line-visiblity to
671 quickly check whether last line is partially visible, and only do
672 the hard (and slow) part in that case.
673
674 2006-09-15 Jay Belanger <belanger@truman.edu>
675
676 * COPYING: Replace "Library Public License" by "Lesser Public
677 License" throughout.
678
679 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
680
681 * term/x-win.el (x-menu-bar-open): New function for F10.
682
683 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
684
685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
686 Disallow filenames containing " -" to avoid confusion with libtool
687 compilation messages. Suggested by Stefan Monnier.
688
689 2006-09-15 David Kastrup <dak@gnu.org>
690
691 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
692 instead of buffer position for `mouse-on-link-p'.
693
694 * mouse.el (mouse-posn-property): New function looking up the
695 properties at a click position in overlays and text properties in
696 either buffer or strings.
697 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
698 of both `follow-link' as well as `mouse-face' properties.
699 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
700 buffer position.
701
702 * help.el (describe-key-briefly): When reading a down-event on
703 mode lines or scroll bar, swallow the following up event, too.
704 Use the new mouse sensitity of `key-binding' for lookup.
705 (describe-key): The same here.
706
707 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
708
709 * play/life.el (life-patterns): Add a few more interesting patterns.
710 (life-setup): Force `show-trailing-whitespace' to nil.
711
712 2006-09-14 Richard Stallman <rms@gnu.org>
713
714 * startup.el (fancy-splash-text): Change text to improve alignment.
715 (fancy-splash-screens): Don't set non-standard tab width.
716 Bind cursor-type temporarily, and make it easy to patch to
717 preserve the splash buffer.
718 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
719 (fancy-splash-screens): Display echo-area message explicitly.
720 Don't set fancy-splash-help-echo.
721
722 * simple.el (line-number-mode): Group mode-line instead of
723 editing-basics.
724 (column-number-mode, size-indication-mode): Likewise.
725
726 * faces.el (mode-line-faces): Group mode-line instead of modeline.
727
728 * time.el (display-time): Group mode-line instead of modeline.
729
730 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
731
732 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
733
734 * startup.el (fancy-splash-text): Move editing instructions to
735 fancy-splash-head.
736 (fancy-splash-head): Issue editing instructions.
737 (fancy-splash-screens): Fixup whitespace.
738
739 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * bindings.el (mode-line-buffer-identification-keymap):
742 Remove duplicate line.
743
744 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
745
746 * ido.el (ido-ignore-item-p): Allow any kind of functions in
747 ignore lists.
748
749 2006-09-14 Kim F. Storm <storm@cua.dk>
750
751 * jit-lock.el (jit-lock-fontify-again): New function.
752 (jit-lock-fontify-now): Use it instead of lambda form.
753
754 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
755
756 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
757 (flyspell-auto-correct-word): Make ispell-filter local to these
758 functions. Check that ispell-filter has new stuff before calling
759 ispell-parse-output.
760
761 2006-09-13 Kim F. Storm <storm@cua.dk>
762
763 * simple.el (line-move-partial): Optimize.
764
765 2006-09-13 Richard Stallman <rms@gnu.org>
766
767 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
768 Delete spurious backquote.
769
770 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
771
772 * net/rcirc.el (rcirc-print): Fix last change.
773
774 2006-09-12 Jay Belanger <belanger@truman.edu>
775
776 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
777
778 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
779
780 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
781 rcirc-show-maximum-output.
782 (rcirc-mode): Remove window-scroll-function hook.
783 (rcirc-scroll-to-bottom): Remove function.
784 (rcirc-print): Recenter so point stays at the bottom of the window
785 if point was already there.
786
787 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
788
789 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
790 not to "t".
791 * progmodes/compile.el (compilation-start): Likewise.
792 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
793 Don't use expand-file-name on invocation-directory, since this
794 might mishandle special characters in invocation-directory.
795
796 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * pcvs-defs.el: Remove * in defcustom's docstrings.
799
800 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/compile.el (compilation-directory-properties):
803 Doc fix for help-echo.
804
805 2006-09-12 Lars Hansen <larsh@soem.dk>
806
807 * desktop.el (desktop-read): Add comment.
808
809 2006-09-12 Kim F. Storm <storm@cua.dk>
810
811 * simple.el (next-error-highlight, next-error-highlight-no-select):
812 Fix spelling error.
813
814 * subr.el (sit-for): Rework to use input-pending-p and cond.
815 Return nil input is pending on entry also for SECONDS <= 0.
816 (while-no-input): Use input-pending-p instead of sit-for.
817
818 2006-09-11 Richard Stallman <rms@gnu.org>
819
820 * simple.el (next-error-highlight, next-error-highlight-no-select):
821 Fix custom type and doc strings.
822
823 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
826 (diff-apply-hunk): Use it to ask for confirmation.
827
828 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
829
830 * emacs-lisp/cl.el (pushnew): Add missing `,'.
831
832 2006-09-11 David Kastrup <dak@gnu.org>
833
834 * help.el (string-key-binding, describe-key-briefly)
835 (describe-key): Remove `string-key-binding' and its callers since
836 `key-binding' already caters for the proper lookup now.
837
838 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
841 (cfengine-mode): Use it. Fix \ syntax to be like /.
842
843 * bindings.el (mode-line-buffer-identification-keymap):
844 Move initialization into declaration.
845
846 2006-09-10 Kim F. Storm <storm@cua.dk>
847
848 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
849 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
850 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
851 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
852
853 2006-09-10 Richard Stallman <rms@gnu.org>
854
855 * dired-aux.el: Handle errors in recursive copy usefully.
856 (dired-create-files-failures): New variable.
857 (dired-copy-file): Remove condition-case.
858 (dired-copy-file-recursive): Check for errors on all file
859 operations, and add them to dired-create-files-failures.
860 Check file file-date-erorr here too.
861 (dired-create-files): Check dired-create-files-failures
862 and report those errors too.
863
864 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
865
866 * subr.el (add-to-list): New argument COMPARE-FN.
867
868 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
869
870 * filecache.el (file-cache-add-directory)
871 (file-cache-add-directory-list, file-cache-add-file)
872 (file-cache-add-directory-using-find)
873 (file-cache-add-directory-using-locate)
874 (file-cache-add-directory-recursively): Add autoloads.
875
876 2006-09-09 Richard Stallman <rms@gnu.org>
877
878 * textmodes/conf-mode.el (conf-space-mode):
879 Use hack-local-variables-hook instead of calling hack-local-variables.
880 (conf-space-keywords-override): New variable.
881 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
882 (conf-space-mode): Always make conf-space-keywords and
883 conf-space-keywords-override local.
884 Call conf-space-mode-internal directly as well as via hook.
885
886 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
887
888 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
889 quasi-keywords.
890
891 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
894 (python-send-string): Be slightly more careful about adding \n.
895
896 * startup.el (normal-splash-screen): Don't display the buffer if we'll
897 kill it right away anyway.
898
899 2006-09-09 Eli Zaretskii <eliz@gnu.org>
900
901 * international/codepage.el (cp850-decode-table): Fix a few codes.
902 (cp858-decode-table): New variable.
903
904 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
905
906 * net/ldap.el (ldap-search-internal): Doc fix.
907
908 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
909
910 * play/life.el (life-display-generation): Test for input manually if
911 `sleeptime' is negative or null.
912
913 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
914 (print-region-1): Substitute `%s' with the page title.
915
916 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
917
918 * locate.el (locate-current-search): New variable.
919 (locate): Set buffer local value. Use current buffer if it is
920 in Locate mode.
921 (locate-mode): Disable undo here.
922 (locate-do-setup): Use locate-current-filter from buffer to be killed.
923 (locate-update): Use locate-current-search and locate-current-filter.
924
925 2006-09-08 David Kastrup <dak@gnu.org>
926
927 * desktop.el (desktop-read): When loading a desktop, disable
928 saving it while the load progresses, and switch off a pending lazy
929 load by calling `desktop-lazy-abort'.
930
931 2006-08-27 Martin Rudalics <rudalics@gmx.at>
932
933 * window.el (mouse-autoselect-window-timer)
934 (mouse-autoselect-window-position)
935 (mouse-autoselect-window-window)
936 (mouse-autoselect-window-now): New vars.
937 (mouse-autoselect-window-cancel)
938 (mouse-autoselect-window-select)
939 (mouse-autoselect-window-start): New functions.
940 (handle-select-window): Call `mouse-autoselect-window-start' when
941 delayed window autoselection is enabled.
942
943 * cus-start.el (mouse-autoselect-window): Handle delayed window
944 autoselection.
945
946 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
947 commands after which it is allowed to print in the echo area.
948
949 2006-09-08 Richard Stallman <rms@gnu.org>
950
951 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
952
953 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
954 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
955
956 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
957 (cancel-timer-internal): Add doc string.
958 (cancel-function-timers): Doc fix.
959 (with-timeout-handler, timer-event-last*): Add doc strings.
960
961 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
962
963 * files.el (risky-local-variable-p): Match ...-bindat-spec.
964
965 * dired.el (dired-log-summary): Add doc string.
966
967 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
968 (custom-group-menu-create): Not here.
969
970 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
971
972 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
973
974 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
975
976 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
977 (mac-apple-event-map): Define its handler.
978
979 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
980
981 * net/ldap.el (ldap-search-internal): Handle `auth' key.
982
983 2006-09-07 Magnus Henoch <mange@freemail.hu>
984
985 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
986 clause.
987
988 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
989
990 * info.el (Info-index): Bind completion-ignore-case.
991
992 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
995 previous commit.
996 (inferior-prolog-guess-flavor): New fun left out of previous commit.
997 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
998 burp in dedicated windows.
999 (inferior-prolog-self-insert-command): New command.
1000 (inferior-prolog-mode-map): Use it.
1001
1002 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
1003
1004 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
1005
1006 * international/code-pages.el: Add cp858.
1007
1008 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1009
1010 * dnd.el: Fix bootstrapping.
1011
1012 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1013
1014 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
1015 (dnd-open-remote-url): New function.
1016 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
1017 not windows-nt.
1018
1019 2006-09-07 Jason Rumney <jasonr@gnu.org>
1020
1021 * dnd.el (dnd-open-remote-file-function): New variable.
1022 (dnd-open-unc-file): New function.
1023 (dnd-open-file): Call dnd-open-remote-file-function if set.
1024
1025 2006-09-06 Daiki Ueno <ueno@unixuser.org>
1026
1027 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
1028 pgg-passphrase-coding-system rather than locale-coding-system.
1029 * pgg-def.el (pgg-passphrase-coding-system): New user option.
1030
1031 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * progmodes/prolog.el: Remove * in docstrings.
1034 (prolog-program-name): Add SWI prolog.
1035 (prolog-mode-menu): New menu.
1036 (prolog-mode): Set comment-add.
1037 (prolog-indent-line): Simplify. Use indent-line-to.
1038 (inferior-prolog-buffer): New var.
1039 (inferior-prolog-run, inferior-prolog-process): New funs.
1040 (run-prolog, switch-to-prolog): Rewrite, using them.
1041 (prolog-consult-region): Use inferior-prolog-buffer.
1042 (inferior-prolog-load-file): New function.
1043 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
1044
1045 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
1046 last word, if it's not the end of the paragraph.
1047
1048 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
1049 file name.
1050
1051 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
1052
1053 * frame.el (display-mm-dimensions-alist): New defcustom.
1054 (display-mm-height, display-mm-width): Use it.
1055
1056 2006-09-06 Simon Josefsson <jas@extundo.com>
1057
1058 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
1059
1060 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
1061
1062 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1063 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
1064 string values.
1065
1066 2006-09-06 Kim F. Storm <storm@cua.dk>
1067
1068 * simple.el (line-move-partial): New function to do vscrolling for
1069 partially visible images / tall lines. Rewrite based on code
1070 previously in line-move. Simplify backwards vscrolling.
1071 (line-move): Use it. Simplify.
1072
1073 2006-09-05 Kim F. Storm <storm@cua.dk>
1074
1075 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
1076
1077 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1080 Process the `gcc-include' after the `gnu' rule.
1081
1082 2006-09-05 Kim F. Storm <storm@cua.dk>
1083
1084 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
1085
1086 2006-09-05 Daiki Ueno <ueno@unixuser.org>
1087
1088 * pgg.el (pgg-clear-string): Alias to clear-string for backward
1089 compatibility.
1090
1091 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1092 inhibit-redisplay; encode passphrase with locale-coding-system.
1093
1094 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1095
1096 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1097
1098 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
1099
1100 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1101 (gdb-var-list-children-regexp): Make type field optional.
1102
1103 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1104 e.g public, protected in C++.
1105
1106 2006-09-04 John Paul Wallington <jpw@pobox.com>
1107
1108 * simple.el (completion-show-help): New defcustom.
1109 (completion-setup-function): Heed it.
1110
1111 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1114
1115 2006-09-04 Richard Stallman <rms@gnu.org>
1116
1117 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1118 (rsf-min-region-to-spam-list): Doc fix.
1119 (rsf-add-content-type-field): Doc fix.
1120
1121 * simple.el (kill-region): Explicitly test there is a region.
1122
1123 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1126 sendmail in several common directories.
1127
1128 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1129
1130 * paths.el (sendmail-program): Removed.
1131
1132 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1133
1134 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1135 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1136 http://article.gmane.org/gmane.emacs.gnus.general/50457
1137
1138 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1141 mark after running the menu filter.
1142
1143 2006-09-03 Juri Linkov <juri@jurta.org>
1144
1145 * international/quail.el (quail-defrule-internal): Add a check
1146 if a key is a vector.
1147
1148 2006-09-02 Juri Linkov <juri@jurta.org>
1149
1150 * man.el (Man-topic-history): New variable.
1151 (man): Use it.
1152
1153 * woman.el (woman-topic-history): Change defvar to defvaralias
1154 for symbol `Man-topic-history'.
1155
1156 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1157 `comint-last-output-start' is a marker by using `markerp' and
1158 check if it has a position by using `marker-position', and use
1159 this position for `goto-char'.
1160
1161 * international/quail.el (quail-defrule-internal): Add missing
1162 `error' call for null key.
1163
1164 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1165
1166 * rcirc.el (rcirc-keywords): New variable.
1167 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1168 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1169 variables.
1170 (rcirc-responses-no-activity): New function.
1171 (rcirc-handler-generic): Check for responses in above.
1172 (rcirc-process-command): Add ?: character to arguments of raw
1173 server commands.
1174 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1175 `rcirc-dim-nicks'.
1176 (rcirc-gray-toggle): Remove unused variable.
1177 (rcirc-print): Remove some tracking logic, which is moved into
1178 markup functions.
1179 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1180 types.
1181 (rcirc-activity-string): Look for 'keyword in activity-types.
1182 (rcirc-window-configuration-change): Don't erase overlay-arrow
1183 unnecessarily.
1184 (rcirc-add-or-remove): New function.
1185 (rcirc-cmd-ignore): Use it.
1186 (rcirc-message-leader): Remove unused function.
1187 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1188 (rcirc-add-face): New function.
1189 (rcirc-facify): Use rcirc-add-face.
1190 (rcirc-url-regexp): Add parens.
1191 (rcirc-map-regexp): Remove function.
1192 (rcirc-mangle-regexp): Remove function.
1193 (rcirc-markup-text-functions): New variable.
1194 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1195 (rcirc-markup-body-text, rcirc-markup-attributes)
1196 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1197 (rcirc-markup-bright-nicks): New markup handler functions.
1198 (rcirc-nick-in-message-full-line): New face.
1199 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1200 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1201
1202 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1203
1204 * cus-start.el (hscroll-margin, hscroll-step)
1205 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1206 (x-use-underline-position-properties): Change version to "22.1"
1207 since they will appear there for the first time.
1208
1209 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1212
1213 2006-08-31 Richard Stallman <rms@gnu.org>
1214
1215 * cus-edit.el (custom-save-variables): Slight cleanup.
1216 (Custom-no-edit): Renamed from custom-no-edit.
1217 (Custom-newline): Renamed from custom-newline.
1218 (custom-mode-map): Use new names.
1219
1220 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1221 about customization, rather than M-x customize, in the doc string
1222 made for the defcustom.
1223
1224 * emacs-lisp/trace.el (trace-function-background): Doc fix.
1225
1226 2006-08-31 Romain Francoise <romain@orebokech.com>
1227
1228 * dired-x.el (dired-guess-shell-alist-default): Update.
1229
1230 2006-08-31 Michael Mauger <mmaug@yahoo.com>
1231
1232 * custom.el (custom-theme-set-variables): Autoload packages before
1233 sorting the variables.
1234
1235 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
1236
1237 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1238 chars if XEmacs.
1239 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1240
1241 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * progmodes/python.el (python-eldoc-function): Re-enable quit while
1244 waiting for process.
1245
1246 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1247
1248 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1249 results in ASCII-only string, encode original one directly.
1250
1251 2006-08-29 Romain Francoise <romain@orebokech.com>
1252
1253 * startup.el (normal-splash-screen, fancy-splash-screens):
1254 Make buffer read-only and arrange to enter view mode if necessary.
1255
1256 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * hl-line.el (hl-line): New face.
1259 (hl-line-face): Use it.
1260
1261 * image-mode.el (image-mode): Fix last fix.
1262 Suggested by Kim F. Storm.
1263
1264 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
1265
1266 Sync with Tramp 2.0.54.
1267
1268 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1269 of `=', because `tramp-get-remote-gid' might not always return an
1270 integer when expected.
1271 (tramp-register-file-name-handlers): `partial-completion-mode' is
1272 unknown to XEmacs.
1273 (tramp-time-diff): Don't use `floor', it might fail for large
1274 differences.
1275 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1276 `tramp-auto-save-directory' if unset in order to guarantee unique
1277 auto-save file names.
1278
1279 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * image-mode.el (image-mode): Display image as text on a terminal.
1282
1283 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * progmodes/python.el (python-send-command): Simplify.
1286 (run-python): Don't generate a new buffer unless `new' was specified.
1287 Make sure we send `import emacs' to the proper process.
1288
1289 * progmodes/python.el (python-send-command): Don't wait for the command
1290 to terminate. Don't fiddle with compilation-parsing-end.
1291
1292 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1295 Insert commentary after first line summary.
1296
1297 * woman.el (woman-follow): New function, based on `man-follow'.
1298 (woman-mode-map): Use it.
1299
1300 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1301 since ibuffer-do-sort-by-recency does not define a sorter.
1302
1303 2006-08-28 Kim F. Storm <storm@cua.dk>
1304
1305 * find-dired.el (find-dired): Use shell-quote-argument to properly
1306 escape ( and ) args. Also use it on {} and ; args in default
1307 value of find-ls-option string.
1308 (find-grep-dired): Use shell-quote-argument on {} and ; args.
1309
1310 2006-08-27 Michael Olson <mwolson@gnu.org>
1311
1312 * emacs-lisp/tq.el: Small grammar fix in comments.
1313 (tq-enqueue): Check for existence of queue rather than the
1314 head queue item's question, which was a no-op.
1315 (tq-filter, tq-process-buffer): Make sure the process buffer
1316 exists before making it the current buffer.
1317
1318 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1319
1320 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1321 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1322 (special-event-map): Apply 2006-08-16 change for x-win.el.
1323
1324 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * progmodes/python.el (python-send-receive): Wait in the
1327 process's buffer so as to check the right buffer-local variables.
1328
1329 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1332 (defgroup checkdoc): Move to beginning.
1333
1334 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1335 (python-preoutput-continuation): Remove.
1336 (python-preoutput-filter): Simplify correspondingly.
1337 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
1338 Loop around to catch embedded _emacs_out output.
1339 (run-python): Send the import&print command on a single line.
1340 (python-send-command): Send command&print on a single line.
1341 (python-send-string): Only add double \n if needed.
1342 (python-send-receive): Loop until the result comes.
1343 (python-mode-running): Defvar it.
1344 (python-setup-brm): Remove unused var `menu'.
1345 Only bind py-mode-map and `features' around brm-init.
1346 (python-calculate-indentation): Remove unused var `point'.
1347 (python-beginning-of-defun): Remove unused var `def-line'.
1348
1349 2006-08-25 Richard Stallman <rms@gnu.org>
1350
1351 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1352
1353 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1354
1355 * viper.el (viper-set-hooks): Use frame bindings for
1356 viper-vi-state-cursor-color.
1357 (viper-non-hook-settings): Don't set default
1358 mode-line-buffer-identification.
1359
1360 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1361 (viper-set-cursor-color-according-to-state)
1362 (viper-get-saved-cursor-color-in-replace-mode)
1363 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1364 viper-emacs-state-cursor-color.
1365
1366 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1367 (viper-undo): Use point if undo-beg-posn is nil.
1368 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1369 (viper-after-change-undo-hook): Don't use
1370 viper-emacs-state-cursor-color by default.
1371 (viper-undo): More sensible positioning after undo.
1372
1373 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1374 (viper-emacs-state-cursor-color): Default to nil, since this feature
1375 doesn't work well yet.
1376
1377 * ediff-mult.el (ediff-intersect-directories)
1378 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1379 always expand filenames.
1380
1381 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * tumme.el: Remove * in defcustoms's docstrings.
1384
1385 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1388 Accept internal time format for SECS arg.
1389 (timer-relative-time): Doc fix.
1390
1391 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1392 adapted from Martin Rudalics.
1393 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1394 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1395 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1396 using sit-for.
1397
1398 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1399
1400 * cus-start.el (all): Add `overline-margin' and
1401 `x-underline-at-descent-line'.
1402
1403 2006-08-24 Kim F. Storm <storm@cua.dk>
1404
1405 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1406 to mean "use find -exec"; nil now unambiguously means auto-detect.
1407 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1408 Use shell-quote-argument to build grep-find-command and
1409 grep-find-template.
1410 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1411 Reported by Tom Seddon.
1412
1413 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * startup.el (fancy-splash-head): Give instructions for dismissing
1416 the splash screen for default startup too.
1417 (display-startup-echo-area-message, fancy-splash-screens)
1418 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1419 all splash text at once and keep the splash buffer around.
1420 (command-line-1): Give display-startup-echo-area-message a t arg.
1421
1422 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1423
1424 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1425 gnus frame is selected.
1426
1427 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1428
1429 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1430
1431 2006-08-22 Kim F. Storm <storm@cua.dk>
1432
1433 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1434 Add suffix matching for subdirs.
1435
1436 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1437
1438 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1439 mouse-yank-at-point is non-nil.
1440
1441 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1442
1443 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1444 a bit wider and remove fringes to fit initial output on line.
1445
1446 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * frame.el (blink-cursor-end): Only ignore the error we care about.
1449 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1450
1451 2006-08-21 Richard Stallman <rms@gnu.org>
1452
1453 * whitespace.el (whitespace-cleanup): Doc fix.
1454
1455 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1456
1457 * net/rcirc.el (rcirc-show-maximum-output): New var.
1458 (rcirc-buffer-process): If no buffer argument is supplied, use
1459 current-buffer.
1460 (rcirc-complete-nick): Complete to the last completed nick first.
1461 (rcirc-mode): Preserve the value of `rcirc-urls' across
1462 connections. Setup scroll function.
1463 (rcirc-scroll-to-bottom): New function.
1464 (rcirc-print): Use nick syntax around regexp work.
1465 Notice dim-nicks speaking only if they say our nick.
1466 (rcirc-update-activity-string): Do not show the modeline indicator
1467 if there are no live rcirc processes.
1468 (rcirc-cmd-ignore): Ignore case.
1469 (rcirc-browse-url-at-point): Fix off-by-one error.
1470
1471 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * progmodes/python.el: Remove * in defcustom docstrings.
1474 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1475 (python-mode): Set tab-width and indent-tabs-mode.
1476
1477 2006-08-20 Dave Love <fx@gnu.org>
1478
1479 * progmodes/python.el: Update to Dave Love's latest version.
1480 (python-font-lock-keywords, python-mode): Don't use
1481 font-lock-syntax-table, but match symbol elements explicitly instead.
1482 (python-mode-map): Add help, and a few more key bindings.
1483 (python-skip-comments/blanks): Move out of comments as well.
1484 (python-continuation-line-p): Behave better with unbalanced parens.
1485 (python-blank-line-p): New fun.
1486 (python-open-block-statement-p): Don't use a heuristic.
1487 (python-outdent-p): Better handle blocks-in-the-same-line.
1488 (python-calculate-indentation): Misc improvements.
1489 (python-comment-indent): Remove.
1490 (python-block-pairs): New var.
1491 (python-first-word): New fun.
1492 (python-indentation-levels): Handle more common cases.
1493 (python-indent-line-1): Add `leave' argument.
1494 (python-indent-region): New fun.
1495 (python-skip-out): New fun.
1496 (python-beginning-of-statement, python-end-of-statement): Use it.
1497 (python-next-statement): Return correct count even at eob.
1498 (python-end-of-block): Fix paren-typo.
1499 (python-imenu-create-index): Add module variables.
1500 (run-python): Add `new' arg.
1501 Check we're at a prompt before returning.
1502 (python-send-command): Move to end of buffer.
1503 Wait for prompt to return.
1504 (python-set-proc): New fun.
1505 (python-imports): New var.
1506 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1507 (python-eldoc-function): Try to move out of arg list.
1508 (python-outline-level): Offset by 1.
1509 (python-find-imports): New fun.
1510 (python-symbol-completions): Use python-imports.
1511 (python-module-path, ffap-alist): Add support for ffap.
1512 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1513 (pythin-insert-*, python-default-template, python-expand-template):
1514 Add templates/skeletons.
1515 (python-setup-brm): Support for Bicycle Repair Man.
1516 (python-abbrev-syntax-table): New var.
1517 (python-abbrev-pc-hook, python-pea-hook): New funs.
1518
1519 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * frame.el (blink-cursor-start): Set timer first.
1522 (blink-cursor-end): Ignore timer cancelling errors.
1523 Suggested by Ken Manheimer.
1524
1525 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1528 Add autoload cookie.
1529
1530 2006-08-20 Richard Stallman <rms@gnu.org>
1531
1532 * simple.el (line-number-at-pos): Doc fix.
1533
1534 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1535 timer-activate-when-idle, so timer can run before Emacs becomes
1536 non-idle again.
1537
1538 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1539
1540 * whitespace.el (whitespace-cleanup-internal): New optional arg
1541 REGION-ONLY. If it's non-nil, modify the message to the user
1542 accordingly.
1543 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1544 a non-nil argument.
1545
1546 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1547
1548 * rect.el (spaces-string): Simplify and add doc string.
1549
1550 2006-08-17 Romain Francoise <romain@orebokech.com>
1551
1552 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1553
1554 2006-08-17 Richard Stallman <rms@gnu.org>
1555
1556 * compare-w.el (compare-windows): lambda's take an arg and pass
1557 it to compare-windows-skip-whitespace.
1558
1559 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1560
1561 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1562 the right buffer.
1563
1564 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1567 removed files.
1568
1569 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1572 (gdb-locals-watch-map-1): Suppress keymap first.
1573 (gdb-edit-locals-map-1): New variable.
1574 (gdb-edit-locals-value): New function.
1575 (gdb-stack-list-locals-handler): Use them.
1576
1577 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1580 cursor would normally be drawn in the fringe.
1581
1582 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1583 Reported by Martin Rudalics <rudalics@gmx.at>.
1584
1585 2006-08-16 Richard Stallman <rms@gnu.org>
1586
1587 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1588 (special-event-map): Process drag-n-drop events this way.
1589
1590 * simple.el (move-beginning-of-line): Test whether fields
1591 would prevent motion back to line's first visible character.
1592 If so, stop where the fields would stop the motion.
1593
1594 * newcomment.el (comment-indent): Fully update INDENT
1595 before checking to see if it will change the text.
1596
1597 * cus-edit.el (custom-newline): New function.
1598 (custom-mode-map): Bind newline to custom-newline.
1599
1600 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1601 into ignore-whitespace.
1602 Check each buffer for its skip-function.
1603 Handle compare-windows-skip-whitespace special-case test
1604 by returning t from default skip function.
1605
1606 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1607
1608 * textmodes/org.el (org-clock-special-range)
1609 (org-clock-update-time-maybe): New functions.
1610 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1611 not only a-z.
1612 (org-agenda-get-blocks): Allow multiple blocks per headline.
1613 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1614 (org-export-html-title-format)
1615 (org-export-html-toplevel-hlevel): New options.
1616 (org-export-language-setup): Add support for Czech.
1617 (org-mode, org-insert-todo-heading, org-find-visible)
1618 (org-find-invisible, org-invisible-p, org-invisible-p2)
1619 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1620 (org-show-subtree, org-show-entry, org-make-options-regexp):
1621 Remove compatibility support for old outline-mode.
1622 (org-check-occur-regexp): Funtion removed.
1623 (org-on-heading-p, org-back-to-heading): Made defalias.
1624 (org-set-local): New defsubst.
1625 (org-set-regexps-and-options, org-mode)
1626 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1627 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1628 (org-remember-apply-template, org-table-edit-field)
1629 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1630 (org-set-autofill-regexps): Use `org-set-local'.
1631 (org-table-eval-formula): Fix bug with parsing of display flags.
1632
1633 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1634
1635 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1636 frame with fringe arrow. Suggested by Simon Marshall
1637 <simon.marshall@misys.com>.
1638 (gdb-stack-position): New variable.
1639 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1640 (gdb-frames-mode): Set gdb-stack-position to nil.
1641 Add to overlay-arrow-variable-list
1642 (gdb-reset): Delete gdb-stack-position from above list.
1643
1644 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1645
1646 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1647 read only.
1648
1649 2006-08-13 Romain Francoise <romain@orebokech.com>
1650
1651 * cus-theme.el (customize-create-theme)
1652 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1653
1654 * filesets.el (filesets-add-buffer): Ditto.
1655
1656 * pcvs.el (cvs-change-cvsroot): Ditto.
1657
1658 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1661 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1662 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1663 expressions.
1664 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1665 Only search till end of line.
1666 Add face to function names in case of no filename.
1667 Add face to variable names of watchpoints.
1668
1669 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1670
1671 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1672 customization group.
1673
1674 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1675
1676 * allout.el (allout-prior-bindings, allout-added-bindings):
1677 Remove, after long deprecation.
1678 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1679 Add customization vars controlling allout-beginning-of-line and
1680 allout-end-of-line conveniences.
1681 (allout-header-prefix, allout-use-mode-specific-leader)
1682 (allout-use-mode-specific-leader, allout-mode-leaders):
1683 Revise docstrings.
1684 (allout-infer-header-lead): Change to be an alias for
1685 allout-infer-header-lead-and-primary-bullet.
1686 (allout-infer-header-lead-and-primary-bullet): New version of
1687 allout-infer-header-lead which assigns the primary bullet to the
1688 same as the header lead, when its being changed.
1689 (allout-infer-body-reindent): Apply regexp-quote instead of
1690 unconditionally prepending "\\", so that all literal
1691 allout-header-prefix and allout-primary-bullet strings are
1692 properly handled.
1693 (allout-add-resumptions): Add optional qualifier for extending or
1694 appending to existing values, rather than replacing them.
1695 (allout-view-change-hook): Clarify docstring.
1696 (allout-exposure-change-hook): Take explicit arguments, via
1697 run-hook-with-args.
1698 (allout-structure-added-hook)
1699 (allout-structure-deleted-hook)
1700 (allout-structure-shifted-hook): New hooks analogous to
1701 allout-exposure-change-hook for other kinds of structural outline
1702 edits.
1703 (allout-encryption-plaintext-sanitization-regexps): New encryption
1704 customization variable, by which cooperating modes can provde
1705 massage of the plaintext without actually being passed it.
1706 (allout-encryption-ciphertext-rejection-regexps)
1707 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1708 customization variables, by which cooperating modes can prohibit
1709 rare but possible ciphertext patterns from fouling their
1710 operation, with actually being passed the ciphertext.
1711 (allout-mode): Run activation and deactivation hooks after the
1712 minor-mode variable has been toggled, to clarify the mode
1713 disposition. The new encryption ciphertext rejection variable is
1714 used to ensure that the ciphertext does not contain text that
1715 would be recognized as outline structural elements by allout.
1716 Substite allout-beginning-of-line and allout-end-of-line for
1717 conventionall beginning-of-line and end-of-line bindings.
1718 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1719 activation!
1720 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1721 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1722 (allout-chart-subtree): Implement new mode, charting only the
1723 visible items in the subtree, when new 'visible' parameter is non-nil.
1724 (allout-end-of-subtree): Properly handle the last item in the buffer.
1725 (allout-pre-command-business, allout-command-counter):
1726 Increment an advertised counter so that cooperating enhancements can
1727 track revisions of items.
1728 (allout-open-topic): Run allout-structure-added-hook with suitable
1729 arguments.
1730 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1731 arguments.
1732 (allout-shift-out): Fix doubling for negative args and ensure call
1733 of allout-structure-shifted-hook by solely using allout-shift-in.
1734 (allout-kill-line, allout-kill-topic):
1735 Run allout-structure-deleted-hook with suitable arguments.
1736 (allout-yank-processing): Run allout-structure-added-hook with
1737 proper arguments.
1738 (allout-yank): Enclose activity in allout-unprotected.
1739 (allout-flag-region): Run allout-exposure-change-hook with
1740 suitable arguments, instead of making the callee infer the arguments.
1741 (allout-encrypt-string):
1742 Support allout-encryption-plaintext-sanitization-regexps,
1743 allout-encryption-ciphertext-rejection-regexps, and
1744 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1745 en/de cryption mode in symmetric encryption failure message.
1746 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1747 copy of the passphrase, and don't zero it or we'll corrupt the
1748 stashed copy.
1749 (allout-create-encryption-passphrase-verifier)
1750 (allout-verify-passphrase): Respect the new signature for
1751 allout-encrypt-string.
1752 (allout-get-configvar-values): Convenience for getting a
1753 configuration variable value and handling its absence gracefully.
1754
1755 2006-08-11 Romain Francoise <romain@orebokech.com>
1756
1757 * obsolete/zone-mode.el: Delete.
1758
1759 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1762
1763 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1764
1765 * emacs-lisp/bindat.el (bindat-ip-to-string):
1766 Use `format-network-address' if possible.
1767
1768 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1769
1770 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1771
1772 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1775 restore unread-command-events here.
1776 (edebug-display): Do it here, to detect sit-for interruptions.
1777
1778 2006-08-10 Romain Francoise <romain@orebokech.com>
1779
1780 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1781 (dns-mode-soa-auto-increment-serial): New user option.
1782 (dns-mode-soa-maybe-increment-serial): New function.
1783 (dns-mode): Add the latter to `write-contents-functions'.
1784
1785 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1786 Delete autoload cookies.
1787
1788 2006-08-10 John Wiegley <johnw@newartisans.com>
1789
1790 * eshell/em-glob.el (eshell-glob-chars-list)
1791 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1792
1793 2006-08-10 Richard Stallman <rms@gnu.org>
1794
1795 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1796 (facemenu-set-face): Doc fix.
1797 (facemenu-listed-faces): Doc fix.
1798
1799 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * avoid.el (mouse-avoidance-animating-pointer): New var.
1802 (mouse-avoidance-nudge-mouse): Use it.
1803 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1804 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1805 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1806 Don't activate if currently animating. All callers changed.
1807
1808 2006-08-09 John Wiegley <johnw@newartisans.com>
1809
1810 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1811 variable, which causes timeclock to report elapsed time worked,
1812 instead of just work remaining.
1813
1814 2006-08-09 Kenichi Handa <handa@m17n.org>
1815
1816 * international/latexenc.el (latexenc-find-file-coding-system):
1817 Fix for the case that the 2nd element of arg-list is a cons.
1818
1819 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * info.el (Info-fontify-node): Handle preceding `in' for note
1822 reference hiding rules.
1823
1824 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1827 mistake a closing " for an opening one.
1828
1829 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1832
1833 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * complete.el (PC-do-completion): Filter out completions matching
1836 completion-ignored-extensions before checking whether there are
1837 multiple completions.
1838 Don't use `list' unnecessarily when building completion tables.
1839
1840 2006-08-06 Richard Stallman <rms@gnu.org>
1841
1842 * help.el (describe-mode): Make minor mode list more concise.
1843
1844 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * bindings.el: Give mode-line-format, mode-line-modes, and
1847 mode-line-position `standard-value' properties.
1848
1849 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1850
1851 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1852 "(file)node" instead of the file name.
1853
1854 2006-08-05 Richard Stallman <rms@gnu.org>
1855
1856 * faces.el (escape-glyph): Doc fix.
1857
1858 2006-08-04 Kenichi Handa <handa@m17n.org>
1859
1860 * international/mule-diag.el (describe-font): Improve docstring
1861 and error message. Use frame-parameter (not frame-parameters).
1862
1863 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1866 Correctly mark the end-of-docstring char.
1867
1868 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * simple.el (line-move-to-column): Constrain move-to-column to
1871 current field.
1872
1873 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * font-lock.el (font-lock-beg, font-lock-end)
1876 (font-lock-extend-region-functions): New vars.
1877 (font-lock-extend-region-multiline)
1878 (font-lock-extend-region-wholelines): New functions.
1879 (font-lock-default-fontify-region): Use them.
1880 (font-lock-extend-jit-lock-region-after-change): Only round up
1881 if font-lock-default-fontify-region will do it as well.
1882
1883 * font-lock.el (font-lock-extend-after-change-region-function):
1884 Rename from font-lock-extend-region-function.
1885 (font-lock-extend-region): Remove by inlining at call sites.
1886 (font-lock-after-change-function): Don't needlessly round up to a whole
1887 number of lines.
1888 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1889 the boundary conditions and the interactions between the various ways
1890 to extend the region.
1891
1892 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1895 modification status when forcing the second redisplay.
1896
1897 2006-08-03 Kim F. Storm <storm@cua.dk>
1898
1899 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1900
1901 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1904 doesn't look like a file name.
1905
1906 * complete.el (PC-expand-many-files): Avoid signalling an error when
1907 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1908
1909 2006-08-02 Andreas Schwab <schwab@suse.de>
1910
1911 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1912
1913 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1914
1915 * bindings.el (map): Make mode-line-buffer-identification-keymap
1916 before defining propertized-buffer-identification.
1917
1918 2006-08-01 Richard Stallman <rms@gnu.org>
1919
1920 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1921
1922 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1923
1924 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1925 default value.
1926 (gdb-find-source-frame): New function.
1927 (menu): Add to menu bar.
1928
1929 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * font-core.el (font-lock-extend-region-function)
1932 (font-lock-extend-region): Move to font-lock.el.
1933
1934 * font-lock.el (font-lock-extend-region-function)
1935 (font-lock-extend-region): Move from font-core.el. Simplify.
1936
1937 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1938 if needed.
1939 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1940 (jit-lock-after-change-extend-region-functions): New hook.
1941 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1942
1943 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1944 (font-lock-turn-on-thing-lock): Use it.
1945
1946 * longlines.el (longlines-show-region): Make it work on read-only
1947 buffers as well.
1948
1949 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1950
1951 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1952
1953 2006-07-31 Richard Stallman <rms@gnu.org>
1954
1955 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1956 (vhdl-speedbar-display-projects): Update old obsolete
1957 speedbar variable names.
1958
1959 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1962 (gdb-stopped): Use it.
1963
1964 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1965
1966 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1969 for load-history elements.
1970
1971 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1972
1973 * files.el (convert-standard-filename): For Cygwin, replace
1974 characters not allowed in Windows file names.
1975 (make-auto-save-file-name): Add Cygwin to the list of systems
1976 where the auto-save file name needs to be run through
1977 convert-standard-filename.
1978
1979 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1980
1981 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1982
1983 2006-07-28 Richard Stallman <rms@gnu.org>
1984
1985 * bindings.el (mode-line-frame-identification)
1986 (propertized-buffer-identification): Centralize the code
1987 to initialize the variable.
1988
1989 * progmodes/grep.el (grep-default-command): Catch errors from
1990 wildcard-to-regexp.
1991
1992 2006-07-29 Kim F. Storm <storm@cua.dk>
1993
1994 * progmodes/grep.el (grep-tag-default): New function.
1995 (grep-default-command, grep-read-regexp): Use it.
1996 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1997 as default if nothing else applies.
1998
1999 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
2000
2001 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2002 Throw error if buffer is not in Dired and Wdired mode, respectively.
2003
2004 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
2007 self-insert-command keys don't activate buttons.
2008 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2009
2010 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
2011
2012 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
2013 faces for enable character.
2014
2015 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2016
2017 * Makefile.in (recompile): Update comment to reflect change
2018 on 2004-04-21.
2019
2020 2006-07-27 Richard Stallman <rms@gnu.org>
2021
2022 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
2023 (customize-package-emacs-version): Change msg when pkg has no entry.
2024 (custom-no-edit): On a button, do like widget-button-press.
2025
2026 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2027
2028 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
2029 S-tab and C-S-tab.
2030
2031 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2032
2033 * progmodes/which-func.el (which-function): Fix documentation/
2034 comment typo.
2035
2036 2006-07-26 Richard Stallman <rms@gnu.org>
2037
2038 * textmodes/ispell.el (ispell-word): If we replace the word,
2039 move point to the end. Insert before deleting.
2040
2041 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
2044 a timer.
2045
2046 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2047
2048 * tumme.el (tumme-backward-image): Add prefix argument. Add error
2049 when at first image.
2050 (tumme-forward-image): Add prefix argument. Add error when at last
2051 image.
2052
2053 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * tabify.el (tabify-regexp): Use more specific regexps.
2056 (tabify): Avoid modifying the buffer unnecessarily.
2057
2058 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
2059
2060 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
2061 (tumme-format-properties-string): Handle empty `buf'.
2062 (tumme-get-comment): Change variable names inside `let'.
2063 Add missing `let' variable that cause font-lock problems.
2064 (tumme-write-comments): Change variable names inside `let'.
2065 Add missing `let' variable that cause font-lock problems.
2066 (tumme-forward-image): Rename from `tumme-forward-char'.
2067 (tumme-backward-image): Rename from `tumme-backward-char'.
2068
2069 2006-07-25 Masatake YAMATO <jet@gyve.org>
2070
2071 * progmodes/ld-script.el (ld-script-keywords)
2072 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
2073 and add comments.
2074
2075 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2078 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
2079 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
2080 for status indicator.
2081
2082 2006-07-24 Richard Stallman <rms@gnu.org>
2083
2084 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
2085
2086 * subr.el (dolist, dotimes): Use interned symbols for locals.
2087 (--dotimes-limit--, --dolist-tail--): New defvars.
2088 (looking-back): Doc fix.
2089
2090 * replace.el (replace-match-string-symbols): Handle dotted lists.
2091
2092 2006-07-24 mathias <mathias@mattis>
2093
2094 * tumme.el (tumme-write-tags): Add.
2095 (tumme-write-comments): Add.
2096 (tumme-tag-files): Change to use `tumme-write-tags'.
2097 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2098 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2099 (tumme-save-information-from-widgets): Change to use
2100 `tumme-write-comments' and `tumme-write-tags'.
2101 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2102 (tumme-write-tag): Remove.
2103 (tumme-write-comment): Remove.
2104 (tumme-display-previous-thumbnail-original): Remove empty line.
2105 (tumme-widget-list): Add punctuation.
2106
2107 2006-07-24 mathias <mathias.dahl@gmail.com>
2108
2109 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2110
2111 2006-07-24 Daiki Ueno <ueno@unixuser.org>
2112
2113 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2114 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
2115 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2116
2117 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2118
2119 * mouse.el (mouse-on-link-p): Doc fix.
2120
2121 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
2122
2123 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2124 Handle "C-h f `".
2125
2126 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2127
2128 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2129 column.
2130
2131 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2132
2133 * textmodes/table.el: Add move-beginning-of-line and
2134 move-end-of-line to Point Motion Only Group.
2135
2136 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2137
2138 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2139
2140 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2141
2142 * startup.el (user-mail-address): Initialize from the `EMAIL'
2143 environment variable first. Document this.
2144 (command-line): Ditto.
2145
2146 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2147
2148 * help-mode.el (help-function-def, help-variable-def)
2149 (help-face-def): Print a message in the minibuffer.
2150
2151 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2152
2153 * term/xterm.el (terminal-init-xterm): Fix key bindings
2154 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2155
2156 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2157
2158 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2159 where `(nth 1 command)' is a cons cell. Doc fix.
2160
2161 * textmodes/po.el (po-find-charset): Doc fix.
2162
2163 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2164
2165 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2166 (allout-beginning-of-current-line, allout-end-of-current-line)
2167 (allout-next-visible-heading, allout-open-topic)
2168 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2169 (allout-flag-current-subtree, allout-show-to-offshoot)
2170 (allout-hide-current-entry, allout-show-current-branches)
2171 (allout-hide-region-body, allout-old-expose-topic)
2172 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2173 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2174 containing `beginning-of-line' and `end-of-line' with
2175 `inhibit-field-text-motion' t.
2176
2177 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2178
2179 * frame.el (focus-follows-mouse): Document that it doesn't have
2180 any effect on MS-Windows.
2181
2182 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2185
2186 2006-07-20 Jay Belanger <belanger@truman.edu>
2187
2188 * calc.el (calc-previous-alg-entry): Remove variable.
2189
2190 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2191 New variables.
2192 (calc-alg-entry): Use `calc-alg-entry-history'.
2193 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2194 Remove reference to `calc-previous-alg-entry'.
2195 (calcAlg-edit, calcAlg-enter): Remove reference to
2196 `calc-previous-alg-entry'.
2197 (calcAlg-previous): Use `previous-history-element' instead of
2198 `calc-previous-alg-entry'.
2199 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2200 Change keybinding for `calcAlg-plus-minus', add keybindings for
2201 `previous-history-element' and `next-history-element'.
2202
2203 * calc-rewr.el (calc-match): Remove reference to
2204 `calc-previous-alg-entry'.
2205
2206 * calc-sel.el (calc-selection-history): New variable.
2207 (calc-enter-selection, calc-sel-mult-both-sides)
2208 (calc-sel-add-both-sides): Use `calc-selection-history'.
2209
2210 * calc-map.el (calc-get-operator-history): New variable.
2211 (calc-get-operator): Use `calc-get-operator-history'.
2212
2213 * calcalg3.el (calc-curve-fit-history): New variable.
2214 (calc-curve-fit): Use `calc-curve-fit-history'.
2215
2216 2006-07-20 Kenichi Handa <handa@m17n.org>
2217
2218 * international/mule-cmds.el (select-safe-coding-system): Fix the
2219 way of deciding eol-type of the coding system.
2220
2221 2006-07-20 Alan Mackenzie <acm@muc.de>
2222
2223 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2224 (c-lang-setvar): New macro.
2225 (c-make-init-lang-vars-fun): Use the initialization forms in
2226 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2227 (comment-start, comment-end, comment-start-skip): Change these from
2228 c-lang-defvar's to c-lang-setvar's.
2229
2230 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2231 which calls make-local-variable on the elements of
2232 c-emacs-variable-inits.
2233 (c-init-language-vars-for): Call this new macro.
2234
2235 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2238 Try to rule out false positives due to time stamps.
2239 (compilation-mode-font-lock-keywords): Remove rules made redundant
2240 because of the above change. Add `segmentation fault' to the known and
2241 highlighted compilation termination messages.
2242
2243 2006-07-19 Kim F. Storm <storm@cua.dk>
2244
2245 * progmodes/grep.el (grep-find-ignored-directories):
2246 Add .svn and _darcs to list.
2247
2248 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2249
2250 * dired.el (dired-mode-map): Add key binding `C-te' for
2251 `tumme-dired-edit-comment-and-tags'.
2252
2253 * tumme.el (tumme-display-thumbnail-original-image): Make sure
2254 image display buffer is displayed before call to
2255 `tumme-display-image.
2256 (tumme-dired-display-image): Make sure image display buffer is
2257 displayed before call to `tumme-display-image.
2258 (tumme-mouse-display-image): Make sure image display buffer is
2259 displayed before call to `tumme-display-image.
2260 (tumme-widget-list): Add.
2261 (tumme-dired-edit-comment-and-tags): Add.
2262 (tumme-save-information-from-widgets): Add.
2263
2264 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2267
2268 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * progmodes/sh-script.el (sh-font-lock-keywords-1):
2271 Revert inadvertently installed patch hunk.
2272
2273 * progmodes/compile.el (compilation-find-file): Handle the
2274 cases where the user selects a non-existent file.
2275
2276 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2279
2280 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * subr.el (sit-for): Just sleep-for if noninteractive.
2283
2284 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * emacs-lisp/autoload.el (make-autoload): Use new arg.
2287
2288 * custom.el (custom-autoload): Add `noset' argument.
2289 (custom-push-theme): Don't autoload the variable, let callers do it.
2290 (custom-theme-set-variables): Autoload the variable if necessary.
2291
2292 * cus-edit.el (custom-variable-state-set): If the variable was
2293 originally set outside custom, but to the same value as the default,
2294 consider it to be standard.
2295
2296 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2297 file *before* telling Emacs to add the autoloads, in case it fails.
2298
2299 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2300 Use `cond', push', and `dolist'.
2301
2302 2006-07-17 Richard Stallman <rms@gnu.org>
2303
2304 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2305 Add defvars to silence warnings.
2306
2307 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2310 Don't highlight "Compiling file" messages as error.
2311
2312 * dired-aux.el (dired-compress-file): Confirm again if gzipped
2313 file already exists.
2314
2315 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
2316
2317 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
2318 entry, don't assign to free var; simply return the extracted filename.
2319 (ff-treat-as-special): Incorporate common preamble from callers.
2320 (ff-other-file-name, ff-find-the-other-file):
2321 Update call to ff-treat-as-special.
2322
2323 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2324
2325 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
2326
2327 * tumme.el (tumme-get-comment): Fix bug.
2328
2329 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * files.el: Remove spurious * in docstrings.
2332
2333 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2334
2335 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2336 grammar.
2337 (allout-beginning-of-current-line): Beware beginning of buffer.
2338 Also, a comment is simplified.
2339 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2340 when appropriate. (This fix enables use for other than
2341 bullet-hotspot operation.)
2342 (allout-hide-current-subtree): While escalating to sibling-close,
2343 make sure to situate on a topic.
2344
2345 2006-07-14 Kim F. Storm <storm@cua.dk>
2346
2347 * emulation/cua-base.el (cua-delete-selection)
2348 (cua-toggle-set-mark): New defcustoms.
2349 (cua-rectangle-modifier-key): Add `alt' modifier.
2350 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2351 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2352 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2353
2354 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2355
2356 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2357
2358 * allout.el: Require 'cl during byte-compilation/interactive load,
2359 for the `assert' macro.
2360 (allout-mode-deactivate-hook): New hook, run when allout mode
2361 deactivates.
2362 (allout-developer): New allout customization subgroup.
2363 (allout-run-unit-tests-on-load): New allout-developer
2364 customization variable, when true allout unit tests are run towards
2365 end of file load/eval.
2366 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2367 auto-fill-mode.
2368 (allout-resumptions): Remove, to be replaced by...
2369 (allout-add-resumptions): Register variable settings to be
2370 reinstated by `allout-do-resumptions'. The settings are made
2371 buffer-local, but the locality/globality of the suspended setting
2372 is restored on resumption.
2373 (allout-do-resumptions): Reinstate all settings suspended using
2374 `allout-add-resumptions'.
2375 (allout-test-resumptions): Unit tests (and intermediate variables)
2376 for resumptions.
2377 (allout-tests-globally-unbound, allout-tests-globally-true)
2378 (allout-tests-locally-true): Intermediate variables for
2379 resumptions unit tests.
2380 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2381 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2382 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2383 instead of retired `allout-resumptions'. For hook functions, use
2384 `local' parameter so hook settings are created and removed as
2385 buffer-local settings. Revise (resumptions) setting
2386 auto-fill-function so it is set only if already active. (The
2387 related fill-function settings are all made in either case, so
2388 that activating auto-fill-mode activity will have the custom
2389 allout-mode behaviors (hanging indent on topics, if configured for it).
2390 Remove all allout-exposure-category overlays on mode deactivation.
2391 (allout-hotspot-key-handler): New function extracted from
2392 `allout-pre-command-business', so the functionality can be used
2393 for other purposes, eg as a binding in an overlay.
2394 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2395 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2396 customization variable.
2397 (allout-run-unit-tests): Run the (currently quite small)
2398 repertoire of unit tests. Called just before the provide iff user
2399 has customized `allout-run-unit-tests-on-load' non-nil.
2400
2401 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2402
2403 * emacs-lisp/authors.el (authors-aliases): Update.
2404
2405 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2406
2407 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2408 gdb-source-window. Add dedicated argument.
2409 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2410 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2411 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2412 (gdb-display-locals-buffer): Use it.
2413
2414 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2415 Set gdb-source-window.
2416
2417 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2420 minor modes, redundant with the custom-autoload line above.
2421
2422 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * longlines.el (longlines-post-command-function): Handle open-line too.
2425
2426 2006-07-12 Richard Stallman <rms@gnu.org>
2427
2428 * progmodes/grep.el (grep-last-buffer): Doc fix.
2429
2430 * info.el (Info-try-follow-nearest-node): Doc fix.
2431
2432 * emacs-lisp/edebug.el (edebug-instrument-function):
2433 Err if find-function-noselect gives no position.
2434
2435 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2436 If can't find definition, return nil for position.
2437 (find-function-do-it): Handle new return value
2438 of find-definition-noselect.
2439 (find-definition-noselect, find-variable-noselect): Doc fix.
2440 (find-function-noselect): Doc fix.
2441
2442 * help-mode.el (help-variable-def): Handle find-variable-noselect
2443 returning no position.
2444 (help-function-def): Likewise for find-function-search-for-symbol.
2445 (help-face-def): Likewise.
2446
2447 * help-fns.el (describe-variable): Handle find-variable-noselect
2448 returning no position.
2449
2450 * files.el (locate-file-completion): Avoid duplicates in result.
2451
2452 * cus-edit.el (custom-no-edit): New command.
2453 (custom-mode-map): Remap to custom-no-edit instead of
2454 using suppress-keymap.
2455
2456 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2457
2458 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2459 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2460 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2461
2462 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2463
2464 2006-07-11 Kim F. Storm <storm@cua.dk>
2465
2466 * ido.el (ido-copy-current-file-name): Use buffer-name if
2467 buffer-file-name is nil.
2468
2469 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * simple.el (undo-ask-before-discard): Set to nil.
2472
2473 * vc.el (vc-exec-after): Don't delete process manually.
2474 (vc-print-log): Run log-view-mode in process sentinel inside
2475 inhibit-read-only. Don't shrink window due to timing issues.
2476
2477 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2478 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2479
2480 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2483 Fix ambiguity introduced by last change.
2484 (compilation-find-file): Move save-excursion to where it may
2485 make sense. Fix a left over `find-file'.
2486
2487 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2488
2489 * textmodes/texinfmt.el (texinfo-format-separate-node):
2490 Insert a string before point, which fits documentation, not after.
2491 (texinfo-multitable-item): In a multitable row, insert any
2492 additional needed @tabs and spaces.
2493
2494 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2495
2496 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2497 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2498 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2499 instead of shell-command.
2500 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2501 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2502 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2503 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2504 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2505 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2506
2507 2006-07-11 Kim F. Storm <storm@cua.dk>
2508
2509 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2510 Remove special case for seconds < 0. Use (redisplay t) instead.
2511
2512 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2515 avoid compilation error.
2516
2517 * subr.el (sit-for): New function.
2518
2519 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2520
2521 2006-07-10 Richard Stallman <rms@gnu.org>
2522
2523 * ldefs-boot.el (edebug): Update page.
2524
2525 2006-07-10 Kim F. Storm <storm@cua.dk>
2526
2527 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2528 to FOR-RELEASE and TODO.
2529
2530 2006-07-10 Romain Francoise <romain@orebokech.com>
2531
2532 * emacs-lisp/authors.el (authors-aliases): Update.
2533
2534 2006-07-10 Alan Mackenzie <acm@muc.de>
2535
2536 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2537 * cc-mode.el: Changes to eradicate eval-after-load.
2538
2539 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2542 on non-char events.
2543
2544 2006-07-09 Romain Francoise <romain@orebokech.com>
2545
2546 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2547 Don't highlight start/end markers as compilation messages.
2548
2549 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2550 to t.
2551
2552 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2555
2556 2006-07-08 Richard Stallman <rms@gnu.org>
2557
2558 * term/x-win.el (x-handle-display): Add doc string.
2559
2560 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2561
2562 * subr.el (def-edebug-spec): Move here.
2563 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2564
2565 * imenu.el (imenu-choose-buffer-index): Doc fix.
2566
2567 2006-07-08 Romain Francoise <romain@orebokech.com>
2568
2569 * term/x-win.el (x-display-name): Fix typo.
2570
2571 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2572
2573 * hexl.el (hexl-find-file): Doc fix.
2574
2575 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2576
2577 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2578
2579 * term/x-win.el (x-display-name): Doc fix.
2580
2581 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2584 long prefixes.
2585 (fill-region-as-paragraph): Don't round up to a whole line.
2586 (fill-comment-paragraph): Don't include the code-before-the-comment
2587 when calling fill-region-as-paragraph.
2588
2589 * international/mule.el (make-char): Remove redundancy.
2590
2591 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2592 property may contain an anonymous function rather than a symbol.
2593
2594 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2595
2596 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2597 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2598
2599 * dirtrack.el (dirtrack-default-directory-function): Remove.
2600 (dirtrack-directory-function): Use file-name-as-directory.
2601 (dirtrack-windows-directory-function): Simplify.
2602 (dirtrack-forward-slash, dirtrack-backward-slash)
2603 (dirtrack-replace-slash): Remove.
2604 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2605 (dirtrack): Fix wrong parenthesizing; use match-string.
2606
2607 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2608 (inferior-octave-mode): Only change the buffer-local value of
2609 comint-dynamic-complete-functions.
2610 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2611 Move the initialization to the declaration.
2612 (inferior-octave-complete): Remove unused var `filter'.
2613
2614 * shell.el (shell-mode): Only change the buffer-local value of
2615 comint-dynamic-complete-functions.
2616
2617 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2618
2619 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2620 entry is skipped because it has been scheduled.
2621 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2622 changing `:org-archived' and `:org-comment' properties.
2623
2624 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * server.el (server-select-display): Don't make the temp frame
2627 minibuffer-only, in case it's not a temp frame.
2628 (server-process-filter): Don't delete the temp frame if it's the
2629 only one we have on that display.
2630
2631 * files.el (find-alternate-file): Doc fix.
2632
2633 2006-07-05 Richard Stallman <rms@gnu.org>
2634
2635 * files.el (abbreviate-file-name): Add save-match-data.
2636
2637 2006-07-03 Richard Stallman <rms@gnu.org>
2638
2639 * faces.el (read-face-name): Doc fix.
2640
2641 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2644
2645 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2646
2647 * vc.el (vc-diff-internal): Fix prev change.
2648
2649 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2650
2651 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2652 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2653
2654 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2657 fails if the symbol contains chars like ( or '.
2658 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2659 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2660 `short'.
2661
2662 2006-07-04 Kenichi Handa <handa@m17n.org>
2663
2664 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2665 the current one, don't call set-language-environment, but call one
2666 of set-language-environment-XXX to make INFO effective now.
2667 (set-language-environment): Call set-language-environment-XXX
2668 functions instead of doing the various setups directly.
2669 (set-language-environment-coding-systems): Delete argument eol-type.
2670 (set-language-environment-input-method)
2671 (set-language-environment-nonascii-translation)
2672 (set-language-environment-charset)
2673 (set-language-environment-fontset)
2674 (set-language-environment-unibyte): New functions.
2675
2676 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * locate.el (locate-update-when-revert): New option.
2679 (locate-update-path): New option (suggested by Michael Albinus).
2680 (locate-prompt-for-command): Whitespace change.
2681 (locate-update): No longer offer to update the locate database by
2682 default. Implement the two new options.
2683
2684 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2685
2686 * tooltip.el: Move comment about track-mouse...
2687
2688 * progmodes/gud.el: ...to here.
2689
2690 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * facemenu.el (facemenu-listed-faces): New var.
2693 (facemenu-unlisted-faces): Variable deleted.
2694 (facemenu-add-new-face): Use facemenu-listed-faces.
2695
2696 * emulation/viper-init.el, calendar/calendar.el:
2697 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2698
2699 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2700
2701 * textmodes/org.el (org-mode): Remove no invalid settings for
2702 calc embedded mode.
2703 (org-mode-p): New defsubst.
2704 (org-save-all-org-buffers): New function.
2705 (org-first-headline-recenter): Enclose outline-regexp in group
2706 delimiters.
2707 (org-set-tags): Keep single space after stars.
2708
2709 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * window.el (set-window-text-height): Only set window-min-height to
2712 1 if that's the requested size.
2713
2714 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2715 (diff-unified->context, diff-context->unified)
2716 (diff-reverse-direction): Make sure the end marker stays at the end.
2717 (diff-mode): Add the keymap table at the end of docstring.
2718 Use lexical-let rather than constructing a closure manually.
2719
2720 * files.el (find-file-noselect-1): Remove unused var assignment.
2721 (hack-local-variables-confirm): Print lists of strings as lists of
2722 strings rather than lists of symbols.
2723 (abbreviate-file-name, hack-local-variables-prop-line):
2724 Use match-string.
2725 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2726 (recover-session-finish): Use line-end-position.
2727
2728 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2731
2732 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2733
2734 * progmodes/make-mode.el (makefile-macroassign-regex):
2735 Accept preceding keyword.
2736 (makefile-gmake-statements): Reorganize, now that makepp has
2737 "override" and also handle forgotten "override define".
2738 (makefile-makepp-statements): Add new "global", "override export"
2739 and "override global".
2740
2741 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2744 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2745 (ada-no-auto-case): Fix typos in docstrings.
2746
2747 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * info.el (Info-find-node-2): Search for makeinfo version more
2750 carefully.
2751
2752 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2753
2754 * textmodes/org.el (org-prepare-agenda-buffers):
2755 Use `invisible-OK' argument for `org-end-of-subtree'.
2756 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2757 (org-beginning-of-item): Fix bug in regular expression for white line.
2758 (org-export-as-html): Enforce space after bullet in plain list items.
2759 (org-set-autofill-regexps): Require space after plain list bullet
2760 for paragraph-start.
2761 (org-ts-regexp3): New constant.
2762 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2763 (org-timestamp-up-day, org-timestamp-down-day)
2764 (org-timestamp-change): Work with inactive timestamps.
2765 (org-ts-regexp1): Don't allow brackets in time stamps.
2766
2767 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2770 for ignoring links.
2771
2772 * faces.el (read-face-name): Use it.
2773
2774 2006-06-28 Juri Linkov <juri@jurta.org>
2775
2776 * buff-menu.el (list-buffers-noselect): Compare Info file
2777 with the string "dir" to detect Info directory.
2778
2779 * complete.el (partial-completion-mode): In lambda for
2780 `choose-completion-string-functions' use full function signature
2781 with 4 args, and move point to the end of the minibuffer only if arg
2782 `mini-p' is non-nil.
2783
2784 2006-06-28 John Paul Wallington <jpw@pobox.com>
2785
2786 * ibuffer.el (ibuffer-mode): Doc fix.
2787
2788 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2789
2790 * textmodes/org.el (org-context): New contexts :item-bullet,
2791 :latex-fragment, :latex-preview.
2792 (org-overlays-at, org-overlay-start, org-overlay-end):
2793 New compatibility functions.
2794 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2795 exact regexp that will be used during export.
2796 (org-latex-regexps): New variable.
2797 (org-cdlatex-mode): Improve advice for `texmathp'.
2798 (turn-on-org-cdlatex): New function.
2799
2800 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2801
2802 * term/mac-win.el (mac-handle-font-selection): Change keys of
2803 mac-atsu-font-table from strings to numbers.
2804 (mac-ts-caret-position): Use also when cursor-type is nil.
2805 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2806 Relax condition for using overlay strings.
2807 Use mac-ts-caret-position face when cursor-type is nil.
2808
2809 2006-06-26 Kim F. Storm <storm@cua.dk>
2810
2811 * help.el (view-emacs-news): Declare `res' in the right let* form.
2812
2813 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/rcompile.el (remote-compile): Replace ange-ftp based
2816 implementation by Tramp functions.
2817 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2818
2819 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2820
2821 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2822
2823 * international/fontset.el (setup-default-fontset): Fix a typo in
2824 the "Oriya-Akruti" registry name.
2825
2826 2006-06-23 Lars Hansen <larsh@soem.dk>
2827
2828 * desktop.el (desktop-full-file-name): New function.
2829 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2830 (desktop-revert): Use it.
2831 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2832 (desktop-after-read-hook): Add option list-buffers.
2833 (desktop-locals-to-save): Add tab-width.
2834 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2835 Fix docstring.
2836
2837 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2838
2839 * textmodes/org.el (org-cdlatex-mode-map)
2840 (org-cdlatex-texmathp-advice-is-done): New variables.
2841 (org-cdlatex-mode): New minor mode.
2842 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2843 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2844 (org-export-with-archived-trees): New option.
2845 (org-open-file): Remove the call to `convert-standard-filename'.
2846 (org-archive-tag, org-agenda-skip-archived-trees)
2847 (org-cycle-open-archived-trees)
2848 (org-sparse-tree-open-archived-trees): New options.
2849 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2850 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2851 New functions.
2852 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2853 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2854 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2855 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2856 Call `org-prepare-agenda-buffers'.
2857 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2858 (org-file-apps, org-file-apps-defaults-gnu)
2859 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2860 Handle remote files by forcing them to be opened in Emacs.
2861
2862 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2863
2864 * vc.el (vc-diff-knows-L): New variable.
2865 (vc-diff-internal): Use it to handle "diff" programs that don't
2866 understand -L. This works automatically, no user action is necessary.
2867
2868 2006-06-23 Daniel Brockman <daniel@brockman.se>
2869
2870 * net/rcirc.el (rcirc-default-user-full-name): Default to
2871 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2872 longer exists).
2873 (rcirc-process-list): Check `buffer-live-p' before attempting to
2874 switch to a buffer.
2875
2876 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2877
2878 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2879 based on rcirc-coding-system-alist.
2880
2881 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2882
2883 * cus-edit.el (customize-apropos): A better error message.
2884 (top level) <debug-ignored-errors>: Extend and update the list of
2885 ignored error messages.
2886
2887 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2888
2889 * complete.el (PC-do-completion): Retain capitalization of user
2890 input, when possible, even if completion-ignore-case is set.
2891
2892 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2893
2894 * generic-x.el (bat-generic-mode): Support .cmd files.
2895
2896 * dos-w32.el (top level): Use find-file-not-found-functions
2897 instead of the obsolete find-file-not-found-hooks.
2898
2899 2006-06-22 Kim F. Storm <storm@cua.dk>
2900
2901 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2902 to recognize mode name containing submodes, such as Grep/lw.
2903
2904 2006-06-21 Kim F. Storm <storm@cua.dk>
2905
2906 * simple.el (line-move-1): Check for move-end-of-line instead of
2907 end-of-line when setting temporary-goal-column.
2908
2909 2006-06-21 Miles Bader <miles@gnu.org>
2910
2911 * play/cookie1.el (cookie): Work properly when there's only one entry.
2912
2913 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2914
2915 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2916 (gdb-frame-handler): Generalize frame regexp for templates.
2917
2918 2006-06-20 Glenn Morris <rgm@gnu.org>
2919
2920 * calendar/appt.el (appt-display-format): Default value must be
2921 one of the customize options.
2922
2923 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * term/xterm.el (terminal-init-xterm): Update key availability info.
2926 Bind C-return.
2927
2928 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2929
2930 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2933 whether or not a local variables list is defined.
2934
2935 * msb.el (msb): Move `sit-for' hack here to handle both
2936 "mouse-down and drag" and "mouse-up and select" situations.
2937 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2938
2939 2006-06-20 Kenichi Handa <handa@m17n.org>
2940
2941 * international/characters.el (word-combining-categories):
2942 Add entries for 2-byte Han characters.
2943
2944 2006-06-19 Richard Stallman <rms@gnu.org>
2945
2946 * bindings.el (mode-line-format): Save some mode line space.
2947
2948 * files.el (find-file-noselect): Improve the question wording.
2949 (basic-save-buffer-2): Mask UMASK against 666.
2950
2951 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2952 (mouse-drag-vertical-line): Call it.
2953
2954 * cus-edit.el (customize-option, customize-option-other-window):
2955 Error if SYMBOL is nil.
2956
2957 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2958
2959 * textmodes/org.el: Require noutline, also on XEmacs.
2960 (org-end-of-subtree): Return point.
2961 (org-dblock-start-re, org-dblock-end-re): New constants.
2962 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2963 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2964 (org-update-all-dblocks, org-find-dblock): New functions.
2965 (org-collect-clock-time-entries): New function.
2966 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2967 (org-fixup-indentation): Modify to deal correctly with lines
2968 starting with TAB. Only one argument DIFF now.
2969 (org-demote, org-promote): Call `org-fixup-indentation' with just
2970 one argument, DIFF.
2971 (org-mode): Don't mark buffer as modified when aligning tables.
2972 (org-clock-sum): Don't mark buffer modified when adding time sum
2973 properties.
2974 (org-export-as-html): Add support for a link validation function.
2975 (org-archive-all-done): New function.
2976 (org-archive-subtree): New prefix argument. When set, archive all
2977 done subtrees in this buffer.
2978 (org-remove-clock-overlays)
2979 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2980 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2981 (org-put-clock-overlay): Don't swallow last headline character
2982 when displaying overlay.
2983 (org-store-link): Link to `image-mode' with just the file name.
2984
2985 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2986
2987 * viper-cmd.el (viper-special-read-and-insert-char):
2988 Use read-key-sequence.
2989 (viper-after-change-undo-hook): Misc enhancements.
2990 (viper-after-change-undo-hook): New hook.
2991 (viper-undo): Use viper-after-change-undo-hook.
2992 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2993 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2994 clicking on that widget/button.
2995
2996 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2997
2998 * ediff-diff (ediff-test-patch-utility): Catch errors.
2999 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
3000 (ediff-set-actual-diff-options): New function.
3001 (ediff-reset-diff-options, ediff-toggle-ignore-case):
3002 Use ediff-set-actual-diff-options.
3003 (ediff-extract-diffs): Catch errors.
3004 (ediff-whitespace): Add non-breakable space.
3005 (ediff-same-file-contents): Catch errors.
3006
3007 * ediff-mult.el (ediff-collect-custom-diffs):
3008 Save coding-system-for-read.
3009
3010 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
3011 (ediff-vc-internal, ediff-vc-merge-internal):
3012 Use ediff-delete-version-file.
3013 (ediff-delete-version-file): New function.
3014
3015 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
3016
3017 * ediff.el (ediff-directories, ediff-directory-revisions)
3018 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
3019 (ediff-directories-internal, ediff-merge-directory-revisions)
3020 (ediff-merge-directory-revisions-with-ancestor)
3021 (ediff-directories3): Use read-directory-name.
3022
3023 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
3024
3025 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
3026 Remove superfluous part of regexp for brace matching which is handled
3027 by `scan-lists' call.
3028
3029 2006-06-16 Richard Stallman <rms@gnu.org>
3030
3031 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
3032
3033 * files.el (basic-save-buffer-2): For a new precious file,
3034 use the default modes in the return value.
3035
3036 * facemenu.el (facemenu-color-alist): Doc fix.
3037
3038 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
3039
3040 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3041
3042 * cus-start.el (all): Add mac-ts-script-language-on-focus.
3043
3044 * term/mac-win.el (mac-text-encoding-ascii): New constant.
3045 (mac-utxt-to-string): Use it.
3046 (mac-ts-update-active-input-area): Use mac-ae-number.
3047
3048 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3049
3050 * term.el (term-handle-scroll, term-delete-lines)
3051 (term-insert-lines): Fix off by one errors.
3052
3053 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3054
3055 * net/tramp.el (tramp-touch): Use UTC to express time.
3056
3057 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * mail/sendmail.el (mail-send): Search explicitly for
3060 mail-header-separator when checking for corrupted header lines.
3061
3062 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
3063
3064 * progmodes/gdb-ui.el (gdb-same-frame): New option.
3065 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
3066 (gdb-init-1): Initialise them.
3067 (gdb-starting): Reset gdb-printing
3068 (gdb-starting): Save value of gud-overlay-arrow-position.
3069 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
3070 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
3071 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
3072 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
3073
3074 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
3077
3078 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
3079
3080 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
3081 (ldap-search-internal): Keep error messages, and a regexp fix.
3082
3083 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
3084
3085 * files.el (hack-local-variables-confirm):
3086 Display string value using its printed representation.
3087
3088 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * server.el (server-edit): No-op if no server buffers exist.
3091
3092 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
3093
3094 * textmodes/page-ext.el (pages-directory-for-addresses):
3095 Including `pages-directory-address-mode' in the function results
3096 in the message "Buffer in which pages were found is deleted".
3097
3098 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3099
3100 * textmodes/org.el (org-agenda-mode-map): Add bindings for
3101 clocking functions.
3102
3103 (org-agenda-clock-in, org-check-running-clock)
3104 (org-clock-out-if-current, org-remove-clock-overlays)
3105 (org-put-clock-overlay): New functions.
3106 (org-clock-marker, org-clock-file-total-minutes)
3107 (org-clock-overlays): New variables.
3108 (org-clock-display, org-clock-sum, org-clock-cancel)
3109 (org-clock-out, org-clock-in): New commands.
3110 (org-export): New function.
3111 (org-emph-re): New constant.
3112 (org-set-emph-re, org-do-emphasis-faces): New functions.
3113 (org-emphasis-regexp-components, org-emphasis-alist): New options.
3114 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3115 (org-export-html-convert-emphasize): Use the configurable emphasis.
3116 (org-cleaned-string-for-export): Make multiline emphasis visible
3117 to the exporter. New optional argument PARAMETERS.
3118 (org-export-as-html): Specify :emph-multiline parameter to
3119 `org-cleaned-string-for-export'.
3120
3121 2006-06-10 Richard Stallman <rms@gnu.org>
3122
3123 * help.el (help-for-help-internal): Clean up help text.
3124
3125 2006-06-10 Andreas Schwab <schwab@suse.de>
3126
3127 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3128 in doc string.
3129
3130 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3131
3132 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3133
3134 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3135 spaces after the comment start.
3136
3137 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3138
3139 * play/pong.el (pong-init-buffer):
3140 Fill buffer with spaces instead of ^A.
3141
3142 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3143 launched asynchronously, delete its process instead of being cool.
3144 (ispell-async-processp): Check for `delete-process' existence
3145 instead of `kill-process' one for consistency.
3146
3147 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3150 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3151 in mode line at startup.
3152
3153 2006-06-08 Kim F. Storm <storm@cua.dk>
3154
3155 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3156 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3157 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3158 (ido-file-internal): Pass full file name to write-file.
3159 (ido-read-internal): Only pop stack elements automatically if they
3160 actually match an existing directory or file name.
3161
3162 2006-06-07 Kenichi Handa <handa@m17n.org>
3163
3164 * international/mule.el (find-auto-coding): Don't handle the short
3165 name `char-trans'.
3166
3167 * files.el (hack-local-variables-prop-line)
3168 (hack-local-variables): Cancel the previous change.
3169
3170 2006-06-06 Jesper Harder <harder@phys.au.dk>
3171
3172 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3173
3174 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3177 diff-default-read-only is non-nil.
3178 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3179 (diff-refine-hunk): Set inhibit-read-only to t.
3180
3181 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3182 modifying the *Diff* buffer.
3183 (diff-process-filter): New filter function for diff process that
3184 sets inhibit-read-only to t when modifying the *Diff* buffer.
3185
3186 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3187
3188 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3189 insertion point and control the number of empty lines.
3190 (org-paste-subtree): Limit the number of empty lines at the end of
3191 the inserted tree.
3192 (org-agenda): Use buffer name of current file for narrowing.
3193 (org-export-as-xml): Command removed.
3194 (org-export-xml-type): Option removed.
3195 (org-mode-map): Call `org-export-as-xoxo' directly.
3196 (org-get-indentation): New optional argument LINE.
3197 (org-fix-indentation, org-remove-tabs): New functions.
3198 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3199 correct indentation for headlines that are converted it items.
3200 (org-skip-comments): Remove table lines that contain narrowing
3201 cookies but no other non-empty fields.
3202 (org-set-tags): Allow groups of mutually exclusive tags.
3203 (org-cmp-time): Sort 24:21 before items without time.
3204 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3205 (org-open-at-point): Require double colon also for numbers.
3206
3207 2006-06-06 Kim F. Storm <storm@cua.dk>
3208
3209 * ido.el (ido-default-file-method, ido-default-buffer-method):
3210 Make choice values consistent with corresponding command names.
3211 (ido-visit-buffer): Update accordingly. Default to selected-window.
3212
3213 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * progmodes/gud.el (gud-running): Fix doc string.
3216 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3217 (gud-tooltip-modes): Add python-mode.
3218 (gud-tooltip-print-command): Add pdb. Remove perldb.
3219
3220 2006-06-05 Eli Zaretskii <eliz@gnu.org>
3221
3222 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3223 Quote $(EMACS).
3224
3225 2006-06-05 Richard Stallman <rms@gnu.org>
3226
3227 * faces.el (defined-colors): Doc fix.
3228
3229 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
3230
3231 * vc.el (vc-process-filter): Inhibit undo info collection around
3232 call to insert.
3233 (vc-setup-buffer): Likewise for call to erase-buffer.
3234 (vc-do-command): Likewise for call to process-file.
3235
3236 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3237
3238 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3239 for gud-go.
3240 (gud-common-init): Other debuggers may trigger error.
3241
3242 2006-06-05 Kenichi Handa <handa@m17n.org>
3243
3244 * international/mule.el (find-auto-coding):
3245 Handle enable-character-translation in file header.
3246
3247 2006-06-04 Kim F. Storm <storm@cua.dk>
3248
3249 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3250 (authors-fixed-entries): Fix spelling.
3251 (authors-canonical-file-name): Don't report error for wildcards.
3252
3253 * help.el (view-emacs-news): Rewrite to support new NEWS,
3254 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
3255 e.g. version 10 matches 1.10, and don't be confused by version 1.1
3256 being a prefix of 1.12 (etc). A numeric prefix arg also works.
3257
3258 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
3259
3260 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3261 exec constructs like `foo bar`.
3262 (sh-quoted-subshell): New helper function to search for a possibly
3263 nested subshell (like `` or $()) within a "" quoted string.
3264 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3265 (sh-apply-quoted-subshell): Flag quote characters inside a
3266 subshell, which is itself already in a quoted region, as
3267 punctuation, since this is the closest to what they actually are.
3268 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3269 sh-apply-quoted-subshell.
3270 (sh-font-lock-syntactic-face-function): Apply the new face for
3271 text inside `` instead of the old font-lock-string-face.
3272
3273 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3274
3275 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3276 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3277 (mac-bytes-to-text-range, mac-ae-text-range-array)
3278 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3279 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3280 (mac-ts-unicode-for-key-event): New functions.
3281 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3282 (mac-handle-font-selection): Use mac-ae-number.
3283 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3284 New variables.
3285 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3286 (mac-ts-converted-text, mac-ts-selected-converted-text)
3287 (mac-ts-block-fill-text, mac-ts-outline-text)
3288 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3289 (mac-ts-hilite-style-faces): New constant.
3290 (mac-apple-event-map): Bind text input events.
3291 (mac-dispatch-apple-event): Use command-execute instead of
3292 call-interactively.
3293 (global-map): Don't bind mac-apple-event.
3294 (special-event-map): Bind mac-apple-event.
3295
3296 2006-06-02 Eli Zaretskii <eliz@gnu.org>
3297
3298 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3299 file name.
3300 (emacs): Enclose the value of $(EMACS) in quotes.
3301
3302 2006-06-02 Juri Linkov <juri@jurta.org>
3303
3304 * international/mule.el (sgml-html-meta-auto-coding-function):
3305 Remove the condition `(search-forward "<html" size t)'.
3306 Replace `\"' with `[\"']?' in `re-search-forward'.
3307
3308 2006-06-02 Kenichi Handa <handa@m17n.org>
3309
3310 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3311 as well as `coding'.
3312 (hack-local-variables): Likewise.
3313
3314 * international/mule.el (enable-character-translation):
3315 Put permanent-local and safe-local-variable properties.
3316 (find-auto-coding): Handle char-trans: tag.
3317
3318 2006-06-02 Juri Linkov <juri@jurta.org>
3319
3320 * international/mule.el (sgml-html-meta-auto-coding-function):
3321 Limit the search by the end of the HTML header (if any).
3322
3323 2006-06-01 Richard Stallman <rms@gnu.org>
3324
3325 * subr.el (with-current-buffer): Doc fix.
3326
3327 2006-06-02 Masatake YAMATO <jet@gyve.org>
3328
3329 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3330 Almost rewrite. Underlines over all lines of gcov output are too
3331 uncomfortable to read. Suggested by Dan Nicolaescu.
3332
3333 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3334
3335 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3336
3337 * shell.el (shell-mode): Use shell-mode-map in docstring.
3338
3339 * comint.el (comint-send-input): Do not add help-echo and
3340 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3341
3342 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3343
3344 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3345
3346 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3347
3348 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3349 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3350 look up the stack and pop up GUD buffer if necessary.
3351 (gdb-frames-select): Remove redundant call to gud-display-frame.
3352 (gdb-info-threads-custom): Keep point at start of buffer.
3353 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3354
3355 2006-05-31 Juri Linkov <juri@jurta.org>
3356
3357 * replace.el (query-replace-read-from, query-replace-read-to):
3358 Bind `history-add-new-input' to nil. Call `add-to-history'.
3359
3360 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3361
3362 * textmodes/table.el: Convert all HTML tags to lower case for
3363 XHTML compatibility.
3364
3365 2006-05-31 Masatake YAMATO <jet@gyve.org>
3366
3367 * progmodes/compile.el:
3368 (compilation-error-regexp-alist-alist::gcov-called-line):
3369 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3370
3371 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3374 Revert inadvertent changes made with last commit.
3375
3376 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3377
3378 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3379 New functions.
3380
3381 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3382
3383 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3384
3385 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3386 only matches in the right place.
3387 (org-upcoming-deadline): New face.
3388 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3389 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3390 and make it an option.
3391 (org-export-ascii-bullets): New option.
3392 (org-export-as-html): Many changes to emit valid XHTML.
3393 (org-par-open): New variable.
3394 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3395 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3396 (org-timeline): Pass `org-timeline-show-empty-dates' to
3397 `org-get-all-dates'. Interpret empty dates returned by
3398 `org-get-all-dates'.
3399 (org-get-all-dates): New argument EMPTY. Add dates without
3400 entries to the list, mark large ranges of empty dates.
3401 (org-point-in-group, org-context): New functions.
3402
3403 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3404
3405 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3406
3407 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3408 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3409 to C-mouse-3 (for 2 button mice).
3410 (gdb-send): Do the right thing for C-d.
3411
3412 * speedbar.el (speedbar-detach): Delete.
3413 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3414 it breaks things.
3415 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3416
3417 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3418
3419 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3420 Makeppfile.
3421
3422 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3423 Add makepp diagnostic.
3424
3425 2006-05-29 Richard Stallman <rms@gnu.org>
3426
3427 * window.el (fit-window-to-buffer): Doc fix.
3428
3429 * help.el (temp-buffer-max-height): Doc fix.
3430
3431 * subr.el (with-current-buffer): Doc fix.
3432
3433 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3434
3435 * term/x-win.el: Bind F10 to menu-bar-start if available.
3436
3437 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3438
3439 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3440 uses with a simple test.
3441 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3442 (term-send-raw-string, term-send-raw, term-mouse-paste)
3443 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3444 (term-handle-exit, term-read-input-ring)
3445 (term-previous-matching-input-string)
3446 (term-previous-matching-input-string-position)
3447 (term-previous-matching-input-from-input)
3448 (term-replace-by-expanded-history, term-send-input)
3449 (term-skip-prompt, term-bol, term-send-invisible)
3450 (term-kill-input, term-delchar-or-maybe-eof)
3451 (term-backward-matching-input, term-check-source)
3452 (term-proc-query, term-emulate-terminal)
3453 (term-handle-colors-array, term-process-pager, term-pager-line)
3454 (term-pager-bob, term-unwrap-line, term-word)
3455 (term-dynamic-complete-filename)
3456 (term-dynamic-complete-as-filename)
3457 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3458 unlesses.
3459
3460 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3463 during bootstrapping.
3464
3465 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3466 Basically undo the change of 2006-05-26: use extra arguments instead of
3467 dynamic scoping.
3468 (ewoc-locate): Remove unused var `footer'.
3469
3470 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3473
3474 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3475 (generate-file-autoloads): Obey it. Return whether autoloads were
3476 added at point or not.
3477 (update-file-autoloads): Use this new return value.
3478 Remove redundant test for the presence of an autoload cookie.
3479
3480 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3481 This one calls hack-local-variables.
3482 (generate-file-autoloads, update-file-autoloads): Use it.
3483
3484 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3485 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3486 (bibtex-sort-entry-class-alist): Don't set the global value.
3487 (bibtex-init-sort-entry-class-alist): New fun.
3488 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3489 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3490 of bibtex-init-sort-entry-class.
3491
3492 2006-05-28 Richard Stallman <rms@gnu.org>
3493
3494 * subr.el (load-history-regexp): If FILE is relative, insist
3495 entire last name component must match it.
3496 (load-history-filename-element, load-history-regexp): Doc fixes.
3497
3498 2006-05-29 Kim F. Storm <storm@cua.dk>
3499
3500 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3501 `pos' and `raw-data' for clarity, as eval forms may access these.
3502
3503 2006-05-28 Kim F. Storm <storm@cua.dk>
3504
3505 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3506
3507 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * progmodes/make-mode.el (makefile-browser-map)
3510 (makefile-mode-syntax-table): Move initialization inside declaration.
3511 (makefile-fill-paragraph): Use the default comment-filling code.
3512
3513 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * replace.el (query-replace-defaults): New variable.
3516 (query-replace-read-from): Use `query-replace-defaults' for
3517 default value, instead of history list.
3518 (query-replace-read-to): Update `query-replace-defaults'.
3519
3520 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3523 with no X toolkit.
3524
3525 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3528 (tumme-show-all-from-dir): Add autoload.
3529
3530 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3531
3532 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3533 (tumme-remove-tag): Fix bug.
3534
3535 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3536
3537 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3538 FOOTER args. Update unique caller.
3539 (ewoc-delete): Compute last node once before looping.
3540 (ewoc--node-branch): Merge into unique caller.
3541 (ewoc--node): Don't define constructor make-ewoc--node for this
3542 structure.
3543 (ewoc): Add member `hf-pp' to this structure.
3544 (ewoc--wrap): New func.
3545 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3546 header/footer pretty-printers. Save header/footer pretty-printer.
3547 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3548
3549 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3550
3551 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3552
3553 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3554 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3555 Tag'. Change "Compare directories..." to "Change Directories...".
3556 Move tumme commands to Operate, Regexp and Immediate menus.
3557 Change "Add Comment" to "Add Image Comment". Change "Add Image
3558 Tag" to "Add Image Tags".
3559
3560 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3561 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3562 `tumme-delete-tag'.
3563
3564 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3565
3566 * shell.el (shell-mode): Call shell-dirtrack-mode after
3567 list-buffers-directory is made a local variable, to avoid setting
3568 the default value.
3569
3570 2006-05-26 Kevin Ryde <user42@zip.com.au>
3571
3572 * info.el (Info-index-next): Use where-is-internal to report
3573 actual binding of Info-index-next, rather than hard-coded `,'.
3574
3575 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3576
3577 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3578 and "Find Command in Manual" to here.
3579
3580 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3581 Info-current-file as the file name.
3582
3583 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3584
3585 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3586 overrides will now be done a different way.
3587 (ses-set-parameter): Reapply this function for undo.
3588 (ses-set-header-row): Reconstruct header row during undo.
3589 (ses-widen): New function.
3590 (ses-goto-data, ses-reconstruct-all): Use new function.
3591 (ses-command-hook): Widen buffer during undo, before unupdating
3592 the cells.
3593 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3594 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3595 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3596 formula hasn't been executed yet.
3597
3598 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3599
3600 * comint.el (comint-kill-whole-line): Rename arg to count.
3601 Fix doc string.
3602
3603 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3606 to copy-file.
3607
3608 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3609
3610 * simple.el (toggle-truncate-lines): Make arg optional for
3611 backward compatibility.
3612
3613 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3614
3615 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3616 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3617 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3618 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3619 (ewoc--adjust): Use ewoc--current-dll.
3620 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3621
3622 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3623
3624 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3625 compact error message.
3626 (org-tags-view): Refresh category table in each file.
3627 (org-table-justify-field-maybe): Remove superfluous arguments to
3628 `format'.
3629 (org-export-as-html): Insert "<p>" before postamble.
3630 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3631
3632 2006-05-26 Kenichi Handa <handa@m17n.org>
3633
3634 * textmodes/po.el (po-find-charset): Pay attention to the case
3635 FILENAME is a cons (NAME . BUFFER).
3636 (po-find-file-coding-system-guts): Likewise.
3637
3638 * arc-mode.el (archive-set-buffer-as-visiting-file):
3639 Call find-operation-coding-system with (FILENAME . BUFFER).
3640
3641 * tar-mode.el (tar-extract): Call find-operation-coding-system
3642 with (FILENAME . BUFFER).
3643
3644 * international/mule.el (decode-coding-inserted-region):
3645 Call find-operation-coding-system with (FILENAME . BUFFER).
3646
3647 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * image-mode.el (image-toggle-display): Use buffer contents to
3650 generate image for a remote file.
3651
3652 2006-05-25 Juri Linkov <juri@jurta.org>
3653
3654 * replace.el (query-replace-read-from, query-replace-read-to):
3655 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3656
3657 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3658
3659 * whitespace.el (whitespace-cleanup): Change to cleanup
3660 region if one is active.
3661 * whitespace.el (whitespace-cleanup-internal): New internal method.
3662
3663 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3664
3665 * dired.el (dired-mode-map): Add help-echo strings to tumme
3666 commands. Bind `tumme-dired-display-image' to C-t i.
3667
3668 * tumme.el (tumme-display-image): Change documentation string slightly.
3669 (tumme-dired-display-image): Add call to `display-buffer'.
3670
3671 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3672
3673 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3674 Signal error if RAW-DATA is a multibyte string.
3675
3676 2006-05-24 Richard Stallman <rms@gnu.org>
3677
3678 * subr.el (with-local-quit): When handling `quit' signal,
3679 make a chance for quit-flag to cause a quit.
3680
3681 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3682 (ad-disable-advice): Add autoloads.
3683
3684 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3685
3686 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3687
3688 * dired.el (dired-mode-map): Change menu items for tumme as per
3689 suggestions in emacs-devel.
3690
3691 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * dired.el (dired-mode-map): Fix breakage.
3694
3695 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3696
3697 * tumme.el (tumme-display-dired-image): Rename to...
3698 (tumme-dired-display-image): ...this.
3699 (tumme-track-movement): Change default value to t.
3700 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3701 used from `tumme-next-line-and-display' and similar commands.
3702
3703 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3704 Immediate menu. Add some tumme commands there.
3705
3706 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3707
3708 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3709
3710 2006-05-24 Chong Yidong <cyd@mit.edu>
3711
3712 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3713 menu entries that open submenus.
3714
3715 2006-05-24 Alan Mackenzie <acm@muc.de>
3716
3717 * startup.el (command-line): For names of preloaded files, don't
3718 append ".elc" (now done in Fload), and call file-truename on the
3719 lisp directory.
3720
3721 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3722 match ANY loaded file with the right name, not just those in
3723 load-path. Put a regexp matching the file name into
3724 after-load-alist, rather than the name itself.
3725
3726 * subr.el: New functions load-history-regexp,
3727 load-history-filename-element, do-after-load-evaluation.
3728
3729 * international/mule.el (load-with-code-conversion): Do the
3730 eval-after-load stuff by calling do-after-load-evaluation.
3731
3732 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3733
3734 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3735 has not been killed.
3736
3737 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3738
3739 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3740 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3741 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3742 Optionally set error message in reply.
3743
3744 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3745
3746 * textmodes/org.el (org-open-at-point): Use renamed variable
3747 `org-confirm-shell-link-function'.
3748 (org-confirm-shell-link-function): Rename from
3749 `org-confirm-shell-links'.
3750 (org-export-directory): New function.
3751 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3752 (org-export-icalendar): Use `org-export-directory'.
3753 (org-indent-item): Keep cursor position.
3754 (org-link-file-path-type): New option.
3755 (org-export-as-html): Fix bug with plain lists starting in
3756 column 0.
3757 (org-export-as-html): Remove deadline formatting, this happens
3758 now already in `org-html-handle-time-stamps'.
3759 (org-export-html-style): Deadline class removed.
3760 (org-insert-labeled-timestamps-at-point): New option.
3761 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3762 of `hide-sublevels 1', in case the first headline is not level 1.
3763 (org-overview, org-content): New fuction.
3764 (org-cycle-global-status, org-cycle-subtree-status): Make these
3765 variables buffer-local.
3766 (org-global-cycle): New command.
3767 (org-shifttab): Use `org-global-cycle'.
3768 (org-insert-heading, org-insert-item): Go to end of new
3769 headline/item after creating it.
3770 (org-export-visible): Rename from `org-export-copy-visible'.
3771 Now creates a temporary org-file and applies an exporting command
3772 to it.
3773 (org-table-eval-formula): Support for lisp forms.
3774 (org-agenda-todo-ignore-scheduled): New option.
3775 (org-agenda-get-todos): Use new option
3776 `org-agenda-todo-ignore-scheduled'.
3777 (org-export-html-inline-images): New value `maybe'.
3778 (org-export-as-html): Inlining of images dependent on link description.
3779 (org-archive-subtree): Check for end-of-buffer before trying
3780 `kill-line'.
3781 (org-agenda-follow-mode): New option.
3782 (org-export-with-tags, org-export-with-timestamps): New options.
3783 (org-html-handle-time-stamps): New function.
3784 (org-keyword-time-regexp): New variable.
3785 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3786 (org-agenda-todo-list-sublevels): New option.
3787 (org-html-level-start): When TITLE is nil, just close all levels.
3788 (org-parse-key-lines, org-parse-export-options): Remove functions,
3789 replaced by `org-infile-export-plist'.
3790 (org-combine-plists, org-infile-export-plist)
3791 (org-default-export-plist): New functions.
3792 (org-export-html-preamble, org-export-html-postamble)
3793 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3794 New variables.
3795 (org-export-publishing-directory): New option.
3796 (org-export-as-html, org-export-as-ascii): Use the new property
3797 lists for settings.
3798 (org-export-copy-visible, org-export-as-xoxo):
3799 Respect `org-export-publishing-directory'.
3800 (org-link-search, org-store-link, org-file-apps): Support for
3801 links to BibTeX database entries..
3802 (org-get-current-options, org-set-regexps-and-options):
3803 Implement logging as a startup option.
3804 (org-store-link): Make sure context string is never empty
3805 (org-insert-link): Use relative path when possible.
3806 (org-at-item-checklet-p): New function.
3807 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3808 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3809 (org-metaright, org-metaup, org-metadown, org-shiftup)
3810 (org-shiftdown, org-shiftright, org-shiftleft)
3811 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3812 Dispatch using `call-interactively'.
3813 (org-call-with-arg): New defsubst.
3814 (org-tag-alist, org-use-fast-tag-selection): New options.
3815 (org-complete): Use `org-tag-alist'.
3816 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3817 (org-next-item, org-previous-item): New commands.
3818 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3819 make command.
3820 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3821
3822 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3823
3824 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3825 (ewoc-filter): Use `ewoc-delete'.
3826
3827 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3828
3829 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3832 Signal more user-friendly error messages.
3833
3834 * complete.el (PC-do-completion): Undo the addition of implicit
3835 wildcards if they did not lead to finding any match.
3836 (read-file-name-internal): Don't add the final > if the completion is
3837 not finished.
3838
3839 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3842 Quote safe-local-variable predicate.
3843
3844 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3845
3846 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3847
3848 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3849
3850 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3851
3852 * progmodes/make-mode.el (makefile-special-targets-list)
3853 (makefile-macro-table, makefile-target-table): Mark as risky.
3854 (makefile-query-one-target-method): Make this the alias for the
3855 following variable.
3856 (makefile-query-one-target-method-function): Make this the real name.
3857
3858 * textmodes/artist.el (artist-text-renderer): Make this the alias
3859 for the following variable.
3860 (artist-text-renderer-function): Make this the real name.
3861
3862 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3863 the alias for the following variable.
3864 (flyspell-generic-check-word-predicate): Make this the real name.
3865
3866 * textmodes/ispell.el (ispell-format-word): Make this the alias
3867 for the following variable.
3868 (ispell-format-word-function): Make this the real name.
3869 (ispell-message-text-end): Mark as risky.
3870
3871 * skeleton.el (skeleton-transformation, skeleton-filter)
3872 (skeleton-pair-filter): Make these the aliases for the following
3873 variables.
3874 (skeleton-transformation-function, skeleton-filter-function)
3875 (skeleton-pair-filter-function): Make these the real names.
3876
3877 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3878 and skeleton-pair-filter-function.
3879
3880 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3881 alias for the following variable.
3882 (sgml-transformation-function): Make this the real name.
3883 (sgml-tag-alist): Mark as risky.
3884
3885 2006-05-21 Richard Stallman <rms@gnu.org>
3886
3887 * simple.el (kill-region): Interactively, pass point, then mark.
3888
3889 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3890
3891 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3892
3893 2006-05-21 Romain Francoise <romain@orebokech.com>
3894
3895 * dired-x.el (dired-mode-map): Don't bind M-g.
3896
3897 2006-05-20 Richard Stallman <rms@gnu.org>
3898
3899 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3900 (dired-goto-file): Doc fix.
3901
3902 2006-05-21 Kim F. Storm <storm@cua.dk>
3903
3904 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3905 way to enable built-in cua-mode if user loads older CUA-mode package.
3906
3907 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3908 if default-filename is specified.
3909
3910 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3911
3912 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3913
3914 * info.el (info-apropos): Make sure current-file and current-node
3915 have non-nil values. Speed up by using add-to-list instead of
3916 manual consing.
3917
3918 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3919
3920 * progmodes/make-mode.el (makefile-mode): Doc fix.
3921
3922 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3923
3924 * dired-aux.el (dired-do-shell-command): Doc fix.
3925
3926 2006-05-20 Kevin Ryde <user42@zip.com.au>
3927
3928 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3929 ``(custom-manual :tag "Foo" "(foo)Node")''.
3930
3931 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3932
3933 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3934 value is an integer.
3935
3936 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3937
3938 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3939 "format".
3940 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3941
3942 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3943
3944 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3945 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3946
3947 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3950 regexp for keywords.
3951
3952 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3953
3954 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3955 replace-regexp-in-string.
3956
3957 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3958 encode, and escape file name on conversion to URL.
3959
3960 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3961
3962 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3963 Don't unescape URL.
3964 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3965
3966 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3967 on conversion to URLs.
3968
3969 * net/browse-url.el (browse-url-file-url): Encode file name on
3970 conversion to URL.
3971
3972 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3973 conversion to URL.
3974
3975 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3976
3977 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3978
3979 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3980
3981 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3982 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3983
3984 2006-05-19 Glenn Morris <rgm@gnu.org>
3985
3986 * calendar/diary-lib.el (diary-bahai-date)
3987 (list-bahai-diary-entries, mark-bahai-diary-entries)
3988 (mark-bahai-calendar-date-pattern): Not interactive.
3989 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3990 (diary-entries-list): Change format of 4th element in each entry.
3991 (diary-list-entries): Use add-to-diary-list.
3992 (diary-goto-entry): Handle the case where the buffer visiting the
3993 diary has been killed.
3994 (fancy-diary-display): Add 'locator to button rather than 'marker.
3995 Only generate temp-face when there are marks to apply.
3996 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3997 (diary-fancy-date-pattern): New variable.
3998 (diary-time-regexp): Doc fix.
3999 (diary-anniversary, diary-time): New faces.
4000 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
4001 diary-time-regexp. Add font-lock-multiline property where needed.
4002 Use new faces diary-anniversary and diary-time.
4003 (diary-fancy-font-lock-fontify-region-function): New function, to
4004 handle multiline font-lock pattern in fancy diary.
4005 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
4006 (diary-font-lock-keywords): Tweak time regexp. Use new face
4007 diary-time.
4008
4009 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
4010
4011 * international/code-pages.el (mik): Table corrected.
4012
4013 2006-05-18 Kim F. Storm <storm@cua.dk>
4014
4015 * progmodes/grep.el (grep-find): Don't check grep-find-command
4016 before running command (breaks non-interactive usage).
4017
4018 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
4019
4020 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
4021 (ewoc--insert-new-node): Don't insert trailing newline.
4022 Instead, adjust successor nodes's start markers.
4023 (ewoc--refresh-node): Delete all text from current node's start
4024 marker to the next one's; adjust successor nodes's start markers.
4025 (ewoc--create): Doc fixes.
4026 (ewoc--refresh): Don't insert newline.
4027 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
4028 * pcvs.el (cvs-make-cvs-buffer):
4029 Specify extra newline for ewoc's header and footer.
4030 (cvs-update-header): Update initial header recognition.
4031 Append newline to final header and footer values.
4032 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
4033
4034 2006-05-17 Richard Stallman <rms@gnu.org>
4035
4036 * files.el (file-name-extension): Doc fix.
4037
4038 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
4041 we can explicitly enable/disable rather than toggle.
4042 (shell-mode): Use it.
4043 (shell-cd): Don't try to reproduce what `cd' does.
4044
4045 2006-05-17 Kim F. Storm <storm@cua.dk>
4046
4047 * ido.el (ido-read-internal): Use only nondirectory part of
4048 default item.
4049
4050 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
4051
4052 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
4053 (ewoc-nth): Doc fix.
4054
4055 (ewoc-map, ewoc-invalidate): Compute PP before looping.
4056
4057 2006-05-16 Eli Zaretskii <eliz@gnu.org>
4058
4059 * international/mule.el (auto-coding-alist): Add .lha to files
4060 read with no-conversion.
4061
4062 * files.el (auto-mode-alist): Add .lha files to archive file
4063 extensions.
4064
4065 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4066 Convert csize to integer when computing offsets within the
4067 compressed archive file.
4068
4069 2006-05-16 Kim F. Storm <storm@cua.dk>
4070
4071 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
4072 with read-from-minibuffer.
4073
4074 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4075
4076 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
4077 (byte-compile-warnings): Fix safe-local-variable property.
4078
4079 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
4080
4081 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4082 (allout-stylish-prefixes, allout-numbered-bullet)
4083 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
4084 predicates to qualify `safe-local-variable' property, when
4085 available, else use equivalent lambda.
4086 (allout-current-topic-collapsed-p): Do the right thing regarding
4087 trailing blank lines.
4088
4089 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * server.el (server-start): Only create a directory if needed.
4092 (server-edit, server-unload-hook): server-start => server-mode.
4093 (kill-emacs-hook): Cleanup upon exit.
4094
4095 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * hexl.el (hexlify-buffer): Encode process arguments manually.
4098
4099 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4102 call to gdb-tooltip-print.
4103
4104 2006-05-15 Romain Francoise <romain@orebokech.com>
4105
4106 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4107 systems, default to "tar" since those systems probably have GNU tar.
4108
4109 2006-05-14 Lars Hansen <larsh@soem.dk>
4110
4111 * desktop.el (desktop-missing-file-warning): Fix docstring.
4112 (desktop-restore-file-buffer): Correct question asked on missing file.
4113
4114 2006-05-14 Kim F. Storm <storm@cua.dk>
4115
4116 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4117 Add CUA move property.
4118
4119 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * custom.el (custom-push-theme): Load the variable before checking
4122 its `standard-value'.
4123
4124 2006-05-13 Lars Hansen <larsh@soem.dk>
4125
4126 * desktop.el (desktop-save): Use with-temp-buffer.
4127
4128 2006-05-12 Glenn Morris <rgm@gnu.org>
4129
4130 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4131 * calendar/calendar.el (calendar-mode-map):
4132 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4133 * calendar/appt.el (appt-check, appt-make-list): Refer to
4134 diary-view-entries, diary-list-entries, diary-show-all-entries
4135 rather than obsolete aliases.
4136
4137 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * simple.el (line-move-finish): Avoid calling point motion hooks
4140 while processing intangibility.
4141
4142 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4143
4144 * term/xterm.el (terminal-init-xterm): Fix typo.
4145
4146 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4147
4148 * allout.el (allout-view-change-hook): Mark as being deprecated,
4149 to be replaced by `allout-exposure-change-hook'.
4150 (allout-exposure-change-hook): New, replacing
4151 `allout-view-change-hook'.
4152 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4153 in addition to `allout-view-change-hook'.
4154 (allout-show-bodies, allout-old-style-prefixes)
4155 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4156 lambda forms to prevent their showing up in variable help
4157 presentations as inscrutable byte-compiled code.
4158 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4159 Use string-or-null-p to qualify safe-local-variable values.
4160 (allout-reindent-bodies): Use memq to qualify matches against
4161 valid safe-local-variable values. Also, quote the lambda as above.
4162 (allout-use-mode-specific-leader): Add missing candidate-value
4163 symbols, use memq, and quote the lambda.
4164 (allout-overlay-interior-modification-handler): Remove unused
4165 variables `msg' and 'opened'.
4166 (allout-hidden-p): Constrain invisibility consideration to allout's
4167 invisibility spec, disregarding invisibility for other reasons.
4168
4169 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * files.el (version-control): Correct safe values.
4172
4173 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4174
4175 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4176
4177 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4178 (ewoc--insert-new-node): New func.
4179 Update callers of deleted funcs to use it, instead.
4180
4181 2006-05-11 Glenn Morris <rgm@gnu.org>
4182
4183 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4184 obsolete alias `show-all-diary-entries'.
4185 (make-diary-entry): Not interactive.
4186 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4187 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4188 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4189 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4190 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4191 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4192
4193 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4194
4195 * calendar/calendar.el (calendar-french-date-string)
4196 (calendar-mayan-date-string, calendar-chinese-date-string)
4197 (calendar-astro-date-string, calendar-iso-date-string)
4198 (calendar-islamic-date-string, calendar-bahai-date-string)
4199 (calendar-hebrew-date-string, calendar-coptic-date-string)
4200 (calendar-ethiopic-date-string, calendar-persian-date-string):
4201 These functions are not interactive.
4202
4203 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4204
4205 * files.el: Balance parentheses.
4206
4207 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4208
4209 * files.el, newcomment.el, outline.el, simple.el,
4210 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4211 progmodes/cc-vars.el, progmodes/compile.el:
4212 Move `safe-local-variable' declarations to the respective files.
4213
4214 * help-fns.el (describe-variable): Don't print safe-var if it is
4215 byte-code. Improve wording as suggested by Luc Teirlinck.
4216
4217 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4218
4219 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4220 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4221 Use a token for pending-triggers to ensure gdb-var-update
4222 gets called once per user input again for pre-GDB 6.4.
4223 (gdb-var-delete): Match on more complex expressions.
4224 (gdb-var-list-children-handler, gdb-var-create-handler):
4225 Use a token for consistency.
4226
4227 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
4228
4229 * textmodes/org.el (org-read-date, org-goto-calendar)
4230 (org-agenda-goto-calendar):
4231 Bind `view-calendar-holidays-initially' to nil.
4232
4233 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4234
4235 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4236 Update all callers to do it there, instead.
4237
4238 2006-05-10 Glenn Morris <rgm@gnu.org>
4239
4240 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4241 prefix arg case, to avoid view-diary-entries-initially error.
4242 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4243 (calendar-date-is-legal-p): Handle dates with no day part.
4244
4245 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * comint.el (comint-insert-input): Just make it when
4248 comint-use-prompt regexp is nil (default) and with the mouse.
4249 (comint-copy-old-input): Reinstate from 2004-06-23.
4250 (comint-mode-map): Bind C-c C-m to it.
4251
4252 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
4253
4254 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4255 Remove spurious move to point-max (new comint behavior fixes).
4256
4257 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4258 compatibility function (Emacs 18/19).
4259 (idlwave-is-continuation-line): Always return point at start of
4260 previous non-blank continuation line.
4261 `keyword-parameters': Fix continued comment font-lock matcher.
4262 (idlwave-font-lock-fontify-region): Written, use as
4263 font-lock-fontify-region-function, to fix continued keyword
4264 fontification issues.
4265
4266 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4267
4268 * term/mac-win.el (mac-font-panel-mode): Doc fix.
4269 (mac-service-selection, mac-service-open-file)
4270 (mac-service-open-selection, mac-service-mail-selection)
4271 (mac-service-mail-to, mac-service-insert-text): Rename from
4272 mac-services-*. All uses changed.
4273 (mac-apple-event-map): Rename event symbol `services' to `service'.
4274
4275 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
4276
4277 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4278 (ewoc--node-enter-first, ewoc--node-enter-last)
4279 (ewoc--delete-node-internal): Merge funcs into unique callers.
4280
4281 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4284 return value of read-from-minibuffer for empty input.
4285
4286 2006-05-09 Miles Bader <miles@gnu.org>
4287
4288 * comint.el (comint-insert-input): Remove redundant calls to setq
4289 and goto-char.
4290
4291 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
4292
4293 * comint.el (comint-insert-input): Make it work when
4294 comint-use-prompt-regexp is t.
4295
4296 2006-05-10 Miles Bader <miles@gnu.org>
4297
4298 * subr.el (field-at-pos): New function.
4299
4300 * comint.el (comint-insert-input): Use it.
4301
4302 2006-05-09 Juri Linkov <juri@jurta.org>
4303
4304 * battery.el (battery-linux-proc-acpi): Also try
4305 `/proc/acpi/thermal_zone/THR2/temperature'.
4306
4307 * files.el <safe-local-variable>: Remove `eval' and `let' binding
4308 for now unused lambda `string-or-null'.
4309
4310 * add-log.el (change-log-default-name): Put `string-or-null-p'
4311 instead of lambda on `safe-local-variable' property.
4312
4313 * diff-mode.el (diff-context->unified): Use `region-beginning' and
4314 `region-end' instead of `mark' and `point'.
4315 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4316 Operate on region in Transient Mark mode when the mark is active.
4317 Use `region-beginning' and `region-end' instead of `mark' and
4318 `point'.
4319 (diff-hunk-text, diff-goto-source): Doc fix.
4320
4321 * startup.el (fancy-splash-screens, normal-splash-screen): Use
4322 face `mode-line-buffer-id' for mode-line buffer face instead of
4323 hard-coded `(:weight bold)'.
4324
4325 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4326 buffer-undo-list to t (undo-ask is reproducible by visiting
4327 nested archives).
4328
4329 2006-05-09 Kim F. Storm <storm@cua.dk>
4330
4331 * progmodes/grep.el (rgrep): Set default directory of *grep*
4332 buffer if we start M-x rgrep in the *grep* buffer and choose
4333 a different base directory.
4334
4335 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
4336
4337 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4338 completion also when ido is loaded.
4339
4340 2006-05-09 Masatake YAMATO <jet@gyve.org>
4341
4342 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4343 "warning" and "import".
4344 (cpp-font-lock-keywords): Added "warning".
4345
4346 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4349
4350 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4353 pages at a time, if we signal the end, we should indeed reach that end.
4354
4355 2006-05-08 David Reitter <david.reitter@gmail.com>
4356
4357 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4358 output during execution of the body.
4359
4360 2006-05-08 Kim F. Storm <storm@cua.dk>
4361
4362 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4363
4364 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4365
4366 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4367 Use with-current-buffer.
4368
4369 2006-05-07 Kim F. Storm <storm@cua.dk>
4370
4371 * subr.el (add-to-history): Remove keep-dups arg.
4372
4373 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4374 to nil around call to add-to-history.
4375
4376 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4379 than after a buffer modification.
4380
4381 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4382
4383 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4384 call to...
4385 (gud-watch): ...here so speedbar is raised for already watched
4386 expressions.
4387 (gdb-speedbar-refresh): Delete function.
4388 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4389 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4390 earlier change).
4391 (gdb-var-evaluate-expression-handler)
4392 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4393
4394 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4395 Update localized contents for all buffers except ignored modes.
4396
4397 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4398
4399 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4400 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4401 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4402 (mac-handle-font-panel-closed, mac-handle-font-selection):
4403 New functions.
4404 (mac-font-panel-mode): New minor mode.
4405 (mac-apple-event-map): Add bindings for toolbar toggle button and
4406 font panel.
4407 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4408
4409 2006-05-07 John Paul Wallington <jpw@pobox.com>
4410
4411 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4412 Avoid `regexp-opt'; simplify regexp for readability.
4413
4414 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4415
4416 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4417 * files.el (buffer-stale-function):
4418 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4419 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4420 links to the main manual, not to emacs-xtra.
4421
4422 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4423
4424 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4425 MacJapanese if text is ASCII-only.
4426
4427 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4430 unless so nil isn't returned.
4431 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4432
4433 2006-05-06 Kim F. Storm <storm@cua.dk>
4434
4435 * subr.el (add-to-history): New function.
4436
4437 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4438 (ediff-merge-files-with-ancestor):
4439 * env.el (setenv):
4440 * isearch.el (isearch-update-ring):
4441 * server.el (server-visit-files):
4442 * progmodes/grep.el (lgrep, rgrep):
4443 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4444 * progmodes/xscheme.el (xscheme-insert-expression):
4445 Use add-to-history.
4446
4447 * kmacro.el (kmacro-push-ring): Use add-to-history.
4448 (kmacro-ring-length): Remove unused defun.
4449 (kmacro-start-macro): Use kmacro-push-ring.
4450
4451 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4452
4453 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4454 directly instead of a lambda expression that calls it.
4455
4456 2006-05-06 Kim F. Storm <storm@cua.dk>
4457
4458 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4459 instead of compute-motion.
4460
4461 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4462
4463 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4464 change.
4465
4466 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4467
4468 * startup.el (command-line-1): Refer to "Pure Storage" on
4469 pure-space-overflow.
4470
4471 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4472
4473 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4474 provided faces once they all have been used up.
4475
4476 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4477
4478 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4479 reference to the Lisp manual to the warning about pure space
4480 overflow.
4481
4482 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4483
4484 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4485 argument to avoid the call to `ispell-internal-change-dictionary'
4486 when not needed.
4487 (ispell-change-dictionary): Use this argument and call
4488 `ispell-internal-change-dictionary' after the possible change
4489 to `ispell-local-dictionary'.
4490 (ispell-internal-change-dictionary): Check for a change in
4491 personal dictionary use too.
4492
4493 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4494
4495 * startup.el (command-line): On MS-Windows, probe "~", not
4496 "~USER", for warning about non-existent home directory
4497
4498 * arc-mode.el (archive-l-e): New optional argument `float' means
4499 generate a float value.
4500 (archive-arc-summarize, archive-lzh-summarize)
4501 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4502 with 3rd argument non-nil when file's size is being computed.
4503 Format the file sizes with %8.0f instead of %8d.
4504
4505 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4506
4507 * cus-start.el (all): Add mac-dnd-known-types.
4508
4509 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4510 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4511 (mac-TIFF-to-string): New functions.
4512 (x-get-selection, x-selection-value)
4513 (mac-select-convert-to-string): Use them.
4514 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4515 (mac-dnd-types-alist): New customization variable.
4516 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4517 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4518 (mac-dnd-handle-drag-n-drop-event): New functions.
4519 (mac-drag-n-drop): Remove function.
4520 (global-map): Bind drag-n-drop and M-drag-n-drop to
4521 mac-dnd-handle-drag-n-drop-event.
4522
4523 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4524
4525 * progmodes/perl-mode.el (perl-beginning-of-function):
4526 Skip anonymous subs.
4527
4528 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4529
4530 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4531 regexp-opt at run time.
4532
4533 * term.el (term-handle-ansi-escape): Fix off by one error.
4534
4535 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4538 (gdb-init-1, gdb-post-prompt): ...and references to it.
4539 (gdb-frame-handler): Strip directory name from filename if present.
4540
4541 * progmodes/gud.el (gdb-force-update): Delete defvar
4542 (gud-speedbar-buttons): ...and references to it. Use window-start
4543 to try to keep positon in watch expression.
4544
4545 2006-05-03 Richard Stallman <rms@gnu.org>
4546
4547 * simple.el (next-history-element, previous-history-element): Doc fix.
4548
4549 * isearch.el (isearch-update-ring): Doc fix.
4550
4551 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4554 into consideration. Replace one arm ifs with whens.
4555
4556 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4557
4558 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4559 (menu): Fix typo.
4560
4561 2006-05-02 Miles Bader <miles@gnu.org>
4562
4563 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4564
4565 2006-05-02 Jay Belanger <belanger@truman.edu>
4566
4567 * calc/calc-embed.el (calc-override-minor-modes-map)
4568 (calc-override-minor-modes): New variables.
4569 (calc-do-embedded): Make sure that Calc keystrokes aren't
4570 overwritten by minor modes.
4571
4572 2006-05-02 Chong Yidong <cyd@mit.edu>
4573
4574 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4575
4576 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4577
4578 * startup.el (command-line-1): Refer to Lisp manual when
4579 pure-space-overflow occurs.
4580
4581 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4582 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4583 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4584 (version-control): Don't use `t' for safe-local-variable declarations.
4585
4586 2006-05-01 Richard Stallman <rms@gnu.org>
4587
4588 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4589 M-r, M-R, M-A, M-SPC or M-DEL.
4590 (diff-mode-map): diff-refine-hunk now on C-c C-w
4591 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4592
4593 * help-mode.el (help-mode): view-exit-action calls delete-window
4594 only when it is safe and possible.
4595
4596 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4597 in messages.
4598
4599 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4600
4601 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4602 in the default tool-bar-map.
4603
4604 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4605
4606 * net/tramp.el (tramp-completion-file-name-handler-alist)
4607 (tramp-run-real-handler, tramp-completion-run-real-handler)
4608 (tramp-completion-handle-file-name-all-completions)
4609 (tramp-completion-handle-file-name-completion): Autoload them.
4610 (tramp-completion-handle-file-exists-p)
4611 (tramp-completion-handle-file-name-directory)
4612 (tramp-completion-handle-file-name-nondirectory)
4613 (tramp-completion-handle-expand-file-name): Remove them.
4614 (tramp-handle-file-name-directory): Return the real directory name.
4615 Returning "/" only doesn't need to be necessary any longer.
4616 (tramp-file-name-handler): Make special attention when in hostname
4617 completion mode.
4618 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4619 (tramp-register-file-name-handlers):
4620 Register `tramp-completion-file-name-handler' only when
4621 `partial-completion-mode' is enabled.
4622 (tramp-completion-handle-file-name-all-completions):
4623 Delete directory part from results.
4624 (tramp-get-completion-methods, tramp-get-completion-user-host):
4625 Discard deleting "/", it doesn't work after the change of
4626 `tramp-handle-file-name-directory' above.
4627
4628 2006-05-01 Kim F. Storm <storm@cua.dk>
4629
4630 * progmodes/grep.el (grep-expand-template): Use save-match-data
4631 and symbol-value.
4632
4633 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4634
4635 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4636 Use select-frame-set-input-focus instead of raise-frame.
4637 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4638
4639 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * progmodes/gud.el (gud-def): Add %c case.
4642 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4643 (gud-format-command): Make match case sensitive. Match on %F.
4644
4645 2006-04-30 Glenn Morris <rgm@gnu.org>
4646
4647 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4648 (cal-tex-preamble): Use cal-tex-preamble-extra.
4649 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4650 than alias `list-diary-entries'.
4651
4652 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4653
4654 * help-fns.el (describe-variable): Add info about safe local variables.
4655
4656 2006-04-29 Richard Stallman <rms@gnu.org>
4657
4658 * bindings.el (mode-line-format): help-echo doc fixes.
4659
4660 * net/tramp.el (tramp-file-name-handler-alist): Delete
4661 expand-file-name and other operations that can cause spurious loading.
4662
4663 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * files.el (safe-local-variable-p): Remove support for the special
4666 value t.
4667
4668 * textmodes/paragraphs.el (sentence-end-without-space):
4669 Fix safety predicate.
4670 (sentence-end-double-space, sentence-end-without-period)
4671 (paragraph-ignore-fill-prefix):
4672 * textmodes/fill.el (colon-double-space):
4673 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4674
4675 * subr.el (booleanp): New fun.
4676
4677 * textmodes/reftex-vars.el (reftex-guess-label-type):
4678 Tighten the safety predicate.
4679
4680 2006-04-28 Kim F. Storm <storm@cua.dk>
4681
4682 * progmodes/grep.el (defgroup grep): Doc fix.
4683 (grep-auto-highlight): Remove.
4684 (grep-template): New defcustom.
4685 (grep-find-template): Rename from grep-tree-template.
4686 (grep-files-aliases): Rename from grep-tree-files-aliases.
4687 Remove "all" alias, add "l" alias.
4688 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4689 (grep-find-ignored-directories): New defcustom to replace
4690 grep-tree-ignore-CVS-directories, to facilitate ignoring
4691 subdirectories for multiple version control systems.
4692 (grep-mode-map): Add Recursive grep item to GREP menu.
4693 (grep-regexp-history, grep-files-history): New defvars.
4694 (grep-probe): New helper function.
4695 (grep-compute-defaults): Use it to simplify code.
4696 Adapt to name changes.
4697 Use `.' as base in grep-find-template rather than <D>.
4698 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4699 Call grep-compute-defaults unconditionally.
4700 (grep-expand-keywords): New defconst.
4701 (grep-expand-template): Rename from grep-expand-command-macros.
4702 Simplify via grep-expand-keywords. Look at case-fold-search instead
4703 of grep-tree-ignore-case to add -i option.
4704 Bind case-fold-search to nil while matching keywords.
4705 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4706 (grep-read-regexp, grep-read-files): New helper functions.
4707 (rgrep): Rename from grep-tree. Rework to use proper histories.
4708 Adapt to changes in defcustoms and functions above.
4709 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4710
4711 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * net/tramp.el (tramp-completion-file-name-handler):
4714 Disable Tramp's functionality while loading Tramp itself.
4715 (tramp-register-file-name-handlers): That's a defsubst now.
4716 Code from `tramp-repair-jka-compr' moved here. Apply it via
4717 `after-init-hook'.
4718 (tramp-repair-jka-compr): Remove.
4719
4720 2006-04-27 Jay Belanger <belanger@truman.edu>
4721
4722 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4723 read expression when `math-read-big-expr' doesn't work.
4724
4725 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4726
4727 * startup.el (command-line-1): Display warning when
4728 pure-space-overflow is non-nil.
4729
4730 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4731
4732 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4733 risky.
4734
4735 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4736
4737 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4738 Return the URL or nil if none can be generated.
4739
4740 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4741
4742 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4743 byte compiler warnings.
4744 (gud-basic-call, gud-find-expr): Let user select an expression
4745 for printing. Print expression as well as value in GUD buffer.
4746
4747 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4748
4749 * allout.el: Remove local autoload declaration for
4750 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4751 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4752 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4753 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4754 (allout-stylish-prefixes, allout-numbered-bullet)
4755 (allout-file-xref-bullet, allout-presentation-padding)
4756 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4757 safe-local-variable with suitable value spec, and add autoload
4758 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4759 (move-beginning-of-line, move-end-of-line): Repair so these compat
4760 functions now actually resituate the point, when appropriate.
4761
4762 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4765
4766 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4767 (add-log-iso8601-time-string): Fix call to format-time-string.
4768
4769 2006-04-26 Kim F. Storm <storm@cua.dk>
4770
4771 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4772
4773 2006-04-26 Masatake YAMATO <jet@gyve.org>
4774
4775 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4776 Add support for "//" style comments. Remove `b' flag
4777 from ?* in `asm-mode-syntax-table'.
4778
4779 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * follow.el: Use (featurep 'xemacs) everywhere.
4782 (follow-mode): Use define-minor-mode.
4783 (follow-mode-map): Move initialization into the declaration.
4784 Use command remapping.
4785 (follow-emacs-version-xemacs-p): Remove.
4786 (follow-submit-feedback): Remove.
4787
4788 * allout.el (allout-layout, allout-passphrase-verifier-string)
4789 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4790
4791 * textmodes/reftex-vars.el (reftex-vref-is-default)
4792 (reftex-fref-is-default, reftex-guess-label-type):
4793 Tighten up a bit the safety predicate.
4794
4795 * textmodes/paragraphs.el (sentence-end-double-space)
4796 (sentence-end-without-period, sentence-end-without-space)
4797 (page-delimiter, paragraph-ignore-fill-prefix):
4798 Tighten up a bit the safety predicate.
4799
4800 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4801
4802 * progmodes/python.el (python-continuation-line-p)
4803 (python-beginning-of-statement): syntax-ppss may return
4804 a negative depth.
4805 (python-mode): Don't forcefully enable font-lock.
4806
4807 * time-stamp.el (time-stamp-start, time-stamp-end)
4808 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4809
4810 * add-log.el: Remove spurious * in docstrings.
4811 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4812 (add-change-log-entry): Use it here, since it's not specific
4813 to iso8601.
4814 (add-log-iso8601-time-string): Don't use it here any more.
4815 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4816
4817 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4818
4819 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4820
4821 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4822 (rcirc-toggle-low-priority): Doc fix.
4823 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4824 ChanServ regexp.
4825 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4826 #emacs.
4827 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4828 (rcirc-decode-coding-system): Use utf-8 as the default.
4829 (rcirc-multiline-minor-mode): Set the fill-column.
4830 (rcirc-format-response-string): Display bright and dim nicks.
4831 (rcirc-browse-url): Update interactive spec to fill ARG.
4832 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4833 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4834
4835 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4836
4837 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4838 case for @Article, etc.
4839
4840 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4841
4842 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4843 Added with autoload cookie.
4844 (tramp-unload-file-name-handlers): Rename from
4845 `tramp-unload-file-name-handler-alist'.
4846
4847 2006-04-23 Romain Francoise <romain@orebokech.com>
4848
4849 * comint.el (comint-match-partial-filename): Doc fix.
4850
4851 2006-04-21 Glenn Morris <rgm@gnu.org>
4852
4853 * calendar/cal-menu.el (calendar-mode-map): Refer to
4854 `diary-view-entries' rather than alias `view-diary-entries'.
4855 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4856
4857 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4858
4859 * progmodes/antlr-mode.el (antlr-default):
4860 * cus-edit.el (custom-documentation):
4861 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4862 in defface.
4863
4864 2006-04-21 Kim F. Storm <storm@cua.dk>
4865
4866 * image.el (image-type): New defun split out of create-image.
4867 (create-image): Use it.
4868
4869 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4870
4871 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4872 (org-open-at-point): Remove the "...done" message to keep output
4873 in the echo area visible.
4874 (org-export-as-xoxo): Fix call to `indent-region'.
4875
4876 2006-04-21 Kevin Ryde <user42@zip.com.au>
4877
4878 * international/mule.el (keyboard-coding-system): defcustom
4879 info-link fixes: "Specify Coding" has been split, keyboard now in
4880 "Terminal Coding", and "Single-Byte Character Support" is now
4881 "Unibyte Mode".
4882
4883 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4884
4885 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4886 Use font-lock-warning-face for any errors e.g. no stack.
4887 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4888
4889 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 * progmodes/sh-script.el (sh-shell): Mark as safe.
4892
4893 * newcomment.el (comment-start, comment-start-skip)
4894 (comment-end-skip, comment-end): Mark as safe.
4895
4896 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * textmodes/org.el (org-deadline-announce): Face removed.
4899 (org-level-faces, org-n-levels): Convert to constant.
4900 (org-compatible-face): New function.
4901 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4902 (org-level-5, org-level-6, org-level-7, org-level-8)
4903 (org-special-keyword, org-warning, org-headline-done, org-link)
4904 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4905 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4906 Face definition revised for better color tty support.
4907 (org-bold-re, org-italic-re, org-underline-re): New constants.
4908 (org-set-font-lock-defaults): Use the new constants.
4909 (org-agenda-highlight-todo): New function.
4910 (org-agenda-todo): Fix bug with point at end of line.
4911 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4912 Fontify TODO keywords.
4913 (org-insert-link): Preserve relative path in ../ links.
4914 (org-export-as-html): Convert links pointing to .org files into
4915 links that will work beteen the exported HTML files.
4916 (org-todo-list): Fix bug when arg=0.
4917 (org-insert-heading): More fine-tuning.
4918
4919 2006-04-19 Romain Francoise <romain@orebokech.com>
4920
4921 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4922 from `rmail-mime-charset-pattern'.
4923
4924 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4925
4926 * progmodes/python.el (python-mode): Fix typo.
4927
4928 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4929
4930 * comint.el (comint-previous-input): Don't clobber input line
4931 when moving off either end of the input history ring.
4932 (comint-delete-input): New function, used by
4933 `comint-previous-input' and others.
4934 (comint-previous-matching-input):
4935 Use `coming-delete-input'. Save the partial input if leaving the
4936 edit line. Goto point-max before deleting input to avoid
4937 partial input fragments hanging around.
4938 (comint-restore-input): New function, used by `comint-previous-input'.
4939
4940 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * imenu.el (imenu--index-alist): Balance parentheses.
4943
4944 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4945
4946 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4947
4948 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4949
4950 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4951 file is nil.
4952
4953 2006-04-18 Richard Stallman <rms@gnu.org>
4954
4955 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4956
4957 * imenu.el (imenu-create-index-function, imenu--index-alist)
4958 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4959 (imenu-default-create-index-function, imenu--generic-function):
4960 Doc fixes.
4961
4962 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4963
4964 * help-mode.el (help-mode): Set view-exit-action to delete window.
4965
4966 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4967 now works by passing nil as arg.
4968
4969 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4970
4971 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4972 (read-abbrev-file): Provide default when reading filename.
4973
4974 * files.el (enable-local-variables): Allow :all as value.
4975 (hack-local-variables): Implement that value.
4976 (safe-local-variable-values, safe-local-eval-forms)
4977 (enable-local-variables): Mark as risky.
4978 (find-file-visit-truename, kept-old-versions): Mark safe.
4979
4980 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4981 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4982 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4983
4984 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4987 Use forward-line so as to get to BOL even in the presence of fields.
4988 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4989 in return.
4990 (inferior-tcl): Tell tclsh to work in interactive mode.
4991
4992 * complete.el (partial-completion-mode):
4993 Use 'choose-completion-string-functions to make sure that
4994 choose-completion fills the minibuffer properly.
4995
4996 * complete.el (PC-old-read-file-name-internal): Remove.
4997 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4998 of read-file-name-internal.
4999 (partial-completion-mode): Enable/disable this advice.
5000
5001 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * net/tramp.el (tramp-completion-file-name-handler): Revert change
5004 of 2006-04-17.
5005
5006 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
5007
5008 * textmodes/org.el (org-insert-heading): Insert heading before
5009 current if at beginning of line.
5010 (org-todo, org-date): New faces.
5011 (org-table-align): Make sure tooltip window contains full text.
5012 (org-no-properties): New defsubst.
5013 (org-set-font-lock-defaults): Use new faces.
5014
5015 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5016
5017 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
5018 for root variables.
5019
5020 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
5021 (gdb-frame-address): Re-use to identify frame for watch expression.
5022 (gdb-var-list, gdb-var-create-handler): Add frame address for root
5023 variables.
5024 (gdb-init-1, gdb-source, gdb-post-prompt)
5025 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
5026 (gdb-frame-handler): Get gdb-frame-address.
5027
5028 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
5029
5030 Sync with Tramp 2.0.53.
5031
5032 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
5033 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
5034 (tramp-completion-file-name-handler): Add autoload cookie for
5035 adding to `file-name-handler-alist'.
5036
5037 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
5038 the prompt. If it returns earlier (when detecting an error
5039 message), the rest of the output will merge accidently with the
5040 output of the next command. Reported by M Jared Finder
5041 <jared@hpalace.com>.
5042
5043 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5044 for `process-file', in order to let it work for older Emacsen too.
5045
5046 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
5047
5048 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
5049 (tex-font-lock-keywords-3): Use it.
5050
5051 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * newcomment.el (comment-add): New function.
5054 (comment-region-default, comment-dwim): Use it.
5055
5056 2006-04-15 Michael Olson <mwolson@gnu.org>
5057
5058 * emacs-lisp/tq.el: Improve comments.
5059 (tq-queue-head-question): New accessor function.
5060 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
5061 Update for modified queue structure.
5062 (tq-queue-add): Accept `question' argument.
5063 (tq-queue-pop): If a question is pending, send it.
5064 (tq-enqueue): Accept new optional argument `delay-question'.
5065 If this is non-nil, and at least one other question is pending a
5066 response, queue the question rather than sending it immediately.
5067
5068 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5069
5070 * calendar/appt.el (appt-add): Check whether an appointment is
5071 already present in appt-time-msg-list. Simplify code.
5072
5073 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * progmodes/cc-langs.el (c-mode-menu):
5076 Don't presume c-subword-mode is bound.
5077
5078 2006-04-13 Bill Wohler <wohler@newt.com>
5079
5080 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
5081 (customize-package-emacs-version): Use cdr instead of cadr now
5082 that alists use dotted pairs.
5083
5084 * custom.el (defcustom): Fix docstring for :package-version.
5085
5086 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
5087
5088 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
5089 (tramp-handle-shell-command): Display output buffer only when
5090 `tramp-display-shell-command-buffer' is true.
5091 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5092
5093 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5094
5095 * textmodes/org.el (org-set-autofill-regexps): Set only the local
5096 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5097
5098 2006-04-13 Romain Francoise <romain@orebokech.com>
5099
5100 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5101 leaving temporary .cvsignore buffers behind.
5102
5103 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5104
5105 * textmodes/org.el (org-set-regexps-and-options)
5106 (org-get-current-options): Better names for the startup folding
5107 options.
5108
5109 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
5110
5111 * vc.el (vc-annotate): Arrange for point to end up at the same
5112 line number as in the original, but only when using a new buffer.
5113
5114 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
5115
5116 * files.el (hack-one-local-variable-eval-safep):
5117 Recognize `edebug-form-spec' for `put', but only if it passes
5118 `edebug-basic-spec'. Generalize `put' handling.
5119
5120 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5121 vetting file-local form specs.
5122
5123 * allout.el (allout-layout): Autoload its `safe-local-variable'
5124 property.
5125
5126 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5127
5128 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5129 (org-agenda-mouse-1-follows-link)
5130 (org-mouse-1-follows-link): New options.
5131 (org-format-agenda-item): Fix bug if TAGS is nil.
5132 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5133
5134 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5137 GDB 6.1+ gives full filename for "info sources" so use
5138 file-name-nondirectory.
5139
5140 2006-04-12 Romain Francoise <romain@orebokech.com>
5141
5142 * subr.el (read-passwd): Bind `message-log-max' to nil.
5143
5144 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * progmodes/perl-mode.el (perl-indent-new-calculate):
5147 Recompute parse-start after jumping backward by a whole sexp.
5148
5149 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5152 window configuration.
5153 (vc-annotate-display-select): Select the buffer so that current-buffer
5154 (and selected-window) is the output buffer at the end of vc-annotate.
5155
5156 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5157
5158 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5159 8-color terminals, to use all of the colors in a sensible order.
5160 256-color terminals work well with the standard map.
5161 (vc-annotate-lines): Only strip the first color character if it
5162 is "#", to allow for terminal-style named colors.
5163 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5164 the correct buffer is scrolled.
5165
5166 2006-04-11 Richard Stallman <rms@gnu.org>
5167
5168 * emacs-lisp/bytecomp.el (byte-compile-file):
5169 Bind enable-local-variables to :safe, and make normal-mode obey it.
5170
5171 * files.el (enable-local-variables): Allow value :safe.
5172 (normal-mode): Doc fix.
5173 (hack-local-variables): Implement enable-local-variables = :safe.
5174 (hack-local-variables-confirm): Don't prevent quitting.
5175
5176 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * loadhist.el (unload-feature): A bit of sanity check of
5179 load-history entries. Cancel timer-vars before unbinding them.
5180
5181 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5182 quote special chars, and make the trick work on the hex part of the
5183 buffer as well.
5184 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5185 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5186
5187 * startup.el (normal-splash-screen): Fix last change so we don't wait
5188 2 minutes if we don't show the splash screen.
5189
5190 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5191
5192 * textmodes/org.el (org-export-plain-list-max-depth)
5193 (org-table-spaces-around-separators)
5194 (org-radio-targets, org-activate-camels)
5195 (org-table-spaces-around-invisible-separators): Options removed.
5196 (org-time-stamp-rounding-minutes, org-remember-templates)
5197 (org-ellipsis, org-activate-links, org-descriptive-links):
5198 New options.
5199 (org-remember-apply-template, org-current-time)
5200 (org-finish-edit-table-field)
5201 (org-link-unescape, org-link-escape)
5202 (org-string-width, org-table-clean-line, org-html-do-expand)
5203 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5204 (org-read-agenda-file-list): New functions.
5205 (org-table-edit-field)
5206 (org-table-create-or-convert-from-region): New commands
5207 (org-table-toggle-vline-visibility): Command removed.
5208 (org-table-convert-region): Made a command.
5209 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5210 Replace with the normal org- functions.
5211 (org-self-insert-command): Don't trigger realign unnecessarily
5212 when blanking a field that is not full.
5213 (org-mode): `Set buffer-invisibility-spec' for links.
5214 (org-activate-links2): Hide link part and only show descriptive
5215 part of the link.
5216 (org-insert-link): Modify for new linking system.
5217 (org-store-link): Store description separately, for use by
5218 `org-insert-link'.
5219 (org-table-align): Use `org-string-width'.
5220 (defgroup): Completely new group structure for custom variables.
5221 (org-agenda-files): Option: Single file name allowed. Function:
5222 Optional argument unrestrited means ignore any restricitons.
5223 (org-install-agenda-files-menu): Find a buffer in Org-mode before
5224 trying to modify the menu. Use generalized access to
5225 `org-agenda-files.'
5226 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5227 (org-agenda-file-to-front, org-remove-file, org-diary)
5228 (org-tags-view, org-export-icalendar-all-agenda-files)
5229 (org-export-icalendar-combine-agenda-files): Use generalized
5230 access to `org-agenda-files'.
5231 (org-remember-handler): Correctly preserve heading if present.
5232 (org-table-insert-row, org-table-insert-hline): Deal with
5233 invisible characters.
5234
5235 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
5236
5237 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5238 (vc-annotate-color-map): New 18 element constant
5239 value/saturation, rotating hue colormap, from red->blue.
5240 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5241 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5242 (vc-annotate): To avoid killing the required local variables,
5243 set them before the end of `with-output-to-temp-buffer', and
5244 after first switching to annotate-mode.
5245 (vc-annotate-warp-version): Add buffer argument in goto-line to
5246 ensure annotation, not source, is scrolled.
5247
5248 2006-04-10 Bill Wohler <wohler@newt.com>
5249
5250 * custom.el (defcustom, custom-handle-keyword):
5251 Add :package-version keyword.
5252 (custom-add-package-version): New function. Sets value of new
5253 property 'custom-package-version from :package-version keyword.
5254 (defcustom): Create Common Keywords section in docstring.
5255 (defface, defgroup): Replace definitions of a select few keywords
5256 with a reference to the Common Keywords in defcustom.
5257 (defcustom, defface, defgroup): Replace reference to Customization
5258 chapter in manual with hyperlink.
5259
5260 * cus-edit.el (customize-package-emacs-version-alist):
5261 New variable.
5262 (customize-changed-options): Add check for custom-package-version.
5263 (customize-package-emacs-version): New function to look up Emacs
5264 version corresponding to the given package version.
5265
5266 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5267 defun name, in similar fashion to find-variable-regexp.
5268
5269 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5270
5271 * international/mule-cmds.el (set-locale-environment): Fix last
5272 change for when the locale's preferences don't specify any encoding.
5273
5274 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5277 so the defined var/fun doesn't need to be quoted.
5278
5279 2006-04-10 Richard Stallman <rms@gnu.org>
5280
5281 * finder.el (finder-mode-map): Add n and p bindings.
5282
5283 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
5284
5285 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5286 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5287 (gdb-setup-windows): Put something in source window if we can't find
5288 the source file.
5289 (gdb-frame-handler): Make it work again with just assembly.
5290 (gdb-data-list-register-values-handler): Make it work when there is
5291 no stack.
5292
5293 2006-04-09 Richard Stallman <rms@gnu.org>
5294
5295 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5296 specs while looking for charset.
5297
5298 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5299
5300 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5301 Make them faces.
5302 (lm-font-lock-keywords): Update appropriately.
5303
5304 2006-04-10 Kim F. Storm <storm@cua.dk>
5305
5306 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5307 it can also replace buffer-substring-no-properties.
5308
5309 * emulation/cua-base.el (cua-delete-region, cua-paste)
5310 (cua-repeat-replace-region): Use filter-buffer-substring.
5311
5312 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5313 (cua-cut-region-to-global-mark): Likewise.
5314
5315 * emulation/cua-rect.el (cua--extract-rectangle)
5316 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5317
5318 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5319
5320 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5321 entry-type. Add field delimiters to numerical fields if they are
5322 not present.
5323
5324 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5325
5326 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5327 string-const to return value.
5328 (bibtex-remove-delimiters): Use it.
5329
5330 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5333 cl-byte-compile-compiler-macro unless it exists.
5334
5335 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5336
5337 * files.el (hack-local-variables-confirm) <offer-save>:
5338 Clarify message text. Suggested by Ralf Angeli.
5339
5340 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
5341
5342 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5343 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5344 instead of `buffer-substring' and `delete-region'. (Most of the
5345 code actually copied from `kill-region'.)
5346
5347 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5348
5349 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5350 (rcirc-default-port): Rename from rcirc-port.
5351 (rcirc-default-nick): Rename from rcirc-nick.
5352 (rcirc-default-user-name): Rename from rcirc-user-name.
5353 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5354 (rcirc-low-priority-flag): New variable.
5355 (rcirc-decode-coding-system): New defcustom.
5356 (rcirc-encode-coding-system): New defcustom.
5357 (rcirc-coding-system-alist): New defcustom.
5358 (rcirc-multiline-major-mode): New defcustom.
5359 (rcirc-nick): New internal variable.
5360 (rcirc-process): Remove variable.
5361 (rcirc-server-buffer): New variable.
5362 (rcirc): Update to use rcirc-default-* variables above.
5363 (rcirc-connect): Do not add window-configuration-hook-here.
5364 (rcirc-server): New internal variable.
5365 (rcirc-connect): Do not send keepalive pings if
5366 rcirc-keepalive-seconds is nil.
5367 (with-rcirc-server-buffer): New macro.
5368 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5369 (rcirc-server-name): Rename from rcirc-server.
5370 (rcirc-buffer-process): New function.
5371 (rcirc-buffer-nick): New function.
5372 (rcirc-buffer-target): Remove function.
5373 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5374 New commands.
5375 (rcirc-mode-map): Change binding of C-c C-l to
5376 rcirc-toggle-low-priority.
5377 (rcirc-mode): Initialize coding system based on
5378 rcirc-coding-system-alist. New change-major-mode-hook to part the
5379 channel on a mode change. Make kill-buffer-hook buffer-local.
5380 (rcirc-change-major-mode-hook): New function.
5381 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5382 (rcirc-last-post-time): New variable.
5383 (rcirc-process-message): Store the last time user posted a message
5384 to this target.
5385 (rcirc-multiline-minor-mode): New mode.
5386 (rcirc-multiline-minor-mode-map): New mode map.
5387 (rcirc-edit-multiline): Put multiline-edit buffer in
5388 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5389 (rcirc-print): Ignore any line starting with an ignored nick.
5390 (rcirc-print): Decode using rcirc-decode-coding-system.
5391 (rcirc-track-minor-mode): Update global-mode-string when disabling
5392 this mode.
5393 (minor-mode-alist): Add LowPri indicator.
5394 (rcirc-toggle-low-priority): New function.
5395 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5396 next lowpriority buffer with activity.
5397 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5398 last time the user posted a message in to the target.
5399 (rcirc-update-activity-string): New formatting for low priority
5400 buffers.
5401 (rcirc-split-activity): New function.
5402 (rcirc-handler-PART, rcirc-handler-KICK)
5403 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5404 (rcirc-nick-away-alist): New variable.
5405 (rcirc-handler-301): New handler. Away messages are printed once
5406 per change.
5407
5408 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5409
5410 * info.el (Info-follow-nearest-node): Doc fix.
5411
5412 * international/mule-cmds.el (set-locale-environment): Make sure
5413 the coding-system preferred by the locale's language has the same
5414 EOL conversion type as the original buffer-file-coding-system.
5415 (locale-language-names): Add a few MS Windows language codes.
5416
5417 2006-04-07 Richard Stallman <rms@gnu.org>
5418
5419 * simple.el (eval-expression): Doc fix.
5420
5421 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5422 (eval-defun): Doc fixes.
5423
5424 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5425
5426 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5427
5428 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5431 GDB list command without argument for greater generality.
5432
5433 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5434
5435 * subr.el (string-or-null-p): New function.
5436
5437 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5438
5439 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5440
5441 * files.el: Update comment about safe-local-variable declarations.
5442
5443 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5444
5445 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5446 See idlwave.org.
5447
5448 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5449 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5450
5451 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5452 See idlwave.org.
5453
5454 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5455 version 6.0 (minimal changes). See idlwave.org.
5456
5457 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5458 6.0 (minimal changes). See idlwave.org.
5459
5460 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5461
5462 2006-04-06 Romain Francoise <romain@orebokech.com>
5463
5464 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5465 symmetric encryption features and a new asynchronous interface to
5466 GnuPG. This new version is version 1.4, plus whitespace changes.
5467
5468 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5469
5470 * files.el: Move some `safe-local-variable' declarations to the
5471 respective files.
5472
5473 * textmodes/ispell.el (ispell-check-comments)
5474 (ispell-local-dictionary): Mark as safe.
5475
5476 * abbrev.el (abbrev-mode): Mark as safe.
5477
5478 * add-log.el (change-log-default-name): Mark as safe.
5479
5480 * textmodes/reftex-vars.el (reftex-vref-is-default)
5481 (reftex-fref-is-default, reftex-level-indent)
5482 (reftex-guess-label-type): Mark as safe.
5483
5484 * textmodes/fill.el (colon-double-space): Mark as safe.
5485
5486 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5487 (sentence-end-double-space, sentence-end-without-period)
5488 (sentence-end-without-space, sentence-end, sentence-end-base)
5489 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5490
5491 2006-04-06 Kim F. Storm <storm@cua.dk>
5492
5493 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5494 the :set-after list.
5495 (ido-downcase-unc-hosts): New user option. Default on.
5496 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5497 when it is set, as regexps are now applied on the fly.
5498 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5499 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5500 on the fly, but only when ido-process-ignore-lists is set.
5501 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5502 Only downcase names if ido-downcase-unc-hosts is set.
5503
5504 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5507
5508 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5509
5510 2006-04-05 Kim F. Storm <storm@cua.dk>
5511
5512 * ido.el (ido-mode): Set after ido-unc-hosts and
5513 ido-ignore-unc-host-regexps.
5514 (ido-save-history): Save ido-unc-hosts-cache.
5515 (ido-load-history): Load ido-unc-hosts-cache.
5516 (ido-reread-directory): Refresh unc hosts cache in // dir.
5517
5518 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5519 to nil while displaying slash screen.
5520
5521 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5522
5523 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5524 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5525
5526 2006-04-05 Kenichi Handa <handa@m17n.org>
5527
5528 * international/characters.el: Setup cases of Latin, Greek, and
5529 Cyrillic characters in CJK charsets.
5530
5531 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5532
5533 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5534 default-enable-multibyte-characters. This reverts the change from
5535 revision 6.17 which is no longer necessary because the passphrase
5536 is sent separately now. GnuPG messages are unreadable under
5537 multibyte locales with default-enable-multibyte-characters set to nil.
5538
5539 2006-04-04 Andreas Schwab <schwab@suse.de>
5540
5541 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5542 and `byte-compile-warnings' as `safe-local-variable'.
5543
5544 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5545
5546 * man.el (Man-mode-map): Restore the \r binding.
5547 (Man-abstract-xref-man-page): If Man-target-string is a function,
5548 call it.
5549 (Man-highlight-references): Use Man-default-man-entry to get the
5550 target. Deal with xrefs too.
5551 (Man-highlight-references0): Don't call the target function.
5552
5553 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5554 cannot deal with it.
5555
5556 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5557
5558 * pgg-gpg.el: Clean up process buffers every time gpg processes
5559 complete.
5560
5561 2006-04-04 Kenichi Handa <handa@m17n.org>
5562
5563 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5564 here.
5565 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5566 Temporarily bind inhibit-field-text-motion to t.
5567
5568 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * startup.el (normal-splash-screen): Only set mode-line-format in the
5571 splash buffer, so as not to interfere when debugging the code.
5572 Ignore errors when switching buffer.
5573
5574 2006-04-03 Romain Francoise <romain@orebokech.com>
5575
5576 * dired.el (dired-dnd-protocol-alist): Fix typo.
5577
5578 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5579
5580 * savehist.el (savehist): Add :version.
5581 (savehist-ignored-variables): New variable.
5582 (savehist-minibuffer-hook): Don't save variables listed in
5583 `savehist-ignored-variables'.
5584
5585 * dired.el (dired-dnd-protocol-alist): Mention that change does
5586 only apply to new buffers in doc string.
5587
5588 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5589
5590 * recentf.el (recentf-open-files-item): Include newline in button
5591 field, so opening a file will work, when the point is at the end
5592 of the file name. Allow, for example, to [i]search a file by
5593 extension and just push RET to open it.
5594
5595 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5596
5597 * pgg-gpg.el (pgg-gpg-process-filter)
5598 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5599
5600 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5601 lines, temporary fix.
5602
5603 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5604
5605 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5606
5607 2006-04-02 Richard Stallman <rms@gnu.org>
5608
5609 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5610
5611 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5612
5613 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5614 header-mouse-map.
5615
5616 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5617 (ibuffer-mode-header-map): New keymaps.
5618 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5619 and keybindings for column headers.
5620 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5621 property.
5622
5623 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5624
5625 * speedbar.el (speedbar-after-create-hook): Doc fix.
5626
5627 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5628
5629 * shell.el (shell-directory-tracker)
5630 (shell-dynamic-complete-command): Doc fixes.
5631
5632 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5633
5634 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5635 terminals.
5636
5637 2006-04-01 Kim F. Storm <storm@cua.dk>
5638
5639 * ido.el (ido-unc-hosts-cache): New defvar.
5640 (ido-unc-hosts): If value of defcustom is a function, call it to
5641 get list of UNC hosts. Add function-item choices to specify
5642 ido-unc-hosts-net-view or user function.
5643 (ido-ignore-unc-host-regexps): New defcustom.
5644 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5645 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5646 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5647
5648 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5651 wwidth.
5652
5653 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5656 (ido-max-work-file-list, ido-switch-buffer)
5657 (ido-read-file-name-as-directory-commands):
5658 Fix typos in docstrings.
5659
5660 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5661
5662 * term/mac-win.el (mac-system-coding-system): Define and use after
5663 Mac-specific coding systems are ready.
5664
5665 2006-03-27 Romain Francoise <romain@orebokech.com>
5666
5667 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5668
5669 * ldefs-boot.el: Update.
5670
5671 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5672
5673 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5674 passphrases when it is not needed.
5675 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5676 passphrase stuff from gpg, should only be necessary when you use
5677 gpg with a smartcard.
5678
5679 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5680
5681 * comint.el (comint-dynamic-list-completions): Allow user to
5682 select *Completions* buffer.
5683
5684 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5685
5686 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5687
5688 2006-03-26 Andreas Schwab <schwab@suse.de>
5689
5690 * progmodes/gud.el (gdb): Only complain about multiple debugging
5691 when the gdb process is still running.
5692
5693 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5694
5695 * mail/rmail.el (tool-bar-map): Defvar it.
5696 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5697 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5698
5699 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5700
5701 * help.el (print-help-return-message): Suggest to use
5702 display-buffer instead of switch-to-buffer-other-window to restore
5703 the previous window without selecting it.
5704
5705 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5706
5707 * frame.el (select-frame-by-name): Call x-focus-frame also when
5708 window-system is mac.
5709
5710 * term/mac-win.el: Adjust Courier font specifications in
5711 x-fixed-font-alist.
5712 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5713 when directly encoding to UTF-16 in native byte order, no BOM.
5714
5715 2006-03-25 Kim F. Storm <storm@cua.dk>
5716
5717 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5718 (cua--init-keymaps): Use it instead of fixed C-return.
5719 (cua-mode): Set after it.
5720
5721 * emulation/cua-rect.el (cua--init-rectangles):
5722 Use cua-rectangle-mark-key instead of fixed C-return.
5723
5724 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5727 "run" in .gdbinit.
5728 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5729
5730 2006-03-24 Romain Francoise <romain@orebokech.com>
5731
5732 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5733 `display-buffer-other-frame'.
5734
5735 2006-03-24 Kim F. Storm <storm@cua.dk>
5736
5737 * apropos.el (apropos-synonyms): Add selection => region.
5738
5739 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5740
5741 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5742 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5743 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5744 (gdb-data-list-register-values-regexp)
5745 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5746 Future proof against new fields being added to MI output.
5747 (gdb-send): Don't treat backslashes for program input as
5748 continuations.
5749 (gdb-assembler-handler): Don't use window-start for this handler.
5750 (gdb-frame-handler): Don't change to hollow arrow if overlay
5751 arrow doesn't move to new frame.
5752
5753 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5754
5755 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5756 prevent compiler warnings.
5757 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5758 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5759 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5760 buffer too.
5761
5762 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5763
5764 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5765 make-network-process, so we can use the same code in Gnus v5-10
5766 too and have this file fully synchronized with that release.
5767
5768 2006-03-23 Romain Francoise <romain@orebokech.com>
5769
5770 * ibuf-ext.el (ibuffer-read-filter-group-name):
5771 Use `ibuffer-generate-filter-groups' to make completion list match
5772 the filter groups that are really displayed in the Ibuffer buffer.
5773 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5774
5775 2006-03-23 Kenichi Handa <handa@m17n.org>
5776
5777 * international/mule-cmds.el (sort-coding-systems): Describe that
5778 the argument is modified in docstring.
5779
5780 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5781
5782 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5783 (pgg-gpg-update-agent): New function.
5784 (pgg-gpg-use-agent-p): New function.
5785 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5786 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5787 (pgg-gpg-sign-region): Use it.
5788
5789 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5790
5791 * cus-edit.el (custom-face-set): Call custom-push-theme before
5792 face-spec set so that `changed' theme is correctly saved.
5793 (custom-face-reset-standard): Reset to recalculated face rather
5794 than defface spec.
5795
5796 * custom.el (custom-push-theme): Only save `changed' theme if the
5797 current face does not match the defface specs.
5798
5799 2006-03-21 Simon Josefsson <jas@extundo.com>
5800
5801 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5802 <wilde@sha-bang.de>.
5803 (pgg-gpg-use-agent): New variable.
5804 (pgg-gpg-process-region): Use it.
5805 (pgg-gpg-encrypt-region): Likewise.
5806 (pgg-gpg-encrypt-symmetric-region): Likewise.
5807 (pgg-gpg-decrypt-region): Likewise.
5808 (pgg-gpg-sign-region): Likewise.
5809 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5810
5811 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5812
5813 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5814 bracket links.
5815
5816 2006-03-21 Kim F. Storm <storm@cua.dk>
5817
5818 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5819 fringe-indicator-alist instead of modifying global value.
5820 (gdb-frame-handler): Likewise.
5821
5822 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * diff-mode.el (diff-function): Make it inherit from diff-header
5825 instead of diff-context.
5826
5827 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5828 bitmap.
5829 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5830 change names in macro above for consistency.
5831 (gdb-frame-handler): Use hollow-right-triangle for all selected
5832 frames which except the innermost (where execution has stopped).
5833 (gdb-reset): Reset buffer-local values of overlay-arrow.
5834
5835 2006-03-20 Richard Stallman <rms@gnu.org>
5836
5837 * simple.el (set-mark-command): Doc fix.
5838
5839 * files.el (display-buffer-other-frame): New command.
5840 (ctl-x-4-map): Bind C-x 5 C-o to it.
5841
5842 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5845 rather than just defer-time, in case defer-time has been changed but
5846 the timer isn't running yet.
5847 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5848
5849 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5850
5851 * help-mode.el (help-follow-symbol): New function.
5852 Essentially identical to the old `help-follow', but do not let
5853 `push-button' do the work when on an xref.
5854 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5855
5856 2006-03-19 Richard Stallman <rms@gnu.org>
5857
5858 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5859 preceded by the word `program'.
5860 (help-follow-mouse, help-follow): Throw error if not on xref.
5861 Delete no longer used args.
5862
5863 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5864
5865 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5866 annotation ensure gud-overlay-arrow-position is redisplayed.
5867
5868 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5869
5870 * textmodes/bibtex.el (bibtex-include-OPTkey)
5871 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5872 (bibtex-autokey-name-case-convert)
5873 (bibtex-autokey-titleword-case-convert): Make these the aliases
5874 for the following two variables.
5875 (bibtex-autokey-name-case-convert-function)
5876 (bibtex-autokey-titleword-case-convert-function): Make these the
5877 real names.
5878 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5879 bibtex-font-lock-crossref sublists.
5880 (bibtex-mode): Revert 2005-12-30 change (which made
5881 completion-ignore-case buffer-local).
5882 (bibtex-url): Simplify.
5883
5884 2006-03-19 Kim F. Storm <storm@cua.dk>
5885
5886 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5887 cursor property value to 2 (to align with C level change).
5888
5889 2006-03-19 Bill Wohler <wohler@newt.com>
5890
5891 * image.el (image-load-path-for-library): Shorten first line in
5892 docstring.
5893
5894 2006-03-18 Richard Stallman <rms@gnu.org>
5895
5896 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5897
5898 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5899
5900 * isearch.el (isearch-other-meta-char): Handle user bindings for
5901 shifted control characters.
5902
5903 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5904
5905 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5906 part that matches email addresses, file names, etc.
5907
5908 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5909
5910 * term/w32-win.el (mouse-set-font):
5911 Mention w32-list-proportional-fonts in the doc string.
5912
5913 2006-03-18 Kim F. Storm <storm@cua.dk>
5914
5915 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5916 (ido-unc-hosts): New user option to explicitly define list of know
5917 UNC-style hosts for completion.
5918 (ido-cache-unc-host-shares-time): New user option.
5919 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5920 New helper functions for UNC file-name support.
5921 (ido-may-cache-directory): Check for UNC host. Simplify.
5922 (ido-wash-history): Clean out old UNC hosts.
5923 (ido-nonreadable-directory-p): UNC hosts are always readable.
5924 (ido-directory-too-big-p): UNC hosts are never too big.
5925 (ido-set-current-directory): Handle UNC root path.
5926 (ido-file-name-all-completions): Complete UNC host names from
5927 ido-unc-hosts list. Cache UNC host shares.
5928 (ido-make-file-list-1): Don't filter UNC root.
5929 (ido-exhibit): Check for // in root directory, and switch to UNC
5930 mode by setting ido-current-directory to //.
5931
5932 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * cus-edit.el (customize-changed-options): Mention explicit
5935 version number as default in prompt.
5936
5937 2006-03-17 Bill Wohler <wohler@newt.com>
5938
5939 * image.el (image-load-path-for-library): Minor docstring fix.
5940
5941 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5942
5943 * textmodes/org.el (org-read-date): Include subgroup 5 into
5944 replacement text.
5945 (org-popup-calendar-for-date-prompt): Fix customization type.
5946
5947 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5950 (gdb-continuation): New variable.
5951 (gdb-send): Deal with continuation lines.
5952
5953 * progmodes/gud.el (gud-gdb-complete-command)
5954 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5955 expressions.
5956 (gud-tooltip-mode): Use buffer-local value.
5957
5958 2006-03-16 Kim F. Storm <storm@cua.dk>
5959
5960 * ido.el (ido-edit-input): Use selected match, if any.
5961
5962 2006-03-16 Bill Wohler <wohler@newt.com>
5963
5964 * image.el (image-load-path-for-library): Prefer user's images in
5965 image-load-path.
5966
5967 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5968
5969 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5970 when checking for attempt to drag leftmost or rightmost scrollbar.
5971
5972 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5975 (gdb-force-mode-line-update): New function.
5976 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5977 (gdb-exited): Use them.
5978 (gdb-signal): New function.
5979 (gdb-annotation-rules): Provide a rule for it.
5980
5981 2006-03-16 Kenichi Handa <handa@m17n.org>
5982
5983 * international/mule.el (auto-coding-regexp-alist): Add entries
5984 for Unicode BOM.
5985
5986 * sort.el (sort-build-lists): Temporarily bind
5987 inhibit-field-text-motion to t.
5988
5989 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * locate.el (locate-command, locate-make-command-line)
5992 (locate-fcodes-file, locate-update-command)
5993 (locate-prompt-for-command, locate, locate-with-filter)
5994 (locate-get-file-positions): Doc fixes.
5995 (locate-buffer-name, locate-header-face): Remove leading `*' in
5996 defcustom.
5997 (locate-filter-output): Use `keep-lines' instead of its alias
5998 `delete-non-matching-lines'.
5999 (locate-get-filename, locate-get-dirname): Add introductory comment.
6000 (locate-find-directory-other-window): Give appropriate error
6001 message if used outside main listing.
6002
6003 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
6006 the new extend-region feature.
6007 (font-lock-after-change-function): Update correspondingly.
6008 * jit-lock.el (jit-lock-after-change): Update correspondingly.
6009 * progmodes/grep.el (font-lock-lines-before): Don't disable.
6010
6011 2006-03-15 Bill Wohler <wohler@newt.com>
6012
6013 * image.el (image-load-path-for-library): Fix example by not
6014 recommending that one binds image-load-path. Just defvar it to
6015 placate compiler and only use it if previously defined.
6016
6017 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6018
6019 * textmodes/org.el (org-insert-centered): Use `string-width' to
6020 make underlining work for wide characters.
6021 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6022 TAB to `org-cycle', to make sure that no binding in
6023 `outline-mode-map' can supercede it.
6024
6025 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
6026
6027 * allout.el: Increment version to 2.2.1 in file commentary.
6028
6029 (allout-version): Increment to 2.2.1.
6030
6031 (allout-default-layout): New customization variable, used when the
6032 file lacks a specific allout-layout. Uses allout-layout-type for
6033 recursively nested definition.
6034
6035 (allout-layout-type): Widget defining allout layouts, necessary for
6036 self-recursive definition.
6037
6038 (allout-mode): Incorporate allout-default-layout as fallback for
6039 allout-layout.
6040
6041 (allout-layout): Mark as 'safe-local-variable', and refer mention
6042 fallback to `allout-default-layout' in absence of a specified value.
6043 (allout-passphrase-verifier-string)
6044 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
6045
6046 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
6047
6048 (allout-get-encryption-passphrase-verifier): Use correct name of
6049 passphrase verifier in docstring.
6050
6051 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
6052
6053 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
6054 elements.
6055 (gdb-find-watch-expression): Make it work for arrays too.
6056 Follow change to gdb-var-list.
6057 (gud-watch): Allow the user to enter variable name with a prexix
6058 arg. Create keybindings.
6059 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6060 (gdb-var-list-children-handler, gdb-var-update-handler)
6061 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
6062 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
6063 Follow change to gdb-var-list.
6064 (gdb-starting): Don't show the overlay arrows when program is running.
6065
6066 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
6067 gdb-var-list.
6068
6069 2006-03-14 Bill Wohler <wohler@newt.com>
6070
6071 * image.el (image-load-path-for-library): Pass value of path
6072 rather than symbol. Always return list of directories.
6073 Guarantee that image directory comes first.
6074
6075 2006-03-14 Alan Mackenzie <acm@muc.de>
6076
6077 * font-core.el (font-lock-extend-region\(-function\)?.):
6078 New function/variable.
6079
6080 * font-lock.el (font-lock-after-change-function):
6081 Call font-lock-extend-region. Obey font-lock-lines-before.
6082 (font-lock-default-fontify-region): Remove reference to
6083 font-lock-lines-before.
6084
6085 * jit-lock.el (jit-lock-after-change):
6086 Call font-lock-extend-region. Obey font-lock-lines-before.
6087
6088 2006-03-14 David Ponce <david@dponce.com>
6089
6090 * tree-widget.el (tree-widget-themes-load-path)
6091 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6092
6093 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
6094
6095 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6096 (rcirc-print): Mark the start of text at the end of the prompt.
6097 (rcirc-track-minor-mode): Add autoload cookie.
6098 (rcirc-update-activity-string): Add space to front of mode-line
6099 indicator.
6100
6101 2006-03-13 Miles Bader <miles@gnu.org>
6102
6103 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6104 (rcirc-abbrev-nick): Remove function.
6105 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6106
6107 2006-03-13 David Ponce <david@dponce.com>
6108
6109 * tree-widget.el: Handle themes across all occurrences of the main
6110 themes sub-directory found in tree-widget-themes-load-path.
6111 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6112 (tree-widget--locate-sub-directory): Return all occurrences.
6113 (tree-widget-themes-path): New function.
6114 Replace tree-widget-themes-directory, and return a list of directories.
6115 (tree-widget-set-parent-theme)
6116 (tree-widget-lookup-image): Use it.
6117
6118 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6119
6120 * textmodes/org.el (org-link-search): Avoid self-matching of
6121 links, allow target text to be distributed over several lines.
6122 (org-search-not-link): New function.
6123 (org-set-regexps-and-options, org-get-current-options):
6124 New startup options.
6125 (org-export-as-html): Take odd-level setting from local variable.
6126 (org-fontify-emphasized-text): New option.
6127 (org-set-font-lock-defaults): Include emphasized text.
6128 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6129 (org-font-lock): Customize group renamed from `org-faces'.
6130
6131 2006-03-13 John Paul Wallington <jpw@pobox.com>
6132
6133 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6134 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6135
6136 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6137
6138 * cus-start.el (all): Delete :version keyword for members of the
6139 fringe group, since the entire group is new in 22.1.
6140
6141 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6144 map if value is hexadecimal (an address).
6145 (gud-watch): Only search roots for existing watch expressions.
6146 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6147 prevent caching problems with speedbar-update-directory-contents.
6148
6149 2006-03-12 Juri Linkov <juri@jurta.org>
6150
6151 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6152 before comparing with `low' and `warn'.
6153
6154 * info.el (Info-dir-remove-duplicates): Move point to the
6155 beginning of the current line after deleting the entries from
6156 redundant heading. Use marker for `limit' and compare it with
6157 point before calling `re-search-forward'.
6158
6159 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * simple.el (yank): Fix typo in docstring.
6162
6163 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6164
6165 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6166 messages, where "D" is the 6th character.
6167
6168 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6169
6170 * simple.el (yank): Fix last change.
6171
6172 2006-03-11 David Ponce <david@dponce.com>
6173
6174 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6175 merging elements from the standard ispell-dictionary-alist.
6176 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6177 alist, and return the new alist.
6178
6179 2006-03-11 Richard Stallman <rms@gnu.org>
6180
6181 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6182
6183 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6184 the way it is implemented is too unclean.
6185
6186 * simple.el (kill-region, yank): Doc fix.
6187
6188 * battery.el (battery-echo-area-format): Doc fix.
6189 (battery-mode-line-format): Likewise.
6190 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6191 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6192
6193 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6194
6195 * progmodes/octave-mod.el (octave-indent-for-comment):
6196 Behave according to do string.
6197
6198 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6199
6200 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6201 Be visible only if major mode is Mail Mode.
6202
6203 * textmodes/flyspell.el (flyspell-external-point-words)
6204 (flyspell-process-localwords): Fix last changes.
6205
6206 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6207
6208 * calendar/holidays.el (list-holidays): Doc fix.
6209
6210 * international/mule.el (auto-coding-alist): Add .odt
6211 (OpenOffice's open document) files.
6212
6213 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6214 document) files. Mention in the doc string the need to sync with
6215 auto-coding-alist.
6216
6217 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * files.el (hack-local-variables-confirm): Don't prompt for ! if
6220 enable-local-variables is set to always query, or there is no
6221 savable variable.
6222
6223 2006-03-10 Bill Wohler <wohler@newt.com>
6224
6225 * image.el (image-load-path-for-library): Merge at least three
6226 functions from Gnus and MH-E into this one function that can now
6227 be shared.
6228
6229 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6232 gdb-remove-mouse-face and remove help-echo too.
6233 (gdb-enqueue-input): Correct conditional clause.
6234
6235 2006-03-10 Glenn Morris <rgm@gnu.org>
6236
6237 * calendar/calendar.el (calendar-holidays): Doc fix.
6238 * calendar/holidays.el (list-holidays): Doc fix.
6239
6240 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
6241
6242 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6243 it gets called in gdb-prompt anyway.
6244 (gdb-use-separate-io-buffer): Only restore window arrangement for
6245 gdb-many-windows.
6246 (gdb-enqueue-input): Make it harder to send GDB input when program
6247 is running.
6248 (gdb-buffer-list): New variable.
6249 (gdb-remove-mouse-face): New function.
6250 (gdb-starting): Use it when GDB input won't get sent.
6251
6252 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * help.el (view-lossage): Remove trailing whitespace before
6255 inserting "\n".
6256
6257 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * files.el (hack-local-variables-confirm):
6260 Set coding-system-for-read to nil before writing to .emacs.
6261
6262 * arc-mode.el (archive-extract): Check if an existing buffer name
6263 comes from a different archive.
6264
6265 * help.el (describe-key-briefly): If KEY is a down event, read and
6266 discard the up event.
6267
6268 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6271 be edited and use font-lock-warning-face for any changes.
6272
6273 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6274 (gdb-edit-value): Use it to report any errors.
6275
6276 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
6277
6278 * help.el (describe-key): Remove leftover test code.
6279
6280 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6281
6282 * textmodes/org.el: Move defvars out of eval-when-compile.
6283 Use buffer-file-name variable.
6284 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6285 arg `file'.
6286 (org-level-faces): Remove startup dependency.
6287 (org-cycle, org-map-tree, org-scan-tags)
6288 (org-remember-handler): Don't call `outline-level' directly.
6289 (org-mhe-search-all-folders): New option.
6290 (org-mhe-get-message-folder-from-index)
6291 (org-mhe-get-message-folder): Fix indexing search.
6292 (org-format-agenda-item): Handle nil TAGS argument.
6293 (org-cleaned-string-for-export, org-activate-target-links)
6294 (org-make-target-link-regexp): Deal with empty radio target list.
6295 (org-tag): New face.
6296 (org-get-level-face): New function.
6297 (org-set-font-lock-defaults): Simplify setup for headlines.
6298 (org-complete): Pass common substring to `display-completion-list'.
6299
6300 2006-03-06 David Ponce <david@dponce.com>
6301
6302 * tree-widget.el: Update Commentary header.
6303 (tree-widget-theme-name): Ignore parent themes.
6304 (tree-widget-set-parent-theme): New function.
6305 (tree-widget-set-theme): Use it.
6306 (tree-widget-set-image-properties): Move definition. Does nothing
6307 if image properties have already been set.
6308 (tree-widget-image-properties): Move definition. Receive an image
6309 name. Set the :pointer property.
6310 (tree-widget-lookup-image): Doc fix. Search in parent themes.
6311 Don't set the :pointer image property.
6312 (tree-widget-convert-widget): New function. Handle :dynargs
6313 compatibility here.
6314 (tree-widget): Use it to :convert-widget. Add the :expander-p
6315 predicate to control when the :expander function is entered.
6316 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6317 (tree-widget-value-create): Handle :expander-p. widget-apply
6318 :expander.
6319 (tree-widget-expander-p): New function. Default value of the
6320 :expander-p property.
6321
6322 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * help.el (describe-key): Properly handle the return value of
6325 read-key-sequence when grabbing an up-event. Cleanup mouse-1
6326 remaps. Handle string and vector `follow-link' values.
6327
6328 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * complete.el (PC-expand-many-files): Try be more careful when parsing
6331 the shell's output.
6332
6333 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * outline.el (hide-sublevels): Provide better interactive default.
6336
6337 2006-03-06 Kenichi Handa <handa@m17n.org>
6338
6339 * international/fontset.el (create-fontset-from-fontset-spec):
6340 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6341
6342 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6345 backslashes instead of one in regexp.
6346 (gud-tooltip-dereference): Add missing optional argument.
6347
6348 2006-03-04 John Paul Wallington <jpw@pobox.com>
6349
6350 * wdired.el (toplevel): Require `cl' at compile-time.
6351
6352 2006-03-04 Andreas Schwab <schwab@suse.de>
6353
6354 * server.el (server-process-filter): Handle errors during
6355 evaluation of the argument.
6356
6357 2006-03-03 John Paul Wallington <jpw@pobox.com>
6358
6359 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6360 escape parentheses at beginning of line.
6361 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6362 (t-mouse-mode): Remove period from end of error message.
6363
6364 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6365
6366 * textmodes/flyspell.el (flyspell-process-localwords):
6367 Be case-sensitive.
6368
6369 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6370
6371 * cus-edit.el (custom-quote): Remove function, since it has been
6372 moved to custom.el.
6373
6374 * font-lock.el (lisp-font-lock-keywords-2)
6375 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6376 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6377 they have no special meaning.
6378
6379 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6380 indirect buffer gets killed before indirect buffer. Use dolist.
6381
6382 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6383
6384 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6385 value instead of a literal constant (1) on more pauses.
6386
6387 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6388
6389 * textmodes/flyspell.el (flyspell-external-point-words):
6390 Be case-sensitive.
6391
6392 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6393
6394 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6395 with "www".
6396
6397 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6398
6399 * allout.el: Restablish intermediate missing comment header to
6400 preserve outline structure.
6401 (allout-beginning-of-current-entry): Skip invisible text.
6402 (allout-open-topic): Fix opening a topic at end-of-buffer.
6403 (allout-minor-mode): Move nearer to allout-mode function.
6404
6405 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6406
6407 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6408
6409 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6410
6411 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6412 is nil.
6413
6414 * progmodes/gud.el (gud-speedbar-menu-items):
6415 Use buffer-local-value and add missing :visible keyword.
6416
6417 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6418
6419 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6420
6421 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6422 must be `follow-link'.
6423
6424 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6425
6426 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6427 formatting: No nested anchors.
6428 (org-all-targets): Fix bug with XEmacs compatibility.
6429 (org-read-date): Add (require 'parse-time).
6430 (org-set-tags): Fix bug with extra inserted space.
6431 (org-export-html-style): Define a style class for targets.
6432 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6433 (org-hide-leading-stars): New option.
6434 (org-hide): New face.
6435 (org-set-font-lock-defaults): Allow to hide leading stars.
6436 (org-get-legal-level, org-tr-level): New functions.
6437 (org-odd-levels-only): New option.
6438 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6439 (org-demote, org-promote): Deal with double-star levels.
6440 (org-convert-to-odd-levels): New command.
6441
6442 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6443
6444 * speedbar.el (speedbar-update-localized-contents): Try to
6445 preserve window-start.
6446 (speedbar-update-directory-contents): Try to preserve window-start
6447 and window-point.
6448 (speedbar-update-special-contents): Don't move back to start of window.
6449
6450 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6451 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6452 speedbar-timer-fn.
6453 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6454 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6455 instead of gdb-speedbar-timer-fn.
6456
6457 2006-02-28 Jay Belanger <belanger@truman.edu>
6458
6459 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6460 (math-compose-expr): Use latex option when calling
6461 `math-compose-tex-matrix' for latex mode.
6462
6463 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6464
6465 * speedbar.el: Re-instate comments about developing for speedbar
6466 [this is what info and gdb-ui use even if better methods exist now].
6467
6468 * t-mouse.el: New file.
6469 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6470 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6471 (t-mouse-make-event-element): Use posn-at-x-y instead.
6472 (t-mouse-make-event): Deal with Fedora Core 3.
6473 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6474 (t-mouse-mouse-position-function): New function. Use it instead
6475 of advising mouse-position.
6476 (t-mouse-mode): New minor mode.
6477 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6478
6479 2006-02-27 Glenn Morris <rgm@gnu.org>
6480
6481 * calendar/calendar.el (calendar-holidays): Doc fix.
6482
6483 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6484
6485 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6486 Re-introduce the concept of a source window.
6487 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6488 consistency with get-buffer-create.
6489 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6490 (gdb-data-list-register-values-handler)
6491 (gdb-stack-list-locals-handler): Try to preserve window-start as
6492 well as window-point.
6493 (gdb-display-source-buffer): New function (old concept).
6494 (gdb-goto-breakpoint): Use it.
6495
6496 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6497 for gdb-ui/gdb-mi (old concept).
6498
6499 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6500
6501 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6502 binding.
6503
6504 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6505
6506 * textmodes/reftex-sel.el (reftex-select-label-map)
6507 (reftex-select-bib-map): Add `follow-mouse' binding.
6508
6509 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6510
6511 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6512 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6513 Give :set functions to provide automatic updating.
6514 Update docstring. Give compiler defvars early in the file
6515 and move the defcustoms to a later spot where all called functions
6516 are defined.
6517 (jka-compr-file-name-handler-entry): Doc fix.
6518 (jka-compr-compression-info-list--internal)
6519 (jka-compr-mode-alist-additions--internal)
6520 (jka-compr-load-suffixes--internal): New variables.
6521 (jka-compr-install): Set the three above variables.
6522 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6523 (jka-compr-update, jka-compr-set): New functions.
6524 (auto-compression-mode): Doc fix.
6525
6526 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6527 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6528 Use jka-compr-compression-info-list--internal,
6529 jka-compr-mode-alist-additions--internal and
6530 jka-compr-load-suffixes--internal.
6531
6532 * files.el (load-library):
6533 * loadhist.el (file-loadhist-lookup):
6534 * startup.el (command-line):
6535 * subr.el (locate-library):
6536 * emacs-lisp/autoload.el (update-directory-autoloads):
6537 * emacs-lisp/find-func.el (find-library-suffixes):
6538 Use `get-load-suffixes' instead of `load-suffixes'.
6539
6540 * subr.el (locate-library):
6541 * emacs-lisp/find-func.el (find-library-name):
6542 Use `load-file-rep-suffixes' instead of '("").
6543
6544 2006-02-26 Kim F. Storm <storm@cua.dk>
6545
6546 * ido.el (ido-save-history, ido-load-history): Simplify.
6547 Don't use find-file-noselect to avoid interference from other modes.
6548
6549 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6550
6551 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6552 to use the default shell if filename is not available.
6553 Reported by Giorgos Keramidas.
6554
6555 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6556
6557 * progmodes/etags.el (tags-completion-table): Do completion from
6558 all the tables in the current list, as documented in the manual.
6559
6560 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6561
6562 * CC Mode Update to 5.31.3.
6563
6564 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6565
6566 * progmodes/cc-mode.el (c-postprocess-file-styles):
6567 Bind inhibit-read-only to t, around the call to
6568 c-remove-any-local-eval-or-mode-variables, so that it works on a
6569 RO file.
6570
6571 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6572
6573 * progmodes/cc-awk.el: Correct a typo.
6574
6575 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6576
6577 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6578 c-hungry-delete-backwards, at the request of RMS. Leave the old
6579 name as an alias.
6580
6581 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6582
6583 * progmodes/cc-mode.el: Correct a typo.
6584
6585 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6586
6587 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6588
6589 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6590
6591 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6592 brace-else-brace (error due to mbeg, mend being undefined).
6593
6594 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6595
6596 * progmodes/cc-mode.el: File Local variables: Solve the problem
6597 where both `mode' and c-file-offsets are specified: `mode' will
6598 overwrite c-f-o's settings:
6599 (c-remove-any-local-eval-or-mode-variables): New function.
6600 (c-postprocess-file-styles): Call the above new function, within
6601 c-tentative-buffer-change, to splat `mode' and `eval' before the
6602 second hack-local-variables.
6603
6604 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6605
6606 * progmodes/cc-mode.el:
6607 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6608 (c-after-change): Protect the match data with save-match-data.
6609 It was getting corrupted by c-after-change-check-<>-operators.
6610
6611 * cc-defs.el: [Supersedes patch V1.38]:
6612 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6613 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6614
6615 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6616 with save-match-data. It was being corrupted when Font Lock was
6617 not enabled.
6618
6619 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6620
6621 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6622 Mode and Subword Mode.
6623
6624 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6625 real labels ("case 1:" or "foo:") from non-labels ("public:").
6626 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6627 coding; c-f-t-2 doesn't move over a token at EOB.
6628
6629 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6630
6631 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6632 (c-update-modeline): Concatenate the minor mode indicators
6633 directly onto mode-name, removing c-submode-indicators.
6634 Sometimes, c-s-i got separated from the mode name on the mode line.
6635
6636 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6637 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6638
6639 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6640
6641 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6642 error message when there's an evaluation error to show whether
6643 it's loaded from source or not.
6644 (c-filter-ops): Make it available at runtime too to work when
6645 `c-make-init-lang-vars-fun' needs to evaluate from source.
6646
6647 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6648
6649 * help.el (help): Revert last part of 2006-02-23 change (deletion
6650 of the `provide' call).
6651
6652 2006-02-23 Juri Linkov <juri@jurta.org>
6653
6654 * compare-w.el (compare-windows-highlight): Add new value
6655 `persistent' and change :type from `boolean' to `choice'.
6656 (compare-windows-overlays1, compare-windows-overlays2):
6657 New internal variables.
6658 (compare-windows-highlight): If compare-windows-highlight is
6659 `persistent', add current overlays to compare-windows-overlays[12]
6660 instead of adding compare-windows-dehighlight to pre-command-hook.
6661 (compare-windows-dehighlight): Delete all overlays from
6662 compare-windows-overlays[12].
6663
6664 * info.el (Info-search): Don't bind search-spaces-regexp to
6665 Info-search-whitespace-regexp in non-regexp isearch mode.
6666
6667 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6670
6671 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * textmodes/org.el (org-xemacs-p)
6674 (org-export-html-show-new-buffer, org-table-may-need-update)
6675 (org-insert-item, org-mhe-get-message-real-folder)
6676 (org-mhe-get-message-folder-from-index)
6677 (org-mhe-get-message-folder, org-mhe-get-message-num)
6678 (org-mhe-get-header, org-make-org-heading-search-string)
6679 (org-make-org-heading-camel, org-table-sort-lines)
6680 (org-format-org-table-html, org-format-table-table-html):
6681 Fix typos in docstrings.
6682
6683 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6684
6685 * textmodes/org.el (org-cleaned-string-for-export)
6686 (org-solidify-link-text): New function.
6687 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6688 XEmacs, just to silence the compiler.
6689 (org-export-as-ascii, org-export-as-html-and-open):
6690 Use `org-cleaned-string-for-export' and create internal links.
6691 (org-follow-mhe-link): Require mh-e, use folder.
6692
6693 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6696
6697 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6698 gdb-debug-log-length.
6699 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6700 it a real ring but...
6701 (gud-gdba-marker-filter): ...make it work like mark-ring.
6702 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6703 (gdb-mouse-jump): New function. Add bindings.
6704
6705 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6706
6707 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6708 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6709 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6710 (gdb-debug-log-length): Customize it's length.
6711 (gud-watch, gdb-var-create-handler): Display function::var format
6712 but don't use to create variable object.
6713 (gdb-var-create-handler): Use message-box in place of message.
6714 (gdb-stopped): Call gdb-exited if signalled.
6715
6716 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6717
6718 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6719
6720 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6721
6722 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6723 if `reftex-try-all-extensions' is set.
6724
6725 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6726 fail silently when there is no valid argument at point.
6727 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6728 `fail-silently' argument. From a patch by David Reiter.
6729
6730 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6731 New commands.
6732 (org-mark-ring): New variable.
6733 (org-mark-ring-length): New option.
6734 (org-open-at-point, org-goto, org-open-file): Push old position
6735 onto the mark ring.
6736 (org-add-hook): New function.
6737 (org-export-table-remove-special-lines): New option.
6738 (org-skip-comments, org-format-org-table-html): Respect new
6739 option `org-export-table-remove-special-lines'.
6740 (org-open-file): Allow special command configuration for
6741 directory link.
6742 (org-file-apps): Fix bugs in customize type, added setting
6743 for directories.
6744 (org-activate-tags, org-format-agenda-item, org-complete)
6745 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6746 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6747 (org-link-search, org-make-org-heading-search-string)
6748 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6749 (org-radio-targets, org-file-link-context-use-camel-case)
6750 (org-activate-camels): New options.
6751 (org-update-radio-target-regexp, org-all-targets)
6752 (org-make-target-link-regexp, org-activate-target-links):
6753 New functions.
6754 (org-make-org-heading-search-string): New function.
6755 (org-store-link, org-insert-link): Use new option
6756 `org-file-link-context-use-camel-case'.
6757 (org-activate-camels): Use new option `org-activate-camels'.
6758 (org-link-regexp): Add mhe prefix.
6759 (org-open-at-point, org-store-link): Support for mhe links.
6760 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6761 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6762 (org-mhe-get-header, org-follow-mhe-link): New functions.
6763 (org-remove-angle-brackets, org-add-angle-brackets):
6764 New functions.
6765 (org-bracket-link-regexp): New constant.
6766 (org-read-date): Fix bug that was rejecting all typed dates.
6767 (org-link-search): Make hierarchy above visible after a match.
6768 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6769 (org-store-link): Fix bug with link creation when cursor is in
6770 an empty line.
6771 (org-open-at-point): Fix bug with matching a link.
6772 Fixed buggy argument sequence in call to `org-view-tags'.
6773 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6774 (org-prefix-has-tag): New variable.
6775 (org-format-agenda-item): Remove tags from headline
6776 if appropriate.
6777 (org-agenda-remove-tags-when-in-prefix): New option.
6778
6779 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6780
6781 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6782 Fix the regular expressions.
6783
6784 2006-02-21 Richard M. Stallman <rms@gnu.org>
6785
6786 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6787 if there's no other specific basis.
6788
6789 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6790 as variables at all.
6791 (unsafep-variable): Rename arg; doc fix.
6792
6793 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6794
6795 * calendar/appt.el (diary-selective-display): Add defvar.
6796
6797 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6798
6799 * isearch.el (search-whitespace-regexp): Fix custom type.
6800
6801 * help.el (describe-key-briefly): Compute interactive args
6802 in same was as before previous change.
6803
6804 * files.el (enable-local-variables): Doc fix.
6805
6806 2006-02-21 Kim F. Storm <storm@cua.dk>
6807
6808 * fringe.el: Cleanup as file is now pre-loaded.
6809 (fringe-bitmaps): Initialize unconditionally.
6810 (fringe-mode, set-fringe-style): Remove autoload cookies.
6811
6812 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6813
6814 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6815 `horizontal-bar'.
6816 (fringe-cursor-alist): Use `horizontal-bar'.
6817
6818 2006-02-20 Kim F. Storm <storm@cua.dk>
6819
6820 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6821 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6822
6823 * loadup.el: Load "fringe" on window systems.
6824
6825 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6828 out of scope components.
6829
6830 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6831 default.
6832
6833 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * custom.el (customize-mark-to-save, customize-mark-as-set):
6836 Load the symbol first.
6837
6838 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6841 strech spec so it doesn't display as "^J" on the header line
6842 when `Buffer-menu-use-header-line' is t.
6843
6844 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6845
6846 * speedbar.el (speedbar-make-button): Keep text properties
6847 of string arguments if desired.
6848
6849 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6850 expessions.
6851
6852 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6853 of speedbar.
6854
6855 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6856
6857 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6858 to value of `read-file-name-completion-ignore-case'.
6859
6860 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6861
6862 * custom.el (customize-mark-as-set): Push to `user' theme.
6863
6864 * cus-edit.el (custom-save-variables): Allow unthemed values.
6865 (customize-set-variable): Push setting to `user' theme.
6866
6867 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gud.el: Don't require font-lock as it's now
6870 automatically loaded.
6871 (gud-speedbar-buttons): Replace gdb-var-changed with
6872 gdb-force-update.
6873
6874 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6875 gdb-var-changed.
6876 (gdb-post-prompt): Use it.
6877 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6878 (gdb-var-update-handler, gdb-var-delete)
6879 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6880 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6881 gdb-force-update in gdb-post-prompt.
6882 (gdb-reset): Clear watch expressions from speedbar when quitting.
6883
6884 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6885
6886 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6887 (viper-change-state-to-vi, viper-change-state-to-emacs):
6888 Make aware of cursor coloring in the Emacs state.
6889 (viper-special-read-and-insert-char): Use read-char-exclusive.
6890 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6891
6892 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6893
6894 * viper-util.el (viper-save-cursor-color)
6895 (viper-get-saved-cursor-color-in-replace-mode)
6896 (viper-get-saved-cursor-color-in-insert-mode)
6897 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6898 state.
6899 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6900
6901 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6902 (ediff-ignore-case-option3, ediff-actual-diff-options)
6903 (ediff-actual-diff3-options): New variables to control case sensitivity.
6904 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6905 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6906 (ediff-toggle-ignore-case): New function.
6907 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6908
6909 * ediff-help.el (ediff-long-help-message-narrow2)
6910 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6911 (ediff-long-help-message-word-mode): Add ignore-case command.
6912 (ediff-help-for-quick-help): Add ignore-case command.
6913
6914 * ediff-merg.el: Move provide to the end.
6915
6916 * ediff-ptch.el: Move provide to the end.
6917
6918 * ediff-wind.el: Move provide to the end.
6919
6920 * ediff-mult.el: Move provide to the end.
6921 (ediff-set-meta-overlay): Enable follow-link.
6922
6923 * ediff.el: Move provide to the end.
6924 Break recursive load cycle in eval-when-compile.
6925 (ediff-patch-buffer): Better heuristics.
6926
6927 * ediff-util.el: Move provide to the end.
6928 Break recursive load cycle in eval-when-compile.
6929 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6930 defuns.
6931 (ediff-submit-report): Pass the values of ediff-diff3-program,
6932 ediff-diff3-options.
6933
6934 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6937 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6938 `' (for example, in the docstring of `windmove-default-keybindings').
6939
6940 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6941
6942 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6943 shadow face. Don't provide binding to edit variable when it is
6944 out of scope.
6945
6946 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6947 (gdb-var-update-handler): Detect out of scope variables with pre
6948 GDB 6.4 too.
6949 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6950 Reset status of variable objects to nil in update handlers.
6951 (gdb-var-update-handler-1): Detect when a variable object comes
6952 in scope. setcar on var changes gdb-var-list directly.
6953
6954 2006-02-17 Juri Linkov <juri@jurta.org>
6955
6956 * ffap.el (ffap) <defface>: Add explicit face declaration.
6957 (ffap-highlight): Use face `ffap' directly instead of checking
6958 for its existence.
6959
6960 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6961 `visible-ok' of `other-buffer' to find the right original buffer.
6962
6963 * info.el (Info-search): Skip `Local Variables' node.
6964
6965 2006-02-17 Juri Linkov <juri@jurta.org>
6966
6967 * info.el (Info-find-file): Check for symbols `apropos', `history',
6968 `toc' in the input filename, and return these symbols as is.
6969 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6970 `history', `toc' instead of strings.
6971 (Info-set-mode-line): For non-string Info-current-file use the
6972 symbol's name inside **.
6973 (Info-isearch-push-state): Add quote before Info-current-file and
6974 Info-current-node.
6975 (Info-isearch-pop-state): Use `equal' instead of `string='.
6976 (Info-extract-pointer, Info-following-node-name): Use
6977 `match-string-no-properties' instead of `match-string'.
6978 (Info-up): Check `old-file' for `stringp'.
6979 (Info-history): Use `equal' instead of `string-equal'.
6980 Check `file' for `stringp'.
6981 (Info-history): Use symbol `history' instead of string as first arg
6982 of `Info-find-node'.
6983 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6984 `toc' instead of string.
6985 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6986 instead of `buffer-substring', and `match-string-no-properties'
6987 instead of `match-string'.
6988 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6989 instead of strings.
6990 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6991 Use symbol `apropos' instead of string.
6992 (Info-copy-current-node-name): Check `Info-current-file' for
6993 `stringp' and construct a command with `Info-find-node' from it.
6994 (Info-fontify-node): Use `match-string-no-properties' instead of
6995 `match-string' and check file names for `stringp'.
6996 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6997 `history', `toc' instead of strings.
6998
6999 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * files.el: Rearrange functions and variables in the file local
7002 variables section.
7003
7004 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * files.el: Add truncate-lines, ispell-check-comments and
7007 ispell-local-dictionary as safe local variables.
7008
7009 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7010
7011 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
7012 out of scope variables.
7013 (gud-speedbar-buttons): Use unless.
7014
7015 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
7016 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
7017 (gdb-show-changed-values): Also use for out of scope variables.
7018 (gdb-var-update-handler-1): Note if variable goes out of scope.
7019
7020 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
7021
7022 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
7023 default to global variable values for unsupplied args.
7024 (rcirc-get-buffer-create): Fix bug with setting the target.
7025 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7026 test for rcirc-always-use-server-buffer-flag here.
7027 (rcirc-response-formats): Add %N, which is a facified nick. %n
7028 uses the default face. Change the ACTION format string. If the
7029 "nick" is the server, don't print anything for that field.
7030 Comment fixes.
7031 (rcirc-target-buffer): Don't test
7032 rcirc-always-use-server-buffer-flag here.
7033 (rcirc-print): Squeeze extra spaces out of the text before message.
7034 (rcirc-put-nick-channel): Strip potential "@" char from nick
7035 before adding them to nick table.
7036 (rcirc-url-regexp): Improve to match address like "foo.com".
7037
7038 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7039
7040 * allout.el (allout-hidden-p): Move this defsubst before
7041 allout-overlay-interior-modification-handler, where it is first
7042 used.
7043
7044 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
7045
7046 * allout.el: Use allout invisible-text overlays instead of
7047 selective display for concealed text. Also, lots of general
7048 cleanup, and improved compatibility code.
7049
7050 (allout-version) Incremented, corrected, revised, and refined
7051 module commentary.
7052
7053 (provide 'allout): Moved to the bottom, added a require of overlay.
7054
7055 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
7056 `except-current'.
7057 (allout-write-file-hook-handler): Minimize delay.
7058 (count-trailing-whitespace-region): New function so
7059 auto-encryption of current topic can resituate cursor exactly.
7060 PGP/GPG encryption trims trailing whitespace from lines, which
7061 must be accounted for across encryption then decryption.
7062
7063 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
7064 just plain "\C-c", to avoid intruding on user's keybinding space.
7065
7066 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
7067 parameter, so user request to provide a new password is done.
7068
7069 (allout-outside-normal-auto-fill-function, allout-auto-fill):
7070 Refined mechanism for auto-filling behavior while in allout mode.
7071
7072 (allout-mode): Explicitly specify the mode map in the docstring.
7073 Clarify provision for various write-file hook var names.
7074 Adjusted for invisible-text overlays instead of selective-display.
7075
7076 (allout-depth): Really return 0 if not within any topic. This
7077 rectifies `allout-beginning-of-level' and sequence numbering
7078 errors that occur when cutting and pasting numbered topics.
7079 Changed from a in-line subst to a regular function, as well.
7080
7081 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
7082
7083 (allout-end-of-subtree, allout-end-of-subtree)
7084 (allout-end-of-entry, allout-end-of-current-heading)
7085 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
7086 (allout-show-children, allout-show-to-offshoot)
7087 (allout-hide-current-entry, allout-show-current-entry): Rectified
7088 handling of trailing blank lines between items.
7089
7090 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
7091 (allout-current-depth, allout-unprotected, allout-hidden-p)
7092 (allout-on-current-heading-p, allout-listify-exposed)
7093 (allout-chart-subtree, allout-goto-prefix)
7094 (allout-back-to-current-heading, allout-get-body-text)
7095 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7096 (allout-hide-region-body, allout-toggle-subtree-encryption)
7097 (allout-encrypt-string, allout-encrypted-key-info)
7098 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7099 (allout-file-vars-section-data): Adjusted for use with
7100 invisible-text overlays instead of selective-display.
7101
7102 (allout-kill-line, allout-kill-topic, allout-yank-processing):
7103 Reworked for use with invisible text overlays.
7104
7105 (allout-current-topic-collapsed-p): New function.
7106
7107 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7108 to know when to close the containing topic.
7109
7110 (allout-pre-command-business, allout-post-command-business):
7111 Simplify undo-batching and dynamic isearch exposure.
7112
7113 (allout-set-overlay-category): New for invisible-text overlays.
7114 Sets properties of allout-overlay-category, used by
7115 allout-flag-region to set invisible-text overlay properties.
7116 (allout-get-invisibility-overlay): Get the first qualifying
7117 invisibility overlay, so we can find the extent of it.
7118 (allout-back-to-visible-text): Get to just before the beginnining
7119 of the current invisibility overlay, if any.
7120
7121 (allout-overlay-insert-in-front-handler)
7122 (allout-overlay-interior-modification-handler)
7123 (allout-before-change-handler, allout-isearch-end-handler): New
7124 functions to handle extraordinary actions affecting concealed
7125 text.
7126
7127 (allout-flag-region): Use overlays instead of selective-display
7128 for invisible text - by inheritence from the properties of
7129 allout-overlay-category in mainline Emacs, and applied
7130 property-by-property in XEmacs, some recent versions of which
7131 don't inherit the properties from the category. Provisions to
7132 respond to concealed-text edits simplified drastically.
7133
7134 (allout-isearch-rectification, allout-isearch-was-font-lock)
7135 (allout-isearch-expose, allout-enwrap-isearch)
7136 (allout-isearch-abort, allout-pre-was-isearching)
7137 (allout-isearch-prior-pos, allout-isearch-did-quit)
7138 (allout-isearch-dynamic-expose)
7139 (allout-hide-current-entry-completely): Functions deleted.
7140
7141 (allout-undo-aggregation): Explicit undo aggregation no longer
7142 necessary due to transition away from selective-display.
7143
7144 (set-allout-regexp, allout-up-current-level)
7145 (allout-next-visible-heading, allout-forward-current-level)
7146 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7147 (allout-kill-line, allout-yank-processing, allout-show-children)
7148 (allout-expose-topic, allout-old-expose-topic)
7149 (allout-listify-exposed, allout-insert-latex-header)
7150 (allout-toggle-subtree-encryption, allout-encrypt-string)
7151 (remove-from-invisibility-spec, allout-hide-current-subtree):
7152 Ditched unused variables.
7153
7154 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7155
7156 * textmodes/ispell.el (ispell-change-dictionary): Call
7157 ispell-buffer-local-dict instead of
7158 ispell-accept-buffer-local-defs.
7159 (ispell-local-dictionary-alist): Accept as valid any coding-system
7160 supported by Emacs.
7161 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7162 changed to iso-8859-3.
7163
7164 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7165
7166 * speedbar.el (speedbar-frame-width): Make an inline function
7167 instead of a macro. Use frame-width.
7168 (speedbar-try-completion, speedbar-update-contents)
7169 (speedbar-timer-fn): Use consp.
7170 (speedbar-update-localized-contents): Try to preserve point.
7171
7172 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7173 (menu): Re-order menu items.
7174 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7175 field.
7176 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7177 (gdb-post-prompt): Speed things by not forcing update.
7178
7179 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7182 press and perform default action if we get a mouse movement event.
7183
7184 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7185
7186 * calendar/icalendar.el (icalendar--get-event-property)
7187 (icalendar--get-event-property-attributes): Fix typos in
7188 docstrings.
7189
7190 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7191 docstring.
7192
7193 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * bs.el (bs-mode): Use `buffer-disable-undo'.
7196 (bs--get-file-name): Simplify.
7197 (bs-show-in-buffer): Mark the buffer as not modified.
7198
7199 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7202 widget-button-click.
7203
7204 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7205 (custom-mode): Update docstring.
7206
7207 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7208 binding.
7209
7210 * files.el (hack-local-variables-confirm): Allow scrolling if the
7211 file variable list is too long. Kill temp buffer after use.
7212
7213 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gud.el (gdb): Improve doc string.
7216 (gdb-script-font-lock-keywords): Expand allowed character set.
7217
7218 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7219 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7220 (gdb-separate-io-interrupt, gdb-separate-io-quit)
7221 (gdb-separate-io-stop, gdb-separate-io-eof):
7222 Rename from gdb-inferior-* to gdb-separate-*.
7223 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7224
7225 2006-02-14 Jay Belanger <belanger@truman.edu>
7226
7227 * calc/calc-arith.el (math-check-known-scalarp): Make sure
7228 expression is a symbol before checking that it is bound.
7229
7230 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7231 test to see if equation can be solved.
7232
7233 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * wid-edit.el (widget-button-click): Use :pressed-face property
7236 for overlay face, if it exists.
7237
7238 * cus-edit.el (custom-manual, custom-add-see-also)
7239 (custom-add-parent-links, custom-group-link): Add :pressed-face
7240 property to links.
7241
7242 * files.el (hack-local-variables): Remove ignored variables before
7243 checking if any variables need setting.
7244
7245 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7246
7247 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7248
7249 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * help.el (where-is): Fix message for remapped commands.
7252
7253 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7254 Fix typos in docstrings.
7255
7256 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * files.el (safe-local-variable-values): New option.
7259 (hack-local-variables-prop-line): Return a list of variable-value
7260 pairs if MODE-ONLY is non-nil.
7261 (hack-local-variables): Construct list of variable-value pairs,
7262 and apply or reject them in one go. Ask for confirmation if
7263 variables are not known safe.
7264 (hack-local-variables-confirm): Complete rewrite. Support
7265 `safe-local-variable-values'.
7266 (enable-local-variables): Update docstring to reflect new
7267 behavior.
7268 (ignored-local-variables): Ignore ignored-local-variables and
7269 safe-local-variable-values.
7270 (safe-local-variable-p): New function.
7271 (risky-local-variable-p): `safe-local-variable' property check
7272 moved to safe-local-variable-p.
7273 (hack-one-local-variable): Checks moved to hack-local-variables.
7274
7275 (byte-compile-dynamic, c-basic-offset, c-file-style)
7276 (c-indent-level, comment-column, fill-column, fill-prefix)
7277 (indent-tabs-mode, kept-new-versions, no-byte-compile)
7278 (no-update-autoloads, outline-regexp, page-delimiter)
7279 (paragraph-start, paragraph-separate, sentence-end)
7280 (sentence-end-double-space tab-width, version-control):
7281 Add `safe-local-variable' property.
7282
7283 * find-lisp.el: Delete nonexistent `autocompile' file variable.
7284
7285 * icomplete.el, play/landmark.el: Change nonexistent
7286 `outline-layout' file variable to `allout-layout'.
7287
7288 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7291 (gdb-get-changed-registers): Test value of gud-minor-mode relative
7292 to gud-comint-buffer.
7293 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7294 gdb-ui.el for gdb-mi.el.
7295 (gdb-post-prompt, gdb-get-changed-registers): Move test for
7296 registers buffer to gdb-get-changed-registers.
7297 (gdb-breakpoint-regexp): New regexp. Allow toggling and
7298 deletion of catchpoints (throw and catch).
7299 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7300 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7301 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7302 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7303 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7304
7305 2006-02-13 Jay Belanger <belanger@truman.edu>
7306
7307 * calc/calc-arith.el (math-check-known-matrixp): Make sure
7308 expression is a symbol before checking that it is bound.
7309
7310 2006-02-13 Richard M. Stallman <rms@gnu.org>
7311
7312 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7313 for the minibuffer too, but not if resize-mini-windows will interfere.
7314
7315 * help.el (describe-key-briefly, describe-key): Do all arg-reading
7316 inside `interactive' spec.
7317 (describe-key-briefly-internal, describe-key-internal):
7318 Functions merged back into their callers.
7319
7320 2006-02-13 Martin Rudalics <rudalics@gmx.at>
7321
7322 * info.el (info-xref-visited): Inherit from info-xref too.
7323 (Info-set-mode-line): Replace occurrences of `%' by `%%'
7324 when propertizing Info-current-file and Info-current-node.
7325
7326 2006-02-13 Juri Linkov <juri@jurta.org>
7327
7328 * tumme.el (tumme-thumbnail-storage): Fix docstring.
7329 (tumme-thumb-name): Fix per-directory format.
7330
7331 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7334
7335 2006-02-12 Miles Bader <miles@gnu.org>
7336
7337 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7338
7339 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
7340
7341 * tumme.el: Remove history section. If someone needs the it, it
7342 can always be found in CVS.
7343
7344 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7345
7346 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7347 about the Thumbnail Managing Standard option.
7348
7349 2006-02-12 Richard M. Stallman <rms@gnu.org>
7350
7351 * subr.el (substitute-key-definition): Doc fix.
7352
7353 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7354
7355 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7356
7357 * info.el (Info-mode): Doc fix.
7358
7359 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7360
7361 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7362
7363 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7364 because on Solaris a POSIX compatible "id" is needed. Reported by
7365 Magnus Henoch <mange@freemail.hu>.
7366
7367 2006-02-12 Juri Linkov <juri@jurta.org>
7368
7369 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7370 (tumme) <defgroup>: Change :group to `multimedia'.
7371 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7372 Managing Standard.
7373 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7374 Fix dostring.
7375 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7376 and %y. Fix docstring.
7377 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7378 (tumme-cmd-create-standard-thumbnail-command): New user options.
7379 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7380 is `standard'. Fix docstring.
7381 (tumme-thumb-width, tumme-thumb-height): New user options.
7382 (tumme-external-viewer): Try to find various viewers.
7383 (tumme-get-thumbnail-image): Use `create-image' instead of
7384 constructing the `image' structure.
7385 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7386 `standard'.
7387 (tumme-thumb-name): Add file name generation for standard storage.
7388 Simplify code for other storages.
7389 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7390 Add modification time %m and thumbnail-nq8 %q.
7391 Use `tumme-cmd-create-standard-thumbnail-command' if
7392 tumme-thumbnail-storage is `standard'.
7393 (tumme-dired-insert-marked-thumbs): New autoload command.
7394 (tumme-dired-after-readin-hook): New function.
7395 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7396 `tumme-thumb-size'.
7397 (tumme-display-image): Replace size-x %x and size-y %y with
7398 width %w and height %h.
7399
7400 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7401 `tumme-dired-insert-marked-thumbs'.
7402
7403 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7404
7405 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7406 include path).
7407 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7408 matching tag.
7409
7410 2006-02-12 Miles Bader <miles@gnu.org>
7411
7412 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7413 New variables.
7414 (rcirc-abbrev-nick): New function.
7415 (rcirc-format-response-string): Rewrite to use the formats in
7416 `rcirc-response-formats' and expand escape sequences therein.
7417 A text-property `rcirc-text' is added over the actual response
7418 text to make easy to find inside the returned string.
7419 (rcirc-print): When filling, just look for the `rcirc-text'
7420 text-property to find the appropriate fill prefix, instead of
7421 using hardwired patterns.
7422
7423 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7424
7425 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7426 Managing Standard.
7427
7428 2006-02-11 Kim F. Storm <storm@cua.dk>
7429
7430 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7431 Don't use insert-buffer; do insert-buffer-substring directly.
7432 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7433
7434 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7435
7436 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7437 with inhibit-read-only. Suggested by Stefan Monnier.
7438 (revert-buffer): Let insert-file-contents discard
7439 buffer-undo-list. Simplify code.
7440 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7441
7442 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7443
7444 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7445
7446 * help.el (describe-key-briefly): Now a wrapper for
7447 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7448 to t. Populate yank-menu if empty.
7449 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7450 (describe-key): Now a wrapper for describe-key-internal. Bind
7451 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7452 (describe-key-internal): Renamed from describe-key.
7453
7454 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7455
7456 * progmodes/glasses.el (glasses-separator): Doc fix.
7457 (glasses-original-separator): New defcustom.
7458 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7459
7460 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7461
7462 * mwheel.el (mouse-wheel-up-event): Doc fix.
7463
7464 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7465
7466 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7467 (tumme-dir): New function. Copied from thumbs.el.
7468
7469 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7470
7471 * desktop.el (desktop-outvar): Fix typo.
7472 (desktop-save-buffer-p): Doc fix.
7473
7474 * subr.el (substitute-key-definition): Fix typo.
7475
7476 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7477
7478 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7479 when window-system is mac.
7480
7481 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7482
7483 2006-02-10 Kim F. Storm <storm@cua.dk>
7484
7485 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7486 indirect-function instead of using condition-case.
7487
7488 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7489
7490 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7491 less `colloquial'...
7492
7493 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7494
7495 * tumme.el: Add a couple of todo items.
7496
7497 2006-02-09 Lars Hansen <larsh@soem.dk>
7498
7499 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7500 (highlight-changes-mode): Don't change desktop-locals-to-save.
7501
7502 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7503
7504 * image-mode.el (image-toggle-display): Clear image cache if using
7505 filename.
7506
7507 2006-02-09 Masatake YAMATO <jet@gyve.org>
7508
7509 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7510 a `dired-man' target.
7511
7512 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7513 boundary of symbols.
7514
7515 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7516
7517 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7518
7519 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7520
7521 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7522 `mapcar'; return nil.
7523
7524 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7527 some other event.
7528
7529 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7530
7531 * net/rcirc.el (rcirc-startup-channels-alist):
7532 Add irc.freenode.net and #emacs as defaults.
7533 (rcirc-ignore-all-activity-flag): Remove variable.
7534 (rcirc-authinfo): New variable.
7535 (rcirc-authinfo-filename): Remove variable.
7536 (rcirc-always-use-server-buffer-flag): New flag.
7537 (rcirc): M-x rcirc will automatically connect without prompting.
7538 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7539 connection in lisp.
7540 (rcirc-process-server-response-1): Remove everything but the nick
7541 portion of the sender so it doesn't need to be done everywhere
7542 else. Update related code.
7543 (global-map): Remove global keybindings.
7544 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7545 (rcirc-send-input): Split into several functions.
7546 (rcirc-process-input-line, rcirc-process-message)
7547 (rcirc-process-command): New functions.
7548 (rcirc-target-buffer): New function to determine where to route
7549 messages.
7550 (rcirc-user-nick): Save match data.
7551 (rcirc-toggle-ignore-buffer-activity)
7552 (rcirc-update-activity-string): Remove global ignore functionality,
7553 which can be done now by toggling rcirc-track-minor-mode.
7554 (rcirc-track-minor-mode-map): New keymap.
7555 (rcirc-track-minor-mode): New minor-mode.
7556 (ignore): Make the ignore output nicer. Always print it when
7557 adding or removing nicks.
7558 (rcirc-url-regexp): Improve.
7559 (rcirc-mangle-text): Remove properties before using text in the
7560 modeline.
7561 (rcirc-authenticate): Authentication data comes from
7562 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7563 (rcirc-server-prefix): Inherit from rcirc-server.
7564
7565 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7566
7567 * Makefile.in (compile): Append "|| true" to the end of the `find'
7568 command, like compile-always does.
7569
7570 2006-02-08 Sam Steingold <sds@gnu.org>
7571
7572 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7573 output from a dead connection.
7574
7575 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7576
7577 * dired.el (dired-mode-map): Add more bindings for tumme.
7578
7579 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * wdired.el (wdired-mode-map): Use remap.
7582 (wdired-get-filename): Massage.
7583 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7584 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7585 `keymap' property rather than `local-map'.
7586
7587 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7588
7589 * tumme.el (tumme-get-thumbnail-image): New utility function.
7590 Suggested by from Chong Yidong.
7591 (tumme-dired-with-window-configuration): Rename from
7592 `tumme-dired'. Add code to save window configuration.
7593 (tumme-restore-window-configuration): New command to restore the
7594 window configuration that `tumme-dired-with-window-configuration'
7595 saves before it changes the window configuration.
7596 (tumme-show-all-from-dir): New command to display thumbnails for
7597 all files in a directory entered by the user, like M-x thumbs.
7598 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7599 have been created.
7600 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7601 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7602 Remove obsolete test function.
7603
7604 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7605
7606 * vc.el (small-temporary-file-directory): Remove defvar; there's
7607 a defcustom for it in files.el.
7608
7609 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7610 Fix typo in message.
7611 (tumme-gallery-generate): Fix typo in `error' message.
7612 (tumme-display-window-height-correction)
7613 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7614 (tumme-line-up-interactive): Dox fixes.
7615 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7616 (tumme-restore-window-configuration, tumme-format-properties-string)
7617 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7618 Fix typos in docstrings.
7619
7620 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7621
7622 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7623
7624 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7625
7626 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7627 User should use hook if desired.
7628
7629 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7630 buffer if necessary.
7631 (gdb-delete-frame-or-window): New function.
7632 (gdb-breakpoints-mode-map): Bind "q" to it.
7633
7634 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * textmodes/nroff-mode.el: Clean up name space.
7637 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7638 (nroff-mode): Obey the global setting of nroff-electric-mode.
7639 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7640
7641 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7642
7643 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7644
7645 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7646
7647 2006-02-06 Lars Hansen <larsh@soem.dk>
7648
7649 * generic-x.el (etc-fstab-generic-mode): Add file system types
7650 cifs and usbdevfs. Allow special chars in file names.
7651
7652 2006-02-05 Jay Belanger <belanger@truman.edu>
7653
7654 Update copyright notices of the files in lisp/calc.
7655
7656 2006-02-05 Romain Francoise <romain@orebokech.com>
7657
7658 Update copyright notices of all files in the lisp/play directory.
7659
7660 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * ldefs-boot.el: Regenerate.
7663
7664 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7665
7666 2006-02-05 Kim F. Storm <storm@cua.dk>
7667
7668 * files.el (magic-mode-regexp-match-limit): New defvar.
7669 (set-auto-mode): Use it to limit magic-mode-alist matching.
7670
7671 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7672
7673 * simple.el (display-message-or-buffer): Compare the number of
7674 characters to the frame width when determining whether a 1-line
7675 message string will fit in the echo area. Count screen lines
7676 instead of buffer lines when determining whether a multi-line
7677 message will fit in the echo area/minibuffer window.
7678
7679 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7680
7681 * info.el (Info-index, Info-mode): Improve the description of the
7682 `i' command.
7683
7684 * ldefs-boot.el: Regenerate.
7685
7686 2006-02-03 Werner Lemberg <wl@gnu.org>
7687
7688 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7689 greedy to find the closing bracket in \*[...] and similar
7690 expressions. This is a first rough fix -- many additional
7691 refinements are necessary to make nroff mode really usable with groff.
7692
7693 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7694
7695 * international/mule-cmds.el (set-locale-environment):
7696 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7697 libX11.
7698
7699 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7700
7701 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7702 archive are created in archive-tmpdir.
7703
7704 2006-02-02 John Paul Wallington <jpw@pobox.com>
7705
7706 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7707 (ibuffer-fontification-alist): Use it.
7708 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7709 to "* z" and the Ibuffer Mark menu.
7710
7711 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7712
7713 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * textmodes/table.el (*table--cell-describe-mode)
7716 (*table--cell-describe-bindings): Undo last change since
7717 print-help-return-message is not obsoleted by anything at all.
7718
7719 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7720
7721 * emulation/cua-base.el (cua-mode): Doc fix.
7722
7723 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * dframe.el (dframe-handle-make-frame-visible)
7726 (dframe-handle-iconify-frame, dframe-get-focus)
7727 (dframe-select-attached-frame, dframe-power-click)
7728 (dframe-frame-mode): Fix typos in docstrings.
7729
7730 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7731 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7732 Fix typos in docstrings.
7733
7734 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7735 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7736 (hi-lock-archaic-interface-message-used)
7737 (hi-lock-file-patterns-range): Fix typos in docstrings.
7738
7739 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7740 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7741
7742 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7743 Fix typo in docstring.
7744
7745 * net/newsticker.el (newsticker--decode-iso8601-date)
7746 (newsticker--set-customvar, newsticker--buffer-insert-item)
7747 (newsticker--do-run-auto-mark-filter)
7748 (newsticker--parse-generic-feed): Doc fixes.
7749 (newsticker--retrieval-timer-list, newsticker-url-list)
7750 (newsticker-hide-immortal-items-in-echo-area)
7751 (newsticker-hide-obsolete-items-in-echo-area)
7752 (newsticker-new-item-face, newsticker--enclosure)
7753 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7754 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7755 (newsticker--parse-generic-feed, newsticker--cache-contains)
7756 (newsticker--stat-num-items, newsticker-download-enclosures):
7757 Fix typos in docstrings.
7758
7759 * net/rcirc.el (rcirc-debug): Doc fix.
7760 (rcirc-fill-column, rcirc-receive-message-hooks)
7761 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7762 (rcirc-mode, rcirc-generate-new-buffer-name)
7763 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7764 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7765 Fix typos in docstrings.
7766 (rcirc-print): "?\ " -> "?\s".
7767 (rcirc-cmd-join): Improve argument/docstring consistency.
7768
7769 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7770
7771 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7772 before narrow-to-region.
7773
7774 2006-02-01 Richard M. Stallman <rms@gnu.org>
7775
7776 * simple.el (move-beginning-of-line): Scan properly for invis change.
7777
7778 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7779
7780 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7781
7782 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7783 change bit only when id-format is 'integer. Reported by Matt
7784 Hodges <M.P.Hodges@rl.ac.uk>.
7785
7786 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7787
7788 * hilit-chg.el (highlight-changes-initial-state)
7789 (highlight-changes-global-initial-state): Doc fixes.
7790 (highlight-changes-global-modes, global-highlight-changes):
7791 Fix typos in docstrings.
7792
7793 2006-02-01 Kim F. Storm <storm@cua.dk>
7794
7795 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7796 transient-mark-mode in doc string.
7797
7798 2006-01-31 Richard M. Stallman <rms@gnu.org>
7799
7800 * replace.el (multi-occur): Doc fix.
7801 (multi-occur-in-matching-buffers): Rename from
7802 multi-occur-by-filename-regexp. Prefix arg says match
7803 buffer names instead of file names.
7804
7805 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * bs.el: Allow non-default values of `bs-header-lines-length'.
7808 (bs--running-in-xemacs): Remove (not needed anymore).
7809 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7810 instead of `shrink-window', thus avoiding having to compute the
7811 height of the window.
7812 (bs--up): Wrap around even when there's no header.
7813 (bs--down): Use `forward-line' instead of `next-line'.
7814
7815 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7816
7817 * image-mode.el (image-toggle-display): Use file name if possible,
7818 instead of unnecessarily allocating a (possibly huge) lisp string.
7819
7820 2006-01-30 John Paul Wallington <jpw@pobox.com>
7821
7822 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7823 because the `assert' macro signals it at runtime.
7824
7825 * emacs-lisp/cl.el (toplevel): Remove definition of
7826 `cl-assertion-failed' condition.
7827
7828 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * thumbs.el (thumbs-marked-list): Make buffer-local and
7831 permanent-local.
7832 (thumbs-insert-thumb): Make help-echo non-sticky.
7833 (thumbs-file-alist): Use eolp as check for (non)-image.
7834
7835 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7838 (ediff-before-session-group-setup-hooks)
7839 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7840 Fix typos in docstrings.
7841
7842 * window.el (bw-dir, bw-eqdir, balance-windows)
7843 (split-window-keep-point): Fix typos in docstrings.
7844
7845 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7846 (org-quote-string, org-calendar-to-agenda-key)
7847 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7848 (org-show-following-heading, org-tags-column)
7849 (org-use-tag-inheritance, org, org-allow-space-in-links)
7850 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7851 (org-enable-table-editor, org-calc-default-modes)
7852 (org-table-allow-automatic-line-recalculation)
7853 (org-export-html-style, org-export-with-fixed-width)
7854 (org-export-with-sub-superscripts, org-special-keyword)
7855 (org-formula, org-time-grid, org-table-may-need-update)
7856 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7857 (org-goto-quit, org-get-indentation, org-end-of-item)
7858 (org-move-item-down, org-move-item-up)
7859 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7860 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7861 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7862 (org-agenda-log-mode, org-agenda-toggle-diary)
7863 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7864 (org-agenda-file-to-end, org-agenda-no-heading-message)
7865 (org-agenda-get-closed, org-format-agenda-item)
7866 (org-cmp-priority, org-cmp-category, org-cmp-time)
7867 (org-agenda-change-all-lines, org-agenda-diary-entry)
7868 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7869 (org-link-search, org-camel-to-words, org-open-file)
7870 (org-remember-handler, org-table-convert-region)
7871 (org-table-move-row-down, org-table-move-row-up)
7872 (org-table-copy-region, org-table-wrap-region)
7873 (org-table-toggle-vline-visibility)
7874 (org-table-get-vertical-vector, org-table-modify-formulas)
7875 (org-table-get-specials, org-recalc-commands)
7876 (org-table-rotate-recalc-marks, org-table-eval-formula)
7877 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7878 (org-level-color-stars-only, org-insert-heading):
7879 Fix typos in docstrings.
7880 (last-arg): Add defvar.
7881
7882 * makefile.w32-in (WINS): Add erc.
7883 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7884
7885 2006-01-29 Bill Wohler <wohler@newt.com>
7886
7887 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7888 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7889 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7890 (mh-autoloads): Don't use comments on otherwise empty lines.
7891
7892 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7893
7894 * emulation/viper.el (viper-major-mode-modifier-list): Add
7895 insert-state and vi-state entries for erc-mode.
7896 (viper-go-away, viper-set-hooks): Add and remove
7897 viper-comint-mode-hook from erc-mode-hook as appropriate.
7898
7899 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7900
7901 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * bs.el (bs--format-aux): Implement `middle' alignment as
7904 described in the docstring for `bs-attributes-list'.
7905 (bs--get-name): Simplify. Don't pad the buffer name.
7906
7907 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7908
7909 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7910 English aspell dictionary is installed, use the first entry of
7911 ispell-dictionary-alist-1.
7912
7913 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7914
7915 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7916 Doc fix.
7917
7918 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7919
7920 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7921 for `process-file', in order to let it work for older Emacsen too.
7922
7923 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7924
7925 * international/latexenc.el: Add a suitable `coding:' tag.
7926 (latexenc-find-file-coding-system): Undo last change.
7927
7928 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7929
7930 * international/latexenc.el (latexenc-find-file-coding-system):
7931 Make sure latexenc-main-file is a regular file and is readable.
7932
7933 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7934
7935 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7936 Pass FILE to vc-user-login-name.
7937
7938 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7939
7940 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7941
7942 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7943 there are no more images to display.
7944 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7945 the next image.
7946
7947 2006-01-26 Richard M. Stallman <rms@gnu.org>
7948
7949 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7950
7951 * wid-edit.el (advertised-widget-backward): New alias.
7952 (widget-keymap): Use advertised-widget-backward for S-TAB.
7953
7954 * tumme.el: Correct the keywords.
7955 (tumme-dir-max-size): Use defvar.
7956 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7957
7958 * simple.el (move-beginning-of-line): Take account of fields.
7959 (clone-indirect-buffer-other-window): Take args like
7960 clone-indirect-buffer, and work like it.
7961
7962 * help-fns.el (describe-function): Don't pass `nil' as default.
7963
7964 * files.el (risky-local-variable-p): Follow var aliases.
7965
7966 * subr.el (lazy-completion-table): Doc fix.
7967
7968 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7969 global binding of `line'.
7970
7971 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7972
7973 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7974 Tramp.
7975
7976 * vc.el (vc-default-dired-state-info): Pass FILE to
7977 vc-user-login-name.
7978 (vc-default-update-changelog): Don't use vc-user-login-name, we
7979 don't need it here.
7980
7981 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7982 no longer necessary.
7983
7984 2006-01-25 Kenichi Handa <handa@m17n.org>
7985
7986 * international/mule.el (decode-char): Avoid the overhead of
7987 calling utf-lookup-subst-table-for-decode if
7988 utf-translate-cjk-mode is nil.
7989 (encode-char): Avoid the overhead of calling
7990 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7991 nil.
7992
7993 2006-01-22 Kenichi Handa <handa@m17n.org>
7994
7995 * international/mule.el (make-subsidiary-coding-system): Reset
7996 `coding-system-define-form' property of subsidiaries to nil.
7997 Avoid duplicated entry in coding-system-alist.
7998 (make-coding-system): Avoid duplicated entry in
7999 coding-system-alist.
8000 (define-coding-system-alias): Likewise.
8001
8002 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * completion.el: Minor fixes in introductory comment.
8005 (completion-def-wrapper): Fix alist.
8006
8007 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
8008
8009 * thumbs.el (thumbs-new-image-size): New function.
8010 (thumbs-increment-image-size-element)
8011 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
8012 (thumbs-decrement-image-size): Delete.
8013 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
8014 temp files and use to resize.
8015 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
8016 Use increment argument to enlarge/shrink. Preserve point.
8017 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
8018 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
8019 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
8020 (thumbs-mark, thumbs-unmark): Preserve point.
8021 (thumbs-modify-image): Keep old temp files and use to modify.
8022 Cleanup old temp files at load time. Preserve point.
8023 (thumbs-view-image-mode-map): Use new command names.
8024
8025 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * log-view.el (log-view-minor-wrap): First rev is the one at point.
8028
8029 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
8030 the nastiest part of the cyclic dependency.
8031 (cal-menu-update): Use dotimes and calendar-increment-month.
8032
8033 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
8034 (calendar-week-start-day): Add an :initializer.
8035 (calendar-mode-map): Use suppress-keymap, and command remapping.
8036 (describe-calendar-mode): Setup xref-stack info for the back button.
8037 (calendar-star-date): Insert before delete.
8038 (calendar-set-mode-line): Add file-modified info if applicable.
8039 (calendar-increment-month): New function.
8040
8041 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
8042
8043 * font-lock.el (lisp-font-lock-keywords-2):
8044 Recognize "& keywords" only at word boundaries.
8045
8046 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
8047
8048 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
8049 and permanent-local.
8050 (thumbs-max-image-number): New variable.
8051 (thumbs-do-thumbs-insertion): Use them.
8052 (thumbs-per-line): Change default to 4.
8053 (thumbs-marked-list): Rename from thumbs-markedL.
8054 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
8055 (thumbs-rename-images): Use -list instead of L for internal variables.
8056 (thumbs-call-convert): Use call-process instead of shell-command.
8057 (thumbs-insert-thumb): Add filename as help-echo to each image.
8058 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
8059 Give dir to thumbs-show-thumbs-list.
8060 (thumbs-show-thumbs-list): Set default-directory to that of images.
8061 (thumbs-dired-show): Rename from thumbs-dired-show-all.
8062 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
8063 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
8064 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
8065
8066 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * ses.el (ses-read-cell): Provide a default value.
8069
8070 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * term/w32-win.el (image-library-alist): Add additional names for
8073 GIF library.
8074
8075 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8076
8077 * international/latexenc.el (latexenc-find-file-coding-system):
8078 Add file-regular-p check.
8079
8080 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * simple.el (clone-buffer): Don't show the new buffer in the same
8083 window.
8084
8085 2006-01-23 Juri Linkov <juri@jurta.org>
8086
8087 * faces.el (link, link-visited): New faces based on default values
8088 of `info-xref' and `info-xref-visited'.
8089
8090 * info.el (info-xref): Inherit from `link'.
8091 (info-xref-visited): Inherit from `link-visited'.
8092
8093 * cus-edit.el (custom-buffer-create-internal): Use widget type
8094 `custom-manual' instead of `info-link' and don't set properties
8095 `button-face' and `mouse-face' explicitly.
8096 (custom-browse-group-tag, custom-browse-variable-tag)
8097 (custom-browse-face-tag): Inherit from widget class
8098 `custom-group-link' instead of `push-button'.
8099 (custom-button-unraised): Inherit from `underline' face.
8100 (custom-link): Inherit from `link' face. Fix doc and group.
8101 (custom-add-parent-links, custom-group-value-create): Don't set
8102 properties `button-face' and `mouse-face' explicitly for
8103 `custom-group-link' widget.
8104 (custom-group-link): Add properties `button-face' and `mouse-face'
8105 to widget definition.
8106 (custom-field-keymap): New variable. Put `custom-field-keymap' to
8107 editable-field's :keymap property.
8108 (custom-mode): Fix docstring: substitute keybindings for
8109 `widget-forward' and `widget-backward' from `widget-keymap',
8110 `widget-complete' from `custom-field-keymap', replace old
8111 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
8112
8113 * desktop.el (desktop-load-file): Check for `fboundp' before
8114 calling `symbol-function'.
8115
8116 * simple.el (clone-buffer, clone-indirect-buffer)
8117 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8118 `read-string'. Fix prompts.
8119
8120 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8121
8122 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
8123
8124 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8125
8126 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
8127
8128 * startup.el (inhibit-splash-screen, initial-scratch-message):
8129 Doc fixes.
8130
8131 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8132
8133 Sync with Tramp 2.0.52.
8134
8135 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8136 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8137 `tramp-unload-tramp' for checklist.
8138
8139 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8140 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8141 (tramp-unload-file-name-handler-alist)
8142 (tramp-unload-tramp): New defuns.
8143 (tramp-advice-PC-expand-many-files): New defadvice.
8144 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8145 removed.
8146 (tramp-handle-expand-file-name): Remove double slash.
8147 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8148 It doesn't matter, because it will be converted later on.
8149 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8150 implementation was just heuristic.
8151 (tramp-post-connection): Set uid and gid properties.
8152 (tramp-convert-file-attributes): Set file's gid change bit.
8153 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8154 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8155 in case of su(do)? methods. The home directory of the local user
8156 will be taken else.
8157 (tramp-open-connection-telnet)
8158 (tramp-open-connection-rsh, tramp-open-connection-su)
8159 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8160 local shell prompt could hurt. Reported by Romain Francoise
8161 <romain@orebokech.com>.
8162 (tramp-let-maybe): Add `edebug-form-spec' property.
8163 (tramp-handle-expand-file-name): Bind `default-directory' locally
8164 to "/" in order to avoid problems with UNC shares or Cygwin
8165 mounts.
8166 (tramp-md5-function): Fix typo in error message.
8167
8168 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8169
8170 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8171 for byte-compiler pacification.
8172
8173 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8174
8175 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8176 ID-FORMAT `string'. This allows us to get rid of
8177 `vc-user-login-name UID'.
8178
8179 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8180
8181 2006-01-22 John Paul Wallington <jpw@pobox.com>
8182
8183 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8184
8185 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8186
8187 * emacs-lisp/find-func.el (find-definition-noselect)
8188 (find-variable-noselect): Search variables in C source code too.
8189 (find-function-C-source, find-function-noselect, find-function)
8190 (find-function-other-frame, find-variable-noselect, find-variable)
8191 (find-variable-other-frame, find-variable-at-point):
8192 Fix docstrings.
8193
8194 2006-01-21 Francesco Potorti` <pot@gnu.org>
8195
8196 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8197
8198 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8199
8200 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8201 Default to disabling the "Save affix" question.
8202
8203 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8204
8205 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8206 the first arg to run-python.
8207
8208 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8209
8210 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8211 is not loaded.
8212
8213 2006-01-20 Jay Belanger <belanger@truman.edu>
8214
8215 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8216 limit is 0.
8217
8218 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8219 the correct variable.
8220
8221 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
8222
8223 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8224 link. Fixed buggy argument sequence in call to `org-view-tags'.
8225 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8226 (org-prefix-has-tag): New variable.
8227 (org-format-agenda-item): Remove tags from headline if
8228 appropriate.
8229 (org-agenda-remove-tags-when-in-prefix): New option.
8230 (org-get-tags-at): New function.
8231
8232 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
8233
8234 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
8235 (thumbs-find-image): Move image name and number from buffer name
8236 to mode name. Set thumbs-buffer. Preserve point so that large
8237 images remain visible.
8238 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8239 order.
8240 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
8241 mode name.
8242 (thumbs-next-image, thumbs-previous-image): Make them work.
8243
8244 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * cus-edit.el (custom-buffer-create-internal): State in the text above
8247 the whole buffer buttons that they do not operate on hidden items.
8248 (custom-face-menu): Use `custom-face-save' instead of
8249 `custom-face-save-command'.
8250 (custom-face-save-command): Make it an alias for `custom-face-save'
8251 and declare it obsolete.
8252 (custom-face-save): Doc fix.
8253
8254 * dired.el (dired-no-confirm): Add quote.
8255 (dired-subdir-alist-pre-R): Add quote in
8256 `make-variable-buffer-local' form and remove unbalanced parenthesis.
8257
8258 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * textmodes/table.el (table-mode-indicator): Typo in last change.
8261
8262 2006-01-19 Richard M. Stallman <rms@gnu.org>
8263
8264 * outline.el (hide-leaves): Don't call outline-end-of-heading.
8265 Fixes bug reported in Nov 2005.
8266
8267 * isearch.el (isearch-forward): Doc fix.
8268
8269 * dired.el (dired-move-to-filename-regexp): Define as alias.
8270 (dired-no-confirm): Use defcustom.
8271 (dired-subdir-alist-pre-R): Put defvar at top level.
8272
8273 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8274
8275 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8276 Mark as risky.
8277
8278 * simple.el (set-mark-command): Doc fix.
8279 (clone-indirect-buffer-other-window):
8280 Read arg like clone-indirect-buffer.
8281 (move-beginning-of-line): Skip invisible newlines.
8282
8283 2006-01-19 Masatake YAMATO <jet@gyve.org>
8284
8285 * progmodes/cpp.el (cpp-edit-load): Make the order of
8286 listed conditions in a base C code buffer and its associate
8287 CPP Edit buffer the same.
8288
8289 2006-01-19 Kenichi Handa <handa@m17n.org>
8290
8291 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8292 (rmail-mime-feature): Likewise.
8293 (rmail-require-mime-maybe): Use display-warning to show a warning
8294 message.
8295
8296 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8297 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8298
8299 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * array.el: Move defvars out of eval-when-compile.
8302 (array-make-template): Replace undeclared global var with a local one.
8303 (array-mode): Inline initialization functions.
8304 (array-init-local-variables, array-init-max-row)
8305 (array-init-max-column, array-init-columns-per-line)
8306 (array-init-field-width, array-init-rows-numbered)
8307 (array-init-line-length, array-init-lines-per-row): Remove.
8308
8309 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
8310 (doc-mode-map): Define explicitly.
8311 (doctor-txtype): Use mapc.
8312
8313 * textmodes/table.el: Move defvars out of eval-when-compile.
8314 Remove harmful code meant to avoid byte-compiler warnings.
8315 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
8316 specification that checks table-fixed-width-mode directly.
8317 (table-recognize-region, table-recognize-cell):
8318 Use restore-buffer-modified-p.
8319 (table-fixed-width-mode): Remove code that refreshes
8320 table-fixed-mode-indicator.
8321 (*table--cell-describe-bindings, *table--cell-describe-mode):
8322 Avoid obsolete name print-help-return-message.
8323 (table--test-cell-list): Don't use replace-regexp from elisp.
8324 (table--point-entered-cell-function, table--point-left-cell-function):
8325 Don't set table-fixed-mode-indicator, use force-mode-line-update.
8326
8327 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
8328 that was after the end of file. Use buffer-file-name variable.
8329 (org-timestamp-change): Use with-current-buffer.
8330 (org-todo-list): Don't unnecessarily define a new buffer-local var.
8331 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8332 `file'.
8333
8334 * progmodes/fortran.el: Move defvars out of eval-when-compile.
8335 (fortran-break-line): Remove unused var `opoint'.
8336 (fortran-abbrev-start): Obey help-event-list.
8337
8338 2006-01-18 Jesper Harder <harder@phys.au.dk>
8339
8340 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8341
8342 2006-01-18 Masatake YAMATO <jet@gyve.org>
8343
8344 * progmodes/make-mode.el (makefile-imake-mode): New mode
8345 derived from makefile-mode.
8346 (makefile-imake-mode-syntax-table): New syntax table
8347 derived from makefile-mode-syntax-table.
8348 (makefile-mode): Write about makefile-imake-mode in doc string.
8349 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8350 (makefile-imake-font-lock-keywords): New font lock keywords.
8351
8352 * files.el (auto-mode-alist): Add Imakefile.
8353
8354 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8355
8356 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8357 loading the file rather than when turning on flyspell-mode.
8358
8359 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8360
8361 * cus-edit.el (customize-rogue): Minor doc fix.
8362
8363 2006-01-17 Juri Linkov <juri@jurta.org>
8364
8365 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8366 instead of the file at the mark as default if the file at the mark
8367 is the same as the file at point or if dired-dwim-target-directory
8368 is not the same as the current directory and the mark is not active.
8369
8370 * log-view.el (log-view-minor-wrap): Use the same logic to get
8371 revisions as `log-view-diff'.
8372
8373 * info.el (Info-revert-find-node): Check for Info-current-file
8374 before preserving new-history.
8375
8376 * man.el (Man-heading-regexp): Add `/'.
8377
8378 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8379 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8380
8381 2006-01-16 Juri Linkov <juri@jurta.org>
8382
8383 * faces.el (mode-line-faces): New defgroup.
8384 (mode-line-highlight): Move definition after new defgroup.
8385 (mode-line, mode-line-inactive, mode-line-highlight):
8386 Replace :group `modeline' with `mode-line-faces'.
8387 (mode-line-buffer-id): New face.
8388 (modeline-buffer-id): New face alias.
8389 (vertical-border): Remove :group `modeline'.
8390
8391 * bindings.el (propertized-buffer-identification): Use face
8392 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8393 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8394 (mode-line-buffer-identification-keymap): For mouse-1 replace
8395 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8396 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8397 mouse-3.
8398
8399 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8400 Buffer-menu-buffer. Doc fix.
8401 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8402 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8403 `Buffer-menu-buffer'.
8404
8405 * info.el (Info-mode-line-node-keymap): New defvar.
8406 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8407 Propertize Info-current-node with `mode-line-buffer-id' and
8408 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8409
8410 * time.el (display-time-mail-face): Replace :group `faces' with
8411 `mode-line-faces'.
8412
8413 2006-01-16 Kenichi Handa <handa@m17n.org>
8414
8415 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8416
8417 * language/european.el (cp1252): New alias for windows-1252.
8418
8419 * international/mule.el (autoload-coding-system): Prepare for EOL
8420 variants.
8421
8422 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * term.el (term-raw-map): Add mapping for insert.
8425 (term-send-insert): New.
8426 (term-mode): Make variables local here instead of doing it in
8427 `term-emulate-terminal'.
8428 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8429 Scroll reverse needs to take into account the scroll region.
8430 Saving and restoring the cursor should save the color attributes too.
8431 (term-reset-terminal): Reset the scroll region.
8432 (term-handle-ansi-escape): Cursor up and down should take into
8433 account the scroll region.
8434 (term-set-scroll-region): Rename from `term-scroll-region'.
8435 Move to 0,0 after setting the region.
8436 (term-handle-scroll): Handle scroll up.
8437 (term-down): Fix off by one error.
8438 (term-delete-lines): Do not delete outside the scroll region.
8439 (term-insert-lines): Take into account the scroll region.
8440
8441 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * textmodes/ispell.el (ispell-internal-change-dictionary)
8444 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8445 (start, end): Move declaration outside of eval-when-compile.
8446
8447 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8448 (flyspell-mode-on): Use it.
8449
8450 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8451 ispell-kill-ispell-hook.
8452
8453 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8456 (Custom-reset-saved): Do not ask for confirmation in single option
8457 buffers.
8458
8459 2006-01-13 Richard M. Stallman <rms@gnu.org>
8460
8461 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8462
8463 2006-01-13 Romain Francoise <romain@orebokech.com>
8464
8465 * add-log.el (add-change-log-entry, change-log-merge):
8466 Conditionally use `hard-newline'.
8467
8468 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8469
8470 * wid-edit.el (widget-field-end): If the overlay is no longer
8471 associated with a buffer, behave as if the overlay didn't exist.
8472
8473 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8474 Make sure the links use the `custom-link' face.
8475
8476 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8479 (ld-script-mode): Don't set indent-line-function since we don't
8480 have one.
8481
8482 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8483
8484 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8485 application.
8486 (org-file-apps-defaults-gnu): Use mailcap as the default for
8487 selecting an application on a UNIX system.
8488 (org-agenda-show-tags): New command.
8489 (org-table-insert-hline): Keep cursor in current table line.
8490 (org-table-convert): Offset effect of modifying
8491 `org-table-insert-hline'.
8492 (org-format-agenda-item): New optional argument TAG.
8493 (org-compile-prefix-format): Handle %T format for the tag.
8494 (org-expand-wide-chars): New function.
8495 (org-table-insert-row, org-table-insert-hline):
8496 Use `org-expand-wide-chars'.
8497 (org-open-file): Fix bug in program launch.
8498 (org-get-time-of-day): Fix bug with times before 1am.
8499 (org-agenda-menu): Add tags commands.
8500
8501 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8502
8503 * textmodes/ispell.el (ispell-init-process): Include the used
8504 dictionary in ispell process start message.
8505 (ispell-internal-change-dictionary): When flyspell-mode is active
8506 and dictionary is changed, make sure ispell process is restarted
8507 and flyspell word cache cleared out for the current buffer.
8508 (ispell-change-dictionary): Make sure flyspell word cache is
8509 cleared out in all buffers with active flyspell mode when
8510 dictionary is globally changed.
8511 Call ispell-internal-change-dictionary after dictionary change.
8512
8513 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8514
8515 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8516
8517 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8518 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8519 years. Fix small differences wrt Makefile.in.
8520 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8521 Makefile.in does.
8522
8523 2006-01-12 Bill Wohler <wohler@newt.com>
8524
8525 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8526 mh-search.el.
8527
8528 2006-01-12 Masatake YAMATO <jet@gyve.org>
8529
8530 * progmodes/ld-script.el: Update copyright year.
8531
8532 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8533
8534 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8535 Don't add widget if setting undefined.
8536
8537 2006-01-12 John Paul Wallington <jpw@pobox.com>
8538
8539 * help-fns.el (describe-variable): Remove newlines from void
8540 variable output.
8541
8542 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8543
8544 * wdired.el (wdired-mode-map): Add help echo for
8545 wdired-abort-changes.
8546
8547 * man.el (Man-file-name-regexp): Adjust for a list of files.
8548
8549 2006-01-12 Masatake YAMATO <jet@gyve.org>
8550
8551 * progmodes/ld-script.el (auto-mode-alist): Support
8552 suffix conventions used in netbsd and eCos.
8553
8554 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8555
8556 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8557 (custom-variable-menu, custom-face-menu, custom-group-menu)
8558 (Custom-mode-menu): Change names of menu items. (As discussed on
8559 emacs-devel.)
8560 (custom-face-menu): Add "Undo Edits" item.
8561
8562 * startup.el (init-file-user): defcustom -> defvar.
8563
8564 * tooltip.el (tooltip-mode): Doc fix.
8565
8566 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * reveal.el (reveal-post-command): window-buffer signals an error on
8569 dead windows rather than returning nil.
8570 (reveal-open-new-overlays): An overlay might die while we open others.
8571
8572 2006-01-11 Bill Wohler <wohler@newt.com>
8573
8574 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8575 phrasing in docstring.
8576
8577 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8578 can give some systems gas. Add new file mh-buffers.el.
8579
8580 2006-01-06 Masatake YAMATO <jet@gyve.org>
8581
8582 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8583 C preprocessor forward ported from GNU Emacs 21.2.
8584
8585 * progmodes/asm-mode.el (asm-font-lock-keywords):
8586 Use `cpp-font-lock-keywords'.
8587
8588 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8589
8590 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8591 of $ for "\\.ld[s]?".
8592
8593 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8596 (tcl-indent-line): Return `noindent' if inside a string.
8597
8598 * progmodes/flymake.el (flymake-split-string): Remove more than one
8599 empty string at beg/end of the result.
8600 (flymake-find-buildfile, flymake-find-possible-master-files):
8601 Use expand-file-name.
8602 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8603 since expand-file-name does it for us. Use directory-file-name.
8604 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8605 (flymake-ler-get-type, flymake-ler-get-text)
8606 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8607 (flymake-current-line-no): Remove spurious interactive spec.
8608 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8609 (flymake-check-include): Remove arg inc-path merged into inc-name.
8610 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8611 Arg regexp-list replaced by a simple regexp.
8612 (flymake-master-make-header-init, flymake-master-tex-init):
8613 Correspondingly replace regexp-list with a regexp. Fix regexp.
8614
8615 2006-01-10 Simon Josefsson <jas@extundo.com>
8616
8617 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8618 describing AUTH PLAIN fix.
8619
8620 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8621
8622 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8623 (report-emacs-bug): Don't record initial prompt text.
8624 Instead, add text properties to prompting text.
8625 (report-emacs-bug-hook): Delete prompting text.
8626
8627 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8630 `dirs'. Adjust callers.
8631
8632 2006-01-09 John Paul Wallington <jpw@gnu.org>
8633
8634 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8635
8636 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * reveal.el (reveal-open-new-overlays): New extracted fun.
8639 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8640 using them. Simplify the code.
8641 (reveal-post-command): Use them. Fix up obsolete windows in
8642 reveal-open-spots.
8643
8644 * progmodes/flymake.el: Use `require' rather than autoload for
8645 XEmacs's overlays.
8646 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8647 Delete. Use file-relative-name instead.
8648 (flymake-get-syntax-check-program-args, flymake-perl-init):
8649 Simplify the resulting code.
8650
8651 * log-view.el (log-view-file-re, log-view-message-re): Add support
8652 for DaRCS output.
8653
8654 2006-01-09 Alex Schroeder <alex@gnu.org>
8655
8656 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8657 identifiers sometimes added in square brackets at the beginning of
8658 subject lines.
8659
8660 2006-01-07 Richard M. Stallman <rms@gnu.org>
8661
8662 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8663 (Custom-reset-current, Custom-reset-saved): Change question text.
8664 (Custom-reset-standard): Likewise.
8665 (custom-variable-reset-saved): Doc fix.
8666
8667 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8668
8669 * startup.el (init-file-user): Doc fix.
8670
8671 2006-01-07 Alex Schroeder <alex@gnu.org>
8672
8673 * mail/rmail.el (rmail-current-subject): New function.
8674 (rmail-current-subject-regexp): New function.
8675 (rmail-next-same-subject): Use it.
8676
8677 * mail/rmailsum.el (rmail-summary-by-topic):
8678 Use rmail-current-subject and rmail-current-subject-regexp.
8679 (rmail-summary-next-same-subject): Ditto.
8680
8681 * net/rcirc.el (rcirc-send-input): No longer check whether the
8682 process is open, since not all commands need an open process.
8683 (rcirc-send-string): Check whether the process is open before
8684 sending anything.
8685 (rcirc-ignore-list): New option.
8686 (rcirc-ignore-list-automatic): New variable.
8687 (rcirc-print): Take rcirc-ignore-list into account.
8688 (rcirc-cmd-ignore): New command.
8689 (rcirc-ignore-update-automatic): New function.
8690 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8691 list if ignored nicks.
8692 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8693
8694 2006-01-06 David Reitter <david.reitter@gmail.com>
8695
8696 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8697 reflect the address to which the report will be sent.
8698
8699 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8700
8701 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8702 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8703
8704 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8705
8706 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8707
8708 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8709 the doc string: "functoin" => "function".
8710 * ldefs-boot.el: Likewise.
8711
8712 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8713 message text: "Duplicat" => "Duplicate".
8714
8715 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8716
8717 * files.el (basic-save-buffer-2): If backing-up failed, reset
8718 buffer-backed-up to nil.
8719
8720 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8721
8722 * progmodes/gud.el (gdb-script-skip-to-head)
8723 (gdb-script-calculate-indentation): Indent for breakpoint command
8724 lists also.
8725
8726 2006-01-05 Bill Wohler <wohler@newt.com>
8727
8728 * Makefile.in (compile-always): Add mh-autoloads dependency.
8729 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8730 provides it.
8731 (updates): Remove mh-autoloads dependency, since it probably has
8732 already run recently (via recompile).
8733
8734 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8737 argument `force' to disable the flyspell-last-buffer optimization.
8738 (flyspell-mode-on): Use it.
8739
8740 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8741 flymake-simple-cleanup.
8742 (flymake-allowed-file-name-masks): Use this new default.
8743 All the functions are now called in the right buffer rather than
8744 passing the buffer as argument.
8745 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8746 (flymake-parse-err-lines): Remove redundant buffer arg.
8747 (flymake-get-program-dir): Comment out unused function.
8748 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8749 Remove redundant buffer argument.
8750 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8751 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8752
8753 2006-01-05 Richard M. Stallman <rms@gnu.org>
8754
8755 * info.el (Info-find-node): Don't record previous node if have none.
8756 (info): Go to directory only if history is empty.
8757
8758 * simple.el (mark): Doc fix.
8759
8760 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8761
8762 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8763 already of desired type.
8764 (mac-ae-list): Coerce parameter to "list" type.
8765 (mac-dispatch-apple-event): Replace cadr part of event with a
8766 dummy position so that event-start returns it.
8767
8768 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8769
8770 * textmodes/org.el (org-end-of-subtree): New function.
8771 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8772 Use `org-end-of-subtree'.
8773 (org-agenda, org-agenda-convert-date): Protect calls to
8774 `fit-window-to-buffer'.
8775 (org-tags-view): Force matching of sublevels when doing a
8776 todo-only search. Define the correct redo command, including the
8777 arguments.
8778 (org-agenda-redo): Display message.
8779 (org-check-for-org-mode): New function.
8780 (org-agenda-type): New variable.
8781 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8782 Set `org-agenda-type'.
8783 (org-agenda-check-type): New function.
8784 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8785 (org-agenda-week-view, org-agenda-day-view)
8786 (org-agenda-next-date-line, org-agenda-previous-date-line)
8787 (org-agenda-log-mode, org-agenda-toggle-diary)
8788 (org-agenda-toggle-time-grid, org-agenda-date-later)
8789 (org-agenda-date-prompt, org-agenda-diary-entry)
8790 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8791 (org-agenda-convert-date, org-agenda-menu):
8792 Use `org-agenda-check-type'.
8793 (org-make-overlay, org-delete-overlay)
8794 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8795 New compatibility functions.
8796 (org-calendar-select-mouse): New command.
8797
8798 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8799
8800 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8801 (Custom-reset-standard): Fix y-or-n-p messages.
8802 (custom-link): New face for links.
8803 (custom-buffer-create-internal, custom-manual): Use it.
8804 (custom-face-save): Push to theme-face before setting face spec.
8805
8806 * wid-edit.el (widget-default-mouse-face-get): New function.
8807 (widget-specify-button): Handle mouse-face like button-face.
8808
8809 * custom.el (load-theme): Clear old theme settings if reloading.
8810
8811 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8812
8813 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8814 "Erase Customization" button back to same position it occupies in
8815 the individual State menus.
8816
8817 2006-01-04 Kim F. Storm <storm@cua.dk>
8818
8819 * wid-edit.el (key-sequence): Rework widget to read key binding
8820 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8821 (widget-key-sequence-default-value): Default value for empty sequence.
8822 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8823 (widget-key-sequence-read-event): New command for C-q.
8824 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8825 (widget-key-sequence-value-to-external): New functions.
8826
8827 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8830 Use expand-file-name.
8831 (flymake-delete-temp-directory): Use expand-file-name,
8832 file-name-directory, and directory-file-name.
8833 (flymake-strrchr): Delete.
8834 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8835 to the init-f function.
8836 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8837 (flymake-init-find-buildfile-dir)
8838 (flymake-init-create-temp-source-and-master-buffer-copy)
8839 (flymake-simple-make-init-impl, flymake-simple-make-init)
8840 (flymake-master-make-init, flymake-master-make-header-init)
8841 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8842 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8843 (flymake-xml-init): Remove corresponding redundant buffer argument.
8844 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8845 the default anyway. Clean up regexps.
8846
8847 * progmodes/flymake.el (flymake-temp-source-file-name)
8848 (flymake-master-file-name, flymake-temp-master-file-name)
8849 (flymake-base-dir): New buffer-local vars.
8850 (flymake-buffer-data, flymake-get-buffer-value)
8851 (flymake-set-buffer-value): Replace those hash-tables by the new
8852 buffer-local vars. Update callers.
8853
8854 * progmodes/flymake.el (flymake-check-start-time)
8855 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8856 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8857 Move definition, so we can remove redundant earlier declaration.
8858 (flymake-replace-regexp-in-string, flymake-split-string)
8859 (flymake-get-temp-dir): Use defalias.
8860 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8861 (flymake-xemacs-window-edges): Remove unused function.
8862 (flymake-get-point-pixel-pos): Move.
8863 (flymake-pid-to-names, flymake-reg-names)
8864 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8865 Replace by a simple list flymake-processes and by process-buffer.
8866 Update callers. Other than simplify the code, it uses buffers rather
8867 than buffer-names so it doesn't get confused by uniquify.
8868 (flymake-buffer-data): The global value should just be nil.
8869
8870 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8871 Optimize the body of a defalias like any other code.
8872
8873 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8874 Make sure we've setup font-lock's vars. It may influence which
8875 function we then call.
8876 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8877 here since it's too late anyway.
8878
8879 2006-01-03 Romain Francoise <romain@orebokech.com>
8880
8881 * startup.el (fancy-splash-tail, normal-splash-screen):
8882 Update copyright year.
8883
8884 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8885
8886 * mouse.el (mouse-drag-track): Rename, from
8887 `mouse-drag-region-1'. Includes optional argument required to
8888 enable post-drag event processing (e.g. delete region keys).
8889 Can be used without this argument to track a mouse region and operate
8890 on it as soon as the drag completes.
8891 (mouse-drag-region): Use `mouse-drag-track'.
8892
8893 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8896 Move to `custom-buffer' group.
8897
8898 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8899 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8900 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8901 (custom-theme-face-menu): New variables.
8902 (custom-theme-add-variable, custom-theme-variable-action)
8903 (custom-variable-reset-theme, custom-theme-delete-variable)
8904 (custom-face-reset-theme, custom-theme-face-action)
8905 (custom-theme-delete-face, custom-theme-merge-theme)
8906 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8907
8908 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * custom.el: Move Custom Themes commentary to start of theme code.
8911 (custom-known-themes): Rename `standard' theme to `changed'.
8912 (custom-push-theme): Caller no longer specifies what theme to use
8913 when doing `reset'---the setting is simply removed from the theme.
8914 Delete MODE from `theme-value' and `theme-settings' properties.
8915 (custom-declare-theme): Ignore &rest args since we don't use them.
8916
8917 (custom-loaded-themes): Delete variable.
8918 (custom-theme-load-themes, custom-theme-loaded-p)
8919 (custom-theme-value): Delete functions.
8920
8921 (custom-declare-theme): Signal error on invalid theme names.
8922 (provide-theme): custom-loaded-themes was deleted.
8923 (load-theme): Load the file unconditionally.
8924 (enable-theme): Call `load-theme' if theme is undefined.
8925 (custom-enabled-themes): Only update value for successful loads.
8926 (disable-theme): Complete from enabled themes when interactive.
8927 (custom-variable-theme-value): Calculate theme value directly.
8928
8929 (custom-theme-reset-variables, custom-reset-variables): Mark as
8930 XEmacs compatibility functions. We don't actually use these.
8931
8932 * cus-edit.el (custom-variable-state-set):
8933 Use custom-variable-theme-value instead of custom-theme-value.
8934 (custom-face-state-set): Rename `standard' theme to `changed'.
8935 (custom-save-variables, custom-save-faces): Delete unneeded
8936 references to custom-reset-variables.
8937 (custom-save-resets): Delete function.
8938 (custom-save-variables, custom-save-faces): MODE argument deleted.
8939 (custom-save-variables, custom-save-faces): Ignore theme values.
8940
8941 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8942 compatibility function.
8943
8944 2006-01-01 Richard M. Stallman <rms@gnu.org>
8945
8946 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8947 (Custom-reset-current, Custom-reset-saved): Likewise.
8948 (Custom-reset-standard): Show message if aborted.
8949 (custom-mode): Doc fix, describing those commands.
8950
8951 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8952 put on event-kind property.
8953
8954 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * custom.el (provide-theme): Ban `user' theme name.
8957 (custom-enabling-themes): New variable.
8958 (enable-theme): Don't enable user if custom-enabling-themes is t.
8959 (custom-enabled-themes): Make it a defcustom.
8960 (custom-theme-recalc-face): No-op if face is undefined.
8961
8962 * cus-edit.el (custom-button-mouse): New variable.
8963 (custom-button-mouse): New face.
8964 (custom-raised-buttons, custom-mode): Use it.
8965
8966 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8967
8968 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8969
8970 * progmodes/gud.el (gud-display-line): Support hl-line in the
8971 source buffer.
8972
8973 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8974
8975 * mouse.el (mouse-drag-window-above): Verify that the found window
8976 overlaps with the given window in the horizontal dimension.
8977
8978 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8979
8980 * Makefile.in (cvs-update): New target.
8981
8982 * makefile.w32-in (cvs-update): Ditto.
8983
8984 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8985
8986 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8987 (custom-new-theme-mode-map): New variable.
8988
8989 2005-12-30 Richard M. Stallman <rms@gnu.org>
8990
8991 * custom.el (custom-load-themes): Function deleted.
8992
8993 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8994 (custom-save-variables): Don't delete or add custom-load-themes call.
8995
8996 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * cus-start.el: Add `visible-cursor'.
8999
9000 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
9001 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
9002 (flymake-process-filter): Switch to buffer before calling it instead.
9003 (flymake-post-syntax-check, flymake-highlight-err-lines)
9004 (flymake-delete-own-overlays, flymake-parse-err-lines)
9005 (flymake-start-syntax-check, flymake-start-syntax-check-process)
9006 (flymake-count-lines, flymake-parse-residual):
9007 Remove constant buffer argument.
9008 (flymake-start-syntax-check-for-current-buffer): Remove.
9009 Update callers to use flymake-start-syntax-check instead.
9010 (flymake-display-err-menu-for-current-line):
9011 Remove unused var `mouse-pos'.
9012 (flymake-restore-formatting): Comment out unused function.
9013 (flymake-report-status, flymake-report-fatal-status): Remove buffer
9014 argument, use current-buffer instead. Update callers.
9015
9016 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9017
9018 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
9019 buffer-local because choose-completion-delete-max-match requires
9020 that we set completion-ignore-case (i.e., binding via let is not
9021 sufficient).
9022 (bibtex-complete): Always set completion-ignore-case and
9023 choose-completion-string-functions. The latter is needed because
9024 choose-completion-string-functions keeps its value if we quit the
9025 *Completions* buffer without requesting a completion.
9026
9027 2005-12-30 Andreas Schwab <schwab@suse.de>
9028
9029 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
9030
9031 2005-12-30 Eli Zaretskii <eliz@gnu.org>
9032
9033 * jit-lock.el (jit-lock-chunk-size): Doc fix.
9034
9035 2005-12-30 Juri Linkov <juri@jurta.org>
9036
9037 * locate.el (locate-fcodes-file, locate-header-face)
9038 * progmodes/delphi.el (delphi-other-face)
9039 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
9040
9041 * paren.el (show-paren-match, show-paren-mismatch): Use existing
9042 group `paren-showing-faces'.
9043
9044 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
9045 (goto-address): Fix docstring.
9046
9047 * net/webjump.el (webjump-sample-sites): Update URLs.
9048
9049 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
9050
9051 * subr.el (cancel-change-group): Add listp around pending-undo-list.
9052
9053 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * font-lock.el (font-lock-compile-keywords): Signal an error when
9056 font-lock-set-defaults hasn't been called.
9057
9058 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9059
9060 * subr.el (noreturn, 1value): Doc fixes.
9061
9062 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9063
9064 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
9065 that assoc-string returns nil.
9066
9067 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9068
9069 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
9070 (bibtex-entry-type-str, bibtex-empty-field-re)
9071 (bibtex-search-backward-string, bibtex-preamble-prefix)
9072 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
9073 (bibtex-any-valid-entry-type): New variable.
9074 (bibtex-parse-field-name): Simplify.
9075 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
9076 (bibtex-preamble-prefix): Include left delimiter.
9077 (bibtex-search-forward-field, bibtex-search-backward-field):
9078 Allow unbounded search past entry boundaries (required by bibtex-pop).
9079 (bibtex-text-in-field-bounds): Use push.
9080 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
9081 (bibtex-parse-preamble, bibtex-valid-entry)
9082 (bibtex-beginning-first-field): New functions.
9083 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
9084 (bibtex-map-entries): Fix docstring.
9085 (bibtex-flash-head): New arg prompt. Simplify.
9086 (bibtex-enclosing-field): Include code of bibtex-inside-field.
9087 (bibtex-insert-kill): Simplify. Always insert text past the
9088 current field or entry.
9089 (bibtex-format-entry): Use bibtex-parse-field.
9090 (bibtex-pop): Use bibtex-beginning-of-entry and
9091 bibtex-end-of-entry to initiate the search. Insert empty field if
9092 we found ourselves.
9093 (bibtex-print-help-message): New args field and comma.
9094 Handle entry keys.
9095 (bibtex-make-field): Use bibtex-beginning-of-entry.
9096 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
9097 invalid entry.
9098 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9099 Handle preambles. Simplify code for thorough test.
9100 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9101 New arg comma. Handle entry heads.
9102 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9103 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9104 New arg comma.
9105 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9106 (bibtex-fill-field): Simplify.
9107 (bibtex-fill-entry): Use bibtex-beginning-first-field and
9108 bibtex-parse-field.
9109 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9110 (bibtex-complete): Use bibtex-parse-preamble.
9111
9112 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
9113
9114 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9115 Display name of expression instead of convenience variable.
9116 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9117
9118 * progmodes/gud.el (gud-tooltip-dereference): Rename from
9119 toggle-gud-tooltip-dereference.
9120 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9121 (gud-tooltip-tips): ...here when dereferencing.
9122
9123 2005-12-28 Bill Wohler <wohler@newt.com>
9124
9125 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9126
9127 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9130 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9131 (vc-annotate-display-autoscale): Adjust call.
9132 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9133 Fix interactive spec.
9134 (vc-annotate-time-span): Remove.
9135 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9136 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9137 (vc-annotate-display-select): Use new name.
9138
9139 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9140 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9141 Correct the construction of span entries. Simplify.
9142 (vc-annotate-display-select): Fix the nil case.
9143 (vc-annotate): Remove obsolete (and now broken) code.
9144 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9145 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9146
9147 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9148
9149 * subr.el (lazy-completion-table): Correct typo in docstring.
9150
9151 * startup.el (command-line): Use `custom-reevaluate-setting' for
9152 `send-mail-function'.
9153
9154 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9155
9156 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9157
9158 * mail/smtpmail.el (smtpmail-try-auth-methods):
9159 Send credentials together with "AUTH PLAIN" command.
9160
9161 2005-12-27 Richard M. Stallman <rms@gnu.org>
9162
9163 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9164 mouse-2, go back to previously selected window, so it's selected
9165 when mouse-2 command runs.
9166
9167 2005-12-27 Juri Linkov <juri@jurta.org>
9168
9169 * descr-text.el (describe-text-sexp): Use square brackets for
9170 button [Show] to distinguish it from the property value `show'.
9171 (describe-property-list): Use `insert-text-button' with
9172 `help-face' type instead of putting face in quotes, because button
9173 is not created automatically for a list of faces.
9174 (describe-text-properties-1): Put button-type value in quotes to
9175 distinguish from plain text "button".
9176 (describe-char): Display code point values in hex. Don't use
9177 `symbol-name' for `current-input-method' because it is a string.
9178 Use `insert-text-button' with `help-face' type instead of putting
9179 hardcoded face in quotes, because button is not created automatically.
9180
9181 2005-12-27 Richard M. Stallman <rms@gnu.org>
9182
9183 * progmodes/glasses.el (glasses-face): More specific custom type.
9184
9185 * files.el (set-visited-file-name): Doc fix.
9186
9187 * textmodes/flyspell.el (flyspell-external-point-words):
9188 Use local var buffer-scan-pos to advance scan for next misspelling.
9189 Advance it only after we find the misspelling.
9190
9191 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9192
9193 * textmodes/flyspell.el (flyspell-external-point-words):
9194 New criteria for finding the misspelling in the buffer.
9195
9196 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9197
9198 * help-mode.el (help-insert-string): Set help-xref-stack-item
9199 rather than call help-setup-xref.
9200
9201 * descr-text.el (describe-char): Revert previous changes for
9202 optional buffer argument.
9203
9204 2005-12-27 Juri Linkov <juri@jurta.org>
9205
9206 * help-mode.el (help-insert-string): New function. Save buffer
9207 contents in cases where it is impossible to recompute the old contents.
9208
9209 * descr-text.el (describe-char): Set help-xref-stack-item
9210 explicitly after buffer has been generated.
9211
9212 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9213
9214 * cus-start.el (all): Add x-gtk-show-hidden-files.
9215
9216 2005-12-26 Richard M. Stallman <rms@gnu.org>
9217
9218 * replace.el (perform-replace): Calculate match-again
9219 before skipping read-only matches.
9220
9221 * paren.el (paren-showing-faces): New group.
9222 (show-paren-match, show-paren-mismatch): Move to that group.
9223
9224 * button.el (button): Put into group `basic-faces'.
9225
9226 * progmodes/make-mode.el: Remove faces from group `faces'.
9227
9228 * apropos.el (apropos, apropos-value): Doc fix.
9229 (apropos-documentation): Doc fix.
9230
9231 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * subr.el (lazy-completion-table): Remove argument `args'.
9234
9235 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9236 Don't use the `args' argument of lazy-completion-table.
9237
9238 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * descr-text.el (describe-char): Add optional argument for buffer.
9241 Set buffer appropriately. Call help-setup-xref.
9242 Suggested by Stefan Monnier.
9243
9244 2005-12-26 Juri Linkov <juri@jurta.org>
9245
9246 * descr-text.el: Require `help-fns' at runtime. Don't require
9247 `button' for byte compilation.
9248 (describe-text-widget): Add `help-echo' for first button.
9249 Use `help-info' for second.
9250 (describe-property-list): Use `help-argument-name' instead of `italic'.
9251 (describe-text-category): Add prompt to interactive spec.
9252 Call `help-setup-xref'.
9253 (describe-char): Use `help-character-set'. Add `help-echo' for
9254 code point. Use `help-input-method'. Remove superfluous insert.
9255
9256 2005-12-25 Richard M. Stallman <rms@gnu.org>
9257
9258 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9259 at point, in case of narrowing.
9260
9261 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9262
9263 * locate.el (locate-header-face): Allow nil in type.
9264
9265 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9266
9267 2005-12-25 Romain Francoise <romain@orebokech.com>
9268
9269 * battery.el (battery-linux-proc-acpi): Also try
9270 `/proc/acpi/thermal_zone/THM0/temperature'.
9271
9272 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * custom.el (custom-push-theme): Fix docstring.
9275
9276 * cus-edit.el (custom-variable-set, custom-variable-save)
9277 (custom-variable-save): Custom-quote widget values.
9278 (customize-save-variable): Fix custom-push-theme call.
9279
9280 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9281
9282 * w32-fns.el (w32-batch-update-autoloads): New function.
9283
9284 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9285 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9286 from the command line.
9287
9288 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
9291 reset means to remove setting from theme entirely. Don't keep
9292 expanding theme-settings list; delete old entries if necessary.
9293
9294 * cus-edit.el (custom-buffer-create-internal): Move "Erase
9295 customization" button one line up.
9296 (custom-themed): New face.
9297 (custom-magic-alist): New value, THEMED, for theme settings.
9298 (custom-variable-state-set, custom-face-state-set):
9299 Check theme-value instead of saved-value.
9300 (custom-variable-reset-standard, custom-face-reset-standard):
9301 Remove theme setting entirely. Recalculate new values.
9302 (custom-variable-set, custom-variable-set)
9303 (custom-variable-reset-saved, custom-variable-reset-backup)
9304 (custom-face-set, custom-face-reset-saved): Update `user' theme.
9305 (custom-variable-save): Fix typos.
9306
9307 2005-12-23 Juri Linkov <juri@jurta.org>
9308
9309 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9310 Add autoload cookies.
9311 (edebug-outside-d-c-i-n-s-w): New variable.
9312 (edebug-display, edebug-outside-excursion): Use it to save the
9313 original value of default-cursor-in-non-selected-windows.
9314 Set default-cursor-in-non-selected-windows to t while Edebug
9315 is active.
9316 (edebug-mode, edebug-eval-mode): Doc fix.
9317
9318 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9319 with `buffer-substring-no-properties' to remove common substring
9320 highlighting.
9321
9322 * info.el (info-other-window, info): Rename function argument
9323 `file' to `file-or-node'.
9324 (Info-complete-menu-item): Use local variable `complete-nodes' to
9325 keep the global value of `Info-complete-nodes' unchanged for
9326 subsequent completions.
9327 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9328
9329 * simple.el (get-next-valid-buffer, last-buffer)
9330 (next-error-buffer-p, next-error-find-buffer)
9331 (minibuffer-history-sexp-flag): Doc fix.
9332
9333 * savehist.el (savehist-mode-hook): Add `:group'.
9334
9335 * log-view.el: Call autoload for vc-find-version.
9336 (log-view-current-file): Adjust subgroup numbers.
9337 (log-view-current-tag): Add `length'.
9338
9339 2005-12-23 Richard M. Stallman <rms@gnu.org>
9340
9341 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9342
9343 2005-12-23 Juri Linkov <juri@jurta.org>
9344
9345 * hi-lock.el (hi-lock-archaic-interface-message-used)
9346 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9347 (hi-lock-mode): Display "Hi" in the mode line only when
9348 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9349 (hi-lock-write-interactive-patterns):
9350 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9351 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9352 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9353 font-lock-add-keywords to t.
9354
9355 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9356
9357 * hi-lock.el (hi-lock-highlight-range): New variable.
9358 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9359 only if font-lock-fontified is non-nil. Remove overlays.
9360 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9361 font-lock-fontified is non-nil, otherwise use overlays (instead of
9362 text properties).
9363 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9364 New variables.
9365 (hi-lock-string-serialize) New function.
9366
9367 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9368
9369 * menu-bar.el (menu-find-file-existing): New function.
9370 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9371
9372 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9373
9374 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * vc.el: Remove unnecessary leading * in docstrings.
9377 (vc-annotate-mode-map): Move initialization into declaration.
9378 (vc-static-header-alist): Nitpick on the regexp.
9379 (vc-default-init-version): New fun.
9380 (vc-register): Use it.
9381 (vc-insert-headers): Use dolist.
9382 (vc-annotate-get-backend): Remove unused function.
9383 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9384 (vc-annotate-mode): Remove corresponding call.
9385 (vc-annotate-car-last-cons): Simplify.
9386 (vc-annotate-buffers): Remove var.
9387 (vc-annotate-backend): Make it buffer-local.
9388 (vc-annotate): Move the interaction to the interactive spec.
9389 Add a `buf' argument.
9390 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9391 killing&creating a vc-annotate buffer, which is very disruptive when
9392 the buffers are shown in dedicated frames.
9393
9394 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9395
9396 * descr-text.el: Add FSF as maintainer.
9397 (describe-text-mode, describe-text-mode-map)
9398 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9399 help-mode.
9400 (describe-text-widget, describe-text-sexp)
9401 (describe-property-list, describe-text-category)
9402 (describe-text-properties, describe-text-properties-1)
9403 (describe-char): Use help buttons instead of widgets.
9404 (describe-char-unicodedata-file): Make URL link in doc string.
9405
9406 2005-12-22 Richard M. Stallman <rms@gnu.org>
9407
9408 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9409 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9410 Don't include buttons that write a file when there's no file.
9411 (custom-variable-menu, custom-face-menu, custom-group-menu):
9412 Don't include commands that write a file when there's no file.
9413 (customize-browse): Reword the top-of-buffer help intro.
9414 (custom-buffer-create-internal): Fix previous change.
9415 (customize-changed-options-previous-release): Prev release is 21.1.
9416 (customize-changed-options): Doc fix.
9417 (customize-changed): New alias.
9418 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9419 Say "standard values".
9420 (Custom-reset-standard): Doc fix.
9421 (custom-face-reset-standard): Doc fix.
9422
9423 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9426 even if font-lock-mode is non-nil since it may be t without having
9427 turned on font-lock-mode-internal.
9428 (font-lock-choose-keywords): Minor optimization.
9429 (font-lock-add-keywords, font-lock-remove-keywords)
9430 (font-lock-set-defaults): Don't call make-local-variable on a variable
9431 that we know to already be local.
9432
9433 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9434
9435 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9436 messages if in the minibuffer.
9437
9438 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9441 (tex-mode-flyspell-verify, flyspell-get-word)
9442 (flyspell-external-point-words): Don't use point-min/max uselessly.
9443
9444 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9445 by Kevin Rodgers. Instead, just hide the completions buffer if we
9446 don't need to show it.
9447
9448 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9449
9450 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9451
9452 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9455 delete-windows-on with an inexistent buffer.
9456
9457 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9458
9459 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9460 Delete defcustom variable :tag names.
9461
9462 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9465 (log-view-font-lock-keywords): Ajust subgroup numbers.
9466 (log-view-current-tag): Don't hard code the number of subgroups.
9467
9468 2005-12-20 Juri Linkov <juri@jurta.org>
9469
9470 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9471 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9472
9473 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9474 (menu-bar-non-minibuffer-window-p): Instead of checking
9475 display-multi-frame-p, use selected-frame when menu-updating-frame
9476 is nil.
9477
9478 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9479
9480 * align.el (align-rules-list): Use [ \t] instead of \s-
9481 for column separators in text mode.
9482
9483 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * help-mode.el (help-customize-variable, help-customize-face):
9486 Don't pop help-xref-stack as help-follow no longer pushes
9487 anything on to it.
9488
9489 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9490
9491 * textmodes/org.el (org-agenda-custom-commands): New option.
9492 (org-agenda): Offer custom commands on splash screen.
9493 (org-make-tags-matcher): Parser for Boolean logic added.
9494 (org-agenda-set-tags): New command.
9495 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9496 (org-set-tags): Efficiency improvements.
9497 (org-auto-align-tags): New option.
9498 (org-todo, org-demote, org-promote): Realign tags.
9499 (org-tags-completion-function): Use also "&" and "|" as separators.
9500 (org-org-menu): Agenda commands simplified.
9501
9502 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9503
9504 * cus-edit.el (customize-apropos, customize-apropos-options):
9505 Docstring changes.
9506
9507 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9508
9509 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9510
9511 * longlines.el (longlines-mode): Wrap while widened.
9512 (longlines-decode-region, longlines-encode-region): Compute max
9513 just once.
9514
9515 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9516
9517 * cus-edit.el (mac): New group.
9518
9519 * cus-start.el (all): Add user options in macterm.c. Add test for
9520 Mac-related built-ins. Fix test for GTK-related built-ins.
9521
9522 * term/mac-win.el (mac-handle-language-change)
9523 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9524 (mac-services-open-selection, mac-services-mail-selection)
9525 (mac-services-mail-to, mac-services-insert-text)
9526 (mac-dispatch-apple-event): Add docstrings.
9527 (x-get-selection, mac-select-convert-to-string): Select coding
9528 system from `utf-16be' and `utf-16le' using `byteorder'.
9529
9530 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9533 a "list" (lambda ...) rather than a real completion list.
9534
9535 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9536 lexical-let when encountering ((lambda (...) ...) ...).
9537
9538 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9539
9540 * progmodes/sh-script.el (sh-mode):
9541 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9542 * textmodes/picture.el (picture-mode): Update docstrings.
9543
9544 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9545
9546 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9547 commands enclosed in $(ARGQUOTE)s should not be split between two
9548 lines, as that will break with GNU Make >3.80, when sh.exe is used
9549 and arg quoting is with '..'.
9550 (autoloads): Don't break the quoted --eval expression between
9551 several lines.
9552
9553 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9556 Capture error from printing circular structures.
9557
9558 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9559
9560 * wid-edit.el (widget-checkbox-action): Clear undo info.
9561
9562 2005-12-16 Bill Wohler <wohler@newt.com>
9563
9564 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9565 bar, not menubar in comment.
9566
9567 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9570 After-change-functions should not clobber the match data.
9571
9572 2005-12-16 Juri Linkov <juri@jurta.org>
9573
9574 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9575 instead of `buffer-substring'.
9576 (completion-common-substring): Doc fix.
9577 (completion-setup-function): Use minibuffer-completion-contents
9578 instead of minibuffer-contents. Don't set common-string-length
9579 initially. Remove special handling of partial-completion-mode.
9580 Move computation of completion-base-size into one cond.
9581 Call completion-base-size-function in mainbuf. In computation of
9582 completion-base-size for file name completion don't move point to
9583 the end of the minibuffer. Move computation of common-string-length
9584 into one cond. Start putting faces only when common-string-length>=0.
9585 Add condition to put completions-common-part when
9586 common-string-length>0.
9587
9588 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9589 place point at the first different character in the minibuffer
9590 even if this position is at the beginning of the minibuffer.
9591
9592 * info.el (Info-read-node-name-1): In completion-base-size-function's
9593 lambda return 1 if common-substring or minibuffer-completion-contents
9594 starts with (, and 0 otherwise.
9595
9596 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9597 Use `crm-current-element' for second arg of `display-completion-list'.
9598
9599 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9600
9601 * files.el (set-auto-mode): Look for an interpreter specified on
9602 the first line also if search for mode specification succeeded,
9603 but the mode is not known.
9604
9605 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9606
9607 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9608 (org-open-at-point): Implement tag searches as links.
9609 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9610 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9611 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9612 (org-agenda-dispatch): New commands.
9613 (org-use-tag-inheritance, org-tags-column): New options.
9614 (org-tab-follows-link, org-return-follows-link): New options.
9615 (org-tags): New customize group.
9616 (org-start-icalendar-file): Get local time zone.
9617 (org-tags-completion-function): New function.
9618 (org-set-font-lock-defaults): Make sure links will also be
9619 highlighted inside headlines.
9620
9621 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9622
9623 * term.el (term-emulate-terminal):
9624 Let term-handle-ansi-terminal-messages override what Bash says about
9625 its current directory.
9626
9627 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9628
9629 * bindings.el (last-buffer): Move to simple.el.
9630 * simple.el (last-buffer): Move here.
9631 (get-next-valid-buffer): New function.
9632 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9633 (prev-buffer): Ditto. Rename to `previous-buffer'.
9634
9635 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9636 * bindings.el (global-map): Ditto.
9637
9638 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9639
9640 * cus-edit.el: Introductory comment change.
9641 (custom-magic-alist): Change message string for the `rogue' state.
9642
9643 2005-12-15 Richard M. Stallman <rms@gnu.org>
9644
9645 * tooltip.el: Delete defcustom variable :tag names.
9646
9647 * complete.el (partial-completion-mode): Doc fix.
9648
9649 * textmodes/flyspell.el (flyspell-external-point-words):
9650 Use save-excursion to ensure we don't move backward in the
9651 search loop, not even one character.
9652 (flyspell-delete-all-overlays): Use remove-overlays directly.
9653
9654 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9655 (ispell-start-process): Set that variable.
9656 Clear ispell-buffer-local-name.
9657 (ispell-internal-change-dictionary):
9658 Set ispell-current-dictionary after killing process.
9659 (ispell-buffer-local-dict):
9660 Don't set spell-personal-dictionary after killing process.
9661 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9662 (ispell-tex-skip-alists, ispell-html-skip-alists)
9663 (ispell-skip-region-alist): Mark as risky.
9664
9665 * net/newsticker.el (newsticker--retrieval-timer-list)
9666 (newsticker--display-timer, newsticker-running-p)
9667 (newsticker-ticker-running-p): Definitions moved up.
9668
9669 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9672
9673 2005-12-15 David Ponce <david@dponce.com>
9674
9675 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9676 (recentf-edit-list, recentf-open-files): Signal an error when
9677 there is no recent file.
9678
9679 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9680
9681 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9682 read-only except for texinfo-format-region evaluation.
9683
9684 2005-12-14 Richard M. Stallman <rms@gnu.org>
9685
9686 * vc.el (vc-default-previous-version, vc-default-next-version)
9687 (vc-do-command): Doc fixes.
9688
9689 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9690
9691 * textmodes/bibtex.el (bibtex-expand-strings)
9692 (bibtex-autokey-expand-string, bibtex-name-part)
9693 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9694 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9695 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9696 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9697 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9698 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9699 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9700 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9701 (bibtex-beginning-of-last-entry): Remove.
9702 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9703 message if comma is missing but buffer is read-only.
9704 (bibtex-parse-field-text): Handle whitespaces at the end of field
9705 text. Return 3-element list with beginning and end of field text
9706 and end of field.
9707 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9708 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9709 (bibtex-search-forward-field, bibtex-search-backward-field):
9710 Search always delimited by limits of entry. Use more efficient
9711 search algorithms.
9712 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9713 bibtex-end-of-name-in-field.
9714 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9715 extracting the content of a field.
9716 (bibtex-text-in-field): Use search limits.
9717 (bibtex-parse-string-prefix): Handle empty string keys based on
9718 bibtex-string-empty-key.
9719 (bibtex-parse-string): Fix docstring.
9720 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9721 (bibtex-preamble-prefix, bibtex-strings): New functions.
9722 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9723 BibTeX entries (consistent with other BibTeX functions).
9724 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9725 (bibtex-search-entry): Fix docstring. Simplify.
9726 (bibtex-flash-head, bibtex-complete-string-cleanup)
9727 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9728 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9729 (bibtex-parse-entry): New optional arg content.
9730 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9731 Use bibtex-text-in-field-bounds.
9732 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9733 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9734 bibtex-parse-string-postfix.
9735 (bibtex-find-text-internal): New function.
9736 (bibtex-remove-delimiters): Use it.
9737 (bibtex-find-text): Use it. New optional arg help.
9738 (bibtex-complete): Handle BibTeX string and preamble entries.
9739 (bibtex-Preamble): Fix order of closing delimiters.
9740
9741 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * vc.el (vc-default-revert): New fun.
9744
9745 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9746
9747 2005-12-14 Romain Francoise <romain@orebokech.com>
9748
9749 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9750 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9751 (font-lock-remove-keywords): Likewise.
9752
9753 2005-12-14 Juri Linkov <juri@jurta.org>
9754
9755 * log-view.el (log-view-diff): Doc fix.
9756
9757 * isearch.el (isearch-query-replace): Use (mark) instead of
9758 isearch-opoint if mark is active in transient-mark-mode.
9759
9760 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9761
9762 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9763
9764 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9765
9766 * progmodes/cpp.el (cpp-face): New widget.
9767 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9768
9769 2005-12-14 Juri Linkov <juri@jurta.org>
9770
9771 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9772 around `erase-buffer' and `insert'.
9773
9774 * descr-text.el (describe-text-properties): Replace buffer name
9775 "*Help-2*" with "*Help*<2>".
9776 (describe-char): Add functions print-help-return-message,
9777 toggle-read-only. Use help-setup-xref with nil to not store
9778 describe-char in help-xref-stack. Use help-make-xrefs to
9779 make [back] button.
9780
9781 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9782
9783 * wdired.el (wdired-old-point): New internal variable.
9784 (wdired-change-to-wdired-mode): Set it buffer-locally.
9785 (wdired-abort-changes): Restore point after aborting changes.
9786
9787 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * vc.el (vc-do-command): Add a new value t for okstatus.
9790
9791 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9792 frame in case of errors.
9793
9794 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9795
9796 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9797 so it comes after "On the Left" in the menu.
9798
9799 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9800
9801 * cus-edit.el (customize-apropos, customize-apropos-options)
9802 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9803
9804 2005-12-12 Bill Wohler <wohler@newt.com>
9805
9806 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9807 non-writable Subversion-controlled files by saving window
9808 configuration before calling vc-do-command. vc-do-command calls
9809 pop-to-buffer on error which is unexpected during registration.
9810
9811 2005-12-12 Jay Belanger <belanger@truman.edu>
9812
9813 * calc/README: Update the summary of changes.
9814
9815 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * descr-text.el (describe-char): Rework last fix to solve the problem
9818 is the same way it's solved for everything else in that function
9819 (i.e. by extracting the info before setting up the *Help* buffer).
9820
9821 2005-12-12 Kim F. Storm <storm@cua.dk>
9822
9823 * subr.el (version-regexp-alist): Allow space as separator before
9824 non-numeric part, e.g. "1.0 alpha".
9825 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9826
9827 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9828
9829 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9830 Implement Logging and the keep-modes setting.
9831 (org-get-category): Make sure a string is returned.
9832 (org-log-done): New function.
9833 (org-log-done, org-closed-string): New options.
9834
9835 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9836
9837 * tooltip.el (tooltip-y-offset): Change default to 20.
9838
9839 2005-12-12 Richard M. Stallman <rms@gnu.org>
9840
9841 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9842
9843 * frame.el (display-hourglass): Doc fix.
9844
9845 * help.el (help-for-help-internal): Simplify entry for `a'.
9846
9847 * info.el (Info-on-current-buffer): Doc fix.
9848 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9849
9850 * startup.el (inhibit-splash-screen): Make this the real name.
9851 (inhibit-startup-message): Make this the alias.
9852 (command-line): Find only simple.el, and use its directory
9853 to fill in other preloaded files' names.
9854 (command-line): Deactivate the mark if deactivate-mark is set.
9855
9856 * international/mule.el (load-with-code-conversion):
9857 Bind deactivate-mark.
9858
9859 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9860
9861 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * cus-edit.el (customize-apropos): Avoid listing an option more
9864 than once under different aliases. No longer list user options
9865 that are not defined with defcustom (unless a prefix arg is given).
9866 Doc fix.
9867 (customize-apropos-options): Doc fix.
9868
9869 2005-12-11 Juri Linkov <juri@jurta.org>
9870
9871 * frame.el (set-background-color, set-foreground-color)
9872 (set-cursor-color, set-mouse-color, set-border-color):
9873 Add explicit prompts to read colors by `facemenu-read-color'.
9874 (show-trailing-whitespace, blink-cursor-delay)
9875 (blink-cursor-interval, display-hourglass, hourglass-delay):
9876 Remove tags.
9877 (display-hourglass, hourglass-delay): Doc fix.
9878 (cursor-in-non-selected-windows): Capitalize words in tag.
9879
9880 * faces.el (frame-background-mode): Replace `choice-item' keywords
9881 with `const' to not make [default] button. Change default value tag
9882 from `default' to `automatic'. Doc fix.
9883 (trailing-whitespace) <defface>: Change group `whitespace' to
9884 `whitespace-faces'.
9885
9886 2005-12-11 Richard M. Stallman <rms@gnu.org>
9887
9888 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9889
9890 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9891
9892 * term/mac-win.el: Create keymap for mac-apple-event-map.
9893
9894 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9895
9896 * tooltip.el (tooltip-mode): Move to start of file so that it
9897 appears at top of customize buffer.
9898
9899 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9900 Add the gud groupname.
9901 (gud-tooltip-mode): Add the tooltip groupname.
9902 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9903 avoid conflict with tooltip-use-echo-area.
9904
9905 2005-12-10 Romain Francoise <romain@orebokech.com>
9906
9907 * help.el (help-for-help-internal): Add `r' in doc string.
9908
9909 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9910
9911 * align.el (align-regexp, align-highlight-rule):
9912 Use region-beginning and region-end instead of point and mark, so that
9913 repetition (with `repeat-complex-command') recomputes the region
9914 bounds.
9915
9916 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9917
9918 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9919 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9920 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9921 (balance-windows): Rewrite using the above new functions.
9922
9923 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9924
9925 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9926 react if global-hi-lock-mode seems intended.
9927 (global-hi-lock-mode) Renamed from hi-lock-mode.
9928 (hi-lock-archaic-interface-message-used)
9929 (hi-lock-archaic-interface-deduce): New variables.
9930 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9931 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9932 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9933 Replace hi-lock-buffer-mode with hi-lock-mode.
9934
9935 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9936
9937 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9938 completion list, even after a partial completion has been
9939 inserted in the current buffer. If there are more than 1
9940 completion, redisplay the *Completions* buffer; if the
9941 completion is unique, delete the *Completions* window.
9942
9943 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9944
9945 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9946 strings and long subject lines that were broken into multiple
9947 lines at arbitrary places. Handle subjects that have "Re: " in
9948 the middle.
9949
9950 2005-12-10 John W. Eaton <jwe@octave.org>
9951
9952 * emacs/octave-mod.el (octave-electric-space): Don't indent
9953 comments or strings if octave-auto-indent is nil.
9954
9955 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9956
9957 * term/mac-win.el: Require url when compiling.
9958 Call mac-process-deferred-apple-events after loading init files.
9959 (mac-apple-event-map): New defvar. Define event handlers in it.
9960 (core-event, internet-event): New Apple event class symbols.
9961 (open-application, reopen-application, open-documents)
9962 (print-documents, open-contents, quit-application)
9963 (application-died, show-preferences, autosave-now, get-url):
9964 New Apple event ID symbols.
9965 (about): New HICommand ID symbol.
9966 (mac-event-spec, mac-event-ae): New macros.
9967 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9968 (mac-ae-selection-range, mac-ae-text-for-search)
9969 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9970 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9971 and Services menu events are now defined in mac-apple-event-map.
9972 (mac-drag-n-drop): Remove selection range handling.
9973
9974 2005-12-10 Kenichi Handa <handa@m17n.org>
9975
9976 * simple.el (zap-to-char):
9977 * isearch.el (isearch-process-search-char): Translate CHAR by
9978 translation-table-for-input.
9979
9980 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * foldout.el (foldout-exit-fold): Properly hide subtree.
9983
9984 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9985
9986 * files.el (save-buffer):
9987 * international/ucs-tables.el (ucs-set-table-for-input):
9988 * mail/mail-extr.el (mail-extract-address-components):
9989 * mail/sendmail.el (mail-mode): Reformat doc string.
9990
9991 2005-12-09 Juri Linkov <juri@jurta.org>
9992
9993 * isearch.el (isearch-highlight): Change main overlay priority
9994 from 1 to 1001. Simplify.
9995 (isearch-lazy-highlight-update): Change lazy overlay priority
9996 from 0 to 1000.
9997
9998 * replace.el (replace-highlight): Change overlay priority from
9999 1 to 1001.
10000
10001 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
10002 Change overlay priority from 1 to 1001. Reuse existing overlay.
10003
10004 * compare-w.el (compare-windows-highlight): Change overlay
10005 priority from 1 to 1000.
10006
10007 * menu-bar.el (menu-bar-edit-menu): Add listp around
10008 pending-undo-list to disable menu item "undo" when pending
10009 undo list is empty.
10010
10011 * locate.el (locate): Disable undo in *Locate* buffer.
10012
10013 2005-12-09 Kim F. Storm <storm@cua.dk>
10014
10015 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
10016
10017 2005-12-09 David Ponce <david@dponce.com>
10018
10019 * recentf.el: Improvement of the menu code.
10020 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
10021 instead of menu hook.
10022 (recentf-show-menu, recentf-hide-menu): New functions.
10023 (recentf-menu-customization-changed, recentf-mode): Use them.
10024 (recentf-menu-action, recentf-max-menu-items)
10025 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
10026 (recentf-arrange-by-rule-others)
10027 (recentf-arrange-by-rules-min-items)
10028 (recentf-arrange-by-rule-subfilter) : Don't use
10029 `recentf-menu-customization-changed'.
10030 (recentf-arrange-rules): Likewise. Accept functions to compute
10031 sub-menu titles.
10032 (recentf-menu-filter): Likewise. Doc fix.
10033 (recentf-menu-value-shortcut): Doc fix.
10034 (recentf-dump-variable): Quote atom value.
10035 (recentf-make-menu-items): Update to use it as a menu filter.
10036 (recentf-match-rule): New function.
10037 (recentf-arrange-by-rule): Use it.
10038 (recentf-indirect-mode-rule): New function.
10039 (recentf-build-mode-rules): Use it.
10040 (recentf-dir-rule): New function.
10041 (recentf-arrange-by-dir): Use it.
10042 (recentf-filter-changer-current): Rename from
10043 `recentf-filter-changer-state'. All references updated.
10044 (recentf-filter-changer-alist): Update filter names.
10045 (recentf-filter-changer-select): New function.
10046 (recentf-filter-changer): Use it. Make a sub-menu from filters
10047 available in `recentf-filter-changer-alist'.
10048 (recentf-data-cache, recentf-clear-data)
10049 (recentf-update-menu): Remove. All references updated.
10050 (recentf-match-rule-p, recentf-build-dir-rules)
10051 (recentf-filter-changer-goto-next)
10052 (recentf-filter-changer-get-current)
10053 (recentf-filter-changer-get-next): Remove.
10054
10055 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
10056
10057 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
10058 buffer "Reset" button to "Reset to Current" for consistency with
10059 the State buttons.
10060
10061 2005-12-08 John Paul Wallington <jpw@pobox.com>
10062
10063 * ibuf-ext.el (define-ibuffer-filter filename):
10064 If `dired-directory' is a list then really use its car.
10065
10066 2005-12-08 Kim F. Storm <storm@cua.dk>
10067
10068 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10069 Fix indention of text on right side of replaced rectangle.
10070
10071 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
10072
10073 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
10074 No need to check gud-comint-buffer is bound.
10075 (gdb): Prevent multiple debugging when first session uses gdba.
10076
10077 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10078
10079 CC Mode update to 5.31.
10080
10081 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
10082 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
10083 We might do this function properly in the future).
10084
10085 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
10086 New macros c-sentence-end and c-default-value-sentence end, to cope
10087 with Emacs 22's new function `sentence-end'.
10088
10089 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10090
10091 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10092 compat issue using `c-put-overlay' and `c-delete-overlay'.
10093
10094 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10095 New compat macros to handle overlays/extents.
10096
10097 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10098
10099 * progmodes/cc-fix.el: Add definitions of the macros push and pop
10100 (for GNU Emacs 20.4)
10101
10102 * progmodes/cc-defs.el:
10103 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10104
10105 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10106 highlighting mechanism so it will work in XEmacs too.
10107
10108 * progmodes/cc-defs.el: Insert c-int-to-char.
10109
10110 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10111 call to the new macro c-int-to-char. This solves XEmacs's
10112 regarding characters as different from integers.
10113
10114 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10115
10116 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10117 New internal helper.
10118
10119 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10120 construct to make the indirect face lookup work in XEmacs.
10121
10122 (c-cpp-matchers): Append the negation char face to the existing
10123 fontification, so that the cpp face doesn't disappear.
10124 Use `c-make-syntactic-matcher' to avoid negation chars in comments
10125 and strings.
10126
10127 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10128 to map to `font-lock-negation-char-face' in emacsen where it exists.
10129
10130 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10131
10132 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10133
10134 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10135 Rename "c-subword-move-mode" as "c-subword-mode".
10136
10137 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10138 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10139
10140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10141
10142 * progmodes/cc-mode.el: Added autoload directive for
10143 `c-subword-move-mode' for use in older emacsen.
10144
10145 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10146
10147 * progmodes/cc-mode.el:
10148 (i) Insert a binding for C-c C-backspace into
10149 c-bind-special-erase-keys which works in TTYs.
10150 (ii) Make sure that when file styles are used, any explicitly
10151 given style variables take priority over those in the style.
10152 Do this by calling `hack-local-variables' a second time.
10153
10154 * progmodes/cc-vars.el: Add language specific customization
10155 widgets for AWK to c-doc-comment-style, c-require-final-newline
10156 and c-default-style. Add a defcustom for awk-mode-hook.
10157 Give c-syntactic-element and c-syntactic-context doc-strings by
10158 directly setting their `variable-documentation' propery.
10159 This allows Emacs 22.1 to read these with C-h v.
10160
10161 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10162
10163 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10164
10165 * progmodes/cc-fonts.el, cc-vars.el
10166 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10167 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10168 Masatake YAMATO.
10169
10170 (c-doc-comment-style): Made GtkDoc default in C mode.
10171
10172 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10173 and C-c C-<delete>.
10174
10175 (c-bind-special-erase-keys): New function for use on
10176 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10177
10178 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10179 <delete> key behavior in XEmacs according to `delete-forward-p'.
10180 C.f. `c-electric-delete'.
10181
10182 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10183
10184 * progmodes/cc-mode.el: Give c-hungry-backspace and
10185 c-hungry-delete-forward permanent key bindings.
10186
10187 * progmodes/cc-cmds.el (c-electric-semi&comma):
10188 Bind c-syntactic-context for calls to "criteria functions", for
10189 consistency with other calls to user functions.
10190
10191 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10192 `current-prefix-arg', since this might be the prefix arg to a
10193 command which calls c-indent-command as a function. Change the
10194 interactive spec from "p" to "P".
10195
10196 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10197 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10198 was difficult to understand.
10199
10200 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10201
10202 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10203 first char of an identifier.
10204
10205 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10206 +" syntax in C++.
10207
10208 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10209
10210 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10211 auto-fill doesn't split a c-comment's last word from a hanging
10212 "*/" when a space is typed between them after fill-column.
10213
10214 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10215
10216 * progmodes/cc-styles.el (c-set-style)
10217 (c-setup-paragraph-variables): Abort the command if we're not in a
10218 CC Mode buffer.
10219
10220 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10221 with blank comment-prefix, and a blank line as the comment's
10222 second line.
10223
10224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10225
10226 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10227 Incorporate the patterns added in the Emacs development branch
10228 for the new Emacs 22 face `font-lock-negation-char-face'.
10229
10230 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10231 of "red" since it stands out better in xterms and DOS terminals.
10232
10233 * progmodes/cc-engine.el (c-literal-faces):
10234 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10235
10236 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10237
10238 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10239 forcibly enable c-electric-flag.
10240
10241 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10242 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10243 after the comment-prefix of a C-style comment will close that comment.
10244
10245 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10246
10247 * progmodes/cc-fonts.el (c-basic-matchers-before)
10248 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10249 in Pike.
10250
10251 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10252 digraphs.
10253
10254 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10255 (c-cpp-message-directives, c-cpp-include-directives)
10256 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10257 (c-cpp-expr-directives): Introduce new language constants to
10258 control cpp syntax in a cleaner way.
10259
10260 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10261
10262 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10263
10264 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10265 (c-multiline-string-start-char): New language constants and
10266 variables to specify how newlines in string literals work.
10267
10268 (c-font-lock-invalid-string): Use them.
10269
10270 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10271 unbalanced close brace is entered. Optimization by avoiding going
10272 back over arbitrarily large blocks. Removed hints that this
10273 function only would be relevant/useful in AWK.
10274
10275 (c-electric-brace): Indent syntactically after the cleanups since
10276 lineup functions might do it differently then.
10277
10278 * progmodes/cc-engine.el, cc-langs.el
10279 (c-opt-op-identifier-prefix): New language constant and variable.
10280
10281 (c-just-after-func-arglist-p, c-after-special-operator-id)
10282 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10283
10284 * progmodes/cc-align.el, cc-engine.el
10285 (c-after-special-operator-id): New helper to handle C++ operator
10286 identifiers.
10287
10288 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10289 (c-guess-basic-syntax): Handle C++ operator identifiers in
10290 declarations.
10291
10292 * progmodes/cc-langs.el (c-assignment-operators): Add the
10293 trigraph version of ^= too.
10294
10295 * progmodes/cc-langs.el (c-assignment-operators): Add the
10296 trigraph version of |= in C++.
10297
10298 * progmodes/cc-fonts.el (c-font-lock-declarators):
10299 Handle `c-decl-hangon-kwds' after the identifier name.
10300
10301 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10302 whether an arglist is "nonempty", ignore a comment after the open
10303 paren if it isn't followed by a non-comment token on the same line.
10304
10305 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10306 Enable heuristics below the point to cope with classes inside special
10307 brace lists in Pike.
10308
10309 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10310
10311 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10312
10313 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10314
10315 * progmodes/cc-guess.el (cc-guess-install): New function to
10316 install an already guessed style in another buffer.
10317
10318 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10319 sets `inhibit-read-only' - `c-save-buffer-state' should be used
10320 anyway if the change always is undone.
10321
10322 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10323
10324 Implement togglable electricity:
10325
10326 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10327 saying when it should be used.
10328
10329 * progmodes/cc-engine.el: Add the new buffer-local variable,
10330 c-electric-flag.
10331
10332 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10333 c-toggle-auto-newline.
10334
10335 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10336 c-toggle-auto-newline. Remove the binding for
10337 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
10338 c-toggle-electric-state.
10339
10340 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10341
10342 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10343 c-\(forward\|backward\)-subword.
10344 (c-update-modeline): Add the new modeline flag `l' for
10345 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10346 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10347 Make the old name an alias of the new name.
10348 (c-toggle-electric-state): New function.
10349 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10350 Adapt these functions to do electric things only when
10351 c-electric-flag is non-nil.
10352 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10353 new functions from c-electric-brace.
10354 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10355 mode, so that the tentative extra newline doesn't change the
10356 syntax of the following brace.
10357 (c-electric-brace): Restructure by extracting the above functions.
10358 Tidy up the coding somewhat.
10359 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10360 restructure a bit.
10361
10362 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10363
10364 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10365 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10366
10367 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10368 (c-submode-indicators): Change name from `c-auto-hungry-string'
10369 since it's now used to track another submode.
10370
10371 (c-update-modeline): Convert to function and extended to check
10372 `c-subword-move-mode'.
10373
10374 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10375 Convert to compat aliases for `c-forward-subword' and
10376 `c-backward-subword'.
10377
10378 * progmodes/cc-subword.el: New functions and minor mode to handle
10379 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10380
10381 (c-forward-subword, c-backward-subword, c-mark-subword)
10382 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10383 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10384 Functions corresponding to the standard word handling functions.
10385
10386 (c-subword-move-mode): Minor mode that replaces all the standard
10387 word handling functions with their subword equivalences.
10388
10389 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10390
10391 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10392 entry for one-liner-defun.
10393
10394 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10395 name in its def-edebug-spec.
10396
10397 * progmodes/cc-cmds.el (c-electric-brace): Make the
10398 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10399 compacts space before a comment, if this will make things fit on
10400 one line.
10401
10402 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10403
10404 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10405
10406 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10407 clean-up one-liner-defun.
10408
10409 * progmodes/cc-styles.el: Add the new "awk" style.
10410
10411 * progmodes/cc-vars.el: Add description of one-liner-defun to
10412 c-cleanup-list's doc-string. New user options,
10413 c-max-one-liner-length. In c-default-style, set the default style
10414 for AWK to "awk".
10415
10416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10417
10418 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10419 macros inside labels.
10420
10421 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10422 `c-at-statement-start-p' and `c-at-expression-start-p'.
10423
10424 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10425 error if the mark isn't set.
10426
10427 * progmodes/cc-engine.el (c-guess-continued-construct)
10428 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10429 accurately detect functions inside functions.
10430
10431 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10432 like `c-at-statement-start-p' that additionally recognizes commas
10433 and expression parentheses as delimiters.
10434
10435 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10436 to avoid heuristics that doesn't work for unclosed blocks.
10437 (c-at-statement-start-p): New function.
10438
10439 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10440 Objective-C directives, e.g. directives spanning lines should work
10441 reasonably well now.
10442
10443 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10444
10445 (c-forward-objc-directive): New function to move over any ObjC
10446 directive.
10447
10448 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10449 (c-basic-matchers-before): Use it.
10450
10451 (c-font-lock-objc-iip-decl): Remove.
10452
10453 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10454 in the template arglist recognition.
10455
10456 * progmodes/cc-styles.el (c-style-alist): Fix several
10457 inconsistencies in the Whitesmith style.
10458
10459 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10460 New lineup function to get lines after Whitesmith style blocks
10461 correctly indented.
10462
10463 (c-lineup-whitesmith-in-block): Back out the compensation for
10464 opening parens since it's done using `add' lists in the style
10465 definition instead. Don't use the anchor position since it varies
10466 too much between the syntactic symbols. :P
10467
10468 * progmodes/cc-vars.el (c-valid-offset): Update.
10469
10470 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10471 lists where the offsets are combined according to several
10472 different methods: `first', `min', `max', and `add'.
10473 Report offset evaluation errors with `c-benign-error' so that some kind
10474 of reindentation still is done.
10475
10476 * progmodes/cc-engine.el (c-guess-basic-syntax):
10477 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10478 `arglist-close'.
10479
10480 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10481 situations for `arglist-cont-nonempty' and `arglist-close'.
10482
10483 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10484
10485 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10486 cc-bytecomp-boundp' in a number of places.
10487
10488 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10489 macro related issue.
10490
10491 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10492
10493 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10494 list is now [asdf], a char class [:alpha:].
10495 Include code for char classes.
10496 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10497 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10498
10499 Remove (nearly all of) the cruft associated with AWK Mode's former
10500 concept of "virtual semicolons":
10501
10502 Adapt c-beginning-of-statement, c-end-of-statement (together with
10503 subfunctions) to use the new notion of "virtual semicolon" in
10504 place of the old awkward special handling for AWK. There remains
10505 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10506 * progmodes/cc-cmds.el:
10507 (c-ascertain-adjacent-literal): In the backwards direction, now
10508 recognises AWK regexp delimiters as string delimiters.
10509 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10510 check more rigorously for "end of macro".
10511 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10512 virtual semicolons;
10513 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10514 out the code for forward movement into ...
10515 (c-end-of-statement): Now contains the code for forward movement,
10516 adapted for virtual semicolons.
10517
10518 * progmodes/cc-engine.el:
10519 (c-ws*-string-limit-regexp): New regexp.
10520 (c-forward-single-comment, c-backward-single-comment): Comment out
10521 the (now redundant) "special" AWK stuff.
10522
10523 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10524 c-string-par-start, c-string-par-separate to be more like Text
10525 Mode than Fundamental Mode.
10526
10527 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10528
10529 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10530 to the fontified region so that fontification doesn't occur
10531 outside it (could happen e.g. when fontifying a line with an
10532 unfinished declaration).
10533
10534 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10535
10536 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10537 start of the file. ^L now separate sections of the file.
10538 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10539 (c-awk-one-line-possibly-open-string-re)
10540 (c-awk-regexp-one-line-possibly-open-char-class-re)
10541 (c-awk-one-line-possibly-open-regexp-re)
10542 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10543 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10544
10545 Amend the concept of "virtual semicolons" (in the indentation
10546 engine) for languages like AWK, such that they are now
10547 conceptually attached to end of the last token of a statement, not
10548 the end of the line. (In AWK Mode, however, the pertinent text
10549 property is still physically set on the EOL.) Remove the specific
10550 tests for awk-mode, thus facilitating the introduction of other
10551 language modes where EOLs can end statements.
10552 (Note: The funtionality in cc-cmds.el, specifically
10553 c-beginning/end-of-statement has yet to be amended.)
10554
10555 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10556 New macros.
10557
10558 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10559 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10560 c-vsemi-status-unknown-p-fn (in a new page).
10561
10562 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10563 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10564 numerous awkward forms like
10565 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10566 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10567 variable before-ws-ip, the place just after char-before-ip appears.
10568
10569 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10570 a comment.
10571
10572 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10573
10574 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10575 `c-tentative-buffer-changes'.
10576
10577 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10578 convert to macro to choose between Emacs and XEmacs at compile time.
10579
10580 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10581
10582 (c-tentative-buffer-changes): New macro to handle temporary buffer
10583 changes in a convenient way.
10584
10585 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10586 for `c-tentative-buffer-changes'.
10587
10588 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10589 the checks for paren sexps between the point and the keyword, to
10590 avoid some false alarms.
10591
10592 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10593 Fixed a situation where an error could be thrown for unbalanced
10594 parens. Changed to make use of c-keyword-member' to avoid some
10595 repeated regexp matches.
10596
10597 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10598 These language variable are no longer necessary.
10599
10600 (c-block-stmt-kwds): New language constant used by
10601 c-looking-at-inexpr-block'.
10602
10603 (c-guess-basic-syntax): Remove an optional check that looked at
10604 the existence of the now removed language variables.
10605
10606 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10607 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10608 object instantiation expressions as declarations in some contexts.
10609 This bug only affected languages where the declarator can't be
10610 enclosed in parentheses.
10611
10612 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10613 insert newlines before and after substatement braces.
10614
10615 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10616 function declaration headers and the handling of C++ style member
10617 init lists.
10618
10619 (c-just-after-func-arglist-p): Rewritten to use
10620 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10621
10622 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10623
10624 (c-guess-basic-syntax): Adapt case 5B for the new
10625 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10626 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10627 covers all cases now).
10628
10629 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10630
10631 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10632
10633 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10634 c-string-par-start/separate c-sentence-end-with-esc-eol,
10635 initialised in c-setup-paragraph-variables, used in string
10636 scanning subroutines of c-beginning-of-statement.
10637
10638 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10639 which precedes the newly inserted `{'.
10640
10641 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10642
10643 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10644 function for declaration level blocks. It should now cope with
10645 templates better and also be a lot more comprehensible.
10646
10647 (c-looking-at-decl-block): The new function.
10648
10649 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10650 for compatibility.
10651
10652 (c-add-class-syntax, c-guess-continued-construct)
10653 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10654
10655 (c-decl-block-key): Change to tell apart ambiguous and
10656 unambiguous keywords. Pike specials are now handled directly in
10657 the code instead.
10658
10659 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10660 New language constants and variables to make the backward skip in
10661 `c-looking-at-decl-block' as tight as possible.
10662
10663 (c-nonsymbol-token-char-list): New language constant.
10664
10665 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10666 find balanced template arglists backwards.
10667
10668 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10669 making char classes for `c-syntactic-skip-backward'.
10670
10671 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10672 16D - can't be a class-close at that point.
10673
10674 * progmodes/cc-engine.el (c-guess-basic-syntax)
10675 (c-add-class-syntax): Don't narrow out the enclosing declaration
10676 level. This makes everything a lot easier, and it was actually
10677 only four small places that needed it to work. Some places that
10678 previously did `widen' are removed now, which has the effect that
10679 `c-guess-basic-syntax' never will look at things outside the
10680 current narrowment now. The anchor position for `topmost-intro'
10681 is affected by this, but it was so bogus it was basically useless
10682 before, and now it's equally bogus but in a slightly different way.
10683
10684 (c-narrow-out-enclosing-class): Gone.
10685
10686 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10687 the narrowed region.
10688
10689 (c-least-enclosing-brace): Remove silly optional argument.
10690
10691 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10692 the point could be left directly after an open paren when finding
10693 the beginning of the first decl in the block.
10694
10695 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10696 Specify which submatch to use.
10697
10698 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10699
10700 (c-decl-start-re): No longer any need for special treatment of
10701 ObjC due to the above.
10702
10703 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10704 presumably follows C in that regard.
10705
10706 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10707 New language constants to specify operator tokens inside
10708 identifiers in a more high level way.
10709
10710 (c-opt-identifier-prefix-key): New internal language constant.
10711
10712 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10713 (c-identifier-start, c-identifier-key): Now completely calculated
10714 from other constants.
10715
10716 (c-identifier-last-sym-match): Decommission since it's no longer used.
10717
10718 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10719
10720 * progmodes/cc-engine.el (c-forward-name): Remove the
10721 optimization when c-identifier-key is equal to c-symbol-key since
10722 it doesn't work in byte compiled files. Don't record empty
10723 regions as identifiers.
10724
10725 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10726 simplify access to `c-operators' and its likes.
10727
10728 (c-operator-list, c-all-op-syntax-tokens)
10729 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10730 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10731 (c-primary-expr-regexp, c-cast-parens): Use it.
10732
10733 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10734 an explicit language in functions.
10735
10736 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10737 variant of adornment.
10738
10739 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10740 variable.
10741
10742 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10743 the Pike value.
10744
10745 * progmodes/cc-engine.el (c-on-identifier)
10746 (c-simple-skip-symbol-backward): Small fix for handling "-"
10747 correctly in `skip-chars-backward'. Affected the operator lfun
10748 syntax in Pike.
10749
10750 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10751 diagnostic message about precompiled language vars not being used.
10752
10753 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10754 "__attribute__" is followed by a parenthesis.
10755
10756 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10757 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10758 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10759
10760 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10761 Internal cleanups to properly detect the declared identifiers in
10762 various declarations.
10763
10764 (c-decl-start-kwds): New language constant to recognize
10765 declarations that can start anywhere. Used for class declarations
10766 in Pike.
10767
10768 (c-specifier-key, c-not-decl-init-keywords)
10769 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10770 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10771
10772 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10773 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10774 handling of the compiler specific extension keywords into a new
10775 language constant `c-decl-hangon-kwds' that defines keyword
10776 clauses to be ignored in declarations.
10777
10778 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10779 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10780 Necessary to stop at the declared identifier in e.g. IDL valuetype
10781 declarations.
10782
10783 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10784 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10785 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10786 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10787 class and enum declarations as such and not as part of the type.
10788
10789 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10790 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10791
10792 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10793 declarations when there's some syntax error later on.
10794
10795 (c-complex-decl-matchers): Did away with a reference to
10796 `c-specifier-key'.
10797
10798 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10799 value - this variable is always dynamically bound.
10800
10801 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10802 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10803 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10804 functions that might do hidden buffer changes: All such internal
10805 functions are now marked instead of those that don't.
10806
10807 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10808 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10809 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10810 (c-literal-type): Allow these functions to make hidden buffer changes,
10811 so that they are free to use text property caching later on.
10812
10813 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10814 (c-electric-brace, c-electric-slash, c-electric-star)
10815 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10816 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10817 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10818 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10819 with the changed semantics of the functions above.
10820
10821 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10822 when macros occur in obscure places. Optimized the sexp movement
10823 a bit.
10824
10825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10826
10827 Enhancements for c-beginning-of-statement to work in AWK Mode:
10828
10829 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10830 (completed statement) with `}' (statement completed by closing
10831 brace or semicolon) and `$' (statement completed by EOL).
10832
10833 (c-awk-virtual-semicolon-ends-prev-line-p)
10834 (c-awk-virtual-semicolon-ends-line-p)
10835 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10836 (c-awk-at-statement-end-p): New functions.
10837
10838 * progmodes/cc-cmds.el: Simplify the structure of functions
10839 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10840 two functions and c-beginning-of-statement to handle AWK Mode.
10841
10842 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10843 c-backward-single-comment for AWK mode. Attempt to clarify their
10844 doc-strings.
10845
10846 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10847
10848 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10849
10850 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10851 label handling. Labels are now recognized in a uniform and more
10852 robust way, regardless of context. Text properties are put on all
10853 labels to recognize the following declarations better.
10854 Multiword labels are handled both in indentation and fontification for
10855 the benefit of language extensions like Qt. For consistency, keywords
10856 in labels are now fontified with the label face instead.
10857 That also applies to "case" and "default".
10858
10859 (c-beginning-of-statement-1): Fix some bugs in the label
10860 handling. Disregard `c-nonlabel-token-key' in labels that begin
10861 with `c-label-kwds'.
10862
10863 (c-find-decl-spots): Support that the callback adds more
10864 `c-decl-end' spots to find.
10865
10866 (c-forward-decl-or-cast-1): Don't treat a list of plain
10867 identifiers followed by a colon as a declaration.
10868
10869 (c-forward-label): New function to recognize labels.
10870
10871 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10872 `c-forward-label'. Moved the label recognition cases (14 and 15)
10873 earlier since they aren't so context sensitive now. Handle labels
10874 on the top level gracefully. Moved access label recognition to
10875 the generic label case (CASE 15) - removed CASE 5E.
10876
10877 (c-font-lock-declarations): Add recognition of labels in the
10878 same round since we need to handle labels in parallell with other
10879 declarations to recognize both accurately. It should also improve
10880 speed.
10881
10882 (c-simple-decl-matchers, c-basic-matchers-after):
10883 Move `c-font-lock-labels' so that it only is used on decoration level 2
10884 since `c-font-lock-declarations' handles it otherwise.
10885
10886 (c-complex-decl-matchers): Remove the simplistic recognition of
10887 access labels.
10888
10889 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10890 with labels earlier.
10891
10892 (c-decl-start-re): New language variable to make
10893 `c-font-lock-declarations' stop for the special protection labels
10894 in Objective-C that start with `@'.
10895
10896 (c-label-key): Remove since it's no longer used.
10897
10898 (c-recognize-colon-labels, c-label-prefix-re): New language
10899 constants to support recognition of generic colon-terminated labels.
10900
10901 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10902 are colon terminated labels.
10903
10904 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10905 first argument starts with a special brace list.
10906
10907 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10908 (c-font-lock-declarations): Break out the declaration and cast
10909 recognition from `c-font-lock-declarations' to a new function, so
10910 that it can be used in the indentation engine.
10911
10912 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10913 up to the start of the literal. Fixed bug with the point on the
10914 wrong side of the search limit that could happen when the start
10915 position is inside a literal.
10916
10917 * progmodes/cc-engine.el (c-parse-state)
10918 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10919 so that it's kept a little bit back to increase the hit rate.
10920
10921 (c-parse-state): Change the macro handling and fixed some
10922 glitches. Macro context is checked more often than necessary now,
10923 but otoh less garbage conses are generated.
10924
10925 * progmodes/cc-engine.el (c-parse-state)
10926 (c-invalidate-state-cache): Cache the last position where
10927 `c-state-cache' applies. This can speed up refontification quite
10928 a bit in blocks where there are many non-brace parens before the point.
10929
10930 (c-state-cache-end): New variable for this.
10931
10932 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10933 cache variable.
10934
10935 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10936 get close initial continue positions when the start position is
10937 inside a literal or macro. Do not call the callback for spots
10938 before the start position (which can happen e.g. for `c-decl-end'
10939 spots inside comments). Optimize better in special cases when the
10940 region is a single line inside a literal or macro (typically when
10941 the current line is refontified).
10942
10943 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10944 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10945 entries from the paren state.
10946
10947 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10948 special case for "else if" clauses.
10949
10950 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10951 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10952
10953 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10954 New language variable to recognize the gcc extension with statement
10955 blocks inside expressions.
10956
10957 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10958 it somewhat more comprehensible. The argument AT-BLOCK-START is
10959 no longer used and hence removed.
10960
10961 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10962 to `c-add-stmt-syntax'.
10963
10964 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10965 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10966 This fixes bogus label recognition.
10967
10968 * progmodes/cc-engine.el (c-add-type, c-check-type)
10969 (c-forward-name, c-forward-type): Improve storage of template
10970 types in `c-found-types' so that they can be recognized better.
10971
10972 (c-syntactic-content): Add option to skip past nested parens.
10973
10974 * progmodes/cc-engine.el (c-forward-name):
10975 Set `c-last-identifier-range' all the time. It's less work that way.
10976 Handle that there might not be an identifier to store in
10977 `c-last-identifier-range'.
10978
10979 (c-forward-type): Handle that `c-last-identifier-range' might be
10980 nil from `c-forward-name'.
10981
10982 * progmodes/cc-defs.el (c-safe-scan-lists)
10983 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10984
10985 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10986 to work even if the form fails.
10987
10988 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10989 down in a large file in one go.
10990
10991 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10992
10993 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10994 function which is like `c-lineup-math' but returns nil instead of
10995 `c-basic-offset' when it doesn't match.
10996
10997 (c-lineup-math): Change to use `c-lineup-assignments'.
10998
10999 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11000
11001 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
11002 c-beginning-of-statement. New subfunctions
11003 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
11004
11005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11006
11007 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
11008 hardcoded char classes whereever possible. Changed a couple of
11009 places to use skip by syntax instead of skip by char class.
11010
11011 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
11012 Fix a bug in the regexp that caused extreme backtracking.
11013
11014 * progmodes/cc-langs.el (c-block-comment-starter)
11015 (c-block-comment-ender): New language constants to specify in a
11016 single place how block comments look.
11017
11018 (c-comment-start-regexp, c-block-comment-start-regexp)
11019 (comment-start, comment-end, comment-start-skip)
11020 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
11021 (c-syntactic-ws, c-nonempty-syntactic-ws)
11022 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
11023 `c-line-comment-starter', `c-block-comment-starter' and
11024 `c-block-comment-ender'.
11025
11026 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
11027 New language constants to break up things a bit.
11028
11029 (c-simple-ws): New language constant for simple whitespace.
11030
11031 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
11032
11033 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
11034 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
11035 newlines. Allow and ignore nil elements in the list.
11036
11037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11038
11039 * progmodes/cc-cmds.el: Comment out a (n almost certainly
11040 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
11041
11042 * progmodes/cc-cmds.el: Tidy up the comments in
11043 c-beginning-of-statement and subfunctions.
11044
11045 * progmodes/cc-awk.el: Replace calls to put-text-property to the
11046 more flexible c-put-char-property and c-clear-char-properties.
11047 Add the author's email address.
11048
11049 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
11050
11051 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
11052 closing "*/" of a block comment.
11053
11054 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
11055 subfunctions) so that it works at BOB and EOB.
11056
11057 * progmodes/cc-cmds.el, cc-vars.el: More updating of
11058 c-beginning-of-statement, including new variable
11059 c-block-comment-start-regexp.
11060
11061 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11062
11063 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
11064 symbols from `*-font-lock-extra-types' so that there's no need to
11065 use `regexp-opt' on those lists.
11066
11067 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
11068 `c-type-modifier-kwds' is empty.
11069
11070 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
11071 there are several strings on the same line.
11072
11073 * progmodes/cc-engine.el (c-literal-limits): Remove the
11074 compatibility function for older emacsen. `c-literal-limits-fast'
11075 has now taken the place of this function.
11076
11077 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
11078 with older emacsen: We now require `pps-extended-state'.
11079
11080 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11081
11082 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
11083 which obviates the need to hack sentence-end. This now handles
11084 escaped newlines in strings correctly. Correct minor bugs in
11085 c-move-over-sentence and in c-beginning-of-statement.
11086
11087 * progmodes/cc-cmds.el (c-beginning-of-statement (and
11088 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
11089 that movement over macros and code are rigorously separated from
11090 eachother. Correct a few incidental bugs.
11091
11092 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11093 Improve its doc-string. Improve the handling of certain specific cases.
11094
11095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11096
11097 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11098 (c-guess-basic-syntax): Change the way class-level labels are
11099 recognized; they can now contain essentially any symbols.
11100
11101 (c-opt-extra-label-key): New language variable to cope with the
11102 special protection label syntax in Objective-C.
11103
11104 (c-opt-access-key): Remove; this is now handled better by
11105 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11106
11107 (c-complex-decl-matchers): Update to handle that
11108 `c-opt-access-key' no longer exists.
11109
11110 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11111 improved label recognition in `c-beginning-of-statement-1'.
11112
11113 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11114 Recognize bitfields better.
11115
11116 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11117 Remove some cruft and fixed a bug that could cause it to go to a
11118 position further down.
11119
11120 * progmodes/cc-langs.el, cc-engine.el
11121 (c-beginning-of-statement-1): Improve detection of labels in
11122 declaration contexts.
11123
11124 (c-beginning-of-decl-1): Use it.
11125
11126 (c-nonlabel-token-key): New language constant and variable needed
11127 by `c-beginning-of-statement-1'.
11128
11129 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11130 manifested itself due to the correction in `c-forward-sexp'.
11131
11132 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11133 Make these behave as documented when used at the buffer limits.
11134
11135 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11136 (c-type-decl-end-used): Made this a language variable.
11137
11138 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11139 correctly when `combine-after-change-calls' is used together with
11140 temporary narrowings.
11141
11142 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11143 Report labels correctly when the start point is immediately after the
11144 colon.
11145
11146 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11147 Remove since it isn't used anymore.
11148
11149 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11150 bracket arglists such as template parens in C++.
11151
11152 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11153 in the last check-in. Some optimization.
11154
11155 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11156 where it could stop at the same level in a preceding sexp when
11157 PAREN-LEVEL is set.
11158
11159 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11160 text property lookup only when it's needed.
11161
11162 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11163 Change the policy for paren marked angle brackets to be more
11164 persistent; once marked they remain marked even when they're found
11165 to be unbalanced in the searched region. This should keep the
11166 paren syntax around even when individual lines are refontified in
11167 multiline template arglists.
11168
11169 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11170 to control markup so that incorrect angle bracket arglists aren't
11171 marked in contexts where the correct value for
11172 `c-disallow-comma-in-<>-arglists' isn't known.
11173
11174 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11175 argument has become `c-parse-and-markup-<>-arglists'.
11176
11177 (c-remove-<>-arglist-properties): Remove - no longer used.
11178
11179 (c-after-change-check-<>-operators): New function used on
11180 `after-change-functions' to avoid that "<" and ">" characters that
11181 are part of longer operators have paren syntax.
11182
11183 (c-<>-multichar-token-regexp): New language variable used by
11184 `c-after-change-check-<>-operators'.
11185
11186 (c-after-change): Call `c-after-change-check-<>-operators'.
11187
11188 (c-font-lock-<>-arglists): Use the context properties set by
11189 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11190 correctly to avoid doing invalid markup.
11191
11192 (c-font-lock-declarations): Remove code that undoes the invalid
11193 markup done by `c-font-lock-<>-arglists'.
11194
11195 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11196 after `c-font-lock-declarations'.
11197
11198 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11199 Add paren-level feature.
11200
11201 (c-guess-basic-syntax): Improve the anchor position for
11202 `template-args-cont' in nested template arglists. There's still
11203 much to be desired in this area, though.
11204
11205 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11206
11207 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11208 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11209
11210 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11211
11212 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11213 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11214
11215 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11216 it doesn't work no longer are supported.
11217
11218 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11219 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11220 requires support for the syntax-table' text property, which rules
11221 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
11222 cruft associated with those versions.
11223
11224 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11225 for the `syntax-table' text property, which rules out Emacs 19 and
11226 XEmacs < 21.4. Removed various compatibility cruft associated
11227 with those versions.
11228
11229 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11230 support for the `syntax-table' text property.
11231
11232 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11233 variable and use an extra quoted face name instead. All the
11234 emacsen flavors handle that correctly.
11235
11236 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11237 (c-font-lock-declarators, c-font-lock-declarations)
11238 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11239 property to mark the items in in declarator lists to handle
11240 refontification inside multiline declarations better.
11241
11242 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11243 construct like "a * b = c;" as a declaration.
11244
11245 2005-12-08 Kim F. Storm <storm@cua.dk>
11246
11247 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11248 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
11249 select either meta, hyper, or super modifier for rectangle commands.
11250 (cua--rectangle-modifier-key): New defvar.
11251 (cua--M/H-key): Use it. Remove special case for `space'.
11252 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11253 on X, to meta otherwise. Always bind C-return to toggle
11254 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
11255
11256 * emulation/cua-rect.el (cua-help-for-rectangle):
11257 Use cua--rectangle-modifier-key. Handle super modifier too.
11258 (cua--init-rectangles): Always bind C-return to toggle rectangle.
11259 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11260
11261 * ido.el: Move Acknowledgements and History after Commentary.
11262 Minor changes to Commentary.
11263
11264 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11265 keymap if cua--prefix-override-timer is `shift'.
11266 (cua--shift-control-prefix): New function; emulate "type prefix
11267 key twice" functionality to handle shifted prefix key override.
11268 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11269 New commands.
11270 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11271
11272 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
11273
11274 * textmodes/org.el (org-insert-heading): Try to do items before
11275 headings.
11276 (org-agenda-mode): Quote `org-agenda-mode-hook'.
11277 (org-insert-item): New function.
11278 (org-renumber-ordered-list): Don't skip to higher level lists.
11279
11280 2005-12-08 Juri Linkov <juri@jurta.org>
11281
11282 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11283
11284 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11285
11286 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11287
11288 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11289 the constructed function name fun-1.
11290
11291 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11292 because such links don't lead to parent documentation.
11293
11294 2005-12-08 Kenichi Handa <handa@m17n.org>
11295
11296 * descr-text.el (describe-char): Use *Help-2* buffer if the
11297 current buffer is *Help*. Call describe-text-properties while
11298 setting the original buffer.
11299
11300 2005-12-07 Bill Wohler <wohler@newt.com>
11301
11302 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
11303 and causes problems with non-MH users (such as Gnus users).
11304
11305 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
11306
11307 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11308 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11309 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11310 command "info sources". Move calls to GDB command "list".
11311 (gdb-find-file-hook): Just use gdb-source-file-list.
11312 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11313 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11314 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11315 (gdb-data-list-register-values-handler): Use correct trigger name.
11316
11317 2005-12-07 Kim F. Storm <storm@cua.dk>
11318
11319 * ido.el (ido-completion-map): Rename from ido-mode-map.
11320 (ido-common-completion-map, ido-file-completion-map)
11321 (ido-file-dir-completion-map, ido-buffer-completion-map):
11322 Rename from ido-mode-....-map.
11323 (ido-init-completion-maps): Rename from ido-init-mode-maps.
11324 (ido-setup-completion-map): Rename from ido-define-mode-map.
11325 (ido-read-internal): Bind minibuffer-local-filename-completion-map
11326 to ido-completion-map.
11327
11328 2005-12-07 Kenichi Handa <handa@m17n.org>
11329
11330 * international/mule-cmds.el
11331 (set-display-table-and-terminal-coding-system): If the coding
11332 system specified in `unibyte-display' property is different from
11333 the arg coding-system, don't setup standard-display-table.
11334
11335 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11338 that comments end at \n, regardless of selective-display.
11339
11340 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11343 (gdb-version): New variables.
11344 (gdb-source-file-list, gdb-register-names)
11345 (gdb-changed-registers): New variables for use with GDB 6.4+.
11346 (gdb-ann3): Replace with...
11347 (gdb-init-1, gdb-init-2): ...two new functions.
11348 (gdba, gdb-prompt): Call gdb-init-1.
11349 (gdb-get-version): New function. Call gdb-init-2 from here.
11350 (gud-watch): Make it work with mouse events too.
11351 (gdb-post-prompt): Don't add to queue until GDB version is known.
11352 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11353 (gdb-locals-mode): Use gdb-version.
11354 (gdb-memory-format-map, gdb-memory-unit-map)
11355 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11356 (gdb-locals-font-lock-keywords-1)
11357 (gdb-locals-font-lock-keywords-2): New variables.
11358 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11359 (gdb-set-gud-minor-mode-existing-buffers-1)
11360 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11361 (gdb-var-update-1, gdb-var-update-handler-1)
11362 (gdb-data-list-register-values-handler)
11363 (gdb-data-list-register-values-custom)
11364 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11365 (gdb-stack-list-locals-handler, gdb-get-register-names):
11366 New functions for use with GDB 6.4+.
11367 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11368 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11369 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11370 (gdb-stack-list-locals-regexp)
11371 (gdb-data-list-register-names-regexp): New regexps for use with
11372 GDB 6.4+.
11373
11374 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11377
11378 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11379
11380 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11381 prompts work for AUTH PLAIN. Also reported by Steve Allan
11382 <seallan@verizon.net>.
11383
11384 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11385
11386 * frame.el (set-frame-parameter): Add doc string.
11387
11388 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11389
11390 * textmodes/org.el (org-occur-highlights): New variable.
11391 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11392 (org-highlight-sparse-tree-matches): New option.
11393 (org-do-occur): New function.
11394 (org-get-heading): Make it work also at beginning of line.
11395 (org-category-table): New variable.
11396 (org-get-category-table, org-get-category)
11397 (org-camel-to-words, org-link-search): New functions.
11398 (org-select-this-todo-keyword): New variable.
11399 (org-todo-list): New command.
11400 (org-shiftright, org-shiftleft): New commands.
11401 (org-agenda-todo): Add prefix argument.
11402 (org-show-hierarchy-above): New option.
11403 (org-show-todo-tree): Numerical prefix creates tree for specific
11404 TODO keyword.
11405 (org-outline-level): New function, to assign a level to plain
11406 lists items.
11407 (org-cycle-include-plain-lists): New option.
11408 (org-mode): Use `org-outline-level' as value of `outline-level'.
11409 (org-cycle): Temporarily switch `outline-regexp' if
11410 `org-cycle-include-plain-lists' is non-nil.
11411 (org-start-icalendar-file): Fix format bug.
11412 (org-agenda-get-day-entries): Create category table.
11413 (org-agenda-get-todos, org-agenda-get-timestamps)
11414 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11415 (org-agenda-get-blocks): Use `org-get-category'.
11416 (org-context-in-file-links): Rename from
11417 `org-line-numbers-in-file-links'.
11418
11419 2005-12-06 Romain Francoise <romain@orebokech.com>
11420
11421 * window.el (balance-windows): Delete extraneous third arg in call
11422 to `enlarge-window'.
11423
11424 2005-12-06 Kenichi Handa <handa@m17n.org>
11425
11426 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11427
11428 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11429
11430 * progmodes/gdb-ui.el (gdb-var-create-handler)
11431 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11432 (gdb-var-list-children-handler, gdb-var-update-handler):
11433 Current buffer is already gdb-partial-output-buffer, don't
11434 make it current again.
11435
11436 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11437
11438 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11439 (list-buffers-noselect): Use it.
11440
11441 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11444 (mail-yank-ignored-headers): Use regexp-opt.
11445 (mail-mode-map): Move initialization into declaration.
11446 (mail-sent-via): Remove unused shadowed var `to-line'.
11447 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11448 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11449 (mail-do-fcc): Use dolist and push.
11450 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11451 (mail-yank-ignored-headers): Don't autoload.
11452
11453 2005-12-05 Kenichi Handa <handa@m17n.org>
11454
11455 * international/mule-cmds.el (set-language-info-internal): New fun.
11456 (set-language-info): Call set-language-info-internal to update
11457 language-info-alist. If LANG-ENV is the current one, call
11458 set-language-environment to make INFO effective now.
11459 (set-language-info-alist): Likewise.
11460 (locale-language-names): With locale "en", use English
11461 lang. env. but set the default codings to iso-8859-1.
11462
11463 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11464
11465 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11466 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11467 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11468 for plain strings.
11469 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11470 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11471 Create registers buffer if necessary. Echo new state in minibuffer.
11472 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11473
11474 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * info.el (Info-fontify-node): Match external links using
11477 non-directory part of filename.
11478
11479 2005-12-04 Juri Linkov <juri@jurta.org>
11480
11481 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11482 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11483 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11484 because there is no customization option for it.
11485
11486 * font-lock.el (lisp-font-lock-keywords-1):
11487 Add define-global-minor-mode.
11488
11489 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11490
11491 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11492 properties on the constructed variable names.
11493
11494 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11495 Put `definition-name' properties on the constructed function names
11496 next-sym and prev-sym.
11497
11498 * emacs-lisp/find-func.el (find-function-regexp):
11499 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11500 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11501 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11502 and easy-menu-define.
11503
11504 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11505 easy-mmode-define-global-mode and define-global-minor-mode.
11506 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11507
11508 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11509 instead of easy-mmode-define-global-mode.
11510
11511 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11512 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11513
11514 * cus-edit.el (customize-group, customize-group-other-window):
11515 Filter out autoloaded options from the group completion list by
11516 using heuristics that autoloaded groups don't have `custom-autoload'
11517 property on their symbols (they have only `custom-loads').
11518
11519 * simple.el (completion-setup-function): Put completions-common-part
11520 face on complete completion string too (i.e. completion string
11521 without completions-first-difference face).
11522
11523 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11524
11525 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11526
11527 * view.el (view-mode): Doc fix.
11528
11529 * disp-table.el (standard-display-european): Add to the warning
11530 message a reference to the doc string.
11531
11532 * play/yow.el (apropos-zippy): Call print-help-return-message,
11533 similar to other Help and Apropos commands.
11534
11535 * help.el (print-help-return-message): If pop-up-frames is
11536 non-nil, set up help-return-method to delete the help window and,
11537 possibly, its frame as well, and don't display message about
11538 scrolling the help window. Doc fix.
11539 (help-return-method): Doc fix.
11540
11541 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11542
11543 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11544 whereby names of length one or names starting with a
11545 symbol-constituent character would not be returned.
11546
11547 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11548
11549 * subr.el (atomic-change-group): Add edebug and indentation spec.
11550
11551 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * completion.el (save-completions-file-name): Fix typo in last change.
11554
11555 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11556
11557 * info.el: Move back/forward history to the beginning of the tool bar.
11558
11559 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11560
11561 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11562 Add fset of allout-real-isearch-abort during compile to fix
11563 byte-compilation warnings.
11564 (allout-mode-p): Move definition of this macro above all uses, or
11565 byte compilation in barren emacs (eg, during emacs build) will
11566 lack the definition.
11567 (allout-mode): Move this variable above any uses, or byte
11568 compilation will fail.
11569 (allout-resolve-xref): Remove use of personal file-reference function.
11570 (allout-toggle-current-subtree-encryption): Do the current (ie,
11571 visible containing) topic, rather than nearest around point. Doc fix.
11572 (allout-toggle-subtree-encryption): New function, workhorse that
11573 works on nearest topic containing point.
11574 (allout-encrypt-string): Signal requirement for newer version of pgg.
11575 (allout-resumptions): Doc fix.
11576
11577 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11578
11579 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11580
11581 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11582
11583 * textmodes/flyspell.el (flyspell-external-point-words):
11584 Consider a misspelling as found in the string search if: (a) misspelling
11585 and found string lengths match, or (b) misspelling is found as
11586 element in a boundary-chars separated longer string, or (c)
11587 ispell-program-name is really ispell and misspelling is found as
11588 part of a TeX string. After successful match move beginning of
11589 search region to end of match. Warn about not found misspellings
11590 once the process is done.
11591 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11592
11593 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11594
11595 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11596 tool bar (removed inadvertently).
11597
11598 2005-12-02 Juri Linkov <juri@jurta.org>
11599
11600 * log-view.el (log-view-diff): Clarify doc string.
11601
11602 2005-12-01 Bill Wohler <wohler@newt.com>
11603
11604 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11605 triggers lm-verify errors.
11606
11607 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11608
11609 * simple.el (transient-mark-mode, line-number-mode)
11610 (column-number-mode, size-indication-mode): Remove `:require nil'.
11611
11612 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11613
11614 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11615 in the margin also.
11616 (gdb-breakpoints-mode-map): Use D instead of d for
11617 gdb-delete-breakpoint.
11618 (gdb-get-frame-number): Require a number to match on.
11619 (gdb-threads-mode-map): Add follow-link binding.
11620
11621 2005-11-30 Jason Rumney <jasonr@gnu.org>
11622
11623 * isearch.el (isearch-mode-map): Avoid exiting search on
11624 language-change event.
11625
11626 2005-11-30 Romain Francoise <romain@orebokech.com>
11627
11628 * speedbar.el (speedbar-default-position): New defcustom.
11629 (speedbar-frame-reposition-smartly): Use it.
11630
11631 * dframe.el (dframe-reposition-frame-emacs): Fix position
11632 computation for `left' location.
11633 Update copyright year.
11634
11635 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * help.el (help-map): Move initialization into declaration.
11638
11639 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11640
11641 * help-fns.el (help-argument-name): Don't autoload.
11642 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11643 to be re-loaded when customizing the `help' group.
11644
11645 2005-11-30 John Paul Wallington <jpw@gnu.org>
11646
11647 * help-fns.el (describe-function-1): Fill arglist output.
11648
11649 2005-11-30 Kim F. Storm <storm@cua.dk>
11650
11651 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11652 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11653 after revert-buffer (or anything else which kills all local variables).
11654
11655 * apropos.el (apropos-parse-pattern): Doc fix.
11656 Set apropos-regexp directly, rather than expecting callers to do so.
11657 (apropos-command, apropos, apropos-value, apropos-documentation):
11658 Simplify calls to apropos-parse-pattern.
11659
11660 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11663 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11664 (hi-lock-write-interactive-patterns): Use comment-region.
11665
11666 * longlines.el (longlines-mode): Add mail-setup-hook.
11667
11668 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11669
11670 * simple.el (sendmail-user-agent-compose, next-line):
11671 Conditionally use hard-newline.
11672
11673 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11674
11675 * international/latexenc.el (latex-inputenc-coding-alist):
11676 Reword doc string.
11677
11678 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11679
11680 * help.el (describe-key-briefly, describe-key): Recognize default
11681 bindings.
11682
11683 2005-11-29 Romain Francoise <romain@orebokech.com>
11684
11685 * view.el (view-inhibit-help-message): New defcustom.
11686 (view-mode-enter): Use it.
11687
11688 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11689
11690 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11691 Preserve user position.
11692
11693 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11694
11695 * font-lock.el: Throw error if facemenu is not loaded to prevent
11696 accidental change of loading order in loadup.el. (Suggested by RMS.)
11697
11698 * loadup.el: Add comment explaining why facemenu must be loaded
11699 before font-lock.
11700
11701 2005-11-28 Jay Belanger <belanger@truman.edu>
11702
11703 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11704 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11705
11706 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11707
11708 * calc/calc-embed.el (calc-do-embedded): Update help message.
11709
11710 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11711
11712 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11713
11714 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11715
11716 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11717 called-interactively-p.
11718 (elp-profilable-p): Rename from elp-not-profilable-p.
11719 Invert result and take into account macros and autoloaded functions.
11720 (elp-instrument-function): Update call.
11721 (elp-instrument-package): Update call. Add completion.
11722 (elp-pack-number): Use match-string.
11723 (elp-results-jump-to-definition-by-mouse): Merge into
11724 elp-results-jump-to-definition and then remove.
11725 (elp-output-insert-symname): Make help echo text single-line.
11726
11727 * replace.el (query-replace-map): Move initialization into declaration.
11728 (occur-engine): Use with-current-buffer.
11729 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11730 (occur-mode-mouse-goto): Replace with an alias.
11731
11732 2005-11-28 Juri Linkov <juri@jurta.org>
11733
11734 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11735
11736 * term/w32-win.el: Bind [S-tab] to [backtab].
11737
11738 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11739 `Info-find-file' to t.
11740
11741 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11742 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11743 and same-window-regexps.
11744 (occur-next-error): Don't move point for arg 0.
11745
11746 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11747
11748 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11749
11750 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * log-edit.el (log-edit-changelog-use-first): New var.
11753 (log-edit-changelog-ours-p): Use it.
11754 (log-edit-insert-changelog): Set it with new arg `use-first'.
11755 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11756 (log-edit-hook): Add them to the list of suggested options.
11757
11758 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11759 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11760 redundant work.
11761 (flyspell-mode-on): Use add-hook for after-change-functions.
11762 (flyspell-mode-off): Use remove-hook for after-change-functions.
11763 (flyspell-changes): Make it buffer-local.
11764 (flyspell-after-change-function): Make it non-interactive. Use push.
11765 (flyspell-post-command-hook): Check input-pending-p while processing
11766 the potentially long list of buffer changes.
11767
11768 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11769
11770 * buff-menu.el (list-buffers-noselect): Display the selected
11771 frame's buffer list, not the global one.
11772
11773 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11774
11775 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11776 that (list last-input-event) works as in interactive spec.
11777
11778 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11779
11780 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11781 `facemenu-keymap' needs to be defined when font-lock is loaded.
11782 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11783
11784 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * completion.el: Remove useless leading * in defcustom docstrings.
11787 (save-completions-file-name): Use ~/.emacs.d if available.
11788 (completion-standard-syntax-table): Rename from
11789 cmpl-standard-syntax-table and fold initialization into declaration,
11790 thus removing cmpl-make-standard-completion-syntax-table.
11791 (completion-lisp-syntax-table, completion-c-syntax-table)
11792 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11793 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11794 (symbol-under-point, symbol-before-point)
11795 (symbol-under-or-before-point, symbol-before-point-for-complete)
11796 (add-completions-from-c-buffer): Use with-syntax-table.
11797 (make-completion): Don't return a list of completion entries.
11798 Update callers.
11799 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11800 (completion-initialize): Rename from initialize-completions.
11801 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11802 (kill-emacs-save-completions): Collect stats here.
11803 (save-completions-to-file, load-completions-from-file):
11804 Use with-current-buffer.
11805 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11806 into a function. Move all calls to toplevel.
11807 (completion-lisp-mode-hook): New fun.
11808 (completion-c-mode-hook, completion-setup-fortran-mode):
11809 Set the syntax-table here. Use local-set-key.
11810 (completion-saved-bindings): New var.
11811 (dynamic-completion-mode): Make it into a proper minor mode.
11812 (load-completions-from-file): Remove unused var `num-uses'.
11813
11814 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11815 constructor if it is explicitly overridden.
11816
11817 * complete.el (PC-completion-as-file-name-predicate):
11818 Use minibuffer-completing-file-name.
11819 (partial-completion-mode): Use find-file-not-found-functions.
11820 (PC-lisp-complete-symbol): Use with-syntax-table.
11821 (PC-look-for-include-file): Remove dead setq.
11822 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11823 (PC-complete): Use with-current-buffer.
11824
11825 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11826 escape single quotes.
11827
11828 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11831 of `if' whose condition always returned nil. Doc fix.
11832
11833 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11834 window's buffer the current buffer around the call to
11835 `list-buffers-noselect'. This is necessary to mark that buffer
11836 with a `.' in the Buffer Menu when called from Lisp, for instance
11837 by Auto Revert Mode.
11838
11839 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11840
11841 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11842 attaching to it.
11843 (gdb-pre-prompt): Make sure gdb-error is reset.
11844
11845 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11846 with a child process, detect it.
11847 (gud-speedbar-buttons): Match regexp more carefully.
11848
11849 2005-11-27 Richard M. Stallman <rms@gnu.org>
11850
11851 * mouse.el (mouse-drag-move-window-bottom):
11852 Use adjust-window-trailing-edge.
11853
11854 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11855
11856 * simple.el (blink-matching-open): Ignore
11857 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11858 (blink-matching-paren-on-screen): Update docstring.
11859
11860 * paren.el (show-paren-mode): No longer change
11861 `blink-matching-paren-on-screen'.
11862
11863 2005-11-27 John Paul Wallington <jpw@pobox.com>
11864
11865 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11866 (gdb-threads-select, gdb-edit-register-value):
11867 Use `posn-set-point' instead of `mouse-set-point' because the
11868 latter is not fbound when configured without X.
11869
11870 2005-11-27 Kim F. Storm <storm@cua.dk>
11871
11872 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11873 existing face when partially highlighting a TAB in a rectangle.
11874
11875 2005-11-26 Kim F. Storm <storm@cua.dk>
11876
11877 * ido.el (ido-mode-map): Doc fix.
11878 (ido-mode-common-map, ido-mode-file-map)
11879 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11880 (ido-define-mode-map): Rewrite. Select one of the new maps as
11881 parent for ido-mode-map instead of building from scratch.
11882 (ido-init-mode-maps): New defun to initialize new maps.
11883 (ido-mode): Call it.
11884 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11885 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11886
11887 2005-11-26 John Paul Wallington <jpw@pobox.com>
11888
11889 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11890 `mouse-set-point' because the latter is not fbound when configured
11891 without X.
11892
11893 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11894
11895 * files.el (file-relative-name): Doc fix.
11896
11897 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11898
11899 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11900 non-empty string for secondary prompt PS2.
11901
11902 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11903
11904 * progmodes/compile.el (compilation-setup): Fix last change.
11905
11906 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11907
11908 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11909 (gdb-mouse-toggle-breakpoint-margin)
11910 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11911 Add gdb-server-prefix to keep out of command history.
11912 (gdb-edit-register-value): New function.
11913 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11914 (gdb-info-registers-custom): Use above map.
11915
11916 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * custom.el (enable-theme): Signal error if argument is not a
11919 theme. Don't recalculate a face if it's not loaded yet.
11920
11921 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11922 the `user' theme is in effect.
11923
11924 * info.el (Info-on-current-buffer): Record actual filename in
11925 Info-current-file, instead of t, or a fake filename if a non-file
11926 buffer. Make autoload.
11927 (Info-find-node, Info-revert-find-node): No need to check for
11928 Info-current-file nil.
11929 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11930 Info-current-file is now never `t'.
11931 (Info-fontify-node): Many simplifications due to Info-current-file
11932 always being valid. Use Info-find-file to find node filename.
11933
11934 2005-11-25 David Kastrup <dak@gnu.org>
11935
11936 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11937 new character, then delete" in order to preserve markers.
11938
11939 2005-11-25 David Ponce <david@dponce.com>
11940
11941 * recentf.el (recentf-arrange-by-rule): Handle a special
11942 `auto-mode-alist'-like "strip suffix" rule.
11943 (recentf-build-mode-rules): Handle second level auto-mode entries.
11944
11945 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11946
11947 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11948 window modes.
11949
11950 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11951 jde-javadoc-checker-report-mode.
11952
11953 * ediff-wind (ediff-make-wide-display): Slight simplification.
11954
11955 * ediff.el (ediff-date): Change the date of last update.
11956
11957 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11958
11959 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11960 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11961 (hi-lock-mode): New global minor mode.
11962 (turn-on-hi-lock-if-enabled): New function.
11963 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11964 Change arguments to regexp and face instead of a font-lock pattern.
11965 Directly set face property, instead of refontifying.
11966 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11967 (hi-lock-find-patterns): Use line-number-at-pos.
11968
11969 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11970 arguments for hi-lock-set-pattern.
11971 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11972 Call font-lock-fontify-buffer.
11973 (hi-lock-find-file-hook, hi-lock-current-line)
11974 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11975
11976 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11977 turned off.
11978
11979 * progmodes/compile.el (compilation-setup): Don't fiddle with
11980 font-lock-defaults.
11981
11982 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11983
11984 * progmodes/gdb-ui.el (gdb-var-create-handler)
11985 (gdb-var-list-children-handler): Find values for all variable
11986 objects. gud-speedbar-buttons decides whether to display them.
11987
11988 2005-11-24 Romain Francoise <romain@orebokech.com>
11989
11990 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11991 buffer name with a space.
11992
11993 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11994
11995 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11996 `org-export-local-list-max-depth'. Change default value to 3.
11997 (org-auto-renumber-ordered-lists)
11998 (org-plain-list-ordered-item-terminator): New options.
11999 (org-at-item-p, org-beginning-of-item, org-end-of-item)
12000 (org-get-indentation, org-get-string-indentation)
12001 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
12002 New functions.
12003 (org-move-item-down, org-move-item-up): New commands.
12004 (org-export-as-html): New classes for CSS support. Bug fix in
12005 regular expression detecting fixed-width regions. Respect
12006 `org-local-list-ordered-item-terminator'.
12007 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
12008 also a list item.
12009 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
12010 New item moving functions.
12011
12012 2005-11-24 Juri Linkov <juri@jurta.org>
12013
12014 * isearch.el (isearch-repeat): With empty search ring set
12015 `isearch-error' to the error string instead of signaling error
12016 with the function `error'.
12017
12018 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12019
12020 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
12021
12022 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
12025 and variable.
12026 (gdb-var-create-handler, gdb-var-list-children-handler):
12027 Don't match on "char **...".
12028 (gdb-var-update-handler): Find values for all variable objects.
12029 (gdb-info-frames-custom): Identify frames by leading "#".
12030
12031 * progmodes/gud.el (gud-speedbar-menu-items): Add
12032 gdb-speedbar-auto-raise as radio button.
12033 (gud-speedbar-buttons): Raise speedbar if requested.
12034 Don't match on "char **...".
12035 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
12036 Make it editable.
12037
12038 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * info.el (Info-fontify-node): Handle the case where
12041 Info-current-file is t.
12042
12043 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * simple.el (blink-matching-open): Fix off-by-one in last change.
12046
12047 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12048
12049 * term/mac-win.el: Don't change default directory.
12050
12051 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
12052
12053 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
12054 buffers correctly. (It used to throw an error in such buffers.)
12055 Make it ask for confirmation in group buffers and other Custom
12056 buffers containing more than one customization item.
12057
12058 2005-11-22 John Paul Wallington <jpw@gnu.org>
12059
12060 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
12061 property on mail and url overlays.
12062 (goto-address-at-point): Use `posn-set-point' instead of
12063 `mouse-set-point' because the latter is not fbound when configured
12064 without X.
12065
12066 2005-11-22 Lars Hansen <larsh@soem.dk>
12067
12068 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12069 (ls-lisp-classify, ls-lisp-format): Delete call to
12070 ls-lisp-parse-symlink.
12071 (ls-lisp-handle-switches): Handle symlinks to directories as
12072 directories when ls-lisp-dirs-first in non-nil.
12073
12074 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
12075
12076 * startup.el (command-line): Make sure that loaddefs.el is handled
12077 correctly in load-history.
12078
12079 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
12080
12081 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
12082 (gdb-struct-string, gdb-array-string): New constants.
12083 (gdb-info-locals-handler): Use them.
12084 (gdb-reset): Reset gdb-var-list to nil.
12085
12086 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
12089 in patterns.
12090
12091 2005-11-21 Juri Linkov <juri@jurta.org>
12092
12093 * custom.el (defcustom): Update link types in docstring.
12094
12095 2005-11-20 Martin Rudalics <rudalics@gmx.at>
12096
12097 * custom.el (defgroup): Add doc-string-elt info.
12098
12099 * widget.el (define-widget): Don't use declare for the doc-string-elt.
12100
12101 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * newcomment.el (comment-enter-backward): Fix last fix.
12104
12105 * simple.el (blink-matching-open):
12106 * paren.el (show-paren-function): Allow new paren-class info.
12107
12108 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
12111 handled automagically.
12112
12113 2005-11-20 Andreas Schwab <schwab@suse.de>
12114
12115 * descr-text.el (describe-char): When copying overlays put them
12116 over the full char description instead of just the first character
12117 of it.
12118
12119 2005-11-20 Juri Linkov <juri@jurta.org>
12120
12121 * simple.el (what-cursor-position):
12122 * descr-text.el (describe-char): Use Lisp-readable syntax
12123 for octal and hex. Reorder decimal, octal and hex values.
12124 Remove excess whitespace in the output. Use `=' in `column='
12125 like in `point=' and `Hscroll='.
12126
12127 * international/mule-cmds.el (encoded-string-description):
12128 Use Lisp-readable syntax for hex.
12129
12130 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * newcomment.el (comment-enter-backward): Handle the case where the
12133 comment is closed by EOB.
12134
12135 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * longlines.el (longlines-before-revert-hook)
12138 (longlines-after-revert-hook): New functions.
12139 (longlines-mode): Turn off longlines temporarily when reverting.
12140 Add a message-setup-hook.
12141 (longlines-decode-buffer): New function.
12142 (longlines-wrap-line): Preserve marker positions.
12143
12144 2005-11-19 Andreas Schwab <schwab@suse.de>
12145
12146 * emacs-lisp/shadow.el: Handle compressed files.
12147
12148 2005-11-19 Romain Francoise <romain@orebokech.com>
12149
12150 * net/browse-url.el (browse-url-default-browser): Signal an error
12151 if no usable browser can be found, rather than try to load w3.
12152
12153 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12154
12155 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12156 replacing existing properties.
12157 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12158 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12159 tty specs.
12160 (rcirc-server-prefix, rcirc-server): New faces.
12161 (rcirc-url-regexp): Generate with rx macro.
12162 (rcirc-last-server-message-time): New variable.
12163 (rcirc-filter): Record time of last message.
12164 (rcirc-keepalive): Kill processes that did not send a message
12165 since the last ping.
12166 (rcirc-mode): Give rcirc-topic a local binding here.
12167
12168 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12169
12170 * subr.el (read-passwd): Fontify the prompt as we do with other
12171 prompts.
12172
12173 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12174
12175 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12176 binding buffer-read-only to nil.
12177
12178 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12179
12180 * complete.el (partial-completion-mode):
12181 Mention completion-auto-help in the doc string.
12182
12183 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12184 more Lisp-ish way.
12185
12186 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12187
12188 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12189 digits, not 8, to avoid misalignment for files larger than 100MB.
12190
12191 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12192
12193 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12194 Mention "keyboard shortcuts" in the help text.
12195
12196 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12197
12198 * startup.el (fancy-splash-default-action): Discard only
12199 mouse-down and succeeding mouse-up events in the splash screen
12200 window so that drag-n-drop event can be processed.
12201
12202 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12203
12204 * longlines.el (longlines-mode): Add hacks for mail-mode and
12205 message-mode.
12206
12207 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12208
12209 * textmodes/org.el (org-table-sort-lines): New command.
12210 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12211 (org-add-file): Command removed, use `org-agenda-file-to-front'
12212 instead.
12213 (org-export-icalendar): Use `org-icalendar-combined-name'.
12214 (org-cycle-agenda-files, org-agenda-file-to-end)
12215 (org-agenda-file-to-front): New commands.
12216 (org-table-tab-jumps-over-hlines, org-export-html-style):
12217 New options.
12218 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12219 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12220 New functions.
12221 (org-fill-paragraph): Call `org-table-align' in tables.
12222 (org-mode): Call `org-set-autofill-regexps'.
12223 (org-export-as-html): Support for local handformatted lists.
12224 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
12225 (org-export-local-list-max-depth): New option.
12226 (org-html-expand): Use `org-html-protect'.
12227
12228 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
12229
12230 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12231 to "p".
12232 (gdb): Move definition of gud-pp to...
12233
12234 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
12235 speedbar.
12236 (gdb-find-watch-expression): New function.
12237
12238 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * faces.el (face-attribute, set-face-attribute): Mention existence
12241 of `:ignore-defface' setting in docstring.
12242
12243 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * simple.el (completion-setup-function): Fix last change.
12246
12247 2005-11-17 John Paul Wallington <jpw@pobox.com>
12248
12249 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12250 Use `posn-set-point' instead of `mouse-set-point' because the
12251 latter is not fbound when configured without X.
12252
12253 * comint.el (comint-insert-input): Likewise.
12254
12255 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12256
12257 * simple.el (hard-newline): New variable.
12258 (sendmail-user-agent-compose, next-line): Use it.
12259
12260 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12261 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12262 (mail-mail-reply-to, mail-mail-followup-to)
12263 (mail-position-on-field, mail-signature, mail-yank-original)
12264 (mail-attach-file): Likewise.
12265
12266 * mail/mailheader.el (mail-header-format)
12267 (mail-header-format-function): Likewise.
12268
12269 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12270
12271 2005-11-17 Juri Linkov <juri@jurta.org>
12272
12273 * font-lock.el (font-lock-faces): Rename this defgroup from
12274 `font-lock-highlighting-faces'.
12275 (font-lock-comment-face, font-lock-comment-delimiter-face)
12276 (font-lock-string-face, font-lock-doc-face)
12277 (font-lock-keyword-face, font-lock-builtin-face)
12278 (font-lock-function-name-face, font-lock-variable-name-face)
12279 (font-lock-type-face, font-lock-constant-face)
12280 (font-lock-warning-face, font-lock-negation-char-face)
12281 (font-lock-preprocessor-face)
12282 (font-lock-regexp-grouping-backslash)
12283 (font-lock-regexp-grouping-construct): Rename :group from
12284 `font-lock-highlighting-faces' to `font-lock-faces'.
12285
12286 * cus-edit.el (lisp, c, tex):
12287 * progmodes/ada-mode.el (ada):
12288 * progmodes/asm-mode.el (asm):
12289 * progmodes/cperl-mode.el (cperl-faces):
12290 * progmodes/cpp.el (cpp):
12291 * progmodes/dcl-mode.el (dcl):
12292 * progmodes/f90.el (f90):
12293 * progmodes/fortran.el (fortran):
12294 * progmodes/icon.el (icon):
12295 * progmodes/idlwave.el (idlwave-misc):
12296 * progmodes/m4-mode.el (m4):
12297 * progmodes/make-mode.el (makefile):
12298 * progmodes/meta-mode.el (meta-font):
12299 * progmodes/modula2.el (modula2):
12300 * progmodes/octave-mod.el (octave):
12301 * progmodes/pascal.el (pascal):
12302 * progmodes/perl-mode.el (perl):
12303 * progmodes/prolog.el (prolog):
12304 * progmodes/ps-mode.el (PostScript-edit):
12305 * progmodes/scheme.el (scheme):
12306 * progmodes/sh-script.el (sh-script):
12307 * progmodes/simula.el (simula):
12308 * progmodes/tcl.el (tcl):
12309 * textmodes/nroff-mode.el (nroff):
12310 * textmodes/reftex-vars.el (reftex-fontification-configurations):
12311 * textmodes/sgml-mode.el (sgml):
12312 * textmodes/texinfo.el (texinfo):
12313 Add :link (custom-group-link font-lock-faces) to defgroup.
12314
12315 * hi-lock.el (hi-lock): Rename this defgroup from
12316 `hi-lock-interactive-text-highlighting'. Change parent group from
12317 `faces' to `font-lock'. Add link to the manual.
12318 (hi-lock-mode, hi-lock-file-patterns-range)
12319 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12320 `hi-lock-interactive-text-highlighting' to `hi-lock'.
12321 (hi-lock-faces): Add :group `faces'.
12322
12323 * cus-edit.el (custom-variable-prompt): Clarify the code.
12324
12325 * faces.el (face-read-string): Set the default value arg of
12326 completing-read.
12327
12328 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
12329
12330 * rfn-eshadow.el (file-name-shadow-properties)
12331 (file-name-shadow-tty-properties, file-name-shadow-mode):
12332 Remove autoloads, because the file is now preloaded.
12333
12334 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * printing.el (easy-menu-intern): Don't define.
12337 (pr-get-symbol): Use easy-menu-intern only if defined.
12338
12339 * simple.el (blink-matching-open): Simplify a bit.
12340 (completion-setup-function): Fix the case of partial-completion-mode
12341 when the minibuffer's contents start with "-".
12342 Obey completion-base-size-function even when
12343 minibuffer-completing-file-name is non-nil.
12344
12345 2005-11-16 Richard M. Stallman <rms@gnu.org>
12346
12347 * net/eudcb-ph.el (eudc-ph-open-session):
12348 Use set-process-query-on-exit-flag.
12349
12350 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12351
12352 * international/ucs-tables.el (ucs-set-table-for-input):
12353 Use make-local-variable, not make-variable-buffer-local.
12354
12355 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12356 Improve warning message text.
12357
12358 * savehist.el (savehist-save-hook): Add :group.
12359
12360 * menu-bar.el (menu-bar-help-menu):
12361 Rename Find Extra Packages to External Packages.
12362
12363 * cus-edit.el (Custom-reset-standard): Verify that
12364 :custom-standard-value prop exists before calling it.
12365
12366 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12367
12368 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12369
12370 * wid-edit.el (color): Enclose %t in %{...%}.
12371
12372 * cus-edit.el (face): Enclose %t in %{...%}.
12373
12374 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12375
12376 * savehist.el (savehist-mode-hook): Re-add the var.
12377 (savehist-mode): Use it.
12378
12379 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * textmodes/flyspell.el: Fix commenting convention.
12382 Remove unnecessary leading * in custom docstrings.
12383 (flyspell-emacs): Remove unused var.
12384 (flyspell-delete-region-overlays): Use remove-overlays.
12385 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12386 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12387 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12388 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12389 (make-flyspell-overlay): Don't locally reuse a global name.
12390 (flyspell-highlight-incorrect-region)
12391 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12392 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12393 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12394 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12395 Wrap calls to accept-process-output inside with-local-quit since it's
12396 often called from a post-command-hook.
12397 (flyspell-correct-word, flyspell-auto-correct-word):
12398 Use ispell-send-string.
12399 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12400
12401 * calendar/diary-lib.el (diary-list-entries): Also hide the
12402 terminating newline.
12403
12404 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12405
12406 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12407 window-system, to allow fonts on tty.
12408
12409 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12410
12411 * progmodes/gud.el (gud-speedbar-item-info): New function.
12412 (gud-install-speedbar-variables): Use it to display data type
12413 of watch expression as a tooltip in speedbar.
12414
12415 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12416
12417 * font-core.el (global-font-lock-mode): Add :version keyword,
12418 because default was changed.
12419
12420 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12421
12422 * startup.el (command-line): Use `custom-reevaluate-setting' for
12423 `file-name-shadow-mode'.
12424
12425 * loadup.el: Preload rfn-eshadow.
12426
12427 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12428 Add :version keyword.
12429 (file-name-shadow-properties, file-name-shadow-tty-properties)
12430 (file-name-shadow): Add :version keyword.
12431
12432 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12433 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12434 in the custom-group property of the symbol frames and the fringe
12435 group got no link to its parent group frames.
12436 Doc fix.
12437
12438 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12439
12440 * progmodes/gud.el (gud-stop-subjob): New function.
12441 (gud-menu-map, gud-tool-bar-map): Use it.
12442
12443 2005-11-16 Kim F. Storm <storm@cua.dk>
12444
12445 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12446 than kill it.
12447 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12448 to a more useful/logical place.
12449
12450 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12451
12452 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12453 go buttons complementary.
12454
12455 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12458 (rfn-eshadow-sifn-equal): New function.
12459 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12460
12461 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12462
12463 * viper-utils.el (viper-non-word-characters-reformed-vi):
12464 Quote `-' in string.
12465
12466 * viper.el (viper-emacs-state-mode-list): Ensure that
12467 rcirc-mode buffers come up in Emacs state.
12468
12469 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12470 operation.
12471
12472 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * term.el (term-termcap-format): Fix typos.
12475 (term-down): Fix the negative argument case.
12476
12477 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12480 2005-08-15.
12481 (gdb-ann3): New command gud-go.
12482 (menu): Accomodate gdb-mi.el.
12483 (gdb-assembler-custom): Make buffer of selected window current
12484 so that set-window-point works.
12485
12486 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12487 buttons and include new ones.
12488
12489 2005-11-16 Kim F. Storm <storm@cua.dk>
12490
12491 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12492 (gud-menu-map): Use it.
12493
12494 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12495
12496 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12497 that works correctly for Custom and that does not override a user
12498 who disables it.
12499
12500 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12501 (help-xref-interned, help-follow): Make hyperlinks for variables
12502 that are unbound, but have a non-nil variable-documentation property.
12503
12504 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12505 mode hook. (It conflicted with defcustoms for some mode hooks.)
12506 Use the `variable-documentation' property to give the mode hook a
12507 docstring and expand that docstring.
12508
12509 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12510
12511 * savehist.el (savehist-mode): Don't bother with
12512 `custom-set-minor-mode'.
12513 (savehist-coding-system): Check XEmacs version.
12514 (history-length): Declare also at run time.
12515 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12516 Don't set the customize state.
12517 (savehist-minibuffer-hook): Special case for when
12518 minibuffer-history-variable is equal to t.
12519
12520 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * files.el (write-file): Refresh VC status.
12523
12524 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12525 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12526 than fundamental-mode to see if the mode was set.
12527
12528 2005-11-14 Romain Francoise <romain@orebokech.com>
12529
12530 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12531 dummy function in `eval-when-compile' to avoid compiler warning.
12532 Require `man' at compile time.
12533
12534 2005-11-14 Jay Belanger <belanger@truman.edu>
12535
12536 * calc-alg.el (calcFunc-write-out-power): Rename it to
12537 calcFunc-powerexpand.
12538 (math-write-out-power): Rename it to math-powerexpand; have it
12539 handle negative exponents.
12540 (calc-writeoutpower): Rename it to calc-powerexpand.
12541
12542 * calc-ext.el: Change calcFunc-writeoutpower and
12543 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12544 autoloads.
12545 Add calcFunc-ldiv to autoloads.
12546
12547 * calc-arith.el (calcFunc-ldiv): New function.
12548
12549 * calc.el (calc-left-divide): New function.
12550
12551 2005-11-14 Juri Linkov <juri@jurta.org>
12552
12553 * cus-edit.el (custom-variable-prompt): Set the default value arg
12554 of completing-read.
12555
12556 * cus-dep.el (custom-make-dependencies): Reverse the list of
12557 found dependencies.
12558
12559 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12560
12561 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12562 Highlighting" entry, it is on by default now.
12563 (menu-bar-options-save): Do not save global-font-lock-mode.
12564
12565 2005-11-13 Richard M. Stallman <rms@gnu.org>
12566
12567 * textmodes/flyspell.el (flyspell-large-region):
12568 Call flyspell-accept-buffer-local-defs.
12569
12570 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12571
12572 * textmodes/flyspell.el (flyspell-notify-misspell):
12573 Fix misspelling of "Misspelling".
12574 (flyspell-process-localwords): New function.
12575 (flyspell-large-region): Call flyspell-process-localwords and
12576 flyspell-delete-region-overlays.
12577 (flyspell-delete-region-overlays): New function.
12578 (flyspell-delete-all-overlays): Call that.
12579
12580 2005-11-13 Richard M. Stallman <rms@gnu.org>
12581
12582 * help.el (help-for-help-internal): Improve doc of C-h a.
12583 (describe-key): Improve prompt; doc fix.
12584
12585 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * vc-svn.el (vc-svn-registered): Catch all errors.
12588
12589 * cus-dep.el (custom-make-dependencies): Typo.
12590
12591 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12592
12593 * net/tramp-util.el (top): Fix compilation warning.
12594
12595 2005-11-13 Kim F. Storm <storm@cua.dk>
12596
12597 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12598
12599 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12600
12601 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12602 (gud-speedbar-buttons): Match on "const char *" too.
12603
12604 * progmodes/gdb-ui.el (gdb-var-create-handler)
12605 (gdb-var-list-children-handler): Match on "const char *" too.
12606 (gdb-var-evaluate-expression-handler): Match on empty string.
12607 (gdb-var-update-handler): Only call
12608 gdb-var-evaluate-expression-handler when required.
12609
12610 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12611
12612 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12613 selected window. This still doesn't work for speedbar.
12614 (gud-speedbar-buttons): Handle string expressions properly.
12615
12616 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12617 (gdb-var-create-handler): Handle string expressions properly.
12618 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12619 Handle string expressions properly. Move "type" field into regexp.
12620
12621 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12622
12623 * bookmark.el (bookmark-maybe-message): New function to reduce
12624 code duplication: invokes `message' iff baud-rate is high enough.
12625 (bookmark-write-file): Use above instead of an inline conditional.
12626 (bookmark-load): Same.
12627
12628 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12629
12630 * bookmark.el (bookmark-write-file): Don't visit the destination
12631 file, just write the data to it using write-region. This is
12632 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12633 change to avoid visiting the file in the first place.
12634
12635 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12636
12637 * hi-lock.el (hi-lock-mode): Set the default value of
12638 font-lock-defaults.
12639
12640 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12641
12642 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12643 arg to `file-attributes'.
12644 (find-lisp-format): The UID and GID can now be strings.
12645
12646 2005-11-12 Kim F. Storm <storm@cua.dk>
12647
12648 * help.el (help-map): Bind C-h d to apropos-documentation.
12649
12650 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12651 when point is at end-of-buffer.
12652
12653 * apropos.el (apropos-match-face): Doc fix.
12654 (apropos-sort-by-scores): Add new choice `verbose'.
12655 (apropos-documentation-sort-by-scores): New defcustom.
12656 (apropos-pattern): Now contains the pattern entered by the user.
12657 (apropos-pattern-quoted): New defvar.
12658 (apropos-regexp): New defvar, containing the regexp corresponding
12659 to apropos-pattern.
12660 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12661 (apropos-read-pattern): New defun. Use it to read pattern arg in
12662 interactive calls; returns list of words for a word list, and
12663 string for a regexp.
12664 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12665 parses a list of words or regexp as returned by apropos-read-pattern.
12666 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12667 (apropos-score-doc): Return a very high score if the string
12668 entered by the user matches literally.
12669 (apropos-variable): Doc fix. Use apropos-read-pattern.
12670 (apropos-command): Doc fix. Use apropos-read-pattern and
12671 apropos-parse-pattern. Call apropos-print with nosubst=t.
12672 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12673 apropos-parse-pattern.
12674 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12675 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12676 apropos-documentation-sort-by-scores. Call apropos-print with
12677 nosubst=t.
12678 (apropos-documentation-internal): Pass doc string through
12679 substitute-key-definition before adding text properties.
12680 Highlight substring matching literal user input if possible.
12681 (apropos-documentation-check-doc-file): Remove locals beg and end.
12682 Fix calculation of score (as added twice). Pass doc string through
12683 substitute-key-definition before adding text properties.
12684 (apropos-documentation-check-elc-file): Pass doc string through
12685 substitute-key-definition before adding text properties.
12686 Highlight substring matching literal user input if possible.
12687 (apropos-print): Add new arg NOSUBST; if set, command and variable
12688 doc strings have already been passed through substitute-key-definition.
12689 Add code to handle apropos-accumulator items without score element
12690 for backwards compatibility (e.g. with woman package).
12691 Only show scores if apropos-sort-by-scores is `verbose'.
12692
12693 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12696 Add jka-compr-load-suffixes to load-suffixes.
12697
12698 * jka-compr.el: Require jka-cmpr-hook.
12699 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12700 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12701 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12702 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12703 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12704 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12705 (jka-compr-uninstall): Remove entries from
12706 jka-compr-added-to-file-coding-system-alist after they are used.
12707 (jka-compr-error): Remove unused var `curbuf'.
12708 (jka-compr-file-local-copy): Remove unused var `notfound'.
12709
12710 2005-11-10 Romain Francoise <romain@orebokech.com>
12711
12712 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12713
12714 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12715
12716 * progmodes/gud.el (gud-menu-map): Move parentheses.
12717 (gdb): New command gud-pv.
12718
12719 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * tar-mode.el: Remove spurious or unnecessary leading stars
12722 in docstrings.
12723 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12724 (tar-parse-octal-integer-safe): Use mapc.
12725 (tar-header-block-summarize): Remove unused var `ck'.
12726 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12727 cleared before. Obey default-enable-multibyte-characters.
12728 Use mapconcat. Simplify setting of tar-header-offset.
12729 (tar-mode-map): Move initialization inside delcaration.
12730 (tar-flag-deleted): Use `abs'.
12731 (tar-expunge-internal): Remove unused var `line'.
12732 (tar-expunge-internal): Don't hardcode point-min==1.
12733 (tar-expunge): Widen while doing set-buffer-multibyte.
12734 (tar-rename-entry): Use file-name-coding-system.
12735 (tar-alter-one-field): Don't hardcode point-min==1.
12736 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12737 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12738
12739 2005-11-10 Masatake YAMATO <jet@gyve.org>
12740
12741 * add-log.el (add-log-current-defun): Handle class::method
12742 notation of c++. Fix incorrect comment.
12743
12744 2005-11-10 Alan Mackenzie <acm@muc.de>
12745
12746 * help-fns.el (describe-variable): Make C-h v work when a variable
12747 has variable documentation yet is unbound.
12748
12749 2005-11-10 Masatake YAMATO <jet@gyve.org>
12750
12751 * man.el (Man-highlight-references): Set an empty
12752 string to `Man-arguments' if it is nil.
12753 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12754
12755 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12758 commenting conventions.
12759
12760 * cus-dep.el (custom-make-dependencies): Simplify.
12761 Better follow the commenting conventions.
12762
12763 2005-11-09 Richard M. Stallman <rms@gnu.org>
12764
12765 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12766 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12767 All uses changed.
12768 (apropos-rewrite-regexp): Doc fix.
12769 (apropos-variable, apropos-command, apropos, apropos-value):
12770 Change prompt; carry through the argument renaming.
12771
12772 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12773
12774 * find-lisp.el: Require dired.
12775 (find-lisp-find-dired-internal): Do not call
12776 `abbreviate-file-name' on DIR.
12777
12778 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12779
12780 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12781
12782 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12783
12784 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12785 when using the speedbar.
12786 (gdb): New command gud-pp.
12787 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12788
12789 2005-11-09 Juri Linkov <juri@jurta.org>
12790
12791 * replace.el (occur-excluded-properties): New defcustom.
12792 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12793
12794 2005-11-08 Jay Belanger <belanger@truman.edu>
12795
12796 * calc/calc-units.el (math-convert-units): Replace any composite
12797 unit by its definition.
12798
12799 2005-11-08 Lars Hansen <larsh@soem.dk>
12800
12801 * emacs-lisp/autoload.el (update-directory-autoloads):
12802 Add obsolete function alias.
12803
12804 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12807 comment-indent-function.
12808 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12809
12810 * reveal.el (reveal-post-command): Rework the handling of
12811 reveal-open-spots, so as to be more reliable. There were several
12812 tricky corner cases where an open spot might be lost, or where
12813 a closed spot might end up on the list of open spots.
12814 Only reveal text that's ellipsised.
12815
12816 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12817
12818 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12819
12820 2005-11-07 John Paul Wallington <jpw@gnu.org>
12821
12822 * ibuffer.el (ibuffer): Search iconified frames too when
12823 getting Ibuffer buffer's window.
12824
12825 2005-11-06 Richard M. Stallman <rms@gnu.org>
12826
12827 * progmodes/compile.el (compilation-internal-error-properties):
12828 save-excursion around the computation of MARKER.
12829
12830 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12831
12832 * textmodes/flyspell.el (flyspell-external-point-words):
12833 flyspell-get-word returns a list, not just a string.
12834
12835 2005-11-06 John Paul Wallington <jpw@pobox.com>
12836
12837 * ibuffer.el (ibuffer): Search all visible frames when getting
12838 Ibuffer buffer's window.
12839
12840 2005-11-07 Masatake YAMATO <jet@gyve.org>
12841
12842 * man.el (Man-reference-regexp): Accept spaces between
12843 `Man-name-regexp' and `Man-section-regexp'.
12844 (Man-apropos-regexp): New variable.
12845 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12846 if available.
12847 (Man-highlight-references, Man-highlight-references0):
12848 Handle the case when `Man-arguments' includes "-k".
12849 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12850 `TARGET'. `TARGET' can be a number, function or nil.
12851
12852 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12855 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12856 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12857 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12858 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12859 (gdb-send-item): Use buffer-local-value and simplify.
12860
12861 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12862
12863 * startup.el (command-line): Use `custom-reevaluate-setting' for
12864 `global-font-lock-mode'.
12865
12866 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12867 by default, except in batch mode or when the -D option is given.
12868
12869 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12870 specified keyword args on to `define-minor-mode'. Update docstring.
12871
12872 2005-11-05 Romain Francoise <romain@orebokech.com>
12873
12874 * replace.el (occur-engine): Add marker at end of line, too.
12875
12876 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12877
12878 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12879 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12880 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12881 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12882 argument to all these routines, so the passphrase can be managed
12883 externally and passed in to the system.
12884 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12885 pgg-add-passphrase-to-cache function.
12886
12887 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12888 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12889 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12890 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12891 argument to all these routines, so the passphrase can be managed
12892 externally and passed in to the system.
12893 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12894 function.
12895
12896 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12897
12898 * font-lock.el: Don't deal with font-lock-face-attributes here,
12899 move the code ...
12900
12901 * startup.el (command-line): ... here. Use face-spec-set instead
12902 of custom-declare-face.
12903
12904 * faces.el (face-spec-set): Reset the face if spec is not nil.
12905
12906 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * newcomment.el (comment-region-internal): Box more tightly in the
12909 common case where there's no TAB in the boxed text.
12910
12911 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12912
12913 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12914 up-node.
12915
12916 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12917
12918 * newsticker.el: Commentary updated. Code formatting changed.
12919 (newsticker-version): Change to "1.9".
12920 (newsticker, newsticker-feed): Doc fix.
12921 (newsticker-url-list): Doc fix. Add option "Weekly".
12922 (newsticker-retrieval-interval): Add option "Weekly".
12923 (newsticker-headline-processing): Doc fix.
12924 (newsticker-auto-mark-filter): Remove.
12925 (newsticker-auto-mark-filter-list): New.
12926 (newsticker-layout, newsticker-sort-method): Doc fix.
12927 (newsticker-hide-old-items-in-newsticker-buffer)
12928 (newsticker-heading-format, newsticker-item-format)
12929 (newsticker-desc-format): Doc fix.
12930 (newsticker-show-all-rss-elements): Remove.
12931 (newsticker-show-all-news-elements): New.
12932 (newsticker-faces, newsticker-ticker): Doc fix.
12933 (remove-from-invisibility-spec): Code formatting.
12934 (newsticker--process-ids): New.
12935 (newsticker-mode): Doc fix.
12936 (newsticker-mode): Change mode-line-format.
12937 (newsticker-start): Remove debug output.
12938 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12939 (newsticker-w3m-show-inline-images): Code formatting.
12940 (newsticker-next-item): Call `force-mode-line-update'.
12941 (newsticker-previous-item): Call `force-mode-line-update'.
12942 (newsticker-next-feed): Call `force-mode-line-update'.
12943 (newsticker-previous-feed): Call `force-mode-line-update'.
12944 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12945 (newsticker-show-old-items): Do not show descs.
12946 (newsticker-hide-entry): Hide too much.
12947 (newsticker-hide-entry, newsticker-show-entry)
12948 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12949 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12950 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12951 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12952 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12953 (newsticker-get-news): Call `force-mode-line-update'.
12954 Collect process ids.
12955 (newsticker--sentinel): Change coding system handling.
12956 Move image retrieval to new functions newsticker--get-logo-url-*.
12957 Move feed parsing to new functions newsticker--parse-*.
12958 Update list of process ids.
12959 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12960 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12961 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12962 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12963 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12964 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12965 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12966 (newsticker--decode-coding-string): Remove.
12967 (newsticker--decode-numeric-entities): Check input. Format code.
12968 (newsticker--remove-whitespace): Check input.
12969 (newsticker--do-forget-preformatted): Doc fix.
12970 (newsticker--decode-rfc822-date): Allow for missing time.
12971 (newsticker--update-process-ids): New.
12972 (newsticker--image-sentinel): Change comment.
12973 (newsticker--image-read): Change error message.
12974 (newsticker--imenu-goto): Doc fix. Show headline title.
12975 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12976 (newsticker--buffer-do-insert-text): Clean whitespace in
12977 html-rendered headline title. Code formatting.
12978 Call `newsticker--buffer-print-extra-elements'.
12979 (newsticker--buffer-print-extra-element): Remove.
12980 (newsticker--buffer-print-extra-elements): New.
12981 (newsticker--buffer-do-print-extra-element): New.
12982 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12983 large sizes.
12984 (newsticker--run-auto-mark-filter)
12985 (newsticker--do-run-auto-mark-filter):
12986 Use `newsticker-auto-mark-filter-list'.
12987
12988 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12989
12990 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12991 (rcirc-print): Force redisplay before running hooks. Do long
12992 buffer truncation after making new text read-only. Deal with nil
12993 text when decoding strings. If TARGET is nil, use either the
12994 currently selected buffer, if it is an rcirc buffer and of the
12995 same process or the process buffer.
12996 (rcirc-mode): Remove header-line. Recompute short buffer names.
12997 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12998 (rcirc-short-buffer-name): Add variable.
12999 (rcirc-kill-buffer-hook): Recompute short buffer names.
13000 Remove nick from private channel.
13001 (rcirc-send-input): Send command text to current-buffer.
13002 Don't clear overlay arrow here.
13003 (rcirc-short-buffer-name): Return a short buffer name.
13004 (rcirc-update-short-buffer-names, rcirc-abbreviate)
13005 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
13006 buffer-name abbreviations.
13007 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
13008 Do not touch nick-table when killing a parted channel.
13009 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
13010 Clear arrow from current buffer if it is now hidden.
13011 (rcirc-current-buffer): Add variable.
13012 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13013 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
13014 Remove -face from names.
13015 (rcirc-update-activity-string): Print "DND" when globally ignoring
13016 activity.
13017 (rcirc-ignore-buffer-activity-flag): Rename from
13018 rcirc-ignore-channel-activity.
13019 (rcirc-ignore-all-activity-flag): Doc fix.
13020 (rcirc-channels): Remove variable.
13021 (rcirc-kill-buffer-hook):
13022 (rcirc-get-buffer-create): Add nick to private channel.
13023 (rcirc-multiline-edit-submit): Remove tabs.
13024 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
13025 folded.
13026 (rcirc-remove-nick-channel): Bug fix.
13027 (rcirc-toggle-ignore-buffer-activity): Rename from
13028 rcirc-toggle-ignore-channel-activity.
13029 (rcirc-record-activity): Add buffers to the front of the list.
13030 (rcirc-update-activity): Remove killed buffers from list.
13031 (rcirc-process-server-response-1): Remove last argument if it is
13032 null before calling handler.
13033 (rcirc): Add "rcirc" defcustom prefix.
13034 (rcirc-prompt): Simplify default prompt.
13035 Use custom-initialize-default.
13036 (rcirc-private-chats): Remove variable.
13037 (rcirc-prompt): Change initialization.
13038 (rcirc-version): Remove function.
13039 (rcirc-id-string): Add constant.
13040 (rcirc-last-buffer): Remove variable.
13041 (rcirc-buffer-alist): Add variable.
13042 (rcirc-connect): Update variable setup.
13043 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
13044 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
13045 default.
13046 (rcirc-handler-generic): Trigger activity.
13047 (rcirc-send-message): Create the buffor of the target.
13048 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
13049 (rcirc-get-buffer): Just return nil if there is no matching buffer.
13050 (rcirc-multiline-edit-cancel): Remove function.
13051 (rcirc-set-last-buffer): Remove function.
13052 (rcirc-get-any-buffer): Add function.
13053 (rcirc-join-channels): Don't print /join text.
13054 (rcirc-toggle-ignore-channel-activity): Add and update echo area
13055 messages.
13056 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
13057 (rcirc-handler-NOTICE): Recognize CTCP responses.
13058 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
13059 constructing TOPIC string for buffers we are not JOINed.
13060 (rcirc-handler-CTCP-response): Add handler.
13061 (rcirc-multiline-edit-submit): Restore the window-configuration
13062 before adjusting point.
13063 (rcirc): Add customization group.
13064 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
13065 (rcirc-user-full-name, rcirc-startup-channels-alist)
13066 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
13067 (rcirc-ignore-all-activity-flag, rcirc-time-format)
13068 (rcirc-input-ring-size, rcirc-read-only-flag)
13069 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
13070 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
13071 Change defvar to defcustom.
13072 (rcirc-update-prompt): Add optional ALL arg, which will update
13073 prompts in all rcirc buffers. Regexp quote replacement text.
13074 (rcirc-fill-column): Accept frame-width as a value.
13075 (rcirc-set-changed): Add function.
13076 (rcirc-next-active-buffer): Write more meaningful messages.
13077 (rcirc-faces): Add customization group.
13078 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
13079 (rcirc-nick-in-message-face, rcirc-prompt-face)
13080 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
13081 (with-rcirc-process-buffer): Move before first usage.
13082 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
13083 (rcirc-debug-flag): Rename from `rcirc-log-p'.
13084 (rcirc-debug): Rename from `rcirc-log'.
13085 (rcirc-format-response-string): Do not print `-' chars for a
13086 NOTICE with no sender. Simplify output of server responses.
13087
13088 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13089
13090 (rcirc-browse-url-map, rcirc-browse-url-at-point)
13091 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13092 Make urls mouse and RET clickable.
13093
13094 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13095
13096 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13097
13098 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13099
13100 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13101 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13102 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13103 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13104 argument to all these routines, so the passphrase can be managed
13105 externally and passed in to the system.
13106 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13107 pgg-add-passphrase-to-cache function.
13108
13109 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13110 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13111 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13112 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13113 argument to all these routines, so the passphrase can be managed
13114 externally and passed in to the system.
13115 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13116 function.
13117
13118 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
13119
13120 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13121 from goto-address-url-regexp.
13122
13123 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
13124
13125 * textmodes/org.el (org-read-date, org-goto-calendar)
13126 (org-recenter-calendar, org-agenda-goto-calendar):
13127 Temporarily clear `calendar-move-hook'.
13128
13129 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13130
13131 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13132 merging.
13133
13134 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13135 have merge clashes.
13136
13137 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13138
13139 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13140 Undo previous change.
13141
13142 * startup.el (command-line): Use `custom-reevaluate-setting' for
13143 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13144 tty-register-default-colors on Mac.
13145
13146 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13147
13148 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13149 (gdb-buffer-type): Make it automatically buffer local...
13150 (gdb-get-create-buffer): ...and set it accordingly.
13151 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13152 actually work.
13153
13154 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13155
13156 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13157 not red.
13158
13159 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13160
13161 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13162 case GUD buffer is not visible.
13163 (gdb-goto-breakpoint): Try to force display in source buffer.
13164 (gdb-frame-gdb-buffer): Copy other similar functions.
13165 (gdb-restore-windows): Don't display source if not asked for.
13166 (gdb-assembler-buffer-name): Don't capitalise.
13167
13168 2005-11-03 Richard M. Stallman <rms@gnu.org>
13169
13170 * wid-edit.el (key-sequence): New widget type.
13171
13172 * simple.el (set-mark-command-repeat-pop): New variable.
13173 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13174 if set-mark-command-repeat-pop is true.
13175
13176 * info.el (Info-fontify-node): Don't display extra "see" if there
13177 already is one here.
13178
13179 * mouse.el: Fix special handling of DEL after dragging a region:
13180 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13181 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13182
13183 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13184
13185 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13186 not to assume it pertains to an affix.
13187
13188 * textmodes/flyspell.el (flyspell-post-command-hook):
13189 Bind deactivate-mark to prevent deactivation.
13190
13191 2005-11-03 Lars Hansen <larsh@soem.dk>
13192
13193 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13194 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13195 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13196
13197 2005-11-03 Romain Francoise <romain@orebokech.com>
13198
13199 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13200 Update copyright years.
13201
13202 2005-11-03 Sam Steingold <sds@gnu.org>
13203
13204 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13205 Use system-type instead of window-system because window-system is not
13206 correctly defined during loadup.
13207
13208 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13209
13210 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13211 (xml-parse-tag): Join strings separated by a comment properly.
13212
13213 2005-11-02 Andreas Schwab <schwab@suse.de>
13214
13215 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13216
13217 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13220 (byte-optimize-pure-func): Quote the eval'd value.
13221
13222 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13223 Rename from perl-font-lock-syntactic-face-function.
13224 Change the calling convention so it can be used as a font-lock MATCHER.
13225 Do the parse-partial-sexp loop outselves.
13226 (perl-font-lock-syntactic-keywords): Use it.
13227 (perl-mode): Don't set font-lock-syntactic-face-function any more.
13228
13229 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
13230
13231 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13232 disassembly buffer too.
13233 (gdb-exited): Remove overlay arrows when execution has finished.
13234 (gdb-info-frames-custom, gdb-info-threads-custom)
13235 (gdb-info-registers-custom): Don't add inappropriate text
13236 properties if inferior is not active.
13237
13238 2005-11-02 Glenn Morris <rgm@gnu.org>
13239
13240 * progmodes/fortran.el (fortran-blink-match):
13241 Use `blink-matching-delay'.
13242
13243 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
13244
13245 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13246
13247 2005-11-02 Lars Hansen <larsh@soem.dk>
13248
13249 * net/tramp.el (tramp-action-out-of-band): Handle scp message
13250 "Permission denied".
13251
13252 2005-11-01 Richard M. Stallman <rms@gnu.org>
13253
13254 * textmodes/flyspell.el (flyspell-external-point-words):
13255 Pass nil to flyspell-get-word.
13256
13257 2005-11-02 Kim F. Storm <storm@cua.dk>
13258
13259 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13260 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13261
13262 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13265 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13266 (calendar-mouse-print-dates): Add optional `event' argument.
13267 Update interactive-spec.
13268 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13269 Use `calendar-event-to-date' instead of `event'.
13270
13271 2005-11-02 Masatake YAMATO <jet@gyve.org>
13272
13273 * progmodes/ld-script.el (ld-script-builtins):
13274 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13275 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13276 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13277
13278 2005-11-01 Romain Francoise <romain@orebokech.com>
13279
13280 * vc-sccs.el: Update copyright year.
13281 * ezimage.el: Likewise.
13282
13283 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
13284
13285 * info.el (Info-fontify-node): Use `string-width' for fontifying
13286 underlined titles.
13287
13288 2005-11-01 Juri Linkov <juri@jurta.org>
13289
13290 * info.el (Info-fontify-node): Downcase node header keywords Node,
13291 Prev, Next, Up before comparison.
13292 (Info-history): Insert absolute directory name, and put invisible
13293 property on it.
13294
13295 2005-11-01 Juri Linkov <juri@jurta.org>
13296
13297 * info.el (Info-file-supports-index-cookies): New variable.
13298 (Info-find-node-2): Check makeinfo version for index cookie support.
13299 (Info-index-nodes): Search for nodes with index cookies only when
13300 Info-file-supports-index-cookies is t. Otherwise, search nodes
13301 with "Index" in the node name.
13302 (Info-index-node): Search index cookie in the current node only when
13303 Info-file-supports-index-cookies is t. Otherwise, check the word
13304 "Index" in the node name.
13305 (Info-find-emacs-command-nodes): Remove code that searches nodes
13306 with "Index" node name in the top menu.
13307
13308 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * progmodes/scheme.el (scheme-mode-variables): Use the default
13311 comment-indent-function.
13312
13313 * faces.el (face-attribute): Handle the case where a face inherits from
13314 a non-existent face.
13315
13316 * simple.el (eval-expression-print-format): Use lisp-readable syntax
13317 for octal and hexa output, and merge the char into the paren.
13318 (kill-new): Use push.
13319 (copy-to-buffer): Use with-current-buffer.
13320 (completion-setup-function): Move code in loop to remove redundancy.
13321 (minibuffer-local-must-match-map): Don't add bindings that duplicate
13322 those inherited from minibuffer-local-completion-map.
13323
13324 * savehist.el (savehist-mode) <defcustom>:
13325 Use custom-set-minor-mode if available.
13326 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13327 and emit a message if applicable.
13328
13329 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
13330
13331 * savehist.el: Sync up to version 19.
13332 (savehist-mode): New minor mode.
13333 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13334 (savehist-length): Remove (use history-length instead).
13335 (savehist-file-modes): Rename from savehist-modes.
13336 (savehist-save-hook, savehist-loaded): New vars.
13337 (savehist-load): Use savehist-mode. Try to smooth up transition from
13338 old format to new format.
13339 (savehist-install): Allow savehist-autosave-interval to be nil.
13340 (savehist-save): Run the new hook. Be more careful to only trim the
13341 history variables.
13342 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13343 (savehist-printable): Print into a buffer rather than char-by-char.
13344
13345 2005-11-01 John Wiegley <johnw@newartisans.com>
13346
13347 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13348 toggle-ignore keybinding (C-a). The author said it had been
13349 disabled much earlier due to a possible incompatibility, but after
13350 many months of usage I have encountered no problems (and it is a
13351 rather useful option, especially for switching to " *temp*").
13352
13353 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13354 support for OS/X's AddressBook, by calling out to the open source
13355 program "contacts" (installable through Fink).
13356
13357 * net/eudc.el (eudc-expand-inline): If the
13358 `eudc-multiple-match-handling-method' is set to `all', delete the
13359 query string before inserting the query result.
13360
13361 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13362 flag, to prevent Eshell from using the system ls when
13363 `eshell-ls-insert-directory' is in used.
13364 (eshell-ls-insert-directory): Disable font-lock in directory
13365 buffer so that Eshell's own fontification is seen. This broke
13366 recently due to changes in font-lock, so this goes back to version
13367 21 behavior.
13368
13369 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13370
13371 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13372 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13373 (gdb-many-windows): Doc fix.
13374
13375 2005-10-31 Romain Francoise <romain@orebokech.com>
13376
13377 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13378
13379 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13380
13381 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13382 that global-font-lock-mode can be enabled by default.
13383
13384 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13385 (font-lock-add-keywords, font-lock-remove-keywords)
13386 (font-lock-fontify-buffer): Remove autoload cookies.
13387
13388 * jit-lock.el (jit-lock-register): Likewise.
13389
13390 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13391
13392 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13393
13394 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13395 intact if there is no gud-comint-buffer.
13396
13397 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13398
13399 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13400 old prompt comint-prompt-read-only is t and GDB commands are
13401 issued from tool bar etc.
13402
13403 2005-10-31 Masatake YAMATO <jet@gyve.org>
13404
13405 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13406
13407 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13408
13409 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13410 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13411
13412 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13415 starting at beginning of line. Fontification is messed up when
13416 `open-paren-in-column-0-is-defun-start' set to t.
13417 Reported by John Paul Wallington <jpw@pobox.com>.
13418
13419 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13420
13421 * comint.el (comint-send-input): Call `comint-update-fence' when
13422 `comint-process-echoes' and `comint-prompt-read-only' are both
13423 non-nil, to avoid leftover read-only newline.
13424
13425 2005-10-30 Richard M. Stallman <rms@gnu.org>
13426
13427 * textmodes/flyspell.el (flyspell-external-point-words):
13428 Detect when WORD can't be checked properly because
13429 flyspell-get-word finds just part of it, and move on.
13430
13431 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13432 boundarychar for Polish.
13433 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13434 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13435
13436 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13437
13438 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13439 (gdb-registers-font-lock-keywords): Delete.
13440 (gdb-registers-mode): Don't fontify.
13441 (gdb-info-registers-custom): Use text properties instead as, in
13442 future, changed register values will use font-lock-warning-face.
13443 (gdb-local-font-lock-keywords): Rename to...
13444 (gdb-locals-font-lock-keywords): ...for consistency.
13445
13446 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13447
13448 * vc.el (vc-switch-backend): Better error message if the buffer is
13449 not visiting a file under version control.
13450
13451 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13452
13453 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13454
13455 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13456 ~/.emacs.d/.emacs.
13457
13458 2005-10-29 Richard M. Stallman <rms@gnu.org>
13459
13460 * replace.el (occur-mode-mouse-goto): Always go to other window.
13461 (occur-mode-goto-occurrence): Always switch in same window.
13462
13463 * simple.el (undo): Display message at end, not at start.
13464
13465 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13466 New arg REUSE-CELL.
13467 (cancel-timer-internal): New function.
13468 (timer-event-handler): Use cancel-timer-internal,
13469 and pass the cell it returns to timer-activate...
13470
13471 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13472 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13473 (jit-lock-after-change): Test memory-full.
13474
13475 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13476
13477 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13478 part of the decoded armor to find the key-identifier.
13479 (pgg-gpg-lookup-key-owner): New function to return the
13480 human-readable identifier of a key owner.
13481 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13482 key itself.
13483 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13484 the key value) if we have a key and can match it against a secret
13485 key. Also, added a note pointing out fact that the prompt only
13486 indicates the first matching key.
13487
13488 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13489 pgg-decrypt-region.
13490 (pgg-pending-timers): A new hash for tracking the passphrase cache
13491 timers, so that new ones supercede old ones.
13492 (pgg-add-passphrase-to-cache): Rename from
13493 `pgg-add-passphrase-cache' to reduce confusion (all callers
13494 changed). Modified to cancel old timers when new ones are added.
13495 (pgg-remove-passphrase-from-cache): Rename from
13496 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13497 changed). Modified to cancel old timers when their keys are
13498 removed from the cache.
13499 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13500 XEmacs, an indirection to delete-itimer.
13501 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13502 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13503 users can only check cache without risk of prompting. Correct bug in
13504 notruncate behavior.
13505 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13506 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13507 Add informative docstrings.
13508 (pgg-decrypt): Convey provided passphrase in subordinate call to
13509 pgg-decrypt-region.
13510
13511 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13512 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13513 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13514 `passphrase' argument, so the passphrase can be managed externally
13515 and then passed in to the system.
13516
13517 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13518 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13519 so the passphrase cache can be used reliably with identifiers
13520 besides a pgp packet's key id.
13521
13522 * pgg-gpg.el (pgg-pgp-encrypt-region)
13523 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13524 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13525 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13526 argument to all these routines, so the passphrase can be managed
13527 externally and passed in to the system.
13528
13529 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13530 `notruncate' argument, so the passphrase cache can be used
13531 reliably with identifiers besides a pgp packet's key id.
13532
13533 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13534
13535 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13536 symmetric encryption.
13537 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13538 encrypted session key.
13539 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13540 message ask for the passphrase in a proper way.
13541
13542 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13543 New user commands for symmetric encryption.
13544
13545 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13546
13547 * textmodes/conf-mode.el (conf-assignment-sign)
13548 (conf-assignment-regexp): Fix docstrings.
13549 (conf-mode-initialize): New function.
13550 (conf-mode): Remove optional args. Use delay-mode-hooks to
13551 recognize recursive calls.
13552 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13553 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13554 (conf-xdefaults-mode): Use define-derived-mode and
13555 conf-mode-initialize.
13556
13557 2005-10-29 Romain Francoise <romain@orebokech.com>
13558
13559 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13560
13561 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13562
13563 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13564 part of the decoded armor to find the key-identifier.
13565 (pgg-gpg-lookup-key-owner): New function to return the
13566 human-readable identifier of a key owner.
13567 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13568 key itself.
13569 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13570 the key value) if we have a key and can match it against a secret
13571 key. Also, added a note pointing out fact that the prompt only
13572 indicates the first matching key.
13573
13574 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13575 pgg-decrypt-region.
13576 (pgg-pending-timers): A new hash for tracking the passphrase cache
13577 timers, so that new ones supercede old ones.
13578 (pgg-add-passphrase-to-cache): Rename from
13579 `pgg-add-passphrase-cache' to reduce confusion (all callers
13580 changed). Modified to cancel old timers when new ones are added.
13581 (pgg-remove-passphrase-from-cache): Rename from
13582 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13583 changed). Modified to cancel old timers when their keys are
13584 removed from the cache.
13585 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13586 XEmacs, an indirection to delete-itimer.
13587 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13588 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13589 users can only check cache without risk of prompting. Correct bug in
13590 notruncate behavior.
13591 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13592 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13593 Add informative docstrings.
13594 (pgg-decrypt): Convey provided passphrase in subordinate call to
13595 pgg-decrypt-region.
13596
13597 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13598
13599 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13600 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13601 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13602 `passphrase' argument, so the passphrase can be managed externally
13603 and then passed in to the system.
13604
13605 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13606 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13607 so the passphrase cache can be used reliably with identifiers
13608 besides a pgp packet's key id.
13609
13610 * pgg-gpg.el (pgg-pgp-encrypt-region)
13611 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13612 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13613 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13614 argument to all these routines, so the passphrase can be managed
13615 externally and passed in to the system.
13616
13617 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13618 `notruncate' argument, so the passphrase cache can be used
13619 reliably with identifiers besides a pgp packet's key id.
13620
13621 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13622
13623 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13624 symmetric encryption.
13625 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13626 encrypted session key.
13627 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13628 message ask for the passphrase in a proper way.
13629
13630 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13631 New user commands for symmetric encryption.
13632
13633 2005-10-28 Bill Wohler <wohler@newt.com>
13634
13635 * help-mode.el (help-url): New button type. Calls browse-url.
13636 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13637 Similar to Info nodes: URL `url'.
13638 (help-make-xrefs): Create help-url buttons for
13639 help-xref-url-regexp matches.
13640
13641 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13642
13643 * tool-bar.el (tool-bar-add-item-from-menu)
13644 (tool-bar-local-item-from-menu): Fix doc strings.
13645
13646 2005-10-28 Romain Francoise <romain@orebokech.com>
13647
13648 * ldefs-boot.el: Update.
13649
13650 * subr.el (locate-library): Move from help-fns.el.
13651 * help-fns.el (locate-library): Move to subr.el.
13652
13653 2005-10-28 Richard M. Stallman <rms@gnu.org>
13654
13655 * net/tramp.el (tramp-completion-mode): defvar moved up.
13656
13657 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13658
13659 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13660
13661 * files.el (find-file-noselect): Use %d to format large file size.
13662
13663 * bindings.el (mode-line-format): Add %e.
13664
13665 * loadup.el ("facemenu"): Load unconditionally.
13666 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13667 ("x-dnd"): Load, when appropriate.
13668
13669 * startup.el (command-line): Call before-init-hook earlier.
13670 Warn about some bad characters in -u user name.
13671
13672 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13673 (flyspell-external-point-words): Error if misspelled word is not found.
13674 Set flyspell-large-region-beg at end of word.
13675
13676 2005-10-28 Andreas Schwab <schwab@suse.de>
13677
13678 * view.el (View-revert-buffer-scroll-page-forward):
13679 Use view-page-size-default.
13680
13681 2005-10-28 Juri Linkov <juri@jurta.org>
13682
13683 * international/quail.el (quail-get-current-str): Translate last
13684 raw character for deterministic input methods.
13685
13686 2005-10-27 Jay Belanger <belanger@truman.edu>
13687
13688 * calc/calc-ext.el: Add functions to autoloads.
13689 (math-identity-matrix-p, math-ident-row-p): New functions.
13690
13691 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13692 multiplication by an identity matrix; don't turn multiplication by
13693 an inverse matrix into division.
13694 (math-div-symbol-fancy): Replace division by matrices with
13695 multiplication by inverse.
13696
13697 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13698
13699 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13700 (calc-writeoutpower): New functions.
13701
13702 2005-10-27 Romain Francoise <romain@orebokech.com>
13703
13704 * replace.el (occur-engine): Include colon in mouse-face highlight.
13705
13706 * dired-x.el: Change Maintainer field.
13707
13708 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13709
13710 * longlines.el (longlines-mode): Bind after-change-functions to
13711 nil during initial decoding and final encoding.
13712
13713 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * term.el (term-emulate-terminal, term-handle-colors-array)
13716 (term-handle-ansi-escape): Specify the terminfo capabilities
13717 implemented.
13718
13719 2005-10-26 Richard M. Stallman <rms@gnu.org>
13720
13721 * info.el (Info-fontify-node): Fix detection of sentence-break
13722 before *Note.
13723
13724 2005-10-26 Romain Francoise <romain@orebokech.com>
13725
13726 * smerge-mode.el: Add `tools' to file keywords.
13727
13728 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13729
13730 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13731 when the fringe is not available.
13732
13733 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13734 (def-gdb-auto-update-trigger): Simplify construction.
13735 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13736 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13737 defined explicitly.
13738 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13739 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13740 defined explicitly.
13741 (gdb-info-locals-custom): Remove as it's a no-op.
13742
13743 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13744
13745 * longlines.el (longlines-mode): Remove narrowing before
13746 performing the initial decoding or final encoding.
13747
13748 2005-10-25 Romain Francoise <romain@orebokech.com>
13749
13750 * emacs-lisp/find-func.el (find-library-name): Also strip
13751 extension if library name ends in .el, to take advantage of
13752 `find-library-suffixes'.
13753
13754 2005-10-25 Richard M. Stallman <rms@gnu.org>
13755
13756 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13757
13758 2005-10-25 Juri Linkov <juri@jurta.org>
13759
13760 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13761 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13762
13763 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13764
13765 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13766 (blackbox-redefine-key): Add argument `map'.
13767
13768 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13769 regions when moving the jit-lock-context-unfontify-pos boundary.
13770
13771 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13774
13775 2005-10-25 Masatake YAMATO <jet@gyve.org>
13776
13777 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13778
13779 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13780
13781 * play/blackbox.el (blackbox-redefine-key): New function.
13782 (blackbox-mode-map): Use it to remap existing bindings for cursor
13783 motion instead of binding literal keys.
13784
13785 2005-10-25 Glenn Morris <rgm@gnu.org>
13786
13787 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13788 diary does not end in a newline. Do not assume a blank line at
13789 the start of the diary file.
13790
13791 2005-10-25 Kenichi Handa <handa@m17n.org>
13792
13793 * international/quail.el (quail-translate-key): If the input
13794 method is deterministic and failed to handle the last key, restart
13795 the key handling loop from an appropriate key.
13796
13797 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13798
13799 * vc.el (vc-dired-mode): Extend comment for binding of
13800 `directory-listing-before-filename-regexp'.
13801
13802 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * textmodes/texinfo.el (texinfo-mode):
13805 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13806 not to unnecessarily expose emacs-mule's internal char codes.
13807
13808 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13809
13810 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13811 Display hand pointer and help-echo on disabled icon too.
13812 (gdb-mouse-until): New function.
13813 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13814
13815 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13816
13817 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13818 with 2005-10-23 change to doctor.el.
13819
13820 * finder.el (finder-mode-map): Add follow-link binding.
13821
13822 2005-10-25 Kim F. Storm <storm@cua.dk>
13823
13824 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13825 to gdb-mouse-toggle-breakpoint-fringe.
13826 (gdb-mouse-toggle-breakpoint-margin): Rename from
13827 gdb-mouse-toggle-breakpoint. Fix doc.
13828 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13829 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13830 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13831 string properties also for fringe breakpoint bitmaps.
13832
13833 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13834
13835 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13836
13837 2005-10-25 Masatake YAMATO <jet@gyve.org>
13838
13839 * simple.el (completion-common-substring):
13840 Use `completion-common-substring' prior to `completion-base-size'.
13841
13842 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13843
13844 * savehist.el: Require CL while compiling.
13845 (savehist-history-variables): Remove.
13846 (savehist-save-minibuffer-history, savehist-additional-variables)
13847 (savehist-minibuffer-history-variables): New vars.
13848 (savehist-save): Use them.
13849 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13850 (savehist-install): New fun, extracted from savehist-load.
13851 (savehist-load): Use them.
13852
13853 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13856 a dummy doc-string-elt property.
13857 (defalias, defvaralias, define-category): Add a docstring property.
13858
13859 * image.el (defimage):
13860 * widget.el (define-widget):
13861 * custom.el (defface, defcustom): Add `doc-string' declaration.
13862
13863 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13864 (defadvice): Add `doc-string' declaration.
13865
13866 * emacs-lisp/byte-run.el (macro-declaration-function):
13867 Handle `doc-string' declarations.
13868 (define-obsolete-function-alias, define-obsolete-variable-alias):
13869 Add `doc-string' declaration.
13870
13871 2005-10-24 Kenichi Handa <handa@m17n.org>
13872
13873 * international/utf-7.el (utf-7): Add autoload cookie.
13874
13875 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13876
13877 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13878
13879 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13880 list of directories passed to batch-update-autoloads. Add "." to
13881 the list of the echoed directories.
13882
13883 * pgg-def.el:
13884 * pgg-gpg.el:
13885 * pgg-parse.el:
13886 * pgg-pgp.el:
13887 * pgg-pgp5.el:
13888 * pgg.el: Moved here from the gnus subdirectory.
13889
13890 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13891
13892 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13893 in case comint-prompt-read-only is set to t.
13894
13895 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13896 in case comint-prompt-read-only is set to t.
13897
13898 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13899
13900 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13901 Now a string.
13902 (icalendar-import-format): Handle CLASS, STATUS, URL.
13903 Rename `subject' to `summary'.
13904 (icalendar-import-format-summary): Rename from
13905 `icalendar-import-format-subject'.
13906 (icalendar-import-format-url, icalendar-import-format-status)
13907 (icalendar-import-format-class): New variables.
13908 (icalendar--rris): Take variable argument list.
13909 (icalendar--datestring-to-isodate): Remove unnecessary
13910 calendar-style check when converting dates with explicit month names.
13911 (icalendar-export-region): Change return type of conversion
13912 subroutines. Bury current buffer unless error occurred.
13913 (icalendar--convert-to-ical)
13914 (icalendar--parse-summary-and-rest): New functions.
13915 (icalendar--convert-ordinary-to-ical)
13916 (icalendar--convert-weekly-to-ical)
13917 (icalendar--convert-yearly-to-ical)
13918 (icalendar--convert-block-to-ical)
13919 (icalendar--convert-cyclic-to-ical)
13920 (icalendar--convert-anniversary-to-ical): Change return type.
13921 Strip trailing blanks from subject.
13922 (icalendar--convert-sexp-to-ical): Change return type.
13923 Strip trailing blanks from subject. Handle simple sexp
13924 entries as generated by icalendar.el.
13925 (icalendar--convert-float-to-ical)
13926 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13927 (icalendar-import-file): Doc fix.
13928 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13929 Correct call to icalendar--rris.
13930 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13931 `summary'.
13932 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13933
13934 2005-10-24 Romain Francoise <romain@orebokech.com>
13935
13936 * server.el (server-sentinel): Set query-on-exit flag to nil on
13937 new client processes (it isn't inherited from the server process).
13938
13939 * replace.el (occur-engine): Rearrange text properties.
13940
13941 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13944 case-fold-search is nil.
13945 (debug-help-follow): Use help-xref-interned directly.
13946
13947 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * thumbs.el (thumbs-image-type): Add .pbm.
13950
13951 2005-10-23 Richard M. Stallman <rms@gnu.org>
13952
13953 * faces.el (inhibit-face-set-after-frame-default): New variable.
13954 (set-face-attribute): Bind it.
13955 (face-set-after-frame-default): Test it.
13956
13957 * help-fns.el (describe-simplify-lib-file-name): New function.
13958 (describe-function-1, describe-variable): Use it.
13959
13960 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13961
13962 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13963 Eliminate nil as possible value.
13964 (tooltip-hide-delay): Reduce internal-border-width.
13965
13966 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13967 (menu-bar-file-menu) <new-file>: Likewise.
13968
13969 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13970
13971 * international/mule.el (load-with-code-conversion):
13972 Pass full file name to `eval-buffer' unless preloading.
13973
13974 * textmodes/flyspell.el (flyspell-large-region):
13975 Call ispell-check-version.
13976
13977 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13978 Fix the make-variable-buffer-local call that was supposed
13979 to be for this variable.
13980 (ispell-aspell-supports-utf8): Doc fix.
13981 (ispell-find-aspell-dictionaries): Preserve elements of
13982 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13983 (ispell-aspell-find-dictionary): Return nil on error.
13984
13985 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13986 (doctor-symptoms): Likewise.
13987
13988 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13989
13990 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13993 (custom-raised-buttons): Add :set spec.
13994 (custom-button-unraised, custom-button-pressed-unraised):
13995 New faces, so that custom-raised-buttons actually does something.
13996 (custom-mode): Use custom-button and custom-button-pressed.
13997
13998 * wid-edit.el (widget-specify-button): Don't ignore
13999 widget-mouse-face on graphic terminals.
14000 (widget-move-and-invoke): Cleanup.
14001
14002 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
14003
14004 * whitespace.el (whitespace-cleanup): Doc fix.
14005
14006 2005-10-23 Romain Francoise <romain@orebokech.com>
14007
14008 * emulation/viper.el (viper-set-hooks): Quote forms passed to
14009 `eval-after-load' to avoid evaluating their result.
14010
14011 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
14012
14013 * files.el (directory-listing-before-filename-regexp):
14014 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
14015
14016 * dired.el (dired-move-to-filename-regexp): Remove.
14017 All occurences replaced by `directory-listing-before-filename-regexp'.
14018
14019 * dired-x.el, locate.el, vc.el:
14020 Replace `dired-move-to-filename-regexp' by
14021 `directory-listing-before-filename-regexp'. In vc.el it is
14022 overwritten locally; maybe this can be handled in files.el too.
14023
14024 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
14025 replaced by `directory-listing-before-filename-regexp'.
14026
14027 2005-10-23 Andreas Schwab <schwab@suse.de>
14028
14029 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
14030 and eval-next-after-load.
14031
14032 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
14033
14034 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
14035 exist, create it.
14036
14037 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
14038
14039 * allout.el: Remove autoloads for mailcrypt and crypt++.
14040 Require pgg, pgg-gpg during compilation.
14041 (allout-version): Increment version number to 2.1, and use a literal
14042 rather than RCS Id.
14043 (allout-default-encryption-scheme): Remove.
14044 (allout-passphrase-verifier-handling)
14045 (allout-passphrase-verifier-string)
14046 (allout-file-passphrase-verifier-string)
14047 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
14048 (allout-passphrase-hint-handling): Rename and simplify.
14049 (allout-init): Use `find-file-hook' if available, otherwise
14050 `find-file-hooks'.
14051 (allout-mode): Use `write-file-functions' if available, otherwise
14052 `local-write-file-hooks' and, instead of making auto-save-hook
14053 buffer local, make the write-file-hook activity contingent to
14054 allout-mode.
14055 (allout-mode): Use key-binding substitution in the docstring.
14056 (allout-kill-line): Spell-out kill ring data structure mutation
14057 instead of using byte-compiler-complaint-provoking `pop'.
14058 (allout-insert-listified): Use `insert' rather than `insert-string'
14059 (allout-toggle-current-subtree-encryption): Update docstring, adjust
14060 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
14061 (allout-encrypt-string): Totally revamped vis new underlying
14062 encryption facilities.
14063 (allout-mc-activate-passwd): Remove.
14064 (allout-obtain-passphrase): New, more or less replaces
14065 allout-mc-activate-passwd.
14066 (allout-encrypted-key-info): More or less replaces
14067 allout-encrypted-text-type.
14068 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
14069 (my-mark-marker): Use `(featurep 'xemacs)'.
14070
14071 2005-10-23 Lars Hansen <larsh@soem.dk>
14072
14073 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
14074 (byte-compile-file-form-defmumble, byte-compile-defun)
14075 (byte-compile-defmacro): Use it.
14076 (byte-compile-form): Don't call byte-compile-set-symbol-position
14077 when a byte-compile handler is called.
14078
14079 2005-10-22 Romain Francoise <romain@orebokech.com>
14080
14081 * savehist.el (savehist-history-variables): Add `grep-find-history'.
14082
14083 * subr.el (eval-after-load): Convert library name to an absolute
14084 file name using locate-library, since load-history no longer has
14085 library names in it.
14086
14087 2005-10-22 Richard M. Stallman <rms@gnu.org>
14088
14089 * files.el (make-temp-file): Move from subr.el.
14090 * subr.el (make-temp-file): Move to files.el.
14091
14092 * window.el (get-buffer-window-list): Move from subr.el.
14093 * subr.el (get-buffer-window-list): Move to window.el.
14094
14095 * image.el (image-load-path): Use eval-at-startup to initialize.
14096
14097 * subr.el (eval-at-startup): New macro.
14098
14099 * subr.el: Much rearrangement of functions and division
14100 into pages. No code changes.
14101
14102 2005-10-22 Kenichi Handa <handa@m17n.org>
14103
14104 * tar-mode.el (tar-extract): Be sure to call
14105 find-operation-coding-system if set-auto-coding doesn't find a
14106 coding system.
14107
14108 2005-10-22 Kim F. Storm <storm@cua.dk>
14109
14110 * image.el (image-type-header-regexps): Rename from image-type-regexps.
14111 Change users.
14112 (image-type-file-name-regexps): New defconst.
14113 (image-type-from-data): Simplify loop.
14114 (image-type-from-buffer): New defun.
14115 (image-type-from-file-header): Use it instead of image-type-from-data.
14116 Use image-search-load-path instead of only looking in data-directory.
14117 (image-type-from-file-name): New defun.
14118 (image-search-load-path): Change `pathname' to `filename'.
14119 Make PATH arg optional, default to image-load-path.
14120
14121 2005-10-21 Richard M. Stallman <rms@gnu.org>
14122
14123 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14124
14125 * textmodes/paragraphs.el (sentence-end-base): New variable.
14126 (sentence-end): Use sentence-end-base.
14127
14128 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14131 property independently from the font-lock-multiline variable.
14132
14133 2005-10-21 Richard M. Stallman <rms@gnu.org>
14134
14135 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14136
14137 * startup.el (command-line): Convert library names
14138 in `load-history' to absolute file names.
14139
14140 * subr.el (symbol-file): Doc fix.
14141
14142 * loadhist.el (file-loadhist-lookup): Call locate-library
14143 instead of find-library-name. Don't try converting
14144 abs file names to library names, since load-history no longer
14145 has library names in it.
14146 (file-dependents, file-provides, file-requires): Doc fixes.
14147
14148 2005-10-21 Juri Linkov <juri@jurta.org>
14149
14150 * progmodes/etags.el (tags-table-mode): New function.
14151 (tags-verify-table): Replace initialize-new-tags-table with
14152 tags-table-mode.
14153
14154 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14155 default value.
14156 (desktop-modes-not-to-save): Add tags-table-mode to the
14157 default value.
14158
14159 * info.el (Info-index-next): Add total number of index
14160 alternatives to the message.
14161
14162 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14163 backward only space (instead of space and period) before looking
14164 at sentence end.
14165
14166 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14167 Add the old variable value as 4th default-value arg of read-string.
14168
14169 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14170
14171 * cus-face.el (custom-declare-face): Make face from X resources
14172 also on Mac.
14173
14174 * disp-table.el (standard-display-g1, standard-display-graphic):
14175 Refuse to use string glyphs also on Mac.
14176 (standard-display-european): Don't set terminal coding system also
14177 on Mac.
14178
14179 * frame.el (display-screens): Use x-display-screens also on Mac.
14180
14181 2005-10-21 Romain Francoise <romain@orebokech.com>
14182
14183 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14184
14185 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14188 and $? into sexps.
14189
14190 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14191 warning face on open-paren-in-column-0.
14192
14193 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14194 boundary case. Fix typo.
14195 Suggested by Martin Rudalics <rudalics@gmx.at>.
14196
14197 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14198
14199 * textmodes/org.el (org-combined-agenda-icalendar-file)
14200 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14201 (org-export-icalendar-this-file)
14202 (org-export-icalendar-all-agenda-files)
14203 (org-export-icalendar-combine-agenda-files): New commands.
14204 (org-export-icalendar, org-print-icalendar-entries)
14205 (org-start-icalendar-file, org-finish-icalendar-file)
14206 (org-ical-ts-to-string): New functions.
14207 (org-read-date, org-goto-calendar)
14208 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14209 call to `calendar'.
14210 (orgtbl-setup): Remove the :keys arguments from the menu description.
14211 (org-after-save-iCalendar-file-hook): New variable.
14212
14213 2005-10-21 Kenichi Handa <handa@m17n.org>
14214
14215 * language/vietnamese.el (tcvn-5712): Make it an alias of
14216 vietnamese-tcvn coding-system.
14217
14218 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
14219
14220 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14221 group id is given.
14222
14223 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * progmodes/sh-script.el (sh-escaped-line-re): New var.
14226 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14227 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14228 whose line is either continued or ends with a comment.
14229
14230 2005-10-20 Romain Francoise <romain@orebokech.com>
14231
14232 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14233
14234 * replace.el (occur-engine): Add follow-link property.
14235
14236 * font-core.el (font-lock-mode): Doc fix.
14237
14238 2005-10-20 Richard M. Stallman <rms@gnu.org>
14239
14240 * net/rcirc.el: New file.
14241
14242 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
14243
14244 * term.el (term-term-name): Initialize to "eterm-color".
14245
14246 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
14247
14248 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14249 for encryption functionality.
14250 Move allout customization subgroup from `editing' to `outlines' group.
14251 Fix commentary keywords to legitimate ones.
14252 Update author info (using my current email address, obscurified).
14253 (allout-encrypt-string, allout-encryption-produce-work-buffer)
14254 (allout-encrypted-topic-p, allout-encrypted-text-type)
14255 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14256 (allout-situate-encryption-key-verifier)
14257 (allout-get-encryption-key-verifier, allout-verify-key)
14258 (allout-next-topic-pending-encryption)
14259 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14260 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14261 (outline-key-verifier-handling, outline-key-hint-handling)
14262 (outline-encrypt-unencrypted-on-saves): New defcustoms.
14263 (allout-file-key-verifier-string, allout-encryption-scheme)
14264 (allout-key-verifier-string, allout-key-hint-string)
14265 (allout-after-save-decrypt): New variables.
14266 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14267 (allout-after-saves-handler): New hook functions.
14268 (allout-post-command-business): Do allout-after-save-decrypt.
14269 (allout-enable-file-variable-adjustment): Custom var to enable
14270 mechanism for adding and adjusting settings of Emacs file variables.
14271 (allout-adjust-file-variable, allout-file-vars-section-data):
14272 New functions, implement the mechanism.
14273 (outlineify-sticky): Use the file vars mechanism.
14274 (allout-inhibit-protection, allout-during-write-cue)
14275 (allout-override-protect, allout-before-change-protect): Remove.
14276 (allout-flag-region, allout-open-topic): Adjust read-only text.
14277 (allout-open-line-not-read-only): Add to facilitate read-only
14278 text based protection.
14279 (allout-kill-line): Revise to adjust read-only text, clue the
14280 user about the inhibition.
14281 (allout-unprotected): Use unwind-protect.
14282 (allout-shift-in, allout-shift-out): Disallow manually shifting a
14283 topic deeper than the offspring depth of the previous topic -
14284 avoiding confusing "containment discontinuities".
14285 (allout-reindent-bodies): Fix retention of body relative hanging
14286 indent during promotion of collapsed bodies.
14287 (allout-open-topic): Make it easy to open new topic with same
14288 bullet as current topic - topic creation functions provided with
14289 any universal argument provokes now prompt for bullet, defaulting
14290 to the bullet of the previous topic.
14291 (allout-plain-bullets-string, allout-distinctive-bullets-string):
14292 Plain bullet alternates `.' period and `,' comma only. All other
14293 bullets are relegated to special status (but customizable).
14294 (allout-end-of-entry): Rename from allout-end-of-current-entry
14295 since it actually operates w.r.t. most immediately containing
14296 entry, visible or not.
14297 (allout-hide-current-entry, allout-show-current-entry): Use the
14298 revised version.
14299 (allout-old-expose-topic): Solidify deprecation.
14300 (allout-end-of-subtree): Add so we can span concealed as well
14301 as visible topics.
14302 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14303 (allout-end-of-current-heading): Tweak to just respect the first line.
14304 (allout-get-body-text): Add.
14305 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14306 when invoked interactively.
14307 (allout-up-current-level): Use `interactive-p'.
14308 (allout-mode, allout-init): Miscellaneous docstring and
14309 operational refinements, as well as hookups of new encryption stuff.
14310 (allout-beginning-of-current-entry): Now works as advertised.
14311 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14312 (allout-isearch-rectification): Refine condition for isearching.
14313 (allout-isearch-abort, allout-enwrap-isearch)
14314 (allout-flag-region, my-region-active-p): Relocate some macros.
14315 (allout-title): Fallback title is (buffer-name), not
14316 non-existing (current-buffer-name).
14317 (subst-char-in-string): Define if absent (for some XEmacs versions).
14318
14319 2005-10-20 Jari Aalto <jari.aalto@cante.net>
14320
14321 * mail/sendmail.el (mail-setup-hook, mail-aliases)
14322 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14323 (mail-citation-prefix-regexp, mail-signature-file)
14324 (mail-default-headers, mail-bury-selects-summary)
14325 (mail-send-nonascii): Add autoload cookies.
14326
14327 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14328
14329 * frame.el (blink-cursor-mode): Add `mac' to the list of
14330 window-system's that support blinking cursor.
14331
14332 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14333
14334 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14335
14336 2005-10-20 Eli Zaretskii <eliz@gnu.org>
14337
14338 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14339 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14340 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14341
14342 2005-10-20 Kim F. Storm <storm@cua.dk>
14343
14344 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14345 (ido-set-current-directory): Don't add / after final @.
14346 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14347 Explicitly handle ange-ftp completion oddities.
14348 (ido-make-file-list): Don't rotate list at tramp root to avoid
14349 triggering tramp file handler for expand-file-name via get-file-buffer.
14350
14351 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14354
14355 2005-10-19 Jay Belanger <belanger@truman.edu>
14356
14357 * calc/calc-units.el (math-standard-units): Add units, adjust
14358 symbols and update values.
14359 (math-unit-prefixes): Add more prefixes.
14360
14361 2005-10-19 Romain Francoise <romain@orebokech.com>
14362
14363 * bookmark.el (bookmark-menu-heading): New face.
14364 (bookmark-bmenu-list): Use it.
14365 Don't fiddle with `baud-rate' at top-level.
14366
14367 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14368
14369 * image.el (create-image, find-image): Mention max-image-size in
14370 docstring.
14371
14372 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * savehist.el (savehist-load): Revert to checking XEmacs.
14375
14376 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14377 Various docstring and line-width fixups.
14378 (conf-mode): Use cond.
14379 Set font-lock-defaults. Don't set comment-use-syntax.
14380
14381 2005-10-18 David Ponce <david@dponce.com>
14382
14383 * tree-widget.el (tree-widget-button-click): New function.
14384 (tree-widget-button-keymap): Use it.
14385
14386 2005-10-18 Romain Francoise <romain@orebokech.com>
14387
14388 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14389 (bookmark-bmenu-hide-filenames): Add follow-link property.
14390 Improve help-echo text.
14391
14392 * ffap.el (find-file-at-point): Doc fix.
14393
14394 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14395
14396 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14397
14398 2005-10-18 Masatake YAMATO <jet@gyve.org>
14399
14400 Install to the CVS repository what I forgot to install in my
14401 2005-10-16 changes.
14402
14403 * progmodes/python.el (python-complete-symbol): Pass the common
14404 prefix substring of completion to `display-completion-list'.
14405
14406 * textmodes/org.el (org-complete): Ditto.
14407
14408 2005-10-18 Masatake YAMATO <jet@gyve.org>
14409
14410 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14411
14412 * woman.el (WoMan-xref-man-page): New button type derived
14413 from `Man-abstract-xref-man-page'.
14414 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14415
14416 * man.el (Man-abstract-xref-man-page): New button type.
14417 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14418 (Man-highlight-references): Add new optional argument `xref-man-type'.
14419
14420 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14421
14422 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14423
14424 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14425
14426 * cus-edit.el (Custom-move-and-invoke): Delete.
14427 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14428
14429 * wid-edit.el (widget-move-and-invoke): New function, from
14430 Custom-move-and-invoke.
14431
14432 2005-10-17 Bill Wohler <wohler@newt.com>
14433
14434 Move all remaining images from lisp/toolbar to etc/images, move
14435 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14436 the low resolution images in their own directory (low-color).
14437
14438 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14439 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14440 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14441 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14442 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14443 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14444 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14445
14446 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14447 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14448 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14449 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14450 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14451 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14452 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14453 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14454 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14455 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14456 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14457 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14458 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14459 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14460 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14461
14462 To conform with convention, replace the underscore (_) in the
14463 following image names with dash (-) or (/) as appropriate.
14464
14465 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14466 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14467 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14468 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14469 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14470 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14471 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14472 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14473 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14474 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14475 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14476 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14477 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14478 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14479 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14480
14481 * info.el (info-tool-bar-map): Replace underscores in image names
14482 with dashes.
14483
14484 * makefile.w32-in (WINS): Remove toolbar.
14485
14486 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14487
14488 * tool-bar.el: Move to lisp from toolbar. Now that
14489 toolbar is empty, it should be deleted when folks run "cvs up -P".
14490
14491 2005-10-18 Jay Belanger <belanger@truman.edu>
14492
14493 * calc/calc-store.el (calc-store-into): Get the proper variable name
14494 to display in message.
14495
14496 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14497
14498 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14499 expressions display in speedbar for all buffers when debugging.
14500 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14501
14502 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14503 (speedbar-insert-button, speedbar-make-button):
14504 Use add-text-properties.
14505 (speedbar-update-localized-contents)
14506 (speedbar-update-directory-contents)
14507 (speedbar-update-special-contents): Use dolist.
14508 (speedbar-buffer-easymenu-definition): Add a menu separator.
14509
14510 2005-10-17 Jason Rumney <jasonr@gnu.org>
14511
14512 * makefile.w32-in: Use $(lisp) consistently.
14513 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14514 for shell specific generation of mh-autoloads.
14515
14516 2005-10-17 Richard M. Stallman <rms@gnu.org>
14517
14518 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14519
14520 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * jit-lock.el (jit-lock-fontify-now):
14523 Move jit-lock-context-unfontify-pos to avoid wasted work.
14524
14525 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14526
14527 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14528 `tramp-completion-mode' for checking if we are in completion mode.
14529 (tramp-completion-handle-file-name-all-completions): Reorder code
14530 in order to complete for file names only in case there are no
14531 method/user/host completions. This is necessary for cooperation
14532 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14533
14534 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14535
14536 * longlines.el (longlines-search-forward)
14537 (longlines-search-backward): Match any number of spaces.
14538
14539 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14540
14541 * diff-mode.el (diff-mode): Doc fix.
14542
14543 2005-10-16 David Reitter <david.reitter@gmail.com>
14544
14545 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14546 as default on darwin and windows systems.
14547
14548 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14549
14550 * arc-mode.el (archive-zip-extract): Doc fix.
14551
14552 2005-10-16 Romain Francoise <romain@orebokech.com>
14553
14554 * mouse.el (mouse-1-click-follows-link): Doc fix.
14555
14556 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14557
14558 * savehist.el: Don't require CL at runtime.
14559 (savehist-xemacs): Remove.
14560 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14561 (savehist-no-conversion): Use (featurep 'xemacs).
14562 (savehist-load): Check existence of start-itimer rather than XEmacs.
14563 Use an idle timer.
14564 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14565 `delete-if-not'.
14566
14567 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14568
14569 * savehist.el: Newer version.
14570 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14571 (savehist-last-checksum, savehist-no-conversion): New vars.
14572 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14573 New functions.
14574 (savehist-load, savehist-save): Use them.
14575 (savehist-delimit): Remove.
14576
14577 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 * progmodes/compile.el (compilation-goto-locus): Display the
14580 compilation buffer first and the source buffer second, in case they're
14581 in overlapping frames. Don't raise the compilation frame if it was the
14582 selected window upon entry. Pass the `other-window' arg to
14583 pop-to-buffer.
14584
14585 * info.el (Info-fontify-node): Use dolist.
14586 Change add-text-properties to put-text-property.
14587
14588 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14589
14590 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14591 bound of search.
14592
14593 2005-10-16 Masatake YAMATO <jet@gyve.org>
14594
14595 * dabbrev.el (dabbrev-completion): Pass the common
14596 prefix substring of completion to `display-completion-list'.
14597
14598 * filecache.el (file-cache-minibuffer-complete)
14599 (file-cache-complete): Ditto.
14600
14601 * tempo.el (tempo-display-completions): Ditto.
14602
14603 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14604
14605 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14606
14607 * eshell/em-hist.el (eshell-list-history): Ditto.
14608
14609 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14610
14611 * mail/mailalias.el (mail-complete): Ditto.
14612
14613 * progmodes/etags.el (complete-tag): Ditto.
14614
14615 * progmodes/make-mode.el (makefile-complete): Ditto.
14616
14617 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14618
14619 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14620
14621 * progmodes/pascal.el (pascal-complete-word)
14622 (pascal-show-completions): Ditto.
14623
14624 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14625
14626 * simple.el (completion-common-substring): New variable.
14627 (completion-setup-function): Use `completion-common-substring'
14628 to put faces.
14629
14630 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14631
14632 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14633 (x-get-selection, mac-select-convert-to-string): Convert from/to
14634 UTF-16 clipboard data as in native byte order, no BOM.
14635
14636 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14637
14638 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14639 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14640 (gud-sentinel): Use speedbar-frame to check for speedbar.
14641
14642 2005-10-15 Richard M. Stallman <rms@gnu.org>
14643
14644 * savehist.el: New file.
14645
14646 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14647
14648 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14649 Fix bug in \bf fontification.
14650
14651 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * pcvs.el (cvs-edit-log-files): New var.
14654 (cvs-mode-edit-log): New arg `file'.
14655 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14656 Instead force the use of the original file and nothing else.
14657 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14658 the cvs-minor-wrap-function is set.
14659 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14660
14661 2005-10-14 Bill Wohler <wohler@newt.com>
14662
14663 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14664 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14665 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14666 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14667 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14668 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14669 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14670 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14671 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14672 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14673 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14674 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14675 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14676 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14677 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14678
14679 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14680 appropriately (for example, gud-break to gud/break).
14681
14682 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14683
14684 * longlines.el (longlinges-search-function)
14685 (longlines-search-forward, longlines-search-backward): New functions.
14686 (longlines-mode): Set isearch-search-fun-function to
14687 longlinges-search-function.
14688
14689 * mouse.el (mouse-drag-region-1): Handle the case where a
14690 double-click event is bound to an arbitrary function.
14691
14692 2005-10-14 David Ponce <david@dponce.com>
14693
14694 * recentf.el (recentf-track-opened-file)
14695 (recentf-track-closed-file, recentf-update-menu)
14696 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14697 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14698 mouse-1-click-follows-link.
14699
14700 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14701
14702 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14703 Gnome file-manager.png. Suggested by
14704 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14705
14706 * toolbar/README: Add diropen.xpm.
14707
14708 2005-10-13 Bill Wohler <wohler@newt.com>
14709
14710 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14711 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14712
14713 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14716 Don't waste the byte-compiler's time on constant data.
14717
14718 2005-10-13 Kenichi Handa <handa@m17n.org>
14719
14720 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14721 byte with `escape-glyph' face.
14722
14723 * international/fontset.el (ccl-encode-unicode-font):
14724 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14725 Handle the case that ucs-mule-to-mule-unicode translates a character to
14726 ASCII (usually for IPA characters).
14727
14728 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14731 Don't hide the underline of titles if font-lock-mode is disabled.
14732
14733 2005-10-12 Bill Wohler <wohler@newt.com>
14734
14735 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14736 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14737 files in MH-E-SRC have been updated.
14738 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14739
14740 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14743 (mixal-mode-syntax-table): Add \n as end-comment.
14744 (mixal-operation-codes-alist): Immediately initialize to full value.
14745 (mixal-add-operation-code): Remove.
14746 (mixal-describe-operation-code): Make the arg non-optional.
14747 Use the interactive spec instead.
14748 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14749 (mixal-font-lock-keywords): Don't highlight comments here any more.
14750 (mixal-font-lock-syntactic-keywords): New var.
14751 (mixal-mode): Use it. Fix comment-start-skip.
14752
14753 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14754
14755 * startup.el (command-line-x-option-alist): -nb => -nbi
14756
14757 2005-10-12 Kim F. Storm <storm@cua.dk>
14758
14759 * startup.el (fancy-splash-default-action): Discard mouse click in
14760 the splash screen window, as it has no sensible meaning in the
14761 next window to be selected. Fixes error reported by Jan D.
14762
14763 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14764
14765 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14766
14767 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14770 Try to fix up minor layout issues like indentation, line break, etc...
14771 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14772 because it doesn't work.
14773 (mixal-operation-codes): Add some more codes.
14774 (mixal-font-lock-keywords): Process comments here.
14775 (mixal-mode): mixasm no longer needs -g option.
14776
14777 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14778
14779 * progmodes/sh-script.el (sh-tmp-file):
14780 Use mktemp -t. Finish support for es and rc shells.
14781
14782 2005-10-11 Jay Belanger <belanger@truman.edu>
14783
14784 * calc/calcalg2.el (calc-integral): With an argument, compute the
14785 definite integral.
14786
14787 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14788
14789 * mouse.el (mouse-drag-region-1): Don't try to catch a
14790 double-click when doing follow-link (it's overridden anyway).
14791
14792 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14793
14794 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14795 (autoload-print-form-outbuf): Add docstring.
14796
14797 2005-10-11 Juri Linkov <juri@jurta.org>
14798
14799 * info.el (Info-mode-menu): Delete menu item "Edit".
14800 (Info-mode): Delete description of Info-edit from docstring,
14801 and rearrange descriptions of Info commands in the order
14802 they are documented in the Info manual.
14803
14804 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * calendar/appt.el (appt-check): Use diary-selective-display var.
14807
14808 2005-10-10 Richard M. Stallman <rms@gnu.org>
14809
14810 * net/newsticker.el (newsticker-start, newsticker-show-news):
14811 Add autoload cookies.
14812
14813 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14814
14815 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14816
14817 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14818
14819 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14820
14821 2005-10-10 Jay Belanger <belanger@truman.edu>
14822
14823 * calc/calc-arith.el (math-check-known-scalarp)
14824 (math-check-known-matrixp): Check the values of arguments that are
14825 variables.
14826 (math-check-known-square-matrixp): New function.
14827 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14828 (math-super-types): Add sqmatrix type.
14829
14830 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14831 mode name `square' to `sqmatrix'.
14832
14833 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14834 mode name `square' to `sqmatrix'.
14835
14836 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * progmodes/etags.el (select-tags-table-mode): Don't use
14839 selective-display.
14840 (tags-select-tags-table): Pass `button' to the action function.
14841 (select-tags-table): Place the side-info on button properties rather
14842 than in hidden text. Abbreviate file names.
14843 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14844 (select-tags-table-select): Add `button' argument.
14845 Get side-info from the button property rather than from hidden text.
14846
14847 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14848
14849 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14850 (gud-speedbar-buttons): Preserve point if possible.
14851 (gud-sentinel): Restore previous speedbar display type.
14852
14853 * progmodes/gdb-ui.el (gdba): Improve diagram.
14854 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14855 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14856 Call get-buffer-window once.
14857
14858 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14859
14860 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14861 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14862 (pascal-indent-command): Remove unused var `ind'.
14863 (pascal-indent-case): Remove unused var `oldpos'.
14864 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14865 since it's now used as a proper minor mode map.
14866 (pascal-outline): Rename to pascal-outline-mode.
14867 (pascal-outline-mode): Use define-minor-mode.
14868 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14869 selective-display.
14870
14871 2005-10-10 Andreas Schwab <schwab@suse.de>
14872
14873 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14874 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14875
14876 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14877 outside source directory.
14878
14879 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14880
14881 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14882 C-x' as a prefix.
14883 (orgtbl-mode-map): Full keymap instead of sparse, because all
14884 `self-insert-command' keys are redefined in this map.
14885 (org-export-as-html): Specify charset for HTML file, by taking it
14886 from the coding system.
14887
14888 2005-10-10 Kenichi Handa <handa@m17n.org>
14889
14890 * textmodes/flyspell.el (flyspell-check-word-p):
14891 If unread-command-events is non-empty, don't call sit-for.
14892
14893 2005-10-09 Richard M. Stallman <rms@gnu.org>
14894
14895 * font-lock.el (font-lock-syntactic-keywords)
14896 (font-lock-keywords): Doc fixes.
14897
14898 * textmodes/flyspell.el (flyspell-external-point-words):
14899 Simplify logic, and don't try to check for consecutive appearances
14900 of one incorrect word.
14901
14902 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14903
14904 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14905 separator.
14906
14907 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14908 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14909 (gud-expansion-speedbar-buttons): New function.
14910 (gud-speedbar-buttons): Check for gud-comint-buffer.
14911
14912 2005-10-09 Bill Wohler <wohler@newt.com>
14913
14914 * Makefile.in (updates): Add mh-loaddefs dependency.
14915
14916 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14917
14918 * speedbar.el (speedbar-file-key-map): Fix typo.
14919
14920 2005-10-09 Daniel Brockman <daniel@brockman.se>
14921
14922 * cus-start.el (line-spacing): Add custom spec.
14923
14924 2005-10-09 Romain Francoise <romain@orebokech.com>
14925
14926 * textmodes/ispell.el (ispell-check-version): Fix last change.
14927
14928 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14929
14930 * term/x-win.el: Remove -i, --icon-type from comment.
14931
14932 * startup.el (command-line-x-option-alist): Remove options -i,
14933 -itype, --icon-type, added -nb, --no-bitmap-icon
14934
14935 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14936
14937 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14938 instead of :active.
14939
14940 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14941
14942 * textmodes/ispell.el (ispell-check-version):
14943 Ignore hyphen, and all that follows, in aspell's version text.
14944
14945 2005-10-08 Jay Belanger <belanger@truman.edu>
14946
14947 * calc/calc-arith.el (math-known-square-matrixp): New function.
14948 (math-pow-fancy): Check for matrices before distributing exponent
14949 across products.
14950
14951 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14952 fullscreen keypad. Suggested by Luc Teirlinck.
14953 (calc-keypad-show-input): Add space for formatting.
14954
14955 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14956 Add square matrix option.
14957
14958 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14959 of checking calc-matrix-mode when deciding how to expand.
14960
14961 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14962
14963 2005-10-08 Lars Hansen <larsh@soem.dk>
14964
14965 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14966 Add error handling.
14967 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14968
14969 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14970
14971 Sync with Tramp 2.0.51.
14972
14973 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14974 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14975 Insert special handling for `last-coding-system-used', again
14976 it still seems to be necessary (unlike stated before).
14977 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14978 (tramp-password-prompt-regexp): There might be other words before
14979 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14980 (tramp-chunksize): Improve docstring.
14981 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14982 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14983 Christian Joergensen <bugs@razor.dk>.
14984
14985 2005-10-07 Glenn Morris <rgm@gnu.org>
14986
14987 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14988 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14989 precision'.
14990
14991 2005-10-07 Romain Francoise <romain@orebokech.com>
14992
14993 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14994 (ibuffer-do-shell-command-pipe-replace)
14995 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14996 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14997 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14998 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14999 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15000 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
15001 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
15002 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
15003 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
15004 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
15005 Autoload file sans suffix.
15006
15007 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
15008
15009 2005-10-07 David Ponce <david@dponce.com>
15010
15011 * recentf.el (recentf-menu-open-all-flag): New option.
15012 (recentf-digit-shortcut-command-name): New function.
15013 (recentf--shortcuts-keymap): New variable.
15014 (recentf-menu-shortcuts): New variable.
15015 (recentf-make-menu-items): Initialize it. Replace the "More..."
15016 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
15017 (recentf-menu-value-shortcut): New function.
15018 (recentf-make-menu-item): Use it. No more in-lined.
15019 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
15020 (recentf-open-most-recent-file): Rename from
15021 `recentf-open-file-with-key'. Don't depend on key binding.
15022 (recentf-mode-map): New variable.
15023 (recentf-mode): Use it.
15024
15025 2005-10-06 Bill Wohler <wohler@newt.com>
15026
15027 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
15028
15029 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
15030 (MH-E-SRC): New. Used by mh-autoloads.
15031 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15032 files in MH-E-SRC have been updated.
15033 (compile, recompile, bootstrap): Depend on mh-autoloads.
15034
15035 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
15036
15037 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
15038 gud-break and gud-remove icons when the fringe is not available.
15039
15040 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
15041 Typo.
15042
15043 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15044
15045 * play/zone.el (zone): Wrap body with save-window-excursion.
15046
15047 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
15048
15049 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
15050 Use the new `list-only' arg to diary-list-entries.
15051
15052 * calendar/diary-lib.el: Use overlays rather than selective-display.
15053 (diary-selective-display): New var.
15054 (diary-header-line-format): Use it.
15055 (diary-list-entries): Add argument `list-only'.
15056 Put the buffer in diary-mode. Don't add \^M at beg and end.
15057 Replace \^M by invisible overlays.
15058 (diary-unhide-everything): Replace \^M by invisible overlays.
15059 (print-diary-entries): Look for overlays rather than \^M.
15060 Add a space to the temp buffer name.
15061 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
15062 Put the buffer in diary-mode.
15063 (list-sexp-diary-entries): Replace \^M by invisible overlays.
15064 (diary-anniversary): Make the year arg optional.
15065 (diary-time-regexp): New const.
15066 (diary-font-lock-keywords): Use it to accept a few more time formats.
15067
15068 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
15069
15070 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
15071
15072 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
15073 Fix bug introduced 2005-07-03: Use (car (last ...))
15074 to faithfully reproduce replaced artist-last.
15075 (artist-set-arrow-points-for-poly): Likewise.
15076 Suggested by Johan Bockg\e,Ae\e(Brd.
15077
15078 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
15079
15080 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
15081 * wid-edit.el (widget):
15082 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
15083 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
15084
15085 2005-10-06 Kenichi Handa <handa@m17n.org>
15086
15087 * international/mule-cmds.el (set-language-environment):
15088 Fix setting up of case-table for unibyte mode.
15089
15090 * simple.el (what-cursor-position): If the character is displayed
15091 by some `display' text property, show that. Don't use
15092 single-key-description for eight-bit characters in multibyte mode.
15093
15094 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
15095
15096 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15097 (gdb-ann3): Set it.
15098 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15099 (gdb-info-frames-custom): Use inverse-video for first five
15100 characters of selected frame only.
15101 (gdb-get-frame-number): Select frame even when point is on frame
15102 number.
15103
15104 2005-10-06 Masatake YAMATO <jet@gyve.org>
15105
15106 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15107 Put `font-lock-function-name-face'.
15108 (gdb-info-frames-custom): Put `font-lock-function-name-face'
15109 and `font-lock-variable-name-face'
15110 (gdb-registers-font-lock-keywords): New font lock keywords definition.
15111 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15112 (gdb-memory-font-lock-keywords): New font lock keywords definition.
15113 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15114 (gdb-local-font-lock-keywords): New font lock keywords definition.
15115 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15116 (gdb-threads-font-lock-keywords): New font lock keywords definition.
15117 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15118
15119 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
15120
15121 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15122 (ediff-merge-region-is-non-clash-to-skip): Previously called
15123 ediff-merge-region-is-non-clash.
15124
15125 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15126 Use insert-buffer-substring.
15127
15128 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15129 selecting files to patch. Also bug fixes.
15130
15131 * ediff-util.el (ediff-setup): Bug fix.
15132 (ediff-next-difference): Never skip clashes that differ in white
15133 space only.
15134
15135 * ediff-wind.el (ediff-setup-control-frame)
15136 (ediff-destroy-control-frame): Check the menubar feature.
15137
15138 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15139 (viper-refresh-mode-line): Use make-local-variable to localize
15140 some vars instead of make-variable-buffer-local. Suggested by
15141 Stefan Monnier.
15142
15143 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15144 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15145 Use make-local-variable instead of make-variable-buffer-local.
15146 Suggested by Stefan Monnier.
15147
15148 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15149 (viper-comint-mode-hook): Use make-local-variable on
15150 require-final-newline.
15151 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15152
15153 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15156 also the second char of a comment-start sequence.
15157 (scheme-sexp-comment-syntax-table): New var.
15158 (lambda, define): Set their scheme-doc-string-elt property.
15159 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15160 Use lisp-font-lock-syntactic-face-function now that it properly
15161 handles |...| symbols.
15162 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15163 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15164
15165 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15166 bit from # to |.
15167 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15168
15169 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15170 (lisp-doc-string-elt-property): New var.
15171 (lisp-font-lock-syntactic-face-function): Use it.
15172 Rewrite to recognize docstrings even for forms not at toplevel.
15173
15174 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15175 annotation on the | part of #| rather than on the # part.
15176 (scheme-font-lock-syntactic-face-function): New function, to
15177 distinguish strings from |...| symbols.
15178 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15179 syntax-table so that #|...|# is properly highlighted.
15180
15181 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15182 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15183
15184 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15187 and C-e.
15188
15189 * emacs-lisp/eldoc.el: Move comments into docstrings.
15190 (eldoc-message-commands): Initialize in its declaration.
15191 Add move-beginning-of-line and move-end-of-line.
15192 (eldoc-add-command, eldoc-add-command-completions)
15193 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15194
15195 * outline.el (outline-mark-subtree): Activate the mark.
15196
15197 * calendar/appt.el (appt-time-regexp): New var.
15198 (appt-add, appt-make-list): Use it.
15199 (appt-convert-time): Clean up.
15200
15201 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15202 Don't set any syntax-table property here.
15203 (tex-font-lock-verb): New function. Do it here.
15204 (tex-font-lock-syntactic-keywords): Use it.
15205
15206 2005-10-04 Richard M. Stallman <rms@gnu.org>
15207
15208 * wid-edit.el (widget-file-complete): Get the widget start point
15209 the right way. Default directory to `/' if file has none.
15210
15211 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15212
15213 * textmodes/flyspell.el (flyspell-mode-on):
15214 Call ispell-maybe-find-aspell-dictionaries.
15215
15216 * textmodes/ispell.el (ispell-word, ispell-region):
15217 Call ispell-maybe-find-aspell-dictionaries.
15218 (ispell-accept-buffer-local-defs):
15219 Don't call ispell-maybe-find-aspell-dictionaries
15220
15221 2005-10-04 Richard M. Stallman <rms@gnu.org>
15222
15223 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15224
15225 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
15226
15227 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15228 instead of `fboundp' in order to allow for anonymous functions.
15229
15230 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
15231
15232 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15233 case the user clicks on the link while another window is selected.
15234 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15235
15236 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15237 functionality.
15238 (dframe-help-echo): Save point in case mouse tracking is off.
15239
15240 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
15241
15242 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15243
15244 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15247 not change the global value of those vars.
15248
15249 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15250 make-local-variable which we do not need any more.
15251
15252 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
15253
15254 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15255 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15256 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15257 (speedbar-path-line): Define obsolete aliases.
15258 (speedbar-line-directory): Doc fix.
15259
15260 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15261 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15262 instead of speedbar-line-path.
15263
15264 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15265
15266 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15267 to nil if dropping on a window. Handle dropping on a minibuffer window
15268 like dropping on a non-window part of Emacs.
15269
15270 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * net/ange-ftp.el: Use with-current-buffer.
15273 (ange-ftp-insert-directory): Do not follow symlinks any more.
15274
15275 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15276 Remove interactive spec.
15277
15278 2005-10-03 Kim F. Storm <storm@cua.dk>
15279
15280 * ido.el (ido-mode): Use custom-initialize-set.
15281
15282 2005-10-02 Richard M. Stallman <rms@gnu.org>
15283
15284 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15285 Use insert-buffer-substring.
15286
15287 * net/tramp.el: Pacify byte compiler warnings in pacification code.
15288 (tramp-handle-file-local-copy): Use insert-buffer-substring.
15289
15290 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15291
15292 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15293 in last change.
15294 (ange-ftp-insert-directory): Fix up the search for the case where
15295 `file' is absolute.
15296
15297 2005-10-02 Romain Francoise <romain@orebokech.com>
15298
15299 * progmodes/compile.el (compile-goto-error): Delete extra paren.
15300
15301 2005-10-02 Andreas Schwab <schwab@suse.de>
15302
15303 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15304 directory component in the session info.
15305
15306 2005-10-01 Richard M. Stallman <rms@gnu.org>
15307
15308 * comint.el (comint-redirect-subvert-readonly): Doc fix.
15309
15310 * simple.el (next-error-internal): New function.
15311
15312 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15313 (compilation-start): Pass new arg to compilation-buffer-name.
15314 (compile-goto-error): Use next-error-internal.
15315
15316 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15317
15318 * speedbar.el: Remove RCS tag.
15319 (speedbar-check-read-only): Handle non-existent files.
15320
15321 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15322
15323 * info.el (Info-speedbar-hierarchy-buttons)
15324 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15325
15326 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15327
15328 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15329 Do not match newline.
15330 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15331 (bibtex-summary): Remove unnecessary save-excursion.
15332 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15333
15334 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15335
15336 * term/mac-win.el: Add charset info for "iso10646-1".
15337 Modify default fontset to use ATSUI-compatible fonts for some charsets
15338 if available.
15339
15340 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15341
15342 * speedbar.el: Re-apply arch tag.
15343 (speedbar-version): Rename to version 1.0. Suggested by Eric
15344 M. Ludlam.
15345 Reapply two changes from Emacs CVS' version of speedbar lost
15346 during the merge:
15347 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15348 (speedbar-frame-parameters): Improve customize type.
15349
15350 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15353 (ange-ftp-file-directory-p): Fix the symlink case.
15354 (ange-ftp-insert-directory): When listing a single file, get a list of
15355 the parent buffer and extract the relevant line. Inspired from a patch
15356 by Katsumi Yamaoka <yamaoka@jpl.org>.
15357 (ange-ftp-file-name-sans-versions): Simplify.
15358
15359 2005-09-30 Bill Wohler <wohler@newt.com>
15360
15361 Move MH-E image files from toolbar and mail directories into
15362 etc/images.
15363
15364 * mail/reply2.*: Move to etc/images/mail/reply*.
15365
15366 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15367 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15368 etc/images.
15369
15370 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15371 * toolbar/reply*: Move to etc/images/mail.
15372
15373 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15374
15375 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15376
15377 * speedbar.el: New version 1.0pre3.
15378
15379 Frame management code (including timer, and mouse click specifics)
15380 moved to dframe.el:
15381 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15382 (speedbar-timer): Removed. Use dframe-timer.
15383 (speedbar-close-frame): Removed. Use dframe-close-frame.
15384 (speedbar-activity-change-focus-flag): Removed. Use
15385 dframe-activity-change-focus-flag.
15386 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15387 dframe-update-speed.
15388
15389 (speedbar-current-frame): New macro. Use this instead of the
15390 variable speedbar-frame.
15391
15392 (speedbar-use-images, speedbar-expand-image-button-alist)
15393 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15394
15395 (speedbar-find-image-on-load-path): Removed. Replaced by
15396 defezimage in ezimage.el.
15397 (speedbar-expand-image-button-alist): Removed. Replaced by
15398 ezimage-expand-image-button-alist in ezimage.el.
15399
15400 (speedbar-ignored-directory-regexp)
15401 (speedbar-add-ignored-directory-regexp)
15402 (speedbar-ignored-directory-expressions)
15403 (speedbar-line-directory, speedbar-buffers-line-directory)
15404 (speedbar-directory-line, speedbar-buffers-line-directory):
15405 Renamed, replacing `path' with `directory'.
15406
15407 (speedbar-create-directory, speedbar-expand-line-descendants)
15408 (speedbar-toggle-line-expansion)
15409 (speedbar-contract-line-descendants): New commands.
15410
15411 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15412 (speedbar-use-tool-tips-flag): New options.
15413
15414 (speedbar-check-read-only, speedbar-require-version)
15415 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15416 (speedbar-handle-delete-frame, speedbar-try-completion)
15417 (speedbar-update-localized-contents): New functions.
15418
15419 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15420 (speedbar-object-read-only-indicator): New variables.
15421
15422 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15423 New hooks.
15424
15425 (speedbar-separator-face): New face.
15426
15427 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15428 (speedbar-ignored-modes): Add fundamental-mode.
15429 (speedbar-directory-unshown-regexp): Add . directories.
15430
15431 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15432 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15433 `]' for full expand/close.
15434 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15435
15436 (speedbar-check-vc): Support hidden files.
15437 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15438 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15439 state is nil, it is not checked out.
15440
15441 (speedbar-line-text, speedbar-line-token): Support expand buttons
15442 with no text.
15443 (speedbar-refresh): Universal argument acts as power-click.
15444 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15445 that buffer to get variable values.
15446
15447 And many other bugfixes.
15448
15449 * dframe.el, ezimage.el, sb-image.el: New files.
15450
15451 * sb-*.xpm: Remove files. New image files installed into
15452 etc/images/ezimage.
15453
15454 2005-09-30 Kenichi Handa <handa@m17n.org>
15455
15456 * ps-mule.el (ps-mule-show-warning): If a character is in
15457 ps-print-translation-table, don't treat it as non-printable.
15458
15459 2005-09-30 David Ponce <david@dponce.com>
15460
15461 * tree-widget.el (tree-widget-themes-load-path): New variable.
15462 (tree-widget-themes-directory): Doc fix.
15463 (tree-widget-image-formats) [Emacs]: Doc fix.
15464 (tree-widget--locate-sub-directory): New function.
15465 (tree-widget-themes-directory): Use it.
15466
15467 * recentf.el (recentf-filename-handlers): Rename from
15468 `recentf-filename-handler'. Allow a list of functions.
15469 (recentf-menu-items-for-commands): Fix :help strings.
15470 (recentf-apply-filename-handlers): New function.
15471 (recentf-expand-file-name): Use it.
15472 (recentf-cleanup): Remove duplicates too.
15473
15474 2005-09-29 Juri Linkov <juri@jurta.org>
15475
15476 * faces.el: Rearrange face definitions to be in the same order as
15477 their face descriptions in "(emacs)Standard Faces".
15478
15479 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15480
15481 * tooltip.el (tooltip): Add group `basic-faces'.
15482
15483 * buff-menu.el (Buffer-menu-buffer): Remove group
15484 `font-lock-highlighting-faces'.
15485
15486 * progmodes/compile.el (compilation-error, compilation-warning)
15487 (compilation-info, compilation-line-number, compilation-column-number):
15488 Change group from `font-lock-highlighting-faces' to `compilation'.
15489
15490 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15491 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15492 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15493 (vhdl-font-lock-reserved-words-face)
15494 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15495 `font-lock-highlighting-faces'.
15496
15497 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15498
15499 2005-09-28 Kim F. Storm <storm@cua.dk>
15500
15501 * emulation/cua-base.el: Set CUA move property on additional commands:
15502 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15503 forward-sexp, backward-sexp, forward-list, backward-list.
15504
15505 2005-09-28 Romain Francoise <romain@orebokech.com>
15506
15507 * comint.el (comint-show-output): Really set point at the
15508 beginning of the output when not using `comint-use-prompt-regexp'.
15509
15510 2005-09-27 Jay Belanger <belanger@truman.edu>
15511
15512 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15513 in TeX mode.
15514
15515 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15516
15517 * textmodes/org.el (org-table-sum): Fix format string.
15518
15519 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15520 Quote face names.
15521
15522 2005-09-26 Romain Francoise <romain@orebokech.com>
15523
15524 * isearch.el (isearch-forward-regexp): Close doc string.
15525
15526 2005-09-25 Richard M. Stallman <rms@gnu.org>
15527
15528 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15529
15530 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15531
15532 * progmodes/compile.el (compilation-error-properties):
15533 When getting the file from the previous error message,
15534 correctly decode the new data format.
15535
15536 * progmodes/cc-cmds.el (c-electric-paren):
15537 Call old-blink-paren only for close-paren.
15538
15539 2005-09-24 Andreas Schwab <schwab@suse.de>
15540
15541 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15542 condition.
15543
15544 2005-09-25 Romain Francoise <romain@orebokech.com>
15545
15546 * dired-aux.el (dired-copy-file-recursive):
15547 * dired.el (dired-delete-file):
15548 * ediff-mult.el (ediff-dir-diff-copy-file):
15549 * ediff-util.el (ediff-test-save-region):
15550 * forms.el (forms-mode):
15551 * ido.el (ido-file-internal, ido-delete-file-at-head):
15552 * log-edit.el (log-edit-done):
15553 * ses.el (ses-yank-resize):
15554 * play/gomoku.el (gomoku-human-plays, gomoku)
15555 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15556 (gomoku-offer-a-draw):
15557 * play/landmark.el (lm-human-resigns, lm):
15558 * net/eudcb-ldap.el (eudc-ldap-check-base):
15559 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15560 * progmodes/ebrowse.el (ebrowse-find-pattern):
15561 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15562 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15563 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15564
15565 * vc.el (vc-delete-file):
15566 * play/gomoku.el (gomoku-terminate-game, gomoku)
15567 (gomoku-prompt-for-move, gomoku-human-takes-back):
15568 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15569 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15570
15571 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15572
15573 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15574 color rxvt terminals by using the code xterm.el used to use before
15575 2005-04-09 in order to match the colors used by rxvt.
15576
15577 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15578
15579 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15580 colors rxvt-unicode terminals by using the same code as xterm.el.
15581
15582 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15583
15584 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15585 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15586 new symbol used for the tex-verbatim face.
15587
15588 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15589
15590 * woman.el (woman-file-name):
15591 * wid-edit.el (widget-file-prompt-value)
15592 (widget-coding-system-prompt-value):
15593 * w32-fns.el (set-w32-system-coding-system):
15594 * vc.el (vc-version-diff, vc-annotate):
15595 * textmodes/reftex-auc.el (reftex-arg-cite)
15596 (reftex-arg-index-tag):
15597 * textmodes/refer.el (refer-get-bib-files):
15598 * textmodes/artist.el (artist-figlet-choose-font):
15599 * terminal.el (terminal-emulator):
15600 * replace.el (occur-read-primary-args):
15601 * rect.el (string-rectangle, string-insert-rectangle):
15602 * ps-print.el (ps-print-preprint):
15603 * progmodes/pascal.el (pascal-goto-defun):
15604 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15605 * progmodes/compile.el (compilation-find-file):
15606 * printing.el (pr-interactive-n-up):
15607 * play/animate.el (animate-birthday-present):
15608 * net/rcompile.el (remote-compile):
15609 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15610 * mail/rmailsum.el (rmail-summary-search-backward)
15611 (rmail-summary-search):
15612 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15613 (rmail-output-read-file-name):
15614 * mail/rmail.el (rmail-search, rmail-search-backwards):
15615 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15616 * locate.el (locate):
15617 * international/quail.el (quail-show-keyboard-layout):
15618 * international/mule.el (set-buffer-file-coding-system)
15619 (revert-buffer-with-coding-system, set-file-name-coding-system)
15620 (set-terminal-coding-system, set-keyboard-coding-system)
15621 (set-next-selection-coding-system):
15622 * international/mule-diag.el (describe-coding-system)
15623 (describe-font, describe-fontset):
15624 * international/mule-cmds.el (universal-coding-system-argument)
15625 (search-unencodable-char, describe-input-method)
15626 (set-language-environment, describe-language-environment):
15627 * international/codepage.el (codepage-setup):
15628 * international/code-pages.el (codepage-setup):
15629 * info.el (Info-search, Info-follow-reference)
15630 (Info-search-backward):
15631 * emacs-lisp/advice.el (ad-read-advised-function)
15632 (ad-read-advice-class, ad-clear-cache, ad-activate)
15633 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15634 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15635 (ad-read-regexp):
15636 * ediff-util.el (ediff-toggle-regexp-match):
15637 * ediff-ptch.el (ediff-prompt-for-patch-file):
15638 * dired-aux.el (dired-diff):
15639 * diff.el (diff):
15640 * cus-edit.el (custom-variable-prompt):
15641 * calendar/timeclock.el (timeclock-ask-for-project):
15642 * calc/calcalg3.el (calc-get-fit-variables):
15643 * calc/calc-store.el (calc-edit-variable)
15644 (calc-permanent-variable):
15645 * vc-mcvs.el (vc-mcvs-register):
15646 * shadowfile.el (shadow-define-literal-group):
15647 * woman.el (woman-file-name):
15648 * vc.el (vc-version-diff, vc-merge):
15649 * textmodes/reftex-index.el (reftex-index-complete-tag):
15650 * format.el (format-decode-buffer, format-decode-region):
15651 * emulation/viper-cmd.el (viper-read-string-with-history):
15652 * emacs-lisp/debug.el (cancel-debug-on-entry):
15653 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15654 * ediff.el (ediff-merge-revisions)
15655 (ediff-merge-revisions-with-ancestor, ediff-revision):
15656 * completion.el (interactive-completion-string-reader):
15657 * calc/calc-prog.el (calc-user-define-formula):
15658 Follow convention for reading with the minibuffer.
15659
15660 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15661
15662 * progmodes/python.el (python-describe-symbol): Add globals() and
15663 locals() to the arguments of emacs.ehelp.
15664
15665 2005-09-24 Magnus Henoch <mange@freemail.hu>
15666
15667 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15668 New function, code extracted from ispell-valid-dictionary-list.
15669 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15670 Call it.
15671
15672 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15673
15674 * subr.el (version-regexp-alist): Extend valid syntax for version
15675 strings: allow any of the characters -,_,+ to separate the
15676 alpha/beta/rc part from the version part. Doc fix.
15677 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15678
15679 2005-09-23 David Reitter <david.reitter@gmail.com>
15680
15681 * mail/mailclient.el: New file.
15682
15683 2005-09-23 Richard M. Stallman <rms@gnu.org>
15684
15685 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15686 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15687 Doc fixes.
15688
15689 * progmodes/cc-mode.el (c-font-lock-init):
15690 Specify font-lock-lines-before.
15691
15692 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15695 whole conflict.
15696
15697 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15698
15699 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15700 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15701 of `remap' feature when available. Additional key bindings for
15702 better tty support.
15703 (org-mode-restart, org-force-self-insert): New commands.
15704 (org-time-stamp-inactive): New command.
15705 (org-remap): New function.
15706 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15707 (org-enable-fixed-width-editor): Move to `org-structure'
15708 customization group.
15709 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15710 blank field after field motion commands.
15711
15712 2005-09-23 Kenichi Handa <handa@m17n.org>
15713
15714 * international/mule-cmds.el (set-language-environment):
15715 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15716 have to call utf-translate-cjk-load-tables.
15717
15718 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * mouse.el (mouse-move-drag-overlay): Fix last change.
15721
15722 2005-09-22 David Ponce <david@dponce.com>
15723
15724 * tree-widget.el (tree-widget-value-create): Fix previous change.
15725
15726 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15727
15728 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15729
15730 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * mouse.el (mouse-move-drag-overlay): New function.
15733 (mouse-drag-region-1): Use it.
15734 Try to simplify a bit the state handling. Handle clicks on links
15735 inside intangible areas.
15736 (mouse-save-then-kill): Minor simplification.
15737 (mouse-secondary-overlay): Make it always non-nil instead of
15738 recreating it each time.
15739 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15740 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15741 Simplify accordingly.
15742
15743 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15744
15745 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15746
15747 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15748
15749 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15750 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15751 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15752 to patch.
15753
15754 * ediff-util.el: Use insert-buffer-substring.
15755
15756 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15757
15758 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15759 field boundaries in the minibuffer.
15760 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15761 (viper-minibuffer-post-command-hook): New hook.
15762 (viper-line): Don't move cursor at bolp.
15763
15764 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15765
15766 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15767 avoid compiler warnings.
15768
15769 * emulation/viper-macs.el (ex-map): Better messages.
15770
15771 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15772
15773 * emulation/viper.el: Replace make-variable-buffer-local with
15774 viper-make-variable-buffer-local everywhere, to avoid warnings.
15775
15776 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15777
15778 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15779 Delete unused var `old-selected-window'.
15780 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15781 (mouse-drag-secondary): Delete unused var `start-frame'.
15782
15783 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15784
15785 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15786
15787 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15788
15789 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15790 Re-indent within 80 columns. Use inhibit-read-only.
15791
15792 2005-09-19 Romain Francoise <romain@orebokech.com>
15793
15794 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15795
15796 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15799 unconditionally, since the after-change-function already did it.
15800
15801 2005-09-19 Miles Bader <miles@gnu.org>
15802
15803 * net/newsticker.el: Get rid of CVS keyword.
15804
15805 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15806
15807 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15808 The prompt is formatted later.
15809
15810 2005-09-19 David Ponce <david@dponce.com>
15811
15812 * tree-widget.el (tree-widget-value-create): Save the converted
15813 tree :node widget.
15814
15815 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15816
15817 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15818 variable `message'.
15819
15820 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15821
15822 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15823 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15824 <slawomir.nowaczyk.847@student.lu.se>.
15825
15826 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15827
15828 * image.el (image-load-path): Use symbol `data-directory' instead
15829 of its value, for backward compatibility with packages that bind
15830 it during `find-image'. Suggested by Katsumi Yamaoka.
15831 (image-search-load-path): Handle symbols whose values are strings.
15832
15833 2005-09-18 Romain Francoise <romain@orebokech.com>
15834
15835 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15836 with-current-buffer form in save-excursion.
15837
15838 2005-09-18 Deepak Goel <deego@gnufans.org>
15839
15840 * apropos.el (apropos-command): Fix `message' call: first arg
15841 should be a format spec. In this and all other cases that appear
15842 below and elsewhere in the source code, I made a change only when
15843 two conditions were satisfied: [1] I can think of a possibility
15844 that the arguments would cause an error, for example, the code in
15845 question relies on external variables such as filenames. [2] I
15846 was sure that the arg to `message' could not have been nil in the code.
15847
15848 * textmodes/tildify.el (tildify-region): Ditto.
15849
15850 * textmodes/reftex-index.el (reftex-index-change-entry)
15851 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15852 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15853 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15854 (org-priority, org-table-sum):
15855 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15856 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15857 (flyspell-word, flyspell-display-next-corrections):
15858 * textmodes/bibtex.el (bibtex-print-help-message):
15859 * textmodes/artist.el (artist-key-set-point-poly):
15860 * term/mac-win.el (mac-services-insert-text):
15861 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15862 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15863 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15864 (vhdl-compose-configuration):
15865 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15866 (sh-set-indent, sh-learn-line-indent):
15867 * progmodes/ps-mode.el (ps-mode-target-column):
15868 * progmodes/idlwave.el (idlwave-make-tags)
15869 (idlwave-scan-library-catalogs):
15870 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15871 * progmodes/gud.el (gud-jdb-analyze-source):
15872 * progmodes/flymake.el (flymake-log):
15873 * progmodes/ebnf2ps.el (ebnf-generate-region):
15874 * progmodes/cmacexp.el (c-macro-expansion):
15875 * progmodes/ada-xref.el (ada-treat-cmd-string):
15876 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15877 (ada-justified-indent-current, ada-batch-reformat):
15878 * play/zone.el (zone):
15879 * play/landmark.el (lm-move):
15880 * play/decipher.el (decipher-show-alphabet):
15881 * net/newsticker.el (newsticker--display-jump)
15882 (newsticker--display-scroll):
15883 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15884 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15885 * mail/feedmail.el (feedmail-dump-message-to-queue):
15886 * eshell/esh-proc.el (eshell-remove-process-entry):
15887 * emulation/ws-mode.el (ws-last-error):
15888 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15889 (viper-record-kbd-macro):
15890 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15891 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15892 * emacs-lisp/find-func.el (find-function-noselect):
15893 * calendar/timeclock.el (timeclock-status-string)
15894 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15895 (timeclock-when-to-leave-string):
15896 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15897 * calc/calc-units.el (calc-enter-units-table):
15898 * calc/calc-mode.el (calc-mode-record-mode):
15899 * woman.el (woman-mini-help):
15900 * wdired.el (wdired-change-to-wdired-mode):
15901 * vc.el (vc-retrieve-snapshot):
15902 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15903 * startup.el (display-startup-echo-area-message):
15904 * simple.el (set-goal-column):
15905 * ses.el (ses-command-hook, ses-recalculate-cell):
15906 * server.el (server-process-filter):
15907 * printing.el (pr-interface-txt-print, pr-interface-printify)
15908 (pr-interface-ps):
15909 * pcvs.el (cvs-help):
15910 * log-edit.el (log-edit, log-edit-mode-help):
15911 * iswitchb.el (iswitchb-possible-new-buffer):
15912 * isearch.el (isearch-edit-string):
15913 * image-mode.el (image-mode, image-minor-mode):
15914 * ibuf-macs.el (define-ibuffer-filter):
15915 * hi-lock.el (hi-lock-find-patterns):
15916 * files.el (toggle-read-only):
15917 * ediff-util.el (ediff-copy-diff)
15918 (ediff-write-merge-buffer-and-maybe-kill):
15919 * echistory.el (Electric-history-undefined):
15920 * dnd.el (dnd-insert-text):
15921 * dired-aux.el (dired-query):
15922 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15923 * bookmark.el (bookmark-bmenu-locate):
15924 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15925 Fix `message' calls to ensure first arg is a format string.
15926 The change was made only when these two conditions were satisfied:
15927 [1] when there is a possibility that the arguments would cause an error
15928 for example, if the code in question relies on external variables
15929 such as filenames, and
15930 [2] if the arg to `message' could not have been nil in the code.
15931
15932 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15933 Not having a %s would be weird, though not technically wrong.
15934
15935 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15936
15937 * term/mac-win.el (mac-add-charset-info): Doc fix.
15938
15939 2005-09-17 Romain Francoise <romain@orebokech.com>
15940
15941 * shell.el (shell-resync-dirs): Handle echoing processes more
15942 reliably. Don't insert resync command if `comint-process-echoes'
15943 is non-nil.
15944
15945 2005-09-17 Magnus Henoch <mange@freemail.hu>
15946
15947 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15948 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15949 aspell versions >= 0.60.
15950 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15951 only if ispell-aspell-supports-utf8 is non-nil.
15952
15953 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15954
15955 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15956 buffer-local value to lisp-indent-function.
15957
15958 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15959
15960 * progmodes/glasses.el (glasses-make-readable): If
15961 glasses-separator differs from underscore, put appropriate
15962 overlays over underscore characters.
15963 (glasses-convert-to-unreadable): If glasses-separator differs from
15964 underscore, try to convert glasses-separator characters to
15965 underscores.
15966
15967 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15970 Use with-syntax-table and dolist.
15971
15972 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15973
15974 * textmodes/reftex-auc.el:
15975 * textmodes/reftex-cite.el:
15976 * textmodes/reftex-dcr.el:
15977 * textmodes/reftex-global.el:
15978 * textmodes/reftex-parse.el:
15979 * textmodes/reftex-ref.el:
15980 * textmodes/reftex-sel.el:
15981 * textmodes/reftex-toc.el:
15982 * textmodes/reftex-vars.el:
15983 * textmodes/reftex.el: Small changes to remove compiler warnings.
15984
15985 * textmodes/reftex-index.el: Likewise.
15986 (reftex-query-index-phrase): More efficient use of markers.
15987
15988 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15989
15990 * image.el (image-load-path): New variable.
15991 (image-search-load-path): New function.
15992 (find-image): Search for images in `image-load-path'.
15993
15994 2005-09-15 Richard M. Stallman <rms@gnu.org>
15995
15996 * follow.el: Change Maintainer field.
15997
15998 2005-09-15 David Ponce <david@dponce.com>
15999
16000 * recentf.el (recentf-save-file-modes): New option.
16001 (recentf-save-list): Use it.
16002
16003 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
16004
16005 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
16006 (mode-line-mule-info, mode-line-modified): Move bindings from
16007 mouse-3 to mouse-1.
16008
16009 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16010
16011 * simple.el (sendmail-user-agent-compose): Revert last change.
16012
16013 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16014
16015 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
16016 Use with-current-buffer.
16017 (ange-ftp-gwp-start): Remove unused var `gw-user'.
16018 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
16019 (ange-ftp-insert-directory): Remove unused var `short'.
16020 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
16021
16022 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
16023 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
16024
16025 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
16026 (check-calendar-holidays, diary-list-entries): Autoload.
16027 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
16028 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
16029
16030 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
16031 which mistakenly removed a call to display-buffer.
16032
16033 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
16034
16035 * obsolete/iso-insert.el: Move to obsolete/ from international/.
16036
16037 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
16038
16039 * progmodes/hideshow.el
16040 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
16041 (hs-allow-nesting): New user var.
16042 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
16043 (hs-hide-block-at-point): When nesting allowed,
16044 if there is already an overlay in place, delete it.
16045 (hs-safety-is-job-n): Delete func; remove call sites.
16046 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
16047 (hs-overlay-at): New func.
16048 (hs-already-hidden-p, hs-show-block): Use it.
16049 (hs-hide-all): Don't pre-clean if nesting allowed.
16050 (hs-show-all): Temporarily disallow
16051 nesting around call to `hs-discard-overlays'.
16052
16053 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
16054
16055 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
16056 Delete unused local var.
16057
16058 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
16059
16060 * help-fns.el (describe-categories): "?\ " -> "?\s".
16061 (help-do-arg-highlight): Recognize also ARG-n, as in
16062 `move-to-left-margin' (ARG+n is already recognized). Simplify.
16063
16064 * international/codepage.el (dos-unsupported-char-glyph):
16065 * net/newsticker.el (tool-bar-map, w3-mode-map)
16066 (w3m-minor-mode-map):
16067 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
16068 (ent-alist):
16069 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
16070
16071 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
16072
16073 * custom.el (custom-push-theme): Handle the case where a symbol is
16074 bound but face properties have not yet been assigned.
16075
16076 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
16077 Fix behavior if noerase is `t' and there is no mail buffer.
16078
16079 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
16080 if `continue' is nil, rather than signal an error.
16081
16082 2005-09-12 Richard M. Stallman <rms@gnu.org>
16083
16084 * font-lock.el (font-lock-keywords): Add autoload.
16085
16086 * help-fns.el (describe-variable): Rearrange to put source link
16087 in a predictable place.
16088
16089 * net/newsticker.el: New file.
16090
16091 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * calendar/calendar.el (calendar-for-loop): Add edebug info.
16094 (calendar-basic-setup): Use the new nil arg.
16095 (number-of-diary-entries): Move to diary-lib.el.
16096
16097 * calendar/diary-lib.el: Use with-current-buffer, match-string.
16098 (diary-list-entries): Use with-syntax-table and dolist.
16099 Rename from list-diary-entries.
16100 Use number-of-diary-entries if `number' is nil.
16101 (diary, diary-view-entries): Use this new name and new nil arg value.
16102 (number-of-diary-entries): Move from calendar.el.
16103 (diary-unhide-everything): New function.
16104 (include-other-diary-files, fancy-diary-display)
16105 (diary-show-all-entries, make-diary-entry): Use it.
16106 (diary-mail-entries): Use buffer-string.
16107 (mark-diary-entries): Fix long standing paren typo.
16108 (diary-sexp-entry): Use count-lines.
16109 (make-diary-entry): Avoid `previous-line'.
16110 (diary-mode-map): New var.
16111 (diary-mode): Redraw cal after saving. Setup header-line.
16112 (fancy-diary-display-mode): Use local-set-key.
16113
16114 * startup.el (command-line): Try calling various terminal-init-foo-bar
16115 functions by stripping hyphenated suffixes from $TERM.
16116
16117 * files.el (normal-mode): Check boundness of font-lock-keywords.
16118
16119 2005-09-12 Richard M. Stallman <rms@gnu.org>
16120
16121 * progmodes/compile.el: Don't decide a file's directory
16122 until the user actually tries to go there.
16123 (compilation-next-error-function):
16124 Pass compilation-find-file the directory from the file-struct.
16125 (compilation-internal-error-properties): Separate local FILE-STRUCT
16126 from FILE. Doc the args better. Rename arg FMT to FMTS.
16127 (compilation-find-file): Arg DIR renamed to DIRECTORY.
16128 Expand it, and if nil, use default-directory.
16129 (compilation-get-file-structure): Don't mix specified directory
16130 with default directory. Put specified directory into
16131 file-struct. Don't make the file name absolute.
16132
16133 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16134 (compile-command): Add autoload.
16135 (compilation-disable-input): Add autoload.
16136
16137 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16138
16139 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16140 strings of the variables it can override.
16141 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16142 %Q and %q, for fully-qualified domain name and unqualified host name.
16143
16144 2005-09-11 Kim F. Storm <storm@cua.dk>
16145
16146 * emacs-lisp/authors.el (authors-aliases): Update list.
16147 (authors-fixed-entries): Update mldrag.el entry.
16148
16149 2005-09-10 Alan Mackenzie <acm@muc.de>
16150
16151 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16152 from the region narrowed to.
16153
16154 2005-09-10 Magnus Henoch <mange@freemail.hu>
16155
16156 * textmodes/ispell.el (ispell-check-version): Signal an error if
16157 aspell version is less than 0.60.
16158
16159 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16160
16161 * progmodes/octave-inf.el (inferior-octave-startup):
16162 Resync current dir at the end.
16163
16164 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16165
16166 * woman.el (woman-topic-at-point-default):
16167 Rename to woman-use-topic-at-point-default.
16168 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16169 (woman-file-name): Reflect renames above. Automatically use the
16170 word at point as topic if woman-use-topic-at-point is non-nil.
16171 Otherwise offer it as default but don't insert it in the
16172 minibuffer. Also use `test-completion' instead of `assoc' as
16173 suggested by Stefan Monnier.
16174
16175 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16176
16177 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16178 the attempt to do it over Tramp. This is not yet supported.
16179
16180 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16181
16182 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16183 (menu-bar-non-minibuffer-window-p): New functions.
16184 ("Split Window", "Save As..."): Use them.
16185 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16186 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16187 Use menu-bar-menu-frame-live-and-visible-p.
16188 ("Save Buffer", "Insert File", "Open Directory...")
16189 ("Open File...", "Visit New File..."):
16190 Use menu-bar-non-minibuffer-window-p.
16191 (kill-this-buffer-enabled-p, dired <menu-enable>):
16192 Use menu-bar-non-minibuffer-window-p.
16193
16194 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16195
16196 * cus-start.el (all): Don't complain about fringe-related
16197 built-ins if fringes are not supported. Ditto about
16198 selection-related built-ins. Fix the test for GTK-related built-ins.
16199
16200 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16201 ("Postscript Print Buffer", "Print Region", "Save As...")
16202 ("Save", "Insert File...", "Open Directory...")
16203 ("Open File...", "Visit New File..."")
16204 ("Truncate Long Lines in this Buffer"): Don't look at
16205 menu-updating-frame if this display does not support multiple frames.
16206
16207 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16208
16209 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16210
16211 2005-09-09 Emilio Lopes <eclig@gmx.net>
16212
16213 * woman.el: Format- and whitespace-related changes.
16214
16215 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16216
16217 * woman.el: Fix my email address.
16218
16219 2005-09-08 Richard M. Stallman <rms@gnu.org>
16220
16221 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16222 (sh-mode): Locally set skeleton-pair-default-alist.
16223
16224 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16225
16226 * progmodes/flymake.el: Require `compile' unconditionally.
16227
16228 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16229
16230 * woman.el (woman-file-name): Provide a default, not initial input.
16231
16232 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16233
16234 * font-lock.el (font-lock-support-mode): Doc fix.
16235
16236 * descr-text.el (describe-property-list): Handle non-symbol prop names.
16237
16238 2005-09-08 Richard M. Stallman <rms@gnu.org>
16239
16240 * simple.el (blink-matching-open): Get rid of text props from
16241 the string shown in echo area. Don't permanently set point.
16242 Some rearrangements.
16243
16244 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16245
16246 * recentf.el (recentf-filename-handler): Add custom choice
16247 `abbreviate-file-name'.
16248
16249 * msb.el (msb--very-many-menus): Fix typo.
16250
16251 * disp-table.el (standard-display-european): Don't set
16252 enable-multibyte-characters to nil.
16253
16254 2005-09-08 David Ponce <david@dponce.com>
16255
16256 * recentf.el (recentf-show-file-shortcuts-flag): New option.
16257 (recentf-expand-file-name): Doc fix.
16258 (recentf-dialog-mode-map): Define digit shortcuts.
16259 (recentf--files-with-key): New variable.
16260 (recentf-show-digit-shortcut-filter): New function.
16261 (recentf-open-files-items): New function.
16262 (recentf-open-files): Use it.
16263 (recentf-open-file-with-key): New command.
16264
16265 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
16266
16267 * buff-menu.el (Buffer-menu-sort-by-column): New function.
16268 Suggested by Kim F. Storm.
16269 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16270 (Buffer-menu-make-sort-button): Use global keymap.
16271
16272 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
16273
16274 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16275 (Man-getpage-in-background-advice): Remove defadvice; it isn't
16276 necessary any longer with the remapped command.
16277 (Man-bgproc-sentinel-advice): Remove defadvice which counts
16278 formatting time only.
16279
16280 * net/tramp.el (tramp-action-password)
16281 (tramp-multi-action-password): Compile the password prompt from
16282 `method', `user' and `host'. Sometimes it isn't obvious which
16283 password to enter, for example with remote files offered by
16284 recentf.el, or with multiple steps. Suggested by Robert Marshall
16285 <robert@chezmarshall.freeserve.co.uk>.
16286
16287 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16290 Fix regexp for when "s///" is at the beginning of line.
16291
16292 2005-09-07 Jay Belanger <belanger@truman.edu>
16293
16294 * calc/calc-poly.el (math-expand-term): Multiply out any powers
16295 when in matrix mode.
16296
16297 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16300 non-anonymous functions.
16301
16302 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
16303
16304 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16305 when using a header line. Otherwise, use mouse-1-click-follows-link.
16306
16307 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16308 can't be moved; don't signal an error.
16309
16310 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
16311
16312 * cus-theme.el (custom-theme-write-faces): Save the current face
16313 spec, not the defface spec.
16314
16315 * custom.el (custom-known-themes): Clarify meaning of "standard".
16316 (custom-push-theme): Save old values in the standard theme.
16317 (disable-theme): Correct typo.
16318 (custom-face-theme-value) Deleted unused function.
16319 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16320
16321 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * progmodes/compile.el (compilation-goto-locus): Take into account
16324 iconified frames when determining whether the buffer is
16325 already visible.
16326 Don't reset window height if the window already existed.
16327
16328 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
16329
16330 * custom.el (load-theme): Rename from require-theme.
16331 Add interactive spec.
16332 (enable-theme): Rename from custom-enable-theme.
16333 Add interactive spec.
16334 (disable-theme): Rename from custom-disable-theme.
16335 Add interactive spec.
16336 (custom-make-theme-feature): Doc fix.
16337 (custom-theme-directory): Doc fix.
16338 (provide-theme): Call enable-theme.
16339
16340 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * obsolete/lazy-lock.el (lazy-lock-mode):
16343 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16344 font-lock-mode if it's off. Print a warning instead.
16345
16346 * progmodes/compile.el (compilation-start): Ignore errors if the
16347 process died before we get to send-eof.
16348
16349 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16350 Undo last change. Enclosing the result in quotes broke things on Unix
16351 since tex-send-command passes it through shell-quote-argument.
16352 (tex-send-command): Pass `file' through convert-standard-filename
16353 when possible.
16354 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16355 info in a transcript.
16356
16357 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16358
16359 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16360 fix compilation warning. Reorder the key definitions to group
16361 together keys emitted by the current version of xterm.
16362
16363 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16364 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16365 Reorder predicates to correct min-color usage.
16366
16367 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16368
16369 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16370 Kill local variables when longlines-mode is turned off.
16371
16372 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16375
16376 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16377
16378 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16379
16380 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16381 (font-lock-lines-before): Change default to being inactive.
16382 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16383 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16384
16385 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16386
16387 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16388 Deactivate temporarily advice if active (not needed for Emacs 22,
16389 but for backwards compatibility).
16390 (tramp-exists-file-name-handler): Rewrite. First implementation
16391 was too simple.
16392 (tramp-advice-make-auto-save-file-name):
16393 Call `tramp-handle-make-auto-save-file-name' (again, just for
16394 backwards compatibility).
16395
16396 2005-08-31 Reto Zimmermann <reto@gnu.org>
16397
16398 * progmodes/vhdl-mode.el
16399 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16400 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16401 (vhdl-set-default-project): New function (easier setting of default).
16402 (vhdl-port-copy): Handle extended identifiers for generics.
16403 (vhdl-compiler-alist): Better description for error message regexp.
16404 (vhdl-make): Query for target, use previous as default.
16405 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16406 (vhdl-font-lock-keywords-2): Fix fontification for record
16407 el. assign.
16408 (vhdl-speedbar-make-subpack-line): Add package body link.
16409 (vhdl-generate-makefile-1): Not include itself as dependency.
16410 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16411 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16412 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16413 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16414 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16415 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16416 (vhdl-import-project): Add string argument for `error'.
16417 (vhdl-compose-configuration)
16418 (vhdl-compose-configuration-architecture): Add configuration
16419 declaration generation.
16420 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16421 (vhdl-trailer-re): Add "record" keyword (better indentation).
16422 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16423 "[^ \t-\"]+".
16424 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16425 (vhdl-testbench-entity-file-name)
16426 (vhdl-testbench-architecture-file-name): Allow separate
16427 customization of testbench file names.
16428 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16429 (vhdl-get-visible-signals): Allow newline within alias declaration.
16430 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16431 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16432 (member-ignore-case): Alias for missing function in XEmacs.
16433 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16434 (vhdl-update-sensitivity-list): Ignore case on read signals.
16435 (vhdl-replace-string): Adjust case only for file names.
16436 (vhdl-update-sensitivity-list): Fix search for read signals.
16437 (vhdl-update-sensitivity-list): Exclude formal parameters.
16438 (vhdl-get-visible-signals): Include aliases of signals.
16439 (vhdl-get-visible-signals): Fix signal name searching.
16440 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16441 (vhdl-fixup-whitespace-region): Fix for character
16442 literals (e.g. `:').
16443
16444 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16445
16446 * ansi-color.el (comint-last-output-start):
16447 * bs.el (font-lock-verbose):
16448 * diff-mode.el (add-log-buffer-file-name-function):
16449 * dired-x.el (vm-folder-directory):
16450 * faces.el (help-xref-stack-item):
16451 * files.el (font-lock-keywords):
16452 * find-lisp.el (dired-buffers, dired-subdir-alist):
16453 * ido.el (cua-inhibit-cua-keys):
16454 * log-view.el (cvs-minor-wrap-function):
16455 * outline.el (font-lock-warning-face):
16456 * simple.el (compilation-current-error):
16457 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16458 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16459 * tooltip.el (comint-prompt-regexp):
16460 * w32-fns.el (explicit-shell-file-name):
16461 * term/mac-win.el (mac-charset-info-alist)
16462 (mac-services-selection, mac-system-script-code):
16463 * term/tty-colors.el (msdos-color-values):
16464 * term/w32-win.el (xlfd-regexp-registry-subnum):
16465 * term/x-win.el (x-keysym-table, x-selection-timeout)
16466 (x-session-id, x-session-previous-id):
16467 * textmodes/ispell.el (mail-yank-prefix):
16468 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16469 * textmodes/org.el (calc-embedded-close-formula)
16470 (calc-embedded-open-formula)
16471 (font-lock-unfontify-region-function):
16472 * textmodes/reftex-global.el (isearch-next-buffer-function)
16473 (TeX-master):
16474 * textmodes/reftex.el (font-lock-keywords):
16475 * textmodes/tex-mode.el (font-lock-comment-face)
16476 (font-lock-doc-face):
16477 * textmodes/texinfo.el (outline-heading-alist):
16478 Add defvars.
16479
16480 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16481 (artist-spray-chars, artist-mode-init, artist-replace-string)
16482 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16483 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16484 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16485
16486 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16487 (conf-align-assignments): "?\ " -> "?\s".
16488
16489 * textmodes/reftex-index.el (TeX-master): Add defvar.
16490 (reftex-index-phrases-marker): Move up defvar.
16491
16492 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16493 (reftex-toc-include-labels-indicator)
16494 (reftex-toc-include-index-indicator)
16495 (reftex-toc-max-level-indicator): Move up declarations.
16496
16497 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16498 of args to `tramp-run-real-handler', even if it's empty in this case.
16499
16500 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16501
16502 * dired.el (dired-move-to-filename-regexp): Add date format for
16503 Mac OS X 10.3 in East Asian locales.
16504
16505 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16506
16507 * files.el (make-auto-save-file-name): Add file name handler call
16508 if applicable.
16509
16510 * net/tramp.el (tramp-file-name-handler-alist)
16511 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16512 (tramp-handle-make-auto-save-file-name): Rename from
16513 `tramp-make-auto-save-file-name'.
16514 (tramp-exists-file-name-handler): New defun.
16515 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16516 `make-auto-save-file-name' is not a magic file name operation.
16517
16518 2005-08-30 Richard M. Stallman <rms@gnu.org>
16519
16520 * files.el (risky-local-variable-p):
16521 Match `-predicates' and `-commands.
16522
16523 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16524 (custom-save-all): Visit the file if necessary;
16525 kill the buffer if we created it.
16526 (custom-save-delete): Don't visit file or kill buffer here.
16527
16528 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16529
16530 * textmodes/org.el (org-special-keyword): New face.
16531 (org-table-copy-down, org-table-eval-formula)
16532 (org-table-recalculate, org-init-section-numbers):
16533 Use `string-to-number' instead of `string-to-int'.
16534 (org-get-location): Use `insert-buffer-substring' instead of
16535 `insert-buffer'.
16536 (org-modify-diary-entry-string): New function.
16537 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16538 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16539 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16540 active region.
16541 (org-export-as-html): Handle QUOTE keyword.
16542 (org-quote-string): New option.
16543 (org-bookmark-jump-unhide): New function, used for
16544 `bookmark-after-jump-hook'.
16545 (org-diary-default-entry): Apply only when not called through
16546 `org-agenda'.
16547
16548 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16549
16550 * net/eudc.el (mode-popup-menu):
16551 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16552 * progmodes/ada-mode.el (compile-auto-highlight)
16553 (skeleton-further-elements):
16554 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16555 * progmodes/cmacexp.el (msdos-shells):
16556 * progmodes/compile.el (font-lock-extra-managed-props)
16557 (font-lock-keywords, font-lock-maximum-size)
16558 (font-lock-support-mode):
16559 * progmodes/grep.el (font-lock-lines-before):
16560 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16561 * progmodes/mixal-mode.el (compile-command):
16562 * progmodes/perl-mode.el (font-lock-comment-face)
16563 (font-lock-doc-face, font-lock-string-face):
16564 * progmodes/prolog.el (comint-prompt-regexp):
16565 * progmodes/sh-script.el (font-lock-comment-face)
16566 (font-lock-set-defaults, font-lock-string-face):
16567 * progmodes/sql.el (font-lock-keyword-face)
16568 (font-lock-set-defaults, font-lock-string-face):
16569 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16570 (itimer-version, lazy-lock-defer-contextually)
16571 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16572 Add defvars.
16573
16574 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16575 (cperl-electric-keyword, cperl-electric-pod)
16576 (cperl-electric-backspace, cperl-forward-re)
16577 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16578 (vc-rcs-header, vc-sccs-header): Add defvars.
16579
16580 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16581 (font-lock-syntactic-keywords, gud-find-expr-function):
16582 Add defvars.
16583
16584 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16585 (gdb-frame-parameters): Declare before use.
16586
16587 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16588 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16589 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16590 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16591
16592 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16593 (idlwave-help-with-source): Use `insert-buffer-substring', not
16594 `insert-buffer'.
16595
16596 2005-08-29 Juri Linkov <juri@jurta.org>
16597
16598 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16599 Put outline-back-to-heading function call inside save-excursion.
16600
16601 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16602
16603 * man.el (Man-init-defvars, Man-translate-references)
16604 (Man-support-local-filenames, Man-highlight-references):
16605 * progmodes/sql.el (sql-interactive-mode):
16606 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16607
16608 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16609 (compilation-mode-font-lock-keywords): Add defvars.
16610 (checkdoc-interactive-loop): "?\ " -> "?\s".
16611
16612 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16613 (font-lock-doc-face, font-lock-string-face)
16614 (font-lock-keywords-case-fold-search): Add defvars.
16615 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16616
16617 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16618 Don't pass X and Y (they are ignored anyway).
16619 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16620 (mouse-delete-window): Make arguments optional.
16621
16622 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16623 (caesar-translate-table, minor-modes, news-buffer-save)
16624 (news-group-name, news-minor-modes): Add defvars.
16625
16626 * emacs-lisp/lselect.el (mouse-highlight-priority)
16627 (x-lost-selection-functions, zmacs-regions):
16628 * emacs-lisp/pp.el (font-lock-verbose):
16629 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16630 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16631 (ses-mode-map):
16632 * emacs-lisp/tcover-unsafep.el (safe-functions):
16633 * international/mule-cmds.el (mac-system-coding-system)
16634 (mac-system-locale):
16635 * language/ethio-util.el (rmail-current-message)
16636 (rmail-message-vector):
16637 * language/thai-util.el (thai-auto-composition-mode):
16638 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16639 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16640 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16641 (vm-primary-inbox, vm-spool-files):
16642 * mail/rmail.el (deleted-head, font-lock-fontified)
16643 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16644 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16645 (total-messages):
16646 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16647 (rmail-summary-mode-map):
16648 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16649 (rmail-last-label, rmail-last-multi-labels)
16650 (rmail-summary-vector, rmail-total-messages):
16651 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16652 * mail/rmailsum.el (msgnum):
16653 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16654 (rmail-current-message):
16655 * obsolete/fast-lock.el (font-lock-face-list):
16656 * obsolete/rnewspost.el (mail-reply-buffer):
16657 * obsolete/scribe.el (compile-command):
16658 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16659
16660 2005-08-28 John Paul Wallington <jpw@gnu.org>
16661
16662 * ibuf-ext.el (ibuffer-auto-update-changed):
16663 Use `frame-or-buffer-changed-p' to check whether we need to update.
16664 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16665 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16666 as a `frame-or-buffer-changed-p' state vector instead.
16667
16668 2005-08-27 Romain Francoise <romain@orebokech.com>
16669
16670 * textmodes/makeinfo.el (makeinfo-compile):
16671 Use `compilation-start'. Set `next-error-function' according to
16672 `disable-errors'.
16673 (makeinfo-next-error): New function.
16674 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16675 (makeinfo-buffer): Likewise.
16676
16677 * progmodes/compile.el (compilation-start): Add autoload cookie.
16678
16679 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16680 * textmodes/sgml-mode.el: Likewise.
16681 * progmodes/python.el: Likewise.
16682
16683 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16684
16685 * simple.el (blink-matching-paren-distance): Document the meaning
16686 of nil value, and allow to customize to nil.
16687
16688 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16689 command.com, not command.exe.
16690
16691 2005-08-26 John Wiegley <johnw@newartisans.com>
16692
16693 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16694 code around a bit so that an extraneous nil argument is not added
16695 to a command when no args are given.
16696
16697 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16698 double-quoted argument resolves to nil, return it as an empty
16699 string rather than as nil. This made it impossible to pass "" to
16700 a shell script as a null string argument.
16701
16702 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * outline.el (outline-invent-heading): New fun.
16705 (outline-promote, outline-demote): Use it.
16706 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16707 (outline-end-of-subtree): Remove unused var `opoint'.
16708
16709 2005-08-26 David Reitter <david.reitter@gmail.com>
16710
16711 * menu-bar.el (truncate-lines, write-file, print-buffer)
16712 (ps-print-buffer-faces, ps-print-buffer, split-window):
16713 Disable menu items when the frame they refer to is invisible, or when
16714 they refer to a buffer and the minibuffer is selected.
16715
16716 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16717
16718 * progmodes/flymake.el (flymake-highlight-err-lines):
16719 Use save-excursion around flymake-highlight-line to preserve point.
16720
16721 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16722
16723 * progmodes/octave-mod.el: Change Author and Maintainer address.
16724 (octave-maintainer-address): Change Kurt's email address.
16725 * progmodes/octave-inf.el: Change Author and Maintainer address.
16726 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16727
16728 2005-08-26 Kim F. Storm <storm@cua.dk>
16729
16730 * subr.el (version-list-<, version-list-<=, version-list-=):
16731 Rename from integer-list-*.
16732 (version-list-not-zero): Likewise. Fix while loop.
16733 (version=): Use version-list-= instead of string-equal.
16734
16735 2005-08-26 Richard M. Stallman <rms@gnu.org>
16736
16737 * outline.el (outline-promote): Try shortening the heading.
16738 As last resort, read the heading to use.
16739 (outline-demote): As last resort, read the heading to use.
16740
16741 2005-08-26 Romain Francoise <romain@orebokech.com>
16742
16743 * progmodes/compile.el (compilation-start): Doc fix.
16744
16745 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16746 (antlr-font-lock-additional-keywords): Fix reference to
16747 `antlr-font-lock-literal-regexp' erroneously changed during the
16748 mass face rename.
16749 (antlr-run-tool): Use `compilation-start'.
16750
16751 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16752 instead of the obsolete `compile-internal'.
16753
16754 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16755
16756 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16757 (number, original-date):
16758 * calendar/cal-china.el (date):
16759 * calendar/cal-coptic.el (date):
16760 * calendar/cal-french.el (date):
16761 * calendar/cal-hebrew.el (date, entry, number, original-date):
16762 * calendar/cal-islam.el (date, number, original-date):
16763 * calendar/cal-iso.el (date):
16764 * calendar/cal-julian.el (date):
16765 * calendar/cal-mayan.el (date):
16766 * calendar/cal-menu.el (date, event):
16767 * calendar/cal-persia.el (date):
16768 * calendar/lunar.el (date):
16769 * calendar/solar.el (date): Add defvars.
16770
16771 * emerge.el:
16772 * ibuffer.el:
16773 * info-xref.el:
16774 * obsolete/bg-mouse.el:
16775 * obsolete/sun-curs.el:
16776 * obsolete/swedish.el: Move the `defvar's to the top level.
16777
16778 * smerge-mode.el (smerge-refined-change): Add :group.
16779
16780 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16783 (smerge-keep-n): Remove props.
16784 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16785 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16786 now that it's done in smerge-keep-n.
16787 (smerge-refined-change): New face.
16788 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16789 (smerge-refine): New funs.
16790 (smerge-basic-map): Bind smerge-refine.
16791
16792 2005-08-25 Juri Linkov <juri@jurta.org>
16793
16794 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16795 compilation-process-setup-function and compilation-disable-input
16796 in grep-mode instead of let-bindings in grep.
16797
16798 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16799 Delete "Automatic File De/compression" (auto-compression-mode).
16800
16801 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16802
16803 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16804 Silence warning about non-existent variable.
16805
16806 2005-08-25 Richard M. Stallman <rms@gnu.org>
16807
16808 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16809 Rename "Describe Key" to "Describe Key or Mouse Operation".
16810
16811 * mail/mailalias.el (build-mail-aliases): Delete comments
16812 from the contents before processing them.
16813
16814 * isearch.el (isearch-edit-string): Erase the Search prompt
16815 if user enters an empty string and there is no default.
16816
16817 * comint.el (comint-file-name-prefix): Add autoload.
16818
16819 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16820
16821 * subr.el (play-sound): Rearrange to avoid warning.
16822
16823 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16824
16825 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16826 New hook.
16827 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16828
16829 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16832
16833 * custom.el (custom-theme-set-variables): Sort minor modes last.
16834
16835 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16836
16837 * subr.el (version-separator, version-regexp-alist): New vars used by
16838 version comparison funs.
16839 (integer-list-<, integer-list-=, integer-list-<=)
16840 (integer-list-not-zero): New funs for integer list comparison.
16841 (version-to-list, version=, version<, version<=): New funs for version
16842 comparison.
16843
16844 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16845
16846 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16847 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16848 time to silence the byte-compiler.
16849
16850 * ibuffer.el (ibuffer-compile-make-eliding-form)
16851 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16852 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16853 so it's silly to get warnings for it).
16854 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16855 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16856 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16857 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16858 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16859 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16860 Defvar at compile time.
16861 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16862 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16863 Declare them before use.
16864
16865 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16866 (info-xref-good, info-xref-bad): Defvar at compile time.
16867
16868 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16869 Use `let*' instead of `let'.
16870
16871 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16872 (*mouse-y*, menu, char): Defvar at compile time.
16873 (sc::menu): Declare it before use.
16874 (sc::pack-one-line): Use `let', not `let*'.
16875
16876 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16877 (mail-send-hook): Defvar at compile time.
16878
16879 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16880 Defvar at compile time.
16881
16882 * term/sun-mouse.el (current-global-mousemap)
16883 (current-local-mousemap): Declare them before use.
16884
16885 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16886
16887 * bookmark.el (bookmark-after-jump-hook): New hook.
16888 (bookmark-jump): Run `bookmark-after-jump-hook'.
16889
16890 2005-08-23 Juri Linkov <juri@jurta.org>
16891
16892 * faces.el (minibuffer-prompt): Doc fix.
16893
16894 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16895
16896 * progmodes/xscheme.el: Trivial changes to silence warnings.
16897 (xscheme-previous-mode, xscheme-previous-process-state):
16898 Add defvars.
16899 (xscheme-last-input-end, xscheme-process-command-line)
16900 (xscheme-process-name, xscheme-buffer-name)
16901 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16902 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16903 (xscheme-control-g-synchronization-p)
16904 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16905 (default-xscheme-runlight, xscheme-runlight)
16906 (xscheme-runlight-string, xscheme-process-filter-state)
16907 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16908 Move to beginning of file.
16909 (scheme-interaction-mode-commands-alist)
16910 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16911 Declare them before use. Note: the initialization code for the
16912 variables has not been moved because it uses functions that reference
16913 the variables.
16914 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16915 (xscheme-prompt-for-expression-map): Declare them before use.
16916 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16917
16918 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16919
16920 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16921
16922 2005-08-22 Juri Linkov <juri@jurta.org>
16923
16924 * faces.el (set-face-underline): Delete this duplicate function
16925 and make an obsolete alias to set-face-underline-p.
16926 (set-face-underline-p): Use docstring of set-face-underline.
16927 (describe-face): Create hyperlink to parent face.
16928
16929 * info.el (Info-insert-dir): Use save-excursion around
16930 insert-buffer-substring.
16931 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16932 (Info-escape-percent): Delete function.
16933 (Info-fontify-node): Replace Info-escape-percent by
16934 replace-regexp-in-string with REP arg set to lambda that
16935 duplicates `%' and preserves text properties.
16936
16937 * progmodes/compile.el (compilation-disable-input): Doc fix.
16938 (define-compilation-mode): Doc fix and refill.
16939 (kill-compilation): Use `mode-name' in the error message.
16940 (compilation-find-file): Use `compilation-error' in the
16941 read-file-name's prompt.
16942
16943 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16946 (smerge-auto-leave): Make undo re-enable the mode.
16947 (debug-ignored-errors): Add the user-error of impossible resolution.
16948 (smerge-resolve): Move things around a bit, in preparation for later.
16949 (smerge-diff): Don't fail if the buffer has no associated file.
16950 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16951 (smerge-conflict-overlay): New function.
16952 (smerge-match-conflict): Don't add text properties here.
16953 (smerge-find-conflict): Instead, add an overlay here.
16954 Also check for the case where we're inside a conflict already, so as to
16955 obviate the need for font-lock-multiline, which is unbearably slow with
16956 large conflicts and ciomplex font-lock patterns.
16957 (smerge-remove-props): Remove overlay rather than text-properties.
16958 (smerge-mode): Don't set font-lock-multiline.
16959 Remove overlays when turned off.
16960
16961 2005-08-21 Kim F. Storm <storm@cua.dk>
16962
16963 * ido.el (ido-ignore-item-p): Use save-match-data.
16964 Bind case-fold-search to ido-case-fold locally.
16965
16966 2005-08-20 Richard M. Stallman <rms@gnu.org>
16967
16968 * files.el (normal-mode): If font lock is on, turn it off and on.
16969
16970 * subr.el (replace-regexp-in-string): Doc fix.
16971
16972 * startup.el (command-line-1): Don't suppress startup screen
16973 due to existing processes.
16974
16975 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16976
16977 * progmodes/compile.el (compilation-disable-input): Default to nil.
16978
16979 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16980
16981 * progmodes/compile.el (compilation-disable-input): New defcustom.
16982 (compilation-start): If compilation-disable-input is non-nil, send
16983 EOF to the compilation process.
16984
16985 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16986
16987 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16988 Run the argument of tex-shell-cd-command through
16989 convert-standard-filename, to get the correct style of slashes on
16990 Windows, and enclose the result in quotes, in case the file name
16991 includes whitespace or other special characters.
16992
16993 2005-08-19 Andreas Schwab <schwab@suse.de>
16994
16995 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16996 process.
16997
16998 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16999
17000 * cus-start.el (minibuffer-prompt-properties): Correct typo.
17001
17002 2005-08-18 Kim F. Storm <storm@cua.dk>
17003
17004 * scroll-lock.el: Fix errors due to incorrect line wrapping.
17005
17006 2005-08-18 Richard M. Stallman <rms@gnu.org>
17007
17008 * scroll-lock.el: New file.
17009
17010 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
17011
17012 * dired.el (dired-move-to-end-of-filename):
17013 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17014
17015 2005-08-18 Kim F. Storm <storm@cua.dk>
17016
17017 * ido.el (ido-everywhere): Fix defcustom :set function to disable
17018 rather than toggle mode when custom value is nil.
17019 (ido-everywhere): Fix defun doc string.
17020
17021 2005-08-17 Richard M. Stallman <rms@gnu.org>
17022
17023 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
17024 as tag instead of "Inviolable".
17025
17026 2005-08-17 Kim F. Storm <storm@cua.dk>
17027
17028 * windmove.el (windmove-coordinates-of-position): Remove.
17029 (windmove-coordinates-of-window-position): Remove.
17030 (windmove-reference-loc): Use posn-at-point instead.
17031
17032 * subr.el (insert-for-yank-1): Doc fix.
17033
17034 * ido.el (ido-enter-matching-directory): Rename from
17035 ido-enter-single-matching-directory. Change `slash' choice to
17036 `only'. Add `first' choice.
17037 (ido-exhibit): Adapt to above changes.
17038
17039 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
17040
17041 * Makefile.in: Expand comment about building loaddefs.el.
17042
17043 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
17044
17045 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
17046 Comment use of defadvice.
17047
17048 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
17049
17050 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
17051
17052 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
17053 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
17054 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
17055 * progmodes/idlw-shell.el, progmodes/ld-script.el,
17056 * progmodes/which-func.el, ruler-mode.el, strokes.el,
17057 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
17058 for backward compatibility for faces that did not appear in the
17059 previous Emacs release.
17060
17061 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
17062
17063 2005-08-15 Kim F. Storm <storm@cua.dk>
17064
17065 * emulation/cua-base.el (cua-delete-region): Return t if
17066 deleted region was non-empty.
17067 (cua-replace-region): Inhibit overwrite-mode for
17068 self-insert-command if replaced region was non-empty.
17069 (cua--explicit-region-start, cua--status-string): Make them
17070 buffer-local at top-level...
17071 (cua-mode): ...rather than when mode is enabled.
17072
17073 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
17074
17075 * progmodes/vhdl-mode.el (vhdl-emacs-21):
17076 Set t for Emacs 21, 22, and so on.
17077
17078 2005-08-15 David Ponce <david@dponce.com>
17079
17080 * tree-widget.el: Update Commentary header.
17081 (tree-widget-theme): Doc fix.
17082 (tree-widget-space-width): New option.
17083 (tree-widget-image-properties): Look up in the default theme too.
17084 (tree-widget--cursors): Only for images with arrow pointer shape.
17085 (tree-widget-lookup-image): Pointer shape is hand by default.
17086 (tree-widget-icon): Rename generic icon widget from
17087 `tree-widget-control'.
17088 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
17089 derive from `tree-widget-icon'.
17090 (tree-widget-handle): Improve default look and feel of the text
17091 representation.
17092 (tree-widget): Rename :*-control properties to :*-icon properties.
17093 Add :action and :help-echo properties.
17094 (tree-widget-after-toggle-functions): Move.
17095 (tree-widget-close-node, tree-widget-open-node): Remove.
17096 (tree-widget-before-create-icon-functions): New hook.
17097 (tree-widget-value-create): Update to allow customization of icons
17098 and nodes at run-time via that new hook.
17099 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17100 (tree-widget-icon-action, tree-widget-icon-help-echo)
17101 (tree-widget-action, tree-widget-help-echo): New functions.
17102
17103 2005-08-15 Kim F. Storm <storm@cua.dk>
17104
17105 * ido.el (ido-buffer-internal): Use with-no-warnings.
17106 (ido-make-merged-file-list): Use while-no-input.
17107
17108 2005-08-15 Richard M. Stallman <rms@gnu.org>
17109
17110 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17111 (flyspell-large-region): Fix doc and custom type.
17112
17113 2005-08-14 Richard M. Stallman <rms@gnu.org>
17114
17115 * files.el (interpreter-mode-alist): Doc fix.
17116
17117 * mail/rmail.el (rmail-nonignored-headers): New variable.
17118 (rmail-clear-headers): Use it.
17119 (rmail-reply): Better handling of mail-followup-to header.
17120
17121 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17122 Rename variable from sh-font-lock-keywords. In the `shell' entry,
17123 don't try to refer to executable-font-lock-keywords.
17124 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17125 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17126 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17127 (sh-mode): Set comment-start-skip, local-abbrev-table,
17128 imenu-case-fold-search.
17129 (sh-set-shell): Don't set them here.
17130 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17131 Don't cache the results in the original alist; don't ever modify
17132 that alist.
17133
17134 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17135
17136 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17137 empty.
17138
17139 2005-08-15 Andreas Schwab <schwab@suse.de>
17140
17141 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17142
17143 * dired.el, info.el, mail/rmail.el: Revert last change.
17144
17145 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17146
17147 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17148 modification in `eval-after-load' form.
17149 * info.el: Likewise.
17150 * mail/rmail.el: Likewise.
17151
17152 2005-08-14 Juri Linkov <juri@jurta.org>
17153
17154 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17155 Remove highlighting of "Compilation started". Highlight only
17156 the word "finished" in "Compilation finished". Add highlighting
17157 of "interrupt", "killed", "terminated" and the exit code.
17158 (compilation-start): Add newline after header. Use exactly the
17159 same time stamp format as the finishing message.
17160 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17161
17162 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17163 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17164 Add highlighting of "interrupt", "killed", "terminated".
17165
17166 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17167 enabled and the current command is self-insert-command, call it
17168 explicitly with overwrite-mode bound to nil, to not allow it
17169 to delete the character after the selected region.
17170
17171 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17172
17173 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17174 move-end-of-line, end-of-line, and beginning-of-line to the list
17175 of commands after which the echo area is updated.
17176
17177 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17178
17179 * cus-edit.el (custom-save-all, custom-save-delete):
17180 Bind recentf-exclude to exclude custom-file.
17181
17182 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17183
17184 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17185 to go to the bottom of the mail message. Added to
17186 `rmail-summary-mode-map' with key "/".
17187 (rmail-summary-show-message): New (internal) function for use by
17188 both `rmail-summary-beginning/end-of-message'.
17189 (rmail-summary-beginning-of-message): Change to use
17190 rmail-summary-show-message.
17191
17192 * mail/rmail.el (rmail-end-of-message): New command to go to the
17193 end of the current message. Added to `rmail-mode-map' with key "/".
17194 (rmail-beginning-of-message): Fix to work as documented.
17195 (rmail-mode): Change documentation.
17196
17197 * progmodes/compile.el (compilation-start): Add the line
17198 "Compilation started" with compilation start time.
17199 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17200
17201 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17202
17203 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17204 of menu items.
17205
17206 2005-08-11 Richard M. Stallman <rms@gnu.org>
17207
17208 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17209
17210 * battery.el (battery-status-function): Don't use ignore-errors.
17211
17212 2005-08-11 Lute Kamstra <lute@gnu.org>
17213
17214 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17215 define-obsolete-variable-alias.
17216
17217 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17220 (ange-ftp-send-cmd): Revert last change, and expand
17221 the comment explaining the problem.
17222
17223 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
17224
17225 * ldefs-boot.el: Update.
17226
17227 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17228 item to "Time, Load and Mail". Change help echo text.
17229
17230 * time.el (display-time-use-mail-icon, display-time-format)
17231 (display-time-string-forms): Shorten first line of docstrings.
17232
17233 2005-08-10 Lars Hansen <larsh@soem.dk>
17234
17235 * desktop.el (desktop-buffer-mode-handlers):
17236 Make non-customizable. Add autoload cookie. Change initial value to
17237 nil; add elements in respective modules instead. Fix doc string.
17238 (desktop-load-file): New function.
17239 (desktop-minor-mode-handlers): New autoloaded variable.
17240 (desktop-create-buffer): Call minor mode handlers.
17241 Use desktop-load-file to load major and minor mode modules prior to
17242 checking for a handler.
17243 (desktop-save): Don't add nil to desktop-minor-modes for minor
17244 modes with nil function in desktop-minor-mode-table. Don't delete
17245 desktop file before rewriting it.
17246 (desktop-locals-to-save): Add autoload cookie. Don't make
17247 automatically buffer-local. Add variables column-number-mode,
17248 size-indication-mode, indent-tabs-mode,
17249 indicate-buffer-boundaries, indicate-empty-lines and
17250 show-trailing-whitespace.
17251 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17252 regexps. Don't use desktop-clear-preserve-buffers-regexp.
17253 (desktop-clear-preserve-buffers-regexp): Delete.
17254 (desktop-clear-preserve-buffers): Update initial value and docstring.
17255 (desktop-save-buffer): Fix doc string.
17256
17257 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17258 (hilit-chg-desktop-restore): New function.
17259 (highlight-changes-mode): Add highlight-changes-mode to
17260 desktop-locals-to-save.
17261
17262 * dired.el: Add handler to desktop-buffer-mode-handlers.
17263 (dired-restore-desktop-buffer): Remove autoload cookie.
17264 (dired-mode): Add autoload cookie.
17265
17266 * info.el: Add handler to desktop-buffer-mode-handlers.
17267 (Info-restore-desktop-buffer): Remove autoload cookie.
17268 (Info-mode): Add autoload cookie.
17269
17270 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17271 (mh-restore-desktop-buffer): Remove autoload cookie.
17272 (mh-folder-mode): Add autoload cookie.
17273
17274 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17275 (rmail-restore-desktop-buffer): Remove autoload cookie.
17276
17277 2005-08-11 Masatake YAMATO <jet@gyve.org>
17278
17279 * hexl.el (hexl-address-region):
17280 (hexl-ascii-region, hexl-font-lock-keywords):
17281 (hexl-highlight-line-range): Use the term "region"
17282 instead of "area" for consistency with the other symbols
17283 defined in hexl.el.
17284
17285 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
17286
17287 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17288 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17289 out by Juri Linkov). Add `display-battery-mode'.
17290
17291 2005-08-09 Juri Linkov <juri@jurta.org>
17292
17293 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17294 Remove `-text' from face variable names.
17295 (compilation-error-file-name, compilation-warning-file-name)
17296 (compilation-info-file-name): Delete faces.
17297 (compilation-line-number, compilation-column-number):
17298 Remove face underlining.
17299 (compilation-message-face): Set to `underline' value by default.
17300 (compilation-error-face, compilation-warning-face)
17301 (compilation-info-face): Remove `-file-name' from face names.
17302 (compilation-error-text-face, compilation-warning-text-face)
17303 (compilation-info-text-face): Delete face variables.
17304 (compilation-text-face): Delete function.
17305
17306 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17307 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17308 (grep-error-face): Set to `compilation-error' instead of
17309 `compilation-error-face' (which is redefined to `grep-hit-face' in
17310 grep buffers).
17311 (grep-mode-font-lock-keywords): Remove `-text' from face variable
17312 names. Use `grep-error-face' instead of `compilation-error-text-face'.
17313
17314 * dired-aux.el (dired-do-query-replace-regexp):
17315 Use `query-replace-read-args'.
17316
17317 * replace.el (query-replace-read-from, query-replace-read-to)
17318 (query-replace-read-args): Rename arg `string' to `prompt'.
17319
17320 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17321
17322 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17323
17324 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17325 uploading files.
17326 (ange-ftp-canonize-filename): Handle file names beginning with ~
17327 correctly.
17328
17329 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17330
17331 * textmodes/fill.el (canonically-space-region)
17332 (fill-context-prefix, fill-french-nobreak-p)
17333 (fill-delete-newlines, fill-comment-paragraph)
17334 (justify-current-line): "?\ " -> "?\s".
17335
17336 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
17337
17338 * textmodes/fill.el (fill-nonuniform-paragraphs):
17339 Improve argument/docstring consistency.
17340
17341 2005-08-09 Richard M. Stallman <rms@gnu.org>
17342
17343 * textmodes/ispell.el (ispell-word): More fboundp checks.
17344
17345 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17346 (find-file-noselect-1): Call it here, only if RAWFILE.
17347 (normal-mode): Always set some major mode.
17348 (save-some-buffers-action-alist): Change some explanation strings.
17349 (file-name-non-special): In the `quote' method, use unwind-protect.
17350
17351 2005-08-09 Magnus Henoch <mange@freemail.hu>
17352
17353 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17354 (ispell-have-aspell-dictionaries): New variable.
17355 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17356 (ispell-get-aspell-config-value): New function.
17357 (ispell-aspell-find-dictionary): New function.
17358 (ispell-aspell-add-aliases): New function.
17359 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17360 appropriate. Don't look for ispell dictionaries if we use aspell.
17361 (ispell-menu-map): Don't build a submenu of dictionaries.
17362
17363 2005-08-09 Richard M. Stallman <rms@gnu.org>
17364
17365 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17366 (sql-read-passwd): Use read-passwd.
17367
17368 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17369 (idlwave-toolbar-is-possible): Add defvars.
17370
17371 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17372 Avoid warnings.
17373
17374 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17375 (idlwave-system-class-info, idlwave-executive-commands-alist):
17376 Use defvar.
17377
17378 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17379
17380 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17381 Avoid warnings.
17382
17383 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17384 and content-type: headers.
17385
17386 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17387
17388 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17389 and rename some of them to be more self-explanatory.
17390
17391 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17392
17393 * startup.el (command-line-1): Implement -scriptload.
17394
17395 * replace.el (occur-engine): Initial *Occur* output not undoable.
17396
17397 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17398 and improve help strings.
17399
17400 * isearch.el (isearch-repeat): When changing direction,
17401 mark search successful.
17402
17403 * ediff-init.el: Use (featurep 'xemacs).
17404
17405 * comint.el (send-invisible): Identify buffer, if not selected.
17406
17407 * align.el: Delete autoload for c-guess-basic-syntax.
17408
17409 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17410
17411 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17412 Improve argument/docstring consistency. Doc fixes.
17413 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17414 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17415 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17416 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17417 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17418 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17419 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17420 Defvar at compile time.
17421
17422 2005-08-09 Juri Linkov <juri@jurta.org>
17423
17424 * info.el: Replace `info' with upper-case `Info' where appropriate.
17425 (info-title-1, info-title-2, info-title-3, info-title-4)
17426 (info-menu-header): Move up face definitions.
17427 (info-menu-star): Rename from `info-menu-5'.
17428 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17429 (Info-fontify-visited-nodes): Fix docstring.
17430 (Info-hide-note-references): Fix docstring.
17431 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17432 menu items in the same way as on cross-references.
17433 (info-apropos): Fix sorting order and formatting to be like in the
17434 stand-alone Info browser. Display error messages for 1 sec.
17435 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17436 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17437 from the menu bar.
17438 (Info-insert-dir): Restore point after calling
17439 `insert-buffer-substring'.
17440
17441 2005-08-08 Richard M. Stallman <rms@gnu.org>
17442
17443 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17444 (recompute-lucid-menubar): Add defvars.
17445
17446 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17447
17448 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17449
17450 * net/net-utils.el (run-dig): Rename from `dig'.
17451
17452 * play/gametree.el (gametree-mode): Use make-local-variable,
17453 not make-variable-buffer-local.
17454
17455 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17456
17457 * ansi-color.el (ansi-color-make-extent)
17458 (ansi-color-set-extent-face): Use fboundp, not functionp.
17459
17460 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17461 not make-variable-buffer-local.
17462
17463 * bookmark.el (Info-current-file): Add defvar.
17464 (bookmark-jump-noselect): Use with-no-warnings.
17465
17466 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17467
17468 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17469
17470 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17471
17472 * find-file.el (ada-procedure-start-regexp)
17473 (ada-package-start-regexp): Add defvars.
17474
17475 * info.el (Info-insert-dir): Use insert-buffer-substring.
17476
17477 * xml.el (xml-att-def-re): Add defvar.
17478
17479 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17480 calling convention.
17481
17482 * subr.el (while-no-input): Return t if there is input.
17483
17484 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17485
17486 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17487
17488 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17489
17490 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17491 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17492
17493 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17494
17495 * cmuscheme.el (scheme-start-file): Replace reference to
17496 `user-emacs-directory' by "~/.emacs.d/".
17497
17498 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17499
17500 * info.el (Info-dir-remove-duplicates): Avoid case folding
17501 in loop; instead, keep downcased strings for comparison.
17502 Suggested by Helmut Eller.
17503
17504 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17505
17506 Sync with Tramp 2.0.50.
17507
17508 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17509 XEmacs case; not necessary anymore.
17510 (tramp-user-regexp): Allow "@" as part of user name.
17511 (tramp-handle-set-visited-file-modtime)
17512 (tramp-handle-insert-file-contents)
17513 (tramp-handle-write-region): No special handling for
17514 `last-coding-system-used, because this is done in
17515 `tramp-accept-process-output' now.
17516 (tramp-accept-process-output): New defun.
17517 (tramp-process-one-action, tramp-process-one-multi-action)
17518 (tramp-wait-for-regexp, tramp-wait-for-output)
17519 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17520 Howells <dhowells@redhat.com>.
17521 (clear-visited-file-modtime): Defadvice removed. The check for
17522 unset buffer's modtime does not need to be based on
17523 `tramp-buffer-file-attributes'. Suggested by RMS.
17524 (tramp-message): Insert "\n" if not being at beginning of line.
17525 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17526 sequence with same logic.
17527 (tramp-completion-handle-expand-file-name): Discard call of
17528 `tramp-drop-volume-letter'. It is not necessary, and there have
17529 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17530 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17531 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17532 should always be visible.
17533 (tramp-handle-insert-directory, tramp-setup-complete)
17534 (tramp-set-process-query-on-exit-flag)
17535 (tramp-append-tramp-buffers): Pacify byte-compiler.
17536 (tramp-bug): Delete non-existing variables from list.
17537 Apply `tramp-load-report-modules' as pre-hook.
17538 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17539 `shell-prompt-pattern' because of non-7bit characters.
17540 Reported by Sebastian Luque <sluque@mun.ca>.
17541 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17542 (tramp-match-string-list): Remove function.
17543 (tramp-wait-for-regexp): Remove call of that function.
17544 Suggested by Kim F. Storm <storm@cua.dk>.
17545 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17546 instead of octal character code ?\600. The latter resulted in a
17547 syntax error with XEmacs.
17548
17549 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17550 XEmacs case; not necessary anymore.
17551 (tramp-smb-handle-write-region): No special handling for
17552 `last-coding-system-used, because this is done in
17553 `tramp-accept-process-output' now.
17554 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17555
17556 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17557
17558 * wid-edit.el (widget-choice-value-create):
17559 Unconditionally respect user choice. Set :explicit-choice back to nil
17560 when no longer needed.
17561 (widget-choice-action): Unconditionally respect user choice.
17562 Eliminate :explicit-choice-value.
17563
17564 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17565
17566 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17567 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17568 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17569 running new function `toggle-indicate-empty-lines'.
17570 Rename "Customize" item to "Customize fringe".
17571 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17572 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17573 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17574 Delete "Empty lines only" item.
17575 (menu-bar-showhide-fringe-ind-customize): New function.
17576 (menu-bar-showhide-fringe-ind-mixed)
17577 (menu-bar-showhide-fringe-ind-box)
17578 (menu-bar-showhide-fringe-ind-right)
17579 (menu-bar-showhide-fringe-ind-left)
17580 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17581 instead of `fringe-indicators'.
17582
17583 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17584
17585 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17586 Change the date of last update.
17587
17588 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17589
17590 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17591 (viper-exec-yank, viper-put-back): Don't display modification msg
17592 if in the minibuffer.
17593
17594 * viper-init.el (viper-replace-overlay-cursor-color)
17595 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17596 Make variables frame local.
17597
17598 * viper-util.el (viper-append-filter-alist): Use append instead of
17599 nconc.
17600
17601 * viper.el (viper-vi-state-mode-list)
17602 (viper-emacs-state-mode-list): Move help-mode and
17603 completion-list-mode from the first list to the second.
17604 (viper-mode): Docstring.
17605 (viper-go-away, viper-non-hook-settings): Don't localize
17606 minor-mode-alist in newer Emacsen. Add advice to
17607 set-cursor-color. Don't bind "\C-c\\".
17608
17609 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17610
17611 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17612 (scheme-macro-expand-command): New user options.
17613 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17614 (scheme-form-at-point, scheme-start-file)
17615 (scheme-interactively-start-process): New functions.
17616 (scheme-get-process): New function, extracted from `scheme-proc'.
17617 (run-scheme): Call `scheme-start-file' to get start file, and pass
17618 it to `make-comint'.
17619 (switch-to-scheme, scheme-proc):
17620 Call `scheme-interactively-start-process' if no Scheme buffer/process
17621 is available.
17622
17623 2005-08-06 Juri Linkov <juri@jurta.org>
17624
17625 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17626 Use `compilation-text-face', `compilation-info-text-face' and
17627 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17628 (compilation-error): New face.
17629 (compilation-error-file-name): Inherit from
17630 `compilation-error' instead of `font-lock-warning-face'.
17631 (compilation-warning-file-name): Inherit from
17632 `compilation-warning' instead of `font-lock-warning-face'.
17633 (compilation-info, compilation-error-file-name)
17634 (compilation-warning-file-name, compilation-info-file-name)
17635 (compilation-line-number, compilation-column-number): Doc fix.
17636 (compilation-error-text-face, compilation-warning-text-face)
17637 (compilation-info-text-face): New face variables.
17638 (compilation-line-face, compilation-column-face)
17639 (compilation-enter-directory-face)
17640 (compilation-leave-directory-face): Doc fix.
17641 (compilation-text-face): New function.
17642
17643 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17644 instead of 1 to display binary file names as info file links.
17645 (grep-error-face): Use `compilation-error-face' instead of
17646 `font-lock-keyword-face'.
17647 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17648 and `compilation-warning-text-face' instead of
17649 `font-lock-keyword-face'. Use `compilation-error-text-face'
17650 instead of `grep-error-face'.
17651
17652 2005-08-05 Kenichi Handa <handa@m17n.org>
17653
17654 * international/code-pages.el: Add autoload cookies for all coding
17655 systems.
17656
17657 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17658
17659 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17660
17661 2005-08-04 Juri Linkov <juri@jurta.org>
17662
17663 * progmodes/compile.el (compilation-mode-map):
17664 * progmodes/grep.el (grep-mode-map):
17665 Bind TAB to `compilation-next-error' and [backtab] to
17666 `compilation-previous-error'.
17667
17668 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17669 matching line numbers, column numbers and their ranges with regexp
17670 matching only line numbers.
17671 (grep-context-face): New face variable.
17672 (grep-mode-font-lock-keywords): Use it.
17673
17674 * faces.el (read-face-name): Delete duplicate faces.
17675
17676 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17677
17678 * thumbs.el (thumbs-find-image): Don't make variables
17679 automatically buffer local.
17680 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17681 (thumbs-image-num): Make automatically buffer local.
17682 (thumbs-show-thumbs-list): Use `make-local-variable', not
17683 `make-variable-buffer-local'.
17684 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17685
17686 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17687 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17688 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17689 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17690 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17691 (feelings-about, foullst, found, hello, history, howareyoulst)
17692 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17693 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17694 (neglst, obj, object, owner, please, problems, qlist)
17695 (random-adjective, relation, remlst, repetitive-shortness)
17696 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17697 (shortlst, something, sportslst, stallmanlst, states, subj)
17698 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17699 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17700 Defvar at compile time.
17701
17702 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17703 not `make-variable-buffer-local'.
17704
17705 2005-08-02 Kim F. Storm <storm@cua.dk>
17706
17707 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17708 rectangle overlay in selected window.
17709
17710 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17711
17712 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17713 instead of display group. Make `indicate-buffer-boundaries'
17714 customizable through Custom.
17715
17716 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17717
17718 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17719 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17720 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17721 (gdb-put-string): Fix typos in docstrings.
17722
17723 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17724
17725 Update copyright notices of files in progmodes directory for
17726 release of Emacs 22.1.
17727
17728 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17729
17730 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17731 Don't barf if the GUD buffer has been killed.
17732
17733 2005-08-01 Kim F. Storm <storm@cua.dk>
17734
17735 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17736
17737 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17738
17739 * simple.el (next-error-follow-minor-mode):
17740 make-variable-buffer-local -> make-local-variable.
17741
17742 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17743
17744 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17745 (byte-compile-form-make-variable-buffer-local): New functions to warn
17746 about misuses of make-variable-buffer-local where make-local-variable
17747 was meant.
17748
17749 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17750
17751 * bs.el (bs-attributes-list): Doc fix.
17752 (bs): Update url-link.
17753
17754 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17755 (desktop-load-default): Simplify.
17756
17757 * ibuffer.el (ibuffer-columnize-and-insert-list)
17758 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17759 (ibuffer-unmark-all, ibuffer-toggle-marks)
17760 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17761 (ibuffer-compile-make-format-form, ibuffer-format-column)
17762 (ibuffer-current-buffers-with-marks)
17763 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17764 (ibuffer): Doc fix.
17765 (ibuffer-mode): Fix typo in docstring.
17766 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17767 with `define-obsolete-variable-alias'.
17768 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17769
17770 2005-07-29 Kenichi Handa <handa@m17n.org>
17771
17772 * international/mule-cmds.el (select-message-coding-system):
17773 Be sure to use LF for end-of-line. If no coding system is decided,
17774 return iso-8859-1-unix.
17775
17776 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17779 (ange-ftp-pending-error-line): New vars.
17780 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17781 to handle the non-fatal no-route-to-host messages.
17782 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17783
17784 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17785
17786 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17787 (isearch-quote-char, isearch-printing-char)
17788 (isearch-text-char-description): "?\ " -> "?\s".
17789 (isearch-lazy-highlight-cleanup)
17790 (isearch-lazy-highlight-initial-delay)
17791 (isearch-lazy-highlight-interval)
17792 (isearch-lazy-highlight-max-at-a-time)
17793 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17794 Declare with define-obsolete-*-alias macros.
17795 (isearch-forward): Fix typo in docstring.
17796 (search-invisible, search-ring-yank-pointer)
17797 (regexp-search-ring-yank-pointer): Doc fixes.
17798
17799 * recentf.el (recentf-menu-append-commands-p): Declare with
17800 `define-obsolete-variable-alias'.
17801 (recentf-max-saved-items, recentf-menu-filter)
17802 (recentf-arrange-by-rule-subfilter): Doc fixes.
17803 (recentf-menu-append-commands-flag)
17804 (recentf-initialize-file-name-history, recentf-expand-file-name)
17805 (recentf-clear-data): Fix typos in docstrings.
17806
17807 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17808
17809 * progmodes/gdb-ui.el: Smarten comments.
17810 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17811
17812 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17813
17814 * term/apollo.el (terminal-init-apollo): New function containing
17815 all former top level forms in the file.
17816 * term/bobcat.el (terminal-init-bobcat):
17817 * term/cygwin.el (terminal-init-cygwin):
17818 * term/iris-ansi.el (terminal-init-iris-ansi):
17819 * term/linux.el (terminal-init-linux):
17820 * term/news.el (terminal-init-news):
17821 * term/rxvt.el (terminal-init-rxvt):
17822 * term/sun.el (terminal-init-sun):
17823 * term/tvi970.el (terminal-init-tvi970):
17824 * term/vt100.el (terminal-init-vt100):
17825 * term/vt102.el (terminal-init-vt102):
17826 * term/vt125.el (terminal-init-vt125):
17827 * term/vt200.el (terminal-init-vt200):
17828 * term/vt201.el (terminal-init-vt201):
17829 * term/vt220.el (terminal-init-vt220):
17830 * term/vt240.el (terminal-init-vt240):
17831 * term/vt300.el (terminal-init-vt300):
17832 * term/vt320.el (terminal-init-vt320):
17833 * term/vt400.el (terminal-init-vt400):
17834 * term/vt420.el (terminal-init-vt420):
17835 * term/wyse50.el (terminal-init-wyse50):
17836 * term/xterm.el (terminal-init-xterm): Likewise.
17837
17838 * term/README: Describe the terminal-init-* functionality.
17839
17840 * startup.el (command-line): After loading the terminal initialization
17841 file call the corresponding terminal initialization function.
17842
17843 2005-07-27 Kenichi Handa <handa@m17n.org>
17844
17845 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17846 negative.
17847
17848 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17849 (ps-mule-composition-prologue): Fix for the case that
17850 RelativeCompose is false.
17851
17852 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17855
17856 * descr-text.el (describe-char): Handle the case where the list of
17857 chars is displayed in a separate frame.
17858 Be a bit more discriminating when looking for the char.
17859
17860 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17861
17862 * bookmark.el (bookmark-automatically-show-annotations)
17863 (bookmark-read-annotation-text-func): Doc fixes.
17864 (bookmark-save): Improve argument/docstring consistency.
17865 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17866 (bookmark-alist-from-buffer)
17867 (bookmark-upgrade-file-format-from-0)
17868 (bookmark-grok-file-format-version)
17869 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17870 (bookmark-read-annotation-mode)
17871 (bookmark-insert-current-bookmark, bookmark-jump)
17872 (bookmark-exit-hook): Fix typos in docstrings.
17873 (bookmark-exit-hooks): Define as obsolete alias.
17874 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17875 not `bookmark-exit-hooks'. Fix docstring.
17876 (bookmark-bmenu-select): "?\ " -> "?\s".
17877
17878 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17879
17880 * startup.el (command-line): Fix typo.
17881
17882 2005-07-24 Richard M. Stallman <rms@gnu.org>
17883
17884 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17885 not emacs-quick-startup.
17886
17887 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17888
17889 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17890 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17891 instead of `reb-with-current-window'.
17892 (reb-prev-match): Likewise. Also, don't move left if the search
17893 was unsuccessful.
17894 (reb-initialize-buffer): New function.
17895 (re-builder, reb-change-syntax): Use it.
17896
17897 * man.el (Man-goto-page): Make second argument NOERROR optional.
17898
17899 2005-07-23 Richard M. Stallman <rms@gnu.org>
17900
17901 * man.el (Man-bgproc-sentinel): Check here for failure to find
17902 any man page in the output, and report the error here.
17903 (Man-arguments): Make it permanent local.
17904 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17905 (Man-mode): Pass t for NOERROR.
17906
17907 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17908 (grep-mode-font-lock-keywords):
17909 Don't use compilation-...-face for messages that are not file names.
17910
17911 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17912 Don't use compilation-...-face for messages that are not file names.
17913
17914 2005-07-22 Juri Linkov <juri@jurta.org>
17915
17916 * startup.el (normal-splash-screen): Update menu name.
17917
17918 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17919
17920 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17921
17922 * term/xterm.el: Load term/rxvt if the terminal is actually an
17923 rxvt terminal.
17924 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17925
17926 * term/rxvt.el (function-key-map): Use substitute-key-definition
17927 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17928
17929 * term/cygwin.el: New file.
17930
17931 2005-07-22 Kim F. Storm <storm@cua.dk>
17932
17933 * image-file.el (insert-image-file, image-file-yank-handler):
17934 Fix last change to maintain a (unique) yank-handler on yanked images.
17935
17936 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17937
17938 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17939 of the file size (as in "177B" for 177 bytes). This happens with
17940 "ls -lh" on FreeBSD.
17941
17942 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17943
17944 * hilit-chg.el (highlight-changes-global-initial-state)
17945 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17946 (hilit-chg-fixup, highlight-changes-mode):
17947 Fix typos in docstrings.
17948 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17949 Doc fixes.
17950
17951 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17952
17953 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17954 mode function using `eval-after-load'.
17955
17956 2005-07-21 Kim F. Storm <storm@cua.dk>
17957
17958 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17959 included when reporting an emacs crash, and tell about the DEBUG file.
17960
17961 * image-file.el (insert-image-file): Add yank-handler.
17962 (image-file-yank-handler): Yank handler to make unique copies of
17963 images when they are yanked into a buffer next to each other.
17964
17965 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * comint.el (comint-use-prompt-regexp, comint-send-input)
17968 (comint-source-default, comint-extract-string)
17969 (comint-get-source, comint-word, comint-completion)
17970 (comint-source, comint-prompt-read-only, comint-update-fence):
17971 Fix typos in docstrings.
17972 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17973 Declare with define-obsolete-*-alias macros.
17974 (comint-previous-matching-input-from-input)
17975 (comint-next-matching-input-from-input)
17976 (comint-previous-matching-input, comint-next-matching-input)
17977 (comint-forward-matching-input):
17978 Improve argument/docstring consistency.
17979
17980 * desktop.el (desktop-clear-preserve-buffers-regexp):
17981 Also preserve the *server* buffer.
17982
17983 * simple.el (clone-indirect-buffer): Doc fix.
17984 (fixup-whitespace, just-one-space)
17985 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17986 (next-error, next-error-highlight)
17987 (next-error-highlight-no-select, next-error-last-buffer)
17988 (next-error-buffer-p, next-error-find-buffer, next-error)
17989 (previous-error, next-error-no-select, previous-error-no-select)
17990 (open-line, split-line, minibuffer-prompt-width, kill-new)
17991 (binary-overwrite-mode): Fix typos in docstrings.
17992 (set-fill-column): Fix typo in message.
17993
17994 * skeleton.el (skeleton-proxy-new): Doc fix.
17995
17996 * strokes.el (strokes-load-hook): Doc fix.
17997 (strokes-grid-resolution, strokes-get-grid-position)
17998 (strokes-renormalize-to-grid, strokes-read-stroke)
17999 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
18000 (strokes-global-map): Fix typos in docstrings.
18001 (strokes-help): Doc fix. Fix help message and pass it through
18002 `substitute-command-keys'.
18003
18004 * tempo.el (tempo-insert-prompt, tempo-interactive)
18005 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
18006 (tempo-insert-string-functions, tempo-local-tags)
18007 (tempo-define-template, tempo-insert-template)
18008 (tempo-insert-prompt-compat, tempo-is-user-element)
18009 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
18010 Fix typos in docstrings.
18011
18012 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
18013 (vcursor-key-bindings, vcursor-use-vcursor-map)
18014 (vcursor-find-window, vcursor-scroll-down)
18015 (vcursor-disable, vcursor-beginning-of-buffer)
18016 (vcursor-end-of-buffer): Fix typos in docstrings.
18017 (vcursor-relative-move, vcursor-get-char-count):
18018 Improve argument/docstring consistency.
18019
18020 * version.el: "?\ " -> "?\s".
18021
18022 * wid-edit.el (widget-default-create, widget-after-change)
18023 (widget-default-format-handler, widget-checklist-add-item)
18024 (widget-radio-add-item, widget-choose, widget-specify-secret)
18025 (widget-field-value-create, widget-field-value-get)
18026 (widget-editable-list-format-handler)
18027 (widget-editable-list-entry-create, widget-group-value-create)
18028 (widget-documentation-link-add)
18029 (widget-documentation-string-value-create): "?\ " -> "?\s".
18030 (widget-convert-text): Doc fix.
18031 (widget-narrow-to-field, widget-field-find)
18032 (widget-url-link-action, widget-emacs-library-link-action)
18033 (widget-color-notify): Fix typos in docstrings.
18034
18035 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
18036 (x-select-text, set-w32-system-coding-system)
18037 (w32-add-charset-info): Fix typos in docstrings.
18038
18039 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
18040 (cua-enable-cua-keys, cua-use-hyper-key)
18041 (cua-virtual-rectangle-edges): Fix typos in docstrings.
18042 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
18043
18044 * net/tramp.el (tramp-handle-load): Fix typo in error message.
18045
18046 * emacs-lisp/re-builder.el (regexp-builder): Declare with
18047 `defalias' instead of faking it.
18048
18049 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
18050 (eshell-ls-missing, eshell-ls-dired-initial-args)
18051 (eshell-ls-use-in-dired): Fix typos in docstrings.
18052
18053 2005-07-20 Kim F. Storm <storm@cua.dk>
18054
18055 * emulation/cua-base.el (cua-mode): Improve doc string.
18056
18057 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
18058
18059 * abbrev.el (expand-region-abbrevs): Doc fix.
18060 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
18061 Improve argument/docstring consistency.
18062
18063 * arc-mode.el (archive-get-descr, archive-alternate-display):
18064 Doc fixes.
18065 (archive-l-e): Improve argument/docstring consistency.
18066 (archive-tmpdir, archive-unixdate, archive-unixtime)
18067 (archive-chmod-entry): Fix typos in docstrings.
18068 (archive-unflag, archive-unflag-backwards)
18069 (archive-unmark-all-files): "?\ " -> "?\s".
18070
18071 * buff-menu.el (Buffer-menu-unmark): Doc fix.
18072 (Buffer-menu-not-modified, Buffer-menu-execute)
18073 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
18074 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
18075
18076 * composite.el (compose-string, encode-composition-rule)
18077 (compose-last-chars): Fix typos in docstrings.
18078
18079 * desktop.el (desktop-enable, desktop-basefilename):
18080 Declare with `define-obsolete-variable-alias'.
18081 (desktop-internal-v2s): Don't quote keywords.
18082 (desktop-clear): "?\ " -> "?\s".
18083
18084 * dired.el (dired-align-file, dired-flag-backup-files)
18085 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
18086 (dired-listing-switches, dired-ls-F-marks-symlinks)
18087 (dired-dwim-target, dired-load-hook, dired-mode-hook)
18088 (dired-directory, dired-faces, dired, dired-revert)
18089 (dired-mode, dired-summary, dired-view-file)
18090 (dired-copy-filename-as-kill, dired-delete-file)
18091 (dired-no-confirm, dired-unmark-all-marks)
18092 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18093 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18094 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18095 Fix typos in message strings.
18096
18097 * dired-x.el (virtual-dired): Declare with `defalias'.
18098 (dired-mark-unmarked-files, dired-local-variables-file)
18099 (dired-omit-here-always): Doc fix.
18100 (dired-omit-mode, dired-find-subdir)
18101 (dired-enable-local-variables, dired-clean-up-buffers-too)
18102 (dired-extra-startup, dired-mark-extension, dired-jump)
18103 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18104 (dired-smart-shell-command, dired-guess-shell-alist-user)
18105 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18106 (dired-x-bind-find-file, dired-x-submit-report):
18107 Fix typos in docstrings.
18108 (dired-mark-unmarked-files): "?\ " -> "?\s".
18109
18110 * dirtrack.el (dirtrack-list): Fix typos in docstring.
18111
18112 * faces.el (describe-face): "?\ " -> "?\s".
18113 (read-all-face-attributes, read-face-font, modify-face)
18114 (face-attr-construct, italic): Fix typos in docstrings.
18115 (frame-update-face-colors): Declare with
18116 `define-obsolete-function-alias'.
18117
18118 * files.el (find-file-noselect, recode-file-name): Doc fixes.
18119 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18120 (magic-mode-alist, buffer-file-numbers-unique)
18121 (write-file-functions, get-free-disk-space):
18122 Fix typos in docstrings.
18123 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18124 (write-contents-hooks, write-file-hooks):
18125 Declare with `define-obsolete-variable-alias'.
18126
18127 * forms-d2.el (arch-rj): Fix typo in docstrings.
18128 (arch-tocol): Likewise. "?\ " -> "?\s".
18129
18130 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18131 Fix typo in docstring.
18132 (set-screen-width, set-screen-height): Delete redundant info in
18133 doctrings.
18134 (new-frame, screen-height, screen-width): Declare with
18135 `define-obsolete-function-alias'.
18136 (delete-frame-hook, blink-cursor): Declare with
18137 `define-obsolete-variable-alias'.
18138
18139 * paths.el (prune-directory-list): Fix typos in docstring.
18140
18141 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18142 (cvs-prefix-get): Fix typos in docstrings.
18143
18144 * ps-print.el (ps-extend-face-list, ps-extend-face)
18145 (ps-print-background-image): Fix typos in docstrings.
18146 (ps-default-fg, ps-default-bg): Doc fixes.
18147
18148 * s-region.el (s-region-bind): Doc fix.
18149 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18150
18151 * textmodes/org.el (org-table-formula-substitute-names)
18152 (org-table-get-vertical-vector): Doc fixes.
18153 (org-table-recalculate): Remove unused argument to `message'.
18154
18155 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18156
18157 * textmodes/org.el (org-table-column-names)
18158 (org-table-column-name-regexp)
18159 (org-table-named-field-locations): New variables.
18160 (org-archive-subtree): Protect `this-command' when calling
18161 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18162 the kill buffer.
18163 (org-complete): Remove fixed-formula completion.
18164 (org-edit-formulas-map): New variable.
18165 (org-table-edit-formulas): New command.
18166 (org-finish-edit-formulas, org-abort-edit-formulas)
18167 (org-show-variable, org-table-get-vertical-vector): New functions.
18168 (org-table-maybe-eval-formula): Handle `:=' fields.
18169 (org-table-get-stored-formulas, org-table-store-formulas)
18170 (org-table-get-formula, org-table-modify-formulas)
18171 (org-table-replace-in-formulas): Handle named field formulas.
18172 (org-table-get-specials): Store locations of named fields.
18173
18174 2005-07-19 Juri Linkov <juri@jurta.org>
18175
18176 * progmodes/grep.el (grep-regexp-alist)
18177 (grep-mode-font-lock-keywords, grep-process-setup):
18178 Use default GNU grep match color "01;31m" instead of "01;41m".
18179 (grep-regexp-alist, grep-mode-font-lock-keywords):
18180 Use `\\[[0-9]*m' instead of `\\[00m'.
18181 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18182 sgr_start where its handling is more important. Use the real
18183 length of sgr_start instead of constant 8.
18184 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18185 specially. Delete all remaining escape sequences.
18186 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18187 (grep-regexp-alist): Make hyperlink only for binary file name
18188 instead of the whole line.
18189 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18190 (grep-mode): Add autoload.
18191
18192 * emacs-lisp/find-func.el (find-function-regexp):
18193 Add `define-compilation-mode'.
18194
18195 2005-07-19 Juri Linkov <juri@jurta.org>
18196
18197 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18198 (compare-windows-sync-string-size, compare-windows-recenter)
18199 (compare-windows-highlight, compare-windows): Add version 22.1.
18200 (compare-windows) <defface>: Inherit from lazy-highlight instead
18201 of duplicating its default value.
18202
18203 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18204 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18205
18206 * descr-text.el (describe-char): Create link buttons for `charset'
18207 and `code point'. Add the current input method name with a link
18208 button to `to input' field. Print face names of display table
18209 characters in `The display table entry is displayed by' section
18210 instead of printing face-id in the `display' field.
18211 Guess hardcoded faces and create a link button for them.
18212 Skip empty fields when calculating max-width.
18213 Treat `widget-create' specially while inserting strings from the
18214 collected field list.
18215 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18216
18217 * diff-mode.el (diff-file-header): Change foreground color from
18218 yellow to green on light backgrounds.
18219 (diff-context): Inherit from `shadow' only for color/grayscale
18220 with more than 88 colors.
18221 (diff-indicator-removed, diff-indicator-added)
18222 (diff-indicator-changed): New faces.
18223 (diff-font-lock-keywords): Use new faces. Regroup rules.
18224 Add "^---$" for `normal' diff format. Fontify `#' lines with
18225 font-lock-comment-delimiter-face and font-lock-comment-face.
18226 Add `#' to ^[^...] in the rule for `diff-context-face'.
18227
18228 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18229 a button-like box. Inherit from `highlight' on low colors.
18230 (shadow): Use shades of gray only for color/grayscale with
18231 more than 88 colors. Use green for light backgrounds with
18232 8 colors, and yellow for dark backgrounds with 8 colors.
18233
18234 * font-lock.el (font-lock-regexp-grouping-backslash):
18235 Don't inherit from escape-glyph (use bold for all cases).
18236
18237 * info.el (info-xref-visited): Use light foreground color `violet'
18238 for dark backgrounds instead of dark color `magenta3'.
18239 (info-title-1): Use `yellow' color for dark backgrounds.
18240
18241 * isearch.el (isearch): Use not-too-dark magenta3 instead of
18242 too-light magenta2.
18243
18244 * replace.el (match): Use slightly more light RoyalBlue3 instead
18245 of dark RoyalBlue4.
18246
18247 * wid-edit.el (widget-inactive): Inherit from `shadow'.
18248
18249 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
18250
18251 * novice.el (disabled-command-hook): Declare it with
18252 `define-obsolete-variable-alias'.
18253
18254 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18255 (desktop-buffer-misc-functions, desktop-buffer-handlers)
18256 (desktop-load-default): Add release to obsolescence info.
18257 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18258 (desktop-append-buffer-args, desktop-read):
18259 Fix typos in docstrings.
18260 (desktop-kill): Fix typo in message.
18261 (desktop-save): Doc fix.
18262
18263 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
18264
18265 * viper-cmd.el (viper-escape-to-state): Bug fix.
18266 (viper-envelop-ESC-key): Change the definition of fast
18267 keysequence so it'll work with keyboard macros.
18268
18269 * ediff.el (ediff-patch-buffer): Change the docstring.
18270
18271 2005-07-19 Kenichi Handa <handa@m17n.org>
18272
18273 * international/mule-cmds.el (select-safe-coding-system): Try to
18274 use an auto-coding (if any) before anything else. If the found
18275 auto-coding is invalid, show a warning message.
18276
18277 * international/mule.el (find-auto-coding): New function created
18278 by modifying the body of set-auto-coding.
18279 (set-auto-coding): Use find-auto-coding to find a coding.
18280
18281 2005-07-18 Richard M. Stallman <rms@gnu.org>
18282
18283 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18284 not isearch-mode-end-hook-error.
18285 (allout-before-change-protect): Fix error message.
18286
18287 2005-07-18 Juri Linkov <juri@jurta.org>
18288
18289 * allout.el (allout-mode):
18290 * calculator.el (calculator-copy):
18291 * custom.el (custom-known-themes):
18292 * dired.el (dired-desktop-buffer-misc-data)
18293 (dired-restore-desktop-buffer):
18294 * dired-x.el (dired-omit-marker-char):
18295 * files.el (basic-save-buffer):
18296 * font-core.el (font-lock-mode):
18297 * calendar/calendar.el (calendar-goto-hebrew-date)
18298 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18299 (calendar-goto-persian-date):
18300 * language/ethio-util.el (ethio-sera-to-fidel-region):
18301 * textmodes/picture.el (picture-mode):
18302 Delete duplicate duplicate words.
18303
18304 2005-07-18 Juri Linkov <juri@jurta.org>
18305
18306 * isearch.el (isearch-mode-map): Remove key bindings for regexp
18307 chars * ? } |.
18308 (isearch-fallback): Don't call `isearch-process-search-char'.
18309 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18310 (isearch-process-search-char): Call `isearch-fallback' for regexp
18311 chars * ? } |.
18312 (isearch-return-char): Make obsolete with `make-obsolete' instead
18313 of simply documenting it as obsolete in the docstring.
18314 (isearch-fallback): Refill docstring.
18315
18316 * international/isearch-x.el
18317 (isearch-process-search-multibyte-characters): Remove unneeded
18318 `concat'. Add intermediate values to `junk-hist' instead of
18319 `minibuffer-history'. Test the length of `str'.
18320
18321 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
18322
18323 * allout.el (allout-resolve-xref): Fix typos in error strings.
18324 (allout-before-change-protect): Remove unneeded `concat'.
18325
18326 * array.el (array-mode, array-reconfigure-rows)
18327 (untabify-backward): Fix typos in docstrings.
18328 (array-reconfigure-rows): Use `insert-buffer-substring', not
18329 `insert-buffer'.
18330
18331 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18332 * progmodes/ada-mode.el (ada-make-body):
18333 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18334
18335 * dired.el (dired-log):
18336 * tar-mode.el (tar-subfile-save-buffer):
18337 * play/zone.el (zone-pgm-stress-destress):
18338 Use `insert-buffer-substring', not `insert-buffer'.
18339
18340 2005-07-17 Simon Josefsson <jas@extundo.com>
18341
18342 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18343
18344 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18345
18346 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18347 Add plain auth method.
18348 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18349
18350 2005-07-17 Kim F. Storm <storm@cua.dk>
18351
18352 * ido.el (dired-other-window): Add ido property.
18353
18354 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18355
18356 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18357 Fix typo in docstring.
18358 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18359 `insert-file-literally'.
18360
18361 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18362 info and delete redundant message. Doc fix.
18363 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18364 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18365
18366 2005-07-16 Richard M. Stallman <rms@gnu.org>
18367
18368 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18369 (byte-compile-and): Use byte-compile-and-recursion.
18370 (byte-compile-or-recursion): New function.
18371 (byte-compile-or): Use that.
18372 (byte-compile-if): Guard the else-clause too.
18373 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18374
18375 * isearch.el (isearch-mode-end-hook-quit): New variable.
18376 (isearch-done): Bind it.
18377 (isearch-mode-end-hook): Doc fix.
18378
18379 * allout.el (allout-isearch-did-quit): Variable deleted.
18380 (allout-real-isearch-abort): Function name no longer used.
18381 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18382 (allout-isearch-rectification): isearch-mode always exists.
18383 Don't set allout-isearch-did-quit.
18384 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18385 allout-isearch-did-quit.
18386 (allout-enwrap-isearch): Just add the hook.
18387 (allout-isearch-abort): Function deleted.
18388 (allout-pre-command-business): Avoid warning.
18389
18390 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18391 Correctly avoid warnings.
18392 (pascal-outline): Likewise.
18393
18394 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18395
18396 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18397
18398 * play/tetris.el (tetris-mode): Avoid warning.
18399
18400 * play/snake.el (snake-mode): Avoid warning.
18401
18402 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18403 (gamegrid-set-display-table): Avoid warning.
18404 (gamegrid-set-timer): Likewise.
18405 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18406 (gamegrid-add-score-with-update-game-score-1): Take FILE
18407 as argument.
18408 (gamegrid-add-score-with-update-game-score): Pass that argument.
18409 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18410
18411 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18412
18413 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18414 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18415
18416 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18417 and insert-file.
18418
18419 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18420 (sc-ask): Avoid warnings.
18421
18422 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18423 (eshell-hist-initialize): Use that var the natural way.
18424
18425 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18426
18427 * emacs-lisp/re-builder.el (reb-cook-regexp):
18428 Avoid warning calling lre-compile-string.
18429 (reb-color-display-p): Avoid warning.
18430
18431 * calculator.el (calculator-last-input): Guard uses
18432 of event-key and key-press-event-p.
18433 (event-key, key-press-event-p): Delete definitions.
18434
18435 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18436 (find-gc-source-directory, find-gc-subrs-callers)
18437 (find-gc-noreturn-list, find-gc-source-files)
18438 (find-gc-subrs-called): Vars renamed and defvar'd.
18439
18440 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18441 (checkdoc-overlay-put, checkdoc-delete-overlay)
18442 (checkdoc-overlay-start, checkdoc-overlay-end)
18443 (checkdoc-mode-line-update, checkdoc-char=):
18444 Define such that compiler knows they are defined.
18445 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18446 (checkdoc-read-event): Delete. Use read-event directly.
18447
18448 * whitespace.el (whitespace-make-overlay)
18449 (whitespace-overlay-put, whitespace-delete-overlay)
18450 (whitespace-overlay-start, whitespace-overlay-end):
18451 Define such that compiler knows they are defined.
18452 (whitespace): Move conditional inside.
18453
18454 * tempo.el (tempo-insert-template): Suppress warning.
18455
18456 * ediff-diff.el (longlines-mode): Add defvar.
18457
18458 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18459
18460 * server.el: Bind "C-x #" in a way that works even if C-x is
18461 redefined to a command key, not a prefix key.
18462
18463 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18464
18465 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18466 cl-make-type-test till execution time.
18467
18468 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18469
18470 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18471 arg ARG and use it.
18472
18473 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18474
18475 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18476
18477 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18478
18479 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18480 a defcustom with two :set or :type keywords.
18481
18482 2005-07-15 Richard M. Stallman <rms@gnu.org>
18483
18484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18485 Don't give ^M comment-end syntax.
18486
18487 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18488
18489 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18490 Don't consider gdbmi (gdb-mi.el has its own update functions).
18491 (gdb-var-delete): Make it work for gdbmi as well.
18492 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18493
18494 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18495 (gud-speedbar-menu-items): Correct logic for enabling items.
18496
18497 2005-07-15 Kim F. Storm <storm@cua.dk>
18498
18499 * ido.el: Fix commentary.
18500 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18501 Use with-no-warnings around ffap-guesser.
18502 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18503 Let bind minibuffer-completing-file-name to t.
18504
18505 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18506
18507 * startup.el (site-run-file, keyboard-type): Doc fixes.
18508 (command-line): Check for "--basic-display" argument; also for
18509 "--quick", not "--bare-bones" (which was renamed).
18510 (fancy-splash-text): Add missing item "Getting New Versions".
18511 (normal-splash-screen): Fix typos and improve consistency with
18512 `fancy-splash-text'. Update copyright year.
18513
18514 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18515 valid binding for `help-char'.
18516
18517 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18518
18519 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18520
18521 * term.el (term-mode): Disable cua-mode for term buffers.
18522
18523 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18524
18525 * add-log.el (add-log-mailing-address, change-log-merge):
18526 Doc fixes.
18527 (change-log-get-method-definition): Fix typo in docstring.
18528
18529 2005-07-14 Kim F. Storm <storm@cua.dk>
18530
18531 * emulation/cua-base.el:
18532 (cua--pre-command-handler-1, cua--pre-command-handler)
18533 (cua--post-command-handler-1, cua--post-command-handler):
18534 Split in two. Check (buffer local) value of cua-mode.
18535 (cua-selection-mode): New command.
18536
18537 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18538
18539 * custom.el (custom-initialize-safe-set)
18540 (custom-initialize-safe-default): Doc fixes.
18541
18542 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18543 and simplify :init-value again.
18544
18545 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18546 and simplify :init-value again. Delete autoload.
18547
18548 * startup.el (command-line): Use `custom-reevaluate-setting' again
18549 for tooltip-mode.
18550
18551 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18552 a defcustom with two :initialize keywords.
18553
18554 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18555
18556 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18557 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18558 (allout-post-command-business, allout-flag-region)
18559 (isearch-reenable-font-lock, allout-yank)
18560 (allout-insert-latex-header, allout-insert-latex-trailer)
18561 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18562 (allout-latex-verb-quote): Fix typos in docstrings.
18563 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18564 (allout-unprotected, allout-prefix-data):
18565 Improve argument/docstring consistency.
18566 (allout-chart-subtree): Fix argument spec.
18567 (allout-open-topic): Rename `use_sib_bullet' argument to
18568 `use-sib-bullet'. Doc fix.
18569
18570 * whitespace.el (whitespace-check-buffer-leading)
18571 (whitespace-check-buffer-trailing)
18572 (whitespace-check-buffer-indent)
18573 (whitespace-check-buffer-spacetab)
18574 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18575 (whitespace-check-leading-whitespace)
18576 (whitespace-check-trailing-whitespace)
18577 (whitespace-check-spacetab-whitespace)
18578 (whitespace-check-indent-whitespace)
18579 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18580 (whitespace-modes): Fix typos in docstrings.
18581 (defgroup, defcustom): Doc fixes.
18582
18583 * winner.el (winner-mode, winner-boring-buffers)
18584 (winner-pending-undo-ring): Doc fixes.
18585 (winner-ring): Remove unneeded `progn'.
18586 (winner-equal): `defsubst' it.
18587 (winner-redo): Fix message.
18588
18589 2005-07-13 Kim F. Storm <storm@cua.dk>
18590
18591 * simple.el (line-move-1): Always use vertical-motion to
18592 do the last (or only) line move to ensure some movement.
18593 Undo 2005-06-23 change--don't check for overlays.
18594
18595 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18596
18597 * term/mac-win.el (ccl-encode-mac-roman-font)
18598 (ccl-encode-mac-centraleurroman-font)
18599 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18600 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18601 Change charset-id boundary of dimension to ?\xef.
18602 (mac-char-fontspec-list): New constant.
18603 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18604 argument. Nil uses itself as family in font-spec. Previous
18605 behavior for nil is now provided by non-nil non-string argument.
18606 All callers changed. Add font-specs for Mac fonts to
18607 "fontset-default" unless iso8859-1 fonts are installed.
18608
18609 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18612 a continuation line if the \ is preceded by SPC or TAB.
18613 (sh-get-indent-info): Simplify.
18614 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18615 Use with-current-buffer.
18616
18617 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18618 when the matched text is empty.
18619
18620 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18621
18622 * startup.el (command-line): Revert to previous handling of
18623 tooltip-mode. Explain in comment why the complexity is needed.
18624
18625 * tooltip.el (tooltip-mode): Revert to previous implementation of
18626 its defcustom.
18627
18628 * frame.el (blink-cursor-mode): Revert to previous implementation
18629 of its defcustom. Update comment.
18630
18631 2005-07-12 Lars Hansen <larsh@soem.dk>
18632
18633 * desktop.el: Update e-mail address.
18634
18635 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18636
18637 * term/mac-win.el (mac-services-mail-selection)
18638 (mac-services-mail-to): New functions.
18639 (mac-application-menu-map): Bind them.
18640
18641 2005-07-12 wulei <milton@wulei.net> (tiny change)
18642
18643 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18644
18645 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18646
18647 * custom.el (custom-reevaluate-setting): Doc fix.
18648
18649 2005-07-11 Jay Belanger <belanger@truman.edu>
18650
18651 * calc/calc.el (calc-embedded-announce-formula-alist)
18652 (calc-embedded-open-close-plain-alist)
18653 (calc-embedded-open-close-mode-alist): Add checks for additional
18654 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18655
18656 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18657
18658 * custom.el (custom-enable-theme): Don't add theme to
18659 `custom-enabled-themes' with `push' because there is no
18660 setf-method for `delq'.
18661
18662 2005-07-11 Richard M. Stallman <rms@gnu.org>
18663
18664 * custom.el (custom-declare-variable): Doc fix.
18665
18666 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18667 from the alists.
18668
18669 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18670 Do nothing if edebug-active.
18671
18672 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18673 (edebug-display): Do it here instead.
18674
18675 2005-07-10 Richard M. Stallman <rms@gnu.org>
18676
18677 * cus-face.el (custom-theme-set-faces): Make it work.
18678 (custom-reset-faces): Doc fix.
18679 (custom-theme-reset-internal-face, custom-theme-face-value):
18680 Functions deleted.
18681
18682 * custom.el (custom-push-theme): Maintain list of the settings
18683 of a given theme in its theme-settings property.
18684 Maintain position of old settings in the theme-value
18685 or theme-face property.
18686 (custom-enabled-themes): New variable.
18687 (custom-theme-enabled-p): New function.
18688 (provide-theme): Update custom-enabled-themes.
18689 Disable and reenable the `user' theme.
18690 (require-theme): Doc fix.
18691 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18692 (custom-theme-value, custom-theme-variable-value): Likewise.
18693 (custom-theme-reset-internal): Likewise.
18694 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18695 (custom-enable-theme, custom-disable-theme): New functions.
18696 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18697 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18698 (custom-theme-reset-variables): Simplify.
18699 (deftheme, custom-declare-theme, custom-make-theme-feature):
18700 Definitions moved.
18701
18702 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18703
18704 * longlines.el (longlines-show-region)
18705 (longlines-unshow-hard-newlines): Recognize hard newlines by
18706 non-nil hard property, instead of t.
18707
18708 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18709
18710 * viper-cmd.el (viper--key-maps): New variable.
18711 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18712 emulation-mode-map-alists.
18713 (viper-envelop-ESC-key): Use viper-subseq.
18714 (viper-search-forward/backward/next): Disable debug-on-error.
18715
18716 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18717 (viper-ESC-key): New defcustoms.
18718
18719 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18720
18721 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18722 (viper-subseq): Copy of subseq from cl.el.
18723
18724 * viper.el (viper-go-away, viper-set-hooks): Use
18725 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18726
18727 * viper-mous.el (viper-current-frame-saved): Use defvar.
18728
18729 * viper-init.el: Get rid of -face in face names.
18730
18731 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18732 Make it work with longlines mode
18733
18734 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18735
18736 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18737
18738 * ediff-init.el: Get rid of -face in face names.
18739
18740 2005-07-10 Richard M. Stallman <rms@gnu.org>
18741
18742 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18743 and with-timeout-unsuspend.
18744
18745 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18746 and with-timeout-unsuspend.
18747
18748 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18749 (with-timeout): Bind that variable to record timers.
18750 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18751
18752 * emacs-lisp/debug.el (debug-help-follow): New function.
18753 (debugger-mode-map): Use that instead of help-follow.
18754 (debugger-setup-buffer): Use eval-buffer-list
18755 to handle eval-buffer frames.
18756
18757 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18758
18759 * timezone.el (timezone-parse-date): Change first regexp
18760 so it will not mistakenly match dates with no time zone.
18761
18762 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18763
18764 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18765
18766 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18767
18768 * custom.el (custom-initialize-safe-set)
18769 (custom-initialize-safe-default): New functions.
18770
18771 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18772 and simplify :init-value.
18773
18774 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18775 and simplify :init-value. Delete obsolete comment.
18776
18777 * startup.el (command-line): Use `custom-reevaluate-setting' to
18778 handle `tooltip-mode'. Delete obsolete comment.
18779
18780 * files.el (set-visited-file-name): Avoid calling
18781 `file-name-nondirectory' with a nil argument.
18782
18783 2005-07-09 Richard M. Stallman <rms@gnu.org>
18784
18785 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18786 was called with nil for the buffer, handle the read position right.
18787 Handle read position for eval-region, too.
18788
18789 2005-07-09 Juri Linkov <juri@jurta.org>
18790
18791 * fringe.el (fringe-mode): Add period in docstring.
18792 (fringe-query-style): Build prompt depending on `all-frames' arg.
18793
18794 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18795 to not create links to unrelated functions in the Help buffer.
18796
18797 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18798 Doc fix.
18799
18800 * simple.el (next-error-hook): New variable.
18801 (next-error): Use it. Doc fix.
18802
18803 * textmodes/ispell.el (ispell-command-loop): Add current
18804 dictionary name and program name to mode-line-format.
18805 (ispell-region, ispell-process-line): Add current dictionary name
18806 and program name to messages.
18807
18808 2005-07-08 Jay Belanger <belanger@truman.edu>
18809
18810 * calc/calc.el (calc-embedded-announce-formula-alist)
18811 (calc-embedded-open-close-formula-alist)
18812 (calc-embedded-open-close-word-alist)
18813 (calc-embedded-open-close-plain-alist)
18814 (calc-embedded-open-close-new-formula-alist)
18815 (calc-embedded-open-close-mode-alist)
18816 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18817 (calc-embedded-mode-hook): New variables.
18818
18819 * calc/calc-embed.el (calc-embedded-firsttime)
18820 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18821 New variables.
18822 (calc-do-embedded): Use calc-embedded-firsttime,
18823 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18824 determine whether or not to run hooks.
18825 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18826 calc-embedded-firsttime-formula appropriately.
18827 Set calc-embedded delimiter variables according to mode.
18828
18829 2005-07-08 Richard M. Stallman <rms@gnu.org>
18830
18831 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18832 Check for "emacs", etc., as entire symbol, not just as word.
18833 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18834
18835 * files.el (set-visited-file-name): Report the error
18836 for "empty filename" earlier.
18837 (kill-some-buffers): Ignore buffers already dead.
18838
18839 * fringe.el (fringe-mode): Doc fix.
18840
18841 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18842 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18843 Use unwind-protect to ensure byte-compile-unresolved-functions
18844 is updated.
18845
18846 * whitespace.el (whitespace-buffer-leading-cleanup):
18847 Simplify w/ skip-chars-forward.
18848 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18849
18850 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18851 Unconditionally try to leave point at the same old place.
18852
18853 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18854
18855 * comint.el (comint-postoutput-scroll-to-bottom)
18856 (comint-show-maximum-output): Take scroll-margin into consideration.
18857
18858 2005-07-08 Kim F. Storm <storm@cua.dk>
18859
18860 * ido.el (ido-use-filename-at-point): New choice `guess'.
18861 (ido-file-internal): Try ffap-guesser if selected.
18862
18863 * ido.el (ido-before-fallback-functions): New hook.
18864 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18865 (ido-read-file-name): Run it.
18866
18867 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18870 strings rather than a list of symbols to the completion function.
18871
18872 2005-07-07 Jay Belanger <belanger@truman.edu>
18873
18874 * calc/calc-units.el (math-apply-units): Change the places in
18875 which units are simplified.
18876
18877 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18878
18879 * cus-edit.el (customize-option, customize-option-other-window):
18880 Make them handle aliases.
18881
18882 * custom.el (custom-variable-p): Make it recursively follow
18883 aliases. Mention that in the docstring.
18884
18885 2005-07-07 Richard M. Stallman <rms@gnu.org>
18886
18887 * cus-start.el (exec-path): Use `directory' instead of `file'.
18888 Fix tag for nil.
18889
18890 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18891
18892 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18893 when called non-interactively. Doc fix.
18894
18895 2005-07-07 Lute Kamstra <lute@gnu.org>
18896
18897 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18898 new address as well.
18899
18900 2005-07-07 Kenichi Handa <handa@m17n.org>
18901
18902 * international/mule.el (make-coding-system):
18903 Describe `ascii-incompatible' property in the docstring.
18904 (set-file-name-coding-system): Signal an error if coding-system is
18905 ascii-incompatible.
18906 (set-keyboard-coding-system): Likewise.
18907
18908 * international/mule-cmds.el (set-default-coding-systems):
18909 Don't set default-file-name-coding-system and
18910 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18911
18912 * international/utf-16.el: Declare that all UTF-16-based coding
18913 systems are ASCII-incompatible.
18914
18915 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18916
18917 * progmodes/gud.el: Require font-lock for displaying errors.
18918 Used by gdb-ui.el.
18919
18920 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18921
18922 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18923 values for the pattern lists which are `read'able but not
18924 `append'able (like symbols).
18925
18926 2005-07-06 Richard M. Stallman <rms@gnu.org>
18927
18928 * progmodes/flymake.el (flymake-float-time): Instead of
18929 with-no-warnings, test for xemacs.
18930 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18931 to avoid warning.
18932
18933 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18934
18935 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18936
18937 2005-07-05 Lute Kamstra <lute@gnu.org>
18938
18939 * battery.el: Add support for Darwin (with much debugging help
18940 from Samuel Lauber <sam124@operamail.com>).
18941 (battery-status-function, battery-echo-area-format)
18942 (battery-mode-line-format): Add support for pmset on Darwin.
18943 (battery-load-low, battery-load-critical): New user options.
18944 (battery-pmset): New function.
18945
18946 2005-07-05 Lute Kamstra <lute@gnu.org>
18947
18948 Update FSF's address in GPL notices.
18949
18950 * textmodes/page-ext.el: Update FSF's address.
18951
18952 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18953
18954 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18955 filling from using prefix when filling a single-line docstring.
18956
18957 * progmodes/flymake.el: Remove useless eval-when-compile.
18958
18959 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18960
18961 2005-07-04 Richard M. Stallman <rms@gnu.org>
18962
18963 * textmodes/org.el (org-file-apps-defaults-gnu):
18964 Rename from org-file-apps-defaults-linux.
18965 (org-default-apps): Don't test system-type for `linux'.
18966 (org-file-apps): Doc fix.
18967
18968 2005-07-04 David Ponce <david@dponce.com>
18969
18970 * tree-widget.el: Improve header Commentary section.
18971 (tree-widget) [defgroup]
18972 (tree-widget-image-enable, tree-widget-themes-directory)
18973 (tree-widget-theme, tree-widget-image-properties-emacs)
18974 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18975 (tree-widget-image-formats, tree-widget-control)
18976 (tree-widget-empty-control, tree-widget-leaf-control
18977 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18978 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18979 (tree-widget-keep, tree-widget-after-toggle-functions)
18980 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18981 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18982 :help-echo message.
18983 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18984 (tree-widget-image-properties): Doc fix. Clearer implementation.
18985 (tree-widget--cursors): New constant.
18986 (tree-widget-lookup-image): New function split from
18987 `tree-widget-find-image'. Clearer implementation.
18988 (tree-widget-find-image): Use it.
18989 (tree-widget-button-keymap): Use `set-keymap-parent'.
18990 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18991 Define the sub-widgets here.
18992 (tree-widget-node): Check that :node is not a tree-widget.
18993 (tree-widget-get-super, tree-widget-open-control)
18994 (tree-widget-close-control, tree-widget-empty-control)
18995 (tree-widget-leaf-control, tree-widget-guide)
18996 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18997 (tree-widget-no-handle, tree-widget-value-delete)
18998 (tree-widget-map): Remove.
18999 (tree-widget-children-value-save): Doc fix. Simplified.
19000 (tree-widget-value-create): Update according to previous changes.
19001
19002 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
19003
19004 * textmodes/org.el: Leading space replaced by TABS.
19005 (org-recalc-marks, org-table-rotate-recalc-marks)
19006 (org-table-get-specials): Treat "^" and "_" marks.
19007 (org-table-justify-field-maybe): Optional argument NEW.
19008 (org-table-eval-formula): Parsing of the format simplified.
19009 New modes C,I. Honor the %= parameter in the current table.
19010 Avoid unnecessary re-align by using the NEW argument to
19011 `org-table-justify-field-maybe'.
19012 (org-calc-default-modes): Default for date-format mimicks org-mode.
19013 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
19014
19015 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
19016
19017 * cus-face.el (custom-theme-set-faces): Make it handle face
19018 aliases whose alias declarations are pre- or autoloaded.
19019
19020 2005-07-04 Juri Linkov <juri@jurta.org>
19021
19022 * faces.el (read-face-name): Put the code for getting a face name
19023 from the buffer before adding the faces from the `face' property.
19024 Use `completing-read-multiple' instead of `completing-read'.
19025 Require `crm'. Add default value and post-process the returned
19026 list of faces.
19027
19028 * emacs-lisp/crm.el (crm-find-current-element)
19029 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
19030
19031 * emacs-lisp/lisp-mode.el (eval-defun-1):
19032 * emacs-lisp/edebug.el (edebug-eval-defun):
19033 Remove unnecessary quotes.
19034
19035 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19036
19037 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
19038 (prolog-indent-level): Fix typo in docstring.
19039
19040 * info.el (Info-history, Info-history-forward)
19041 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
19042
19043 * add-log.el (add-change-log-entry):
19044 * comint.el (comint-dynamic-list-input-ring)
19045 (comint-dynamic-list-completions):
19046 * dabbrev.el (dabbrev-expand):
19047 * delim-col.el (delimit-columns-rectangle-line):
19048 * diff-mode.el (diff-context->unified, diff-reverse-direction)
19049 (diff-unified->context):
19050 * ediff-init.el (ediff-abbrev-jobname):
19051 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
19052 (ediff-replace-session-activity-marker-in-meta-buffer):
19053 * info.el (Info-summary):
19054 * lpr.el (printify-region):
19055 * printing.el (pr-create-interface):
19056 * ps-print.el (ps-print-quote):
19057 * ses.el (ses-column-widths, ses-print-cell)
19058 (ses-adjust-print-width, ses-center):
19059 * shell.el (shell-file-name-quote-list):
19060 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
19061 (strokes-fill-current-buffer-with-whitespace)
19062 (strokes-xpm-for-stroke, strokes-list-strokes)
19063 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
19064 * term.el (term-dynamic-list-input-ring)
19065 (term-dynamic-list-completions):
19066 * calc/calc.el (math-format-stack-value):
19067 * emacs-lisp/edebug.el (edebug-display-freq-count):
19068 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
19069 (delphi-new-comment-line):
19070 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
19071 * progmodes/executable.el (executable-set-magic):
19072 * progmodes/python.el (inferior-python-mode):
19073 * progmodes/scheme.el (scheme-mode-syntax-table):
19074 * progmodes/sh-script.el (sh-maybe-here-document):
19075 * progmodes/sql.el (sql-copy-column):
19076 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
19077 * textmodes/bibtex.el (bibtex-mode):
19078 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
19079 (sgml-auto-attributes):
19080 * textmodes/table.el (table-insert, table-shorten-cell)
19081 (table--generate-source-scan-lines, table-delete-row)
19082 (*table--cell-delete-char, table--spacify-frame)
19083 (table--horizontally-shift-above-and-below)
19084 (table--cell-insert-char, table--cell-blank-str)
19085 (table--fill-region-strictly):
19086 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
19087 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
19088
19089 * add-log.el (change-log):
19090 * apropos.el (apropos):
19091 * comint.el (comint-completion, comint-source):
19092 * dabbrev.el (dabbrev):
19093 * delim-col.el (columns):
19094 * diff-mode.el (diff-mode):
19095 * ediff.el (ediff):
19096 * ediff-diff.el (ediff-diff):
19097 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19098 * ediff-mult.el (ediff-mult):
19099 * ediff-ptch.el (ediff-ptch):
19100 * ediff-wind.el (ediff-window):
19101 * facemenu.el (facemenu):
19102 * indent.el (indent):
19103 * info.el (info):
19104 * jka-cmpr-hook.el (compression, jka-compr):
19105 * lpr.el (lpr):
19106 * outline.el (outlines):
19107 * pcmpl-cvs.el (pcmpl-cvs):
19108 * pcmpl-rpm.el (pcmpl-rpm):
19109 * printing.el (printing):
19110 * ps-print.el (postscript, ps-print, ps-print-horizontal)
19111 (ps-print-vertical, ps-print-headers, ps-print-font)
19112 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19113 (ps-print-background, ps-print-printer, ps-print-page)
19114 (ps-print-miscellany):
19115 * ses.el (ses):
19116 * shell.el (shell, shell-directories, shell-faces):
19117 * startup.el (initialization):
19118 * strokes.el (strokes):
19119 * term.el (term):
19120 * uniquify.el (uniquify):
19121 * w32-vars.el (w32):
19122 * calc/calc.el (calc):
19123 * emacs-lisp/bytecomp.el (bytecomp):
19124 * emacs-lisp/cl-indent.el (lisp-indent):
19125 * emacs-lisp/edebug.el (edebug):
19126 * emacs-lisp/elp.el (elp):
19127 * emacs-lisp/testcover.el (testcover):
19128 * emacs-lisp/trace.el (trace):
19129 * emulation/viper-ex.el (viper-ex):
19130 * emulation/viper-mous.el (viper-mouse):
19131 * mail/mailalias.el (mailalias):
19132 * mail/supercite.el (supercite, supercite-frames)
19133 (supercite-attr, supercite-cite, supercite-hooks):
19134 * net/rcompile.el (remote-compile):
19135 * net/rlogin.el (rlogin):
19136 * obsolete/ooutline.el (outlines):
19137 * progmodes/delphi.el (delphi):
19138 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19139 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19140 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19141 (ebnf-optimization):
19142 * progmodes/etags.el (etags):
19143 * progmodes/executable.el (executable):
19144 * progmodes/idlwave.el (idlwave):
19145 * progmodes/pascal.el (pascal):
19146 * progmodes/prolog.el (prolog):
19147 * progmodes/python.el (python):
19148 * progmodes/scheme.el (scheme):
19149 * progmodes/sh-script.el (sh, sh-script):
19150 * progmodes/sql.el (SQL):
19151 * progmodes/tcl.el (tcl):
19152 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19153 * textmodes/enriched.el (enriched):
19154 * textmodes/makeinfo.el (makeinfo):
19155 * textmodes/sgml-mode.el (sgml):
19156 * textmodes/table.el (table-hooks):
19157 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19158 * textmodes/texinfo.el (texinfo):
19159 * textmodes/two-column.el (two-column):
19160 Finish `defgroup' description with period.
19161
19162 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19163 * eshell/esh-var.el (eshell-var):
19164 * progmodes/vhdl-mode.el (vhdl-testbench):
19165 * textmodes/org.el (org): Fix typos in docstrings.
19166
19167 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19168 consistency.
19169
19170 * progmodes/flymake.el (flymake-find-file): Remove.
19171 (flymake-float-time): Use `with-no-warnings'.
19172 (flymake-check-start-time, flymake-check-was-interrupted)
19173 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19174 (flymake-new-err-info): `defvar' at compile time.
19175
19176 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19177
19178 * replace.el (occur-hook): Doc fix.
19179 (occur-1): Don't call `occur-hook' if there are no matches.
19180
19181 2005-07-03 Richard M. Stallman <rms@gnu.org>
19182
19183 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19184 global-map, save the same map.
19185 (global-map): Don't alter it at top level.
19186 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19187 Then alter it here instead.
19188 (tpu-edt-off): Set global-map to the saved one.
19189
19190 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19191 All references simplified.
19192 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19193 (zmacs-regions): Add defvar.
19194 (repeat-complex-command-map): Everything about that deleted.
19195
19196 * textmodes/artist.el (artist-key-is-drawing)
19197 (artist-key-endpoint1, artist-key-poly-point-list)
19198 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19199 (artist-key-compl-table, artist-rb-save-data)
19200 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19201 Don't put them in eval-when-compile.
19202 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19203
19204 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19205 Use with-no-warnings.
19206
19207 * net/browse-url.el (dos-windows-version): Add defvar.
19208
19209 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19210
19211 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19212 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19213 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19214 Add defvar.
19215 (rmail-summary-beginning-of-message): Use with-no-warnings.
19216 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19217
19218 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19219 Use with-no-warnings.
19220
19221 * emulation/vi.el (vi-mark-region): Use c-mark-function.
19222 (c-mark-function): Add point-moving-unit property.
19223 (vi-goto-line): Use with-no-warnings.
19224
19225 * emulation/edt.el (edt-last-copied-word): Add defvar.
19226 (zmacs-region-stays): Likewise.
19227 (edt-mark-section-wisely): Use c-mark-function for C.
19228 Use makr-defun for Fortran.
19229 (time-string): defvar deleted.
19230 (edt-display-the-time): Don't set time-string.
19231
19232 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19233
19234 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19235 Don't warn when name is not constant
19236 or for defining the group `emacs'.
19237
19238 * tooltip.el (gud-tooltip-mode): Add defvar.
19239
19240 * startup.el (default-frame-background-mode): Add defvar.
19241
19242 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19243
19244 * info.el (tool-bar-map): Add defvar.
19245
19246 * dired.el (dnd-protocol-alist): Add defvar.
19247
19248 * dired-aux.el (dired-query): Display question with answer, when
19249 the user answers.
19250
19251 * custom.el (custom-add-option): Doc fix.
19252
19253 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19254
19255 2005-07-03 Eli Zaretskii <eliz@gnu.org>
19256
19257 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19258 bogus name from the last change.
19259
19260 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
19261
19262 * custom.el (custom-declare-variable): Fix typos in comment.
19263 (custom-known-themes): Doc fix.
19264 (custom-theme-directory): New defcustom.
19265 (require-theme): Make it check `custom-theme-directory'.
19266
19267 * cus-theme.el (custom-new-theme-mode): New function.
19268 (custom-theme-name, custom-theme-variables, custom-theme-faces)
19269 (custom-theme-description): Add compiler defvars.
19270 (customize-create-theme): Add doc to the "*New Custom Theme*"
19271 buffer. Use `custom-new-theme-mode'.
19272 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19273 and save it to the `custom-theme-directory'. Make this the
19274 default directory of the buffer.
19275
19276 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
19277
19278 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19279 Fix unbalanced parentheses.
19280
19281 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19282
19283 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19284 into flymake-mode and delegate to flymake-mode.
19285
19286 * find-file.el (ff-which-function-are-we-in): Clean up.
19287
19288 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
19289
19290 * replace.el (occur-rename-buffer): Fix docstring.
19291
19292 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19293 (edt-last-copied-word, edt-learn-macro-count)
19294 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19295 (edt-rect-start-point, edt-user-global-map, rect-start-point)
19296 (time-string, zmacs-region-stays):
19297 * emulation/edt-mapper.el (edt-save-function-key-map)
19298 (EDT-key-name): `defvar' to silence the byte-compiler.
19299
19300 2005-07-02 Martin Rudalics <rudalics@gmx.at>
19301
19302 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19303 font-lock-regexp-backslash. Doc fix.
19304 (font-lock-regexp-backslash-grouping-construct): Rename from
19305 font-lock-regexp-backslash-construct. Doc fix.
19306 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19307 grouping constructs.
19308
19309 2005-07-02 Eli Zaretskii <eliz@gnu.org>
19310
19311 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19312 updating all the prerequisites.
19313
19314 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
19315
19316 * textmodes/org.el (org-agenda-start-on-weekday)
19317 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19318 (org-agenda-use-time-grid, org-archive-location)
19319 (org-allow-space-in-links, org-usenet-links-prefer-google)
19320 (org-enable-table-editor, org-export-default-language)
19321 (org-export-html-show-new-buffer, org-fill-paragraph)
19322 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19323 (org-goto-quit, org-occur, org-eval-in-calendar)
19324 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19325 (org-agenda-diary-entry, org-remember-help)
19326 (org-table-convert-region, org-at-table-p)
19327 (org-table-move-row-down, org-table-move-row-up)
19328 (org-table-copy-region, org-table-toggle-vline-visibility)
19329 (org-table-get-stored-formulas, org-table-get-specials)
19330 (org-recalc-commands, org-table-eval-formula)
19331 (org-table-formula-substitute-names, orgtbl-make-binding)
19332 (org-format-org-table-html, org-format-table-table-html)
19333 (org-format-table-table-html-using-table-generate-source)
19334 (org-customize): Fix typos in docstrings.
19335 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19336 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19337 (org-back-to-heading): Doc fixes.
19338 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19339 (org-agenda-change-all-lines, org-get-header):
19340 Improve argument/docstring consistency.
19341 (orgtbl-error): Fix error message.
19342
19343 * progmodes/flymake.el (flymake-find-possible-master-files)
19344 (flymake-master-file-compare, flymake-get-line-err-count)
19345 (flymake-highlight-line, flymake-gui-warnings-enabled):
19346 Fix typos in docstrings.
19347 (flymake-parse-line, flymake-get-project-include-dirs-function)
19348 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19349 Doc fixes.
19350 (flymake-get-project-include-dirs-function)
19351 (flymake-make-err-menu-data):
19352 Improve argument/docstring consistency.
19353
19354 2005-07-01 Lute Kamstra <lute@gnu.org>
19355
19356 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19357 Catch errors with ignore-errors. Use temporary buffer.
19358 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19359
19360 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19361 background color faces.
19362 (facemenu-set-foreground, facemenu-set-background):
19363 Use facemenu-set-face-from-menu.
19364 (facemenu-set-face-from-menu): Treat face names that start with
19365 "fg:" or "bg:" as special.
19366 (facemenu-add-new-color): Don't create faces. Simplify.
19367
19368 2005-06-30 Richard M. Stallman <rms@gnu.org>
19369
19370 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19371 (crm-find-current-element): Likewise.
19372
19373 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19374
19375 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19376
19377 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19378
19379 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19380 (archive-mouse-extract): Make it an obsolete alias.
19381 (archive-mode-map): Don't use archive-mouse-extract any more.
19382 (archive-mode, archive-extract): write-contents-hooks ->
19383 write-contents-functions.
19384 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19385 first arg.
19386 (archive-rename-entry): Update the call.
19387 (archive-zip-summarize): Remove unused var `method'.
19388 (archive-lzh-summarize): Remove unused var `creator'.
19389
19390 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19391 dedicated frame upon exit.
19392
19393 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19394 (archive-zip-extract, archive-zip-expunge)
19395 (archive-zip-update, archive-zip-update-case): Use executable-find.
19396 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19397 Use restore-buffer-modified-p.
19398 (archive-extract, archive-add-new-member, archive-write-file-member):
19399 Use with-current-buffer.
19400 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19401
19402 2005-06-30 Andreas Schwab <schwab@suse.de>
19403
19404 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19405
19406 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19407
19408 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19409
19410 2005-06-30 Juri Linkov <juri@jurta.org>
19411
19412 * faces.el (vertical-border): Inherit from mode-line-inactive
19413 only on tty.
19414
19415 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19416
19417 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19418 example, -NLINES in the `occur' docstring).
19419
19420 * replace.el (occur-1): When no matches are found, do not set the
19421 `buffer-read-only' and modified flags for the occur buffer,
19422 because it is deleted.
19423
19424 * emulation/cua-base.el (cua-check-pending-input)
19425 (cua-repeat-replace-region, cua-mode, cua-debug)
19426 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19427 Fix typos in docstrings.
19428
19429 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19430 (cua-cut-region-to-global-mark)
19431 (cua--cut-rectangle-to-global-mark):
19432 Remove period from end of messages.
19433
19434 * emulation/cua-rect.el (cua-do-rectangle-padding):
19435 Remove period from end of messages.
19436 (cua--rectangle-seq-format): Fix typo in docstring.
19437 (cua-sequence-rectangle, cua-fill-char-rectangle):
19438 Improve argument/docstring consistency.
19439
19440 2005-06-29 Juri Linkov <juri@jurta.org>
19441
19442 * faces.el (default-frame-background-mode): New internal variable.
19443 (frame-set-background-mode): Use it.
19444
19445 * startup.el (normal-top-level): Set default-frame-background-mode
19446 instead of frame-background-mode. Before setting it, test for its
19447 nil value. Remove tests for frame-background-mode and frame
19448 parameter `reverse'. Add test for "unspecified-fg".
19449
19450 * term/xterm.el (xterm-rxvt-set-background-mode):
19451 * term/rxvt.el (rxvt-set-background-mode):
19452 Set default-frame-background-mode instead of frame-background-mode.
19453
19454 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19455
19456 * simple.el (set-variable): Warn about obsolete user variables.
19457
19458 * imenu.el (imenu--completion-buffer):
19459 * mouse.el (mouse-buffer-menu-alist):
19460 * msb.el (msb-invisible-buffer-p):
19461 * calendar/diary-lib.el (diary-header-line-format):
19462 * emacs-lisp/pp.el (pp-buffer):
19463 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19464 * textmodes/picture.el (picture-replace-match):
19465 Change space constants followed by a sexp to "?\s ".
19466
19467 * play/decipher.el (decipher-loop-with-breaks):
19468 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19469 constants "protected" from end of line by a comment to "?\s".
19470
19471 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * font-lock.el (save-buffer-state): Use `declare'.
19474
19475 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19476 reset the syntax-table to cperl-mode-syntax-table.
19477 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19478 "foo_print_bar" is not matched as a reserved keyword.
19479
19480 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19481
19482 * textmodes/org.el (orgtbl-setup): New function, for delayed
19483 setup for the orgtbl commands.
19484 (org-calc-default-modes): New option.
19485 (orgtbl-make-binding): Use `defun' to get better help display.
19486 (org-diary): Call `org-compile-prefix-format'.
19487 (org-table-formula-substitute-names): New function.
19488 (org-agenda-day-view, org-agenda-week-view): New commands.
19489 (org-agenda-toggle-week-view): Command removed.
19490 (org-tbl-menu): Split off from org-org-menu.
19491 (org-mode): Move removal of outline-mode menus to here.
19492 (org-table-formula-debug): New option.
19493 (org-table-insert-row): Keep first field if just "#" or "*".
19494 (org-mode): Paragraph regexps fixed.
19495 (org-table-recalculate-regexp): New constant.
19496 (org-table-justify-field-maybe): Avoid replace if not necessary.
19497 (org-copy-special, org-cut-special): Use `call-interactively'.
19498 (org-table-copy-region): Take region from `interactive' call.
19499 (org-trim): Return string even if no match.
19500 (org-formula): New face.
19501 (org-set-font-lock-defaults): No longer highlight "FIXME".
19502 But highlight formula-related fields in table.
19503 (org-table-p): Use regexp, not fontification.
19504 (org-table-align): Handle white space at end of line.
19505 (org-table-formula-evaluate-inline): New option.
19506 (org-mode): Auto-wrapping in comment lines turned off.
19507 (org-table-copy-down): Evaluate only in copied field, not in
19508 destination.
19509 (org-table-current-formula): Variable removed.
19510 (org-table-store-formulas, org-table-get-stored-formulas)
19511 (org-table-modify-formulas, org-table-replace-in-formulas)
19512 (org-table-maybe-eval-formula): New functions.
19513 (org-table-get-formula): Modify to use stored formulas.
19514 (org-table-insert-column, org-table-delete-column)
19515 (org-table-move-column): Call `org-table-modify-formulas'.
19516 (org-complete): Add completion for keyword formulas.
19517 (orgtbl-mode): Pull orgtbl-mode-map to start of
19518 minor-mode-map-alist.
19519
19520 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19521
19522 * progmodes/python.el (python-check): Require `compile' before
19523 modifying its variables.
19524
19525 * newcomment.el (comment-indent-default): Don't get fooled by an early
19526 end of buffer.
19527
19528 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19529
19530 * ps-print.el (ps-print-version): Fix version number.
19531
19532 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19533
19534 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19535
19536 2005-06-28 Richard M. Stallman <rms@gnu.org>
19537
19538 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19539 (flyspell-local-mouse-map): Declaration deleted.
19540 (flyspell-mouse-map): Bind only mouse-2.
19541 (flyspell-mode-map): Don't test flyspell-use-local-map.
19542 (flyspell-overlay-keymap-property-name): Var deleted.
19543 (flyspell-mode-on): Don't make local bindings for
19544 flyspell-mouse-map and flyspell-mode-map.
19545 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19546
19547 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19548
19549 * progmodes/compile.el (compilation-next-error-function):
19550 Don't switch buffers; operate on the current buffer.
19551
19552 * progmodes/compile.el (compilation-error-file-name)
19553 (compilation-warning-file-name, compilation-info-file-name)
19554 (compilation-line-number, compilation-column-number): New faces.
19555 (compilation-error-face, compilation-warning-face)
19556 (compilation-info-face, compilation-line-face)
19557 (compilation-column-face): Use them.
19558
19559 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19560
19561 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19562
19563 * bindings.el (global-map): Bind insertchar and its variants.
19564
19565 2005-06-27 Richard M. Stallman <rms@gnu.org>
19566
19567 * textmodes/artist.el (artist-text-overwrite)
19568 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19569
19570 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19571
19572 * ps-print.el: It was not working the page selection for printing.
19573 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19574 (ps-print-version): New version 6.6.7.
19575 (ps-end-sheet): New fun.
19576 (ps-header-sheet, ps-end-job): Call it.
19577
19578 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19579
19580 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19581
19582 2005-06-27 Lute Kamstra <lute@gnu.org>
19583
19584 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19585 background color faces.
19586 (facemenu-get-face): Delete function.
19587 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19588 (facemenu-add-new-color): Make second argument mandatory.
19589 Create the appropriate face and return it. Simplify.
19590 (facemenu-set-foreground, facemenu-set-background): Don't check if
19591 color is defined. Use return value of facemenu-add-new-color.
19592
19593 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19594
19595 * progmodes/gud.el (gud-filter): Add missing argument to
19596 with-selected-window.
19597
19598 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19601 a :require to the defcustom.
19602
19603 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19604 defcustoms corresponding to minor modes.
19605
19606 2005-06-26 David Ponce <david@dponce.com>
19607
19608 * recentf.el: Require tree-widget instead of wid-edit.
19609 (recentf-filename-handler): Fix widget :type.
19610 (recentf-cancel-dialog, recentf-open-more-files)
19611 (recentf-open-files-action): Doc fix.
19612 (recentf-dialog-goto-first): New function.
19613 (recentf-dialog-mode-map): Set parent keymap first.
19614 (recentf-dialog-mode): Define with define-derived-mode.
19615 Don't display continuation lines in dialogs.
19616 (recentf-edit-list): Rename from recentf-edit-selected-items.
19617 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19618 Simplify.
19619 (recentf-edit-list-validate): New function.
19620 (recentf-edit-list): Update accordingly.
19621 (recentf-open-files-item-shift): Remove.
19622 (recentf-open-files-item): Convert menu elements into tree and
19623 link widgets. Don't create the widgets.
19624 (recentf-open-files): Update accordingly.
19625 (recentf-save-list): Untabify.
19626
19627 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19628
19629 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19630 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19631 partially contained in the active region. Do not take active
19632 region into account when called from Lisp, unless INTERACTIVE arg
19633 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19634 avoid trouble with fields. Make marker point nowhere when no
19635 longer used. Always return nil. Doc fix.
19636 (flush-lines): Add INTERACTIVE arg. Do not take active region
19637 into account when called from Lisp, unless INTERACTIVE arg is
19638 non-nil. Use `forward-line' instead of `beginning-of-line' to
19639 avoid trouble with fields. Make marker point nowhere when no
19640 longer used. Always return nil. Doc fix.
19641 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19642 interchangeable. Do not take active region into account when
19643 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19644 message in echo area when called from Lisp, unless INTERACTIVE arg
19645 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19646 Return the number of matches. Doc fix.
19647 (occur): Doc fix.
19648 (perform-replace): Make comment follow double space convention for
19649 the sake of `outline-minor-mode'.
19650
19651 * faces.el (facep): Doc fix.
19652
19653 2005-06-25 Richard M. Stallman <rms@gnu.org>
19654
19655 * facemenu.el (facemenu-enable-faces-p): New function.
19656 (facemenu-background-menu, facemenu-foreground-menu)
19657 (facemenu-face-menu): Add menu-enable property.
19658
19659 * jka-compr.el (jka-compr-insert-file-contents):
19660 Special handling if cannot find the uncompression program.
19661
19662 * cus-face.el (custom-face-attributes): Add autoload.
19663
19664 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19665 Bind comment-indent-function locally.
19666
19667 * window.el (save-selected-window): Use save-current-buffer.
19668
19669 * subr.el (with-selected-window): Use save-current-buffer.
19670
19671 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19672 and with-current-buffer.
19673
19674 2005-06-24 Richard M. Stallman <rms@gnu.org>
19675
19676 * simple.el (line-move-1): Fix previous change.
19677
19678 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19679
19680 * replace.el (occur-1): Set `buffer-read-only' and the
19681 buffer-modified flag before running `occur-hook' to protect
19682 against unintentional buffer switches that can lead to data loss.
19683
19684 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19685
19686 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19687 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19688 initial error.
19689
19690 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19691 after fresh input.
19692 (gdb-var-create-handler): Put name of expression in quotes.
19693
19694 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19695
19696 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19697 elements of RING in order, and without bogus nil elements.
19698
19699 2005-06-23 Richard M. Stallman <rms@gnu.org>
19700
19701 * simple.el (set-variable): Args renamed; doc fix.
19702 (line-move-1): When there are overlays around, use vertical-motion.
19703
19704 * faces.el (escape-glyph): Use brown against light background.
19705 (nobreak-space): Rename from no-break-space.
19706 Fix previous change.
19707
19708 * dired-aux.el (dired-do-copy): Fix arg prompt.
19709
19710 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19711
19712 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19713
19714 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19715 rather than "Distributor".
19716
19717 2005-06-23 Lute Kamstra <lute@gnu.org>
19718
19719 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19720 (debug-on-entry): Use it. New interactive declaration that uses
19721 function-called-at-point.
19722
19723 2005-06-23 Kim F. Storm <storm@cua.dk>
19724
19725 * subr.el (save-match-data): Add comment about using evaporate arg
19726 to set-match-data.
19727
19728 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19729
19730 * cus-edit.el (customize-face)
19731 (customize-face-other-window): Handle face aliases.
19732
19733 * faces.el (face-documentation, set-face-attribute)
19734 (face-spec-set): Handle face aliases.
19735
19736 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19737
19738 * help-mode.el (help-make-xrefs): If a symbol representing a face
19739 name is not followed by the word "face", it could still be a
19740 function or variable name, so don't bypass other checks.
19741
19742 2005-06-22 Juri Linkov <juri@jurta.org>
19743
19744 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19745 Replace aliased functions with calls where second arg `inherit' is t.
19746
19747 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19748
19749 * progmodes/gdb-ui.el (gdb-error): New variable.
19750 (gdb-error): New function.
19751 (gdb-annotation-rules): Act on error-begin and error annotations.
19752 (gdb-concat-output): Use font-lock-warning-face for errors.
19753
19754 2005-06-22 Miles Bader <miles@gnu.org>
19755
19756 * bindings.el (propertized-buffer-identification): Use renamed
19757 `Buffer-menu-buffer' face.
19758
19759 * faces.el (vertical-border): Rename from `vertical-divider'.
19760 (escape-glyph): Change dark-background color back to `cyan'.
19761
19762 2005-06-21 Juri Linkov <juri@jurta.org>
19763
19764 * faces.el (face-user-default-spec): Try getting `customized-face'
19765 prior to `saved-face'.
19766 (frame-background-mode): Refill docstring.
19767
19768 * emacs-lisp/lisp-mode.el (eval-defun-1):
19769 * emacs-lisp/edebug.el (edebug-eval-defun):
19770 Set `saved-face' temporarily to nil before calling form.
19771 Set `customized-face' to the new spec after that.
19772
19773 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19774
19775 * subr.el (1value, lambda, key-substitution-in-progress):
19776 Doc fixes.
19777
19778 * autoinsert.el (auto-insert-alist):
19779 * ses.el (ses-call-printer):
19780 * subr.el (noreturn):
19781 * emacs-lisp/lisp.el (check-parens):
19782 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19783 * net/browse-url.el (browse-url-mosaic):
19784 * progmodes/cc-defs.el (c-safe-scan-lists):
19785 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19786 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19787 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19788 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19789 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19790 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19791
19792 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19793
19794 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19795
19796 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19797
19798 * calendar/appt.el (appt-make-list): Activate the package, if
19799 not already active (for backwards compatibility).
19800
19801 2005-06-20 Kim F. Storm <storm@cua.dk>
19802
19803 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19804
19805 2005-06-20 Miles Bader <miles@gnu.org>
19806
19807 * faces.el (vertical-divider): New face.
19808
19809 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19810
19811 * simple.el (kill-whole-line): Doc fix.
19812 (next-error-buffer-p, next-error-find-buffer)
19813 (clone-indirect-buffer): Fix typos in docstrings.
19814 (comment-line-break-function): Doc fix: don't say variable
19815 is automatically buffer-local (it isn't).
19816
19817 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19818
19819 * net/tramp-ftp.el (top):
19820 * net/tramp-smb.el (top):
19821 * net/tramp-util.el (top):
19822 * net/tramp-uu.el (top):
19823 * net/tramp-vc.el (top):
19824 * net/tramp.el (top): Revert copyright years back to original
19825 ones. Tramp has a life outside GNU Emacs.
19826
19827 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19828
19829 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19830
19831 2005-06-18 Juri Linkov <juri@jurta.org>
19832
19833 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19834 end of first regexp to limit the match to the position between
19835 line number and source line with same separator character as used
19836 between file name and line number. In the second regexp limit
19837 mouse-face area to file name and line number by adding new group
19838 for them and referring it in HYPERLINK arg.
19839 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19840 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19841 previous line where grep markers may be already removed.
19842
19843 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19844
19845 * progmodes/ps-mode.el: Update version and maintainer's email address.
19846
19847 2005-06-18 Steve Youngs <steve@xemacs.org>
19848
19849 * net/browse-url.el (browse-url-browser-function)
19850 (browse-url-default-browser): Add firefox.
19851 (browse-url-firefox-program, browse-url-firefox-arguments)
19852 (browse-url-firefox-startup-arguments)
19853 (browse-url-firefox-new-window-is-tab): New defcustoms.
19854 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19855
19856 2005-06-17 Richard M. Stallman <rms@gnu.org>
19857
19858 * startup.el (command-line): Warn if specified user name has
19859 no home directory.
19860
19861 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19862 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19863
19864 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19865 Doc fixes.
19866
19867 * faces.el (underline): Try bold if terminal doesn't support underline.
19868
19869 * mail/sendmail.el (mail-setup-with-from): New variable.
19870 (mail-insert-from-field): New function.
19871 (sendmail-send-it): Call it.
19872 (mail-setup): Optionally call it here.
19873
19874 * term/linux.el: Call tty-no-underline.
19875
19876 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19877
19878 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19879
19880 2005-06-17 Miles Bader <miles@gnu.org>
19881
19882 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19883 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19884 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19885 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19886 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19887 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19888 Remove "-face" suffix from face names.
19889 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19890 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19891 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19892 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19893 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19894 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19895 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19896 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19897 New backward-compatibility aliases for renamed faces.
19898 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19899 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19900 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19901 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19902 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19903 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19904 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19905 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19906 Use renamed ediff faces.
19907
19908 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19909 Remove "-face" suffix from face names.
19910 (eshell-test-ok-face, eshell-test-failed-face):
19911 New backward-compatibility aliases for renamed faces.
19912 (eshell-run-test): Use renamed eshell-test faces.
19913
19914 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19915 face name.
19916 (eshell-prompt-face): New backward-compatibility alias for renamed
19917 face.
19918 (eshell-emit-prompt): Use renamed eshell-prompt face.
19919
19920 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19921 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19922 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19923 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19924 Remove "-face" suffix from face names.
19925 (eshell-ls-directory-face, eshell-ls-symlink-face)
19926 (eshell-ls-executable-face, eshell-ls-readonly-face)
19927 (eshell-ls-unreadable-face, eshell-ls-special-face)
19928 (eshell-ls-missing-face, eshell-ls-archive-face)
19929 (eshell-ls-backup-face, eshell-ls-product-face)
19930 (eshell-ls-clutter-face):
19931 New backward-compatibility aliases for renamed faces.
19932 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19933
19934 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19935 Remove "-face" suffix from face name.
19936 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19937 instead of literal face.
19938
19939 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19940
19941 * emacs-lisp/warnings.el (display-warning, lwarn)
19942 (warning-minimum-log-level): Doc fixes.
19943 (warning-minimum-level, warning-minimum-log-level):
19944 Add :debug to :type choices.
19945
19946 * progmodes/ada-mode.el (ada-format-paramlist)
19947 (ada-get-indent-case, ada-check-matching-start)
19948 (ada-check-defun-name, ada-goto-matching-decl-start)
19949 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19950 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19951 (ada-make-subprogram-body): Follow error conventions.
19952 (ada-case-exception-file, ada-indent-comment-as-code)
19953 (ada-indent-handle-comment-special, ada-indent-renames)
19954 (ada-indent-return, ada-search-directories-internal)
19955 (ada-tab-policy, ada-case-exception-substring)
19956 (ada-other-file-alist, ada-matching-start-re)
19957 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19958 (ada-imenu-generic-expression, ada-compile-goto-error)
19959 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19960 (ada-popup-menu, ada-add-extensions, ada-mode)
19961 (ada-region-selected, ada-create-case-exception)
19962 (ada-create-case-exception-substring, ada-after-keyword-p)
19963 (ada-activate-keys-for-case, ada-adjust-case-region)
19964 (ada-adjust-case-buffer, ada-format-paramlist)
19965 (ada-scan-paramlist, ada-insert-paramlist)
19966 (ada-indent-newline-indent)
19967 (ada-indent-newline-indent-conditional)
19968 (ada-justified-indent-current, ada-goto-previous-word)
19969 (ada-indent-current, ada-get-indent-open-paren)
19970 (ada-get-indent-paramlist, ada-get-indent-end)
19971 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19972 (ada-get-indent-block-start, ada-get-indent-subprog)
19973 (ada-get-indent-noindent, ada-get-indent-label)
19974 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19975 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19976 (ada-goto-stmt-end, ada-goto-next-word)
19977 (ada-check-matching-start, ada-check-defun-name)
19978 (ada-goto-matching-decl-start, ada-goto-matching-start)
19979 (ada-goto-matching-end, ada-search-ignore-string-comment)
19980 (ada-in-decl-p, ada-looking-at-semi-or)
19981 (ada-looking-at-semi-private, ada-in-paramlist-p)
19982 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19983 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19984 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19985 (ada-previous-package, ada-create-menu)
19986 (ada-fill-comment-paragraph-justify)
19987 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19988 (ada-other-file-name, ada-last-which-function-line)
19989 (ada-last-which-function-subprog, ada-which-function)
19990 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19991 (ada-gen-treat-proc, ada-check-emacs-version)
19992 (ada-continuation-indent, ada-align-region-separate):
19993 Fix typos in docstrings.
19994 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19995
19996 2005-06-16 Lute Kamstra <lute@gnu.org>
19997
19998 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19999 conditionally.
20000
20001 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20002
20003 * comint.el (comint-replace-by-expanded-filename)
20004 (comint-prompt-regexp, comint-delimiter-argument-list)
20005 (comint-preinput-scroll-to-bottom):
20006 * info.el (Info-hide-cookies-node):
20007 * ls-lisp.el (ls-lisp-classify):
20008 * find-file.el (ff-search-directories, ff-special-constructs)
20009 (ff-find-other-file):
20010 * font-lock.el (font-lock-keywords):
20011 * shell.el (shell-prompt-pattern)
20012 (shell-dynamic-complete-functions, shell-mode)
20013 (shell-delimiter-argument-list):
20014 * term.el (term-replace-by-expanded-filename)
20015 (term-prompt-regexp, term-delimiter-argument-list):
20016 * woman.el (woman-ignore, woman0-if):
20017 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
20018 * emacs-lisp/elint.el (elint-init-env):
20019 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
20020 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
20021 * language/ethio-util.el (ethio-tilde-escape)
20022 (ethio-use-three-dot-question):
20023 * net/zone-mode.el (zone-mode-load-time-setup):
20024 * progmodes/cc-align.el (c-lineup-argcont):
20025 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
20026 * progmodes/cperl-mode.el (cperl-set-style-back):
20027 * progmodes/inf-lisp.el (inferior-lisp-prompt):
20028 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
20029 Fix spellings in docstrings.
20030
20031 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
20032 * progmodes/modula2.el (m2-for): Fix spellings.
20033
20034 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
20035
20036 * simple.el (undo-more): Don't use `format' on `error' arguments.
20037 Improve argument/docstring consistency.
20038 (pending-undo-list): Doc fix.
20039
20040 * smerge-mode.el (smerge-ensure-match):
20041 * emulation/vip.el (vip-ex):
20042 * net/zone-mode.el (zone-mode-update-serial):
20043 * progmodes/idlwave.el (idlwave-complete):
20044 * progmodes/vhdl-mode.el (vhdl-visit-file)
20045 (vhdl-compose-wire-components):
20046 Don't use `format' on `error' arguments.
20047
20048 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
20049 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
20050 (tooltip-help-tips): Fix typos in docstrings.
20051
20052 2005-06-16 David Ponce <david@dponce.com>
20053
20054 * tree-widget.el (tree-widget-value-create): Simplify last change.
20055
20056 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
20057
20058 * ido.el (ido-incomplete-regexp): New variable.
20059 (ido-set-matches-1): Handle invalid-regexp error and set
20060 ido-incomplete-regexp.
20061 (ido-incomplete-regexp): New face.
20062 (ido-completions): Use it.
20063 (ido-complete, ido-exit-minibuffer, ido-completions):
20064 Handle incomplete regexps.
20065 (ido-completions): Add check for complete match when entering a regexp.
20066
20067 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20068
20069 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
20070
20071 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20072
20073 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
20074 by field delimiters.
20075
20076 2005-06-15 David Ponce <david@dponce.com>
20077
20078 * tree-widget.el: eval-and-compile inlined functions so they will
20079 be available at run-time too.
20080 (tree-widget-super-format-handler)
20081 (tree-widget-format-handler): Remove.
20082 (tree-widget-value-create): Handle the :indent property.
20083
20084 2005-06-15 Miles Bader <miles@gnu.org>
20085
20086 * progmodes/which-func.el (which-func): Only inherit
20087 `font-lock-function-name-face' when that makes sense against the
20088 default mode-line face, otherwise set the face color explicitly.
20089
20090 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
20091 faces instead of (non-existent) variables.
20092
20093 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20094
20095 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20096 (iswitchb-get-matched-buffers): Likewise. Simplify.
20097
20098 2005-06-14 Miles Bader <miles@gnu.org>
20099
20100 * progmodes/ld-script.el (ld-script-location-counter):
20101 Remove "-face" suffix from face name.
20102 (ld-script-location-counter-face):
20103 New backward-compatibility alias for renamed face.
20104 (ld-script-location-counter-face): Use renamed face.
20105
20106 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20107 (cperl-hash): Remove "-face" suffix from face names.
20108 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20109 New backward-compatibility aliases for renamed faces.
20110 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20111 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20112
20113 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20114 name.
20115 (which-func-face): New backward-compatibility alias for renamed face.
20116 (which-func-format): Use renamed which-func face.
20117
20118 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20119 (vhdl-function, vhdl-directive, vhdl-reserved-word)
20120 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20121 names.
20122 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20123 (vhdl-speedbar-configuration, vhdl-speedbar-package)
20124 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20125 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20126 (vhdl-speedbar-architecture-selected)
20127 (vhdl-speedbar-configuration-selected)
20128 (vhdl-speedbar-package-selected)
20129 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20130 names.
20131 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20132 Use renamed faces.
20133 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20134 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20135 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20136 Use renamed faces.
20137 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20138 names.
20139 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20140 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20141 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20142 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20143 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20144 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20145
20146 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20147 face name.
20148 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20149 (sh-heredoc-face): Use renamed sh-heredoc face.
20150
20151 * progmodes/idlw-help.el (idlwave-help-link):
20152 Remove "-face" suffix from face name.
20153 (idlwave-help-link-face):
20154 New backward-compatibility alias for renamed face.
20155 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20156
20157 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20158 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20159 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20160 New backward-compatibility aliases for renamed faces.
20161 (idlwave-shell-disabled-breakpoint-face)
20162 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20163
20164 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20165 Remove "-face" suffix from face names.
20166 (flymake-errline-face, flymake-warnline-face):
20167 New backward-compatibility aliases for renamed faces.
20168 (flymake-highlight-line): Use renamed flymake faces.
20169
20170 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20171 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20172 (ebrowse-member-class, ebrowse-progress):
20173 Remove "-face" suffix from face names.
20174 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20175 (ebrowse-file-name-face, ebrowse-default-face)
20176 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20177 (ebrowse-progress-face):
20178 New backward-compatibility aliases for renamed faces.
20179 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20180 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20181 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20182 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20183
20184 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20185 antlr-syntax)
20186 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20187 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20188 names.
20189 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20190 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20191 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20192 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20193 backward-compatibility aliases for renamed faces.
20194 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20195 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20196 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20197 remove "font-lock-". Use renamed antlr-mode faces.
20198 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20199 literal face-names with face variable references.
20200
20201 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20202 face name.
20203 (Buffer-menu-buffer-face): New backward-compatibility alias for
20204 renamed face.
20205 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20206
20207 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20208
20209 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20210 Eliminate "-face" suffix.
20211 (makefile-targets): Inherit from font-lock-function-name-face and
20212 eliminate "-face" suffix.
20213 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20214 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20215 actions, instead of prepending, to make it less visible.
20216 (makefile-previous-dependency, makefile-match-dependency):
20217 Don't match a target on a continuation line.
20218
20219 * files.el (auto-mode-alist): Put Makefile in gmake mode.
20220
20221 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
20222
20223 * progmodes/gdb-ui.el (menu): Re-order menu items.
20224 (gdb-tooltip-print): Respect tooltip-use-echo-area.
20225
20226 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20227 Define in tooltip.el.
20228 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20229 (gud-tooltip-tips): Respect tooltip-use-echo-area and
20230 gud-tooltip-echo-area.
20231
20232 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20233 backward compatibility and make obsolete.
20234 (tooltip-help-tips): Use tooltip-use-echo-area.
20235 (tooltip-show-help-function): Rename to...
20236 (tooltip-show-help): ...this, because it is a function.
20237 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20238
20239 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
20240
20241 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20242 (edebug-print-length, edebug-print-level, edebug-print-circle)
20243 (edebug-modify-breakpoint, edebug-eval-last-sexp)
20244 (edebug-eval-print-last-sexp): Doc fixes.
20245
20246 2005-06-14 Kim F. Storm <storm@cua.dk>
20247
20248 * ido.el (ido-mode): Make a new keymap every time we enable ido,
20249 as the coverage buffer/file/both may change.
20250
20251 2005-06-14 Lute Kamstra <lute@gnu.org>
20252
20253 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20254 and run-mode-hooks. Simplify.
20255
20256 * mail/rmailedit.el (rmail-edit-mode):
20257 * progmodes/octave-inf.el (inferior-octave-mode):
20258 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20259
20260 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20261 and run-mode-hooks.
20262 (recentf-edit-list, recentf-open-files): Don't call
20263 kill-all-local-variables directly.
20264
20265 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20266
20267 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20268
20269 * emacs-lisp/byte-run.el (make-obsolete)
20270 (define-obsolete-function-alias): Rename arguments FUNCTION and
20271 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20272 (make-obsolete-variable, define-obsolete-variable-alias):
20273 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20274 respectively.
20275
20276 * isearchb.el (isearchb-activate):
20277 * pcvs.el (cvs-mode):
20278 * ses.el (ses-load):
20279 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20280 * net/tramp.el (tramp-find-file-exists-command)
20281 (tramp-find-shell):
20282 * progmodes/ada-mode.el (ada-create-case-exception)
20283 (ada-create-case-exception-substring, ada-make-subprogram-body):
20284 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20285 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20286 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20287 * textmodes/org.el (org-promote, org-evaluate-time-range)
20288 (org-agenda-next-date-line, org-agenda-previous-date-line)
20289 (org-agenda-error, org-open-at-point, org-table-move-row)
20290 (org-format-table-table-html-using-table-generate-source)
20291 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20292 * textmodes/reftex.el (reftex-access-scan-info):
20293 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20294 (reftex-toc-promote-prepare): Follow error conventions.
20295
20296 * diff-mode.el (diff-mode): Fix typo in docstring.
20297
20298 * forms.el (forms--intuit-from-file): Fix reference to
20299 `forms-number-of-fields' in error message.
20300 (forms-print): Fix quoting in error message.
20301
20302 * forms.el (forms-mode):
20303 * emulation/vi.el (vi-goto-insert-state):
20304 * progmodes/flymake.el (flymake-new-err-info)
20305 (flymake-start-syntax-check-for-current-buffer)
20306 (flymake-simple-cleanup):
20307 * eshell/esh-var.el (eshell/export):
20308 * progmodes/gud.el (xdb):
20309 * textmodes/flyspell.el (flyspell-incorrect-hook)
20310 (flyspell-maybe-correct-transposition)
20311 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20312
20313 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
20314
20315 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20316 minibuffer prompt.
20317
20318 2005-06-13 Kim F. Storm <storm@cua.dk>
20319
20320 * subr.el (add-to-ordered-list): New defun.
20321
20322 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20323 add cua--keymap-alist to emulation-mode-map-alists.
20324
20325 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * subr.el (complete-in-turn): New macro.
20328 (dynamic-completion-table, lazy-completion-table): Add debug info.
20329
20330 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20331 in preference to face aliases.
20332
20333 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20334 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20335 Remove unused vars `start' and `firstline'.
20336 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20337 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20338
20339 2005-06-13 Eli Zaretskii <eliz@gnu.org>
20340
20341 * cus-start.el (all): Don't complain about missing GTK-related
20342 variables, unless either `gtk' is boundp or this isn't a
20343 `windows-nt' build.
20344
20345 2005-06-13 Lute Kamstra <lute@gnu.org>
20346
20347 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20348 run-mode-hooks.
20349
20350 * ediff-mult.el (ediff-meta-mode):
20351 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20352
20353 * ledit.el (ledit-mode): Use delay-mode-hooks.
20354
20355 * woman.el (woman-mode-line-format): Delete constant.
20356 (woman-mode-map): Initialize it properly.
20357 (woman-mode): Set mode-class property to special.
20358 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20359 Set major-mode and mode-name. Don't set mode-line-format directly.
20360 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20361
20362 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20363 string argument obsolete.
20364
20365 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20366
20367 * textmodes/org.el (org-CUA-compatible): New option.
20368 (org-disputed-keys): New variable.
20369 (org-key): New function.
20370 (orgtbl-make-binding): Add docstring to the created function.
20371 (org-mode): Set paragraph start/separate regexps.
20372 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20373 (org-archive-location, org-archive-mark-done)
20374 (org-archive-stamp-time): New options.
20375 (org-archive-subtree): New command.
20376 (org-fill-paragraph): New function.
20377 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20378 (org-fake-empty-table-line): Function removed.
20379 (org-format-org-table-html): Do not create empty table lines at
20380 separator lines. Improved table header treatment.
20381 (org-link-format): New option.
20382 (org-make-link): New function.
20383 (org-insert-link, org-store-link): Use org-make-link.
20384 (org-open-file): Quote file name for shell command, to allow
20385 spaces in file names.
20386 (org-link-regexp): Fix bug with mailto link.
20387 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20388 New constants.
20389 (org-export-as-html): Deal with the optional angles around a link.
20390 Better treatment of file: links.
20391 (org-open-at-point): Replace @{ and @} with < and >.
20392 (org-run-mode-hooks): Function removed.
20393 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20394
20395 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20396
20397 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20398 MI command -data-list-register-values.
20399 (gdb-post-prompt): Indent properly.
20400
20401 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20402
20403 * hilit-chg.el (highlight-changes-colors): Rename from
20404 `highlight-changes-colours'.
20405 (highlight-changes-colours): Keep as obsolete alias.
20406 (highlight-changes-face-list): Doc fix.
20407 (hilit-chg-make-list): Use `highlight-changes-colors'.
20408
20409 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20410
20411 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20412 defun-prompt-regexp.
20413
20414 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20415
20416 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20417 and cygwin.
20418
20419 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20420 Don't use an old loaddefs.el, as in Makefile.in.
20421
20422 2005-06-12 Lute Kamstra <lute@gnu.org>
20423
20424 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20425
20426 * man.el (Man-mode-map): Initialize it properly.
20427 (Man-mode): Set mode-class property to special.
20428
20429 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20430
20431 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20432
20433 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20434 A newline is needed in the docstring there.
20435
20436 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20437 Doc fixes.
20438
20439 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20440
20441 * printing.el: Doc fix. The menubar is no more changed when printing
20442 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20443 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20444 (pr-version): New version number (6.8.4).
20445 (pr-menu-bind): New command.
20446 (pr-update-menus): Docstring and code fix.
20447 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20448 Docstring fix.
20449 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20450 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20451
20452 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20453
20454 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20455 "Returns" to "return", document useful return values, etc.
20456
20457 2005-06-11 Alan Mackenzie <acm@muc.de>
20458
20459 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20460 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20461 (adaptive-file-function): Minor amendment to doc-string.
20462
20463 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20464
20465 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20466 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20467 Fix :type--it is `integer', not `string'.
20468
20469 * faces.el (modeline-highlight): Rename from (the erroneous)
20470 `modeline-higilight'.
20471
20472 2005-06-11 Lute Kamstra <lute@gnu.org>
20473
20474 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20475 lisp-interaction-mode-map but make it the parent.
20476 (edebug-eval-mode): Use define-derived-mode.
20477
20478 2005-06-11 Andreas Schwab <schwab@suse.de>
20479
20480 * bindings.el: Add binding of `ESC functionkey' for every
20481 `M-functionkey'.
20482 * hexl.el (hexl-mode-map): Likewise.
20483
20484 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20485
20486 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20487 [msft]: update regexp for newer msft compilers.
20488
20489 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20490
20491 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20492 ATTLIST portions of included DTDs.
20493 (xml-parse-dtd): Eliminate use of inefficient match-data.
20494
20495 2005-06-10 Miles Bader <miles@gnu.org>
20496
20497 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20498 (mpuz-text): Remove "-face" suffix from face names.
20499 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20500 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20501 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20502
20503 * play/gomoku.el (gomoku-O, gomoku-X):
20504 Remove "-face" suffix from face names.
20505 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20506 New backward-compatibility aliases for renamed faces.
20507 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20508
20509 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20510
20511 * thumbs.el: Fixes for changes of 2005-06-09.
20512 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20513 as a directory.
20514 (thumbs-thumbname): Remove directory separator from format string;
20515 `thumbs-thumbsdir' now returns a valid directory name.
20516 (thumbs-temp-dir): New defsubst.
20517 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20518 Use it.
20519
20520 * cus-edit.el (minibuffer):
20521 * files.el (make-backup-file-name-function):
20522 * filesets.el (filesets-external-viewers):
20523 * hilit-chg.el (highlight-changes-colours)
20524 (highlight-changes-face-list, highlight-changes-rotate-faces):
20525 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20526 * kmacro.el (kmacro-call-macro):
20527 * log-edit.el (log-edit-changelog-full-paragraphs):
20528 * mouse.el (mouse-1-click-follows-link):
20529 * skeleton.el (skeleton-autowrap):
20530 * subr.el (insert-for-yank-1):
20531 * tempo.el (tempo-insert-region):
20532 * terminal.el (terminal-emulator):
20533 * time.el (display-time-mail-face):
20534 * vc.el (vc-annotate):
20535 * vcursor.el (vcursor-copy-line):
20536 * woman.el (woman-bold-headings, woman-ignore)
20537 (woman-default-faces, woman-monochrome-faces):
20538 * calendar/todo-mode.el (todo-insert-threshold):
20539 * emulation/pc-select.el (pc-select-selection-keys-only)
20540 (pc-selection-mode):
20541 * emulation/vip.el (vip-find-char-forward):
20542 * emulation/viper-cmd.el (viper-find-char-forward):
20543 * international/mule-cmds.el
20544 (select-safe-coding-system-accept-default-p)
20545 (input-method-exit-on-invalid-key):
20546 * international/mule-diag.el (describe-coding-system):
20547 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20548 * net/browse-url.el (browse-url-xterm-program):
20549 * obsolete/lazy-lock.el (lazy-lock-mode):
20550 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20551 (cperl-mode):
20552 * progmodes/cpp.el (cpp-face-light-name-list)
20553 (cpp-face-dark-name-list):
20554 * progmodes/delphi.el (delphi-newline-always-indents):
20555 Fix spellings in docstrings.
20556
20557 * ido.el (ido-mode, ido-file-extensions-order)
20558 (ido-default-file-method, ido-default-buffer-method)
20559 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20560 (ido-decorations, ido-read-file-name-as-directory-commands)
20561 (ido-read-file-name-non-ido, ido-work-directory-list)
20562 (ido-ignore-item-temp-list, ido-current-directory)
20563 (ido-magic-forward-char, ido-enter-find-file)
20564 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20565 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20566
20567 2005-06-10 Lute Kamstra <lute@gnu.org>
20568
20569 * play/dunnet.el (dun-mode): Use define-derived-mode.
20570 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20571 obsolete alias.
20572
20573 * play/doctor.el (doctor-mode-map): Remove defvar.
20574 (doctor-mode): Use define-derived-mode.
20575
20576 * mail/mspools.el (mspools-mode):
20577 * net/eudc-hotlist.el (eudc-hotlist-mode):
20578 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20579
20580 2005-06-10 Miles Bader <miles@gnu.org>
20581
20582 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20583 Remove "-face" suffix from face names.
20584 (flyspell-incorrect-face, flyspell-duplicate-face):
20585 New backward-compatibility aliases for renamed faces.
20586 (flyspell-mode-on, make-flyspell-overlay)
20587 (flyspell-highlight-incorrect-region)
20588 (flyspell-highlight-duplicate-region)
20589 (flyspell-display-next-corrections)
20590 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20591
20592 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20593 from face name.
20594 (texinfo-heading-face): New backward-compatibility alias for
20595 renamed face.
20596 (texinfo-heading-face): Use renamed texinfo-heading face.
20597
20598 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20599 suffix from face names.
20600 (tex-math-face, tex-verbatim-face):
20601 New backward-compatibility aliases for renamed faces.
20602 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20603 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20604 literal face name.
20605
20606 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20607 name.
20608 (table-cell-face): New backward-compatibility alias for renamed face.
20609 (table--put-cell-face-property, table--update-cell-face):
20610 Use renamed table-cell face.
20611
20612 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20613 from face name.
20614 (sgml-namespace-face): New backward-compatibility alias for
20615 renamed face.
20616 (sgml-namespace-face): Use renamed sgml-namespace face.
20617
20618 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20619 (org-level-4, org-level-5, org-level-6, org-level-7)
20620 (org-level-8, org-warning, org-headline-done)
20621 (org-deadline-announce, org-scheduled-today)
20622 (org-scheduled-previously, org-link, org-done, org-table)
20623 (org-time-grid): Remove "-face" suffix from face names.
20624 (org-level-1-face, org-level-2-face, org-level-3-face)
20625 (org-level-4-face, org-level-5-face, org-level-6-face)
20626 (org-level-7-face, org-level-8-face, org-warning-face)
20627 (org-headline-done-face, org-deadline-announce-face)
20628 (org-scheduled-today-face, org-scheduled-previously-face)
20629 (org-link-face, org-done-face, org-table-face)
20630 (org-time-grid-face):
20631 New backward-compatibility aliases for renamed faces.
20632 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20633 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20634 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20635 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20636
20637 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20638 (viper-minibuffer-emacs, viper-minibuffer-insert)
20639 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20640 (viper-search-face, viper-replace-overlay-face)
20641 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20642 (viper-minibuffer-vi-face):
20643 New backward-compatibility aliases for renamed faces.
20644 (viper-search-face, viper-replace-overlay-face)
20645 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20646 (viper-minibuffer-vi-face): Use renamed viper faces.
20647
20648 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20649 Remove "-face" suffix from face names.
20650 (testcover-nohits-face, testcover-1value-face):
20651 New backward-compatibility aliases for renamed faces.
20652 (testcover-mark): Use renamed testcover faces.
20653
20654 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20655 face name.
20656 (diary-button-face): New backward-compatibility alias for renamed face.
20657 (diary-entry): Use renamed diary-button face.
20658
20659 * calendar/calendar.el (diary, calendar-today, holiday)
20660 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20661 (diary-face, calendar-today-face, holiday-face):
20662 New backward-compatibility aliases for renamed faces.
20663 (eval-after-load "facemenu", diary-entry-marker)
20664 (calendar-today-marker, calendar-holiday-marker, diary-face):
20665 Use renamed calendar faces.
20666
20667 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20668 (compare-windows-face): New backward-compatibility alias for
20669 renamed face.
20670 (compare-windows-highlight): Use renamed compare-windows face.
20671
20672 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20673 (strokes-char-face): New backward-compatibility alias for renamed face.
20674 (strokes-encode-buffer): Use renamed strokes-char face.
20675
20676 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20677 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20678 Remove "-face" suffix from face names.
20679 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20680 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20681 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20682 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20683 Use renamed pcvs faces.
20684 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20685 * pcvs-defs.el (cvs-mode-map): Likewise.
20686 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20687
20688 * info.el (info-title-1, info-title-2, info-title-3)
20689 (info-title-4): Remove "-face" suffix from and downcase face names.
20690 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20691 (Info-title-4-face):
20692 New backward-compatibility aliases for renamed faces.
20693 (Info-fontify-node): Use renamed info faces.
20694
20695 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20696 Remove "-face" suffix from face names.
20697 (highlight-changes-face, highlight-changes-delete-face):
20698 New backward-compatibility aliases for renamed faces.
20699 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20700 (hilit-chg-make-list): Use renamed highlight-changes faces.
20701
20702 * generic-x.el (show-tabs-tab, show-tabs-space):
20703 Remove "-face" suffix from face names.
20704 (show-tabs-tab-face, show-tabs-space-face):
20705 New backward-compatibility aliases for renamed faces.
20706 (show-tabs-generic-mode-font-lock-defaults-1)
20707 (show-tabs-generic-mode-font-lock-defaults-2):
20708 Use renamed show-tabs faces.
20709
20710 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20711 (smerge-markers): Remove "-face" suffix from face names.
20712 (smerge-mine-face, smerge-other-face, smerge-base-face)
20713 (smerge-markers-face):
20714 New backward-compatibility aliases for renamed faces.
20715 (smerge-mine-face, smerge-other-face, smerge-base-face)
20716 (smerge-markers-face): Use renamed smerge faces.
20717
20718 * log-view.el (log-view-file, log-view-message): Remove "-face"
20719 suffix from face names.
20720 (log-view-file-face, log-view-message-face):
20721 New backward-compatibility aliases for renamed faces.
20722 (log-view-file-face, log-view-message-face): Use renamed log-view
20723 faces.
20724
20725 * paren.el (show-paren-match, show-paren-mismatch):
20726 Remove "-face" suffix from face names.
20727 (show-paren-match-face, show-paren-mismatch-face):
20728 New backward-compatibility aliases for renamed faces.
20729 (show-paren-function): Use renamed show-paren faces.
20730
20731 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20732 (ruler-mode-margins, ruler-mode-fringes)
20733 (ruler-mode-column-number, ruler-mode-fill-column)
20734 (ruler-mode-comment-column, ruler-mode-goal-column)
20735 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20736 suffix from face names.
20737 (ruler-mode-default-face, ruler-mode-pad-face)
20738 (ruler-mode-margins-face, ruler-mode-fringes-face)
20739 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20740 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20741 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20742 New backward-compatibility aliases for renamed faces.
20743 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20744 (ruler-mode-column-number, ruler-mode-fill-column)
20745 (ruler-mode-comment-column, ruler-mode-goal-column)
20746 (ruler-mode-tab-stop, ruler-mode-current-column)
20747 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20748 faces.
20749
20750 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20751 face name.
20752 (whitespace-highlight-the-space): Use renamed face.
20753 (whitespace-highlight-face): New backward-compatibility alias for
20754 renamed face.
20755
20756 * woman.el (woman-italic, woman-bold, woman-unknown)
20757 (woman-addition, woman-symbol-face):
20758 Remove "-face" suffix from face names.
20759 (woman-italic-face, woman-bold-face, woman-unknown-face)
20760 (woman-addition-face):
20761 New backward-compatibility aliases for renamed faces.
20762 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20763 (woman-decode-region, woman-replace-match)
20764 (woman-display-extended-fonts, woman-special-characters)
20765 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20766 Use renamed woman faces.
20767
20768 * longlines.el (longlines-visible-face): Face removed.
20769
20770 * diff-mode.el (diff-header, diff-file-header, diff-index)
20771 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20772 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20773 suffix from face names.
20774 (diff-header-face, diff-file-header-face, diff-index-face)
20775 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20776 (diff-changed-face, diff-function-face, diff-context-face)
20777 (diff-nonexistent-face): New backward-compatibility aliases for
20778 renamed faces.
20779 (diff-header-face, diff-file-header-face)
20780 (diff-index, diff-index-face, diff-hunk-header)
20781 (diff-hunk-header-face, diff-removed, diff-removed-face)
20782 (diff-added, diff-added-face, diff-changed-face, diff-function)
20783 (diff-function-face, diff-context-face, diff-nonexistent)
20784 (diff-nonexistent-face): Use renamed diff-mode faces.
20785
20786 * progmodes/compile.el (compilation-warning-face)
20787 (compilation-info-face): Remove "-face" suffix from face names.
20788 (compilation-warning-face, compilation-info-face):
20789 New backward-compatibility aliases for renamed faces.
20790 (compilation-warning-face, compilation-info-face):
20791 Use renamed compilation faces.
20792
20793 * add-log.el (change-log-date, change-log-name)
20794 (change-log-email, change-log-file, change-log-list)
20795 (change-log-conditionals, change-log-function)
20796 (change-log-acknowledgement): Remove "-face" suffix from face names.
20797 (change-log-date-face, change-log-name-face)
20798 (change-log-email-face, change-log-file-face)
20799 (change-log-list-face, change-log-conditionals-face)
20800 (change-log-function-face, change-log-acknowledgement-face):
20801 New backward-compatibility aliases for renamed faces.
20802 (change-log-font-lock-keywords): Use renamed change-log faces.
20803
20804 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20805 (custom-set, custom-changed, custom-saved, custom-button)
20806 (custom-button-pressed, custom-documentation, custom-state)
20807 (custom-comment, custom-comment-tag, custom-variable-tag)
20808 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20809 (custom-group-tag): Remove "-face" suffix from face names.
20810 (custom-magic-alist, custom-magic-value-create)
20811 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20812 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20813 (custom-set-face, custom-changed-face, custom-saved-face)
20814 (custom-button-face, custom-button-pressed-face)
20815 (custom-documentation-face, custom-state-face)
20816 (custom-comment-face, custom-comment-tag-face)
20817 (custom-variable-tag-face, custom-variable-button-face)
20818 (custom-face-tag-face, custom-group-tag-face-1)
20819 (custom-group-tag-face):
20820 New backward-compatibility aliases for renamed faces.
20821
20822 * wid-edit.el (widget-documentation, widget-button)
20823 (widget-field, widget-single-line-field, widget-inactive)
20824 (widget-button-pressed): "-face" suffix removed from face names.
20825 (widget-documentation-face, widget-button-face)
20826 (widget-field-face, widget-single-line-field-face)
20827 (widget-inactive-face, widget-button-pressed-face):
20828 New backward-compatibility aliases for renamed faces.
20829 (widget-documentation-face, widget-button-face)
20830 (widget-button-pressed-face, widget-specify-field)
20831 (widget-specify-inactive): Use renamed widget faces.
20832
20833 2005-06-10 Kenichi Handa <handa@m17n.org>
20834
20835 * term/x-win.el (x-clipboard-yank): Remove condition-case
20836 wrapping.
20837
20838 2005-06-11 Kenichi Handa <handa@m17n.org>
20839
20840 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20841 date lines stricter.
20842
20843 2005-06-10 Zhang Wei <id.brep@gmail.com>
20844
20845 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20846 of x-get-selection.
20847
20848 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20849
20850 * comint.el (comint-mode, comint-snapshot-last-prompt):
20851 * frame.el (frame-current-scroll-bars):
20852 * term.el (term-mode, term-check-proc, term-input-sender)
20853 (term-simple-send, term-extract-string, term-word)
20854 (term-match-partial-filename):
20855 * window.el (window-current-scroll-bars):
20856 * emulation/cua-base.el (cua-normal-cursor-color)
20857 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20858 (cua-global-mark-cursor-color):
20859 * mail/undigest.el (rmail-forward-separator-regex):
20860 Fix typos in docstrings.
20861
20862 * comint.el (comint-check-proc, make-comint-in-buffer)
20863 (comint-source-default): Doc fixes.
20864
20865 * term.el (term-send-string): Improve argument/docstring consistency.
20866
20867 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20868
20869 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20870 call to `delete-region'.
20871 (comint-mode-hook): Do not enable Font Lock by default.
20872
20873 2005-06-09 Lute Kamstra <lute@gnu.org>
20874
20875 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20876 could be void.
20877
20878 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20879
20880 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20881 (debug): Use it.
20882 (debugger-step-through, debugger-continue, debugger-jump)
20883 (debugger-return-value): Set it when needed.
20884 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20885 Use inhibit-read-only.
20886
20887 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20888
20889 * window.el (shrink-window-if-larger-than-buffer)
20890 (window-size-fixed): Fix typo in docstring.
20891
20892 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20893 thumbnails directory on loading.
20894 (thumbs-conversion-program): Use `eq' to check the system type,
20895 not `equal'.
20896 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20897 not "/tmp". Fix docstring.
20898 (thumbs-thumbsdir): New function to return the thumbnails
20899 directory, creating it if needed.
20900 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20901 (thumbs-temp-file): Delete variable and make it into a function.
20902 (thumbs-resize-image, thumbs-modify-image): Use it.
20903 (thumbs-kill-buffer): Simplify.
20904 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20905 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20906 docstrings.
20907
20908 2005-06-09 Kim F. Storm <storm@cua.dk>
20909
20910 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20911 set-match-data to free markers in match-data.
20912
20913 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20914 match-data to unchain markers in match-data.
20915
20916 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20917
20918 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20919 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20920 unnecessary now.
20921
20922 2005-06-08 Richard M. Stallman <rms@gnu.org>
20923
20924 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20925 give the variable a doc string that doesn't say don't set it directly.
20926
20927 * textmodes/ispell.el (ispell-check-version):
20928 Use match-string-no-properties.
20929 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20930 (ispell-buffer-local-words): Likewise.
20931
20932 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20933 except on terminals with enough colors to really display it.
20934 (makefile-dependency-regex): Delete spurious `bb'.
20935
20936 * faces.el (escape-glyph): Use blue once again in last case.
20937 (no-break-space): Redefine so that it isn't invisible on a tty.
20938
20939 2005-06-08 Kim F. Storm <storm@cua.dk>
20940
20941 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20942 also when reading directory name.
20943
20944 2005-06-08 Lute Kamstra <lute@gnu.org>
20945
20946 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20947 (flyspell-mode-line-string): Remove autoload cookie.
20948 (flyspell-mode): Remove defvar.
20949
20950 2005-06-07 Lute Kamstra <lute@gnu.org>
20951
20952 * textmodes/org.el (org-run-mode-hooks): New function.
20953 (org-agenda-mode): Use it.
20954
20955 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20956
20957 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20958
20959 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20960
20961 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20962
20963 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20964
20965 * font-lock.el (font-lock-add-keywords): Doc fix.
20966
20967 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20970 (tex-compile-default): In the absence of any history, use the order in
20971 tex-compile-alist to choose the preferred command.
20972 (tex-compile-commands): Reorder a bit.
20973
20974 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20975 (flyspell-incorrect-face, flyspell-duplicate-face):
20976 Use (X)Emacs-agnostic code.
20977 (flyspell-mode-map): Don't overwrite at each load. Remove code
20978 redundant with the subsequent add-minor-mode. Merge Emacs and
20979 XEmacs code.
20980 (flyspell-word): Minor simplification.
20981 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20982 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20983 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20984 Merge the corresponding Emacs code.
20985 (flyspell-correct-word, flyspell-xemacs-popup):
20986 Use flyspell-do-correct.
20987
20988 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20989 a dedicated window.
20990
20991 * international/latexenc.el (latexenc-find-file-coding-system):
20992 Undo part of last patch, to turn off a compiler warning.
20993
20994 2005-06-06 Juri Linkov <juri@jurta.org>
20995
20996 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20997 Rename `tmm-inactive-face' to `tmm-inactive'.
20998
20999 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
21000
21001 * iswitchb.el: Rename faces.
21002
21003 2005-06-06 Kim F. Storm <storm@cua.dk>
21004
21005 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
21006 (cua-global-mark): Remove -face suffix from face names.
21007
21008 * emulation/cua-gmrk.el (cua--init-global-mark):
21009 Remove cua-global-mark face setup.
21010
21011 2005-06-06 Richard M. Stallman <rms@gnu.org>
21012
21013 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
21014 just like other allowed characters.
21015 (makefile-match-dependency): Exclude leading and training whitespace
21016 from the range of regexp subexp 1.
21017 (makefile-macroassign-regex): Don't try to match the body,
21018 just the name of the macro being defined.
21019
21020 * info.el (Info-read-node-name-2): New function.
21021 (Info-read-node-name-1): Use that.
21022 Add a completion-base-size-function property.
21023
21024 * simple.el (completion-setup-function): Look for
21025 completion-base-size-function property of minibuffer-completion-table.
21026
21027 * files.el (locate-file-completion): Doc fix.
21028
21029 * printing.el: Don't call pr-update-menus; user must do that.
21030
21031 * emacs-lisp/debug.el (debugger-window): New variable.
21032 (debug): Use debugger-window if it is set and still alive.
21033 Record debugger-window for next entry.
21034
21035 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
21036
21037 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
21038
21039 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
21040 (hack-one-local-variable, hack-local-variables)
21041 (hack-local-variables-prop-line): Pass that arg.
21042
21043 2005-06-06 Kim F. Storm <storm@cua.dk>
21044
21045 * ido.el (ido-first-match, ido-only-match, ido-subdir)
21046 (ido-indicator): Remove -face suffix from face names.
21047
21048 2005-06-06 Juri Linkov <juri@jurta.org>
21049
21050 * font-lock.el (font-lock-regexp-backslash)
21051 (font-lock-regexp-backslash-construct): New faces.
21052 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
21053 after `('. Add `while-no-input' to control structures.
21054
21055 * faces.el (no-break-space, shadow): New faces.
21056 (escape-glyph): Use less loud colors pink2 and red4.
21057
21058 * diff-mode.el (diff-context-face)
21059 * dired.el (dired-ignored)
21060 * rfn-eshadow.el (file-name-shadow)
21061 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
21062
21063 * info.el (Info-title-1-face): Use green instead of yellow because
21064 bold yellow is not readable on light backgrounds.
21065
21066 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
21067 before selecting the desired mode to not spend time fontifying
21068 old contents.
21069
21070 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
21071
21072 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
21073 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
21074
21075 * ps-print.el (ps-default-fg, ps-default-bg):
21076 Fix typos in docstrings.
21077
21078 * isearchb.el (isearchb): Don't pass a spurious second argument to
21079 `iswitchb-completions'.
21080
21081 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
21082
21083 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
21084 to preserve point.
21085 (gdb-find-file-hook): Add doc string.
21086
21087 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
21088 C dereferenced pointer expression.
21089 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
21090
21091 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21092
21093 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21094 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21095 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21096 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21097 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21098 Make background transparent.
21099
21100 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
21101
21102 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
21103 (font-lock-remove-keywords): Doc fix.
21104 (font-lock-mode-major-mode): Compiler defvar.
21105 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21106
21107 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21108 (font-lock-mode): Update `font-lock-mode-major-mode'.
21109 (font-lock-set-defaults): Compiler defvar.
21110 (font-lock-default-function): Take `font-lock-mode-major-mode'
21111 into account.
21112
21113 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21114 keep track of which major mode it enabled the minor mode for.
21115 Use find-file-hook again. Update docstring.
21116
21117 * simple.el (eval-expression-print-level)
21118 (eval-expression-print-length, eval-expression-debug-on-error):
21119 Doc fixes.
21120
21121 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
21122
21123 * iswitchb.el (iswitchb-single-match-face)
21124 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21125 (iswitchb-invalid-regexp-face): New faces.
21126 (iswitchb-completions): Use them.
21127 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21128 now marked as an obsolete alias.
21129 (iswitchb-read-buffer): Remove check for bound font variables.
21130 (iswitchb-invalid-regexp): New free variable.
21131 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21132 set iswitchb-invalid-regexp.
21133 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21134 invalid regexps.
21135 (iswitchb-completions): Add check for complete match when entering
21136 a regexp.
21137 (iswitchb-completions): Remove require-match argument.
21138 (iswitchb-exhibit): Fix caller.
21139 (iswitchb-common-match-inserted): New variable.
21140 (iswitchb-complete, iswitchb-completion-help): Use it.
21141
21142 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21143
21144 * url-http.el (url-http-chunked-encoding-after-change-function):
21145 Use `url-http-debug' instead of `message'.
21146
21147 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21148
21149 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21150 callback argument.
21151
21152 2005-06-04 Kim F. Storm <storm@cua.dk>
21153
21154 * simple.el (line-move): Only call sit-for when moving backwards.
21155
21156 * ido.el (ido-make-merged-file-list-1): New defun split from
21157 ido-make-merged-file-list.
21158 (ido-make-merged-file-list): Bind throw-on-input around call to
21159 ido-make-merged-file-list-1. Return input-pending-p if
21160 interrupted by more input available.
21161 (ido-read-internal): Handle input-pending-p return value from
21162 ido-make-merged-file-list.
21163
21164 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21167 compatibility code.
21168
21169 * international/latexenc.el (latexenc-find-file-coding-system):
21170 Don't inherit the EOL part of the coding-system from the
21171 tex-main buffer. Fit within 80 columns.
21172
21173 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21174
21175 * tmm.el (tmm-inactive-face): New face.
21176 (tmm-remove-inactive-mouse-face): New function.
21177 (tmm-prompt, tmm-add-one-shortcut)
21178 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21179 but not selectable.
21180
21181 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21182
21183 * faces.el (face-equal): Improve argument/docstring consistency.
21184
21185 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21186
21187 * progmodes/make-mode.el (makefile-targets-face)
21188 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21189 (makefile-bsdmake-dependency-regex)
21190 (makefile-makepp-rule-action-regex)
21191 (makefile-bsdmake-rule-action-regex): New constants.
21192 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21193
21194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21195 Allow (...) within `...' for makepp messages.
21196
21197 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21198
21199 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21200
21201 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21202 "." files are deleted from all file lists before comparison.
21203
21204 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21205 (viper-ESC-key): Made them customizable.
21206
21207 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21208
21209 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21210
21211 * autorevert.el (auto-revert-buffers): Use save-match-data.
21212
21213 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21216 menu items with a nil command binding.
21217
21218 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
21219
21220 * emacs-lisp/cl-macs.el (defsetf):
21221 Improve argument/docstring consistency.
21222
21223 * faces.el (list-faces-display): Improve the formatting by
21224 computing the maximum length required for any face-name (reworked
21225 patch of 1999-01-11, accidentally deleted on 1999-07-21).
21226 (internal-find-face): Remove redundant info in docstring.
21227
21228 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
21229
21230 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21231 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21232 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21233 (gdb-assembler-custom): Improve regexps.
21234 (def-gdb-auto-update-handler): Use window point to preserve point.
21235
21236 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21237
21238 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21239
21240 2005-05-31 Jay Belanger <belanger@truman.edu>
21241
21242 * calc/calc-embed.el (calc-embedded-word): Change argument passed
21243 to calc-embedded.
21244 (calc-embedded-make-info): Have plain prefix argument select
21245 entire line.
21246
21247 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
21248
21249 * faces.el (list-faces-display): Signal error if passed a regexp
21250 that matches no face name.
21251
21252 * simple.el (filter-buffer-substring): Fix typo in docstring.
21253
21254 2005-05-31 Richard M. Stallman <rms@gnu.org>
21255
21256 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21257 (vhdl-emacs-21): Doc fix.
21258 (vhdl-mode): Unconditionally set comment-padding.
21259 (vhdl-fixup-whitespace-region): Insert spaces only where
21260 there are none.
21261 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21262
21263 2005-05-30 John Wiegley <johnw@newartisans.com>
21264
21265 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21266 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21267 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21268 `directory-sep-char' to ?/, and all uses of `string-to-int' to
21269 `string-to-number'.
21270
21271 2005-05-30 Jay Belanger <belanger@truman.edu>
21272
21273 * calc/calc.el (calc-bug-address): Fix docstring.
21274 (calc-window-hook, calc-trail-window-hook): New variables.
21275 (calc-trail-display): Restore use of calc-trail-window-hook.
21276 (calc): Restore use of calc-window-hook.
21277
21278 2005-05-31 Masatake YAMATO <jet@gyve.org>
21279
21280 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21281
21282 * help-fns.el (help-C-file-name): Add autoload mark for
21283 `find-function-noselect'.
21284
21285 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21288 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21289
21290 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21291
21292 * calendar/diary-lib.el (mark-included-diary-files): Only kill
21293 included diary buffer if it was not already being visited.
21294 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21295
21296 * calendar/icalendar.el (top-level): Do not require appt.
21297
21298 * mail/supercite.el (sc-select-attribution): Only use a list
21299 element from sc-attrib-selection-list if it returns a string.
21300 Reported by Davide G. M. Salvetti <salve@debian.org>.
21301
21302 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
21303
21304 * thumbs.el (thumbs-thumbname): The resulting thumbname now
21305 includes a hash value to improve its uniqueness, and has a ".jpg"
21306 extension. Also, it is now a valid filename on all systems.
21307 (thumbs-make-thumb): Use `let', not `let*'.
21308 (thumbs-show-thumbs-list): Check for JPEG availability.
21309
21310 2005-05-30 Richard M. Stallman <rms@gnu.org>
21311
21312 * filesets.el (filesets-menu-ensure-use-cached):
21313 Prevent warning when emacs-version>= is undefined.
21314
21315 * printing.el (pr-interactive-n-up): Use string-to-number.
21316
21317 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21318
21319 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21320 Warn only when name to be defined is quoted.
21321
21322 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
21323
21324 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21325 Make regexp more robust.
21326 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21327 Force regeneration of disassembly.
21328
21329 2005-05-29 Jay Belanger <belanger@truman.edu>
21330
21331 * calc/calc.el (calc-user-invocation): Check if
21332 calc-invocation-macro is non-nil.
21333
21334 2005-05-29 Juri Linkov <juri@jurta.org>
21335
21336 * add-log.el (change-log-font-lock-keywords):
21337 Add `+' to e-mail regexp to accept mail address with keywords.
21338
21339 * man.el (Man-name-regexp): Add `:' to accept qualified names.
21340
21341 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21342
21343 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21344
21345 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21346
21347 2005-05-29 Richard M. Stallman <rms@gnu.org>
21348
21349 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21350 Undo the change that moves to end of the current word.
21351
21352 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21353
21354 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21355 Throw error when count <= 0 to ensure input is a number.
21356 (gdb-read-memory-custom): Pick up address from buffer.
21357 (gdb-memory-mode): Allow user to increment and decrement
21358 memory address from header line.
21359
21360 2005-05-29 Richard M. Stallman <rms@gnu.org>
21361
21362 * flyspell.el (flyspell-version): Function deleted.
21363 (flyspell-auto-correct-previous-hook): Doc fix.
21364
21365 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21366 Do nothing if memory is full.
21367
21368 * font-lock.el (font-lock-fontify-syntactically-region):
21369 Pass t for GREEDY to looking-back.
21370
21371 * saveplace.el (save-place-alist-to-file): Write the file
21372 using write-region.
21373
21374 * subr.el (looking-back): New argument GREEDY.
21375
21376 * progmodes/compile.el (compilation-start): Set the mode
21377 before inserting the initial text.
21378
21379 * progmodes/which-func.el (which-func-update-1): Turn the mode
21380 off in case of error by setting which-func-mode.
21381
21382 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21383
21384 * flyspell.el (flyspell-auto-correct-previous-word):
21385 Narrow down to what's on the screen, and recenter overlays
21386 at the end of the next word.
21387
21388 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21389
21390 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21391 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21392 (flyspell-abbrev-p): Default to nil.
21393 (flyspell-use-global-abbrev-table-p): Doc fix.
21394 (flyspell-large-region): Allow nil as value.
21395 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21396
21397 (mail-mode-flyspell-verify): More robust handling
21398 of `mail-header-separator'. More efficient signature detection.
21399 Allow for regexp metacharacters in message-header-separator.
21400 Adding `To' not to be checked in mail-mode-flyspell-verify.
21401
21402 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21403 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21404 Bind flyspell-auto-correct-binding.
21405 Bind C-. and C-, .
21406 (flyspell-mode-map): Likewise.
21407 (flyspell-mode): Doc fix.
21408 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21409 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21410 (flyspell-word-cache-result): New var, always local.
21411 (flyspell-check-pre-word-p): Doc fix.
21412 (flyspell-check-changed-word-p): Handle spc like newline.
21413 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21414 (flyspell-word-search-backward, flyspell-word-search-forward):
21415 New functions.
21416 (flyspell-word): Return t if nothing to check.
21417 When parsing TeX code, check for after } or \.
21418 Use flyspell-word-search-backward to find previous word.
21419 Return nil if duplicated word.
21420 For word already checked, return same value as last time.
21421 Set flyspell-word-cache-result after checking.
21422 Don't clobber the return value.
21423 (flyspell-get-word): Major rewrite.
21424 (flyspell-external-point-words): New locals pword, pcount.
21425 Fix size used in progress message.
21426 Find the proper corresponding word in flyspell-large-region-buffer.
21427 (flyspell-region): Check for flyspell-large-region = nil.
21428 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21429 (flyspell-auto-correct-word): Check that WORD is a cons.
21430 (flyspell-correct-word): Likewise.
21431
21432 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21433
21434 * progmodes/make-mode.el (makefile-rule-action-regex)
21435 (makefile-macroassign-regex, makefile-makepp-mode)
21436 (makefile-bsdmake-mode): Continuation lines may be empty.
21437 Reported by Joshua Varner.
21438 (makefile-makepp-font-lock-keywords): Add $(stem).
21439
21440 2005-05-28 Karl Berry <karl@gnu.org>
21441
21442 * textmodes/tex-mode.el: Now that tex-send-command calls
21443 shell-quote-argument (2005-03-31 change), remove all calls to
21444 shell-quote-argument; they all end up invoking tex-send-command.
21445 The double quoting loses on filenames with non-safe characters,
21446 such as "@". Reported by Frederik Fouvry.
21447
21448 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21449
21450 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21451 about preserving point.
21452
21453 2005-05-27 Jay Belanger <belanger@truman.edu>
21454
21455 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21456 Info-goto-node.
21457
21458 * calc/calc-embed.el (calc-embed-arg): New variable.
21459 (calc-do-embedded-activate, calc-embedded-activate-formula)
21460 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21461 variable by new variable.
21462 (calc-embedded-make-info): Replace undeclared variable by new
21463 variable. When selecting region with positive prefix
21464 argument, use end of previous line instead of beginning of line.
21465
21466 * calc/calc-aent.el (calc-arg-values): Declare it.
21467
21468 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21469 Declare them.
21470
21471 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21472
21473 * calc/calc.el (calc-alg-map): Declare it.
21474
21475 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21476
21477 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21480 (gdb-registers-buffer, toggle-gdb-all-registers):
21481 Toggle display of floating point registers.
21482 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21483
21484 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21485 (toggle-gud-tooltip-dereference):
21486 Rename from gud-toggle-tooltip-dereference.
21487
21488 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21489
21490 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21491
21492 2005-05-27 Jay Belanger <belanger@truman.edu>
21493
21494 * calc/calc-prog.el (calc-kbd-report): Remove.
21495 (calc-kbd-query): Rewrite.
21496
21497 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21498
21499 * image.el (image-library-alist): Move to image.c.
21500 (image-type-available-p): Doc fix.
21501
21502 2005-05-27 Lute Kamstra <lute@gnu.org>
21503
21504 * calc/calc.el (calc):
21505 * outline.el (outline-1, outline-2, outline-3, outline-4)
21506 (outline-5, outline-6, outline-7, outline-8):
21507 * textmodes/dns-mode.el (dns-mode):
21508 * textmodes/sgml-mode.el (sgml-namespace-face):
21509 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21510 (tex-verbatim-face, tex-use-reftex):
21511 * textmodes/texinfo.el (texinfo-heading-face):
21512 Specify customization group.
21513
21514 * longlines.el: Don't require easy-mmode.
21515 (longlines-visible-face): Specify customization group.
21516
21517 2005-05-27 Kenichi Handa <handa@m17n.org>
21518
21519 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21520 encoding table of windows-1251.
21521
21522 * international/ucs-tables.el (ucs-set-table-for-input):
21523 If translation-table-for-input of a coding system is a symbol, get
21524 its translation-table property.
21525
21526 * international/code-pages.el: Don't register a coding system into
21527 non-iso-charset-alist more than once.
21528 (cp-make-coding-system): Likewise.
21529
21530 2005-05-26 John Wiegley <johnw@newartisans.com>
21531
21532 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21533 `eshell-resume-eval' is wrapped in a list, it indicates that the
21534 command was run asynchronously. In that case, unwrap the value
21535 before checking the delimiter value.
21536
21537 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21538 character before a space at the end of a line is \, assume the space
21539 is part of the last argument rather than a final argument separator.
21540
21541 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21542 is in use, and the target is `t' or `nil' (which are the most common
21543 values), don't assume that the symbol target is a buffer.
21544
21545 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21546
21547 * calendar/calendar.el (calendar-mode-line-format):
21548 Use mode-line-highlight as mouse-face.
21549
21550 * time.el (display-time-string-forms, display-time-update):
21551 Use mode-line-highlight as mouse-face.
21552
21553 2005-05-26 Jay Belanger <belanger@truman.edu>
21554
21555 * calc/calc.el (calc-language-alist): Remove extra defvar.
21556
21557 2005-05-26 Lute Kamstra <lute@gnu.org>
21558
21559 * arc-mode.el (archive-mode):
21560 * bookmark.el (bookmark-read-annotation-mode)
21561 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21562 * bs.el (bs-mode):
21563 * calc/calc-yank.el (calc-edit-mode):
21564 * calc/calc.el (calc-mode, calc-trail-mode):
21565 * calculator.el (calculator-mode):
21566 * chistory.el (command-history-mode):
21567 * comint.el:
21568 * cus-edit.el (custom-mode):
21569 * descr-text.el (describe-text-mode):
21570 * ebuff-menu.el (Electric-buffer-menu-mode):
21571 * ediff-util.el (ediff-mode):
21572 * emacs-lisp/re-builder.el (reb-mode):
21573 * emulation/vi.el (vi-mode-setup):
21574 * emulation/ws-mode.el (wordstar-mode):
21575 * eshell/esh-mode.el (eshell-mode):
21576 * forms.el (forms-mode):
21577 * help-mode.el (help-mode):
21578 * hexl.el (hexl-mode):
21579 * ibuffer.el (ibuffer-mode):
21580 * ielm.el (inferior-emacs-lisp-mode):
21581 * info.el (Info-mode, Info-edit-mode):
21582 * international/swedish.el:
21583 * ledit.el (ledit-from-lisp-mode):
21584 * locate.el (locate-mode):
21585 * mail/rmail.el (rmail-mode):
21586 * mail/rmailedit.el (rmail-edit-mode):
21587 * mail/rmailsum.el (rmail-summary-mode):
21588 * mail/supercite.el (sc-electric-mode):
21589 * net/eudc.el (eudc-mode):
21590 * net/quickurl.el (quickurl-list-mode):
21591 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21592 * obsolete/ooutline.el (outline-mode):
21593 * obsolete/options.el (Edit-options-mode):
21594 * obsolete/rnews.el (news-mode):
21595 * obsolete/rnewspost.el (news-reply-mode):
21596 * play/5x5.el (5x5-mode):
21597 * play/decipher.el (decipher-mode, decipher-stats-mode):
21598 * play/gomoku.el (gomoku-mode):
21599 * play/snake.el (snake-mode):
21600 * play/solitaire.el (solitaire-mode):
21601 * play/tetris.el (tetris-mode):
21602 * progmodes/ada-mode.el (ada-mode):
21603 * progmodes/antlr-mode.el (antlr-mode):
21604 * progmodes/autoconf.el (autoconf-mode):
21605 * progmodes/dcl-mode.el (dcl-mode):
21606 * progmodes/delphi.el (delphi-mode):
21607 * progmodes/ebrowse.el (ebrowse-tree-mode)
21608 (ebrowse-electric-list-mode, ebrowse-member-mode)
21609 (ebrowse-electric-position-mode):
21610 * progmodes/f90.el (f90-mode):
21611 * progmodes/fortran.el (fortran-mode):
21612 * progmodes/icon.el (icon-mode):
21613 * progmodes/idlw-help.el (idlwave-help-mode):
21614 * progmodes/idlw-shell.el (idlwave-shell-mode):
21615 * progmodes/idlwave.el (idlwave-mode):
21616 * progmodes/inf-lisp.el (inferior-lisp-mode):
21617 * progmodes/m4-mode.el (m4-mode):
21618 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21619 * progmodes/modula2.el (modula-2-mode):
21620 * progmodes/octave-inf.el (inferior-octave-mode):
21621 * progmodes/octave-mod.el (octave-mode):
21622 * progmodes/pascal.el (pascal-mode):
21623 * progmodes/sh-script.el (sh-mode):
21624 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21625 * progmodes/vhdl-mode.el (vhdl-mode):
21626 * progmodes/xscheme.el (scheme-interaction-mode):
21627 * replace.el (occur-mode):
21628 * ses.el (ses-mode):
21629 * simple.el (completion-list-mode):
21630 * skeleton.el:
21631 * speedbar.el (speedbar-mode):
21632 * term.el (term-mode):
21633 * terminal.el (terminal-edit-mode):
21634 * textmodes/reftex-index.el (reftex-index-mode)
21635 (reftex-index-phrases-mode):
21636 * textmodes/reftex-sel.el (reftex-select-label-mode)
21637 (reftex-select-bib-mode):
21638 * textmodes/reftex-toc.el (reftex-toc-mode):
21639 * wdired.el (wdired-change-to-wdired-mode):
21640 * wid-browse.el (widget-browse-mode):
21641 Use run-mode-hooks.
21642
21643 * array.el (array-mode):
21644 * calendar/todo-mode.el (todo-mode):
21645 * man.el (Man-mode):
21646 * play/landmark.el (lm-mode):
21647 * play/mpuz.el (mpuz-mode):
21648 Use kill-all-local-variables and run-mode-hooks.
21649
21650 * subr.el (delay-mode-hooks): Specify indentation.
21651
21652 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21653
21654 * xml.el (xml-substitute-special): Don't die for undefined xml
21655 entities.
21656
21657 2005-05-26 Jay Belanger <belanger@truman.edu>
21658
21659 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21660 of nil.
21661
21662 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21663
21664 * progmodes/gdb-ui.el (gdb-frame-address):
21665 Rename from gdb-current-address.
21666 (gdb-previous-frame-address): Rename from gdb-previous-address.
21667 (gdb-selected-frame): Rename from gdb-current-frame.
21668 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21669 (gdb-frame-number): Rename from gdb-current-stack-level.
21670 (gdb-ann3): Match new mode-name for disassembly buffer.
21671 Extend initialization of variables.
21672 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21673 (gdb-memory-mode): Use mouse-face in header line.
21674 (gdb-assembler-buffer-name): Call it disassembly and give frame
21675 in mode line.
21676 (gdb-source-spec-regexp, gdb-assembler-custom)
21677 (gdb-invalidate-assembler, gdb-frame-handler):
21678 Make robust to leading zeroes in address format.
21679
21680 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21681
21682 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21683 define `org-mode'.
21684 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21685
21686 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * log-edit.el (log-edit-changelog-entries): Distinguish between
21689 filenames like xfns.c and fns.c.
21690
21691 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21692
21693 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21694 point after reverting.
21695 (Buffer-menu-make-sort-button): Handle the case where
21696 `Buffer-menu-use-header-line' is nil.
21697
21698 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21699
21700 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21701 New funcs. In minibuffer-local-completion-map bind `]', `/'
21702 and `:' to them.
21703
21704 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21705
21706 * startup.el (normal-top-level): Allow modification of load-path while
21707 we're iterating over it.
21708
21709 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21710
21711 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21712 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21713 (thumbs-resize-interactive, thumbs-insert-image)
21714 (thumbs-insert-thumb, thumbs-dired-show-marked)
21715 (thumbs-find-image-at-point, thumbs-delete-images)
21716 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21717 (thumbs-increment-image-size, thumbs-decrement-image-size):
21718 Fix typos in docstrings.
21719
21720 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21721
21722 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21723 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21724 (cperl-mode): Use them.
21725
21726 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21727
21728 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21729 Doc fixes.
21730
21731 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21732
21733 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21734 Bind C-d to gdb-inferior-io-eof.
21735
21736 * dired.el (dired-dnd-popup-notice): Use message-box.
21737
21738 2005-05-23 Masatake YAMATO <jet@gyve.org>
21739
21740 * bindings.el (mode-line-major-mode-keymap):
21741 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21742
21743 * faces.el (mode-line-highlight): New face.
21744
21745 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21746 as mouse-face.
21747
21748 * bindings.el (top-level, help-echo, mode-line-modified)
21749 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21750 as mouse-face.
21751
21752 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21753
21754 * progmodes/cc-engine.el (c-guess-basic-syntax):
21755 Remove spurious call to `zerop'.
21756
21757 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21758
21759 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21760
21761 CC Mode update to 5.30.10:
21762
21763 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21764 could go past the limit in decoration level 2, thereby causing
21765 errors during interactive fontification.
21766
21767 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21768 the file is evaluated interactively.
21769
21770 * cc-engine.el (c-guess-basic-syntax): Handle operator
21771 declarations somewhat better in C++.
21772
21773 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21774 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21775 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21776 (awk-mode): Use it.
21777 (make-local-hook): Suppress warning about obsoleteness.
21778
21779 * cc-engine.el, cc-align.el, cc-cmds.el
21780 (c-append-backslashes-forward, c-delete-backslashes-forward)
21781 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21782 Compensate for return value from `forward-line' when it has moved
21783 but not to a different line due to eob.
21784
21785 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21786 `objc-method-intro' and `objc-method-args-cont'.
21787
21788 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21789
21790 CC Mode update to 5.30.10:
21791
21792 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21793 in the copyright statement. Incidentally, change "along with GNU
21794 Emacs" to "along with this program" where it occurs.
21795
21796 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21797 so that it is interactive, hence can be found by M-x awk-mode
21798 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21799 <gmorris+emacs@ast.cam.ac.uk>.
21800
21801 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21802 Mode's regexps.
21803
21804 2005-05-23 Kevin Ryde <user42@zip.com.au>
21805
21806 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21807 c-parse-state, to avoid a lisp error (on bad code).
21808
21809 2005-05-23 Lute Kamstra <lute@gnu.org>
21810
21811 * subr.el (font-lock-defaults): Remove defvar as it's already
21812 defined in font-core.el.
21813
21814 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21815
21816 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21817
21818 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21819 more general and work when GDB variable "print pretty" is on,
21820 as with Emacs, for example.
21821
21822 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21823
21824 * font-core.el: Update comment.
21825
21826 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21827 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21828
21829 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21830
21831 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21832
21833 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21834 and `yank-handler' in the doc strings.
21835
21836 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21837
21838 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21839
21840 2005-05-22 Richard M. Stallman <rms@gnu.org>
21841
21842 * help.el (describe-key): Move print-help-return-message call
21843 out of conditional.
21844
21845 * progmodes/etags.el (list-tags): Use with-no-warnings.
21846
21847 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21848 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21849 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21850
21851 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21852
21853 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21854 Add defvar.
21855
21856 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21857 Use defvar, not defconst.
21858
21859 * hexl.el (hexl-follow-line): Use with-no-warnings.
21860
21861 * emulation/tpu-extras.el: Use write-file-functions instead of
21862 write-file-hooks.
21863
21864 * dired.el (dired-font-lock-keywords): Fontify files with junk
21865 extensions even if marked by -F.
21866
21867 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21868
21869 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21870 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21871 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21872 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21873 (concatenate, list-length, get*, getf, cl-remprop):
21874 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21875 (etypecase, progv, lexical-let, lexical-let*)
21876 (multiple-value-bind, multiple-value-setq, shiftf):
21877 Improve argument/docstring consistency.
21878
21879 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21880
21881 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21882
21883 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21884 doesn't exist.
21885
21886 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21887 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21888
21889 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21890
21891 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21892 already deleted variables: auto-fill-hook, blink-paren-hook,
21893 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21894 suspend-hooks, comment-indent-hook, meta-flag,
21895 before-change-function, after-change-function,
21896 font-lock-doc-string-face.
21897
21898 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21899
21900 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21901
21902 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21903
21904 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21905 rmail-dont-reply-to.
21906
21907 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21908
21909 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21910 literal blank when splitting new-header-values.
21911
21912 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21913
21914 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21915 string so that tmm doesn't create a completion entry for it.
21916
21917 * textmodes/table.el (table-disable-menu): Ditto.
21918
21919 2005-05-21 Richard M. Stallman <rms@gnu.org>
21920
21921 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21922
21923 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21924
21925 * net/rcompile.el (remote-compile): Use compilation-start.
21926
21927 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21928
21929 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21930
21931 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21932 Default to makefile-bsdmake-mode on BSD systems.
21933
21934 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21935 REGEXP may also be a search function now. The part of doc-string
21936 for describing the structure was 95% identical to that of
21937 `imenu--generic-function'. Unify it there.
21938
21939 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21940 Use function to find dependencies, because regexp alone is so complex,
21941 it easily goes into an endless loop.
21942 (makefile-makepp-mode): Also add submenu for Perl functions
21943 defined in the makefile.
21944 (makefile-bsdmake-mode): Special imenu-generic-expression no
21945 longer needed, due to function call.
21946 (makefile-match-dependency): Take BOUND into account when checking
21947 if we're through.
21948
21949 2005-05-20 Jay Belanger <belanger@truman.edu>
21950
21951 * calc/calc-units.el (calc-invalidate-units-table):
21952 Use inhibit-read-only.
21953 (math-build-units-table-buffer): Use view-mode.
21954
21955 2005-05-20 David Kastrup <dak@gnu.org>
21956
21957 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21958 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21959
21960 2005-05-20 Lute Kamstra <lute@gnu.org>
21961
21962 * diff-mode.el (diff-header-face, diff-file-header-face)
21963 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21964 (diff-added-face, diff-changed-face, diff-function-face)
21965 (diff-context-face, diff-nonexistent-face): Put them in the
21966 diff-mode customization group.
21967
21968 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21969
21970 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21971
21972 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21973
21974 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21975 Minor regexp-optimization.
21976
21977 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21978
21979 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21980 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21981 (org-agenda-add-time-grid-maybe): New function.
21982 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21983 (org-table-create): `dotimes' instead of `mapcar'.
21984 (org-xor): Simplify implementation.
21985 (org-agenda): `inhibit-redisplay' turned on.
21986 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21987 a consistent line after a state change.
21988 (org-agenda-remove-times-when-in-prefix): New option.
21989 (org-prefix-has-time): New variable.
21990 (org-parse-time-string): Optional argument NODEFAULT.
21991 (org-format-agenda-item): Parse items for time-of-day
21992 specifications and move these into the prefix if possible.
21993 (org-agenda-priority): Get current heading, not previous heading
21994 during agenda remote editing.
21995
21996 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21997
21998 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21999 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
22000 (remove-duplicates, delete-duplicates, substitute)
22001 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
22002 (nsubstitute-if-not, find, find-if, find-if-not, position)
22003 (position-if, position-if-not, count, count-if, count-if-not)
22004 (mismatch, search, sort*, stable-sort, merge, member*)
22005 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
22006 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
22007 (intersection, nintersection, set-difference, nset-difference)
22008 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
22009 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
22010 (nsublis, tree-equal): Improve argument/docstring consistency.
22011
22012 * subr.el (send-string, send-region): Remove obsolescence declaration.
22013 (window-dot, set-window-dot, read-input, show-buffer)
22014 (eval-current-buffer, string-to-int):
22015 Add release number to obsolescence declarations.
22016
22017 2005-05-19 Kim F. Storm <storm@cua.dk>
22018
22019 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
22020 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
22021
22022 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
22023
22024 * faces.el (list-faces-display): Make back button respect optional
22025 regexp arg.
22026
22027 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
22028
22029 * calculator.el (calculator-radix-grouping-mode)
22030 (calculator-radix-grouping-digits, calculator-displayer)
22031 (calculator-radix-grouping-separator, calculator-copy-displayer):
22032 * dabbrev.el (dabbrev-search-these-buffers-only):
22033 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
22034 (diff-advance-after-apply-hunk, diff-mode-hook)
22035 (diff-minor-mode-prefix):
22036 * imenu.el (imenu-use-popup-menu):
22037 * jit-lock.el (jit-lock-context-time):
22038 * newcomment.el (comment-fill-column, comment-column)
22039 (comment-style, comment-padding, comment-multi-line)
22040 (comment-empty-lines, comment-auto-fill-only-comments):
22041 * reveal.el (reveal-around-mark):
22042 * uniquify.el (uniquify-buffer-name-style)
22043 (uniquify-after-kill-buffer-p)
22044 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
22045 (uniquify-min-dir-content, uniquify-separator)
22046 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
22047 * w32-vars.el (w32-fixed-font-alist):
22048 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22049 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
22050 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
22051 * progmodes/perl-mode.el (perl-indent-level)
22052 (perl-continued-statement-offset, perl-continued-brace-offset)
22053 (perl-brace-offset, perl-brace-imaginary-offset)
22054 (perl-label-offset, perl-indent-continued-arguments)
22055 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
22056 * progmodes/tcl.el (tcl-indent-level)
22057 (tcl-continued-indent-level, tcl-auto-newline)
22058 (tcl-tab-always-indent, tcl-electric-hash-style)
22059 (tcl-help-directory-list, tcl-use-smart-word-finder)
22060 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
22061 (inferior-tcl-source-command):
22062 * textmodes/fill.el (enable-kinsoku):
22063 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
22064 * textmodes/table.el (table-yank-handler):
22065 Specify missing group (and type, if simple) in defcustom.
22066
22067 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
22068
22069 * progmodes/compile.el (compilation-finish-function): Fix defvar.
22070
22071 2005-05-19 Richard M. Stallman <rms@gnu.org>
22072
22073 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
22074
22075 * subr.el (event-basic-type): Don't get an error.
22076 (left-fringe-p): Function deleted.
22077
22078 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
22079 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
22080
22081 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
22082 in recursive copy.
22083
22084 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
22085
22086 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
22087
22088 * emacs-lisp/bytecomp.el
22089 (byte-compile-file-form-custom-declare-variable):
22090 Call byte-compile-nogroup-warn if appropriate.
22091
22092 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22093 (compilation-set-window): Don't call left-fringe-p; do it directly.
22094
22095 2005-05-19 Jay Belanger <belanger@truman.edu>
22096
22097 * calc/calc-graph.el (calc-graph-format-data): Make sure
22098 var-PlotRejects is bound before trying to check its value.
22099
22100 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
22101
22102 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22103 definition of this variable from reftex-global.el to reftex.el,
22104 because it is needed in the menu.
22105
22106 2005-05-19 Lute Kamstra <lute@gnu.org>
22107
22108 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22109 years are fixed. Don't insert a space after a dash.
22110
22111 2005-05-19 Kim F. Storm <storm@cua.dk>
22112
22113 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22114
22115 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
22116
22117 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22118 strings, because (eq ... ?\\) is fairly frequent.
22119
22120 * progmodes/make-mode.el (makefile-add-this-line-targets):
22121 Simplify and integrate into `makefile-pickup-targets'.
22122 (makefile-add-this-line-macro): Simplify and integrate into
22123 `makefile-pickup-macros.
22124 (makefile-pickup-filenames-as-targets): Simplify.
22125 (makefile-previous-dependency, makefile-match-dependency):
22126 Don't stumble over `::'.
22127
22128 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22129
22130 * subr.el (post-command-idle-hook, post-command-idle-delay):
22131 Remove obsoletion of post-command-idle-hook and
22132 post-command-idle-delay.
22133
22134 * faces.el (list-faces-display): Provide button when describe-face
22135 is called to take user back to the list of faces.
22136
22137 * help-fns.el (describe-variable): Remove hyperlinks in a
22138 variable's value as these are quite frequently inappropriate.
22139
22140 * follow.el (follow-submit-feedback, follow-mode):
22141 Remove references to post-command-idle-hook.
22142
22143 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22144
22145 * progmodes/make-mode.el (makefile-previous-dependency)
22146 (makefile-match-dependency): Check for := (and in bsd mode also
22147 !=) to give a better result, even when font-lock is not on.
22148
22149 2005-05-18 Jay Belanger <belanger@truman.edu>
22150
22151 * calc/calc-help.el (calc-s-prefix-help):
22152 Add `calc-copy-special-constant' to help string.
22153
22154 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22155
22156 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22157
22158 2005-05-18 Jay Belanger <belanger@truman.edu>
22159
22160 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22161 in linear factors are in proper order.
22162
22163 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22164
22165 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22166 Support for jurabib.
22167
22168 * textmodes/reftex.el (featurep): Define aliases for overlay
22169 commands, for XEmacs compatibility, and use these aliases in
22170 overlay initializations.
22171 (reftex-highlight): Use `reftex-move-overlay'.
22172 (reftex-unhighlight): Use `reftex-delete-overlay'.
22173 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22174 (reftex-access-search-path): Use `reftex-uniquify' instead of
22175 `reftex-uniq'
22176
22177 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22178 `before-string' property modification enables for Emacs as well.
22179 (reftex-select-item): Use `reftex-delete-overlay'.
22180 (reftex-select-mark): Use `reftex-make-overlay' and
22181 `reftex-overlay-put'.
22182 (reftex-select-unmark): Use `reftex-delete-overlay' and
22183 `reftex-overlay-put'.
22184
22185 2005-05-18 Lute Kamstra <lute@gnu.org>
22186
22187 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22188
22189 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22190
22191 * add-log.el (add-change-log-entry):
22192 * array.el (array-make-template, array-reconfigure-rows)
22193 (array-init-max-row, array-init-max-column)
22194 (array-init-columns-per-line, array-init-field-width):
22195 * replace.el (replace-match-maybe-edit, perform-replace):
22196 * textmodes/spell.el (spell-region):
22197 Replace `read-input' by `read-string'.
22198
22199 * forms.el (forms-mode):
22200 * finder.el (finder-compile-keywords):
22201 * shadowfile.el (shadow-read-files):
22202 Replace `eval-current-buffer' by `eval-buffer'.
22203
22204 * terminal.el (te-pass-through):
22205 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22206 (ange-ftp-raw-send-cmd):
22207 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22208 (send-process-next-char, telnet-initial-filter, telnet):
22209 Replace `send-string' by `process-send-string'.
22210
22211 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22212 (prolog-consult-region): Replace `send-string' by
22213 `process-send-string'; replace `send-region' by `process-send-region'.
22214
22215 * progmodes/delphi.el (delphi-log-msg):
22216 Replace `set-window-dot' by `set-window-point'.
22217
22218 * subr.el (window-dot, set-window-dot, read-input, send-string)
22219 (send-region, show-buffer, eval-current-buffer):
22220 Make really obsolete, as the comment says.
22221
22222 2005-05-17 Kim F. Storm <storm@cua.dk>
22223
22224 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22225 (cua--init-keymaps): Bind C-return instead of S-return to set
22226 rectangle mark.
22227
22228 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22229 instead of S-return to toggle/clear rectangle mark.
22230
22231 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
22232
22233 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22234 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22235 Also fontify plain strings assigned to variables, mostly so that a
22236 colon has a face and is thus not taken as a dependency separator.
22237 (makefile-previous-dependency): Inline the new matcher, because it
22238 is too complex to work in both directions.
22239 (makefile-match-dependency): Eliminate `backward' arg (see above).
22240 Completely reimplemented so as to not sometimes go into an endless
22241 loop. It should also be more efficient, because first it only
22242 searches for `:', instead of applying the very complex regexp.
22243 (makefile-mode): Cancel `font-lock-support-mode', because blocks
22244 to be fontified in one piece can be too long for JIT.
22245 Makefiles are never *that* big.
22246
22247 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
22248
22249 * dired.el (dired-mode): Simplify.
22250
22251 2005-05-17 Lute Kamstra <lute@gnu.org>
22252
22253 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22254 defcustom for the mode hook variable.
22255
22256 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22257 Emacs Lisp Reference Manual.
22258
22259 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
22260
22261 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22262 (evenp, list*):
22263 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22264 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22265
22266 * net/tramp-smb.el (tramp-smb-open-connection):
22267 Pass `tramp-chunksize' as fifth (required) argument.
22268
22269 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
22270
22271 * font-lock.el (lisp-font-lock-keywords-1):
22272 Set `font-lock-negation-char-face' for [^...] char group.
22273 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22274
22275 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22276 a var, and refine it to mask one more level of nested vars.
22277 (makefile-rule-action-regex): Turn it into a var, and refine it so
22278 it recognizes backslashed continuation lines as belonging to the
22279 same command.
22280 (makefile-macroassign-regex): Refine it so it recognizes
22281 backslashed continuation lines as belonging to the same command.
22282 (makefile-var-use-regex): Don't look at the next char, because it
22283 might be the same one to be skipped by the initial [^$], leading
22284 to an overlooked variable use.
22285 (makefile-make-font-lock-keywords): Remove two parameters, which
22286 are now variables that some of the modes set locally.
22287 Handle dependency and rule action matching through functions, because
22288 regexps alone match too often. Dependency matching now comes
22289 last, so it can check, whether a colon already matched something else.
22290 (makefile-mode): Inform that font-lock improves makefile parsing
22291 capabilities.
22292 (makefile-match-dependency, makefile-match-action): New functions.
22293
22294 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
22295
22296 * emacs-lisp/cl-extra.el (equalp): Doc fix.
22297
22298 * align.el (align-regexp):
22299 * ansi-color.el (ansi-color-get-face):
22300 * array.el (array-reconfigure-rows, array-init-max-row)
22301 (array-init-max-column, array-init-columns-per-line)
22302 (array-init-field-width):
22303 * dired-aux.el (dired-trample-file-versions):
22304 * dired-x.el (dired-mark-sexp):
22305 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22306 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22307 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22308 * faces.el (face-read-integer):
22309 * files.el (backup-extract-version, insert-directory):
22310 * hexl.el (hexl-insert-decimal-char):
22311 * server.el (server-process-filter):
22312 * shell.el (shell-extract-num):
22313 * startup.el (command-line-1):
22314 * term.el (term-command-hook):
22315 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22316 (time-stamp-do-number):
22317 * time.el (display-time-update):
22318 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22319 (timezone-fix-time):
22320 * vms-patch.el (vms-suspend-resume-hook):
22321 * calendar/appt.el (appt-convert-time):
22322 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22323 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22324 * calendar/cal-islam.el (mark-islamic-diary-entries):
22325 * calendar/calendar.el (calendar-cursor-to-date)
22326 (calendar-star-date):
22327 * calendar/diary-lib.el (diary-attrtype-convert)
22328 (mark-diary-entries, diary-entry-time):
22329 * calendar/solar.el (solar-get-number):
22330 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22331 * emacs-lisp/re-builder.el (reb-display-subexp):
22332 * emulation/edt.el (edt-set-scroll-margins):
22333 * emulation/tpu-extras.el (tpu-set-scroll-margins):
22334 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22335 (vip-get-ex-count):
22336 * emulation/viper-ex.el (viper-get-ex-token)
22337 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22338 * international/fontset.el (fontset-plain-name):
22339 * mail/feedmail.el (feedmail-look-at-queue-directory):
22340 * mail/mailalias.el (mail-get-names):
22341 * mail/rmail.el (rmail-convert-to-babyl-format):
22342 * mail/rmailsum.el (rmail-make-basic-summary-line)
22343 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22344 (rmail-summary-goto-msg):
22345 * mail/smtpmail.el (smtpmail-read-response):
22346 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22347 (ange-ftp-vms-add-file-entry):
22348 * play/gametree.el (gametree-looking-at-ply)
22349 (gametree-current-branch-score):
22350 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22351 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22352 * progmodes/cperl-mode.el (condition-case):
22353 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22354 (ebrowse-set-member-buffer-column-width)
22355 (ebrowse-select-1st-to-9nth):
22356 * progmodes/etags.el (etags-snarf-tag):
22357 * progmodes/flymake.el (flymake-parse-line):
22358 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22359 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22360 (idlwave-shell-menu-def):
22361 * progmodes/ps-mode.el (ps-run-goto-error):
22362 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22363 (vhdl-speedbar-contract-level):
22364 * term/mac-win.el (x-handle-numeric-switch):
22365 * term/sun-mouse.el (sun-get-frame-data):
22366 * term/w32-win.el (x-handle-numeric-switch):
22367 * term/x-win.el (x-handle-numeric-switch):
22368 * textmodes/ispell.el (ispell-parse-output):
22369 * textmodes/nroff-mode.el (nroff-outline-level):
22370 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22371 (reftex-bib-sort-year-reverse, reftex-format-citation):
22372 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22373 (reftex-section-number):
22374 * textmodes/texinfmt.el (texinfo-paragraphindent):
22375 Replace `string-to-int' by `string-to-number'.
22376
22377 * international/latexenc.el: Add page marker to force the "Local
22378 Variables:" string out of the last page.
22379
22380 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22381
22382 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22383 tooltip-change-major-mode.
22384 (gud-tooltip-print-command): Remove case where gud-minor-mode
22385 is gdb ("--fullname").
22386 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22387 explain to user.
22388
22389 2005-05-16 Jay Belanger <belanger@truman.edu>
22390
22391 * calc/calc-store.el (calc-copy-special-constant): New function.
22392
22393 * calc/calc-ext.el (calc-init-extensions): Add binding for
22394 `calc-copy-special-constant'.
22395
22396 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22397 for the `calc-copy-special-constant' command.
22398
22399 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22400
22401 * subr.el (left-fringe-p): New function.
22402
22403 * progmodes/compile.el (compilation-setup): Set local value of
22404 overlay-arrow-string to "" always.
22405 (compilation-set-window): Left fringe then don't scroll.
22406 No left fringe then no arrow and scroll message to top.
22407 (compilation-context-lines): Adjust doc string accordingly.
22408
22409 2005-05-16 Kim F. Storm <storm@cua.dk>
22410
22411 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22412 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22413 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22414 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22415 (ido-read-file-name): Handle commands with ido property value
22416 equal to find-file as reading a file name, to allow C-d to enter dired.
22417 (ibuffer-find-file): Add ido property with value find-file.
22418
22419 2005-05-15 Kim F. Storm <storm@cua.dk>
22420
22421 * subr.el (open-network-stream-nowait): Remove.
22422 (open-network-stream-server): Remove.
22423
22424 2005-05-15 Richard M. Stallman <rms@gnu.org>
22425
22426 * faces.el (describe-face): Output a definition link button.
22427
22428 * help-mode.el (help-face-def): New button type.
22429
22430 * emacs-lisp/copyright.el (copyright-fix-years):
22431 Match properly if the first year is 2-digit.
22432 Don't mess up the whitespace after the years by filling.
22433
22434 * dired-aux.el (dired-mark-confirm):
22435 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22436
22437 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22438 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22439 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22440
22441 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22442 Set font-lock-comment-start-skip.
22443
22444 * font-lock.el (font-lock-comment-start-skip): New variable.
22445 (font-lock-comment-end-skip): New variable.
22446 (font-lock-fontify-syntactically-region): Use them if non-nil.
22447
22448 2005-05-15 Jay Belanger <belanger@truman.edu>
22449
22450 * calc/calc-store.el (calc-store-value): Return a string rather
22451 than display it as a message.
22452 Use calc-var-name for variable name.
22453 (calc-store-into): Add the result of calc-store-value to message.
22454 (calc-copy-variable): Add a message.
22455 (calc-store-exchange): Improve error messages.
22456 (calc-store-binary, calc-store-map): Don't reset the values of
22457 special constants.
22458
22459 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22460
22461 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22462 manual to docstring.
22463
22464 * files.el (hack-local-variables-confirm): Add STRING argument.
22465 Make the function handle non file visiting buffers correctly.
22466 (hack-local-variables-prop-line, hack-local-variables)
22467 (hack-one-local-variable): Use STRING arg of
22468 `hack-local-variables-confirm'.
22469
22470 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22471
22472 Sync with Tramp 2.0.49.
22473
22474 * net/tramp.el (tramp-handle-dired-call-process)
22475 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22476 because the contents of the Tramp buffer is changed before
22477 insertion (`expand-file' and alike).
22478 (tramp-handle-insert-directory): If `localname' has an empty
22479 nondirectory name, it must not be quoted.
22480 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22481 variable `tramp-chunksize'. Change callees.
22482 (tramp-open-connection-setup-interactive-shell): Check remote host
22483 for buggy `send-process-string' implementation.
22484 Set `tramp-chunksize' if found. Reported by Michael Kifer
22485 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22486 (tramp-handle-shell-command): `insert-buffer' cannot be used
22487 because the contents of the Tramp buffer is changed before
22488 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22489 <frederic.bothamy@free.fr>.
22490 (tramp-set-auto-save): Actions should be done for Tramp file name
22491 handler only. Ange-FTP has its own auto-save mechanism.
22492 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22493 (tramp-set-auto-save-file-modes): Set file modes of
22494 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22495 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22496 (tramp-bug): Remove obsolete variable.
22497 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22498 for presence of `mml-mode'. Make it running for older Emacsen as well.
22499
22500 2005-05-14 John Paul Wallington <jpw@pobox.com>
22501
22502 * ibuf-ext.el (define-ibuffer-filter filename):
22503 If `dired-directory' is a list, use its car.
22504
22505 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22506
22507 * ibuffer.el (define-ibuffer-column filename):
22508 If `dired-directory' is a list, use its car.
22509
22510 2005-05-14 Richard M. Stallman <rms@gnu.org>
22511
22512 * subr.el (symbol-file): Doc fix.
22513
22514 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22515 (byte-compile-form): Call byte-compile-nogroup-warn.
22516 (byte-compile-warning-types): Doc fix.
22517
22518 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22519
22520 * progmodes/cc-engine.el (c-literal-faces):
22521 Add font-lock-comment-delimiter-face.
22522
22523 * net/net-utils.el (dig): Use with-no-warnings.
22524
22525 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22526 (sc-recite-frame-alist, sc-default-cite-frame)
22527 (sc-default-uncite-frame, sc-default-recite-frame)
22528 (sc-attrib-selection-list, sc-rewrite-header-list):
22529 Mark as risky-local-variable.
22530
22531 * international/ogonek.el (ogonek-jak, ogonek-how):
22532 Don't use beginning-of-buffer.
22533
22534 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22535
22536 * calendar/solar.el (solar-data-list): Move definition up.
22537
22538 * dnd.el (dnd-protocol-alist): Add autoload.
22539
22540 * progmodes/sh-script.el: Many doc usage fixes.
22541 (sh-indent-after-do): Change default to match common styles.
22542
22543 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22544
22545 * files.el (interpreter-mode-alist)
22546 (auto-mode-interpreter-regexp): Doc fixes.
22547
22548 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22549
22550 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22551
22552 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22553
22554 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22555
22556 * dired.el (dired-mode): make-variable-buffer-local =>
22557 make-local-variable.
22558
22559 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22560
22561 * term/mac-win.el (mac-select-convert-to-string): Try coding
22562 systems in mac-script-code-coding-systems if specified one cannot
22563 encode string for `com.apple.traditional-mac-plain-text'.
22564
22565 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22566
22567 * progmodes/make-mode.el (makefile-targets-face)
22568 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22569 (makefile-dependency-regex): Fix it to not make the colon in
22570 $(var:a=b) special.
22571 (makefile-rule-action-regex): New regexp for highlighting embedded
22572 Shell strings.
22573 (makefile-macroassign-regex): Handle != for highlighting as
22574 embedded Shell strings.
22575 (makefile-var-use-regex): New const.
22576 (makefile-statements, makefile-automake-statements)
22577 (makefile-gmake-statements, makefile-makepp-statements)
22578 (makefile-bsdmake-statements): New consts.
22579 (makefile-make-font-lock-keywords): New function.
22580 (makefile-automake-font-lock-keywords)
22581 (makefile-gmake-font-lock-keywords)
22582 (makefile-makepp-font-lock-keywords)
22583 (makefile-bsdmake-font-lock-keywords): New consts.
22584 (makefile-mode-map): Add switchers between the various submodes.
22585 (makefile-mode): Document the availability of the variants.
22586 (makefile-automake-mode, makefile-gmake-mode)
22587 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22588
22589 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22590 new variants of makefile-mode.
22591
22592 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22595 the inheritance.
22596
22597 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22598
22599 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22600 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22601
22602 * files.el (normal-mode): Extend the scope of the
22603 `enable-local-variables' binding to include the `set-auto-mode' call.
22604 (magic-mode-alist): Doc fix.
22605
22606 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22607
22608 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22609 font-lock-comment-face rather than copying its setting.
22610
22611 2005-05-12 Andreas Schwab <schwab@suse.de>
22612
22613 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22614
22615 2005-05-12 Lute Kamstra <lute@gnu.org>
22616
22617 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22618 defcustom for the mode hook variable. Delete the last argument.
22619 * generic-x.el: Fix callers of define-generic-mode.
22620 (generic-x-modes): Delete group.
22621 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22622 generic-x customization group.
22623
22624 2005-05-12 Kim F. Storm <storm@cua.dk>
22625
22626 * font-lock.el (font-lock-negation-char-face): Default to "off".
22627
22628 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22629 font-lock-negation-char-face to ! in !=.
22630
22631 2005-05-12 Masatake YAMATO <jet@gyve.org>
22632
22633 * add-log.el (find-change-log): Fix typos in the docstring
22634 of function.
22635
22636 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22637
22638 * international/latexenc.el (latexenc-find-file-coding-system):
22639 Avoid `re-search-forward' when looking for input encoding because
22640 of speed and safety. Better regular expressions for recognizing
22641 input encoding. Limit a search for TeX-master/tex-main-file to
22642 the local variable section.
22643
22644 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22645
22646 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22647 syntax of $ to "'" (quote).
22648
22649 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22650
22651 * dnd.el (dnd-protocol-alist): Improve custom type.
22652
22653 * dired.el (dired-dnd-protocol-alist): New variable.
22654 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22655 `dired-mode-hook' to the end.
22656
22657 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22658
22659 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22660 comment-end if comment-start-skip is not set.
22661 Obey the font-lock-comment-delimiter-face variables.
22662
22663 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22664
22665 * files.el (executable-find): Move from executable.el. Use
22666 locate-file.
22667 * progmodes/executable.el (executable-find): Move to files.el.
22668
22669 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22670 when trying to ensure forward progress.
22671
22672 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22673
22674 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22675 (mouse-select, mouse-select-internal, mouse-extend-internal):
22676 Use it to implement mouse-1-click-follows-link functionality.
22677
22678 2005-05-11 Richard M. Stallman <rms@gnu.org>
22679
22680 * font-lock.el (font-lock-fontify-syntactically-region):
22681 Use font-lock-comment-delimiter-face for comment delimiters.
22682
22683 2005-05-10 Jay Belanger <belanger@truman.edu>
22684
22685 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22686 preserving embedded modes.
22687
22688 2005-05-10 Richard M. Stallman <rms@gnu.org>
22689
22690 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22691
22692 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22693 Move from ada-stmt.el.
22694 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22695
22696 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22697 Move to ada-mode.el.
22698 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22699
22700 * cus-edit.el (custom-file): Call file-chase-links.
22701
22702 * files.el (read-directory-name): Fix previous change.
22703 (hack-local-variables-confirm): New function.
22704 (hack-local-variables-prop-line, hack-local-variables)
22705 (hack-one-local-variable): Use it.
22706
22707 2005-05-10 Lute Kamstra <lute@gnu.org>
22708
22709 * font-lock.el (font-lock-keywords-alist)
22710 (font-lock-removed-keywords-alist): Clarify docstrings.
22711
22712 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22713
22714 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22715 (gdb-source-info): Check for preprocessor info.
22716 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22717 a macro for a function.
22718 (gdb-info-breakpoints-custom): Try to find file again if not already
22719 found (user might have used GDB dir command).
22720 (gdb-get-location): Update gdb-location-alist correctly for change
22721 to gdb-info-breakpoints-custom.
22722
22723 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22724 (gud-tooltip-print-command): Add gdbmi case.
22725 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22726 preprocessor info.
22727
22728 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22729
22730 * startup.el (fancy-splash-insert): Fix typo in doc string.
22731
22732 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22733
22734 * obsolete/float.el (string-to-float):
22735 * obsolete/hilit19.el (hilit-add-pattern):
22736 * obsolete/rnews.el (news-parse-range, news-select-message)
22737 (news-get-pruned-list-of-files): Replace `string-to-int' by
22738 `string-to-number'.
22739
22740 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22741 `find-file-not-found-hooks'; use `add-hook'.
22742 (uncompress-while-visiting): Set `write-file-functions', not
22743 `write-file-hooks'; use `add-hook'.
22744
22745 2005-05-09 Kim F. Storm <storm@cua.dk>
22746
22747 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22748 (cua-paste): Handle clipboard action.
22749 (cua--init-keymaps): Remap clipboard-kill-region and
22750 clipboard-kill-ring-save.
22751
22752 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22753
22754 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22755 Improve commentary.
22756
22757 * simple.el (next-error-overlay-arrow-position): Revert the change
22758 made on 2005-04-30.
22759
22760 2005-05-07 Jay Belanger <belanger@truman.edu>
22761
22762 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22763 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22764 `calc-sel-reselect'.
22765
22766 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22767 Calc is in embedded mode.
22768
22769 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22770
22771 * progmodes/compile.el (compilation-setup):
22772 Set overlay-arrow-string to an empty string on text terminals.
22773
22774 * textmodes/ispell.el (ispell-program-name): Try looking for
22775 "aspell" along exec-path, and if found, use it as the default
22776 speller program.
22777
22778 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22779
22780 * international/mule.el (sgml-xml-auto-coding-function):
22781 Recognize encoding='FOO' in single quotes as well as in double quotes.
22782
22783 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22784
22785 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22786 as well as `interactive', so that defmacro* would recognize
22787 `declare' forms.
22788
22789 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22790
22791 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22792 Explain more about the LIGHTER arg's usage in the doc string.
22793 Add commentary to clarify what the code does. Fix the regexp that
22794 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22795 since it could have characters special to regular expressions.
22796
22797 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22798
22799 * replace.el (occur-1): Bind inhibit-read-only so that
22800 erase-buffer doesn't barf on read-only text properties (likewise
22801 for add-text-properties in occur-engine). Mark buffer as unmodified.
22802 (occur-engine): Don't set buffer-read-only here.
22803
22804 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22805
22806 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22807 list-buffers-directory. This caused the *cvs-commit* buffer to be
22808 sometimes mistakenly reused as a *cvs* buffer.
22809
22810 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22811
22812 * tooltip.el: Move code for GUD tooltips into gud.el.
22813 (require): CL no longer needed to compile case.
22814 (tooltip-mode): Do not toggle functions for GUD tooltips.
22815 (tooltip-gud-tips-p): Remove. Replace with minor mode
22816 gud-tooltip-mode in gud.el.
22817 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22818 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22819 tooltip-gud prefix with gud-tooltip and obsolete.
22820 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22821 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22822 (tooltip-mouse-motion): Mouse movement functions/variable.
22823 Rename in gud.el by adding gud prefix.
22824 (tooltip-gud-original-filter, tooltip-gud-dereference)
22825 (tooltip-gud-event, tooltip-toggle-gud-tips)
22826 (tooltip-gud-process-output, tooltip-gud-print-command)
22827 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22828 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22829 (gdb-tooltip-print): Move to gdb-ui.el.
22830
22831 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22832 (require): CL needed to compile case.
22833 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22834 tooltip-gud-tips-p. Make it a minor-mode.
22835 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22836 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22837 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22838 (gud-tooltip-change-major-mode)
22839 (gud-tooltip-activate-mouse-motions-if-enabled)
22840 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22841 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22842 (gud-tooltip-original-filter, gud-tooltip-dereference)
22843 (gud-tooltip-event, tooltip-toggle-gud-tips)
22844 (gud-tooltip-process-output, gud-tooltip-print-command)
22845 (gud-tooltip-tips): Move from tooltip.el.
22846
22847 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22848 (gdb-cpp-define-alist-flags): Doc fix.
22849 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22850 gud-tooltip-mode is t.
22851
22852 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22853
22854 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22855 evaporate if their text is deleted.
22856 (goto-address-at-point): Make it work as a mouse binding as well.
22857 (goto-address-at-mouse): Obsolete it. Update users.
22858
22859 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22860
22861 * calendar/appt.el (top-level): No longer activate on load.
22862
22863 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22864
22865 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22866 * net/webjump.el (webjump):
22867 * progmodes/idlw-help.el (idlwave-do-context-help1)
22868 (idlwave-highlight-linked-completions):
22869 * textmodes/po.el (po-find-file-coding-system-guts):
22870 Replace `assoc-ignore-case' by `assoc-string'.
22871
22872 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22873
22874 * files.el (locate-file): Doc fix.
22875
22876 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22877 Remove the redundant test for ms-dos.
22878
22879 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22880 look for the preprocessor with exec-suffixes. If not found in
22881 standard places, look in exec-path. Remove most of the tests that
22882 used system-type.
22883
22884 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22885
22886 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22887
22888 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22889 file-name clash with jka-compr.el on 8+3 filesystems.
22890
22891 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22892
22893 * term/mac-win.el: Don't define or bind scroll bar functions if
22894 x-toolkit-scroll-bars is t.
22895 (x-select-text, x-get-selection-value): Clear
22896 x-last-selected-text-clipboard if x-select-enable-clipboard is
22897 nil.
22898 (PRIMARY): Put mac-scrap-name property.
22899 (mac-select-convert-to-file-url): New function.
22900 (public.file-url): New selection target type. Add to
22901 selection-converter-alist.
22902 (x-get-selection, x-selection-value): Handle it.
22903 (x-cut-buffer-or-selection-value): New alias.
22904
22905 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22906
22907 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22908 entry to avoid calling bibtex-find-entry with arg global
22909 being t. Remove arg key.
22910 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22911 (bibtex-copy-summary-as-kill): Change accordingly.
22912
22913 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22914
22915 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22916 (org-agenda-date-later): Use with-current-buffer.
22917
22918 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22919
22920 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22921 (define-obsolete-variable-alias): Doc Fixes.
22922
22923 2005-05-06 Kim F. Storm <storm@cua.dk>
22924
22925 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22926 vertical-motion when selective-display is active.
22927
22928 * ido.el (ido-setup-hook): New hook.
22929 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22930 (ido-input-stack): New var.
22931 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22932 ido-next-work-file binding to M-O.
22933 Bind M-f to ido-wide-find-file-or-pop-dir.
22934 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22935 (ido-read-internal): Run ido-setup-hook.
22936 Catch quit in read-file-name and read-string to cancel edit.
22937 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22938 Automatically pop-all when completing a directory name (RET).
22939 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22940 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22941 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22942 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22943 New functions for M-b/M-f to move among the directory components.
22944 (ido-make-merged-file-list): Catch quit to cancel merge.
22945 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22946 (ido-completion-help): No warnings for ido-completion-buffer-full.
22947
22948 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22949
22950 * font-lock.el (font-lock-negation-char-face): New face and variable.
22951 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22952 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22953 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22954 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22955
22956 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22957
22958 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22959 Fix typo in docstring.
22960
22961 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22962 (ebrowse-print-statistics-line)
22963 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22964
22965 * term/w32-win.el (image-library-alist): Add additional name for
22966 Xpm library.
22967
22968 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22969
22970 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22971 use gcc instead of cpp.
22972
22973 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22974 (gdb-create-define-alist): Use it.
22975 (gdb-cpp-define-alist-program): Update for MS-DOS.
22976
22977 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22978
22979 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22980
22981 2005-05-04 Richard M. Stallman <rms@gnu.org>
22982
22983 * help.el (describe-key): No error when UNTRANSLATED is nil.
22984
22985 * simple.el (line-move-1): Fix previous change to signal errors
22986 appropriately.
22987
22988 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22989
22990 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22991 (icalendar-duration-correction): Remove.
22992 (icalendar--get-event-properties): Split result at commas.
22993 (icalendar--decode-isoduration): New optional argument
22994 DURATION-CORRECTION.
22995 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22996 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22997 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22998 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22999 (icalendar--convert-anniversary-to-ical): New functions, extracted
23000 from icalendar-export-region, with bug fixes.
23001 (icalendar-export-region): Use the above functions.
23002 (icalendar-import-buffer): Check before saving diary file.
23003 (icalendar--convert-recurring-to-diary)
23004 (icalendar--convert-non-recurring-all-day-to-diary)
23005 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
23006 extracted from icalendar--convert-ical-to-diary, with bug fixes.
23007 (icalendar--convert-ical-to-diary): Use the above functions.
23008
23009 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
23010
23011 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
23012 Remove these recent additions.
23013 (c-mode): Restore to before 2005-04-28.
23014
23015 * progmodes/cc-vars.el (cc-define-list-program): Remove this
23016 recent addition.
23017
23018 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
23019 (gdb-define-alist): New variables.
23020 (gdb-create-define-alist): New function.
23021 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
23022 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
23023 with string-to-number.
23024 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
23025
23026 * progmodes/gud.el: Replace string-to-int with string-to-number.
23027 (gud-find-file): Handle gdb-define-alist.
23028
23029 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
23030
23031 2005-05-02 Jay Belanger <belanger@truman.edu>
23032
23033 * calc/calc-aent.el (math-read-token):
23034 * calc/calc-bin.el (calc-word-size):
23035 * calc/calc-ext.el (calc-read-number-fancy):
23036 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
23037 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
23038 * calc/calc-frac.el (calc-over-notation):
23039 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
23040 (calc-graph-num-points, calc-graph-init):
23041 * calc/calc-prog.el (calc-read-parse-table-part)
23042 (calc-edit-macro-repeats):
23043 * calc/calc-yank.el (calc-do-grab-rectangle):
23044 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
23045 Replace `string-to-int' by `string-to-number'.
23046
23047 2005-05-02 Kim F. Storm <storm@cua.dk>
23048
23049 * kmacro.el: Use executing-kbd-macro-index variable.
23050
23051 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
23052
23053 * net/rlogin.el (rlogin-parse-words): Delete func.
23054 (rlogin): Use split-string, not rlogin-parse-words.
23055 Also, if there are option-like elements in the parsed args,
23056 take the host to be the first arg immediately following them.
23057 Suggested by Michael Mauger.
23058
23059 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23060
23061 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
23062
23063 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23064
23065 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
23066 (cc-mode-cpp-program): Rename to cc-define-list-program and
23067 move to cc-vars.el.
23068
23069 * progmodes/cc-vars.el (cc-define-list-program):
23070 Change to "gcc -E -dM -". Make customizable.
23071
23072 2005-05-02 Kim F. Storm <storm@cua.dk>
23073
23074 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
23075
23076 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23077
23078 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
23079
23080 * international/mule-util.el (truncate-string): Remove alias and
23081 obsolete declaration.
23082
23083 * international/mule-cmds.el (update-iso-coding-systems):
23084 Remove alias and obsolete declaration.
23085
23086 * international/mule.el (coding-system-parent): Remove alias and
23087 obsolete declaration.
23088
23089 * subr.el (define-function, sref): Remove aliases and obsolete
23090 declarations.
23091 (chars-in-region): Remove obsolete declaration.
23092
23093 2005-05-01 Richard M. Stallman <rms@gnu.org>
23094
23095 * info.el (Info-mode): Set widen-automatically to nil, locally.
23096
23097 * simple.el (widen-automatically): New variable.
23098 (pop-global-mark): Obey widen-automatically.
23099
23100 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
23101
23102 * term/xterm.el (function-key-map): Call substitute-key-definition
23103 before the keymap size is increased by a lot of define-key calls.
23104
23105 2005-05-01 Richard M. Stallman <rms@gnu.org>
23106
23107 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23108 Rename ARG to ELEMENT. Doc fix.
23109
23110 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23111
23112 * allout.el (allout-exposure): Remove macro and obsolete declaration.
23113 Remove references to allout-exposure/change to allout-new-exposure.
23114
23115 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23116 bytecode symbols.
23117
23118 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23119 (compiled-function-p, focus-frame, unfocus-frame):
23120 Remove aliases and obsolete declarations.
23121 Back out inadvertent changes from previous commit.
23122
23123 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23124
23125 * files.el (require-final-newline): Make Custom tags consistent
23126 with mode-require-final-newline.
23127 (mode-require-final-newline): Doc fix.
23128
23129 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23130
23131 * international/latexenc.el (latexenc-find-file-coding-system):
23132 Fix regular expressions.
23133
23134 2005-05-01 David Kastrup <dak@gnu.org>
23135
23136 * international/latexenc.el (latexenc-find-file-coding-system):
23137 Fix regular expressions.
23138
23139 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23140
23141 * subr.el (string-to-int): Make obsolete.
23142
23143 2005-04-30 Richard M. Stallman <rms@gnu.org>
23144
23145 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23146
23147 * loadup.el: load jka-comp-hook.
23148
23149 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23150 (jka-compr-handler): Add autoload. `put' calls moved
23151 to jka-comp-hook.el.
23152 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23153 (jka-compr-inhibit): Autoload.
23154
23155 * jka-comp-hook.el: New file.
23156 Enable the mode by default.
23157
23158 * files.el (backup-buffer-copy): Use copy-file instead
23159 of write-region, and put back the 'excl.
23160
23161 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23162
23163 * progmodes/flymake.el (flymake-split-string)
23164 (flymake-split-string, flymake-log, flymake-pid-to-names)
23165 (flymake-reg-names, flymake-get-source-buffer-name)
23166 (flymake-unreg-names, flymake-add-line-err-info)
23167 (flymake-add-err-info): Clarify docstrings.
23168 (flymake-popup-menu, flymake-make-emacs-menu)
23169 (flymake-make-xemacs-menu): Add docstrings.
23170 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23171 Set variables directly throughout.
23172
23173 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23174
23175 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23176 exists. Initialize cc-define-alist.
23177 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23178 If there is no file (Macroexpansion) don't create an alist.
23179
23180 2005-04-29 Sam Steingold <sds@gnu.org>
23181
23182 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23183 (cc-create-define-alist): Use it instead of the hard-coded string.
23184
23185 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23186
23187 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23188 for latexenc.
23189
23190 2005-04-29 Lute Kamstra <lute@gnu.org>
23191
23192 * emacs-lisp/generic.el: Improve commentary section.
23193 (define-generic-mode): Improve docstring.
23194
23195 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23196
23197 * textmodes/org.el (many places): Change to quiet the byte compiler.
23198 (org-prefix-format-compiled): New variable.
23199 (org-compile-prefix-format): New function.
23200 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23201 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23202 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23203 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23204 consistency with entries from `org-mode' files.
23205 (org-get-time-of-day): Fix bug with partial matches early in a line.
23206 (org-non-link-chars): New constant.
23207 (org-link-regexp): Respect `org-non-link-chars'.
23208 (org-agenda-day-view): Remove command.
23209 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23210 (org-follow-bbdb-link, org-store-link): Search also company field.
23211 (org-highlight-overlay): New variable.
23212 (org-highlight, org-unhighlight): New functions.
23213 (org-agenda-mode): Add pre-command-hook to remove highlight.
23214 (org-evaluate-time-range): Behavior depends upon whether time stamp
23215 contains a time or not.
23216 (org-show-subtree, org-show-entry): New functions.
23217 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23218
23219 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
23220
23221 * comint.el (comint-output-filter-functions): Add autoload cookie.
23222
23223 2005-04-28 Kim F. Storm <storm@cua.dk>
23224
23225 * ido.el (ido-everywhere): Fix last change.
23226
23227 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23228
23229 * international/latexenc.el: New file.
23230 * international/mule-conf.el (file-coding-system-alist): For .tex,
23231 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23232
23233 2005-04-28 Lute Kamstra <lute@gnu.org>
23234
23235 * font-lock.el (font-lock-add-keywords)
23236 (font-lock-remove-keywords): Clarify docstring.
23237 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23238 Don't start docstrings with a `*'.
23239 (font-lock-update-removed-keyword-alist): Give it a docstring.
23240
23241 * generic-x.el: Update commentary section.
23242 Only require font-lock when compiling.
23243 Define all modes conditionally.
23244 Place all generic modes in the generic-x-modes customization group.
23245 (generic-x-modes): New customization group.
23246 (generic-default-modes, generic-mswindows-modes)
23247 (generic-unix-modes, generic-other-modes): New constants.
23248 (generic-define-mswindows-modes, generic-define-unix-modes):
23249 Update docstrings. Make them obsolete.
23250 (generic-extras-enable-list): New default value. Update docstring.
23251 Improve :type. Change :set function.
23252 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23253 Fix docstring.
23254
23255 * emacs-lisp/generic.el (generic-mode-internal):
23256 Simplify font-lock-defaults.
23257 (define-generic-mode): Fix docstring.
23258
23259 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23260
23261 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23262 font-lock-face property to highlight matches.
23263
23264 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
23265
23266 * progmodes/cc-mode.el (cc-create-define-alist): New function.
23267 (cc-define-alist): New variable.
23268 (c-mode): Make it local and initialize it.
23269
23270 * progmodes/gdb-ui.el (gdb-active-process): New variable.
23271 (gdb-exited): New function.
23272 (gdb-annotation-rules): Use it.
23273 (gdb-starting): Set gdb-active-process to t.
23274 (gdb-stopping): Amend doc string.
23275 (gdb-reset): Set gdb-active-process to nil.
23276
23277 * tooltip.el (tooltip-gud-tips): Show the associated #define
23278 directives when a C program under GDB is not executing.
23279
23280 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
23281
23282 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23283 font-lock-fontify-syntactic-keywords.
23284
23285 * font-lock.el (font-lock-default-fontify-region): Don't force
23286 parse-sexp-lookup-properties to nil.
23287
23288 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23289
23290 * man.el (man-mode-syntax-table): Set up `:' to have
23291 word-constituent syntax.
23292
23293 2005-04-27 Lute Kamstra <lute@gnu.org>
23294
23295 * novice.el (disable-command): Don't add spurious newlines to the
23296 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
23297
23298 2005-04-26 Jay Belanger <belanger@truman.edu>
23299
23300 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23301 than one window before deleting window.
23302
23303 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
23304
23305 * shell.el (shell-prompt-pattern): Doc fix.
23306 (shell-mode): Set paragraph-separate buffer locally to "\\'".
23307
23308 * comint.el (comint-prompt-regexp, comint-get-old-input)
23309 (comint-use-prompt-regexp)
23310 (comint-use-prompt-regexp-instead-of-fields)
23311 (comint-replace-by-expanded-history, comint-send-input)
23312 (comint-output-filter, comint-get-old-input-default)
23313 (comint-line-beginning-position, comint-bol, comint-show-output)
23314 (comint-backward-matching-input, comint-forward-matching-input)
23315 (comint-next-prompt, comint-previous-prompt):
23316 Rename `comint-use-prompt-regexp-instead-of-fields' to
23317 `comint-use-prompt-regexp'. Keep old name as alias and declare
23318 obsolete.
23319 (comint-use-prompt-regexp): Shorten first line of doc string.
23320
23321 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23322 Set paragraph-separate buffer locally to "\\'".
23323
23324 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23325 Adapt to above name change.
23326
23327 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23328 (smbclient-prompt-regexp): Ditto.
23329
23330 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23331
23332 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
23333
23334 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23335 gdb-location-list.
23336 Break lines that are over 80 characters wide.
23337
23338 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
23339
23340 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23341 New fun and var, to preserve compatibility.
23342
23343 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23344
23345 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23346
23347 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23348 name to file-newer-than-file-p.
23349
23350 2005-04-26 Richard M. Stallman <rms@gnu.org>
23351
23352 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23353
23354 * progmodes/python.el (python-mode):
23355 Use new name eldoc-documentation-function.
23356
23357 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23358
23359 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23360 (eldoc-documentation-function):
23361 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23362
23363 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23364
23365 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23366
23367 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23368
23369 * term/xterm.el (function-key-map): Fix strings for
23370 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23371 {C,S,A,C-S}-{f1-f12}.
23372
23373 2005-04-26 Kenichi Handa <handa@m17n.org>
23374
23375 * international/mule-cmds.el (select-safe-coding-system):
23376 Fix previous change.
23377
23378 2005-04-26 Lute Kamstra <lute@gnu.org>
23379
23380 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23381
23382 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23383 (font-lock-comment-delimiter-face): Ditto.
23384
23385 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23386
23387 2005-04-25 Jay Belanger <belanger@truman.edu>
23388
23389 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23390 to t while inserting information; use help-mode.
23391
23392 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23393
23394 * term.el (ansi-term-color-vector): Use the xterm colors.
23395 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23396
23397 2005-04-25 Lute Kamstra <lute@gnu.org>
23398
23399 * font-core.el (font-lock-defaults): Fix docstring.
23400
23401 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23402
23403 2005-04-25 Kenichi Handa <handa@m17n.org>
23404
23405 * international/mule-cmds.el (select-safe-coding-system):
23406 Don't check consistency with coding: spec, etc if raw-text or
23407 no-conversion was found to be safe.
23408
23409 2005-04-24 Richard M. Stallman <rms@gnu.org>
23410
23411 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23412 citation markers at start of each line.
23413
23414 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23415 citation markers at start of each line.
23416
23417 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23418
23419 * files.el (mode-require-final-newline): Fix previous change.
23420 (require-final-newline): Fix type label.
23421
23422 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23423
23424 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23425 statement in buffer (broken by 2004-11-24 change).
23426
23427 2005-04-24 Kim F. Storm <storm@cua.dk>
23428
23429 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23430 and read-file-name-function values. Don't overwrite existing
23431 non-nil values if ido-mode is enabled without ido-everywhere.
23432
23433 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23434
23435 * files.el (mode-require-final-newline): Minor doc fix.
23436
23437 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23438
23439 * subr.el (syntax-after): Doc fix.
23440 (syntax-class): If argument is nil, return nil. Mask off upper 16
23441 bits, not 8 bits.
23442
23443 * files.el (mode-require-final-newline): Doc fix.
23444 (backup-buffer-copy): Fix last change.
23445
23446 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23447
23448 * term/mac-win.el: Require select. Set selection-coding-system to
23449 mac-system-coding-system. Call menu-bar-enable-clipboard.
23450 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23451 (x-select-enable-clipboard): New variables.
23452 (x-select-text, x-get-selection, x-selection-value)
23453 (x-get-selection-value, mac-select-convert-to-string)
23454 (mac-services-open-file, mac-services-open-selection)
23455 (mac-services-insert-text): New functions.
23456 (CLIPBOARD, FIND): Put mac-scrap-name property.
23457 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23458 (public.tiff): Put mac-ostype property.
23459 (selection-converter-alist): Add entries for them.
23460 (mac-application-menu-map): New keymap.
23461 (interprogram-cut-function, interprogram-paste-function): Set to
23462 x-select-text and x-get-selection-value, respectively.
23463 (split-window-keep-point): Set to t.
23464
23465 2005-04-23 Richard M. Stallman <rms@gnu.org>
23466
23467 * files.el (read-directory-name): Always pass non-nil
23468 DEFAULT-FILENAME arg to read-file-name.
23469 (backup-buffer-copy, basic-save-buffer-2): Take care against
23470 writing thru an unexpected existing symlink.
23471 (revert-buffer): In indirect buffer, revert the base buffer.
23472 (magic-mode-alist): Doc fix.
23473 (buffer-stale-function): Doc fix.
23474 (minibuffer-with-setup-hook): Avoid warning.
23475 (mode-require-final-newline): Doc and custom fix.
23476
23477 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23478
23479 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23480 use the default appearance.
23481 (font-lock-comment-delimiter-face): New face, new variable.
23482
23483 * imenu.el (imenu--generic-function): The official position of a
23484 definition is the start of the line that BEG is in.
23485
23486 * midnight.el (midnight-timer): Move defvar up.
23487
23488 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23489
23490 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23491
23492 * startup.el (command-line): Use with-no-warnings.
23493
23494 * window.el (window-size-fixed): New defvar.
23495
23496 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23497
23498 * mail/rmail.el (rmail-font-lock-keywords):
23499 Use font-lock-comment-delimiter-face.
23500
23501 * mail/sendmail.el (mail-font-lock-keywords):
23502 Use font-lock-comment-delimiter-face.
23503
23504 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23505
23506 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23507
23508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23509 Specify t for LAXMATCH when matching directories.
23510 Save match data around compilation-compat-error-properties form.
23511
23512 2005-04-23 David Kastrup <dak@gnu.org>
23513
23514 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23515 Mention that the autoloaded aliases should be kept for AUCTeX.
23516
23517 2005-04-23 Andreas Schwab <schwab@suse.de>
23518
23519 * isearch.el (isearch-forward): Doc fix.
23520
23521 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23522
23523 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23524 (jit-lock-stealth-nice): Change default value to 0.5.
23525
23526 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23527
23528 * abbrev.el (write-abbrev-file): Write table entries in
23529 alphabetical order by table name.
23530
23531 2005-04-22 Kim F. Storm <storm@cua.dk>
23532
23533 * ido.el (ido-read-internal): Fix `list' completion.
23534
23535 2005-04-22 Kenichi Handa <handa@m17n.org>
23536
23537 * recentf.el (recentf-save-file-coding-system): New variable.
23538 (recentf-save-list): Encode the file by
23539 recentf-save-file-coding-system and add coding: tag.
23540
23541 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23542
23543 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23544
23545 2005-04-21 Lute Kamstra <lute@gnu.org>
23546
23547 * loadhist.el (unload-feature): Don't remove a function from hooks
23548 if it is about to be restored to an autoload . Remove functions
23549 that will become unbound from auto-mode-alist. Simplify the code.
23550
23551 * subr.el (assq-delete-all): New implementation that is linear,
23552 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23553 (rassq-delete-all): New function.
23554
23555 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23556 Add size-indication-mode.
23557
23558 2005-04-21 Kenichi Handa <handa@m17n.org>
23559
23560 * international/mule-cmds.el: Add autoload for widget-value in
23561 eval-when-compile.
23562
23563 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23564
23565 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23566 Add tooltip-mode.
23567
23568 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23569
23570 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23571
23572 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23573 (inferior-lisp-filter-regexp, inferior-lisp-program)
23574 (inferior-lisp-load-command, inferior-lisp-prompt)
23575 (inferior-lisp-mode-hook, lisp-source-modes)
23576 (inferior-lisp-load-hook): defvar->defcustom.
23577 (inferior-lisp-program, inferior-lisp-prompt)
23578 (inferior-lisp-load-hook): Doc fixes.
23579 (inferior-lisp-install-letter-bindings): Small change in
23580 introductory comment.
23581
23582 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23583
23584 * vc.el (vc-annotate-color-map): Change some colors so that text
23585 using them as foreground is readable on both white and black
23586 backgrounds.
23587
23588 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23589
23590 * international/mule-conf.el (translation-table-for-input):
23591 Remove redundant declaration.
23592
23593 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23594
23595 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23596
23597 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23598 (tooltip-toggle-gud-tips): New function.
23599
23600 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23601
23602 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23603 right angle brackets.
23604
23605 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23606
23607 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23608
23609 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23610
23611 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23612 Remove. Update callers to use expand-file-name instead.
23613
23614 * subr.el (syntax-class): New function.
23615
23616 * simple.el (blink-matching-open): Use it.
23617
23618 * paren.el (show-paren-function): Use it to recognize parens that are
23619 also used in 2-char comment markers.
23620
23621 2005-04-19 Lute Kamstra <lute@gnu.org>
23622
23623 * loadhist.el (unload-feature): Update for new format of
23624 load-history. Simplify the code.
23625
23626 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23627
23628 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23629 (mac-add-charset-info): New function. Initialize variable
23630 mac-charset-info-alist using it.
23631 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23632 for translation.
23633 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23634 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23635 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23636 New CCL programs.
23637
23638 2005-04-19 Kim F. Storm <storm@cua.dk>
23639
23640 * simple.el (next-buffer, prev-buffer, next-error)
23641 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23642 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23643
23644 * bindings.el (next-buffer, prev-buffer, next-error)
23645 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23646 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23647 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23648 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23649
23650 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23651
23652 * isearch.el (isearch-edit-string): Make the search-ring available for
23653 minibuffer history commands.
23654 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23655 the default history commands now work just as well.
23656 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23657
23658 2005-04-18 Kim F. Storm <storm@cua.dk>
23659
23660 * emulation/cua-base.el (cua--pre-command-handler): Add more
23661 elaborate check for shift modifier on non-window systems.
23662
23663 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23664
23665 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23666
23667 2005-04-18 Kim F. Storm <storm@cua.dk>
23668
23669 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23670 and make it optional. Don't test tooltip-gud-echo-area here.
23671 (tooltip-gud-process-output, gdb-tooltip-print):
23672 Pass tooltip-gud-echo-area to tooltip-show.
23673 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23674
23675 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23676
23677 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23678 `display-graphic-p' may not be bound yet.
23679
23680 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23681
23682 * startup.el (command-line): No longer enable Xterm Mouse mode by
23683 default in terminals compatible with xterm.
23684
23685 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23686
23687 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23688
23689 * tooltip.el (tooltip-gud-echo-area): Rename from
23690 tooltip-use-echo-area.
23691 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23692 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23693 area independently of where help tooltips are displayed.
23694
23695 2005-04-17 David Kastrup <dak@gnu.org>
23696
23697 * cus-theme.el (custom-theme-write-variables): Quote variables
23698 where necessary.
23699
23700 2005-04-17 Richard M. Stallman <rms@gnu.org>
23701
23702 * simple.el (yank-excluded-properties): Add follow-link to value.
23703
23704 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23705
23706 * startup.el (fancy-splash-max-time): Just 30 seconds.
23707 (fancy-splash-delay): Just 7.
23708 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23709
23710 * loadhist.el (unload-feature): Update for new format of load-history.
23711 Simplify the code.
23712
23713 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23714 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23715
23716 * mail/sendmail.el (mail-font-lock-keywords):
23717 Don't fontify subject text.
23718 Don't fontify the text of a citation.
23719
23720 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23721
23722 * comint.el (comint-output-filter): Run comint-output-filter-functions
23723 with point where the user had it.
23724
23725 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23726
23727 * international/ucs-tables.el (ucs-set-table-for-input):
23728 Disable when using unify-on-decoding.
23729
23730 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23731
23732 * emulation/cua-base.el (cua-global-mark-face): Add special case
23733 for displays supporting a high number of colors.
23734
23735 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23736
23737 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23738
23739 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23740
23741 * filesets.el (filesets-add-buffer): If user supplies a name of a
23742 non-existing fileset, create a new fileset.
23743
23744 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23745
23746 * textmodes/org.el (org-up-heading-all): Fix bug with
23747 `outline-up-heading-all'.
23748
23749 2005-04-16 Andreas Schwab <schwab@suse.de>
23750
23751 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23752 /etc/permissions.d/* and /etc/aliases.d/*.
23753
23754 2005-04-16 Kenichi Handa <handa@m17n.org>
23755
23756 * international/code-pages.el (cp-make-coding-system):
23757 Set `translation-table-for-input' property value to the symbol
23758 ucs-mule-to-mule-unicode, not to that value.
23759 (pt154): Escape guillemet by `\'.
23760
23761 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23762
23763 * loadup.el: Load tooltip if x-show-tip is fboundp.
23764
23765 * startup.el (command-line): Add comment.
23766
23767 * tooltip.el (tooltip-mode): Specify correct standard value for
23768 Custom in init-value.
23769
23770 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23771
23772 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23773 possible.
23774
23775 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23776
23777 * textmodes/org.el (org-agenda-date-prompt): Rename from
23778 `org-agenda-date-today'.
23779 (org-evaluate-time-range): Insert at point instead of directly
23780 after time range.
23781 (org-first-headline-recenter, org-subtree-end-visible-p)
23782 (org-optimize-window-after-visibility-change): New functions
23783 (org-agenda-post-command-hook): Don't allow point at end of line,
23784 to make sure it always hits the text properties.
23785 (org-agenda-next-date-line, org-agenda-previous-date-line):
23786 New commands.
23787 (org-set-regexps-and-options): Category may contain white space.
23788 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23789 Improve marker positions.
23790 (org-agenda-new-marker): Argument POS made optional.
23791 (org-agenda-get-timestamps): Deadlines which are done are listed
23792 in org-done-face now.
23793 (org-agenda-get-todos, org-agenda-get-timestamps)
23794 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23795 Set `undone-face' and `done-face' properties.
23796 (org-last-todo-state-is-todo): New variable.
23797 (org-todo): Set `org-last-todo-state-is-todo'.
23798 (org-agenda-todo): Change face according to
23799 `org-last-todo-state-is-todo'. And change other lines referring to
23800 the same entry.
23801 (org-calendar-goto-agenda): New command.
23802 (org-calendar-to-agenda-key): New option.
23803 (org-startup-folded): New allowed value `content'.
23804 (org-set-regexps-and-options): Accept new value `content' for
23805 `org-startup-folded'.
23806 (org-get-current-options): Handle new value `content' for
23807 `org-startup-folded'.
23808 (org-insert-todo-heading): New command.
23809 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23810 interactively in empty file and option
23811 `org-insert-mode-line-in-empty-file' has been set.
23812 (org-agenda-todo, org-agenda-priority): Modify to use
23813 `org-agenda-change-all-lines'.
23814 (org-warning-face): Change color on dark background
23815
23816 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23817
23818 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23819 use preferences AppleLocale and AppleLanguages, and variable
23820 mac-system-locale for default locale. On Mac OS Classic, use
23821 mac-system-coding-system for default coding systems.
23822
23823 * term/mac-win.el: Don't set file-name-coding-system.
23824 Decode variables system-name, emacs-build-system, user-login-name, and
23825 user-full-name by mac-system-coding-system on Mac OS Classic.
23826 (mac-system-coding-system): New variable.
23827
23828 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23829
23830 * startup.el (command-line): Handle `xterm-mouse-mode' before
23831 reading init file.
23832
23833 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23834
23835 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23836
23837 * progmodes/sh-script.el (sh-here-document-word): Make it a
23838 defcustom. Doc fix.
23839 (sh-add): Bash uses $(( )) for arithmetic.
23840 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23841 (sh-maybe-here-document): Remove quotes and leading whitespace
23842 from heredoc word when closing. Indent heredoc with tabs if word
23843 starts with "-".
23844
23845 2005-04-13 Richard M. Stallman <rms@gnu.org>
23846
23847 * simple.el (undo): Fix previous change.
23848
23849 * custom.el (defface): Doc fix.
23850
23851 2005-04-13 Lute Kamstra <lute@gnu.org>
23852
23853 * Makefile.in (DONTCOMPILE): Remove list.
23854 (compile, compile-always): Don't use DONTCOMPILE.
23855 (update-authors): Load the library in which batch-update-authors
23856 is defined.
23857 * makefile.w32-in (DONTCOMPILE): Remove list.
23858 (compile, compile-always): Fix comments.
23859 (update-authors): Load the library in which batch-update-authors
23860 is defined.
23861
23862 * generic-x.el (generic-mode-ini-file-find-file-hook):
23863 Rename to ini-generic-mode-find-file-hook.
23864 Keep generic-mode-ini-file-find-file-hook as an alias.
23865 (ini-generic-mode-find-file-hook): Rename from
23866 generic-mode-ini-file-find-file-hook. Fix docstring.
23867 (ini-generic-mode): Docstring change.
23868 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23869
23870 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23871 called from lisp.
23872
23873 * generic.el: Move to the emacs-lisp subdir.
23874
23875 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23876
23877 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23878 and C-S- function and cursor motion keys.
23879
23880 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23881
23882 * startup.el (command-line): Enable Xterm Mouse mode by default.
23883 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23884 for Custom. No longer show "Mouse" in mode line when enabled.
23885 Doc fix.
23886
23887 2005-04-12 Kim F. Storm <storm@cua.dk>
23888
23889 * emulation/cua-base.el (cua-rectangle-face)
23890 (cua-rectangle-noselect-face): Define face attributes here.
23891
23892 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23893
23894 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23895
23896 * startup.el (command-line): Turn off blinking cursor if
23897 cursorBlink in resources is off or false.
23898
23899 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23900
23901 * term/mac-win.el (dnd): Require dnd.
23902 (mac-drag-n-drop): Call dnd-handle-one-url.
23903 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23904 (kTextEncodingISOLatin2): Remove constants.
23905 (mac-script-code-coding-systems): New constant.
23906 (mac-handle-language-change): New function.
23907 (special-event-map): Bind it to `language-change' event.
23908 (mac-centraleurroman, mac-cyrillic): New coding systems.
23909 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23910 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23911 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23912 encode-mac-cyrillic, respectively.
23913
23914 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23915
23916 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23917 Don't set overlay-arrow-string to "=>" as this is done
23918 globally in C now.
23919
23920 2005-04-12 Lute Kamstra <lute@gnu.org>
23921
23922 * generic-x.el (rc-generic-mode, rul-generic-mode):
23923 Fix auto-mode-alist entries.
23924 (etc-fstab-generic-mode): Tweak fontification.
23925
23926 * generic.el (generic-make-keywords-list): Fix docstring.
23927 (generic-mode-internal): Simplify generic-font-lock-keywords.
23928
23929 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23930
23931 * whitespace.el (whitespace-buffer-leading)
23932 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23933 However, fix the highlight area for the leading and
23934 trailing whitespaces to show space.
23935
23936 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23937
23938 * whitespace.el (whitespace-version): Bump to 3.5
23939
23940 (whitespace-buffer-leading, whitespace-buffer-trailing):
23941 Invert sense of the test to highlight the whitespace.
23942
23943 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23944
23945 * progmodes/gud.el (gud-display-line): GUD uses its own
23946 overlay arrow now so don't set overlay-arrow-string.
23947 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23948
23949 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23950
23951 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23952 (term-ansi-current-reverse, term-ansi-current-invisible)
23953 (term-ansi-face-already-done): Change to boolean.
23954 (term-reset-terminal, term-handle-colors-array): Handle the above
23955 vars accordingly.
23956 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23957 (term-emulate-terminal): Use the new name.
23958
23959 * faces.el (secondary-selection): Use yellow1, not yellow.
23960 (trailing-whitespace): Use red1, not red.
23961
23962 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23963
23964 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23965 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23966 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23967
23968 * cus-edit.el (dnd): New group.
23969
23970 * term/w32-win.el (dnd): Require dnd
23971 (w32-drag-n-drop): Call dnd-handle-one-url.
23972
23973 * x-dnd.el: Require dnd.
23974 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23975 Call dnd-handle-one-url.
23976 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23977 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23978 to dnd-insert-text.
23979 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23980 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23981 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23982 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23983
23984 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23985
23986 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23987
23988 * wdired.el: Doc fixes.
23989 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23990 (wdired-use-dired-vertical-movement): Rename from
23991 wdired-always-move-to-filename-beginning.
23992 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23993 (wdired-change-to-wdired-mode): Change mode name.
23994 (wdired-newline): Delete.
23995
23996 2005-04-11 Richard M. Stallman <rms@gnu.org>
23997
23998 * whitespace.el (whitespace-highlight-the-space):
23999 Don't call whitespace-unhighlight-the-space here.
24000
24001 * simple.el (undo): Record t in undo-equiv-table
24002 for the redo record made by an undo-in-region.
24003
24004 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24005
24006 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
24007 (gdb-frame-inferior-io-buffer): New Functions to control
24008 display of separate IO buffer.
24009 (menu): Add them to menu-bar.
24010 (gdb-display-buffer): Check for buffer another frame.
24011 Protect GUD buffer.
24012 (gdb-setup-windows): Create IO buffer if not already there.
24013 (gdb-memory-mode): Remove purecopy noops.
24014
24015 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24016
24017 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
24018 and pass to self-insert-command.
24019
24020 2005-04-11 Lute Kamstra <lute@gnu.org>
24021
24022 * generic.el: Commentary section cleanup.
24023 (generic): Delete.
24024 (generic-use-find-file-hook, generic-lines-to-scan)
24025 (generic-find-file-regexp, generic-ignore-files-regexp)
24026 (default-generic-mode, generic-mode-find-file-hook)
24027 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
24028 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
24029 (generic-use-find-file-hook, generic-lines-to-scan)
24030 (generic-find-file-regexp, generic-ignore-files-regexp)
24031 (default-generic-mode, generic-mode-find-file-hook)
24032 (generic-mode-ini-file-find-file-hook): Move from generic.el.
24033
24034 2005-04-10 Karl Fogel <kfogel@red-bean.com>
24035
24036 * bookmark.el (bookmark-write-file): Catch errors writing file.
24037 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
24038
24039 2005-04-10 Richard M. Stallman <rms@gnu.org>
24040
24041 * startup.el (fancy-splash-tail): Update copyright year.
24042 (command-line): Split part of -Q into -D.
24043 (emacs-basic-display): New defvar.
24044 (fancy-splash-text): Correct name of menu item.
24045
24046 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
24047
24048 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
24049 lines in one node.
24050
24051 * comint.el (comint-send-input): New arg ARTIFICIAL.
24052 Callers in this file changed.
24053
24054 * abbrev.el (define-abbrevs): Read system abbrevs properly.
24055
24056 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24057
24058 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
24059
24060 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
24061 `ldap-search-internal'.
24062
24063 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24064
24065 * files.el (set-auto-mode-1): Use line-end-position.
24066
24067 * international/latin-1.el:
24068 * international/latin-2.el:
24069 * international/latin-3.el:
24070 * international/latin-4.el:
24071 * international/latin-5.el:
24072 * international/latin-8.el:
24073 * international/latin-9.el: Give punctuation syntax to NBSP.
24074
24075 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
24076 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
24077 Use char-classes to accept non-ascii letters, accepted in some recent
24078 bibtex implementations.
24079
24080 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
24081
24082 * custom.el (custom-set-minor-mode): Any non-nil value for the
24083 variable should enable the mode when set through Custom.
24084
24085 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
24088 TAB binding so tab-always-indent is obeyed.
24089 (vhdl-minibuffer-local-map): Move initialization into declaration.
24090 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
24091 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24092 (vhdl-hooked-abbrev): Avoid test for XEmacs.
24093 (vhdl-current-line): Use line-beginning-position.
24094 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24095 with-output-to-temp-buffer, so the current position can be recorded.
24096
24097 2005-04-10 Masatake YAMATO <jet@gyve.org>
24098
24099 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24100 Add regexp for gcov.
24101
24102 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
24103
24104 * calendar/time-date.el (time-to-seconds, seconds-to-time)
24105 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24106 syntax which Emacs 20 doesn't support.
24107
24108 2005-04-09 Richard M. Stallman <rms@gnu.org>
24109
24110 * help.el (describe-key-briefly, describe-key):
24111 Replace strings as event types with "(any string)".
24112
24113 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
24114
24115 * arc-mode.el (archive-mode-map): Move initialization into
24116 the declaration. Override *all* bindings of `undo'.
24117 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24118
24119 2005-04-09 Jay Belanger <belanger@truman.edu>
24120
24121 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24122
24123 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
24124
24125 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24126 (xterm-register-default-colors): Update color values computation
24127 to match xterm-200.
24128
24129 2005-04-09 Kenichi Handa <handa@m17n.org>
24130
24131 * international/code-pages.el (iso-latin-7): Fix the map.
24132
24133 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24134
24135 * emacs-lisp/lisp.el (defun-prompt-regexp)
24136 (parens-require-spaces, buffer-end, end-of-defun)
24137 (insert-parentheses): Doc fixes.
24138
24139 2005-04-08 Kim F. Storm <storm@cua.dk>
24140
24141 * comint.el (comint-highlight-prompt): Fix face spec.
24142 * hi-lock.el (hi-green): Likewise.
24143
24144 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24145
24146 * cus-edit.el (custom-modified-face):
24147 * comint.el (comint-highlight-input): Fix previous changes.
24148 * term.el (term-handle-ansi-escape): Add a comment.
24149
24150 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24151
24152 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24153 in the buffer and in whitespace-highlighted-space.
24154 (whitespace-unhighlight-the-space): Simplify.
24155 (whitespace-buffer): Simplify.
24156
24157 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24158
24159 * textmodes/table.el (table-cell-face): Add special case for
24160 displays supporting a high number of colors.
24161 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24162 (vhdl-font-lock-reserved-words-face)
24163 (vhdl-speedbar-architecture-face)
24164 (vhdl-speedbar-instantiation-face)
24165 (vhdl-speedbar-architecture-selected-face)
24166 (vhdl-speedbar-instantiation-selected-face): Likewise.
24167 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24168 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24169 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24170 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24171 (ebrowse-progress-face): Likewise.
24172 * progmodes/compile.el (compilation-info-face): Likewise.
24173 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24174 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24175 * calendar/calendar.el (diary-face): Likewise.
24176 * woman.el (woman-italic-face, woman-bold-face)
24177 (woman-unknown-face): Likewise.
24178 * wid-edit.el (widget-button-pressed-face): Likewise.
24179 * whitespace.el (whitespace-highlight-face): Likewise.
24180 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24181 * pcvs-info.el (cvs-marked-face): Likewise.
24182 * info.el (info-xref): Likewise.
24183 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24184 * hilit-chg.el (highlight-changes-face)
24185 (highlight-changes-delete-face): Likewise.
24186 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24187 (hi-red-b): Likewise.
24188 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24189 * font-lock.el (font-lock-keyword-face)
24190 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24191 * cus-edit.el (custom-invalid-face, custom-modified-face)
24192 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24193 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24194 * comint.el (comint-highlight-prompt): Likewise.
24195
24196 2005-04-08 Lute Kamstra <lute@gnu.org>
24197
24198 * font-lock.el (font-lock-keywords): Docstring fixes.
24199
24200 2005-04-08 Kenichi Handa <handa@m17n.org>
24201
24202 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24203 chars are more than a limit, print " and more..." at the tail.
24204
24205 2005-04-08 Kim F. Storm <storm@cua.dk>
24206
24207 * emacs-lisp/authors.el (authors-aliases): Update list.
24208 (authors-ignored-files): New list.
24209 (authors-fixed-entries): Fix typo.
24210 (authors-renamed-files-alist): Update list.
24211 (authors-add): Check authors-ignored-files.
24212
24213 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24214
24215 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24216 optional, to ensure backward compatibility.
24217
24218 2005-04-08 Stephen Eglen <stephen@gnu.org>
24219
24220 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24221
24222 2005-04-08 Kim F. Storm <storm@cua.dk>
24223
24224 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24225
24226 * mouse.el (mouse-on-link-p): Doc fix.
24227
24228 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
24229
24230 * ielm.el (ielm-prompt-read-only): Doc fix.
24231
24232 * comint.el (comint-prompt-read-only): Doc fix.
24233
24234 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
24235
24236 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24237 ensure dired always handles wildcards passed to ffap.
24238 (find-file-at-point): Use it.
24239 (ffap-dired-wildcards): Doc fix.
24240
24241 2005-04-07 Juri Linkov <juri@jurta.org>
24242
24243 * simple.el (next-error-overlay-arrow-position): New defvar.
24244 Put "=>" on its property `overlay-arrow-string'. Add it to
24245 `overlay-arrow-variable-list'.
24246
24247 * progmodes/compile.el (compilation-setup):
24248 Set `next-error-overlay-arrow-position' to nil. Also set it to
24249 nil in the local hook `kill-buffer-hook'. Make local variable
24250 `overlay-arrow-string' and set it to "=>".
24251 (compilation-goto-locus): Set BOL position to
24252 `next-error-overlay-arrow-position' instead of
24253 `overlay-arrow-position'.
24254
24255 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24256 locally instead of adding it to the global hook.
24257 (Info-kill-buffer): Move up.
24258
24259 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
24260
24261 * term/xterm.el (xterm-standard-colors): Update color values from
24262 xterm-200.
24263
24264 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
24265
24266 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24267
24268 * fast-lock.el:
24269 * lazy-lock.el: Move them to the obsolete subdir.
24270
24271 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24272
24273 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24274 (wdired-add-replace-advice): Remove.
24275 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24276
24277 2005-04-06 Kim F. Storm <storm@cua.dk>
24278
24279 * startup.el (command-line): Add --bare-bones alias for -Q.
24280
24281 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24282
24283 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24284 create the startup fontset if a font specification ends with
24285 `mac-roman'.
24286
24287 2005-04-06 Lute Kamstra <lute@gnu.org>
24288
24289 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24290 change.
24291
24292 * emacs-lisp/copyright.el (copyright-update-year): Replace the
24293 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
24294
24295 2005-04-05 Lute Kamstra <lute@gnu.org>
24296
24297 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24298 (define-generic-mode): Ditto. Fix debug declaration.
24299
24300 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24301 Put them in the generic-x group.
24302
24303 * calendar/timeclock.el (timeclock): Doc fix.
24304
24305 * generic.el (define-generic-mode): Don't use custom-current-group.
24306 Document default :group value.
24307 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24308 (define-global-minor-mode): Don't use custom-current-group.
24309
24310 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
24311
24312 * startup.el (command-line-1): Display startup-echo-area-message
24313 when fancy splash screen is in use.
24314
24315 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24316 (sh-escaped-newline): New face.
24317 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24318 newline, and use sh-escaped-newline face.
24319
24320 * progmodes/tcl.el (tcl-escaped-newline): New face.
24321 (tcl-builtin-list): New variable.
24322 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24323 newlines. Fix keywords subexpression number.
24324
24325 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
24326
24327 * textmodes/org.el (org-diary-default-entry): Fix call to
24328 `add-to-diary-entry'.
24329
24330 2005-04-05 Kim F. Storm <storm@cua.dk>
24331
24332 * ediff-init.el: Use (featurep 'xemacs).
24333
24334 2005-04-05 David Ponce <david@dponce.com>
24335
24336 * cus-edit.el (face): Derive from symbol widget. Display sample
24337 of the current face on the fly.
24338 (widget-face-sample-face-get, widget-face-notify): New functions.
24339 (widget-face-value-create): Remove.
24340
24341 * wid-edit.el (widget-field-end): Temporarily remove field
24342 narrowing before to call `get-char-property'.
24343
24344 2005-04-04 Jay Belanger <belanger@truman.edu>
24345
24346 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24347 (math-read-subscripts): New variable.
24348 (math-read-preprocess-string): Process subscripts.
24349
24350 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24351
24352 * comint.el (comint-prompt-read-only): Doc fix.
24353
24354 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24355 `-1'. Doc fix.
24356
24357 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24358
24359 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24360 Change default value to nil.
24361
24362 2005-04-04 Lute Kamstra <lute@gnu.org>
24363
24364 * autorevert.el (auto-revert-mode): Specify :group.
24365 * battery.el (display-battery-mode): Specify :group.
24366 * diff-mode.el (diff-minor-mode): Specify :group.
24367 * font-core.el (font-lock-mode): Specify :group.
24368 * hl-line.el (hl-line-mode): Specify :group.
24369 * iimage.el (iimage): New customization group.
24370 (iimage-mode): Specify :group.
24371 * longlines.el (longlines-mode): Specify :group.
24372 * master.el: Don't require easy-mmode.
24373 (master): New customization group.
24374 (master-mode): Specify :group.
24375 * msb.el (msb-mode): Specify :group.
24376 * reveal.el (reveal-mode): Specify :group.
24377 * simple.el (next-error-follow-minor-mode): Specify :group.
24378 * smerge-mode.el (smerge-mode): Specify :group.
24379 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24380 * emulation/cua-base.el (cua-mode): Specify :group.
24381 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24382 * language/thai-util.el (thai-auto-composition-mode)
24383 (thai-word-mode): Specify :group.
24384 * mail/supercite.el (sc-minor-mode): Specify :group.
24385 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24386 * progmodes/flymake.el (flymake-mode): Specify :group.
24387 * progmodes/glasses.el (glasses-mode): Specify :group.
24388 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24389 * textmodes/enriched.el (enriched-mode): Specify :group.
24390 * textmodes/refill.el (refill-mode): Specify :group.
24391
24392 * add-log.el (change-log-font-lock-keywords): Names in
24393 parenthesized lists can contain spaces.
24394
24395 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24396
24397 * startup.el (fancy-splash-text): Shorten default text of
24398 "Emacs Tutorial" line. Also, if the current language env
24399 indicates an available tutorial file other than TUTORIAL,
24400 extract its title and append it to the line in parentheses.
24401 (fancy-splash-insert): If arg is a thunk, funcall it.
24402
24403 2005-04-04 Jay Belanger <belanger@truman.edu>
24404
24405 * calc.el (calc-language-alist): Add tags to customization type.
24406
24407 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24408
24409 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24410 Doc fix.
24411
24412 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24413
24414 * add-log.el (change-log-font-lock-keywords): The manual
24415 describing a Change Log entry, says: (...) "Aside from these
24416 header lines, every line in the change log starts with a space or
24417 a tab.". The font-lock was not highlighting lines started with
24418 spaces, added support for it.
24419
24420 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24421
24422 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24423 (bibtex-generate-url-list): Update docstring accordingly. Put the
24424 complex example in the docstring.
24425 (bibtex-font-lock-url): Use pop.
24426
24427 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24430
24431 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24432
24433 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24434
24435 * filesets.el (filesets-set-default): Doc fix.
24436
24437 2005-04-03 Lute Kamstra <lute@gnu.org>
24438
24439 * generic.el (define-generic-mode): Add argument to specify
24440 keywords for defcustom.
24441 (default-generic-mode): Specify :group.
24442
24443 * generic-x.el: Specify :group for all generic modes.
24444
24445 * desktop.el (desktop-no-desktop-file-hook)
24446 (desktop-after-read-hook): Doc fix.
24447
24448 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24449
24450 * simple.el (visible-mode): Use explicit :group keyword.
24451 This changes the group of `visible-mode-hook' from paren-blinking
24452 to editing-basics.
24453
24454 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24455
24456 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24457 mailbox specifications as well as URLs.
24458 (rmail-insert-inbox-text): Remove unused conditional branches.
24459
24460 2005-04-01 Jay Belanger <belanger@truman.edu>
24461
24462 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24463 (calc-gnuplot-print-command): Move definitions to calc.el.
24464
24465 * calc/calc-embed.el (calc-embedded-announce-formula)
24466 (calc-embedded-open-formula, calc-embedded-close-formula)
24467 (calc-embedded-open-word, calc-embedded-close-word)
24468 (calc-embedded-open-plain, calc-embedded-close-plain)
24469 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24470 (calc-embedded-open-mode, calc-embedded-close-mode):
24471 Move definitions to calc.el.
24472
24473 * calc/calc.el (calc-settings-file, calc-language-alist):
24474 Make customizable.
24475 (calc-embedded-announce-formula, calc-embedded-open-formula)
24476 (calc-embedded-close-formula, calc-embedded-open-word)
24477 (calc-embedded-close-word, calc-embedded-open-plain)
24478 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24479 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24480 (calc-embedded-close-mode, calc-gnuplot-name)
24481 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24482 from other files and make customizable.
24483
24484 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24487 Use buffer-live-p.
24488 (cvs-mode-run): Don't call cvs-update-header here.
24489 (cvs-run-process): Call cvs-update-header.
24490 Use process properties for cvs-postprocess and cvs-buffer so that
24491 the sentinel can behave better if the temp buffer is killed.
24492 Use a pipe rather than a tty, to better handle unexpected prompts.
24493 (cvs-sentinel): Rewrite. Call cvs-update-header.
24494
24495 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24496
24497 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24498 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24499
24500 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24501
24502 * generic.el (define-generic-mode): Add indentation rule.
24503
24504 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24505
24506 * files.el (mode-require-final-newline): Make Custom correctly
24507 report a nil value and allow to set it to nil via Custom.
24508 Doc fix.
24509
24510 2005-04-01 Kenichi Handa <handa@m17n.org>
24511
24512 * international/characters.el: Enable the correct case setting for
24513 dotless-i and dotted-I.
24514
24515 2005-04-01 Kim F. Storm <storm@cua.dk>
24516
24517 * ido.el (ido-file-internal): Fall back to non-ido command if
24518 initial directory is on slow ftp (or tramp) host.
24519
24520 2005-03-31 Richard M. Stallman <rms@gnu.org>
24521
24522 * emacs-lisp/autoload.el (make-autoload):
24523 Handle define-global-minor-mode.
24524
24525 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24526 Rename from easy-mmode-define-global-mode.
24527 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24528
24529 * progmodes/scheme.el (scheme-mode-syntax-table):
24530 Update syntax of | and # for two-character comment syntax.
24531
24532 2005-03-31 Lute Kamstra <lute@gnu.org>
24533
24534 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24535 (define-minor-mode): Call custom-current-group at load-time.
24536
24537 * generic.el (define-generic-mode): Add debug declaration.
24538 Add defcustom for the mode hook.
24539 (generic-mode-internal): Use run-mode-hooks.
24540
24541 2005-03-31 Kim F. Storm <storm@cua.dk>
24542
24543 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24544 (mouse-fixup-help-message): New defun called by show_help_echo
24545 to fixup mouse-2 prefix in help messages when applicable.
24546
24547 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24548
24549 2005-03-31 Kenichi Handa <handa@m17n.org>
24550
24551 * language/thai-word.el (thai-find-word-ends): Pay attention to
24552 the case that we reach the end of buffer.
24553
24554 * textmodes/fill.el (fill-text-properties-at): New function.
24555 (fill-newline): Use fill-text-properties-at instead of
24556 text-properties-at.
24557
24558 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24559
24560 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24561 not comint-quote-filename.
24562
24563 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24564
24565 * help-fns.el (help-with-tutorial): Revert last change.
24566
24567 2005-03-31 Kim F. Storm <storm@cua.dk>
24568
24569 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24570
24571 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24572
24573 * calendar/cal-china.el: Update reference to "Calendrical
24574 Calculations" book; there's a new edition.
24575 * calendar/cal-coptic.el: Likewise.
24576 * calendar/cal-french.el: Likewise.
24577 * calendar/cal-hebrew.el: Likewise.
24578 * calendar/cal-islam.el: Likewise.
24579 * calendar/cal-iso.el: Likewise.
24580 * calendar/cal-julian.el: Likewise.
24581 * calendar/cal-mayan.el: Likewise.
24582 * calendar/cal-persia.el: Likewise.
24583 * calendar/calendar.el: Likewise.
24584 * calendar/holidays.el: Likewise.
24585 * calendar/lunar.el: Likewise.
24586 * calendar/solar.el: Likewise.
24587
24588 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24589 white space from doc string.
24590
24591 2005-03-30 Jay Belanger <belanger@truman.edu>
24592
24593 * calc/calc-help.el (calc-full-help): Remove email address.
24594
24595 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24596
24597 * help-fns.el (help-with-tutorial): Delete title line.
24598
24599 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24600
24601 * calendar/cal-x.el (calendar-one-frame-setup)
24602 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24603 rather than `symbol' for set-window-dedicated-p.
24604
24605 * calendar/appt.el (appt-buffer-name): Make it a constant.
24606 (appt-add): Doc fix.
24607
24608 * filesets.el (filesets-menu-path, filesets-menu-before)
24609 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24610 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24611 (filesets-add-submenu): Delete and use add-submenu instead.
24612
24613 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24614
24615 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24616 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24617 (org-diary-default-entry): New function.
24618 (org-get-entries-from-diary): Better parsing of diary entries.
24619 (org-agenda-check-no-diary): New function.
24620 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24621 linking to diary entries.
24622 (org-agenda-execute-calendar-command): New function.
24623 (org-agenda): Improve visible section in window.
24624 Use `org-fit-agenda-window'.
24625 (org-fit-agenda-window): New option.
24626 (org-move-subtree-down): Better handling of empty lines
24627 at end of subtree.
24628 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24629 levels up.
24630 (org-fontify-done-headline): New option.
24631 (org-headline-done-face): New face.
24632 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24633 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24634 When current field is non-empty, it is copied to next row.
24635 (org-table-copy-from-above): Fix bug which made it
24636 impossible to copy fields containing only a single non-white character.
24637
24638 2005-03-30 Kim F. Storm <storm@cua.dk>
24639
24640 * kmacro.el (kmacro-end-macro): Isearch may store this command
24641 into the macro -- so ignore it when executing keyboard macro.
24642
24643 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24644
24645 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24646
24647 2005-03-29 Kenichi Handa <handa@m17n.org>
24648
24649 * language/thai.el ("Thai"): Set setup-function and exit-function
24650 for Thai language environment.
24651
24652 * language/thai-util.el: Require thai-word.
24653 (thai-word-mode-map): New variable.
24654 (thai-word-mode): New minor mode.
24655 (setup-thai-language-environment-internal): New function.
24656 (exit-thai-language-environment-internal): New function.
24657
24658 * language/thai-word.el (thai-word-table): Declare it by defvar,
24659 use dolist to initialize it.
24660 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24661 (thai-fill-find-break-point): New functions.
24662
24663 2005-03-29 Richard M. Stallman <rms@gnu.org>
24664
24665 * simple.el (idle-update-delay): Move definition up.
24666 (set-mark): Doc fix.
24667
24668 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24669
24670 * longlines.el: New file.
24671
24672 * simple.el (buffer-substring-filters): New variable.
24673 (filter-buffer-substring): New function.
24674 (kill-region, copy-region-as-kill): Use it.
24675
24676 * register.el (copy-to-register, append-to-register)
24677 (prepend-to-register): Use filter-buffer-substring.
24678
24679 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24680
24681 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24682 (gud-filter-pending-text): Move in front of gdb.
24683 (gud-overlay-arrow-position): New variable.
24684 (gud-sentinel, gud-display-line): Use it in place of
24685 overlay-arrow-position.
24686
24687 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24688
24689 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24690 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24691 (fortran-font-lock-keywords-4): New variable.
24692 (fortran-blocks-re, fortran-end-block-re)
24693 (fortran-start-block-re): New constants, for hideshow.
24694 (hs-special-modes-alist): Add a Fortran entry.
24695 (fortran-mode-map): Bind fortran-end-of-block,
24696 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24697 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24698 (fortran-looking-at-if-then, fortran-end-of-block)
24699 (fortran-beginning-of-block): New functions, for hideshow.
24700
24701 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24702 Doc fix. Tweak regexp.
24703 (f90-beginning-of-block): Push mark first.
24704
24705 2005-03-29 Jay Belanger <belanger@truman.edu>
24706
24707 * calc/calc.el: Update copyright date.
24708 (calc-version): Increase to 2.1.
24709 (calc-version-date): Remove.
24710
24711 * calc/calc-help.el: Update copyright date.
24712 (calc-full-help): Remove reference to calc-version-date.
24713 Update copyright date.
24714
24715 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24716
24717 * vc.el (vc-do-command): Use a pipe for async processes, so password
24718 prompts don't show up at places where the user can't reply.
24719
24720 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24721
24722 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24723 on the file name we pass to the inferior shell.
24724
24725 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24726
24727 * progmodes/which-func.el (which-function): Be robust in the face of an
24728 imenu--make-index-alist failure.
24729
24730 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24731
24732 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24733
24734 * progmodes/python.el (python-preoutput-filter): Fix last change.
24735
24736 2005-03-29 Lute Kamstra <lute@gnu.org>
24737
24738 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24739 functions and compiled macros.
24740 (debug-convert-byte-code): Handle macros too.
24741 (debug-on-entry-1): Don't signal an error when trying to clear a
24742 function that is not set to debug on entry.
24743
24744 2005-03-29 Jay Belanger <belanger@truman.edu>
24745
24746 * calc/calc-lang.el: Add functions to math-function-table
24747 properties of tex and math.
24748
24749 2005-03-29 Kenichi Handa <handa@m17n.org>
24750
24751 * ps-mule.el (ps-mule-plot-string): Translate characters by
24752 ps-print-translation-table.
24753 (ps-mule-begin-job): Call find-charset-region/string with
24754 ps-print-translation-table.
24755 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24756
24757 * ps-print.el (ps-print-translation-table): New variable.
24758 (ps-plot-region): Translate characters by ps-print-translation-table.
24759
24760 2005-03-29 Juri Linkov <juri@jurta.org>
24761
24762 * simple.el (next-error-highlight-timer): New variable.
24763
24764 * progmodes/compile.el (compilation-goto-locus):
24765 Use `next-error-highlight-timer' instead of `sit-for'.
24766
24767 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24768
24769 * mail/supercite.el (sc-mail-field): Use assoc-string.
24770 (sc-get-address): Simplify regexps.
24771
24772 * files.el (minibuffer-with-setup-hook): New macro.
24773 (find-file-read-args): Use it to avoid let-binding
24774 minibuffer-with-setup-hook (which breaks turning on/off
24775 file-name-shadow-mode while in the prompt).
24776
24777 * complete.el (PC-read-include-file-name-internal):
24778 Use test-completion.
24779
24780 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24781
24782 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24783
24784 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24785
24786 * window.el (window-buffer-height): Use count-screen-lines.
24787
24788 * progmodes/python.el (python-preoutput-leftover): New var.
24789 (python-preoutput-filter): Use it.
24790 (python-send-receive): Loop until all the result has been received.
24791
24792 2005-03-28 Juri Linkov <juri@jurta.org>
24793
24794 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24795
24796 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24797 "Recover Crashed Session".
24798 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24799 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24800 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24801 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24802 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24803 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24804 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24805 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24806
24807 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24808 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24809 Ediff Sessions", "Toggle use of separate control buffer frame",
24810 "Use separate frame for Ediff control buffer".
24811
24812 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24813 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24814 "Rename Bookmark", "Delete Bookmark".
24815
24816 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24817 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24818 Add `:active Info-index-alternatives' to "Next Matching Item".
24819
24820 * wdired.el (wdired-change-to-wdired-mode):
24821 Mention `wdired-abort-changes' key in the initial message.
24822
24823 * international/mule.el (auto-coding-alist): Associate non-ascii
24824 image filename extensions with `no-conversion'.
24825
24826 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24827
24828 * international/iso-acc.el:
24829 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24830
24831 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24832
24833 * textmodes/sgml-mode.el (html-mode): Doc update.
24834
24835 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24836
24837 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24838
24839 * term.el (term-move-columns): Fix face after extending a line.
24840 (term-insert-spaces): Likewise.
24841 (term-reset-terminal): Fix off by one error.
24842
24843 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24844
24845 * international/mule.el (auto-coding-alist): Add .xpi files.
24846
24847 * files.el (auto-mode-alist): Add .xpi files.
24848
24849 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24850
24851 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24852
24853 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24854
24855 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24856
24857 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24858
24859 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24860 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24861
24862 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24863 cursor to Jan 1 when needed.
24864 (calendar-end-of-year): Fix -/+ typo.
24865 Reported by Chong Yidong <cyd@stupidchicken.com>.
24866
24867 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24868
24869 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24870
24871 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24872 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24873
24874 2005-03-25 Richard M. Stallman <rms@gnu.org>
24875
24876 * filesets.el (filesets-init): Add autoload.
24877
24878 * mail/mailalias.el (mail-directory): Doc fix.
24879
24880 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24881
24882 * mail/mailalias.el (mail-directory-process): Do nothing if
24883 mail-directory-process is an atom.
24884 (mail-get-names): Ignore mail-directory-names if it is an atom.
24885 (mail-directory-process defvar): Doc fix.
24886 (mail-names): Doc fix.
24887
24888 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24889
24890 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24891
24892 2005-03-26 Kenichi Handa <handa@m17n.org>
24893
24894 * international/mule-util.el (detect-coding-with-priority):
24895 Call update-coding-systems-internal before detect-coding-region.
24896
24897 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24898
24899 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24900 (gdb-frames-mode-map): Add follow-link property.
24901
24902 2005-03-25 Jay Belanger <belanger@truman.edu>
24903
24904 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24905 for variables.
24906
24907 2005-03-25 Juri Linkov <juri@jurta.org>
24908
24909 * image-mode.el: Optimize image filename extension regexps in
24910 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24911 in `auto-mode-alist'.
24912 (image-mode): Add `image-toggle-display-text' to local hook
24913 `change-major-mode-hook'. Display the image as an image by
24914 default. Set `cursor-type' and `truncate-lines' if the image
24915 is already displayed. Take into account the current mode (image
24916 or text) in message.
24917 (image-minor-mode): New minor mode.
24918 (image-mode-maybe, image-toggle-display-text): New functions.
24919 (image-toggle-display): Use called-interactively-p.
24920 Let-bind `inhibit-read-only' to t.
24921
24922 * image-mode.el (image-minor-mode): Set `cursor-type' and
24923 `truncate-lines' if the image is already displayed. Add turning
24924 image-minor-mode off to `change-major-mode-hook'. Add message.
24925 Call `image-toggle-display-text' after turning image-minor-mode off.
24926
24927 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24928
24929 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24930 Terminal.app, use utf-8.
24931 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24932 (set-locale-environment): Use it.
24933
24934 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24935
24936 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24937
24938 * progmodes/python.el (python-close-block-statement-p)
24939 (python-outdent-p, python-current-defun): Use symbol-end.
24940
24941 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24942
24943 * files.el (save-some-buffers): Doc fix.
24944
24945 2005-03-25 Werner Lemberg <wl@gnu.org>
24946
24947 * complete.el, thumbs.el: Replace `legal' with `valid'.
24948 * calendar/calendar.el: Replace `legal' with `valid'.
24949 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24950 * mail/supercite.el: Replace `legal' with `valid'.
24951 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24952 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24953 Replace `legal' with `valid'.
24954 * textmodes/reftex-vars.el, textmodes/reftex.el:
24955 Replace `legal' with `valid'.
24956
24957 2005-03-25 Werner Lemberg <wl@gnu.org>
24958
24959 * calc/calc-forms.el, calc/calc-sel.el
24960 * midnight.el, vc-cvs.el
24961 * emacs-lisp/cl-macs.el
24962 * emulation/vip.el
24963 * eshell/esh-io.el, eshell/esh-var.el
24964 * mail/supercite.el
24965 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24966 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24967 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24968 * progmodes/sh-script.el, progmodes/xscheme.el
24969 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24970 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24971 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24972 * textmodes/reftex.el, textmodes/org.el:
24973 Replace `illegal' with `invalid'.
24974
24975 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24976
24977 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24978 (flymake-find-buildfile, flymake-find-possible-master-files)
24979 (flymake-check-include, flymake-parse-line): Replace loops over the
24980 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24981
24982 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24983 Substitute file-name-as-directory in the rest of the file.
24984 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24985 (flymake-replace-region): Remove unused arg `buffer'.
24986 (flymake-check-patch-master-file-buffer): Update calls to it.
24987 (flymake-add-err-info): Remove unused var `count'.
24988 (flymake-mode): Use define-minor-mode.
24989
24990 * progmodes/flymake.el: Use with-current-buffer.
24991 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24992 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24993 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24994 Avoid testing for `xemacs'.
24995 (flymake-nop): Move.
24996 (flymake-region-has-flymake-overlays): Return the computed value.
24997 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24998 Remove unused var `endline'.
24999 (flymake-get-line-count): Remove unused function.
25000 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
25001
25002 * emulation/vi.el:
25003 * generic.el:
25004 * hilit-chg.el (global-highlight-changes):
25005 * hi-lock.el (hi-lock-mode):
25006 * follow.el: find-file-hooks -> find-file-hook.
25007
25008 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
25009
25010 2005-03-24 Juri Linkov <juri@jurta.org>
25011
25012 * dired.el (dired-mode-map): Add menu item "Compare directories"
25013 for dired-compare-directories.
25014
25015 * dired-aux.el (dired-compare-directories): Add autoload cookie.
25016 Doc fix. Replace `read-file-name' with `read-directory-name'.
25017
25018 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25019
25020 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
25021
25022 2005-03-24 Jay Belanger <belanger@truman.edu>
25023
25024 * calc/calc-embed.el (calc-embedded-mode-change): Save all
25025 relevant mode settings in calc-embedded-original-modes when modes
25026 are permanently changed.
25027
25028 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25029
25030 * autoinsert.el: find-file-hooks -> find-file-hook.
25031
25032 2005-03-24 Lute Kamstra <lute@gnu.org>
25033
25034 * generic.el (generic-font-lock-defaults): Make it obsolete.
25035 (generic-font-lock-keywords): New variable to replace
25036 generic-font-lock-defaults.
25037 (generic-mode-set-font-lock): Delete it.
25038 (generic-mode-internal): Don't call generic-mode-set-font-lock.
25039 (generic-bracket-support): Add docstring.
25040
25041 * generic-x.el: Rename generic-font-lock-defaults to
25042 generic-font-lock-keywords throughout.
25043 (mailagent-rules-setup-function): Delete it.
25044 (mailagent-rules-generic-mode): Use anonymous function instead.
25045 (show-tabs-generic-mode-font-lock-defaults-1)
25046 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
25047 Quote faces.
25048 (show-tabs-tab-face, show-tabs-space-face): Specify background,
25049 not foreground.
25050
25051 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
25052 Recognize define-generic-mode.
25053
25054 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
25055
25056 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
25057 if there's no completion table.
25058
25059 2005-03-23 Miles Bader <miles@gnu.org>
25060
25061 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25062 Remove tty-specific variants, as they're no longer needed.
25063
25064 2005-03-23 Lute Kamstra <lute@gnu.org>
25065
25066 * generic-x.el: Code cleanup: make args constant whenever possible.
25067 (installshield-statement-keyword-list)
25068 (installshield-system-functions-list)
25069 (installshield-system-variables-list, installshield-types-list)
25070 (installshield-funarg-constants-list): Make them constants.
25071
25072 * generic.el (generic-make-keywords-list): Add autoload cookie.
25073
25074 * calendar/time-date.el: Add comment on time value formats.
25075 Don't require parse-time.
25076 (with-decoded-time-value): New macro.
25077 (encode-time-value): New function.
25078 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
25079 (days-to-time): Return a valid time value when arg is huge.
25080 (time-since): Use time-subtract.
25081 (time-to-number-of-days): Use time-to-seconds.
25082
25083 2005-03-23 David Ponce <david@dponce.com>
25084
25085 * recentf.el (recentf-keep): New option.
25086 (recentf-menu-action): Default to `find-file'.
25087 (recentf-keep-non-readable-files-flag)
25088 (recentf-keep-non-readable-files-p)
25089 (recentf-file-readable-p, recentf-find-file)
25090 (recentf-cleanup-remote): Remove.
25091 (recentf-include-p): More robust.
25092 (recentf-keep-p): New function.
25093 (recentf-remove-if-non-kept): Rename from
25094 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
25095 All callers updated.
25096 (recentf-menu-items-for-commands): Fix help string.
25097 (recentf-track-closed-file): Update. Doc fix.
25098 (recentf-cleanup): Update. Count removed files. Doc fix.
25099
25100 2005-03-23 Kim F. Storm <storm@cua.dk>
25101
25102 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25103 Don't inherit from fringe face (now happens automatically).
25104
25105 2005-03-22 Kim F. Storm <storm@cua.dk>
25106
25107 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25108 position values.
25109
25110 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
25111
25112 * menu-bar.el (showhide-date-time): Remove.
25113 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25114 (menu-bar-make-mm-toggle): Simplify.
25115
25116 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25117
25118 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25119 Accept qualified variable and function names.
25120
25121 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
25122
25123 * bindings.el (completion-ignored-extensions):
25124 Remove ".lis" for `vax-vms'.
25125
25126 2005-03-22 Andreas Schwab <schwab@suse.de>
25127
25128 * generic-x.el: Revert last change.
25129 * ldefs-boot.el: Update.
25130
25131 2005-03-22 Jay Belanger <belanger@truman.edu>
25132
25133 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25134 (calc-embedded-save-original-modes)
25135 (calc-embedded-restore-original-modes): New functions.
25136 (calc-do-embedded): Save original modes when entering embedded mode
25137 and restore when leaving embedded mode.
25138 (calc-embedded-modes-change): Change the value of
25139 calc-embedded-original-modes to reflect permanent changes.
25140
25141 2005-03-22 Lute Kamstra <lute@gnu.org>
25142
25143 * generic-x.el: Require generic again.
25144
25145 2005-03-22 Miles Bader <miles@gnu.org>
25146
25147 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25148 Tweak details to look good on both ttys and bitmap displays, light
25149 or dark background, etc.
25150
25151 2005-03-21 Kim F. Storm <storm@cua.dk>
25152
25153 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25154 mouse position.
25155
25156 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25157
25158 * icomplete.el: Don't forcibly turn on the mode upon load.
25159 (icomplete-mode): Use define-minor-mode.
25160 (icomplete-eoinput): Default to nil.
25161 (icomplete-minibuffer-setup): Remove autoload.
25162 (icomplete-tidy): Simplify.
25163 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25164 in the initial state or if the user has modified the field.
25165 Fix handling of icomplete-max-delay-chars.
25166 Remove code that handles the oddball case where
25167 minibuffer-completion-table is an integer.
25168 Wrap icomplete-completions in while-no-input in case building
25169 completions takes more time than expected.
25170 (icomplete-completions): Simplify.
25171
25172 2005-03-21 Richard M. Stallman <rms@gnu.org>
25173
25174 * jka-compr.el (jka-compr-really-do-compress):
25175 Make variable buffer-local.
25176
25177 * image-mode.el: Handle .xpm files too.
25178 (image-toggle-display): Preserve modification flag.
25179
25180 * help.el (where-is): Don't mention aliases with no key bindings.
25181
25182 2005-03-21 Lute Kamstra <lute@gnu.org>
25183
25184 * generic.el: Fix commentary section. Don't require cl for
25185 compilation.
25186 (generic-mode-list): Add autoload cookie.
25187 (generic-use-find-file-hook, generic-lines-to-scan)
25188 (generic-find-file-regexp, generic-ignore-files-regexp)
25189 (generic-mode, generic-mode-find-file-hook)
25190 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25191 (define-generic-mode): Make it a defmacro. Fix docstring.
25192 (generic-mode-internal): Code cleanup. Add autoload cookie.
25193 (generic-mode-set-comments): Code cleanup.
25194 * generic-x.el: Don't prevent compilation. Don't require generic.
25195 Follow coding conventions. Minor code cleanup.
25196 (etc-fstab-generic-mode): Add some keywords.
25197 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25198 define-generic-mode like a function declaration.
25199
25200 2005-03-21 Jay Belanger <belanger@truman.edu>
25201
25202 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25203 changing modes.
25204
25205 2005-03-21 Sam Steingold <sds@gnu.org>
25206
25207 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25208
25209 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25210
25211 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25212 Add underscore to "f$ lexicals" regexp.
25213
25214 2005-03-20 Juri Linkov <juri@jurta.org>
25215
25216 * subr.el (progress-reporter-do-update): When `min-value' is equal
25217 to `max-value', set `percentage' to 0 and prevent division by zero.
25218
25219 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
25220
25221 Sync with Tramp 2.0.48.
25222
25223 * net/tramp.el (all): Change all addresses to .gnu.org.
25224 (tramp-append-tramp-buffers): New defun.
25225 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25226 Catch `dont-send' signal.
25227 (tramp-set-auto-save-file-modes): Set always permissions, because
25228 there might be an old auto-saved file belonging to another
25229 original file. This could be a security threat. Reported by
25230 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25231 Check for Emacs 21.3.50 removed.
25232
25233 * net/tramp-smb.el (all): Remove debug construct for
25234 `with-parsed-tramp-file-name'.
25235 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25236 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25237 No error message if DIRECTORY or FILENAME doesn't exist.
25238 (tramp-smb-open-connection): Check existence of
25239 `tramp-smb-program'.
25240
25241 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25244 Properly handle the case where the `m' or `s' command's argument is not
25245 yet terminated.
25246 (perl-indent-new-calculate): New function.
25247 (perl-indent-line): Use it.
25248
25249 2005-03-20 Miles Bader <miles@gnu.org>
25250
25251 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25252 in text-mode too. Change to new face names.
25253 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25254 Add `:weight bold' attribute.
25255 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25256
25257 2005-03-19 Juri Linkov <juri@jurta.org>
25258
25259 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
25260
25261 * international/mule.el (auto-coding-alist): Sync with
25262 `auto-mode-alist' by adding upper case archive file extensions
25263 and adding ear/war to jar extension.
25264
25265 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
25266
25267 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25268 running, restart it.
25269
25270 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
25271
25272 * finder.el (finder-current-item): Throw an error on an empty line.
25273
25274 * man.el (Man-follow-manual-reference): If current-word returns
25275 nil, use "".
25276
25277 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
25278
25279 * simple.el (goto-line): Doc fix.
25280
25281 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
25282
25283 * files.el (save-buffer): Doc fix.
25284
25285 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
25286
25287 * recentf.el (recentf-cleanup-remote): New variable.
25288 (recentf-cleanup): Use it to conditionally check availability of
25289 remote files.
25290
25291 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
25292
25293 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25294 function names.
25295
25296 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25297
25298 * language/thai-word.el: New file.
25299
25300 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25301
25302 * files.el (backup-buffer): If the file's directory is not
25303 writable, use copy instead of move to backup the file.
25304
25305 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25306
25307 * obsolete/keyswap.el: Moved to obsolete/ from term/.
25308
25309 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25310
25311 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25312 Use functionp instead of symbolp and fboundp. Reported by Drkm
25313 <darkman_spam@yahoo.fr>.
25314 (ps-print-version): New version 6.6.6.
25315
25316 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
25317
25318 * textmodes/table.el (table--line-column-position): New idiom.
25319 (table--row-column-insertion-point-p): New function to test
25320 validity of row and column insertion operation at a location.
25321 (table-global-menu, table-cell-menu): Use above functions for
25322 deterministic test operation.
25323 (table--editable-cell-p): Behave in deterministic fashion.
25324
25325 2005-03-18 Juri Linkov <juri@jurta.org>
25326
25327 * isearch.el (isearch-lazy-highlight-new-loop):
25328 Make arguments beg and end optional.
25329 (isearch-update): Remove optional arguments nil from
25330 isearch-lazy-highlight-new-loop.
25331 (isearch-lazy-highlight-search): Let-bind case-fold-search to
25332 isearch-lazy-highlight-case-fold-search instead of
25333 isearch-case-fold-search, and let-bind isearch-regexp to
25334 isearch-lazy-highlight-regexp.
25335 Use isearch-lazy-highlight-last-string instead of isearch-string.
25336
25337 * replace.el (perform-replace): Remove bindings of global
25338 variables isearch-string, isearch-regexp, isearch-case-fold-search.
25339 Add three new arguments to `replace-highlight'.
25340 (replace-highlight): Add arguments string, regexp, case-fold.
25341 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25342 to allow isearch-lazy-highlight-new-loop to use these values
25343 to set corresponding isearch-lazy-highlight-* internal
25344 variables whose values lazy highlighting will use regardless of
25345 changes to global variables isearch-string, isearch-regexp,
25346 isearch-case-fold-search during lazy highlighting loop.
25347 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25348 to `lazy-highlight-cleanup'.
25349
25350 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25351 (ispell-highlight-face): Set default face to `isearch' when
25352 lazy highlighting is enabled.
25353 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25354 priority to 1. Add lazy highlighting.
25355 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25356 from `isearch-dehighlight'.
25357
25358 2005-03-18 David Ponce <david@dponce.com>
25359
25360 * files.el (hack-local-variables): Do a case-insensitive search
25361 for End.
25362
25363 2005-03-18 Juri Linkov <juri@jurta.org>
25364
25365 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25366 `isearch-lazy-highlight-cleanup', add alias to old name and
25367 declare obsolete. Add release numbers to other obsolete vars.
25368 (isearch-done, isearch-lazy-highlight-new-loop):
25369 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25370 (lazy-highlight-cleanup) <variable>: Doc fix.
25371 (isearch-lazy-highlight-update): Rename obsolete
25372 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25373
25374 2005-03-18 Kenichi Handa <handa@m17n.org>
25375
25376 * language/thai-util.el: Fix categorization of Thai characters in
25377 thai-category-table.
25378 (thai-composition-pattern): Adjust it for the above change.
25379 (thai-self-insert-command, thai-compose-syllable): New functions.
25380 (thai-compose-region): Use thai-compose-syllable.
25381 (thai-compose-string): Likewise.
25382 (thai-composition-function): Likewise.
25383 (thai-auto-composition): New function.
25384 (thai-auto-composition-mode): New minor mode.
25385
25386 * language/thai.el: Fix patterns to be registered in
25387 composition-function-table.
25388
25389 * international/quail.el (quail-input-method): Locally bind
25390 inhibit-modification-hooks to t.
25391
25392 2005-03-17 Richard M. Stallman <rms@gnu.org>
25393
25394 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25395 (perl-mode): Use run-mode-hooks.
25396
25397 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25398 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25399 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25400
25401 * mail/sendmail.el (sendmail-send-it): Reenable the code
25402 to compute resend-to-address and use it.
25403
25404 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25405
25406 * image-mode.el: New file.
25407
25408 * image.el (insert-sliced-image): Add autoload cookie.
25409
25410 * font-lock.el (font-lock-lines-before): New user option.
25411 (font-lock-after-change-function): Obey it.
25412
25413 * bindings.el (esc-map): Make M-g a prefix.
25414 Bind M-g g and M-g M-g to goto-line.
25415
25416 * faces.el (face-id): Doc fix.
25417
25418 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25419
25420 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25421 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25422 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25423
25424 * mail/sendmail.el (mail-yank-ignored-headers)
25425 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25426 Add Mail-Followup-To and Mail-Reply-To headers.
25427 (mail-citation-hook): Add autoload cookie.
25428 (mail-mode): Doc fix.
25429 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25430 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25431 (mail-mode-fill-paragraph): Handle those headers.
25432 (mail-mailing-lists): New variable.
25433 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25434
25435 2005-03-17 Juri Linkov <juri@jurta.org>
25436
25437 * isearch.el (isearch-fallback): Check for `(car previous)'
25438 before calling `isearch-other-end-state'.
25439
25440 2005-03-17 Kim F. Storm <storm@cua.dk>
25441
25442 * simple.el (move-beginning-of-line): Move to beginning of buffer
25443 line, as well as beginning of screen line.
25444
25445 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25446
25447 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25448 argument REDRAW rather than calendar-redrawing variable.
25449 * calendar/calendar.el (calendar-redrawing): Delete.
25450 (redraw-calendar): Do not bind calendar-redrawing.
25451
25452 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25453
25454 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25455 diary-file buffer.
25456
25457 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25458
25459 * help.el (describe-mode): Allow a :minor-mode-function property to
25460 specify a different minor mode toggle function than the variable.
25461 * simple.el (auto-fill-function):
25462 * subr.el (add-minor-mode): Use it.
25463
25464 2005-03-16 Kenichi Handa <handa@m17n.org>
25465
25466 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25467 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25468 (ethio-fidel-to-sera-buffer): Likewise.
25469
25470 2005-03-16 Juri Linkov <juri@jurta.org>
25471
25472 * emacs-lisp/find-func.el (find-function-regexp):
25473 Add defun-emitting macro `menu-bar-make-toggle'.
25474
25475 * isearch.el: Put `isearch-scroll' property to
25476 `split-window-horizontally'.
25477
25478 * info.el: Update error messages for `debug-ignored-errors'.
25479 (Info-isearch-search): Doc fix.
25480 (Info-find-node): Move up code to go into info buffer before
25481 recording the node to the history.
25482 (Info-fontify-node): Fontify titles only if the next line
25483 has two or more `*', `=', `-', `.'.
25484 Display "go to this node" for empty (match-string 3).
25485
25486 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25487
25488 * term/mac-win.el: Add mouse pointer shape constants.
25489
25490 2005-03-15 Kim F. Storm <storm@cua.dk>
25491
25492 * simple.el (move-beginning-of-line): Use vertical-motion.
25493
25494 2005-03-15 Juri Linkov <juri@jurta.org>
25495
25496 * isearch.el (isearch-error): New variable.
25497 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25498 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25499 (isearch-within-brackets-state): Remove.
25500 (isearch-case-fold-search-state, isearch-pop-fun-state):
25501 Decrease frame index.
25502 (isearch-mode, isearch-top-state, isearch-push-state)
25503 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25504 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25505 (isearch-search, isearch-lazy-highlight-new-loop):
25506 Replace `isearch-invalid-regexp' with `isearch-error'.
25507 Remove `isearch-within-brackets'.
25508 (isearch-search): Add `search-failed' handler to `condition-case'.
25509 (isearch-lazy-highlight-search): Add `condition-case' to catch
25510 errors and allow `isearch-lazy-highlight-update' to try
25511 highlighting from the beginning of the window.
25512 (isearch-repeat): Move up code to set isearch-wrapped to t
25513 before calling isearch-wrap-function.
25514
25515 * info.el (Info-isearch-initial-node): New internal variable.
25516 (Info-search): Signal an error in isearch mode when search leaves
25517 the initial node. Signal an error when `bound' is non-nil and
25518 nothing was found in the current subfile.
25519 (Info-isearch-search): Remove `condition-case'.
25520 (Info-isearch-wrap): Don't wrap when search failed during leaving
25521 the initial node. If `Info-isearch-search' is nil, wrap around
25522 the current node.
25523 (Info-isearch-start): New fun.
25524 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25525 `isearch-mode-hook'.
25526
25527 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25528
25529 * simple.el (normal-erase-is-backspace): Set default to t if
25530 running on Mac.
25531
25532 * term/mac-win.el (function-key-map): Sync with x-win.el.
25533
25534 2005-03-15 Kenichi Handa <handa@m17n.org>
25535
25536 * international/mule-cmds.el (locale-language-names): Modify the
25537 format of elements and add more entries.
25538 (locale-preferred-coding-systems): Add more entries.
25539 (set-locale-environment): Adjust for the change of
25540 locale-language-names.
25541
25542 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25543
25544 * pcvs.el (smerge-ediff): Remove bogus autoload.
25545
25546 2005-03-14 Lute Kamstra <lute@gnu.org>
25547
25548 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25549 Ignore a `*' at the beginning of a line.
25550
25551 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25552 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25553 subr.el.
25554 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25555 to specify indentation.
25556
25557 * generic.el (define-generic-mode): Let generic-mode-list be a
25558 list of strings; test membership with equal.
25559
25560 2005-03-14 Kim F. Storm <storm@cua.dk>
25561
25562 * simple.el (next-line, previous-line): Add optional try-vscroll
25563 arg to recognize interactive use. Pass it on to line-move.
25564 (line-move): Don't perform auto-window-vscroll when defining or
25565 executing keyboard macro to ensure consistent behavior.
25566
25567 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25568
25569 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25570
25571 2005-03-13 Lute Kamstra <lute@gnu.org>
25572
25573 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25574 debugger-setup-buffer so that backtrace marks the frames set to
25575 debug-on-exit and we don't have to do it manually. Set an extra
25576 debug-on-exit for macro's.
25577 (debugger-setup-buffer): Don't mark the top frame manually.
25578
25579 2005-03-12 Lute Kamstra <lute@gnu.org>
25580
25581 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25582 lisp-indent-function throughout.
25583 (with-no-warnings): Set lisp-indent-function property.
25584
25585 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25586
25587 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25588 Add entry for backslash.
25589
25590 2005-03-12 Juri Linkov <juri@jurta.org>
25591
25592 * info.el (Info-search): Four fixes for backward search.
25593
25594 2005-03-11 Jay Belanger <belanger@truman.edu>
25595
25596 * calc/calc.el (calc-language-alist): New variable.
25597 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25598 (calc-embedded-find-modes): Use calc-language-alist instead of
25599 calc-embedded-language-alist.
25600
25601 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25602
25603 * calendar/calendar.el (calendar-redrawing): New internal
25604 variable.
25605 (redraw-calendar): Remove bogus save-excursion from previous
25606 change. Bind calendar-redrawing to t for mark-diary-entries.
25607 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25608 calendar if that is why we were called.
25609
25610 2005-03-11 Kenichi Handa <handa@m17n.org>
25611
25612 * international/mule.el (make-coding-system): Set property
25613 coding-system-define-form to nil.
25614 (define-coding-system-alias): Likewise.
25615
25616 2005-03-11 Kenichi Handa <handa@m17n.org>
25617
25618 These changes are suggested by Dave Love <fx@gnu.org>.
25619
25620 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25621 coding: tag.
25622 (adaptive-fill-regexp): Add more bullets.
25623 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25624 regexps.
25625
25626 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25627
25628 * help.el (describe-mode): Properly handle non-trivial lighters.
25629 Don't ignore minor modes that are not listed in minor-mode-list.
25630
25631 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25632 feature ON when the user requests to turn it OFF.
25633
25634 2005-03-10 Lute Kamstra <lute@gnu.org>
25635
25636 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25637 (implement-debug-on-entry): New function to replace debug-entry-code.
25638 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25639 second argument as the 2005-03-07 change makes it obsolete.
25640 (debug-on-entry, cancel-debug-on-entry): Update call to
25641 debug-on-entry-1.
25642 (debug, debugger-setup-buffer): Comment update.
25643 (debugger-frame-number): Update to work with implement-debug-on-entry.
25644
25645 2005-03-10 Jay Belanger <belanger@truman.edu>
25646
25647 * calc/calc-embed.el (math-ms-args): Declare it.
25648 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25649 math-ms-args.
25650 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25651 variables.
25652
25653 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25654
25655 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25656 Use message-box.
25657
25658 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25659 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25660 (tooltip-gud-tips): Simplify.
25661 (tooltip-gud-tips-p): Remove superfluous :set.
25662 (tooltip-gud-modes): Add fortran-mode.
25663 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25664
25665 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25666
25667 2005-03-09 Kim F. Storm <storm@cua.dk>
25668
25669 * play/animate.el (animate-place-char): Use forward-line instead
25670 of next-line to improve performance.
25671
25672 2005-03-09 Simon Josefsson <jas@extundo.com>
25673
25674 * net/browse-url.el (browse-url-default-browser): Doc fix.
25675
25676 2005-03-09 Miles Bader <miles@gnu.org>
25677
25678 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25679 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25680
25681 2005-03-09 Kenichi Handa <handa@m17n.org>
25682
25683 * international/latin-1.el: Set case and syntax for 255 only if
25684 set-case-syntax-set-multibyte is nil.
25685
25686 * textmodes/ispell.el (ispell-insert-word): New function.
25687 (ispell-word): Use ispell-insert-word to insert a new word.
25688 (ispell-process-line): Likewise.
25689 (ispell-complete-word): Likewise.
25690
25691 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25692
25693 * calendar/calendar.el (redraw-calendar): Preserve point.
25694 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25695 (calendar-week-start-day): Move after definition of
25696 redraw-calendar. Delete buffer test, since redraw-calendar has
25697 that now.
25698
25699 * calendar/diary-lib.el (mark-diary-entries): Only call
25700 redraw-calendar in the first of any recursive calls.
25701 Reported by Alan Shutko <ats@acm.org>.
25702
25703 2005-03-08 Juri Linkov <juri@jurta.org>
25704
25705 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25706 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25707 (html-radio-buttons): Add a space before the trailing `/>' where
25708 sgml-xml-mode is non-nil.
25709 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25710 the subsequent tag of the empty XML tag.
25711 (html-href-anchor): Don't set initial input to "http:".
25712 (html-image): Ask for the image URL and set point inside alt="".
25713 (html-name-anchor): Duplicate the name in the `id' attribute when
25714 sgml-xml-mode is non-nil.
25715 (html-paragraph): Remove \n before <p>.
25716 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25717 instead of `checked' when sgml-xml-mode is non-nil.
25718
25719 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25720 Remove 1 space before #RRGGBB to not truncate it on terminal
25721 windows w/o fringes. Remove 1 space between bg and fg examples
25722 to get more space.
25723 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25724 avoid byte-compile warnings.
25725
25726 * image-file.el (image-file-handler): Put `safe-magic' property to
25727 `image-file-handler'.
25728
25729 * info.el (Info-isearch-search): Emulate word search in
25730 isearching through multiple Info nodes with Info-search.
25731 (Info-isearch-wrap): Allow isearch-word.
25732
25733 2005-03-08 Lute Kamstra <lute@gnu.org>
25734
25735 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25736 stepping into the debugger's code is not possible.
25737 (debugger-jumping-flag): Docstring update.
25738
25739 2005-03-08 Jay Belanger <belanger@truman.edu>
25740
25741 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25742 embedded mode begins.
25743 (calc-embedded-language-alist): New variable.
25744 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25745 set default language mode.
25746
25747 2005-03-08 Kenichi Handa <handa@m17n.org>
25748
25749 * international/ccl.el (define-ccl-program): Fix docstring about
25750 extra 256 bytes assured for the output buffer.
25751
25752 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25753 Fix BUFFER_MAGNIFICATION to 2.
25754 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25755
25756 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25757
25758 * align.el (align-rules-list): Added an alignment rule for CSS
25759 declarations (applies to css-mode and html-mode buffers).
25760
25761 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25762
25763 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25764
25765 2005-03-07 Kim F. Storm <storm@cua.dk>
25766
25767 * simple.el (move-beginning-of-line): New command.
25768
25769 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25770
25771 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25772
25773 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25774 and move-beginning-of-line.
25775
25776 * apropos.el (apropos-print): Omit command from M-x ... RET.
25777
25778 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25779
25780 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25781 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25782
25783 2005-03-06 Richard M. Stallman <rms@gnu.org>
25784
25785 * bindings.el (esc-map): Bind M-g to goto-line.
25786
25787 * facemenu.el (global-map): Bind M-o, not M-g.
25788
25789 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25790
25791 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25792 "Open Directory" as for "Open File".
25793
25794 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25795
25796 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25797 (push-mark-command): Run activate-mark-hook.
25798
25799 2005-03-06 Richard M. Stallman <rms@gnu.org>
25800
25801 * help-mode.el (help-mode-finish): Don't alter the element
25802 in view-return-to-alist if there already is one.
25803
25804 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25805 make sure the current buffer is the expected one.
25806
25807 * novice.el (disabled-command-function): Output in *Disabled Command*.
25808 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25809
25810 * textmodes/flyspell.el (flyspell-large-region):
25811 Pass args differently for aspell.
25812
25813 * files.el (mode-require-final-newline): Doc fix.
25814
25815 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25816
25817 * progmodes/which-func.el (which-function):
25818 Specify NOERROR when calling imenu--make-index-alist.
25819
25820 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25821
25822 * simple.el (normal-erase-is-backspace): Define default value.
25823
25824 * custom.el (custom-theme-set-variables): Remove unused var
25825 `immediate'.
25826 (custom-reevaluate-setting): Simple function to handle variables
25827 that are defined before their default value can really be
25828 computed.
25829
25830 * startup.el (command-line): Use it for temporary-file-directory,
25831 small-emporary-file-directory, auto-save-file-name-transforms,
25832 blink-cursor-mode, and normal-erase-is-backspace.
25833
25834 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25835 progress, even with buggy anchored keywords.
25836
25837 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25838
25839 * simple.el (goto-line): Remove unbalanced final parenthesis.
25840
25841 2005-03-05 Richard M. Stallman <rms@gnu.org>
25842
25843 * simple.el (goto-line): Use a number at point as the default.
25844 With C-u as arg, switch buffers.
25845
25846 2005-03-05 Juri Linkov <juri@jurta.org>
25847
25848 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25849 with `no-blinking-cursor'.
25850
25851 * startup.el (no-blinking-cursor): New defvar.
25852 (command-line): Add `--no-blinking-cursor' to longopts.
25853 Set `no-blinking-cursor' to t for command line arguments
25854 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25855 with `no-blinking-cursor' in the condition for calling
25856 `blink-cursor-mode'.
25857
25858 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25859
25860 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25861 (menu-bar-options-save): Add blink-cursor-mode.
25862 (menu-bar-options-menu): Add blink-cursor-mode.
25863
25864 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25865
25866 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25867 (icalendar-export-file, icalendar-export-region)
25868 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25869 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25870
25871 2005-03-04 Lute Kamstra <lute@gnu.org>
25872
25873 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25874 (debug-function-list): Ditto.
25875
25876 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25877
25878 * textmodes/texinfmt.el (texinfo-append-refill):
25879 Redefine the types of line to which @refill
25880 is not appended by replacing a search for `@refill\\|@bye' with
25881 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25882 itemize@refill' bug and the unfilled long lines bug.
25883 (texinfmt-version): Update number and date.
25884
25885 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25886
25887 * international/code-pages.el (windows-1250, windows-125[2-8])
25888 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25889
25890 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25891
25892 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25893 bound yet.
25894
25895 2005-03-02 Romain Francoise <romain@orebokech.com>
25896
25897 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25898 buffer after removing limits.
25899 (ibuffer-pop-filter): Ditto.
25900 Update copyright.
25901
25902 2005-03-02 Miles Bader <miles@gnu.org>
25903
25904 * button.el (make-text-button): If the user doesn't specify a
25905 type, use the default. Rewrite to use `add-text-properties' and
25906 plist functions.
25907
25908 2005-03-01 Lute Kamstra <lute@gnu.org>
25909
25910 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25911 (debugger-jumping-flag): New var.
25912 (debug-entry-code): Use it.
25913 (debugger-jump): Use debugger-jumping-flag and add
25914 debugger-reenable to post-command-hook.
25915 (debugger-reenable): Use debugger-jumping-flag and remove itself
25916 from post-command-hook.
25917 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25918 debugger-reenable.
25919
25920 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25921
25922 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25923 inclusion of "itemize\\|", which may be unnecessary, is certainly
25924 inelegant, and stops refilling in itemize lists when formatting
25925 Japanese Texinfo files to Info.
25926 Update copyright to 2005.
25927
25928 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25929
25930 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25931 of an error if GDB can't find the source file.
25932
25933 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25934
25935 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25936 not just the calendar.
25937
25938 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25939 first.
25940 (diary-redraw-calendar): New function.
25941 (make-diary-entry): Add diary-redraw-calendar to local
25942 write-contents-functions. Turn off selective display before
25943 inserting in diary.
25944
25945 2005-03-01 Kim F. Storm <storm@cua.dk>
25946
25947 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25948
25949 2005-03-01 Lute Kamstra <lute@gnu.org>
25950
25951 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25952 that debug-entry-code can be safely removed from a function while
25953 this code is being evaluated. Revert the 2005-02-27 change as the
25954 new implementation no longer requires it. Make sure that a
25955 function body containing just a string is not mistaken for a docstring.
25956 (debug): Skip one more frame in case of debug on entry.
25957 (debugger-setup-buffer): Delete one more frame line in case of
25958 debug on entry.
25959 (debugger-frame-number): Update to use the new text introduced by
25960 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25961
25962 2005-02-28 Kim F. Storm <storm@cua.dk>
25963
25964 * double.el (double-translate-key): Call force-window-update after
25965 read-event to avoid crash in redisplay.
25966
25967 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25968
25969 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25970 (debug): Use it. Move the inhibit-trace earlier.
25971 (debug-entry-code): New const.
25972 (debug-on-entry-1): Use it.
25973
25974 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25975
25976 * international/utf-16.el (ccl-encode-mule-utf-16le):
25977 Fix BUFFER_MAGNIFICATION to 2.
25978 (ccl-encode-mule-utf-16be): Likewise.
25979
25980 2005-02-28 Kenichi Handa <handa@m17n.org>
25981
25982 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25983 Fix BUFFER_MAGNIFICATION to 4.
25984 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25985
25986 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25987
25988 * speedbar.el (speedbar-update-flag): Doc fix.
25989 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25990 argument.
25991
25992 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25993
25994 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25995 have a non-nil `invisible' property but are actually visible.
25996
25997 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25998 for perldoc sections.
25999 (perl-outline-regexp, perl-outline-level): New var and function.
26000 (perl-mode): Use them.
26001
26002 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
26003
26004 * calendar/diary-lib.el (diary-remind): Discard any mark portion
26005 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
26006
26007 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
26008
26009 * cus-edit.el: Comment change.
26010 (custom-buffer-create-internal): Slightly reword text at top of
26011 Custom buffers. Mention there that saving an option edits the
26012 init file. Add link to Emacs manual node on `custom-file'.
26013 (custom-magic-alist): Rewrite individual State messages to use
26014 capitalized keywords. Doc fix.
26015
26016 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
26017
26018 * calendar/calendar.el (calendar-buffer): Move above
26019 calendar-week-start-day.
26020 (calendar-week-start-day): Doc fix. Add :set function.
26021 (calendar-minimum-window-height): New variable.
26022 (generate-calendar-window): Only resize window if selected-window
26023 is displaying the calendar buffer. Use new variable
26024 calendar-minimum-window-height.
26025 (generate-calendar): Reword error message.
26026 (calendar-mode-map): Bind DEL to scroll-other-window-down.
26027
26028 2005-02-27 Andreas Schwab <schwab@suse.de>
26029
26030 * vc.el (vc-do-command): Don't run command asynchronously when
26031 operating in a remote directory.
26032
26033 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
26034 change from sync with Tramp 2.0.47.
26035
26036 2005-02-27 Richard M. Stallman <rms@gnu.org>
26037
26038 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
26039
26040 * textmodes/flyspell.el (flyspell-mode-on):
26041 Call ispell-change-dictionary only if necessary.
26042
26043 * emacs-lisp/re-builder.el (regexp-builder): New function.
26044
26045 * register.el (describe-register-1): Explicitly handle
26046 yank-excluded-properties = t.
26047
26048 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
26049 (custom-magic-alist): Change the status descriptions again.
26050 (face widget-type): Total rewrite based on `restricted-sexp'
26051 to eliminate the confusing double hiding levels.
26052
26053 * emacs-lisp/debug.el (debug-on-entry-1):
26054 If function body is empty, add nil as body form.
26055
26056 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
26057
26058 * emacs-lisp/trace.el (inhibit-trace): New var.
26059 (trace-make-advice): Use it.
26060
26061 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
26062
26063 2005-02-26 Kim F. Storm <storm@cua.dk>
26064
26065 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
26066 (mouse-on-link-p, mouse-drag-region-1): Use it.
26067
26068 2005-02-25 Lute Kamstra <lute@gnu.org>
26069
26070 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
26071
26072 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
26073
26074 * frame.el (blink-cursor-mode): Add :group keyword.
26075
26076 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
26077
26078 * calendar/icalendar.el (icalendar--decode-isodatetime):
26079 New optional argument DAY-SHIFT.
26080 (icalendar-export-region): Fix coding-system-for-write.
26081 (icalendar--convert-ical-to-diary): Shift end-day of all-day
26082 events by one.
26083
26084 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
26085
26086 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
26087
26088 2005-02-24 Kim F. Storm <storm@cua.dk>
26089
26090 * international/iso-acc.el (iso-accents-compose): Fix crash
26091 during redisplay. Call force-window-update after read-event
26092 and delete-region to signal that window is not accurate.
26093
26094 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
26095
26096 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26097 Remove unused and inexistent var `inhibit-trace'.
26098 (debugger-mode): Use run-mode-hooks.
26099 (debugger-list-functions): Add buttons; setup xref stack.
26100
26101 2005-02-23 Richard M. Stallman <rms@gnu.org>
26102
26103 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26104 appointment says it was explicitly made.
26105 (appt-add): Set the 3rd element.
26106 (appt-make-list): Preserve explicit appointments.
26107
26108 * subr.el (find-tag-default): Catch errors in forward-sexp.
26109
26110 2005-02-23 Juri Linkov <juri@jurta.org>
26111
26112 * info.el (Info-isearch-search): New defcustom.
26113 (Info-isearch-search): Call the default isearch function
26114 when Info-isearch-search is nil.
26115 (Info-isearch-wrap): Use variable Info-isearch-search.
26116
26117 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
26118
26119 * cus-edit.el: Comment change.
26120
26121 2005-02-22 Kim F. Storm <storm@cua.dk>
26122
26123 * progmodes/hideif.el (hide-ifdef-use-define-alist):
26124 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
26125
26126 2005-02-22 Simon Josefsson <jas@extundo.com>
26127
26128 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26129 New variable.
26130 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26131 Oskarsson" <myrkraverk@users.sourceforget.net>.
26132
26133 2005-02-22 Kim F. Storm <storm@cua.dk>
26134
26135 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26136 check that window of that event is the selected window.
26137 (mouse-drag-region-1): Compare mouse event window to selected
26138 window before setting point.
26139
26140 * tooltip.el (tooltip-show-help-function): Pass event to
26141 mouse-on-link-p so it can check selected window.
26142
26143 2005-02-22 Kenichi Handa <handa@m17n.org>
26144
26145 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26146 (ps-mule-show-warning): New function.
26147 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26148 characters are found.
26149
26150 * ps-print.el (ps-header-footer-string): Return a list of header
26151 and footer strings.
26152
26153 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26154
26155 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26156
26157 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26158
26159 * frame.el (blink-cursor-mode): Use define-minor-mode.
26160
26161 * term/mac-win.el (function-key-map): Use char-names more consistently.
26162 (file-name-coding-system): Only set it for MacOS-9. The other case is
26163 already handled in mule-cmds.el (where it also works when mac-win.el
26164 is not used).
26165
26166 2005-02-21 Kenichi Handa <handa@m17n.org>
26167
26168 * international/mule.el (ctext-pre-write-conversion): Always use
26169 " *code-converting-work*" buffer for work.
26170
26171 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26172
26173 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26174
26175 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26176
26177 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26178
26179 * ses.el (undo-more): Restore defadvice, but only the part that
26180 allows changes outside the restricted area of the buffer.
26181
26182 2005-02-20 Kim F. Storm <storm@cua.dk>
26183
26184 * simple.el (line-move): Add fourth optional arg try-vscroll which
26185 must be set to perform auto-window-vscroll.
26186 When moving backwards and doing auto-window-vscroll, automatically
26187 vscroll to the last part of lines which are taller than the window.
26188 (next-line, previous-line): Set try-vscroll arg on line-move.
26189
26190 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26191
26192 * replace.el (query-replace, query-replace-regexp)
26193 (replace-string, replace-regexp): When operating on region, make
26194 the minibuffer prompt say so.
26195
26196 * isearch.el (isearch-forward): Document isearch-query-replace and
26197 isearch-query-replace-regexp keybindings.
26198
26199 2005-02-19 Jay Belanger <belanger@truman.edu>
26200
26201 * calc/calc-aent.el (math-read-token): Add local variable.
26202
26203 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26204 (calc-edit-top): Move declaration to earlier in file.
26205 (calc-edit-macro-repeats): Add local variables.
26206
26207 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26208 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26209 calcFunc-tanh.
26210 Adjust integration rule for calcFunc-tan.
26211
26212 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26213
26214 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26215 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26216 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26217 (viper-skip-separators): Bug fix.
26218 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26219 particular major mode.
26220 (viper-del-backward-char-in-replace): Don't put deleted char on the
26221 kill ring.
26222
26223 * viper-ex.el (viper-color-display-p): New function.
26224 (viper-has-face-support-p): Use viper-color-display-p.
26225
26226 * viper-keym.el (viper-gnus-modifier-map): New keymap.
26227
26228 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26229
26230 * viper-util.el (viper-glob-unix-files): Fix shell status check.
26231 (viper-file-remote-p): Make equivalent to file-remote-p.
26232
26233 * viper.el (viper-major-mode-modifier-list):
26234 Use viper-gnus-modifier-map.
26235
26236 2005-02-19 David Kastrup <dak@gnu.org>
26237
26238 * subr.el (subregexp-context-p): Fix garbled doc string by adding
26239 quoting.
26240
26241 2005-02-19 Jay Belanger <belanger@truman.edu>
26242
26243 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26244 Remove extra definitions.
26245 (calc-coth): New function.
26246 (calcFunc-cot): Fix `let'.
26247
26248 2005-02-19 Eli Zaretskii <eliz@gnu.org>
26249
26250 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26251 the reasons we use "type pc" in these faces.
26252
26253 * button.el (button): Ditto.
26254
26255 2005-02-19 Michael Mauger <mmaug@yahoo.com>
26256
26257 * replace.el (query-replace-read-from): Set the value of
26258 query-replace-from-history-variable to handle the case of an empty
26259 string entered to accept the suggested default.
26260
26261 * net/tramp.el (tramp-file-name-for-operation):
26262 Use dired-call-process instead of dired-call-process-command.
26263
26264 2005-02-19 Jay Belanger <belanger@truman.edu>
26265
26266 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26267 (math-div-non-trig): New variables.
26268 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26269 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26270 (math-combine-prod, math-div-symb-fancy): Add simplifications for
26271 trig expressions.
26272
26273 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
26274
26275 * progmodes/gdb-ui.el (gdb-var-update-handler)
26276 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26277 for watch expressions,
26278 (gdb-var-create-handler): Don't set speedbar-update-flag.
26279 (gdb-post-prompt): Simplify test for speedbar.
26280
26281 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26282
26283 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26284 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26285 we use the syntax table of the correct buffer.
26286 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26287 Felix Gatzemeier.
26288
26289 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26290 (ediff-file-remote-p): Make synonymous with file-remote-p.
26291 In all deffaces ediff-*-face-*, use min-colors.
26292
26293 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26294 ediff-recurse-to-subdirectories.
26295 (ediff-mark-if-equal): Check that the arguments are strings, use
26296 ediff-same-contents (after to Felix Gatzemeier).
26297
26298 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26299 nil.
26300
26301 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
26302
26303 * log-view.el (log-view-message-re): Fix up Subversion regexp.
26304
26305 2005-02-18 David Kastrup <dak@gnu.org>
26306
26307 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26308 use `mark-active' when defined.
26309
26310 2005-02-18 Kenichi Handa <handa@m17n.org>
26311
26312 * ps-print.el (ps-font-info-database): New entry
26313 ZapfChancery-MediumItalic with correct font name. Fix font name
26314 of the entry Zapf-Chancery-MediumItalic.
26315
26316 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
26317
26318 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26319
26320 2005-02-16 Kim F. Storm <storm@cua.dk>
26321
26322 * ido.el (ido-fallback-command): Pass user input to fallback command.
26323
26324 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
26325
26326 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26327 (gdb-find-file-hook): Add server prefix.
26328
26329 2005-02-16 Richard M. Stallman <rms@gnu.org>
26330
26331 * replace.el (perform-replace): Pass new args to replace-highlight.
26332 (replace-highlight): Take region args,
26333 and pass them to isearch-lazy-highlight-new-loop.
26334
26335 * novice.el (disabled-command-hook): Autoload the defalias
26336 and the make-obsolete-variable call.
26337
26338 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26339
26340 * isearch.el (isearch-lazy-highlight-start-limit)
26341 (isearch-lazy-highlight-end-limit): New variables limit
26342 the region for highlighting.
26343 (isearch-lazy-highlight-new-loop): New args BEG and END.
26344 (isearch-lazy-highlight-search): Use the new vars.
26345 (isearch-lazy-highlight-update): Likewise.
26346
26347 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26348
26349 * cus-start.el (all): Use default-boundp.
26350
26351 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26352
26353 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26354
26355 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26356
26357 * autorevert.el (auto-revert-stop-on-user-input)
26358 (auto-revert-verbose): Doc fixes.
26359
26360 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26361
26362 * international/mule-cmds.el (set-locale-environment): Remove call
26363 to set-selection-coding-system on Windows.
26364
26365 2005-02-15 Jay Belanger <belanger@truman.edu>
26366
26367 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26368 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26369 calcFunc-coth.
26370 (math-simplify-sqrt): Add simplifications.
26371
26372 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26373 to list.
26374
26375 * calc/calc-ext.el: Add functions to autoloads.
26376
26377 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26378 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26379 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26380 (math-csc-raw, math-cot-raw): New functions.
26381
26382 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26383
26384 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26385 the variable name in a message.
26386
26387 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26388 calcFunc-csc, calcFunc-cot.
26389
26390 * calc/calcalg2.el: Add derivative and integration rules for
26391 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26392 calcFunc-csch, calcFunc-coth.
26393 (math-do-integral-methods): Add to checks for when to use
26394 substitutions.
26395
26396 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26397
26398 2005-02-15 Lute Kamstra <lute@gnu.org>
26399
26400 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26401 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26402 <monnier@iro.umontreal.ca>
26403 (lisp-outline-level): Improve efficiency. Suggested by David
26404 Kastrup <dak@gnu.org>.
26405
26406 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26407
26408 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26409 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26410 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26411 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26412 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26413
26414 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26415
26416 * cus-start.el (all): Comment change.
26417
26418 2005-02-14 Lute Kamstra <lute@gnu.org>
26419
26420 * cus-start.el (all): Check if symbol is void.
26421
26422 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26423
26424 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26425 optional argument to \cite.
26426
26427 2005-02-14 Richard M. Stallman <rms@gnu.org>
26428
26429 * cus-edit.el (custom-buffer-create-internal): Update help message.
26430 (custom-magic-alist): Update help messages.
26431
26432 * cus-start.el (all): Allow a var to specify a standard value.
26433
26434 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26435
26436 * custom.el (custom-theme-set-variables): Handle variable aliases.
26437
26438 * frame.el (blink-cursor-timer): Doc fix.
26439 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26440 declare obsolete.
26441 (blink-cursor-mode): Define with defcustom and use correct
26442 standard expression in that defcustom.
26443 * startup.el (command-line): Adapt to above changes in frame.el.
26444
26445 2005-02-11 Lute Kamstra <lute@gnu.org>
26446
26447 * apropos.el (apropos-score-doc): Prevent division by zero.
26448
26449 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26450
26451 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26452 (icalendar--get-event-property-attributes)
26453 (icalendar--get-event-properties)
26454 (icalendar--datetime-to-diary-date): New functions.
26455 (icalendar--split-value): Doc fix.
26456 (icalendar--datetime-to-noneuropean-date)
26457 (icalendar--datetime-to-european-date): New optional argument
26458 SEPARATOR. Return result as a string instead of a list.
26459 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26460 (icalendar--convert-string-for-export): Rename arg S to STRING.
26461 (icalendar-export-region): Doc fix. Change name of error buffer.
26462 Save output buffer.
26463 (icalendar-import-file): Add blank at end of prompt.
26464 (icalendar-import-buffer): Doc fix. Do not switch to error
26465 buffer. Indicate status in return value.
26466 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26467 buffer. Save output buffer. Handle exception from recurrence
26468 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26469 events. Fix problems with weekly all-day events.
26470
26471 2005-02-10 Richard M. Stallman <rms@gnu.org>
26472
26473 * simple.el (eval-expression-print-format):
26474 Avoid warning about edebug-active.
26475
26476 * help.el (help-for-help-internal): Rename from help-for-help.
26477 (help-for-help): Define with defalias.
26478
26479 * font-core.el (font-lock-default-function): Use with-no-warnings.
26480
26481 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26482
26483 * custom.el (defface): Doc fix.
26484
26485 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26486
26487 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26488 width 0" to prevent word wrapping problems.
26489
26490 2005-02-09 Kim F. Storm <storm@cua.dk>
26491
26492 * ido.el (ido-file-extensions-order): New defcustom.
26493 (ido-file-extension-lessp, ido-file-extension-aux)
26494 (ido-file-extension-order): New advanced file ordering.
26495 (ido-file-lessp): New simple file ordering.
26496 (ido-sort-list): Remove.
26497 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26498 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26499
26500 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26501
26502 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26503 that some versions of grep produce.
26504 (grep-mode-font-lock-keywords): Likewise.
26505
26506 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26507
26508 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26509 (gdb-cdir): Delete.
26510 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26511 (gdb-source-info): Treat case when source file is in another
26512 directory properly.
26513 (gdb-get-location): New function.
26514
26515 2005-02-07 Jay Belanger <belanger@truman.edu>
26516
26517 * calc/calc-prog.el (calc-write-parse-table-part)
26518 (calc-fix-token-name): Fix a check for language type.
26519
26520 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26521
26522 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26523
26524 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26525 as directory not writable.
26526
26527 2005-02-07 Kim F. Storm <storm@cua.dk>
26528
26529 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26530 (cua--standard-movement-commands): Remove list.
26531 Instead, set CUA property value to move for movement commands.
26532 (cua-movement-commands): Remove. Users must set CUA prop instead.
26533 (cua--pre-command-handler): Check CUA property.
26534 (cua--init-keymaps): Don't remap undo commands.
26535 (cua-mode): Don't call cua--rectangle-on-off.
26536
26537 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26538 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26539 (cua--rect-undo-set-point): New var.
26540 (cua--rectangle-undo-boundary): Setup undo apply entry.
26541 (cua--rect-undo-handler): New function for rectangle undo.
26542 (cua--rect-start-position, cua--rect-end-position): Add.
26543 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26544 for restored rectangle. Set point if cua--rect-undo-set-point.
26545
26546 2005-02-06 Jay Belanger <belanger@truman.edu>
26547
26548 * calc/calc-lang.el (calc-tex-language): Display more information
26549 in messages.
26550
26551 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26552 in TeX mode.
26553
26554 2005-02-06 Richard M. Stallman <rms@gnu.org>
26555
26556 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26557
26558 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26559
26560 * net/ldap.el (ldap-search-internal): Support attributes with
26561 optional descriptions separated by a semi-colon, as in
26562 "userCertificate;binary".
26563
26564 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26565
26566 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26567 isn't a cons (i.e. the version is 0).
26568
26569 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26570
26571 * help.el (help-for-help): Doc fix.
26572
26573 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26574
26575 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26576 GDB-Windows on the menu-bar as this works better.
26577
26578 2005-02-04 Jay Belanger <belanger@truman.edu>
26579
26580 * calc/calc-embed.el (calc-embedded-update): Don't put in
26581 unnecessary newlines. Adjust the end of formula marker.
26582
26583 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26584 (math-latex-parse-two-args): New function.
26585
26586 2005-02-03 Lute Kamstra <lute@gnu.org>
26587
26588 * help-fns.el (help-with-tutorial): Make sure that users cannot
26589 remove the entire text of the tutorial by means of `undo'.
26590
26591 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26592
26593 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26594 in recent changes, where the ispell process was repeatedly
26595 killed & restarted.
26596
26597 * international/mule-cmds.el (set-locale-environment): Set file-name
26598 coding system to utf-8 on Darwin systems.
26599 (set-default-coding-systems): Don't set default-file-name-coding-system
26600 on Darwin systems.
26601
26602 2005-02-03 Richard M. Stallman <rms@gnu.org>
26603
26604 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26605
26606 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26607
26608 * faces.el (list-faces-display): Add optional argument.
26609
26610 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26611
26612 * font-core.el (font-lock-default-function): Handle the rare case where
26613 only font-lock-keywords is set.
26614
26615 2005-02-02 Kenichi Handa <handa@m17n.org>
26616
26617 * international/characters.el: Cancel previous change for
26618 I-WITH-DOT-ABOVE and DOTLESS-i.
26619
26620 * international/latin-5.el: Cancel previous change.
26621
26622 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26623
26624 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26625
26626 2005-02-02 Kenichi Handa <handa@m17n.org>
26627
26628 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26629 DOTLESS-i.
26630
26631 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26632 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26633
26634 * case-table.el (get-upcase-table): New function.
26635 (copy-case-table): Copy upcaes table too if non-nil.
26636 (set-case-syntax-delims): Maintain upcase table too.
26637 (set-case-syntax-pair): Likewise.
26638 (set-upcase-syntax, set-downcase-syntax): New functions.
26639 (set-case-syntax): Maintain upcase table too.
26640
26641 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26642
26643 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26644
26645 * progmodes/gud.el (gud-goto-info): New function.
26646 (gud-tool-bar-map): Use correct icon.
26647
26648 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26649
26650 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26651 When delegating, order args in the funcall correctly.
26652
26653 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26654
26655 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26656
26657 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26658
26659 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26660 buffer not visiting a file.
26661
26662 2005-01-31 Jay Belanger <belanger@truman.edu>
26663
26664 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26665 bound on the line with the formula.
26666
26667 2005-01-31 Kim F. Storm <storm@cua.dk>
26668
26669 * ses.el (ses-create-cell-variable-range)
26670 (ses-destroy-cell-variable-range, ses-reset-header-string)
26671 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26672 (ses-insert-row): Fix format of apply undo entries.
26673
26674 2005-01-31 Jay Belanger <belanger@truman.edu>
26675
26676 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26677 parts.
26678
26679 * calc/calc-embed.el (calc-embedded-open-formula)
26680 (calc-embedded-close-formula): Ignore matrix environments.
26681
26682 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26683 TeX mode.
26684
26685 * calc/calc-lang.el (math-function-table, math-oper-table)
26686 (math-variable-table): Adjust the LaTeX portions.
26687
26688 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26689 (math-latex-ignore-words): New constant.
26690
26691 2005-01-31 Richard M. Stallman <rms@gnu.org>
26692
26693 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26694 (ispell-local-dictionary): Doc fix.
26695 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26696 Don't reinitialize at run time. Don't defcustom.
26697 All uses changed to append ispell-local-dictionary-alist,
26698 or check it first.
26699 (ispell-current-dictionary): New variable for dictionary in use.
26700 (ispell-dictionary): Now used only for global default.
26701 (ispell-start-process): Set ispell-current-dictionary,
26702 not ispell-dictionary.
26703 (ispell-change-dictionary): Use this only for setting
26704 user preferences.
26705 (ispell-internal-change-dictionary): New function
26706 to change the current dictionary in use.
26707 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26708 Use ispell-current-dictionary.
26709 Handle ispell-local-dictionary-overridden.
26710 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26711
26712 2005-01-31 Jay Belanger <belanger@truman.edu>
26713
26714 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26715
26716 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26717 (calc-mode-map): Add calc-latex-language.
26718
26719 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26720 (math-latex-print-frac): New functions.
26721 (math-oper-table, math-function-table, math-variable-table)
26722 (math-complex-format, math-input-filter): Add latex properties.
26723 (calc-set-language): Set math-expr-special-function-mapping.
26724
26725 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26726 (calc-write-parse-table-part): Add LaTeX support.
26727
26728 * calc/calc.el (calc-language): Adjust docstring.
26729 (calc-set-mode-line): Add LaTeX support.
26730 (math-expr-special-function-mapping): New variable.
26731 (math-tex-ignore-words): Add to list.
26732
26733 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26734 Add LaTeX support.
26735 (math-compose-expr): Add support for special functions.
26736
26737 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26738
26739 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26740
26741 * progmodes/gdb-ui.el (gdb-memory-address)
26742 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26743 (gdb-memory-mode-map, gdb-memory-format-keymap)
26744 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26745 (gdb-memory-unit-menu): New variables for a buffer
26746 that lets the user examine program memory.
26747 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26748 (gdb-memory-format-binary, gdb-memory-format-octal)
26749 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26750 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26751 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26752 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26753 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26754 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26755 (gdb-memory-mode, gdb-memory-buffer-name)
26756 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26757 New functions for above buffer.
26758
26759 2005-01-30 Richard M. Stallman <rms@gnu.org>
26760
26761 * cus-edit.el (custom-bury-buffer): Function deleted.
26762 (custom-buffer-done-function): Option deleted.
26763 (custom-buffer-done-kill): New replacement option.
26764 (Custom-buffer-done): Call quit-window.
26765 (custom-buffer-create-internal): Update for above changes.
26766
26767 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26768
26769 * simple.el (undo-ask-before-discard): New var.
26770 (undo-outer-limit-truncate): Implement it.
26771 (undo-extra-outer-limit): Doc update.
26772
26773 2005-01-29 Richard M. Stallman <rms@gnu.org>
26774
26775 * ses.el (undo-more): Delete defadvice.
26776 (ses-begin-change): Doc fix.
26777
26778 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26779 instead of rebinding C-x u and C-_.
26780
26781 * files.el (normal-backup-enable-predicate): Return nil for files
26782 in /tmp, regardless of temporary-file-directory.
26783
26784 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26785
26786 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26787 (open-rectangle, delete-whitespace-rectangle-line)
26788 (clear-rectangle-line): If FILL, pass t instead of FILL
26789 for move-to-column's 2nd arg.
26790
26791 * simple.el (undo): Fix the test for continuing a series of undos.
26792 (undo-more): Set pending-undo-list to t when we reach end.
26793 (pending-undo-list): Move up defvar.
26794
26795 * wid-edit.el (widget-button-click):
26796 Shorten the range of the track-mouse binding.
26797
26798 * comint.el (comint-insert-input): Undo previous changes;
26799 use last-input-event in interactive spec.
26800
26801 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26802
26803 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26804 to nil before invoking call-process. Reset buffer's modified flag
26805 after fontifying it in the no-async branch.
26806
26807 * wid-edit.el (widget-specify-button): If mouse pointer shape
26808 cannot be changed, use mouse face instead.
26809
26810 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26811
26812 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26813 (gdb-goto-breakpoint): Make breakpoint handling work on template
26814 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26815 (gdb-assembler-custom): Update to recognize breakpoint information
26816 added on 2005-01-19.
26817
26818 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26819
26820 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26821 (dsssl-mode): Use define-derived-mode.
26822 (scheme-mode-initialize): Remove.
26823 (scheme-mode): Use run-mode-hooks.
26824
26825 * cus-edit.el (customize-group-other-window)
26826 (custom-buffer-create-other-window): Don't override special-display-*.
26827 (custom-mode-map): Make it dense.
26828
26829 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26830 sets the default value.
26831
26832 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26833
26834 * descr-text.el: Add more keywords.
26835
26836 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26837
26838 * speedbar.el: Avoid unnecessary use of locate-library.
26839
26840 * international/mule-cmds.el (standard-display-european-internal):
26841 Don't fiddle with latin-1 non-break space any more since it's now
26842 special cased in the C code.
26843 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26844
26845 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26846
26847 * cus-start.el (all): Add `undo-outer-limit'.
26848
26849 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26850
26851 * textmodes/bibtex.el (bibtex-format-entry):
26852 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26853 field lines.
26854 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26855 not on part of a buffer.
26856
26857 2005-01-25 Lute Kamstra <lute@gnu.org>
26858
26859 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26860 nonempty field text strings like "{letters\\macro{}more letters}".
26861 Clarify docstring.
26862 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26863 (bibtex-entry-offset, bibtex-parse-association)
26864 (bibtex-parse-field-name): Fix typos in docstrings.
26865 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26866
26867 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26868
26869 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26870 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26871 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26872 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26873
26874 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26875 isearch minor mode.
26876
26877 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26878
26879 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26880
26881 2005-01-24 Lute Kamstra <lute@gnu.org>
26882
26883 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26884 CASECHARS and NOT-CASECHARS regular expressions of the
26885 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26886 striding over charsets" error.
26887
26888 2005-01-24 Jay Belanger <belanger@truman.edu>
26889
26890 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26891 display variable name.
26892
26893 2005-01-24 Kenichi Handa <handa@m17n.org>
26894
26895 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26896 Fix setting of the element of encoded-kbd-iso2022-invocations.
26897
26898 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26899
26900 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26901 (gdb-threads-select): Change to also accept mouse events.
26902 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26903 (gdb-threads-mouse-select): Delete.
26904
26905 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26906
26907 * files.el (insert-directory): Take care of empty directory,
26908 listed without -a switch.
26909
26910 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26911
26912 * textmodes/refill.el (refill-post-command-function):
26913 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26914 to the list of functions that we should be careful not to undo.
26915 (refill-late-fill-paragraph-function): Remove.
26916 (refill-saved-state): New var.
26917 (refill-mode): Use it to save fill-paragraph-function.
26918 Save also the value of auto-fill-function.
26919
26920 * term/w32-win.el: Simplify code.
26921
26922 2005-01-23 Kim F. Storm <storm@cua.dk>
26923
26924 * simple.el (line-move): Adapt to new return value from
26925 pos-visible-in-window-p.
26926
26927 * simple.el (line-move): Fix last change. Check partial
26928 visibility at point rather than at window-start.
26929
26930 2005-01-22 Jason Rumney <jasonr@gnu.org>
26931
26932 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26933
26934 2005-01-22 David Kastrup <dak@gnu.org>
26935
26936 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26937
26938 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26939
26940 * type-break.el (type-break-mode): Add a test for
26941 type-break-file-name being non-nil.
26942
26943 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26944
26945 * net/eudc.el (top level): Call (message "") via progn, so that
26946 eudc-options-file is loaded.
26947
26948 2005-01-22 Kim F. Storm <storm@cua.dk>
26949
26950 * simple.el (line-move-1): Rename from line-move.
26951 (line-move): New function that adjusts vscroll for partially
26952 visible rows, and calls line-move-1 otherwise.
26953
26954 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26955
26956 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26957 since it's not a complete read-event implementation
26958
26959 2005-01-20 Jay Belanger <belanger@truman.edu>
26960
26961 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26962 for called function.
26963
26964 2005-01-20 Steven Tamm <steventamm@mac.com>
26965
26966 * term/mac-win.el (process-connection-type): Remove.
26967 Controlled now by s/darwin.h:PTY_ITERATION.
26968
26969 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26970
26971 * window.el (handle-select-window): Don't switch window when we're
26972 in the minibuffer.
26973
26974 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26975
26976 * subr.el (dotimes-with-progress-reporter): New macro.
26977
26978 * ses.el (ses-dotimes-msg): Remove macro.
26979 Use `dotimes-with-progress-reporter' instead.
26980
26981 2005-01-19 Steven Tamm <steventamm@mac.com>
26982
26983 * term/mac-win.el (process-connection-type): Use new
26984 operating-system-release variable to use ptys on Darwin 7 (OS X
26985 10.3) when using carbon build.
26986
26987 2005-01-19 Jay Belanger <belanger@truman.edu>
26988
26989 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26990 flags if the last command was a tab or M-tab.
26991
26992 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26993 in formula editing buffer.
26994
26995 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26996
26997 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26998 breakpoint image symbol in margin.
26999
27000 2005-01-19 Jay Belanger <belanger@truman.edu>
27001
27002 * calc/calc-prog.el (calc-execute-kbd-macro):
27003 Ignore calc-keep-arg-flag.
27004
27005 2005-01-19 Kenichi Handa <handa@m17n.org>
27006
27007 * textmodes/ispell.el (ispell-looking-at): New function.
27008 (ispell-process-line): Use ispell-looking-at to compare the ispell
27009 output and the buffer contents.
27010
27011 2005-01-18 Jay Belanger <belanger@truman.edu>
27012
27013 * calc/calc.el (calc-display-raw): Fix docstring.
27014
27015 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
27016
27017 * simple.el (blink-matching-open): Strip extra info from syntax.
27018
27019 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
27020 funny chars in the end-of-here-doc marker.
27021
27022 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27023
27024 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
27025 that enable/disabled state of breakpoints is shown correctly in
27026 fringe and on ttys.
27027 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
27028 Add breakpoint information as text properties.
27029 (gdb-mouse-toggle-breakpoint):
27030 Rename to gdb-mouse-set-clear-breakpoint.
27031 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
27032 breakpoints in the margin.
27033 (gdb-remove-strings): Simplify.
27034
27035 2005-01-17 Jay Belanger <belanger@truman.edu>
27036
27037 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
27038 erasing buffer.
27039
27040 2005-01-17 Richard M. Stallman <rms@gnu.org>
27041
27042 * progmodes/grep.el (grep-find): Copy from `grep' the condition
27043 for calling grep-compute-defaults.
27044
27045 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
27046 if buffer is empty.
27047
27048 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
27049
27050 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
27051
27052 * hilit-chg.el (highlight-changes-mode): Don't autoload.
27053
27054 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
27055 non-preloaded variables.
27056
27057 2005-01-17 Steven Tamm <steventamm@mac.com>
27058
27059 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
27060 tex-shell cause to force interactivity when using pipes.
27061
27062 2005-01-17 Kim F. Storm <storm@cua.dk>
27063
27064 * simple.el (just-one-space): Make arg optional.
27065
27066 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
27067
27068 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
27069 posn-at-x-y to t to access left-margin.
27070
27071 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
27072
27073 Sync with Tramp 2.0.47.
27074
27075 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
27076 catching keep-date problems in cp/scp operations.
27077 (tramp-handle-copy-file): Don't call `set-file-modes'
27078 unconditionally. Specialized functions should know better what is
27079 necessary. This improves performance a little bit, and the
27080 functions could catch errors with `cp -p' and `scp -p'.
27081 (tramp-do-copy-or-rename-file-via-buffer)
27082 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27083 when appropriate.
27084 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27085 Call `set-file-modes' when appropriate.
27086 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27087 Johnsson <isak@hypergene.com>
27088 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27089 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27090 <joakim@verona.se>
27091 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27092 Emacs only.
27093
27094 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27095 `find-file-hooks' and `dired-mode-hook'.
27096 (tramp-minor-mode-map): Respective map. Add remapping for
27097 `compile' and `recompile'.
27098 (tramp-remap-command, tramp-recompile): New defuns.
27099 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27100 in buffer "*Compilation*". Call the commands asynchronously.
27101
27102 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27103 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27104 `shell-command', because it isn't magic in XEmacs. Reported by
27105 Adrian Aichner <adrian@xemacs.org>.
27106
27107 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27108 `substitute-in-file-name.
27109 (tramp-smb-handle-substitute-in-file-name): New defun.
27110 (tramp-smb-advice-PC-do-completion): Delete advice.
27111
27112 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
27113
27114 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27115 Fix error in deleting region.
27116
27117 2005-01-15 Richard M. Stallman <rms@gnu.org>
27118
27119 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27120 In non-temp buffer, switch syntax table temporarily.
27121
27122 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27123
27124 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27125
27126 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27127
27128 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27129 (imenu--generic-function): Use START, not BEG, as pos of definition.
27130
27131 * simple.el (just-one-space): Argument specifies number of spaces.
27132
27133 * simple.el (eval-expression-print-format): Avoid warning
27134 about edebug-active.
27135
27136 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
27137
27138 * progmodes/sh-script.el: Code copied from make-mode.el
27139 with small changes,
27140 (sh-mode-map): Bind C-c C-\.
27141 (sh-backslash-column, sh-backslash-align): New variables.
27142 (sh-backslash-region, sh-append-backslash): New functions.
27143
27144 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27145
27146 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27147 (rmail-pop-password, rmail-pop-password-required): Move to
27148 rmail-obsolete group.
27149 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27150 All callers updated.
27151 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27152 Take an argument specifying whether it is POP or IMAP mailbox we
27153 are using. All callers updated.
27154 (rmail-pop-password-error): Rename to
27155 rmail-remote-password-error. Added mailutils-specific error message.
27156 (rmail-movemail-search-path)
27157 (rmail-movemail-variant-in-use): New variables.
27158 (rmail-remote-password, rmail-remote-password-required):
27159 New customization variables.
27160 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27161 (rmail-parse-url): New function.
27162 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27163 with GNU mailutils movemail.
27164
27165 2005-01-15 Kevin Ryde <user42@zip.com.au>
27166
27167 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27168 suffix to space, $ or '$, to correctly position point when going
27169 to @table style constants like DBL_MAX.
27170
27171 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27172
27173 * type-break.el (type-break-mode, type-break-file-time)
27174 (type-break-file-keystroke-count, type-break-choose-file):
27175 Don't store data in or load data from the file if type-break-file-name
27176 is nil.
27177 (type-break-file-name): Doc update as per the above.
27178
27179 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27180
27181 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27182 lookup-key might return nil; handle that.
27183
27184 2005-01-15 Alan Mackenzie <acm@muc.de>
27185
27186 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27187 rather than the element found, thus enabling the tree to be setcar'd.
27188
27189 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27190
27191 * textmodes/org.el (org-show-following-heading): New option.
27192 (org-show-hierarchy-above): Use `org-show-following-heading'.
27193 (org-cycle): Documentation fix.
27194
27195 * textmodes/org.el (orgtbl-optimized): New option
27196 (orgtbl-mode): New command, a minor mode.
27197 (orgtbl-mode-map): New variable.
27198 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27199 (orgtbl-error, orgtbl-self-insert-command)
27200 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27201
27202 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27203 a local variable in each org-mode buffer.
27204
27205 * textmodes/org.el (org-set-regexps-and-options): Rename from
27206 `org-set-regexps'. Added checking for STARTUP keyword.
27207 (org-get-current-options): Add STARTUP options.
27208 (org-table-insert-row): Make mode intelligent about when
27209 realignment is needed.
27210 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27211 New commands.
27212 (org-enable-table-editor): New default value `optimized'.
27213 (org-table-blank-field): Support blanking regions if active.
27214
27215 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27216
27217 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27218 if the year is not given.
27219
27220 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27221 Add new escapes %m and %M, fixed bug with %F by adding
27222 save-match-data.
27223 (reftex-reference): Remove ?. from list of spaces.
27224 (reftex-label-info): Add automatic label prefix recognition.
27225
27226 * textmodes/reftex-index.el (reftex-index-next-phrase):
27227 Add slave parameter to call of `reftex-index-this-phrase'.
27228 (reftex-index-this-phrase): New optional argument.
27229 (reftex-index-region-phrases): Add slave parameter to call of
27230 `reftex-index-this-phrase'.
27231 (reftex-display-index): New argument redo.
27232 (reftex-index-rescan): Add `redo' to arguments of
27233 `reftex-display-index'.
27234 (reftex-index-Rescan, reftex-index-revert)
27235 (reftex-index-switch-index-tag): Add `redo' to arguments of
27236 `reftex-display-index'.
27237 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27238 indexing. Fix bug with matching is there is a quote before or
27239 after the word.
27240
27241 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27242 Fix bug when collecting citation keys in lines with comments.
27243 (reftex-citation): Prefix argument no longer rescans the document,
27244 but forces prompting for optional arguments of cite macros.
27245 (reftex-do-citation): Prompting for optional arguments implemented.
27246
27247 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27248 Add optional arguments to most cite commands.
27249 (reftex-cite-cleanup-optional-args): New option
27250 (reftex-cite-prompt-optional-args): New option.
27251 (reftex-trust-label-prefix): New option.
27252
27253 * textmodes/reftex-toc.el (reftex-toc-find-section):
27254 Add push-mark before changing the position in the buffer.
27255
27256 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27257 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27258
27259 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
27260
27261 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27262 more carefully.
27263
27264 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
27265
27266 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27267 (sgml-mode): Use it.
27268 (sgml-get-context): Better keep track of implicitly closed tags.
27269
27270 2005-01-13 Kenichi Handa <handa@m17n.org>
27271
27272 * textmodes/ispell.el: These changes are to fix misalignment error
27273 caused by equivalent characters of different Emacs charsets.
27274 (ispell-unified-chars-table): New variable.
27275 (ispell-get-decoded-string): New function.
27276 (ispell-get-casechars, ispell-get-not-casechars)
27277 (ispell-get-otherchars): Call ispell-get-decoded-string.
27278
27279 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27280
27281 * custom.el (custom-declare-variable): Just put symbol instead
27282 of (defvar . symbol) in `current-load-list'.
27283
27284 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
27285
27286 * emacs-lisp/elint.el: Fixed typo in Commentary section.
27287
27288 2005-01-12 Jay Belanger <belanger@truman.edu>
27289
27290 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27291 to create a Calc summary.
27292
27293 2005-01-12 Kim F. Storm <storm@cua.dk>
27294
27295 * mouse.el (mouse-on-link-p): Change functionality and doc
27296 string to comply with latest description in lisp ref.
27297
27298 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
27299
27300 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27301 Enable mouse clicks on mode-line, header-line and margin.
27302 (event-type): Give mouse event symbols an `event-kind' property
27303 with value `mouse-click'.
27304
27305 2005-01-12 Juri Linkov <juri@jurta.org>
27306
27307 * facemenu.el (list-colors-display): Add new arg buffer-name.
27308 Use it. Fix docstring. Replace code for identifying duplicate
27309 colors by the name with call to `list-colors-duplicates' which
27310 identifies duplicate colors by the value unless the color
27311 is one of special Windows colors. Set truncate-lines to t.
27312 Print sorted duplicate color names on each line. Indent to 22
27313 \(the longest color name in rgb.txt) instead of 20. Optimize.
27314 (list-colors-duplicates): New function.
27315 (facemenu-color-name-equal): Delete function.
27316
27317 * facemenu.el (list-colors-print): New function created from code
27318 in list-colors-display. Print #RRGGBB at the window right edge.
27319 (list-colors-display): When temp-buffer-show-function is not
27320 defined, call list-colors-print from temp-buffer-show-hook
27321 to get the right value of window-width in list-colors-print
27322 after the buffer is displayed.
27323
27324 * simple.el (pop-mark): Move deactivate-mark out of conditional
27325 part to deactivate the active mark regardless of the state of the
27326 mark ring.
27327
27328 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27329 variables line in desktop files.
27330
27331 2005-01-12 Juri Linkov <juri@jurta.org>
27332
27333 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27334 Bring together isearch highlight related options.
27335 (lazy-highlight): Replace group `replace' by `matching'.
27336 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27337 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27338 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27339 and declare them obsolete.
27340 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27341 (isearch-faces): Remove defgroup.
27342 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27343 Move isearch highlighting code closer to lazy highlighting code.
27344
27345 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27346 (query-replace-highlight, query-replace-lazy-highlight)
27347 (query-replace): Move definitions to the beginning of the file.
27348
27349 2005-01-11 Juri Linkov <juri@jurta.org>
27350
27351 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27352 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27353 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27354
27355 * info.el (Info-history-forward): New variable.
27356 (Info-select-node): Reset Info-history-forward to nil.
27357 (Info-last): Turn into defalias.
27358 (Info-history-back): Rename from Info-last.
27359 Add current node to Info-history-forward.
27360 (Info-history-forward): New fun.
27361 (Info-mode-map): Replace Info-last by Info-history-back.
27362 Bind Info-history-forward to "r".
27363 (Info-mode-menu): Replace Info-last by Info-history-back.
27364 Fix menu item text. Add menu item for Info-history-forward.
27365 (info-tool-bar-map): Replace Info-last by Info-history-back.
27366 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27367 for Info-history-forward.
27368 (Info-mode): Replace Info-last by Info-history-back in docstring.
27369 Add local variable Info-history-forward.
27370 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27371
27372 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27373
27374 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27375 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27376 Ignore select-window events rather than fiddle with
27377 mouse-autoselect-window.
27378
27379 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27380
27381 * type-break.el (type-break-mode): Fix previous change.
27382
27383 2005-01-10 Jay Belanger <belanger@truman.edu>
27384
27385 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27386 calculator; only reset when point is inside a calculator.
27387 Don't adjust the window height if the window takes up the whole height
27388 of the frame.
27389
27390 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27391
27392 * ebuff-menu.el (Electric-buffer-menu-mode):
27393 Preserve value of buffer-local var header-line-format.
27394
27395 2005-01-09 Jay Belanger <belanger@truman.edu>
27396
27397 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27398 Make sure settings file exists before accessing it.
27399
27400 * calc/calc-embed.el (calc-embedded-subst):
27401 Replace math-multi-subst-rec, which is only supposed to be called
27402 by math-multi-subst, by math-multi-subst.
27403
27404 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27405
27406 * vc.el (vc-allow-async-revert): New user option.
27407 (vc-disable-async-diff): New internal variable.
27408 (vc-revert-buffer): Use them to disable asynchronous diff.
27409
27410 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27411 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27412 asynchronously if vc-disable-async-diff is t.
27413
27414 2005-01-09 Jay Belanger <belanger@truman.edu>
27415
27416 * calc/calc.el (defcalcmodevar): New macro.
27417 (calc-mode-var-list-restore-default-values)
27418 (calc-mode-var-list-restore-saved-values): New functions.
27419 (calc-mode-var-list): Use defcalcmodevar to define it.
27420 (calc-always-load-extensions, calc-line-numbering)
27421 (calc-line-breaking, calc-display-just, calc-display-origin)
27422 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27423 (calc-group-char, calc-point-char, calc-frac-format)
27424 (calc-prefer-frac, calc-hms-format, calc-date-format)
27425 (calc-float-format, calc-full-float-format, calc-complex-format)
27426 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27427 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27428 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27429 (calc-matrix-brackets, calc-language, calc-language-option)
27430 (calc-left-label, calc-right-label, calc-word-size)
27431 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27432 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27433 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27434 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27435 (calc-window-height, calc-display-trail, calc-show-selections)
27436 (calc-use-selections, calc-assoc-selections)
27437 (calc-display-working-message, calc-auto-why, calc-timing)
27438 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27439 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27440 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27441 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27442 (calc-gnuplot-geometry, calc-graph-default-resolution)
27443 (calc-graph-default-resolution-3d, calc-invocation-macro)
27444 (calc-show-banner): Use defcalcmodevar to declare them and set
27445 their default values.
27446
27447 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27448 instead of default values (but restore default values if there is
27449 an argument of 0).
27450
27451 2005-01-09 David Kastrup <dak@gnu.org>
27452
27453 * desktop.el (desktop-restore-eager): Fix typo in type.
27454
27455 2005-01-08 Richard M. Stallman <rms@gnu.org>
27456
27457 * cus-edit.el (customize): Delete :link.
27458
27459 2005-01-08 Jay Belanger <belanger@truman.edu>
27460
27461 * calc/calc.el (calc-mode): Remove the extension from the
27462 `calc-settings-file' file name when loading it.
27463
27464 2005-01-08 Kim F. Storm <storm@cua.dk>
27465
27466 * info.el (Info-mode-map, Info-next-link-keymap)
27467 (Info-prev-link-keymap, Info-up-link-keymap):
27468 Map follow-link to mouse-face.
27469 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27470
27471 2005-01-08 Jay Belanger <belanger@truman.edu>
27472
27473 * calc/calc.el (calc-settings-file): Change default value.
27474 Suggested by cgw in a comment in calc-mode.el.
27475
27476 * calc/calc-mode.el (calc-settings-file-name):
27477 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27478 Replace ~/.emacs in a prompt by calc-settings-file.
27479
27480 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27481
27482 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27483 (desktop-lazy-idle-delay): New customizable variables.
27484 (desktop-buffer-args-list): New variable.
27485 (desktop-append-buffer-args): New function.
27486 (desktop-save): Call desktop-append-buffer-args for some buffers.
27487 (desktop-lazy-create-buffer): New function.
27488 (desktop-idle-create-buffers): New function.
27489 (desktop-read): Add message about buffers to restore lazily.
27490 (desktop-lazy-abort): New command.
27491 (desktop-clear): Call desktop-lazy-abort.
27492 (desktop-lazy-complete): New command.
27493
27494 2005-01-06 Richard M. Stallman <rms@gnu.org>
27495
27496 * emacs-lisp/find-func.el (find-face-definition):
27497 Rename from find-face.
27498
27499 2005-01-06 Kim F. Storm <storm@cua.dk>
27500
27501 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27502
27503 * man.el (Man-xref-man-page, Man-xref-header-file)
27504 (Man-xref-normal-file): Add follow-link property.
27505
27506 2005-01-06 Jay Belanger <belanger@truman.edu>
27507
27508 * calc/calc-units.el: Make sure the proper macro definitions are
27509 available when compiling.
27510
27511 2005-01-06 Juri Linkov <juri@jurta.org>
27512
27513 * isearch.el (isearch-lazy-highlight-update):
27514 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27515
27516 2005-01-06 Miles Bader <miles@gnu.org>
27517
27518 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27519 (isearch-lazy-highlight-face): Use new name.
27520
27521 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27522
27523 * uniquify.el (uniquify-rationalize-file-buffer-names):
27524 Re-add an interactive spec.
27525 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27526 to the same name.
27527
27528 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27529 (isearch-update, isearch-done): Adjust calls accordingly.
27530
27531 2005-01-05 Richard M. Stallman <rms@gnu.org>
27532
27533 * custom.el (custom-set-variables, custom-theme-set-variables):
27534 Clarify documentation.
27535
27536 * emacs-lisp/find-func.el (find-variable)
27537 (find-variable-other-window, find-variable-other-frame):
27538 Fix the TYPE args to find-function-read and find-function-do-it.
27539 (find-function): Doc fix.
27540 (find-function-at-point): Replace function-at-point alias.
27541
27542 2005-01-04 Richard M. Stallman <rms@gnu.org>
27543
27544 * cus-face.el (custom-declare-face):
27545 Record defface in current-load-list.
27546
27547 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27548
27549 * emacs-lisp/find-func.el: Doc fixes.
27550 (find-face-regexp): New variable.
27551 (find-function-regexp-alist): New variable.
27552 (find-function-C-source): Third arg is now TYPE.
27553 (find-function-search-for-symbol): Handle general TYPE.
27554 (find-function-read, find-function-do-it): Handle general TYPE.
27555 (find-definition-noselect, find-face): New functions.
27556 (function-at-point): Alias deleted.
27557
27558 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27559
27560 * battery.el (display-battery-mode): Rename from display-battery.
27561 Handle the case where it gets turned off.
27562
27563 2005-01-04 Richard M. Stallman <rms@gnu.org>
27564
27565 * cus-edit.el (customize): Make :link point to user doc.
27566
27567 * man.el (Man-fontify-manpage): Turn off undo generation.
27568
27569 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27570
27571 2005-01-04 Andreas Schwab <schwab@suse.de>
27572
27573 * files.el (insert-directory): Only look for error lines in
27574 inserted text. Don't move too far after processing --dired markers.
27575
27576 2005-01-04 Richard M. Stallman <rms@gnu.org>
27577
27578 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27579 Don't expand if the character is @, period, dash, etc.
27580 (define-mail-abbrev): Quote names that contain problem characters.
27581
27582 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27583
27584 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27585
27586 2005-01-03 Richard M. Stallman <rms@gnu.org>
27587
27588 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27589 (query-replace-highlight, query-replace-lazy-highlight)
27590 (query-replace): Definitions moved up. Doc fix.
27591
27592 2005-01-03 Richard M. Stallman <rms@gnu.org>
27593
27594 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27595 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27596 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27597 (lazy-highlight-face): Rename from isearch-lazy-...
27598 Change all references to them.
27599
27600 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27601
27602 * cus-edit.el (custom-file): Doc fix for defcustom.
27603 (custom-file): The function no longer sets the variable
27604 `custom-file' to its return value.
27605
27606 * startup.el (command-line): No longer load `custom-file'.
27607
27608 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27609
27610 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27611
27612 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27613 Don't confuse module-prefixed identifiers for labels.
27614 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27615
27616 2005-01-02 Richard M. Stallman <rms@gnu.org>
27617
27618 * files.el (basic-save-buffer-1): Fix previous change.
27619
27620 * loadhist.el (file-loadhist-lookup): New function.
27621 (file-provides, file-requires): Use it.
27622
27623 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27624 instead of calculating the right size.
27625
27626 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27627
27628 * vc-svn.el (vc-svn-diff): Stay local if possible.
27629
27630 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27631
27632 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27633
27634 * files.el (hack-local-variables): Fix last change.
27635
27636 2005-01-02 Jay Belanger <belanger@truman.edu>
27637
27638 * calc/calc-yank.el (calc-edit-top): New variable.
27639 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27640 object. Change header properties.
27641 (calc-edit-finish, calc-edit-finish-stack-object)
27642 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27643 edited object.
27644 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27645 for the beginning of the edited object.
27646 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27647 for the beginning of the edited object.
27648 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27649 (calc-finish-formula-edit, calc-macro-repeats)
27650 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27651 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27652 beginning of the edited object.
27653 (calc-user-define-edit): Change the header for editing macros.
27654 Remove unnecessary variable.
27655
27656 2005-01-01 Jay Belanger <belanger@truman.edu>
27657
27658 * calc/calc-yank.el (calc-edit-mode): Change default header.
27659 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27660 * calc/calc-store.el (calc-edit-variable): Change title to match new
27661 header.
27662 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27663 mode to match new header.
27664 (calc-user-define-edit): Change titles to include names of commands.
27665 (calc-finish-formula-edit): Adjust to handle new header.
27666 (calc-finish-macro-edit): Remove.
27667 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27668 (calc-edit-macro-command, calc-edit-macro-command-type)
27669 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27670 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27671 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27672 (calc-edit-macro-finish-edit): New functions.
27673 (calc-user-define-edit): Use new functions to edit named calc macros.
27674
27675 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27676
27677 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27678
27679 * ses.el (copy-region-as-kill): Deactivate mark.
27680
27681 2005-01-01 Richard M. Stallman <rms@gnu.org>
27682
27683 * replace.el (occur-1): If the output buffer is also an input,
27684 don't kill it, rename it.
27685
27686 * faces.el (set-face-background, set-face-foreground): Doc fix.
27687
27688 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27689 for :foreground and :background.
27690
27691 * dired.el (dired-view-command-alist): Variable deleted.
27692 (dired-view-file, dired-mouse-find-file-other-window):
27693 Delete the code to use it.
27694
27695 2005-01-01 Kim F. Storm <storm@cua.dk>
27696
27697 * image.el (insert-sliced-image): Use t for line-height property.
27698
27699 See ChangeLog.11 for earlier changes.
27700
27701 ;; Local Variables:
27702 ;; coding: iso-2022-7bit
27703 ;; End:
27704
27705 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27706 Copying and distribution of this file, with or without modification,
27707 are permitted provided the copyright notice and this notice are preserved.
27708
27709 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1