]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(undo-more): When undo information for the region is exhausted, say
[gnu-emacs] / lisp / ChangeLog
1 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2
3 * simple.el (undo-more): When undo information for the region is
4 exhausted, say "No further undo information FOR REGION".
5
6 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7
8 * progmodes/sh-script.el (sh-prev-thing): Take
9 `sh-leading-keywords' into account.
10
11 2006-09-29 Glenn Morris <rgm@gnu.org>
12
13 * custom.el (defcustom): Doc fix.
14
15 * calendar/calendar.el (european-calendar-style): Call
16 european-calendar or american-calendar as needed when set.
17 (diary-view-entries, list-calendar-holidays): Move autoloads
18 before use.
19
20 2006-09-29 Juri Linkov <juri@jurta.org>
21
22 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
23 to nil if there is no previous property change.
24
25 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
26
27 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
28 saving anything to be sure that `forward-sexp' behaves correctly.
29
30 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
31
32 * simple.el (line-move-finish): Ignore field boundaries if the
33 initial and final points have the same `field' property.
34
35 2006-09-29 Kim F. Storm <storm@cua.dk>
36
37 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
38 to t while calling ido-read-internal.
39
40 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
41
42 * textmodes/org.el (org-file-remote-p): Get regexp from list.
43 (org-archive-subtree): remove erraneous `]' from character list.
44
45 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
46
47 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
48 (ses-reconstruct-all): Make undo of "insert row" work by keeping
49 markers for data-area and parameters-area.
50
51 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
54
55 * font-lock.el (font-lock-after-change-function): Refontify next line
56 as well if end is at BOL.
57 (font-lock-extend-jit-lock-region-after-change): Be more careful to
58 only extend the region as much as needed.
59
60 2006-09-28 Richard Stallman <rms@gnu.org>
61
62 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
63
64 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
65
66 * international/mule.el (after-insert-file-set-coding):
67 If VISIT, don't let set-buffer-multibyte make undo info.
68
69 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
70
71 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
72 lines in base64-encoded authentication response.
73
74 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
75
76 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
77 (ebnf-version): New version 4.3.
78 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
79 (ebnf-prologue): Adjust PostScript programming.
80 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
81 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
82
83 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * jit-lock.el (jit-lock-force-redisplay): Rename from
86 jit-lock-fontify-again, and undo the mistaken change I've just done.
87
88 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
89 (jit-lock-fontify-again): Don't refontify text that's not displayed.
90
91 2006-09-26 Kenichi Handa <handa@m17n.org>
92
93 * startup.el (display-splash-screen): Allow a prefix argument.
94
95 2006-09-25 Jason Rumney <jasonr@gnu.org>
96
97 * subr.el (shell-quote-argument): Use DOS logic for Windows
98 shells with DOS semantics.
99
100 2006-09-24 Richard Stallman <rms@gnu.org>
101
102 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
103 (compilation-goto-locus): Use compilation-goto-locus-delete-o
104 to delete the overlay. Put it on pre-command-hook.
105
106 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
107
108 * startup.el (fancy-splash-screens, normal-splash-screen):
109 Call the splash buffer *About GNU Emacs*.
110
111 * simple.el (next-error-highlight, next-error-highlight-no-select):
112 Default to 0.5.
113 (yank-excluded-properties): Add `fontified'.
114
115 * font-lock.el (font-lock-compile-keywords): Allow value of
116 syntax-begin-function to enable paren-column-0 highlighting.
117
118 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
119
120 * dired.el (dired-build-subdir-alist): When file ends in colon,
121 don't exit the loop, just disregard that file.
122
123 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
124
125 * simple.el (line-move-finish): Handle corner case for fields in
126 continued lines.
127 (line-move-1): Remove flawed test for that case.
128
129 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
130
131 * icomplete.el (icomplete-simple-completing-p): Use the correct
132 name for the new variable, `icomplete-with-completion-tables'.
133 (file local variables): Remove superfluous setting.
134
135 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
136
137 * calendar/appt.el (appt-check): Fix typo for appointments just
138 after midnight.
139
140 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
141
142 * help.el (describe-key-briefly, describe-key): Don't expect an
143 extra up event if a down-event is generated by a popup menu.
144
145 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
146
147 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
148 local dictionary when changing the global dictionary.
149
150 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
151
152 * icomplete.el (icomplete-with-completion-tables): List of
153 specialized completion tables with which icomplete should
154 operate. Include the new `internal-complete-buffer', so icomplete
155 works with interactive buffer-selection.
156 (icomplete-simple-completing-p): Add acceptance of specialized
157 completion tables listed in icomplete-with-completion-tables.
158
159 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
160
161 * frame.el (focus-follows-mouse): Set default to nil on Mac.
162
163 * startup.el (command-line): Use `custom-reevaluate-setting' for
164 `focus-follows-mouse'.
165
166 2006-09-22 Richard Stallman <rms@gnu.org>
167
168 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
169 explain why Save is not available.
170
171 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
172
173 * woman.el (woman0-so): Use `let*', not `let'.
174 (woman-horizontal-line): Remove unbalanced parenthesis.
175
176 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * woman.el: Make sure all the end-of-region markers we use have
179 a non-nil insertion-type.
180 (woman0-so): Move things around so we can use copy-marker.
181 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
182 Adjust marker type.
183 (woman2-process-escapes): Check marker type.
184 (woman-horizontal-line): Dispense with the use of a marker.
185
186 2006-09-22 Jay Belanger <belanger@truman.edu>
187
188 * calc/calc-lang.el: Add Greek letters to math-variable-table
189 property of tex.
190
191 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
192
193 * files.el (save-some-buffers-action-alist): Display diff in
194 view-mode.
195
196 2006-09-22 Masatake YAMATO <jet@gyve.org>
197
198 * add-log.el (add-log-current-defun): Use `forward-sexp'
199 instead of `forward-word' to pick c++::symbol.
200 Reported by Herbert Euler <herberteuler@hotmail.com>.
201
202 2006-09-22 Kenichi Handa <handa@m17n.org>
203
204 * bindings.el: Fix setting self-insert-command for multibyte
205 characters in global-map.
206
207 2006-09-21 David Kastrup <dak@gnu.org>
208
209 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
210 doc string.
211
212 2006-09-21 Kim F. Storm <storm@cua.dk>
213
214 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
215 (pushnew): Fix last change.
216
217 2006-09-21 Kenichi Handa <handa@m17n.org>
218
219 * language/european.el ("Latin-1"): Add windows-1252 to
220 coding-priority.
221 ("German"): Likewise.
222
223 2006-09-21 Kim F. Storm <storm@cua.dk>
224
225 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
226 Suggested by Miles Bader.
227
228 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
229 instead of add-to-list in the simple case.
230
231 2006-09-20 Kenichi Handa <handa@m17n.org>
232
233 * isearch.el (isearch-process-search-char): Cancel the previous
234 change.
235 (isearch-search-string): New function.
236 (isearch-search): Use isearch-search-string.
237 (isearch-lazy-highlight-search): Likewise.
238
239 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
240
241 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment
242 to become an option.
243
244 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
247
248 2006-09-20 Kim F. Storm <storm@cua.dk>
249
250 * simple.el (line-move-partial): Call pos-visible-in-window-p with
251 position t instead of trying both window-end and window-end - 1.
252
253 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
254
255 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
256 hidden trees.
257
258 2006-09-20 David Kastrup <dak@gnu.org>
259
260 * mouse.el (mouse-posn-property): Improve doc string.
261 (mouse-on-link-p): Change buffers for function calls on links.
262
263 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
264 buffer is read-only.
265
266 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
267
268 * allout.el (allout-unprotected): Let inhibit-read-only only when
269 buffer-read-only isn't set.
270 (allout-annotate-hidden): Enable topic annotation during copies even
271 when the buffer is read-only, eg for topic copies. Ensure that the loop
272 advances, even when the span extends beyond the deletion region.
273 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
274 rather than allout-exposure-changed-hook, as a stronger assertion.
275 (allout-keybindings-list): Add bindings for
276 allout-copy-line-as-kill and allout-copy-topic-as-kill.
277 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
278 Copy wrappers for allout-kill-line and allout-kill-topic.
279 (allout-listify-exposed): Position correctly to accumulate lines.
280
281 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
282
283 * simple.el (line-move-1): Escape field boundaries occurring
284 exactly at point. Update goal column if constrained to a field.
285 (line-move-finish): Escape field boundaries occurring exactly at point.
286
287 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * mouse.el (mouse-on-link-p): Tentatively fix last change.
290 (mouse-drag-vertical-line): Remove unused var `wconfig'.
291
292 2006-09-19 Kim F. Storm <storm@cua.dk>
293
294 * help.el (describe-key-briefly, describe-key): Simplify printing
295 of descriptions by using format and %S. Fix "is undefined"
296 messages to say "at that spot" for mouse events.
297
298 * simple.el (line-move-partial): Optimize. Try window-line-height
299 before posn-at-point to get vpos of current line.
300
301 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
302
303 * viper.el: Bump up version/date of update to reflect the substantial
304 changes done in August 2006.
305
306 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
307 are defined.
308
309 * ediff-util.el (ediff-add-to-history): New function.
310
311 * ediff.el: Use ediff-add-to-history instead of add-to-history.
312
313 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
314
315 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
316 Delete duplicate make-local-variable form.
317 (conf-space-keywords): Add autoload cookie.
318 Fix typo (`keywords', not `keyword').
319
320 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
321
322 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
323 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
324 to x-gtk-use-old-file-dialog
325
326 2006-09-18 Richard Stallman <rms@gnu.org>
327
328 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
329 that might come in during mouse tracking.
330
331 2006-09-18 Kim F. Storm <storm@cua.dk>
332
333 * simple.el (line-move-partial): Rework 2006-09-15 change to use
334 new window-line-height function. Further optimize by not calling
335 pos-visible-in-window-p for window-end when window-line-height
336 returns useful information.
337
338 2006-09-16 Richard Stallman <rms@gnu.org>
339
340 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
341 (conf-space-mode): Don't handle prefix arg.
342 Delete conf-space-keywords-override code.
343 Use add-hook.
344 (conf-space-keywords): New command.
345 (conf-space-mode-internal): Be careful with imenu-generic-expression.
346 Delete conf-space-keywords-override code.
347 (conf-space-keywords-alist): Doc fix.
348 (conf-space-font-lock-keywords): Doc fix.
349 (conf-space-keywords-override): Var deleted.
350
351 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
352
353 * startup.el (fancy-splash-screens): Don't switch to the scratch
354 buffer; it may not be the next buffer.
355
356 2006-09-16 Romain Francoise <romain@orebokech.com>
357
358 * saveplace.el (load-save-place-alist-from-file): Use expanded name
359 in both messages.
360
361 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
362
363 * progmodes/python.el (python-preoutput-filter):
364 Fix arg order to string-match.
365
366 2006-09-16 Richard Stallman <rms@gnu.org>
367
368 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
369 font-lock-compile-keywords.
370
371 * font-lock.el (font-lock-compile-keywords): Rename optional arg
372 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
373
374 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
375
376 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
377
378 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
379 and the data doesn't look like UTF8, send STRING instead.
380
381 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
382
383 * textmodes/flyspell.el (flyspell-check-region-doublons):
384 New function to detect duplicated words.
385 (flyspell-large-region): Use it.
386
387 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
388
389 * simple.el (line-move-to-column): Revert 2006-08-03 change.
390
391 2006-09-16 Eli Zaretskii <eliz@gnu.org>
392
393 * help.el (describe-prefix-bindings): Use let, not let*.
394
395 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
396
397 * allout.el (allout-regexp, allout-line-boundary-regexp)
398 (allout-bob-regexp): Correct grouping and boundaries to fix
399 backwards traversal.
400 (allout-depth-specific-regexp, allout-depth-one-regexp):
401 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
402 worse time in allout-ascend.
403 (allout-doublecheck-at-and-shallower): Identify depth threshold
404 below which topics are checked for and disqualified by containment
405 discontinuities.
406 (allout-hotspot-key-handler): Correctly handle multiple-key
407 strokes. Remove some unused variables.
408 (allout-mode-leaders): Clarify that mode-specific comment-start
409 will be used.
410 (set-allout-regexp): Correctly regexp-quote allout regexps to
411 properly accept alternative header-leads and primary bullets with
412 regexp-specific characters (eg, C "/*", mathematica "(*").
413 Include new regular expressions among those configured.
414 (allout-infer-header-lead-and-primary-bullet):
415 Rename allout-infer-header-lead.
416 (allout-recent-depth): Manifest as a variable as well as a function.
417 (allout-prefix-data): Simplify into an inline instead of a macro,
418 assuming current match data rather than being explicitly passed
419 it. Establish allout-recent-depth value as well as
420 allout-recent-prefix-beginning and allout-recent-prefix-end.
421 (allout-aberrant-container-p): True when an item's immediate
422 offspring discontinuously contained. Useful for disqualifying
423 unintended topic prefixes, likely at low depths.
424 (allout-goto-prefix-doublechecked): Elaborate version of
425 allout-goto-prefix which disqualifies aberrant pseudo-items.
426 (allout-pre-next-prefix): Layer on top of lower-level routines, to
427 get disqualification of aberrant containers.
428 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
429 containers.
430 (allout-beginning-of-current-entry): Position at start of buffer
431 when in container (depth 0) entry.
432 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
433 (allout-current-bullet): Strip text properties.
434 (allout-get-prefix-bullet): Use right match groups.
435 (allout-beginning-of-line, allout-next-heading):
436 Disqualify aberrant containers.
437 (allout-previous-heading): Disqualify aberrant containers, and
438 change to regular (rather than inline) function, to allow
439 self-recursion.
440 (allout-get-invisibility-overlay): Increment so progress is made
441 when the first overlay is not the sought one.
442 (allout-end-of-prefix): Disqualify aberrant containers.
443 (allout-end-of-line): Cycle something like allout-beginning-of-line.
444 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
445 outline.el outlines) functional again. Change the primary bullet
446 along with the header-lead - level 1 new-style bullets now work.
447 Engage allout-before-change-handler in mainline emacs, not just
448 xemacs, to do undo handling.
449 (allout-before-change-handler): Expose undo changes occurring in
450 hidden regions. Use allout-get-invisibility-overlay instead of
451 reimplementing it inline.
452 (allout-chart-subtree): Use start rather than end of prefix in
453 charts. Use allout-recent-depth variable.
454 (allout-chart-siblings): Disqualify aberrant topics.
455 (allout-beginning-of-current-entry): Position correctly.
456 (allout-ascend): Use new allout-depth-specific-regexp and
457 allout-depth-one-regexp for linear instead of O(N^2) or worse
458 behavior.
459 (allout-ascend-to-depth): Depend on allout-ascend, rather than
460 reimplementing an algorithm.
461 (allout-up-current-level): Depend on allout-ascend, rather than
462 reimplementing an algorithm. Return to start-point if we fail.
463 (allout-descend-to-depth): Use allout-recent-depth variable
464 instead of function.
465 (allout-next-sibling): On traversal of numerous intervening
466 topics, resort to economical allout-next-sibling-leap.
467 (allout-next-sibling-leap): Specialized version of
468 allout-next-sibling that uses allout-ascend cleverly, to depend on
469 a regexp search to leap large numbers of contained topics, rather
470 than arbitrarily many one-by-one traversals.
471 (allout-next-visible-heading): Disqualify aberrant topics.
472 (allout-previous-visible-heading): Position consistently when
473 interactive.
474 (allout-forward-current-level): Base on allout-previous-sibling
475 rather than (differently) reimplmenting the algorithm. Remove some
476 unused variables.
477 (allout-solicit-alternate-bullet): Present default choice stripped
478 of text properties.
479 (allout-rebullet-heading): Use bullet stripped of text properties.
480 Register changes using allout-exposure-change-hook.
481 Disregard aberrant topics.
482 (allout-shift-in): With universal-argument, make topic a peer of
483 it's former offspring. Simplify the code by separating out
484 allout-shift-out functionality.
485 (allout-shift-out): With universal-argument, make offspring peers
486 of their former container, and its siblings. Implement the
487 functionality here, rather than inappropriately muddling the
488 implementation of allout-shift-in.
489 (allout-rebullet-topic): Respect additional argument for new
490 parent-child separation function.
491 (allout-yank-processing): Use allout-ascend directly.
492 (allout-show-entry): Disqualify aberrant topics.
493 (allout-show-children): Handle discontinuous children gracefully,
494 extending the depth being revealed to expose them and posting a
495 message indicating the situation.
496 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
497 Leave cursor in correct position.
498 (allout-hide-current-subtree): Use allout-ascend directly.
499 Disqualify aberrant topics.
500 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
501 a way that the yanks can restore it, as used to happen.
502 (allout-yank-processing): Restore exposure layout as recorded by
503 allout-kill-*, as used to happen.
504 (allout-annotate-hidden, allout-hide-by-annotation): New routines
505 for preseving and restoring exposure layout across kills.
506 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
507 (allout-encrypt-string): Strip text properties.
508 Rearranged order and outline-headings for some of the
509 miscellaneous functions.
510 (allout-resolve-xref): No need to quote the error name in the
511 condition-case handler section.
512 (allout-flatten): Classic recursive (and recursively intensive,
513 without tail-recursion) list-flattener, needed by allout-shift-out
514 when confronted with discontinuous children.
515
516 2006-09-16 Jason Rumney <jasonr@gnu.org>
517
518 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
519 on ms-windows.
520 (dnd-open-unc-file): Remove.
521 (dnd-open-local-file): Mention in doc string that it also handles
522 remote files if the system natively supports unc file-names.
523
524 2006-09-15 Kim F. Storm <storm@cua.dk>
525
526 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
527 all necessary information about the event before erasing *Help*.
528
529 * simple.el (line-move-partial): Use window-line-visiblity to
530 quickly check whether last line is partially visible, and only do
531 the hard (and slow) part in that case.
532
533 2006-09-15 Jay Belanger <belanger@truman.edu>
534
535 * COPYING: Replace "Library Public License" by "Lesser Public
536 License" throughout.
537
538 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
539
540 * term/x-win.el (x-menu-bar-open): New function for F10.
541
542 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
543
544 * progmodes/compile.el (compilation-error-regexp-alist-alist):
545 Disallow filenames containing " -" to avoid confusion with libtool
546 compilation messages. Suggested by Stefan Monnier.
547
548 2006-09-15 David Kastrup <dak@gnu.org>
549
550 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
551 instead of buffer position for `mouse-on-link-p'.
552
553 * mouse.el (mouse-posn-property): New function looking up the
554 properties at a click position in overlays and text properties in
555 either buffer or strings.
556 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
557 of both `follow-link' as well as `mouse-face' properties.
558 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
559 buffer position.
560
561 * help.el (describe-key-briefly): When reading a down-event on
562 mode lines or scroll bar, swallow the following up event, too.
563 Use the new mouse sensitity of `key-binding' for lookup.
564 (describe-key): The same here.
565
566 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
567
568 * play/life.el (life-patterns): Add a few more interesting patterns.
569 (life-setup): Force `show-trailing-whitespace' to nil.
570
571 2006-09-14 Richard Stallman <rms@gnu.org>
572
573 * startup.el (fancy-splash-text): Change text to improve alignment.
574 (fancy-splash-screens): Don't set non-standard tab width.
575 Bind cursor-type temporarily, and make it easy to patch to
576 preserve the splash buffer.
577 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
578 (fancy-splash-screens): Display echo-area message explicitly.
579 Don't set fancy-splash-help-echo.
580
581 * simple.el (line-number-mode): Group mode-line instead of
582 editing-basics.
583 (column-number-mode, size-indication-mode): Likewise.
584
585 * faces.el (mode-line-faces): Group mode-line instead of modeline.
586
587 * time.el (display-time): Group mode-line instead of modeline.
588
589 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
590
591 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
592
593 * startup.el (fancy-splash-text): Move editing instructions to
594 fancy-splash-head.
595 (fancy-splash-head): Issue editing instructions.
596 (fancy-splash-screens): Fixup whitespace.
597
598 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * bindings.el (mode-line-buffer-identification-keymap):
601 Remove duplicate line.
602
603 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
604
605 * ido.el (ido-ignore-item-p): Allow any kind of functions in
606 ignore lists.
607
608 2006-09-14 Kim F. Storm <storm@cua.dk>
609
610 * jit-lock.el (jit-lock-fontify-again): New function.
611 (jit-lock-fontify-now): Use it instead of lambda form.
612
613 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
614
615 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
616 (flyspell-auto-correct-word): Make ispell-filter local to these
617 functions. Check that ispell-filter has new stuff before calling
618 ispell-parse-output.
619
620 2006-09-13 Kim F. Storm <storm@cua.dk>
621
622 * simple.el (line-move-partial): Optimize.
623
624 2006-09-13 Richard Stallman <rms@gnu.org>
625
626 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
627 Delete spurious backquote.
628
629 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
630
631 * net/rcirc.el (rcirc-print): Fix last change.
632
633 2006-09-12 Jay Belanger <belanger@truman.edu>
634
635 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
636
637 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
638
639 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
640 rcirc-show-maximum-output.
641 (rcirc-mode): Remove window-scroll-function hook.
642 (rcirc-scroll-to-bottom): Remove function.
643 (rcirc-print): Recenter so point stays at the bottom of the window
644 if point was already there.
645
646 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
647
648 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
649 not to "t".
650 * progmodes/compile.el (compilation-start): Likewise.
651 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
652 Don't use expand-file-name on invocation-directory, since this
653 might mishandle special characters in invocation-directory.
654
655 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * pcvs-defs.el: Remove * in defcustom's docstrings.
658
659 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
660
661 * progmodes/compile.el (compilation-directory-properties):
662 Doc fix for help-echo.
663
664 2006-09-12 Lars Hansen <larsh@soem.dk>
665
666 * desktop.el (desktop-read): Add comment.
667
668 2006-09-12 Kim F. Storm <storm@cua.dk>
669
670 * simple.el (next-error-highlight, next-error-highlight-no-select):
671 Fix spelling error.
672
673 * subr.el (sit-for): Rework to use input-pending-p and cond.
674 Return nil input is pending on entry also for SECONDS <= 0.
675 (while-no-input): Use input-pending-p instead of sit-for.
676
677 2006-09-11 Richard Stallman <rms@gnu.org>
678
679 * simple.el (next-error-highlight, next-error-highlight-no-select):
680 Fix custom type and doc strings.
681
682 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
685 (diff-apply-hunk): Use it to ask for confirmation.
686
687 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
688
689 * emacs-lisp/cl.el (pushnew): Add missing `,'.
690
691 2006-09-11 David Kastrup <dak@gnu.org>
692
693 * help.el (string-key-binding, describe-key-briefly)
694 (describe-key): Remove `string-key-binding' and its callers since
695 `key-binding' already caters for the proper lookup now.
696
697 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
700 (cfengine-mode): Use it. Fix \ syntax to be like /.
701
702 * bindings.el (mode-line-buffer-identification-keymap):
703 Move initialization into declaration.
704
705 2006-09-10 Kim F. Storm <storm@cua.dk>
706
707 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
708 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
709 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
710 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
711
712 2006-09-10 Richard Stallman <rms@gnu.org>
713
714 * dired-aux.el: Handle errors in recursive copy usefully.
715 (dired-create-files-failures): New variable.
716 (dired-copy-file): Remove condition-case.
717 (dired-copy-file-recursive): Check for errors on all file
718 operations, and add them to dired-create-files-failures.
719 Check file file-date-erorr here too.
720 (dired-create-files): Check dired-create-files-failures
721 and report those errors too.
722
723 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
724
725 * subr.el (add-to-list): New argument COMPARE-FN.
726
727 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
728
729 * filecache.el (file-cache-add-directory)
730 (file-cache-add-directory-list, file-cache-add-file)
731 (file-cache-add-directory-using-find)
732 (file-cache-add-directory-using-locate)
733 (file-cache-add-directory-recursively): Add autoloads.
734
735 2006-09-09 Richard Stallman <rms@gnu.org>
736
737 * textmodes/conf-mode.el (conf-space-mode):
738 Use hack-local-variables-hook instead of calling hack-local-variables.
739 (conf-space-keywords-override): New variable.
740 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
741 (conf-space-mode): Always make conf-space-keywords and
742 conf-space-keywords-override local.
743 Call conf-space-mode-internal directly as well as via hook.
744
745 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
746
747 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
748 quasi-keywords.
749
750 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
753 (python-send-string): Be slightly more careful about adding \n.
754
755 * startup.el (normal-splash-screen): Don't display the buffer if we'll
756 kill it right away anyway.
757
758 2006-09-09 Eli Zaretskii <eliz@gnu.org>
759
760 * international/codepage.el (cp850-decode-table): Fix a few codes.
761 (cp858-decode-table): New variable.
762
763 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
764
765 * net/ldap.el (ldap-search-internal): Doc fix.
766
767 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
768
769 * play/life.el (life-display-generation): Test for input manually if
770 `sleeptime' is negative or null.
771
772 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
773 (print-region-1): Substitute `%s' with the page title.
774
775 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
776
777 * locate.el (locate-current-search): New variable.
778 (locate): Set buffer local value. Use current buffer if it is
779 in Locate mode.
780 (locate-mode): Disable undo here.
781 (locate-do-setup): Use locate-current-filter from buffer to be killed.
782 (locate-update): Use locate-current-search and locate-current-filter.
783
784 2006-09-08 David Kastrup <dak@gnu.org>
785
786 * desktop.el (desktop-read): When loading a desktop, disable
787 saving it while the load progresses, and switch off a pending lazy
788 load by calling `desktop-lazy-abort'.
789
790 2006-08-27 Martin Rudalics <rudalics@gmx.at>
791
792 * window.el (mouse-autoselect-window-timer)
793 (mouse-autoselect-window-position)
794 (mouse-autoselect-window-window)
795 (mouse-autoselect-window-now): New vars.
796 (mouse-autoselect-window-cancel)
797 (mouse-autoselect-window-select)
798 (mouse-autoselect-window-start): New functions.
799 (handle-select-window): Call `mouse-autoselect-window-start' when
800 delayed window autoselection is enabled.
801
802 * cus-start.el (mouse-autoselect-window): Handle delayed window
803 autoselection.
804
805 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
806 commands after which it is allowed to print in the echo area.
807
808 2006-09-08 Richard Stallman <rms@gnu.org>
809
810 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
811
812 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
813 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
814
815 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
816 (cancel-timer-internal): Add doc string.
817 (cancel-function-timers): Doc fix.
818 (with-timeout-handler, timer-event-last*): Add doc strings.
819
820 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
821
822 * files.el (risky-local-variable-p): Match ...-bindat-spec.
823
824 * dired.el (dired-log-summary): Add doc string.
825
826 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
827 (custom-group-menu-create): Not here.
828
829 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
830
831 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
832
833 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
834
835 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
836 (mac-apple-event-map): Define its handler.
837
838 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
839
840 * net/ldap.el (ldap-search-internal): Handle `auth' key.
841
842 2006-09-07 Magnus Henoch <mange@freemail.hu>
843
844 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
845 clause.
846
847 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
848
849 * info.el (Info-index): Bind completion-ignore-case.
850
851 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
854 previous commit.
855 (inferior-prolog-guess-flavor): New fun left out of previous commit.
856 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
857 burp in dedicated windows.
858 (inferior-prolog-self-insert-command): New command.
859 (inferior-prolog-mode-map): Use it.
860
861 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
862
863 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
864
865 * international/code-pages.el: Add cp858.
866
867 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
868
869 * dnd.el: Fix bootstrapping.
870
871 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
872
873 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
874 (dnd-open-remote-url): New function.
875 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
876 not windows-nt.
877
878 2006-09-07 Jason Rumney <jasonr@gnu.org>
879
880 * dnd.el (dnd-open-remote-file-function): New variable.
881 (dnd-open-unc-file): New function.
882 (dnd-open-file): Call dnd-open-remote-file-function if set.
883
884 2006-09-06 Daiki Ueno <ueno@unixuser.org>
885
886 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
887 pgg-passphrase-coding-system rather than locale-coding-system.
888 * pgg-def.el (pgg-passphrase-coding-system): New user option.
889
890 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * progmodes/prolog.el: Remove * in docstrings.
893 (prolog-program-name): Add SWI prolog.
894 (prolog-mode-menu): New menu.
895 (prolog-mode): Set comment-add.
896 (prolog-indent-line): Simplify. Use indent-line-to.
897 (inferior-prolog-buffer): New var.
898 (inferior-prolog-run, inferior-prolog-process): New funs.
899 (run-prolog, switch-to-prolog): Rewrite, using them.
900 (prolog-consult-region): Use inferior-prolog-buffer.
901 (inferior-prolog-load-file): New function.
902 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
903
904 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
905 last word, if it's not the end of the paragraph.
906
907 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
908 file name.
909
910 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
911
912 * frame.el (display-mm-dimensions-alist): New defcustom.
913 (display-mm-height, display-mm-width): Use it.
914
915 2006-09-06 Simon Josefsson <jas@extundo.com>
916
917 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
918
919 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
920
921 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
922 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
923 string values.
924
925 2006-09-06 Kim F. Storm <storm@cua.dk>
926
927 * simple.el (line-move-partial): New function to do vscrolling for
928 partially visible images / tall lines. Rewrite based on code
929 previously in line-move. Simplify backwards vscrolling.
930 (line-move): Use it. Simplify.
931
932 2006-09-05 Kim F. Storm <storm@cua.dk>
933
934 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
935
936 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
937
938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
939 Process the `gcc-include' after the `gnu' rule.
940
941 2006-09-05 Kim F. Storm <storm@cua.dk>
942
943 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
944
945 2006-09-05 Daiki Ueno <ueno@unixuser.org>
946
947 * pgg.el (pgg-clear-string): Alias to clear-string for backward
948 compatibility.
949
950 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
951 inhibit-redisplay; encode passphrase with locale-coding-system.
952
953 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
956
957 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
960 (gdb-var-list-children-regexp): Make type field optional.
961
962 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
963 e.g public, protected in C++.
964
965 2006-09-04 John Paul Wallington <jpw@pobox.com>
966
967 * simple.el (completion-show-help): New defcustom.
968 (completion-setup-function): Heed it.
969
970 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
973
974 2006-09-04 Richard Stallman <rms@gnu.org>
975
976 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
977 (rsf-min-region-to-spam-list): Doc fix.
978 (rsf-add-content-type-field): Doc fix.
979
980 * simple.el (kill-region): Explicitly test there is a region.
981
982 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
983
984 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
985 sendmail in several common directories.
986
987 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
988
989 * paths.el (sendmail-program): Removed.
990
991 2006-09-04 Daiki Ueno <ueno@unixuser.org>
992
993 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
994 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
995 http://article.gmane.org/gmane.emacs.gnus.general/50457
996
997 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
998
999 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1000 mark after running the menu filter.
1001
1002 2006-09-03 Juri Linkov <juri@jurta.org>
1003
1004 * international/quail.el (quail-defrule-internal): Add a check
1005 if a key is a vector.
1006
1007 2006-09-02 Juri Linkov <juri@jurta.org>
1008
1009 * man.el (Man-topic-history): New variable.
1010 (man): Use it.
1011
1012 * woman.el (woman-topic-history): Change defvar to defvaralias
1013 for symbol `Man-topic-history'.
1014
1015 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1016 `comint-last-output-start' is a marker by using `markerp' and
1017 check if it has a position by using `marker-position', and use
1018 this position for `goto-char'.
1019
1020 * international/quail.el (quail-defrule-internal): Add missing
1021 `error' call for null key.
1022
1023 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1024
1025 * rcirc.el (rcirc-keywords): New variable.
1026 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1027 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1028 variables.
1029 (rcirc-responses-no-activity): New function.
1030 (rcirc-handler-generic): Check for responses in above.
1031 (rcirc-process-command): Add ?: character to arguments of raw
1032 server commands.
1033 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1034 `rcirc-dim-nicks'.
1035 (rcirc-gray-toggle): Remove unused variable.
1036 (rcirc-print): Remove some tracking logic, which is moved into
1037 markup functions.
1038 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1039 types.
1040 (rcirc-activity-string): Look for 'keyword in activity-types.
1041 (rcirc-window-configuration-change): Don't erase overlay-arrow
1042 unnecessarily.
1043 (rcirc-add-or-remove): New function.
1044 (rcirc-cmd-ignore): Use it.
1045 (rcirc-message-leader): Remove unused function.
1046 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1047 (rcirc-add-face): New function.
1048 (rcirc-facify): Use rcirc-add-face.
1049 (rcirc-url-regexp): Add parens.
1050 (rcirc-map-regexp): Remove function.
1051 (rcirc-mangle-regexp): Remove function.
1052 (rcirc-markup-text-functions): New variable.
1053 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1054 (rcirc-markup-body-text, rcirc-markup-attributes)
1055 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1056 (rcirc-markup-bright-nicks): New markup handler functions.
1057 (rcirc-nick-in-message-full-line): New face.
1058 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1059 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1060
1061 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1062
1063 * cus-start.el (hscroll-margin, hscroll-step)
1064 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1065 (x-use-underline-position-properties): Change version to "22.1"
1066 since they will appear there for the first time.
1067
1068 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1071
1072 2006-08-31 Richard Stallman <rms@gnu.org>
1073
1074 * cus-edit.el (custom-save-variables): Slight cleanup.
1075 (Custom-no-edit): Renamed from custom-no-edit.
1076 (Custom-newline): Renamed from custom-newline.
1077 (custom-mode-map): Use new names.
1078
1079 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1080 about customization, rather than M-x customize, in the doc string
1081 made for the defcustom.
1082
1083 * emacs-lisp/trace.el (trace-function-background): Doc fix.
1084
1085 2006-08-31 Romain Francoise <romain@orebokech.com>
1086
1087 * dired-x.el (dired-guess-shell-alist-default): Update.
1088
1089 2006-08-31 Michael Mauger <mmaug@yahoo.com>
1090
1091 * custom.el (custom-theme-set-variables): Autoload packages before
1092 sorting the variables.
1093
1094 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
1095
1096 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1097 chars if XEmacs.
1098 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1099
1100 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * progmodes/python.el (python-eldoc-function): Re-enable quit while
1103 waiting for process.
1104
1105 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1106
1107 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1108 results in ASCII-only string, encode original one directly.
1109
1110 2006-08-29 Romain Francoise <romain@orebokech.com>
1111
1112 * startup.el (normal-splash-screen, fancy-splash-screens):
1113 Make buffer read-only and arrange to enter view mode if necessary.
1114
1115 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * hl-line.el (hl-line): New face.
1118 (hl-line-face): Use it.
1119
1120 * image-mode.el (image-mode): Fix last fix.
1121 Suggested by Kim F. Storm.
1122
1123 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
1124
1125 Sync with Tramp 2.0.54.
1126
1127 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1128 of `=', because `tramp-get-remote-gid' might not always return an
1129 integer when expected.
1130 (tramp-register-file-name-handlers): `partial-completion-mode' is
1131 unknown to XEmacs.
1132 (tramp-time-diff): Don't use `floor', it might fail for large
1133 differences.
1134 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1135 `tramp-auto-save-directory' if unset in order to guarantee unique
1136 auto-save file names.
1137
1138 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * image-mode.el (image-mode): Display image as text on a terminal.
1141
1142 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * progmodes/python.el (python-send-command): Simplify.
1145 (run-python): Don't generate a new buffer unless `new' was specified.
1146 Make sure we send `import emacs' to the proper process.
1147
1148 * progmodes/python.el (python-send-command): Don't wait for the command
1149 to terminate. Don't fiddle with compilation-parsing-end.
1150
1151 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1154 Insert commentary after first line summary.
1155
1156 * woman.el (woman-follow): New function, based on `man-follow'.
1157 (woman-mode-map): Use it.
1158
1159 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1160 since ibuffer-do-sort-by-recency does not define a sorter.
1161
1162 2006-08-28 Kim F. Storm <storm@cua.dk>
1163
1164 * find-dired.el (find-dired): Use shell-quote-argument to properly
1165 escape ( and ) args. Also use it on {} and ; args in default
1166 value of find-ls-option string.
1167 (find-grep-dired): Use shell-quote-argument on {} and ; args.
1168
1169 2006-08-27 Michael Olson <mwolson@gnu.org>
1170
1171 * emacs-lisp/tq.el: Small grammar fix in comments.
1172 (tq-enqueue): Check for existence of queue rather than the
1173 head queue item's question, which was a no-op.
1174 (tq-filter, tq-process-buffer): Make sure the process buffer
1175 exists before making it the current buffer.
1176
1177 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1178
1179 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1180 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1181 (special-event-map): Apply 2006-08-16 change for x-win.el.
1182
1183 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * progmodes/python.el (python-send-receive): Wait in the
1186 process's buffer so as to check the right buffer-local variables.
1187
1188 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1191 (defgroup checkdoc): Move to beginning.
1192
1193 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1194 (python-preoutput-continuation): Remove.
1195 (python-preoutput-filter): Simplify correspondingly.
1196 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
1197 Loop around to catch embedded _emacs_out output.
1198 (run-python): Send the import&print command on a single line.
1199 (python-send-command): Send command&print on a single line.
1200 (python-send-string): Only add double \n if needed.
1201 (python-send-receive): Loop until the result comes.
1202 (python-mode-running): Defvar it.
1203 (python-setup-brm): Remove unused var `menu'.
1204 Only bind py-mode-map and `features' around brm-init.
1205 (python-calculate-indentation): Remove unused var `point'.
1206 (python-beginning-of-defun): Remove unused var `def-line'.
1207
1208 2006-08-25 Richard Stallman <rms@gnu.org>
1209
1210 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1211
1212 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1213
1214 * viper.el (viper-set-hooks): Use frame bindings for
1215 viper-vi-state-cursor-color.
1216 (viper-non-hook-settings): Don't set default
1217 mode-line-buffer-identification.
1218
1219 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1220 (viper-set-cursor-color-according-to-state)
1221 (viper-get-saved-cursor-color-in-replace-mode)
1222 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1223 viper-emacs-state-cursor-color.
1224
1225 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1226 (viper-undo): Use point if undo-beg-posn is nil.
1227 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1228 (viper-after-change-undo-hook): Don't use
1229 viper-emacs-state-cursor-color by default.
1230 (viper-undo): More sensible positioning after undo.
1231
1232 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1233 (viper-emacs-state-cursor-color): Default to nil, since this feature
1234 doesn't work well yet.
1235
1236 * ediff-mult.el (ediff-intersect-directories)
1237 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1238 always expand filenames.
1239
1240 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * tumme.el: Remove * in defcustoms's docstrings.
1243
1244 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1247 Accept internal time format for SECS arg.
1248 (timer-relative-time): Doc fix.
1249
1250 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1251 adapted from Martin Rudalics.
1252 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1253 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1254 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1255 using sit-for.
1256
1257 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1258
1259 * cus-start.el (all): Add `overline-margin' and
1260 `x-underline-at-descent-line'.
1261
1262 2006-08-24 Kim F. Storm <storm@cua.dk>
1263
1264 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1265 to mean "use find -exec"; nil now unambiguously means auto-detect.
1266 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1267 Use shell-quote-argument to build grep-find-command and
1268 grep-find-template.
1269 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1270 Reported by Tom Seddon.
1271
1272 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * startup.el (fancy-splash-head): Give instructions for dismissing
1275 the splash screen for default startup too.
1276 (display-startup-echo-area-message, fancy-splash-screens)
1277 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1278 all splash text at once and keep the splash buffer around.
1279 (command-line-1): Give display-startup-echo-area-message a t arg.
1280
1281 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1282
1283 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1284 gnus frame is selected.
1285
1286 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1287
1288 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1289
1290 2006-08-22 Kim F. Storm <storm@cua.dk>
1291
1292 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1293 Add suffix matching for subdirs.
1294
1295 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1296
1297 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1298 mouse-yank-at-point is non-nil.
1299
1300 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1303 a bit wider and remove fringes to fit initial output on line.
1304
1305 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * frame.el (blink-cursor-end): Only ignore the error we care about.
1308 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1309
1310 2006-08-21 Richard Stallman <rms@gnu.org>
1311
1312 * whitespace.el (whitespace-cleanup): Doc fix.
1313
1314 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1315
1316 * net/rcirc.el (rcirc-show-maximum-output): New var.
1317 (rcirc-buffer-process): If no buffer argument is supplied, use
1318 current-buffer.
1319 (rcirc-complete-nick): Complete to the last completed nick first.
1320 (rcirc-mode): Preserve the value of `rcirc-urls' across
1321 connections. Setup scroll function.
1322 (rcirc-scroll-to-bottom): New function.
1323 (rcirc-print): Use nick syntax around regexp work.
1324 Notice dim-nicks speaking only if they say our nick.
1325 (rcirc-update-activity-string): Do not show the modeline indicator
1326 if there are no live rcirc processes.
1327 (rcirc-cmd-ignore): Ignore case.
1328 (rcirc-browse-url-at-point): Fix off-by-one error.
1329
1330 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * progmodes/python.el: Remove * in defcustom docstrings.
1333 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1334 (python-mode): Set tab-width and indent-tabs-mode.
1335
1336 2006-08-20 Dave Love <fx@gnu.org>
1337
1338 * progmodes/python.el: Update to Dave Love's latest version.
1339 (python-font-lock-keywords, python-mode): Don't use
1340 font-lock-syntax-table, but match symbol elements explicitly instead.
1341 (python-mode-map): Add help, and a few more key bindings.
1342 (python-skip-comments/blanks): Move out of comments as well.
1343 (python-continuation-line-p): Behave better with unbalanced parens.
1344 (python-blank-line-p): New fun.
1345 (python-open-block-statement-p): Don't use a heuristic.
1346 (python-outdent-p): Better handle blocks-in-the-same-line.
1347 (python-calculate-indentation): Misc improvements.
1348 (python-comment-indent): Remove.
1349 (python-block-pairs): New var.
1350 (python-first-word): New fun.
1351 (python-indentation-levels): Handle more common cases.
1352 (python-indent-line-1): Add `leave' argument.
1353 (python-indent-region): New fun.
1354 (python-skip-out): New fun.
1355 (python-beginning-of-statement, python-end-of-statement): Use it.
1356 (python-next-statement): Return correct count even at eob.
1357 (python-end-of-block): Fix paren-typo.
1358 (python-imenu-create-index): Add module variables.
1359 (run-python): Add `new' arg.
1360 Check we're at a prompt before returning.
1361 (python-send-command): Move to end of buffer.
1362 Wait for prompt to return.
1363 (python-set-proc): New fun.
1364 (python-imports): New var.
1365 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1366 (python-eldoc-function): Try to move out of arg list.
1367 (python-outline-level): Offset by 1.
1368 (python-find-imports): New fun.
1369 (python-symbol-completions): Use python-imports.
1370 (python-module-path, ffap-alist): Add support for ffap.
1371 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1372 (pythin-insert-*, python-default-template, python-expand-template):
1373 Add templates/skeletons.
1374 (python-setup-brm): Support for Bicycle Repair Man.
1375 (python-abbrev-syntax-table): New var.
1376 (python-abbrev-pc-hook, python-pea-hook): New funs.
1377
1378 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * frame.el (blink-cursor-start): Set timer first.
1381 (blink-cursor-end): Ignore timer cancelling errors.
1382 Suggested by Ken Manheimer.
1383
1384 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1385
1386 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1387 Add autoload cookie.
1388
1389 2006-08-20 Richard Stallman <rms@gnu.org>
1390
1391 * simple.el (line-number-at-pos): Doc fix.
1392
1393 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1394 timer-activate-when-idle, so timer can run before Emacs becomes
1395 non-idle again.
1396
1397 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1398
1399 * whitespace.el (whitespace-cleanup-internal): New optional arg
1400 REGION-ONLY. If it's non-nil, modify the message to the user
1401 accordingly.
1402 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1403 a non-nil argument.
1404
1405 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1406
1407 * rect.el (spaces-string): Simplify and add doc string.
1408
1409 2006-08-17 Romain Francoise <romain@orebokech.com>
1410
1411 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1412
1413 2006-08-17 Richard Stallman <rms@gnu.org>
1414
1415 * compare-w.el (compare-windows): lambda's take an arg and pass
1416 it to compare-windows-skip-whitespace.
1417
1418 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1419
1420 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1421 the right buffer.
1422
1423 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1426 removed files.
1427
1428 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1429
1430 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1431 (gdb-locals-watch-map-1): Suppress keymap first.
1432 (gdb-edit-locals-map-1): New variable.
1433 (gdb-edit-locals-value): New function.
1434 (gdb-stack-list-locals-handler): Use them.
1435
1436 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1439 cursor would normally be drawn in the fringe.
1440
1441 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1442 Reported by Martin Rudalics <rudalics@gmx.at>.
1443
1444 2006-08-16 Richard Stallman <rms@gnu.org>
1445
1446 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1447 (special-event-map): Process drag-n-drop events this way.
1448
1449 * simple.el (move-beginning-of-line): Test whether fields
1450 would prevent motion back to line's first visible character.
1451 If so, stop where the fields would stop the motion.
1452
1453 * newcomment.el (comment-indent): Fully update INDENT
1454 before checking to see if it will change the text.
1455
1456 * cus-edit.el (custom-newline): New function.
1457 (custom-mode-map): Bind newline to custom-newline.
1458
1459 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1460 into ignore-whitespace.
1461 Check each buffer for its skip-function.
1462 Handle compare-windows-skip-whitespace special-case test
1463 by returning t from default skip function.
1464
1465 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1466
1467 * textmodes/org.el (org-clock-special-range)
1468 (org-clock-update-time-maybe): New functions.
1469 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1470 not only a-z.
1471 (org-agenda-get-blocks): Allow multiple blocks per headline.
1472 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1473 (org-export-html-title-format)
1474 (org-export-html-toplevel-hlevel): New options.
1475 (org-export-language-setup): Add support for Czech.
1476 (org-mode, org-insert-todo-heading, org-find-visible)
1477 (org-find-invisible, org-invisible-p, org-invisible-p2)
1478 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1479 (org-show-subtree, org-show-entry, org-make-options-regexp):
1480 Remove compatibility support for old outline-mode.
1481 (org-check-occur-regexp): Funtion removed.
1482 (org-on-heading-p, org-back-to-heading): Made defalias.
1483 (org-set-local): New defsubst.
1484 (org-set-regexps-and-options, org-mode)
1485 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1486 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1487 (org-remember-apply-template, org-table-edit-field)
1488 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1489 (org-set-autofill-regexps): Use `org-set-local'.
1490 (org-table-eval-formula): Fix bug with parsing of display flags.
1491
1492 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1495 frame with fringe arrow. Suggested by Simon Marshall
1496 <simon.marshall@misys.com>.
1497 (gdb-stack-position): New variable.
1498 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1499 (gdb-frames-mode): Set gdb-stack-position to nil.
1500 Add to overlay-arrow-variable-list
1501 (gdb-reset): Delete gdb-stack-position from above list.
1502
1503 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1504
1505 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1506 read only.
1507
1508 2006-08-13 Romain Francoise <romain@orebokech.com>
1509
1510 * cus-theme.el (customize-create-theme)
1511 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1512
1513 * filesets.el (filesets-add-buffer): Ditto.
1514
1515 * pcvs.el (cvs-change-cvsroot): Ditto.
1516
1517 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1518
1519 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1520 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1521 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1522 expressions.
1523 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1524 Only search till end of line.
1525 Add face to function names in case of no filename.
1526 Add face to variable names of watchpoints.
1527
1528 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1529
1530 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1531 customization group.
1532
1533 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1534
1535 * allout.el (allout-prior-bindings, allout-added-bindings):
1536 Remove, after long deprecation.
1537 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1538 Add customization vars controlling allout-beginning-of-line and
1539 allout-end-of-line conveniences.
1540 (allout-header-prefix, allout-use-mode-specific-leader)
1541 (allout-use-mode-specific-leader, allout-mode-leaders):
1542 Revise docstrings.
1543 (allout-infer-header-lead): Change to be an alias for
1544 allout-infer-header-lead-and-primary-bullet.
1545 (allout-infer-header-lead-and-primary-bullet): New version of
1546 allout-infer-header-lead which assigns the primary bullet to the
1547 same as the header lead, when its being changed.
1548 (allout-infer-body-reindent): Apply regexp-quote instead of
1549 unconditionally prepending "\\", so that all literal
1550 allout-header-prefix and allout-primary-bullet strings are
1551 properly handled.
1552 (allout-add-resumptions): Add optional qualifier for extending or
1553 appending to existing values, rather than replacing them.
1554 (allout-view-change-hook): Clarify docstring.
1555 (allout-exposure-change-hook): Take explicit arguments, via
1556 run-hook-with-args.
1557 (allout-structure-added-hook)
1558 (allout-structure-deleted-hook)
1559 (allout-structure-shifted-hook): New hooks analogous to
1560 allout-exposure-change-hook for other kinds of structural outline
1561 edits.
1562 (allout-encryption-plaintext-sanitization-regexps): New encryption
1563 customization variable, by which cooperating modes can provde
1564 massage of the plaintext without actually being passed it.
1565 (allout-encryption-ciphertext-rejection-regexps)
1566 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1567 customization variables, by which cooperating modes can prohibit
1568 rare but possible ciphertext patterns from fouling their
1569 operation, with actually being passed the ciphertext.
1570 (allout-mode): Run activation and deactivation hooks after the
1571 minor-mode variable has been toggled, to clarify the mode
1572 disposition. The new encryption ciphertext rejection variable is
1573 used to ensure that the ciphertext does not contain text that
1574 would be recognized as outline structural elements by allout.
1575 Substite allout-beginning-of-line and allout-end-of-line for
1576 conventionall beginning-of-line and end-of-line bindings.
1577 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1578 activation!
1579 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1580 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1581 (allout-chart-subtree): Implement new mode, charting only the
1582 visible items in the subtree, when new 'visible' parameter is non-nil.
1583 (allout-end-of-subtree): Properly handle the last item in the buffer.
1584 (allout-pre-command-business, allout-command-counter):
1585 Increment an advertised counter so that cooperating enhancements can
1586 track revisions of items.
1587 (allout-open-topic): Run allout-structure-added-hook with suitable
1588 arguments.
1589 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1590 arguments.
1591 (allout-shift-out): Fix doubling for negative args and ensure call
1592 of allout-structure-shifted-hook by solely using allout-shift-in.
1593 (allout-kill-line, allout-kill-topic):
1594 Run allout-structure-deleted-hook with suitable arguments.
1595 (allout-yank-processing): Run allout-structure-added-hook with
1596 proper arguments.
1597 (allout-yank): Enclose activity in allout-unprotected.
1598 (allout-flag-region): Run allout-exposure-change-hook with
1599 suitable arguments, instead of making the callee infer the arguments.
1600 (allout-encrypt-string):
1601 Support allout-encryption-plaintext-sanitization-regexps,
1602 allout-encryption-ciphertext-rejection-regexps, and
1603 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1604 en/de cryption mode in symmetric encryption failure message.
1605 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1606 copy of the passphrase, and don't zero it or we'll corrupt the
1607 stashed copy.
1608 (allout-create-encryption-passphrase-verifier)
1609 (allout-verify-passphrase): Respect the new signature for
1610 allout-encrypt-string.
1611 (allout-get-configvar-values): Convenience for getting a
1612 configuration variable value and handling its absence gracefully.
1613
1614 2006-08-11 Romain Francoise <romain@orebokech.com>
1615
1616 * obsolete/zone-mode.el: Delete.
1617
1618 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1621
1622 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1623
1624 * emacs-lisp/bindat.el (bindat-ip-to-string):
1625 Use `format-network-address' if possible.
1626
1627 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1628
1629 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1630
1631 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1632
1633 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1634 restore unread-command-events here.
1635 (edebug-display): Do it here, to detect sit-for interruptions.
1636
1637 2006-08-10 Romain Francoise <romain@orebokech.com>
1638
1639 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1640 (dns-mode-soa-auto-increment-serial): New user option.
1641 (dns-mode-soa-maybe-increment-serial): New function.
1642 (dns-mode): Add the latter to `write-contents-functions'.
1643
1644 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1645 Delete autoload cookies.
1646
1647 2006-08-10 John Wiegley <johnw@newartisans.com>
1648
1649 * eshell/em-glob.el (eshell-glob-chars-list)
1650 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1651
1652 2006-08-10 Richard Stallman <rms@gnu.org>
1653
1654 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1655 (facemenu-set-face): Doc fix.
1656 (facemenu-listed-faces): Doc fix.
1657
1658 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * avoid.el (mouse-avoidance-animating-pointer): New var.
1661 (mouse-avoidance-nudge-mouse): Use it.
1662 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1663 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1664 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1665 Don't activate if currently animating. All callers changed.
1666
1667 2006-08-09 John Wiegley <johnw@newartisans.com>
1668
1669 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1670 variable, which causes timeclock to report elapsed time worked,
1671 instead of just work remaining.
1672
1673 2006-08-09 Kenichi Handa <handa@m17n.org>
1674
1675 * international/latexenc.el (latexenc-find-file-coding-system):
1676 Fix for the case that the 2nd element of arg-list is a cons.
1677
1678 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * info.el (Info-fontify-node): Handle preceding `in' for note
1681 reference hiding rules.
1682
1683 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1686 mistake a closing " for an opening one.
1687
1688 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1691
1692 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * complete.el (PC-do-completion): Filter out completions matching
1695 completion-ignored-extensions before checking whether there are
1696 multiple completions.
1697 Don't use `list' unnecessarily when building completion tables.
1698
1699 2006-08-06 Richard Stallman <rms@gnu.org>
1700
1701 * help.el (describe-mode): Make minor mode list more concise.
1702
1703 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * bindings.el: Give mode-line-format, mode-line-modes, and
1706 mode-line-position `standard-value' properties.
1707
1708 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1709
1710 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1711 "(file)node" instead of the file name.
1712
1713 2006-08-05 Richard Stallman <rms@gnu.org>
1714
1715 * faces.el (escape-glyph): Doc fix.
1716
1717 2006-08-04 Kenichi Handa <handa@m17n.org>
1718
1719 * international/mule-diag.el (describe-font): Improve docstring
1720 and error message. Use frame-parameter (not frame-parameters).
1721
1722 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1725 Correctly mark the end-of-docstring char.
1726
1727 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * simple.el (line-move-to-column): Constrain move-to-column to
1730 current field.
1731
1732 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * font-lock.el (font-lock-beg, font-lock-end)
1735 (font-lock-extend-region-functions): New vars.
1736 (font-lock-extend-region-multiline)
1737 (font-lock-extend-region-wholelines): New functions.
1738 (font-lock-default-fontify-region): Use them.
1739 (font-lock-extend-jit-lock-region-after-change): Only round up
1740 if font-lock-default-fontify-region will do it as well.
1741
1742 * font-lock.el (font-lock-extend-after-change-region-function):
1743 Rename from font-lock-extend-region-function.
1744 (font-lock-extend-region): Remove by inlining at call sites.
1745 (font-lock-after-change-function): Don't needlessly round up to a whole
1746 number of lines.
1747 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1748 the boundary conditions and the interactions between the various ways
1749 to extend the region.
1750
1751 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1754 modification status when forcing the second redisplay.
1755
1756 2006-08-03 Kim F. Storm <storm@cua.dk>
1757
1758 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1759
1760 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1763 doesn't look like a file name.
1764
1765 * complete.el (PC-expand-many-files): Avoid signalling an error when
1766 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1767
1768 2006-08-02 Andreas Schwab <schwab@suse.de>
1769
1770 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1771
1772 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * bindings.el (map): Make mode-line-buffer-identification-keymap
1775 before defining propertized-buffer-identification.
1776
1777 2006-08-01 Richard Stallman <rms@gnu.org>
1778
1779 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1780
1781 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1784 default value.
1785 (gdb-find-source-frame): New function.
1786 (menu): Add to menu bar.
1787
1788 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * font-core.el (font-lock-extend-region-function)
1791 (font-lock-extend-region): Move to font-lock.el.
1792
1793 * font-lock.el (font-lock-extend-region-function)
1794 (font-lock-extend-region): Move from font-core.el. Simplify.
1795
1796 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1797 if needed.
1798 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1799 (jit-lock-after-change-extend-region-functions): New hook.
1800 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1801
1802 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1803 (font-lock-turn-on-thing-lock): Use it.
1804
1805 * longlines.el (longlines-show-region): Make it work on read-only
1806 buffers as well.
1807
1808 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1809
1810 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1811
1812 2006-07-31 Richard Stallman <rms@gnu.org>
1813
1814 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1815 (vhdl-speedbar-display-projects): Update old obsolete
1816 speedbar variable names.
1817
1818 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1819
1820 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1821 (gdb-stopped): Use it.
1822
1823 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1824
1825 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1828 for load-history elements.
1829
1830 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1831
1832 * files.el (convert-standard-filename): For Cygwin, replace
1833 characters not allowed in Windows file names.
1834 (make-auto-save-file-name): Add Cygwin to the list of systems
1835 where the auto-save file name needs to be run through
1836 convert-standard-filename.
1837
1838 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1839
1840 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1841
1842 2006-07-28 Richard Stallman <rms@gnu.org>
1843
1844 * bindings.el (mode-line-frame-identification)
1845 (propertized-buffer-identification): Centralize the code
1846 to initialize the variable.
1847
1848 * progmodes/grep.el (grep-default-command): Catch errors from
1849 wildcard-to-regexp.
1850
1851 2006-07-29 Kim F. Storm <storm@cua.dk>
1852
1853 * progmodes/grep.el (grep-tag-default): New function.
1854 (grep-default-command, grep-read-regexp): Use it.
1855 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1856 as default if nothing else applies.
1857
1858 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1859
1860 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1861 Throw error if buffer is not in Dired and Wdired mode, respectively.
1862
1863 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1866 self-insert-command keys don't activate buttons.
1867 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1868
1869 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1870
1871 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1872 faces for enable character.
1873
1874 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1875
1876 * Makefile.in (recompile): Update comment to reflect change
1877 on 2004-04-21.
1878
1879 2006-07-27 Richard Stallman <rms@gnu.org>
1880
1881 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1882 (customize-package-emacs-version): Change msg when pkg has no entry.
1883 (custom-no-edit): On a button, do like widget-button-press.
1884
1885 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1886
1887 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1888 S-tab and C-S-tab.
1889
1890 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1891
1892 * progmodes/which-func.el (which-function): Fix documentation/
1893 comment typo.
1894
1895 2006-07-26 Richard Stallman <rms@gnu.org>
1896
1897 * textmodes/ispell.el (ispell-word): If we replace the word,
1898 move point to the end. Insert before deleting.
1899
1900 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1903 a timer.
1904
1905 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1906
1907 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1908 when at first image.
1909 (tumme-forward-image): Add prefix argument. Add error when at last
1910 image.
1911
1912 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * tabify.el (tabify-regexp): Use more specific regexps.
1915 (tabify): Avoid modifying the buffer unnecessarily.
1916
1917 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1918
1919 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1920 (tumme-format-properties-string): Handle empty `buf'.
1921 (tumme-get-comment): Change variable names inside `let'.
1922 Add missing `let' variable that cause font-lock problems.
1923 (tumme-write-comments): Change variable names inside `let'.
1924 Add missing `let' variable that cause font-lock problems.
1925 (tumme-forward-image): Rename from `tumme-forward-char'.
1926 (tumme-backward-image): Rename from `tumme-backward-char'.
1927
1928 2006-07-25 Masatake YAMATO <jet@gyve.org>
1929
1930 * progmodes/ld-script.el (ld-script-keywords)
1931 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1932 and add comments.
1933
1934 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1937 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1938 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1939 for status indicator.
1940
1941 2006-07-24 Richard Stallman <rms@gnu.org>
1942
1943 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1944
1945 * subr.el (dolist, dotimes): Use interned symbols for locals.
1946 (--dotimes-limit--, --dolist-tail--): New defvars.
1947 (looking-back): Doc fix.
1948
1949 * replace.el (replace-match-string-symbols): Handle dotted lists.
1950
1951 2006-07-24 mathias <mathias@mattis>
1952
1953 * tumme.el (tumme-write-tags): Add.
1954 (tumme-write-comments): Add.
1955 (tumme-tag-files): Change to use `tumme-write-tags'.
1956 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1957 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1958 (tumme-save-information-from-widgets): Change to use
1959 `tumme-write-comments' and `tumme-write-tags'.
1960 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1961 (tumme-write-tag): Remove.
1962 (tumme-write-comment): Remove.
1963 (tumme-display-previous-thumbnail-original): Remove empty line.
1964 (tumme-widget-list): Add punctuation.
1965
1966 2006-07-24 mathias <mathias.dahl@gmail.com>
1967
1968 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1969
1970 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1971
1972 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1973 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1974 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1975
1976 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1977
1978 * mouse.el (mouse-on-link-p): Doc fix.
1979
1980 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1981
1982 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1983 Handle "C-h f `".
1984
1985 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1986
1987 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1988 column.
1989
1990 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1991
1992 * textmodes/table.el: Add move-beginning-of-line and
1993 move-end-of-line to Point Motion Only Group.
1994
1995 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1996
1997 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1998
1999 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2000
2001 * startup.el (user-mail-address): Initialize from the `EMAIL'
2002 environment variable first. Document this.
2003 (command-line): Ditto.
2004
2005 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2006
2007 * help-mode.el (help-function-def, help-variable-def)
2008 (help-face-def): Print a message in the minibuffer.
2009
2010 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2011
2012 * term/xterm.el (terminal-init-xterm): Fix key bindings
2013 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2014
2015 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2016
2017 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2018 where `(nth 1 command)' is a cons cell. Doc fix.
2019
2020 * textmodes/po.el (po-find-charset): Doc fix.
2021
2022 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2023
2024 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2025 (allout-beginning-of-current-line, allout-end-of-current-line)
2026 (allout-next-visible-heading, allout-open-topic)
2027 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2028 (allout-flag-current-subtree, allout-show-to-offshoot)
2029 (allout-hide-current-entry, allout-show-current-branches)
2030 (allout-hide-region-body, allout-old-expose-topic)
2031 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2032 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2033 containing `beginning-of-line' and `end-of-line' with
2034 `inhibit-field-text-motion' t.
2035
2036 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2037
2038 * frame.el (focus-follows-mouse): Document that it doesn't have
2039 any effect on MS-Windows.
2040
2041 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2044
2045 2006-07-20 Jay Belanger <belanger@truman.edu>
2046
2047 * calc.el (calc-previous-alg-entry): Remove variable.
2048
2049 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2050 New variables.
2051 (calc-alg-entry): Use `calc-alg-entry-history'.
2052 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2053 Remove reference to `calc-previous-alg-entry'.
2054 (calcAlg-edit, calcAlg-enter): Remove reference to
2055 `calc-previous-alg-entry'.
2056 (calcAlg-previous): Use `previous-history-element' instead of
2057 `calc-previous-alg-entry'.
2058 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2059 Change keybinding for `calcAlg-plus-minus', add keybindings for
2060 `previous-history-element' and `next-history-element'.
2061
2062 * calc-rewr.el (calc-match): Remove reference to
2063 `calc-previous-alg-entry'.
2064
2065 * calc-sel.el (calc-selection-history): New variable.
2066 (calc-enter-selection, calc-sel-mult-both-sides)
2067 (calc-sel-add-both-sides): Use `calc-selection-history'.
2068
2069 * calc-map.el (calc-get-operator-history): New variable.
2070 (calc-get-operator): Use `calc-get-operator-history'.
2071
2072 * calcalg3.el (calc-curve-fit-history): New variable.
2073 (calc-curve-fit): Use `calc-curve-fit-history'.
2074
2075 2006-07-20 Kenichi Handa <handa@m17n.org>
2076
2077 * international/mule-cmds.el (select-safe-coding-system): Fix the
2078 way of deciding eol-type of the coding system.
2079
2080 2006-07-20 Alan Mackenzie <acm@muc.de>
2081
2082 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2083 (c-lang-setvar): New macro.
2084 (c-make-init-lang-vars-fun): Use the initialization forms in
2085 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2086 (comment-start, comment-end, comment-start-skip): Change these from
2087 c-lang-defvar's to c-lang-setvar's.
2088
2089 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2090 which calls make-local-variable on the elements of
2091 c-emacs-variable-inits.
2092 (c-init-language-vars-for): Call this new macro.
2093
2094 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2097 Try to rule out false positives due to time stamps.
2098 (compilation-mode-font-lock-keywords): Remove rules made redundant
2099 because of the above change. Add `segmentation fault' to the known and
2100 highlighted compilation termination messages.
2101
2102 2006-07-19 Kim F. Storm <storm@cua.dk>
2103
2104 * progmodes/grep.el (grep-find-ignored-directories):
2105 Add .svn and _darcs to list.
2106
2107 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2108
2109 * dired.el (dired-mode-map): Add key binding `C-te' for
2110 `tumme-dired-edit-comment-and-tags'.
2111
2112 * tumme.el (tumme-display-thumbnail-original-image): Make sure
2113 image display buffer is displayed before call to
2114 `tumme-display-image.
2115 (tumme-dired-display-image): Make sure image display buffer is
2116 displayed before call to `tumme-display-image.
2117 (tumme-mouse-display-image): Make sure image display buffer is
2118 displayed before call to `tumme-display-image.
2119 (tumme-widget-list): Add.
2120 (tumme-dired-edit-comment-and-tags): Add.
2121 (tumme-save-information-from-widgets): Add.
2122
2123 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2126
2127 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * progmodes/sh-script.el (sh-font-lock-keywords-1):
2130 Revert inadvertently installed patch hunk.
2131
2132 * progmodes/compile.el (compilation-find-file): Handle the
2133 cases where the user selects a non-existent file.
2134
2135 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2138
2139 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * subr.el (sit-for): Just sleep-for if noninteractive.
2142
2143 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * emacs-lisp/autoload.el (make-autoload): Use new arg.
2146
2147 * custom.el (custom-autoload): Add `noset' argument.
2148 (custom-push-theme): Don't autoload the variable, let callers do it.
2149 (custom-theme-set-variables): Autoload the variable if necessary.
2150
2151 * cus-edit.el (custom-variable-state-set): If the variable was
2152 originally set outside custom, but to the same value as the default,
2153 consider it to be standard.
2154
2155 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2156 file *before* telling Emacs to add the autoloads, in case it fails.
2157
2158 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2159 Use `cond', push', and `dolist'.
2160
2161 2006-07-17 Richard Stallman <rms@gnu.org>
2162
2163 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2164 Add defvars to silence warnings.
2165
2166 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2169 Don't highlight "Compiling file" messages as error.
2170
2171 * dired-aux.el (dired-compress-file): Confirm again if gzipped
2172 file already exists.
2173
2174 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
2177 entry, don't assign to free var; simply return the extracted filename.
2178 (ff-treat-as-special): Incorporate common preamble from callers.
2179 (ff-other-file-name, ff-find-the-other-file):
2180 Update call to ff-treat-as-special.
2181
2182 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2183
2184 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
2185
2186 * tumme.el (tumme-get-comment): Fix bug.
2187
2188 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * files.el: Remove spurious * in docstrings.
2191
2192 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2193
2194 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2195 grammar.
2196 (allout-beginning-of-current-line): Beware beginning of buffer.
2197 Also, a comment is simplified.
2198 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2199 when appropriate. (This fix enables use for other than
2200 bullet-hotspot operation.)
2201 (allout-hide-current-subtree): While escalating to sibling-close,
2202 make sure to situate on a topic.
2203
2204 2006-07-14 Kim F. Storm <storm@cua.dk>
2205
2206 * emulation/cua-base.el (cua-delete-selection)
2207 (cua-toggle-set-mark): New defcustoms.
2208 (cua-rectangle-modifier-key): Add `alt' modifier.
2209 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2210 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2211 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2212
2213 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2214
2215 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2216
2217 * allout.el: Require 'cl during byte-compilation/interactive load,
2218 for the `assert' macro.
2219 (allout-mode-deactivate-hook): New hook, run when allout mode
2220 deactivates.
2221 (allout-developer): New allout customization subgroup.
2222 (allout-run-unit-tests-on-load): New allout-developer
2223 customization variable, when true allout unit tests are run towards
2224 end of file load/eval.
2225 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2226 auto-fill-mode.
2227 (allout-resumptions): Remove, to be replaced by...
2228 (allout-add-resumptions): Register variable settings to be
2229 reinstated by `allout-do-resumptions'. The settings are made
2230 buffer-local, but the locality/globality of the suspended setting
2231 is restored on resumption.
2232 (allout-do-resumptions): Reinstate all settings suspended using
2233 `allout-add-resumptions'.
2234 (allout-test-resumptions): Unit tests (and intermediate variables)
2235 for resumptions.
2236 (allout-tests-globally-unbound, allout-tests-globally-true)
2237 (allout-tests-locally-true): Intermediate variables for
2238 resumptions unit tests.
2239 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2240 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2241 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2242 instead of retired `allout-resumptions'. For hook functions, use
2243 `local' parameter so hook settings are created and removed as
2244 buffer-local settings. Revise (resumptions) setting
2245 auto-fill-function so it is set only if already active. (The
2246 related fill-function settings are all made in either case, so
2247 that activating auto-fill-mode activity will have the custom
2248 allout-mode behaviors (hanging indent on topics, if configured for it).
2249 Remove all allout-exposure-category overlays on mode deactivation.
2250 (allout-hotspot-key-handler): New function extracted from
2251 `allout-pre-command-business', so the functionality can be used
2252 for other purposes, eg as a binding in an overlay.
2253 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2254 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2255 customization variable.
2256 (allout-run-unit-tests): Run the (currently quite small)
2257 repertoire of unit tests. Called just before the provide iff user
2258 has customized `allout-run-unit-tests-on-load' non-nil.
2259
2260 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2261
2262 * emacs-lisp/authors.el (authors-aliases): Update.
2263
2264 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2265
2266 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2267 gdb-source-window. Add dedicated argument.
2268 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2269 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2270 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2271 (gdb-display-locals-buffer): Use it.
2272
2273 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2274 Set gdb-source-window.
2275
2276 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2279 minor modes, redundant with the custom-autoload line above.
2280
2281 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * longlines.el (longlines-post-command-function): Handle open-line too.
2284
2285 2006-07-12 Richard Stallman <rms@gnu.org>
2286
2287 * progmodes/grep.el (grep-last-buffer): Doc fix.
2288
2289 * info.el (Info-try-follow-nearest-node): Doc fix.
2290
2291 * emacs-lisp/edebug.el (edebug-instrument-function):
2292 Err if find-function-noselect gives no position.
2293
2294 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2295 If can't find definition, return nil for position.
2296 (find-function-do-it): Handle new return value
2297 of find-definition-noselect.
2298 (find-definition-noselect, find-variable-noselect): Doc fix.
2299 (find-function-noselect): Doc fix.
2300
2301 * help-mode.el (help-variable-def): Handle find-variable-noselect
2302 returning no position.
2303 (help-function-def): Likewise for find-function-search-for-symbol.
2304 (help-face-def): Likewise.
2305
2306 * help-fns.el (describe-variable): Handle find-variable-noselect
2307 returning no position.
2308
2309 * files.el (locate-file-completion): Avoid duplicates in result.
2310
2311 * cus-edit.el (custom-no-edit): New command.
2312 (custom-mode-map): Remap to custom-no-edit instead of
2313 using suppress-keymap.
2314
2315 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2318 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2319 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2320
2321 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2322
2323 2006-07-11 Kim F. Storm <storm@cua.dk>
2324
2325 * ido.el (ido-copy-current-file-name): Use buffer-name if
2326 buffer-file-name is nil.
2327
2328 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * simple.el (undo-ask-before-discard): Set to nil.
2331
2332 * vc.el (vc-exec-after): Don't delete process manually.
2333 (vc-print-log): Run log-view-mode in process sentinel inside
2334 inhibit-read-only. Don't shrink window due to timing issues.
2335
2336 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2337 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2338
2339 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2342 Fix ambiguity introduced by last change.
2343 (compilation-find-file): Move save-excursion to where it may
2344 make sense. Fix a left over `find-file'.
2345
2346 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2347
2348 * textmodes/texinfmt.el (texinfo-format-separate-node):
2349 Insert a string before point, which fits documentation, not after.
2350 (texinfo-multitable-item): In a multitable row, insert any
2351 additional needed @tabs and spaces.
2352
2353 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2354
2355 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2356 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2357 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2358 instead of shell-command.
2359 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2360 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2361 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2362 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2363 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2364 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2365
2366 2006-07-11 Kim F. Storm <storm@cua.dk>
2367
2368 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2369 Remove special case for seconds < 0. Use (redisplay t) instead.
2370
2371 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2374 avoid compilation error.
2375
2376 * subr.el (sit-for): New function.
2377
2378 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2379
2380 2006-07-10 Richard Stallman <rms@gnu.org>
2381
2382 * ldefs-boot.el (edebug): Update page.
2383
2384 2006-07-10 Kim F. Storm <storm@cua.dk>
2385
2386 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2387 to FOR-RELEASE and TODO.
2388
2389 2006-07-10 Romain Francoise <romain@orebokech.com>
2390
2391 * emacs-lisp/authors.el (authors-aliases): Update.
2392
2393 2006-07-10 Alan Mackenzie <acm@muc.de>
2394
2395 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2396 * cc-mode.el: Changes to eradicate eval-after-load.
2397
2398 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2401 on non-char events.
2402
2403 2006-07-09 Romain Francoise <romain@orebokech.com>
2404
2405 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2406 Don't highlight start/end markers as compilation messages.
2407
2408 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2409 to t.
2410
2411 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2414
2415 2006-07-08 Richard Stallman <rms@gnu.org>
2416
2417 * term/x-win.el (x-handle-display): Add doc string.
2418
2419 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2420
2421 * subr.el (def-edebug-spec): Move here.
2422 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2423
2424 * imenu.el (imenu-choose-buffer-index): Doc fix.
2425
2426 2006-07-08 Romain Francoise <romain@orebokech.com>
2427
2428 * term/x-win.el (x-display-name): Fix typo.
2429
2430 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2431
2432 * hexl.el (hexl-find-file): Doc fix.
2433
2434 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2435
2436 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * term/x-win.el (x-display-name): Doc fix.
2439
2440 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2443 long prefixes.
2444 (fill-region-as-paragraph): Don't round up to a whole line.
2445 (fill-comment-paragraph): Don't include the code-before-the-comment
2446 when calling fill-region-as-paragraph.
2447
2448 * international/mule.el (make-char): Remove redundancy.
2449
2450 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2451 property may contain an anonymous function rather than a symbol.
2452
2453 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2454
2455 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2456 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2457
2458 * dirtrack.el (dirtrack-default-directory-function): Remove.
2459 (dirtrack-directory-function): Use file-name-as-directory.
2460 (dirtrack-windows-directory-function): Simplify.
2461 (dirtrack-forward-slash, dirtrack-backward-slash)
2462 (dirtrack-replace-slash): Remove.
2463 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2464 (dirtrack): Fix wrong parenthesizing; use match-string.
2465
2466 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2467 (inferior-octave-mode): Only change the buffer-local value of
2468 comint-dynamic-complete-functions.
2469 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2470 Move the initialization to the declaration.
2471 (inferior-octave-complete): Remove unused var `filter'.
2472
2473 * shell.el (shell-mode): Only change the buffer-local value of
2474 comint-dynamic-complete-functions.
2475
2476 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2477
2478 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2479 entry is skipped because it has been scheduled.
2480 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2481 changing `:org-archived' and `:org-comment' properties.
2482
2483 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * server.el (server-select-display): Don't make the temp frame
2486 minibuffer-only, in case it's not a temp frame.
2487 (server-process-filter): Don't delete the temp frame if it's the
2488 only one we have on that display.
2489
2490 * files.el (find-alternate-file): Doc fix.
2491
2492 2006-07-05 Richard Stallman <rms@gnu.org>
2493
2494 * files.el (abbreviate-file-name): Add save-match-data.
2495
2496 2006-07-03 Richard Stallman <rms@gnu.org>
2497
2498 * faces.el (read-face-name): Doc fix.
2499
2500 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2503
2504 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2505
2506 * vc.el (vc-diff-internal): Fix prev change.
2507
2508 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2509
2510 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2511 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2512
2513 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2516 fails if the symbol contains chars like ( or '.
2517 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2518 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2519 `short'.
2520
2521 2006-07-04 Kenichi Handa <handa@m17n.org>
2522
2523 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2524 the current one, don't call set-language-environment, but call one
2525 of set-language-environment-XXX to make INFO effective now.
2526 (set-language-environment): Call set-language-environment-XXX
2527 functions instead of doing the various setups directly.
2528 (set-language-environment-coding-systems): Delete argument eol-type.
2529 (set-language-environment-input-method)
2530 (set-language-environment-nonascii-translation)
2531 (set-language-environment-charset)
2532 (set-language-environment-fontset)
2533 (set-language-environment-unibyte): New functions.
2534
2535 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2536
2537 * locate.el (locate-update-when-revert): New option.
2538 (locate-update-path): New option (suggested by Michael Albinus).
2539 (locate-prompt-for-command): Whitespace change.
2540 (locate-update): No longer offer to update the locate database by
2541 default. Implement the two new options.
2542
2543 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2544
2545 * tooltip.el: Move comment about track-mouse...
2546
2547 * progmodes/gud.el: ...to here.
2548
2549 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * facemenu.el (facemenu-listed-faces): New var.
2552 (facemenu-unlisted-faces): Variable deleted.
2553 (facemenu-add-new-face): Use facemenu-listed-faces.
2554
2555 * emulation/viper-init.el, calendar/calendar.el:
2556 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2557
2558 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2559
2560 * textmodes/org.el (org-mode): Remove no invalid settings for
2561 calc embedded mode.
2562 (org-mode-p): New defsubst.
2563 (org-save-all-org-buffers): New function.
2564 (org-first-headline-recenter): Enclose outline-regexp in group
2565 delimiters.
2566 (org-set-tags): Keep single space after stars.
2567
2568 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * window.el (set-window-text-height): Only set window-min-height to
2571 1 if that's the requested size.
2572
2573 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2574 (diff-unified->context, diff-context->unified)
2575 (diff-reverse-direction): Make sure the end marker stays at the end.
2576 (diff-mode): Add the keymap table at the end of docstring.
2577 Use lexical-let rather than constructing a closure manually.
2578
2579 * files.el (find-file-noselect-1): Remove unused var assignment.
2580 (hack-local-variables-confirm): Print lists of strings as lists of
2581 strings rather than lists of symbols.
2582 (abbreviate-file-name, hack-local-variables-prop-line):
2583 Use match-string.
2584 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2585 (recover-session-finish): Use line-end-position.
2586
2587 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2588
2589 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2590
2591 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2592
2593 * progmodes/make-mode.el (makefile-macroassign-regex):
2594 Accept preceding keyword.
2595 (makefile-gmake-statements): Reorganize, now that makepp has
2596 "override" and also handle forgotten "override define".
2597 (makefile-makepp-statements): Add new "global", "override export"
2598 and "override global".
2599
2600 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2603 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2604 (ada-no-auto-case): Fix typos in docstrings.
2605
2606 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2607
2608 * info.el (Info-find-node-2): Search for makeinfo version more
2609 carefully.
2610
2611 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2612
2613 * textmodes/org.el (org-prepare-agenda-buffers):
2614 Use `invisible-OK' argument for `org-end-of-subtree'.
2615 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2616 (org-beginning-of-item): Fix bug in regular expression for white line.
2617 (org-export-as-html): Enforce space after bullet in plain list items.
2618 (org-set-autofill-regexps): Require space after plain list bullet
2619 for paragraph-start.
2620 (org-ts-regexp3): New constant.
2621 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2622 (org-timestamp-up-day, org-timestamp-down-day)
2623 (org-timestamp-change): Work with inactive timestamps.
2624 (org-ts-regexp1): Don't allow brackets in time stamps.
2625
2626 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2627
2628 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2629 for ignoring links.
2630
2631 * faces.el (read-face-name): Use it.
2632
2633 2006-06-28 Juri Linkov <juri@jurta.org>
2634
2635 * buff-menu.el (list-buffers-noselect): Compare Info file
2636 with the string "dir" to detect Info directory.
2637
2638 * complete.el (partial-completion-mode): In lambda for
2639 `choose-completion-string-functions' use full function signature
2640 with 4 args, and move point to the end of the minibuffer only if arg
2641 `mini-p' is non-nil.
2642
2643 2006-06-28 John Paul Wallington <jpw@pobox.com>
2644
2645 * ibuffer.el (ibuffer-mode): Doc fix.
2646
2647 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2648
2649 * textmodes/org.el (org-context): New contexts :item-bullet,
2650 :latex-fragment, :latex-preview.
2651 (org-overlays-at, org-overlay-start, org-overlay-end):
2652 New compatibility functions.
2653 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2654 exact regexp that will be used during export.
2655 (org-latex-regexps): New variable.
2656 (org-cdlatex-mode): Improve advice for `texmathp'.
2657 (turn-on-org-cdlatex): New function.
2658
2659 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2660
2661 * term/mac-win.el (mac-handle-font-selection): Change keys of
2662 mac-atsu-font-table from strings to numbers.
2663 (mac-ts-caret-position): Use also when cursor-type is nil.
2664 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2665 Relax condition for using overlay strings.
2666 Use mac-ts-caret-position face when cursor-type is nil.
2667
2668 2006-06-26 Kim F. Storm <storm@cua.dk>
2669
2670 * help.el (view-emacs-news): Declare `res' in the right let* form.
2671
2672 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2673
2674 * net/rcompile.el (remote-compile): Replace ange-ftp based
2675 implementation by Tramp functions.
2676 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2677
2678 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2679
2680 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2681
2682 * international/fontset.el (setup-default-fontset): Fix a typo in
2683 the "Oriya-Akruti" registry name.
2684
2685 2006-06-23 Lars Hansen <larsh@soem.dk>
2686
2687 * desktop.el (desktop-full-file-name): New function.
2688 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2689 (desktop-revert): Use it.
2690 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2691 (desktop-after-read-hook): Add option list-buffers.
2692 (desktop-locals-to-save): Add tab-width.
2693 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2694 Fix docstring.
2695
2696 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2697
2698 * textmodes/org.el (org-cdlatex-mode-map)
2699 (org-cdlatex-texmathp-advice-is-done): New variables.
2700 (org-cdlatex-mode): New minor mode.
2701 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2702 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2703 (org-export-with-archived-trees): New option.
2704 (org-open-file): Remove the call to `convert-standard-filename'.
2705 (org-archive-tag, org-agenda-skip-archived-trees)
2706 (org-cycle-open-archived-trees)
2707 (org-sparse-tree-open-archived-trees): New options.
2708 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2709 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2710 New functions.
2711 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2712 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2713 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2714 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2715 Call `org-prepare-agenda-buffers'.
2716 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2717 (org-file-apps, org-file-apps-defaults-gnu)
2718 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2719 Handle remote files by forcing them to be opened in Emacs.
2720
2721 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2722
2723 * vc.el (vc-diff-knows-L): New variable.
2724 (vc-diff-internal): Use it to handle "diff" programs that don't
2725 understand -L. This works automatically, no user action is necessary.
2726
2727 2006-06-23 Daniel Brockman <daniel@brockman.se>
2728
2729 * net/rcirc.el (rcirc-default-user-full-name): Default to
2730 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2731 longer exists).
2732 (rcirc-process-list): Check `buffer-live-p' before attempting to
2733 switch to a buffer.
2734
2735 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2736
2737 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2738 based on rcirc-coding-system-alist.
2739
2740 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2741
2742 * cus-edit.el (customize-apropos): A better error message.
2743 (top level) <debug-ignored-errors>: Extend and update the list of
2744 ignored error messages.
2745
2746 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2747
2748 * complete.el (PC-do-completion): Retain capitalization of user
2749 input, when possible, even if completion-ignore-case is set.
2750
2751 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2752
2753 * generic-x.el (bat-generic-mode): Support .cmd files.
2754
2755 * dos-w32.el (top level): Use find-file-not-found-functions
2756 instead of the obsolete find-file-not-found-hooks.
2757
2758 2006-06-22 Kim F. Storm <storm@cua.dk>
2759
2760 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2761 to recognize mode name containing submodes, such as Grep/lw.
2762
2763 2006-06-21 Kim F. Storm <storm@cua.dk>
2764
2765 * simple.el (line-move-1): Check for move-end-of-line instead of
2766 end-of-line when setting temporary-goal-column.
2767
2768 2006-06-21 Miles Bader <miles@gnu.org>
2769
2770 * play/cookie1.el (cookie): Work properly when there's only one entry.
2771
2772 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2773
2774 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2775 (gdb-frame-handler): Generalize frame regexp for templates.
2776
2777 2006-06-20 Glenn Morris <rgm@gnu.org>
2778
2779 * calendar/appt.el (appt-display-format): Default value must be
2780 one of the customize options.
2781
2782 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * term/xterm.el (terminal-init-xterm): Update key availability info.
2785 Bind C-return.
2786
2787 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2788
2789 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2792 whether or not a local variables list is defined.
2793
2794 * msb.el (msb): Move `sit-for' hack here to handle both
2795 "mouse-down and drag" and "mouse-up and select" situations.
2796 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2797
2798 2006-06-20 Kenichi Handa <handa@m17n.org>
2799
2800 * international/characters.el (word-combining-categories):
2801 Add entries for 2-byte Han characters.
2802
2803 2006-06-19 Richard Stallman <rms@gnu.org>
2804
2805 * bindings.el (mode-line-format): Save some mode line space.
2806
2807 * files.el (find-file-noselect): Improve the question wording.
2808 (basic-save-buffer-2): Mask UMASK against 666.
2809
2810 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2811 (mouse-drag-vertical-line): Call it.
2812
2813 * cus-edit.el (customize-option, customize-option-other-window):
2814 Error if SYMBOL is nil.
2815
2816 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2817
2818 * textmodes/org.el: Require noutline, also on XEmacs.
2819 (org-end-of-subtree): Return point.
2820 (org-dblock-start-re, org-dblock-end-re): New constants.
2821 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2822 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2823 (org-update-all-dblocks, org-find-dblock): New functions.
2824 (org-collect-clock-time-entries): New function.
2825 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2826 (org-fixup-indentation): Modify to deal correctly with lines
2827 starting with TAB. Only one argument DIFF now.
2828 (org-demote, org-promote): Call `org-fixup-indentation' with just
2829 one argument, DIFF.
2830 (org-mode): Don't mark buffer as modified when aligning tables.
2831 (org-clock-sum): Don't mark buffer modified when adding time sum
2832 properties.
2833 (org-export-as-html): Add support for a link validation function.
2834 (org-archive-all-done): New function.
2835 (org-archive-subtree): New prefix argument. When set, archive all
2836 done subtrees in this buffer.
2837 (org-remove-clock-overlays)
2838 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2839 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2840 (org-put-clock-overlay): Don't swallow last headline character
2841 when displaying overlay.
2842 (org-store-link): Link to `image-mode' with just the file name.
2843
2844 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2845
2846 * viper-cmd.el (viper-special-read-and-insert-char):
2847 Use read-key-sequence.
2848 (viper-after-change-undo-hook): Misc enhancements.
2849 (viper-after-change-undo-hook): New hook.
2850 (viper-undo): Use viper-after-change-undo-hook.
2851 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2852 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2853 clicking on that widget/button.
2854
2855 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2856
2857 * ediff-diff (ediff-test-patch-utility): Catch errors.
2858 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2859 (ediff-set-actual-diff-options): New function.
2860 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2861 Use ediff-set-actual-diff-options.
2862 (ediff-extract-diffs): Catch errors.
2863 (ediff-whitespace): Add non-breakable space.
2864 (ediff-same-file-contents): Catch errors.
2865
2866 * ediff-mult.el (ediff-collect-custom-diffs):
2867 Save coding-system-for-read.
2868
2869 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2870 (ediff-vc-internal, ediff-vc-merge-internal):
2871 Use ediff-delete-version-file.
2872 (ediff-delete-version-file): New function.
2873
2874 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2875
2876 * ediff.el (ediff-directories, ediff-directory-revisions)
2877 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2878 (ediff-directories-internal, ediff-merge-directory-revisions)
2879 (ediff-merge-directory-revisions-with-ancestor)
2880 (ediff-directories3): Use read-directory-name.
2881
2882 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2883
2884 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2885 Remove superfluous part of regexp for brace matching which is handled
2886 by `scan-lists' call.
2887
2888 2006-06-16 Richard Stallman <rms@gnu.org>
2889
2890 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2891
2892 * files.el (basic-save-buffer-2): For a new precious file,
2893 use the default modes in the return value.
2894
2895 * facemenu.el (facemenu-color-alist): Doc fix.
2896
2897 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2898
2899 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2900
2901 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2902
2903 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2904 (mac-utxt-to-string): Use it.
2905 (mac-ts-update-active-input-area): Use mac-ae-number.
2906
2907 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * term.el (term-handle-scroll, term-delete-lines)
2910 (term-insert-lines): Fix off by one errors.
2911
2912 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2913
2914 * net/tramp.el (tramp-touch): Use UTC to express time.
2915
2916 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * mail/sendmail.el (mail-send): Search explicitly for
2919 mail-header-separator when checking for corrupted header lines.
2920
2921 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2924 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2925 (gdb-init-1): Initialise them.
2926 (gdb-starting): Reset gdb-printing
2927 (gdb-starting): Save value of gud-overlay-arrow-position.
2928 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2929 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2930 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2931 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2932
2933 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2936
2937 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2938
2939 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2940 (ldap-search-internal): Keep error messages, and a regexp fix.
2941
2942 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2943
2944 * files.el (hack-local-variables-confirm):
2945 Display string value using its printed representation.
2946
2947 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * server.el (server-edit): No-op if no server buffers exist.
2950
2951 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2952
2953 * textmodes/page-ext.el (pages-directory-for-addresses):
2954 Including `pages-directory-address-mode' in the function results
2955 in the message "Buffer in which pages were found is deleted".
2956
2957 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2958
2959 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2960 clocking functions.
2961
2962 (org-agenda-clock-in, org-check-running-clock)
2963 (org-clock-out-if-current, org-remove-clock-overlays)
2964 (org-put-clock-overlay): New functions.
2965 (org-clock-marker, org-clock-file-total-minutes)
2966 (org-clock-overlays): New variables.
2967 (org-clock-display, org-clock-sum, org-clock-cancel)
2968 (org-clock-out, org-clock-in): New commands.
2969 (org-export): New function.
2970 (org-emph-re): New constant.
2971 (org-set-emph-re, org-do-emphasis-faces): New functions.
2972 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2973 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2974 (org-export-html-convert-emphasize): Use the configurable emphasis.
2975 (org-cleaned-string-for-export): Make multiline emphasis visible
2976 to the exporter. New optional argument PARAMETERS.
2977 (org-export-as-html): Specify :emph-multiline parameter to
2978 `org-cleaned-string-for-export'.
2979
2980 2006-06-10 Richard Stallman <rms@gnu.org>
2981
2982 * help.el (help-for-help-internal): Clean up help text.
2983
2984 2006-06-10 Andreas Schwab <schwab@suse.de>
2985
2986 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2987 in doc string.
2988
2989 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2990
2991 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2992
2993 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2994 spaces after the comment start.
2995
2996 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2997
2998 * play/pong.el (pong-init-buffer):
2999 Fill buffer with spaces instead of ^A.
3000
3001 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3002 launched asynchronously, delete its process instead of being cool.
3003 (ispell-async-processp): Check for `delete-process' existence
3004 instead of `kill-process' one for consistency.
3005
3006 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3007
3008 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3009 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3010 in mode line at startup.
3011
3012 2006-06-08 Kim F. Storm <storm@cua.dk>
3013
3014 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3015 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3016 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3017 (ido-file-internal): Pass full file name to write-file.
3018 (ido-read-internal): Only pop stack elements automatically if they
3019 actually match an existing directory or file name.
3020
3021 2006-06-07 Kenichi Handa <handa@m17n.org>
3022
3023 * international/mule.el (find-auto-coding): Don't handle the short
3024 name `char-trans'.
3025
3026 * files.el (hack-local-variables-prop-line)
3027 (hack-local-variables): Cancel the previous change.
3028
3029 2006-06-06 Jesper Harder <harder@phys.au.dk>
3030
3031 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3032
3033 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3036 diff-default-read-only is non-nil.
3037 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3038 (diff-refine-hunk): Set inhibit-read-only to t.
3039
3040 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3041 modifying the *Diff* buffer.
3042 (diff-process-filter): New filter function for diff process that
3043 sets inhibit-read-only to t when modifying the *Diff* buffer.
3044
3045 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3046
3047 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3048 insertion point and control the number of empty lines.
3049 (org-paste-subtree): Limit the number of empty lines at the end of
3050 the inserted tree.
3051 (org-agenda): Use buffer name of current file for narrowing.
3052 (org-export-as-xml): Command removed.
3053 (org-export-xml-type): Option removed.
3054 (org-mode-map): Call `org-export-as-xoxo' directly.
3055 (org-get-indentation): New optional argument LINE.
3056 (org-fix-indentation, org-remove-tabs): New functions.
3057 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3058 correct indentation for headlines that are converted it items.
3059 (org-skip-comments): Remove table lines that contain narrowing
3060 cookies but no other non-empty fields.
3061 (org-set-tags): Allow groups of mutually exclusive tags.
3062 (org-cmp-time): Sort 24:21 before items without time.
3063 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3064 (org-open-at-point): Require double colon also for numbers.
3065
3066 2006-06-06 Kim F. Storm <storm@cua.dk>
3067
3068 * ido.el (ido-default-file-method, ido-default-buffer-method):
3069 Make choice values consistent with corresponding command names.
3070 (ido-visit-buffer): Update accordingly. Default to selected-window.
3071
3072 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3073
3074 * progmodes/gud.el (gud-running): Fix doc string.
3075 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3076 (gud-tooltip-modes): Add python-mode.
3077 (gud-tooltip-print-command): Add pdb. Remove perldb.
3078
3079 2006-06-05 Eli Zaretskii <eliz@gnu.org>
3080
3081 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3082 Quote $(EMACS).
3083
3084 2006-06-05 Richard Stallman <rms@gnu.org>
3085
3086 * faces.el (defined-colors): Doc fix.
3087
3088 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
3089
3090 * vc.el (vc-process-filter): Inhibit undo info collection around
3091 call to insert.
3092 (vc-setup-buffer): Likewise for call to erase-buffer.
3093 (vc-do-command): Likewise for call to process-file.
3094
3095 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3098 for gud-go.
3099 (gud-common-init): Other debuggers may trigger error.
3100
3101 2006-06-05 Kenichi Handa <handa@m17n.org>
3102
3103 * international/mule.el (find-auto-coding):
3104 Handle enable-character-translation in file header.
3105
3106 2006-06-04 Kim F. Storm <storm@cua.dk>
3107
3108 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3109 (authors-fixed-entries): Fix spelling.
3110 (authors-canonical-file-name): Don't report error for wildcards.
3111
3112 * help.el (view-emacs-news): Rewrite to support new NEWS,
3113 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
3114 e.g. version 10 matches 1.10, and don't be confused by version 1.1
3115 being a prefix of 1.12 (etc). A numeric prefix arg also works.
3116
3117 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
3118
3119 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3120 exec constructs like `foo bar`.
3121 (sh-quoted-subshell): New helper function to search for a possibly
3122 nested subshell (like `` or $()) within a "" quoted string.
3123 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3124 (sh-apply-quoted-subshell): Flag quote characters inside a
3125 subshell, which is itself already in a quoted region, as
3126 punctuation, since this is the closest to what they actually are.
3127 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3128 sh-apply-quoted-subshell.
3129 (sh-font-lock-syntactic-face-function): Apply the new face for
3130 text inside `` instead of the old font-lock-string-face.
3131
3132 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3133
3134 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3135 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3136 (mac-bytes-to-text-range, mac-ae-text-range-array)
3137 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3138 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3139 (mac-ts-unicode-for-key-event): New functions.
3140 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3141 (mac-handle-font-selection): Use mac-ae-number.
3142 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3143 New variables.
3144 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3145 (mac-ts-converted-text, mac-ts-selected-converted-text)
3146 (mac-ts-block-fill-text, mac-ts-outline-text)
3147 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3148 (mac-ts-hilite-style-faces): New constant.
3149 (mac-apple-event-map): Bind text input events.
3150 (mac-dispatch-apple-event): Use command-execute instead of
3151 call-interactively.
3152 (global-map): Don't bind mac-apple-event.
3153 (special-event-map): Bind mac-apple-event.
3154
3155 2006-06-02 Eli Zaretskii <eliz@gnu.org>
3156
3157 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3158 file name.
3159 (emacs): Enclose the value of $(EMACS) in quotes.
3160
3161 2006-06-02 Juri Linkov <juri@jurta.org>
3162
3163 * international/mule.el (sgml-html-meta-auto-coding-function):
3164 Remove the condition `(search-forward "<html" size t)'.
3165 Replace `\"' with `[\"']?' in `re-search-forward'.
3166
3167 2006-06-02 Kenichi Handa <handa@m17n.org>
3168
3169 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3170 as well as `coding'.
3171 (hack-local-variables): Likewise.
3172
3173 * international/mule.el (enable-character-translation):
3174 Put permanent-local and safe-local-variable properties.
3175 (find-auto-coding): Handle char-trans: tag.
3176
3177 2006-06-02 Juri Linkov <juri@jurta.org>
3178
3179 * international/mule.el (sgml-html-meta-auto-coding-function):
3180 Limit the search by the end of the HTML header (if any).
3181
3182 2006-06-01 Richard Stallman <rms@gnu.org>
3183
3184 * subr.el (with-current-buffer): Doc fix.
3185
3186 2006-06-02 Masatake YAMATO <jet@gyve.org>
3187
3188 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3189 Almost rewrite. Underlines over all lines of gcov output are too
3190 uncomfortable to read. Suggested by Dan Nicolaescu.
3191
3192 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3193
3194 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3195
3196 * shell.el (shell-mode): Use shell-mode-map in docstring.
3197
3198 * comint.el (comint-send-input): Do not add help-echo and
3199 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3200
3201 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3202
3203 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3204
3205 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3208 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3209 look up the stack and pop up GUD buffer if necessary.
3210 (gdb-frames-select): Remove redundant call to gud-display-frame.
3211 (gdb-info-threads-custom): Keep point at start of buffer.
3212 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3213
3214 2006-05-31 Juri Linkov <juri@jurta.org>
3215
3216 * replace.el (query-replace-read-from, query-replace-read-to):
3217 Bind `history-add-new-input' to nil. Call `add-to-history'.
3218
3219 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3220
3221 * textmodes/table.el: Convert all HTML tags to lower case for
3222 XHTML compatibility.
3223
3224 2006-05-31 Masatake YAMATO <jet@gyve.org>
3225
3226 * progmodes/compile.el:
3227 (compilation-error-regexp-alist-alist::gcov-called-line):
3228 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3229
3230 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3233 Revert inadvertent changes made with last commit.
3234
3235 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3236
3237 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3238 New functions.
3239
3240 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3241
3242 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3243
3244 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3245 only matches in the right place.
3246 (org-upcoming-deadline): New face.
3247 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3248 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3249 and make it an option.
3250 (org-export-ascii-bullets): New option.
3251 (org-export-as-html): Many changes to emit valid XHTML.
3252 (org-par-open): New variable.
3253 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3254 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3255 (org-timeline): Pass `org-timeline-show-empty-dates' to
3256 `org-get-all-dates'. Interpret empty dates returned by
3257 `org-get-all-dates'.
3258 (org-get-all-dates): New argument EMPTY. Add dates without
3259 entries to the list, mark large ranges of empty dates.
3260 (org-point-in-group, org-context): New functions.
3261
3262 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3265
3266 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3267 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3268 to C-mouse-3 (for 2 button mice).
3269 (gdb-send): Do the right thing for C-d.
3270
3271 * speedbar.el (speedbar-detach): Delete.
3272 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3273 it breaks things.
3274 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3275
3276 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3277
3278 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3279 Makeppfile.
3280
3281 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3282 Add makepp diagnostic.
3283
3284 2006-05-29 Richard Stallman <rms@gnu.org>
3285
3286 * window.el (fit-window-to-buffer): Doc fix.
3287
3288 * help.el (temp-buffer-max-height): Doc fix.
3289
3290 * subr.el (with-current-buffer): Doc fix.
3291
3292 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3293
3294 * term/x-win.el: Bind F10 to menu-bar-start if available.
3295
3296 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3297
3298 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3299 uses with a simple test.
3300 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3301 (term-send-raw-string, term-send-raw, term-mouse-paste)
3302 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3303 (term-handle-exit, term-read-input-ring)
3304 (term-previous-matching-input-string)
3305 (term-previous-matching-input-string-position)
3306 (term-previous-matching-input-from-input)
3307 (term-replace-by-expanded-history, term-send-input)
3308 (term-skip-prompt, term-bol, term-send-invisible)
3309 (term-kill-input, term-delchar-or-maybe-eof)
3310 (term-backward-matching-input, term-check-source)
3311 (term-proc-query, term-emulate-terminal)
3312 (term-handle-colors-array, term-process-pager, term-pager-line)
3313 (term-pager-bob, term-unwrap-line, term-word)
3314 (term-dynamic-complete-filename)
3315 (term-dynamic-complete-as-filename)
3316 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3317 unlesses.
3318
3319 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3322 during bootstrapping.
3323
3324 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3325 Basically undo the change of 2006-05-26: use extra arguments instead of
3326 dynamic scoping.
3327 (ewoc-locate): Remove unused var `footer'.
3328
3329 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3332
3333 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3334 (generate-file-autoloads): Obey it. Return whether autoloads were
3335 added at point or not.
3336 (update-file-autoloads): Use this new return value.
3337 Remove redundant test for the presence of an autoload cookie.
3338
3339 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3340 This one calls hack-local-variables.
3341 (generate-file-autoloads, update-file-autoloads): Use it.
3342
3343 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3344 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3345 (bibtex-sort-entry-class-alist): Don't set the global value.
3346 (bibtex-init-sort-entry-class-alist): New fun.
3347 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3348 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3349 of bibtex-init-sort-entry-class.
3350
3351 2006-05-28 Richard Stallman <rms@gnu.org>
3352
3353 * subr.el (load-history-regexp): If FILE is relative, insist
3354 entire last name component must match it.
3355 (load-history-filename-element, load-history-regexp): Doc fixes.
3356
3357 2006-05-29 Kim F. Storm <storm@cua.dk>
3358
3359 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3360 `pos' and `raw-data' for clarity, as eval forms may access these.
3361
3362 2006-05-28 Kim F. Storm <storm@cua.dk>
3363
3364 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3365
3366 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * progmodes/make-mode.el (makefile-browser-map)
3369 (makefile-mode-syntax-table): Move initialization inside declaration.
3370 (makefile-fill-paragraph): Use the default comment-filling code.
3371
3372 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * replace.el (query-replace-defaults): New variable.
3375 (query-replace-read-from): Use `query-replace-defaults' for
3376 default value, instead of history list.
3377 (query-replace-read-to): Update `query-replace-defaults'.
3378
3379 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3382 with no X toolkit.
3383
3384 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3387 (tumme-show-all-from-dir): Add autoload.
3388
3389 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3390
3391 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3392 (tumme-remove-tag): Fix bug.
3393
3394 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3395
3396 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3397 FOOTER args. Update unique caller.
3398 (ewoc-delete): Compute last node once before looping.
3399 (ewoc--node-branch): Merge into unique caller.
3400 (ewoc--node): Don't define constructor make-ewoc--node for this
3401 structure.
3402 (ewoc): Add member `hf-pp' to this structure.
3403 (ewoc--wrap): New func.
3404 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3405 header/footer pretty-printers. Save header/footer pretty-printer.
3406 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3407
3408 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3409
3410 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3411
3412 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3413 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3414 Tag'. Change "Compare directories..." to "Change Directories...".
3415 Move tumme commands to Operate, Regexp and Immediate menus.
3416 Change "Add Comment" to "Add Image Comment". Change "Add Image
3417 Tag" to "Add Image Tags".
3418
3419 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3420 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3421 `tumme-delete-tag'.
3422
3423 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3424
3425 * shell.el (shell-mode): Call shell-dirtrack-mode after
3426 list-buffers-directory is made a local variable, to avoid setting
3427 the default value.
3428
3429 2006-05-26 Kevin Ryde <user42@zip.com.au>
3430
3431 * info.el (Info-index-next): Use where-is-internal to report
3432 actual binding of Info-index-next, rather than hard-coded `,'.
3433
3434 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3435
3436 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3437 and "Find Command in Manual" to here.
3438
3439 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3440 Info-current-file as the file name.
3441
3442 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3443
3444 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3445 overrides will now be done a different way.
3446 (ses-set-parameter): Reapply this function for undo.
3447 (ses-set-header-row): Reconstruct header row during undo.
3448 (ses-widen): New function.
3449 (ses-goto-data, ses-reconstruct-all): Use new function.
3450 (ses-command-hook): Widen buffer during undo, before unupdating
3451 the cells.
3452 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3453 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3454 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3455 formula hasn't been executed yet.
3456
3457 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3458
3459 * comint.el (comint-kill-whole-line): Rename arg to count.
3460 Fix doc string.
3461
3462 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3465 to copy-file.
3466
3467 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3468
3469 * simple.el (toggle-truncate-lines): Make arg optional for
3470 backward compatibility.
3471
3472 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3473
3474 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3475 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3476 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3477 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3478 (ewoc--adjust): Use ewoc--current-dll.
3479 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3480
3481 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3482
3483 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3484 compact error message.
3485 (org-tags-view): Refresh category table in each file.
3486 (org-table-justify-field-maybe): Remove superfluous arguments to
3487 `format'.
3488 (org-export-as-html): Insert "<p>" before postamble.
3489 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3490
3491 2006-05-26 Kenichi Handa <handa@m17n.org>
3492
3493 * textmodes/po.el (po-find-charset): Pay attention to the case
3494 FILENAME is a cons (NAME . BUFFER).
3495 (po-find-file-coding-system-guts): Likewise.
3496
3497 * arc-mode.el (archive-set-buffer-as-visiting-file):
3498 Call find-operation-coding-system with (FILENAME . BUFFER).
3499
3500 * tar-mode.el (tar-extract): Call find-operation-coding-system
3501 with (FILENAME . BUFFER).
3502
3503 * international/mule.el (decode-coding-inserted-region):
3504 Call find-operation-coding-system with (FILENAME . BUFFER).
3505
3506 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * image-mode.el (image-toggle-display): Use buffer contents to
3509 generate image for a remote file.
3510
3511 2006-05-25 Juri Linkov <juri@jurta.org>
3512
3513 * replace.el (query-replace-read-from, query-replace-read-to):
3514 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3515
3516 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3517
3518 * whitespace.el (whitespace-cleanup): Change to cleanup
3519 region if one is active.
3520 * whitespace.el (whitespace-cleanup-internal): New internal method.
3521
3522 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3523
3524 * dired.el (dired-mode-map): Add help-echo strings to tumme
3525 commands. Bind `tumme-dired-display-image' to C-t i.
3526
3527 * tumme.el (tumme-display-image): Change documentation string slightly.
3528 (tumme-dired-display-image): Add call to `display-buffer'.
3529
3530 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3531
3532 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3533 Signal error if RAW-DATA is a multibyte string.
3534
3535 2006-05-24 Richard Stallman <rms@gnu.org>
3536
3537 * subr.el (with-local-quit): When handling `quit' signal,
3538 make a chance for quit-flag to cause a quit.
3539
3540 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3541 (ad-disable-advice): Add autoloads.
3542
3543 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3544
3545 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3546
3547 * dired.el (dired-mode-map): Change menu items for tumme as per
3548 suggestions in emacs-devel.
3549
3550 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3551
3552 * dired.el (dired-mode-map): Fix breakage.
3553
3554 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3555
3556 * tumme.el (tumme-display-dired-image): Rename to...
3557 (tumme-dired-display-image): ...this.
3558 (tumme-track-movement): Change default value to t.
3559 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3560 used from `tumme-next-line-and-display' and similar commands.
3561
3562 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3563 Immediate menu. Add some tumme commands there.
3564
3565 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3568
3569 2006-05-24 Chong Yidong <cyd@mit.edu>
3570
3571 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3572 menu entries that open submenus.
3573
3574 2006-05-24 Alan Mackenzie <acm@muc.de>
3575
3576 * startup.el (command-line): For names of preloaded files, don't
3577 append ".elc" (now done in Fload), and call file-truename on the
3578 lisp directory.
3579
3580 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3581 match ANY loaded file with the right name, not just those in
3582 load-path. Put a regexp matching the file name into
3583 after-load-alist, rather than the name itself.
3584
3585 * subr.el: New functions load-history-regexp,
3586 load-history-filename-element, do-after-load-evaluation.
3587
3588 * international/mule.el (load-with-code-conversion): Do the
3589 eval-after-load stuff by calling do-after-load-evaluation.
3590
3591 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3592
3593 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3594 has not been killed.
3595
3596 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3597
3598 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3599 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3600 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3601 Optionally set error message in reply.
3602
3603 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3604
3605 * textmodes/org.el (org-open-at-point): Use renamed variable
3606 `org-confirm-shell-link-function'.
3607 (org-confirm-shell-link-function): Rename from
3608 `org-confirm-shell-links'.
3609 (org-export-directory): New function.
3610 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3611 (org-export-icalendar): Use `org-export-directory'.
3612 (org-indent-item): Keep cursor position.
3613 (org-link-file-path-type): New option.
3614 (org-export-as-html): Fix bug with plain lists starting in
3615 column 0.
3616 (org-export-as-html): Remove deadline formatting, this happens
3617 now already in `org-html-handle-time-stamps'.
3618 (org-export-html-style): Deadline class removed.
3619 (org-insert-labeled-timestamps-at-point): New option.
3620 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3621 of `hide-sublevels 1', in case the first headline is not level 1.
3622 (org-overview, org-content): New fuction.
3623 (org-cycle-global-status, org-cycle-subtree-status): Make these
3624 variables buffer-local.
3625 (org-global-cycle): New command.
3626 (org-shifttab): Use `org-global-cycle'.
3627 (org-insert-heading, org-insert-item): Go to end of new
3628 headline/item after creating it.
3629 (org-export-visible): Rename from `org-export-copy-visible'.
3630 Now creates a temporary org-file and applies an exporting command
3631 to it.
3632 (org-table-eval-formula): Support for lisp forms.
3633 (org-agenda-todo-ignore-scheduled): New option.
3634 (org-agenda-get-todos): Use new option
3635 `org-agenda-todo-ignore-scheduled'.
3636 (org-export-html-inline-images): New value `maybe'.
3637 (org-export-as-html): Inlining of images dependent on link description.
3638 (org-archive-subtree): Check for end-of-buffer before trying
3639 `kill-line'.
3640 (org-agenda-follow-mode): New option.
3641 (org-export-with-tags, org-export-with-timestamps): New options.
3642 (org-html-handle-time-stamps): New function.
3643 (org-keyword-time-regexp): New variable.
3644 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3645 (org-agenda-todo-list-sublevels): New option.
3646 (org-html-level-start): When TITLE is nil, just close all levels.
3647 (org-parse-key-lines, org-parse-export-options): Remove functions,
3648 replaced by `org-infile-export-plist'.
3649 (org-combine-plists, org-infile-export-plist)
3650 (org-default-export-plist): New functions.
3651 (org-export-html-preamble, org-export-html-postamble)
3652 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3653 New variables.
3654 (org-export-publishing-directory): New option.
3655 (org-export-as-html, org-export-as-ascii): Use the new property
3656 lists for settings.
3657 (org-export-copy-visible, org-export-as-xoxo):
3658 Respect `org-export-publishing-directory'.
3659 (org-link-search, org-store-link, org-file-apps): Support for
3660 links to BibTeX database entries..
3661 (org-get-current-options, org-set-regexps-and-options):
3662 Implement logging as a startup option.
3663 (org-store-link): Make sure context string is never empty
3664 (org-insert-link): Use relative path when possible.
3665 (org-at-item-checklet-p): New function.
3666 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3667 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3668 (org-metaright, org-metaup, org-metadown, org-shiftup)
3669 (org-shiftdown, org-shiftright, org-shiftleft)
3670 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3671 Dispatch using `call-interactively'.
3672 (org-call-with-arg): New defsubst.
3673 (org-tag-alist, org-use-fast-tag-selection): New options.
3674 (org-complete): Use `org-tag-alist'.
3675 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3676 (org-next-item, org-previous-item): New commands.
3677 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3678 make command.
3679 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3680
3681 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3682
3683 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3684 (ewoc-filter): Use `ewoc-delete'.
3685
3686 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3687
3688 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3691 Signal more user-friendly error messages.
3692
3693 * complete.el (PC-do-completion): Undo the addition of implicit
3694 wildcards if they did not lead to finding any match.
3695 (read-file-name-internal): Don't add the final > if the completion is
3696 not finished.
3697
3698 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3699
3700 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3701 Quote safe-local-variable predicate.
3702
3703 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3704
3705 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3706
3707 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3708
3709 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3710
3711 * progmodes/make-mode.el (makefile-special-targets-list)
3712 (makefile-macro-table, makefile-target-table): Mark as risky.
3713 (makefile-query-one-target-method): Make this the alias for the
3714 following variable.
3715 (makefile-query-one-target-method-function): Make this the real name.
3716
3717 * textmodes/artist.el (artist-text-renderer): Make this the alias
3718 for the following variable.
3719 (artist-text-renderer-function): Make this the real name.
3720
3721 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3722 the alias for the following variable.
3723 (flyspell-generic-check-word-predicate): Make this the real name.
3724
3725 * textmodes/ispell.el (ispell-format-word): Make this the alias
3726 for the following variable.
3727 (ispell-format-word-function): Make this the real name.
3728 (ispell-message-text-end): Mark as risky.
3729
3730 * skeleton.el (skeleton-transformation, skeleton-filter)
3731 (skeleton-pair-filter): Make these the aliases for the following
3732 variables.
3733 (skeleton-transformation-function, skeleton-filter-function)
3734 (skeleton-pair-filter-function): Make these the real names.
3735
3736 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3737 and skeleton-pair-filter-function.
3738
3739 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3740 alias for the following variable.
3741 (sgml-transformation-function): Make this the real name.
3742 (sgml-tag-alist): Mark as risky.
3743
3744 2006-05-21 Richard Stallman <rms@gnu.org>
3745
3746 * simple.el (kill-region): Interactively, pass point, then mark.
3747
3748 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3749
3750 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3751
3752 2006-05-21 Romain Francoise <romain@orebokech.com>
3753
3754 * dired-x.el (dired-mode-map): Don't bind M-g.
3755
3756 2006-05-20 Richard Stallman <rms@gnu.org>
3757
3758 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3759 (dired-goto-file): Doc fix.
3760
3761 2006-05-21 Kim F. Storm <storm@cua.dk>
3762
3763 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3764 way to enable built-in cua-mode if user loads older CUA-mode package.
3765
3766 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3767 if default-filename is specified.
3768
3769 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3770
3771 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3772
3773 * info.el (info-apropos): Make sure current-file and current-node
3774 have non-nil values. Speed up by using add-to-list instead of
3775 manual consing.
3776
3777 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3778
3779 * progmodes/make-mode.el (makefile-mode): Doc fix.
3780
3781 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3782
3783 * dired-aux.el (dired-do-shell-command): Doc fix.
3784
3785 2006-05-20 Kevin Ryde <user42@zip.com.au>
3786
3787 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3788 ``(custom-manual :tag "Foo" "(foo)Node")''.
3789
3790 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3791
3792 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3793 value is an integer.
3794
3795 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3796
3797 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3798 "format".
3799 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3800
3801 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3802
3803 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3804 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3805
3806 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3809 regexp for keywords.
3810
3811 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3812
3813 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3814 replace-regexp-in-string.
3815
3816 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3817 encode, and escape file name on conversion to URL.
3818
3819 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3820
3821 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3822 Don't unescape URL.
3823 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3824
3825 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3826 on conversion to URLs.
3827
3828 * net/browse-url.el (browse-url-file-url): Encode file name on
3829 conversion to URL.
3830
3831 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3832 conversion to URL.
3833
3834 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3835
3836 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3837
3838 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3839
3840 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3841 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3842
3843 2006-05-19 Glenn Morris <rgm@gnu.org>
3844
3845 * calendar/diary-lib.el (diary-bahai-date)
3846 (list-bahai-diary-entries, mark-bahai-diary-entries)
3847 (mark-bahai-calendar-date-pattern): Not interactive.
3848 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3849 (diary-entries-list): Change format of 4th element in each entry.
3850 (diary-list-entries): Use add-to-diary-list.
3851 (diary-goto-entry): Handle the case where the buffer visiting the
3852 diary has been killed.
3853 (fancy-diary-display): Add 'locator to button rather than 'marker.
3854 Only generate temp-face when there are marks to apply.
3855 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3856 (diary-fancy-date-pattern): New variable.
3857 (diary-time-regexp): Doc fix.
3858 (diary-anniversary, diary-time): New faces.
3859 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3860 diary-time-regexp. Add font-lock-multiline property where needed.
3861 Use new faces diary-anniversary and diary-time.
3862 (diary-fancy-font-lock-fontify-region-function): New function, to
3863 handle multiline font-lock pattern in fancy diary.
3864 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3865 (diary-font-lock-keywords): Tweak time regexp. Use new face
3866 diary-time.
3867
3868 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3869
3870 * international/code-pages.el (mik): Table corrected.
3871
3872 2006-05-18 Kim F. Storm <storm@cua.dk>
3873
3874 * progmodes/grep.el (grep-find): Don't check grep-find-command
3875 before running command (breaks non-interactive usage).
3876
3877 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3878
3879 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3880 (ewoc--insert-new-node): Don't insert trailing newline.
3881 Instead, adjust successor nodes's start markers.
3882 (ewoc--refresh-node): Delete all text from current node's start
3883 marker to the next one's; adjust successor nodes's start markers.
3884 (ewoc--create): Doc fixes.
3885 (ewoc--refresh): Don't insert newline.
3886 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3887 * pcvs.el (cvs-make-cvs-buffer):
3888 Specify extra newline for ewoc's header and footer.
3889 (cvs-update-header): Update initial header recognition.
3890 Append newline to final header and footer values.
3891 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3892
3893 2006-05-17 Richard Stallman <rms@gnu.org>
3894
3895 * files.el (file-name-extension): Doc fix.
3896
3897 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3900 we can explicitly enable/disable rather than toggle.
3901 (shell-mode): Use it.
3902 (shell-cd): Don't try to reproduce what `cd' does.
3903
3904 2006-05-17 Kim F. Storm <storm@cua.dk>
3905
3906 * ido.el (ido-read-internal): Use only nondirectory part of
3907 default item.
3908
3909 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3910
3911 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3912 (ewoc-nth): Doc fix.
3913
3914 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3915
3916 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3917
3918 * international/mule.el (auto-coding-alist): Add .lha to files
3919 read with no-conversion.
3920
3921 * files.el (auto-mode-alist): Add .lha files to archive file
3922 extensions.
3923
3924 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3925 Convert csize to integer when computing offsets within the
3926 compressed archive file.
3927
3928 2006-05-16 Kim F. Storm <storm@cua.dk>
3929
3930 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3931 with read-from-minibuffer.
3932
3933 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3934
3935 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3936 (byte-compile-warnings): Fix safe-local-variable property.
3937
3938 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3939
3940 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3941 (allout-stylish-prefixes, allout-numbered-bullet)
3942 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3943 predicates to qualify `safe-local-variable' property, when
3944 available, else use equivalent lambda.
3945 (allout-current-topic-collapsed-p): Do the right thing regarding
3946 trailing blank lines.
3947
3948 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * server.el (server-start): Only create a directory if needed.
3951 (server-edit, server-unload-hook): server-start => server-mode.
3952 (kill-emacs-hook): Cleanup upon exit.
3953
3954 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * hexl.el (hexlify-buffer): Encode process arguments manually.
3957
3958 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3961 call to gdb-tooltip-print.
3962
3963 2006-05-15 Romain Francoise <romain@orebokech.com>
3964
3965 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3966 systems, default to "tar" since those systems probably have GNU tar.
3967
3968 2006-05-14 Lars Hansen <larsh@soem.dk>
3969
3970 * desktop.el (desktop-missing-file-warning): Fix docstring.
3971 (desktop-restore-file-buffer): Correct question asked on missing file.
3972
3973 2006-05-14 Kim F. Storm <storm@cua.dk>
3974
3975 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3976 Add CUA move property.
3977
3978 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * custom.el (custom-push-theme): Load the variable before checking
3981 its `standard-value'.
3982
3983 2006-05-13 Lars Hansen <larsh@soem.dk>
3984
3985 * desktop.el (desktop-save): Use with-temp-buffer.
3986
3987 2006-05-12 Glenn Morris <rgm@gnu.org>
3988
3989 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3990 * calendar/calendar.el (calendar-mode-map):
3991 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3992 * calendar/appt.el (appt-check, appt-make-list): Refer to
3993 diary-view-entries, diary-list-entries, diary-show-all-entries
3994 rather than obsolete aliases.
3995
3996 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * simple.el (line-move-finish): Avoid calling point motion hooks
3999 while processing intangibility.
4000
4001 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4002
4003 * term/xterm.el (terminal-init-xterm): Fix typo.
4004
4005 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4006
4007 * allout.el (allout-view-change-hook): Mark as being deprecated,
4008 to be replaced by `allout-exposure-change-hook'.
4009 (allout-exposure-change-hook): New, replacing
4010 `allout-view-change-hook'.
4011 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4012 in addition to `allout-view-change-hook'.
4013 (allout-show-bodies, allout-old-style-prefixes)
4014 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4015 lambda forms to prevent their showing up in variable help
4016 presentations as inscrutable byte-compiled code.
4017 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4018 Use string-or-null-p to qualify safe-local-variable values.
4019 (allout-reindent-bodies): Use memq to qualify matches against
4020 valid safe-local-variable values. Also, quote the lambda as above.
4021 (allout-use-mode-specific-leader): Add missing candidate-value
4022 symbols, use memq, and quote the lambda.
4023 (allout-overlay-interior-modification-handler): Remove unused
4024 variables `msg' and 'opened'.
4025 (allout-hidden-p): Constrain invisibility consideration to allout's
4026 invisibility spec, disregarding invisibility for other reasons.
4027
4028 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4029
4030 * files.el (version-control): Correct safe values.
4031
4032 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4033
4034 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4035
4036 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4037 (ewoc--insert-new-node): New func.
4038 Update callers of deleted funcs to use it, instead.
4039
4040 2006-05-11 Glenn Morris <rgm@gnu.org>
4041
4042 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4043 obsolete alias `show-all-diary-entries'.
4044 (make-diary-entry): Not interactive.
4045 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4046 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4047 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4048 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4049 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4050 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4051
4052 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4053
4054 * calendar/calendar.el (calendar-french-date-string)
4055 (calendar-mayan-date-string, calendar-chinese-date-string)
4056 (calendar-astro-date-string, calendar-iso-date-string)
4057 (calendar-islamic-date-string, calendar-bahai-date-string)
4058 (calendar-hebrew-date-string, calendar-coptic-date-string)
4059 (calendar-ethiopic-date-string, calendar-persian-date-string):
4060 These functions are not interactive.
4061
4062 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4063
4064 * files.el: Balance parentheses.
4065
4066 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4067
4068 * files.el, newcomment.el, outline.el, simple.el,
4069 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4070 progmodes/cc-vars.el, progmodes/compile.el:
4071 Move `safe-local-variable' declarations to the respective files.
4072
4073 * help-fns.el (describe-variable): Don't print safe-var if it is
4074 byte-code. Improve wording as suggested by Luc Teirlinck.
4075
4076 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4079 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4080 Use a token for pending-triggers to ensure gdb-var-update
4081 gets called once per user input again for pre-GDB 6.4.
4082 (gdb-var-delete): Match on more complex expressions.
4083 (gdb-var-list-children-handler, gdb-var-create-handler):
4084 Use a token for consistency.
4085
4086 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
4087
4088 * textmodes/org.el (org-read-date, org-goto-calendar)
4089 (org-agenda-goto-calendar):
4090 Bind `view-calendar-holidays-initially' to nil.
4091
4092 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4093
4094 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4095 Update all callers to do it there, instead.
4096
4097 2006-05-10 Glenn Morris <rgm@gnu.org>
4098
4099 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4100 prefix arg case, to avoid view-diary-entries-initially error.
4101 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4102 (calendar-date-is-legal-p): Handle dates with no day part.
4103
4104 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4105
4106 * comint.el (comint-insert-input): Just make it when
4107 comint-use-prompt regexp is nil (default) and with the mouse.
4108 (comint-copy-old-input): Reinstate from 2004-06-23.
4109 (comint-mode-map): Bind C-c C-m to it.
4110
4111 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
4112
4113 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4114 Remove spurious move to point-max (new comint behavior fixes).
4115
4116 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4117 compatibility function (Emacs 18/19).
4118 (idlwave-is-continuation-line): Always return point at start of
4119 previous non-blank continuation line.
4120 `keyword-parameters': Fix continued comment font-lock matcher.
4121 (idlwave-font-lock-fontify-region): Written, use as
4122 font-lock-fontify-region-function, to fix continued keyword
4123 fontification issues.
4124
4125 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4126
4127 * term/mac-win.el (mac-font-panel-mode): Doc fix.
4128 (mac-service-selection, mac-service-open-file)
4129 (mac-service-open-selection, mac-service-mail-selection)
4130 (mac-service-mail-to, mac-service-insert-text): Rename from
4131 mac-services-*. All uses changed.
4132 (mac-apple-event-map): Rename event symbol `services' to `service'.
4133
4134 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
4135
4136 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4137 (ewoc--node-enter-first, ewoc--node-enter-last)
4138 (ewoc--delete-node-internal): Merge funcs into unique callers.
4139
4140 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4143 return value of read-from-minibuffer for empty input.
4144
4145 2006-05-09 Miles Bader <miles@gnu.org>
4146
4147 * comint.el (comint-insert-input): Remove redundant calls to setq
4148 and goto-char.
4149
4150 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
4151
4152 * comint.el (comint-insert-input): Make it work when
4153 comint-use-prompt-regexp is t.
4154
4155 2006-05-10 Miles Bader <miles@gnu.org>
4156
4157 * subr.el (field-at-pos): New function.
4158
4159 * comint.el (comint-insert-input): Use it.
4160
4161 2006-05-09 Juri Linkov <juri@jurta.org>
4162
4163 * battery.el (battery-linux-proc-acpi): Also try
4164 `/proc/acpi/thermal_zone/THR2/temperature'.
4165
4166 * files.el <safe-local-variable>: Remove `eval' and `let' binding
4167 for now unused lambda `string-or-null'.
4168
4169 * add-log.el (change-log-default-name): Put `string-or-null-p'
4170 instead of lambda on `safe-local-variable' property.
4171
4172 * diff-mode.el (diff-context->unified): Use `region-beginning' and
4173 `region-end' instead of `mark' and `point'.
4174 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4175 Operate on region in Transient Mark mode when the mark is active.
4176 Use `region-beginning' and `region-end' instead of `mark' and
4177 `point'.
4178 (diff-hunk-text, diff-goto-source): Doc fix.
4179
4180 * startup.el (fancy-splash-screens, normal-splash-screen): Use
4181 face `mode-line-buffer-id' for mode-line buffer face instead of
4182 hard-coded `(:weight bold)'.
4183
4184 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4185 buffer-undo-list to t (undo-ask is reproducible by visiting
4186 nested archives).
4187
4188 2006-05-09 Kim F. Storm <storm@cua.dk>
4189
4190 * progmodes/grep.el (rgrep): Set default directory of *grep*
4191 buffer if we start M-x rgrep in the *grep* buffer and choose
4192 a different base directory.
4193
4194 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4197 completion also when ido is loaded.
4198
4199 2006-05-09 Masatake YAMATO <jet@gyve.org>
4200
4201 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4202 "warning" and "import".
4203 (cpp-font-lock-keywords): Added "warning".
4204
4205 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4206
4207 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4208
4209 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4212 pages at a time, if we signal the end, we should indeed reach that end.
4213
4214 2006-05-08 David Reitter <david.reitter@gmail.com>
4215
4216 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4217 output during execution of the body.
4218
4219 2006-05-08 Kim F. Storm <storm@cua.dk>
4220
4221 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4222
4223 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4224
4225 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4226 Use with-current-buffer.
4227
4228 2006-05-07 Kim F. Storm <storm@cua.dk>
4229
4230 * subr.el (add-to-history): Remove keep-dups arg.
4231
4232 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4233 to nil around call to add-to-history.
4234
4235 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4238 than after a buffer modification.
4239
4240 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4243 call to...
4244 (gud-watch): ...here so speedbar is raised for already watched
4245 expressions.
4246 (gdb-speedbar-refresh): Delete function.
4247 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4248 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4249 earlier change).
4250 (gdb-var-evaluate-expression-handler)
4251 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4252
4253 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4254 Update localized contents for all buffers except ignored modes.
4255
4256 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4257
4258 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4259 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4260 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4261 (mac-handle-font-panel-closed, mac-handle-font-selection):
4262 New functions.
4263 (mac-font-panel-mode): New minor mode.
4264 (mac-apple-event-map): Add bindings for toolbar toggle button and
4265 font panel.
4266 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4267
4268 2006-05-07 John Paul Wallington <jpw@pobox.com>
4269
4270 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4271 Avoid `regexp-opt'; simplify regexp for readability.
4272
4273 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4274
4275 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4276 * files.el (buffer-stale-function):
4277 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4278 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4279 links to the main manual, not to emacs-xtra.
4280
4281 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4282
4283 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4284 MacJapanese if text is ASCII-only.
4285
4286 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4289 unless so nil isn't returned.
4290 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4291
4292 2006-05-06 Kim F. Storm <storm@cua.dk>
4293
4294 * subr.el (add-to-history): New function.
4295
4296 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4297 (ediff-merge-files-with-ancestor):
4298 * env.el (setenv):
4299 * isearch.el (isearch-update-ring):
4300 * server.el (server-visit-files):
4301 * progmodes/grep.el (lgrep, rgrep):
4302 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4303 * progmodes/xscheme.el (xscheme-insert-expression):
4304 Use add-to-history.
4305
4306 * kmacro.el (kmacro-push-ring): Use add-to-history.
4307 (kmacro-ring-length): Remove unused defun.
4308 (kmacro-start-macro): Use kmacro-push-ring.
4309
4310 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4311
4312 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4313 directly instead of a lambda expression that calls it.
4314
4315 2006-05-06 Kim F. Storm <storm@cua.dk>
4316
4317 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4318 instead of compute-motion.
4319
4320 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4323 change.
4324
4325 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4326
4327 * startup.el (command-line-1): Refer to "Pure Storage" on
4328 pure-space-overflow.
4329
4330 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4331
4332 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4333 provided faces once they all have been used up.
4334
4335 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4336
4337 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4338 reference to the Lisp manual to the warning about pure space
4339 overflow.
4340
4341 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4342
4343 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4344 argument to avoid the call to `ispell-internal-change-dictionary'
4345 when not needed.
4346 (ispell-change-dictionary): Use this argument and call
4347 `ispell-internal-change-dictionary' after the possible change
4348 to `ispell-local-dictionary'.
4349 (ispell-internal-change-dictionary): Check for a change in
4350 personal dictionary use too.
4351
4352 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4353
4354 * startup.el (command-line): On MS-Windows, probe "~", not
4355 "~USER", for warning about non-existent home directory
4356
4357 * arc-mode.el (archive-l-e): New optional argument `float' means
4358 generate a float value.
4359 (archive-arc-summarize, archive-lzh-summarize)
4360 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4361 with 3rd argument non-nil when file's size is being computed.
4362 Format the file sizes with %8.0f instead of %8d.
4363
4364 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4365
4366 * cus-start.el (all): Add mac-dnd-known-types.
4367
4368 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4369 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4370 (mac-TIFF-to-string): New functions.
4371 (x-get-selection, x-selection-value)
4372 (mac-select-convert-to-string): Use them.
4373 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4374 (mac-dnd-types-alist): New customization variable.
4375 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4376 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4377 (mac-dnd-handle-drag-n-drop-event): New functions.
4378 (mac-drag-n-drop): Remove function.
4379 (global-map): Bind drag-n-drop and M-drag-n-drop to
4380 mac-dnd-handle-drag-n-drop-event.
4381
4382 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4383
4384 * progmodes/perl-mode.el (perl-beginning-of-function):
4385 Skip anonymous subs.
4386
4387 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4388
4389 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4390 regexp-opt at run time.
4391
4392 * term.el (term-handle-ansi-escape): Fix off by one error.
4393
4394 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4395
4396 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4397 (gdb-init-1, gdb-post-prompt): ...and references to it.
4398 (gdb-frame-handler): Strip directory name from filename if present.
4399
4400 * progmodes/gud.el (gdb-force-update): Delete defvar
4401 (gud-speedbar-buttons): ...and references to it. Use window-start
4402 to try to keep positon in watch expression.
4403
4404 2006-05-03 Richard Stallman <rms@gnu.org>
4405
4406 * simple.el (next-history-element, previous-history-element): Doc fix.
4407
4408 * isearch.el (isearch-update-ring): Doc fix.
4409
4410 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4411
4412 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4413 into consideration. Replace one arm ifs with whens.
4414
4415 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4416
4417 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4418 (menu): Fix typo.
4419
4420 2006-05-02 Miles Bader <miles@gnu.org>
4421
4422 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4423
4424 2006-05-02 Jay Belanger <belanger@truman.edu>
4425
4426 * calc/calc-embed.el (calc-override-minor-modes-map)
4427 (calc-override-minor-modes): New variables.
4428 (calc-do-embedded): Make sure that Calc keystrokes aren't
4429 overwritten by minor modes.
4430
4431 2006-05-02 Chong Yidong <cyd@mit.edu>
4432
4433 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4434
4435 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4436
4437 * startup.el (command-line-1): Refer to Lisp manual when
4438 pure-space-overflow occurs.
4439
4440 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4441 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4442 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4443 (version-control): Don't use `t' for safe-local-variable declarations.
4444
4445 2006-05-01 Richard Stallman <rms@gnu.org>
4446
4447 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4448 M-r, M-R, M-A, M-SPC or M-DEL.
4449 (diff-mode-map): diff-refine-hunk now on C-c C-w
4450 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4451
4452 * help-mode.el (help-mode): view-exit-action calls delete-window
4453 only when it is safe and possible.
4454
4455 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4456 in messages.
4457
4458 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4459
4460 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4461 in the default tool-bar-map.
4462
4463 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4464
4465 * net/tramp.el (tramp-completion-file-name-handler-alist)
4466 (tramp-run-real-handler, tramp-completion-run-real-handler)
4467 (tramp-completion-handle-file-name-all-completions)
4468 (tramp-completion-handle-file-name-completion): Autoload them.
4469 (tramp-completion-handle-file-exists-p)
4470 (tramp-completion-handle-file-name-directory)
4471 (tramp-completion-handle-file-name-nondirectory)
4472 (tramp-completion-handle-expand-file-name): Remove them.
4473 (tramp-handle-file-name-directory): Return the real directory name.
4474 Returning "/" only doesn't need to be necessary any longer.
4475 (tramp-file-name-handler): Make special attention when in hostname
4476 completion mode.
4477 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4478 (tramp-register-file-name-handlers):
4479 Register `tramp-completion-file-name-handler' only when
4480 `partial-completion-mode' is enabled.
4481 (tramp-completion-handle-file-name-all-completions):
4482 Delete directory part from results.
4483 (tramp-get-completion-methods, tramp-get-completion-user-host):
4484 Discard deleting "/", it doesn't work after the change of
4485 `tramp-handle-file-name-directory' above.
4486
4487 2006-05-01 Kim F. Storm <storm@cua.dk>
4488
4489 * progmodes/grep.el (grep-expand-template): Use save-match-data
4490 and symbol-value.
4491
4492 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4493
4494 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4495 Use select-frame-set-input-focus instead of raise-frame.
4496 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4497
4498 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * progmodes/gud.el (gud-def): Add %c case.
4501 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4502 (gud-format-command): Make match case sensitive. Match on %F.
4503
4504 2006-04-30 Glenn Morris <rgm@gnu.org>
4505
4506 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4507 (cal-tex-preamble): Use cal-tex-preamble-extra.
4508 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4509 than alias `list-diary-entries'.
4510
4511 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4512
4513 * help-fns.el (describe-variable): Add info about safe local variables.
4514
4515 2006-04-29 Richard Stallman <rms@gnu.org>
4516
4517 * bindings.el (mode-line-format): help-echo doc fixes.
4518
4519 * net/tramp.el (tramp-file-name-handler-alist): Delete
4520 expand-file-name and other operations that can cause spurious loading.
4521
4522 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * files.el (safe-local-variable-p): Remove support for the special
4525 value t.
4526
4527 * textmodes/paragraphs.el (sentence-end-without-space):
4528 Fix safety predicate.
4529 (sentence-end-double-space, sentence-end-without-period)
4530 (paragraph-ignore-fill-prefix):
4531 * textmodes/fill.el (colon-double-space):
4532 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4533
4534 * subr.el (booleanp): New fun.
4535
4536 * textmodes/reftex-vars.el (reftex-guess-label-type):
4537 Tighten the safety predicate.
4538
4539 2006-04-28 Kim F. Storm <storm@cua.dk>
4540
4541 * progmodes/grep.el (defgroup grep): Doc fix.
4542 (grep-auto-highlight): Remove.
4543 (grep-template): New defcustom.
4544 (grep-find-template): Rename from grep-tree-template.
4545 (grep-files-aliases): Rename from grep-tree-files-aliases.
4546 Remove "all" alias, add "l" alias.
4547 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4548 (grep-find-ignored-directories): New defcustom to replace
4549 grep-tree-ignore-CVS-directories, to facilitate ignoring
4550 subdirectories for multiple version control systems.
4551 (grep-mode-map): Add Recursive grep item to GREP menu.
4552 (grep-regexp-history, grep-files-history): New defvars.
4553 (grep-probe): New helper function.
4554 (grep-compute-defaults): Use it to simplify code.
4555 Adapt to name changes.
4556 Use `.' as base in grep-find-template rather than <D>.
4557 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4558 Call grep-compute-defaults unconditionally.
4559 (grep-expand-keywords): New defconst.
4560 (grep-expand-template): Rename from grep-expand-command-macros.
4561 Simplify via grep-expand-keywords. Look at case-fold-search instead
4562 of grep-tree-ignore-case to add -i option.
4563 Bind case-fold-search to nil while matching keywords.
4564 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4565 (grep-read-regexp, grep-read-files): New helper functions.
4566 (rgrep): Rename from grep-tree. Rework to use proper histories.
4567 Adapt to changes in defcustoms and functions above.
4568 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4569
4570 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4571
4572 * net/tramp.el (tramp-completion-file-name-handler):
4573 Disable Tramp's functionality while loading Tramp itself.
4574 (tramp-register-file-name-handlers): That's a defsubst now.
4575 Code from `tramp-repair-jka-compr' moved here. Apply it via
4576 `after-init-hook'.
4577 (tramp-repair-jka-compr): Remove.
4578
4579 2006-04-27 Jay Belanger <belanger@truman.edu>
4580
4581 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4582 read expression when `math-read-big-expr' doesn't work.
4583
4584 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4585
4586 * startup.el (command-line-1): Display warning when
4587 pure-space-overflow is non-nil.
4588
4589 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4590
4591 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4592 risky.
4593
4594 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4595
4596 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4597 Return the URL or nil if none can be generated.
4598
4599 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4600
4601 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4602 byte compiler warnings.
4603 (gud-basic-call, gud-find-expr): Let user select an expression
4604 for printing. Print expression as well as value in GUD buffer.
4605
4606 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4607
4608 * allout.el: Remove local autoload declaration for
4609 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4610 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4611 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4612 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4613 (allout-stylish-prefixes, allout-numbered-bullet)
4614 (allout-file-xref-bullet, allout-presentation-padding)
4615 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4616 safe-local-variable with suitable value spec, and add autoload
4617 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4618 (move-beginning-of-line, move-end-of-line): Repair so these compat
4619 functions now actually resituate the point, when appropriate.
4620
4621 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4624
4625 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4626 (add-log-iso8601-time-string): Fix call to format-time-string.
4627
4628 2006-04-26 Kim F. Storm <storm@cua.dk>
4629
4630 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4631
4632 2006-04-26 Masatake YAMATO <jet@gyve.org>
4633
4634 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4635 Add support for "//" style comments. Remove `b' flag
4636 from ?* in `asm-mode-syntax-table'.
4637
4638 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * follow.el: Use (featurep 'xemacs) everywhere.
4641 (follow-mode): Use define-minor-mode.
4642 (follow-mode-map): Move initialization into the declaration.
4643 Use command remapping.
4644 (follow-emacs-version-xemacs-p): Remove.
4645 (follow-submit-feedback): Remove.
4646
4647 * allout.el (allout-layout, allout-passphrase-verifier-string)
4648 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4649
4650 * textmodes/reftex-vars.el (reftex-vref-is-default)
4651 (reftex-fref-is-default, reftex-guess-label-type):
4652 Tighten up a bit the safety predicate.
4653
4654 * textmodes/paragraphs.el (sentence-end-double-space)
4655 (sentence-end-without-period, sentence-end-without-space)
4656 (page-delimiter, paragraph-ignore-fill-prefix):
4657 Tighten up a bit the safety predicate.
4658
4659 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4660
4661 * progmodes/python.el (python-continuation-line-p)
4662 (python-beginning-of-statement): syntax-ppss may return
4663 a negative depth.
4664 (python-mode): Don't forcefully enable font-lock.
4665
4666 * time-stamp.el (time-stamp-start, time-stamp-end)
4667 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4668
4669 * add-log.el: Remove spurious * in docstrings.
4670 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4671 (add-change-log-entry): Use it here, since it's not specific
4672 to iso8601.
4673 (add-log-iso8601-time-string): Don't use it here any more.
4674 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4675
4676 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4677
4678 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4679
4680 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4681 (rcirc-toggle-low-priority): Doc fix.
4682 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4683 ChanServ regexp.
4684 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4685 #emacs.
4686 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4687 (rcirc-decode-coding-system): Use utf-8 as the default.
4688 (rcirc-multiline-minor-mode): Set the fill-column.
4689 (rcirc-format-response-string): Display bright and dim nicks.
4690 (rcirc-browse-url): Update interactive spec to fill ARG.
4691 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4692 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4693
4694 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4695
4696 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4697 case for @Article, etc.
4698
4699 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4702 Added with autoload cookie.
4703 (tramp-unload-file-name-handlers): Rename from
4704 `tramp-unload-file-name-handler-alist'.
4705
4706 2006-04-23 Romain Francoise <romain@orebokech.com>
4707
4708 * comint.el (comint-match-partial-filename): Doc fix.
4709
4710 2006-04-21 Glenn Morris <rgm@gnu.org>
4711
4712 * calendar/cal-menu.el (calendar-mode-map): Refer to
4713 `diary-view-entries' rather than alias `view-diary-entries'.
4714 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4715
4716 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4717
4718 * progmodes/antlr-mode.el (antlr-default):
4719 * cus-edit.el (custom-documentation):
4720 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4721 in defface.
4722
4723 2006-04-21 Kim F. Storm <storm@cua.dk>
4724
4725 * image.el (image-type): New defun split out of create-image.
4726 (create-image): Use it.
4727
4728 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4729
4730 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4731 (org-open-at-point): Remove the "...done" message to keep output
4732 in the echo area visible.
4733 (org-export-as-xoxo): Fix call to `indent-region'.
4734
4735 2006-04-21 Kevin Ryde <user42@zip.com.au>
4736
4737 * international/mule.el (keyboard-coding-system): defcustom
4738 info-link fixes: "Specify Coding" has been split, keyboard now in
4739 "Terminal Coding", and "Single-Byte Character Support" is now
4740 "Unibyte Mode".
4741
4742 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4745 Use font-lock-warning-face for any errors e.g. no stack.
4746 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4747
4748 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 * progmodes/sh-script.el (sh-shell): Mark as safe.
4751
4752 * newcomment.el (comment-start, comment-start-skip)
4753 (comment-end-skip, comment-end): Mark as safe.
4754
4755 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4756
4757 * textmodes/org.el (org-deadline-announce): Face removed.
4758 (org-level-faces, org-n-levels): Convert to constant.
4759 (org-compatible-face): New function.
4760 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4761 (org-level-5, org-level-6, org-level-7, org-level-8)
4762 (org-special-keyword, org-warning, org-headline-done, org-link)
4763 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4764 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4765 Face definition revised for better color tty support.
4766 (org-bold-re, org-italic-re, org-underline-re): New constants.
4767 (org-set-font-lock-defaults): Use the new constants.
4768 (org-agenda-highlight-todo): New function.
4769 (org-agenda-todo): Fix bug with point at end of line.
4770 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4771 Fontify TODO keywords.
4772 (org-insert-link): Preserve relative path in ../ links.
4773 (org-export-as-html): Convert links pointing to .org files into
4774 links that will work beteen the exported HTML files.
4775 (org-todo-list): Fix bug when arg=0.
4776 (org-insert-heading): More fine-tuning.
4777
4778 2006-04-19 Romain Francoise <romain@orebokech.com>
4779
4780 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4781 from `rmail-mime-charset-pattern'.
4782
4783 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4784
4785 * progmodes/python.el (python-mode): Fix typo.
4786
4787 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4788
4789 * comint.el (comint-previous-input): Don't clobber input line
4790 when moving off either end of the input history ring.
4791 (comint-delete-input): New function, used by
4792 `comint-previous-input' and others.
4793 (comint-previous-matching-input):
4794 Use `coming-delete-input'. Save the partial input if leaving the
4795 edit line. Goto point-max before deleting input to avoid
4796 partial input fragments hanging around.
4797 (comint-restore-input): New function, used by `comint-previous-input'.
4798
4799 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4800
4801 * imenu.el (imenu--index-alist): Balance parentheses.
4802
4803 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4804
4805 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4806
4807 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4810 file is nil.
4811
4812 2006-04-18 Richard Stallman <rms@gnu.org>
4813
4814 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4815
4816 * imenu.el (imenu-create-index-function, imenu--index-alist)
4817 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4818 (imenu-default-create-index-function, imenu--generic-function):
4819 Doc fixes.
4820
4821 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4822
4823 * help-mode.el (help-mode): Set view-exit-action to delete window.
4824
4825 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4826 now works by passing nil as arg.
4827
4828 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4829
4830 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4831 (read-abbrev-file): Provide default when reading filename.
4832
4833 * files.el (enable-local-variables): Allow :all as value.
4834 (hack-local-variables): Implement that value.
4835 (safe-local-variable-values, safe-local-eval-forms)
4836 (enable-local-variables): Mark as risky.
4837 (find-file-visit-truename, kept-old-versions): Mark safe.
4838
4839 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4840 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4841 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4842
4843 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4846 Use forward-line so as to get to BOL even in the presence of fields.
4847 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4848 in return.
4849 (inferior-tcl): Tell tclsh to work in interactive mode.
4850
4851 * complete.el (partial-completion-mode):
4852 Use 'choose-completion-string-functions to make sure that
4853 choose-completion fills the minibuffer properly.
4854
4855 * complete.el (PC-old-read-file-name-internal): Remove.
4856 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4857 of read-file-name-internal.
4858 (partial-completion-mode): Enable/disable this advice.
4859
4860 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4863 of 2006-04-17.
4864
4865 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4866
4867 * textmodes/org.el (org-insert-heading): Insert heading before
4868 current if at beginning of line.
4869 (org-todo, org-date): New faces.
4870 (org-table-align): Make sure tooltip window contains full text.
4871 (org-no-properties): New defsubst.
4872 (org-set-font-lock-defaults): Use new faces.
4873
4874 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4877 for root variables.
4878
4879 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4880 (gdb-frame-address): Re-use to identify frame for watch expression.
4881 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4882 variables.
4883 (gdb-init-1, gdb-source, gdb-post-prompt)
4884 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4885 (gdb-frame-handler): Get gdb-frame-address.
4886
4887 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4888
4889 Sync with Tramp 2.0.53.
4890
4891 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4892 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4893 (tramp-completion-file-name-handler): Add autoload cookie for
4894 adding to `file-name-handler-alist'.
4895
4896 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4897 the prompt. If it returns earlier (when detecting an error
4898 message), the rest of the output will merge accidently with the
4899 output of the next command. Reported by M Jared Finder
4900 <jared@hpalace.com>.
4901
4902 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4903 for `process-file', in order to let it work for older Emacsen too.
4904
4905 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4906
4907 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4908 (tex-font-lock-keywords-3): Use it.
4909
4910 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * newcomment.el (comment-add): New function.
4913 (comment-region-default, comment-dwim): Use it.
4914
4915 2006-04-15 Michael Olson <mwolson@gnu.org>
4916
4917 * emacs-lisp/tq.el: Improve comments.
4918 (tq-queue-head-question): New accessor function.
4919 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4920 Update for modified queue structure.
4921 (tq-queue-add): Accept `question' argument.
4922 (tq-queue-pop): If a question is pending, send it.
4923 (tq-enqueue): Accept new optional argument `delay-question'.
4924 If this is non-nil, and at least one other question is pending a
4925 response, queue the question rather than sending it immediately.
4926
4927 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4928
4929 * calendar/appt.el (appt-add): Check whether an appointment is
4930 already present in appt-time-msg-list. Simplify code.
4931
4932 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * progmodes/cc-langs.el (c-mode-menu):
4935 Don't presume c-subword-mode is bound.
4936
4937 2006-04-13 Bill Wohler <wohler@newt.com>
4938
4939 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4940 (customize-package-emacs-version): Use cdr instead of cadr now
4941 that alists use dotted pairs.
4942
4943 * custom.el (defcustom): Fix docstring for :package-version.
4944
4945 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4946
4947 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4948 (tramp-handle-shell-command): Display output buffer only when
4949 `tramp-display-shell-command-buffer' is true.
4950 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4951
4952 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4953
4954 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4955 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4956
4957 2006-04-13 Romain Francoise <romain@orebokech.com>
4958
4959 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4960 leaving temporary .cvsignore buffers behind.
4961
4962 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4963
4964 * textmodes/org.el (org-set-regexps-and-options)
4965 (org-get-current-options): Better names for the startup folding
4966 options.
4967
4968 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4969
4970 * vc.el (vc-annotate): Arrange for point to end up at the same
4971 line number as in the original, but only when using a new buffer.
4972
4973 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4974
4975 * files.el (hack-one-local-variable-eval-safep):
4976 Recognize `edebug-form-spec' for `put', but only if it passes
4977 `edebug-basic-spec'. Generalize `put' handling.
4978
4979 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4980 vetting file-local form specs.
4981
4982 * allout.el (allout-layout): Autoload its `safe-local-variable'
4983 property.
4984
4985 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4986
4987 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4988 (org-agenda-mouse-1-follows-link)
4989 (org-mouse-1-follows-link): New options.
4990 (org-format-agenda-item): Fix bug if TAGS is nil.
4991 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4992
4993 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4996 GDB 6.1+ gives full filename for "info sources" so use
4997 file-name-nondirectory.
4998
4999 2006-04-12 Romain Francoise <romain@orebokech.com>
5000
5001 * subr.el (read-passwd): Bind `message-log-max' to nil.
5002
5003 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * progmodes/perl-mode.el (perl-indent-new-calculate):
5006 Recompute parse-start after jumping backward by a whole sexp.
5007
5008 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5011 window configuration.
5012 (vc-annotate-display-select): Select the buffer so that current-buffer
5013 (and selected-window) is the output buffer at the end of vc-annotate.
5014
5015 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5016
5017 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5018 8-color terminals, to use all of the colors in a sensible order.
5019 256-color terminals work well with the standard map.
5020 (vc-annotate-lines): Only strip the first color character if it
5021 is "#", to allow for terminal-style named colors.
5022 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5023 the correct buffer is scrolled.
5024
5025 2006-04-11 Richard Stallman <rms@gnu.org>
5026
5027 * emacs-lisp/bytecomp.el (byte-compile-file):
5028 Bind enable-local-variables to :safe, and make normal-mode obey it.
5029
5030 * files.el (enable-local-variables): Allow value :safe.
5031 (normal-mode): Doc fix.
5032 (hack-local-variables): Implement enable-local-variables = :safe.
5033 (hack-local-variables-confirm): Don't prevent quitting.
5034
5035 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * loadhist.el (unload-feature): A bit of sanity check of
5038 load-history entries. Cancel timer-vars before unbinding them.
5039
5040 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5041 quote special chars, and make the trick work on the hex part of the
5042 buffer as well.
5043 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5044 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5045
5046 * startup.el (normal-splash-screen): Fix last change so we don't wait
5047 2 minutes if we don't show the splash screen.
5048
5049 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5050
5051 * textmodes/org.el (org-export-plain-list-max-depth)
5052 (org-table-spaces-around-separators)
5053 (org-radio-targets, org-activate-camels)
5054 (org-table-spaces-around-invisible-separators): Options removed.
5055 (org-time-stamp-rounding-minutes, org-remember-templates)
5056 (org-ellipsis, org-activate-links, org-descriptive-links):
5057 New options.
5058 (org-remember-apply-template, org-current-time)
5059 (org-finish-edit-table-field)
5060 (org-link-unescape, org-link-escape)
5061 (org-string-width, org-table-clean-line, org-html-do-expand)
5062 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5063 (org-read-agenda-file-list): New functions.
5064 (org-table-edit-field)
5065 (org-table-create-or-convert-from-region): New commands
5066 (org-table-toggle-vline-visibility): Command removed.
5067 (org-table-convert-region): Made a command.
5068 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5069 Replace with the normal org- functions.
5070 (org-self-insert-command): Don't trigger realign unnecessarily
5071 when blanking a field that is not full.
5072 (org-mode): `Set buffer-invisibility-spec' for links.
5073 (org-activate-links2): Hide link part and only show descriptive
5074 part of the link.
5075 (org-insert-link): Modify for new linking system.
5076 (org-store-link): Store description separately, for use by
5077 `org-insert-link'.
5078 (org-table-align): Use `org-string-width'.
5079 (defgroup): Completely new group structure for custom variables.
5080 (org-agenda-files): Option: Single file name allowed. Function:
5081 Optional argument unrestrited means ignore any restricitons.
5082 (org-install-agenda-files-menu): Find a buffer in Org-mode before
5083 trying to modify the menu. Use generalized access to
5084 `org-agenda-files.'
5085 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5086 (org-agenda-file-to-front, org-remove-file, org-diary)
5087 (org-tags-view, org-export-icalendar-all-agenda-files)
5088 (org-export-icalendar-combine-agenda-files): Use generalized
5089 access to `org-agenda-files'.
5090 (org-remember-handler): Correctly preserve heading if present.
5091 (org-table-insert-row, org-table-insert-hline): Deal with
5092 invisible characters.
5093
5094 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
5095
5096 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5097 (vc-annotate-color-map): New 18 element constant
5098 value/saturation, rotating hue colormap, from red->blue.
5099 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5100 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5101 (vc-annotate): To avoid killing the required local variables,
5102 set them before the end of `with-output-to-temp-buffer', and
5103 after first switching to annotate-mode.
5104 (vc-annotate-warp-version): Add buffer argument in goto-line to
5105 ensure annotation, not source, is scrolled.
5106
5107 2006-04-10 Bill Wohler <wohler@newt.com>
5108
5109 * custom.el (defcustom, custom-handle-keyword):
5110 Add :package-version keyword.
5111 (custom-add-package-version): New function. Sets value of new
5112 property 'custom-package-version from :package-version keyword.
5113 (defcustom): Create Common Keywords section in docstring.
5114 (defface, defgroup): Replace definitions of a select few keywords
5115 with a reference to the Common Keywords in defcustom.
5116 (defcustom, defface, defgroup): Replace reference to Customization
5117 chapter in manual with hyperlink.
5118
5119 * cus-edit.el (customize-package-emacs-version-alist):
5120 New variable.
5121 (customize-changed-options): Add check for custom-package-version.
5122 (customize-package-emacs-version): New function to look up Emacs
5123 version corresponding to the given package version.
5124
5125 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5126 defun name, in similar fashion to find-variable-regexp.
5127
5128 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5129
5130 * international/mule-cmds.el (set-locale-environment): Fix last
5131 change for when the locale's preferences don't specify any encoding.
5132
5133 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5136 so the defined var/fun doesn't need to be quoted.
5137
5138 2006-04-10 Richard Stallman <rms@gnu.org>
5139
5140 * finder.el (finder-mode-map): Add n and p bindings.
5141
5142 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
5143
5144 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5145 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5146 (gdb-setup-windows): Put something in source window if we can't find
5147 the source file.
5148 (gdb-frame-handler): Make it work again with just assembly.
5149 (gdb-data-list-register-values-handler): Make it work when there is
5150 no stack.
5151
5152 2006-04-09 Richard Stallman <rms@gnu.org>
5153
5154 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5155 specs while looking for charset.
5156
5157 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5158
5159 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5160 Make them faces.
5161 (lm-font-lock-keywords): Update appropriately.
5162
5163 2006-04-10 Kim F. Storm <storm@cua.dk>
5164
5165 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5166 it can also replace buffer-substring-no-properties.
5167
5168 * emulation/cua-base.el (cua-delete-region, cua-paste)
5169 (cua-repeat-replace-region): Use filter-buffer-substring.
5170
5171 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5172 (cua-cut-region-to-global-mark): Likewise.
5173
5174 * emulation/cua-rect.el (cua--extract-rectangle)
5175 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5176
5177 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5178
5179 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5180 entry-type. Add field delimiters to numerical fields if they are
5181 not present.
5182
5183 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5184
5185 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5186 string-const to return value.
5187 (bibtex-remove-delimiters): Use it.
5188
5189 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5192 cl-byte-compile-compiler-macro unless it exists.
5193
5194 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5195
5196 * files.el (hack-local-variables-confirm) <offer-save>:
5197 Clarify message text. Suggested by Ralf Angeli.
5198
5199 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
5200
5201 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5202 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5203 instead of `buffer-substring' and `delete-region'. (Most of the
5204 code actually copied from `kill-region'.)
5205
5206 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5207
5208 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5209 (rcirc-default-port): Rename from rcirc-port.
5210 (rcirc-default-nick): Rename from rcirc-nick.
5211 (rcirc-default-user-name): Rename from rcirc-user-name.
5212 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5213 (rcirc-low-priority-flag): New variable.
5214 (rcirc-decode-coding-system): New defcustom.
5215 (rcirc-encode-coding-system): New defcustom.
5216 (rcirc-coding-system-alist): New defcustom.
5217 (rcirc-multiline-major-mode): New defcustom.
5218 (rcirc-nick): New internal variable.
5219 (rcirc-process): Remove variable.
5220 (rcirc-server-buffer): New variable.
5221 (rcirc): Update to use rcirc-default-* variables above.
5222 (rcirc-connect): Do not add window-configuration-hook-here.
5223 (rcirc-server): New internal variable.
5224 (rcirc-connect): Do not send keepalive pings if
5225 rcirc-keepalive-seconds is nil.
5226 (with-rcirc-server-buffer): New macro.
5227 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5228 (rcirc-server-name): Rename from rcirc-server.
5229 (rcirc-buffer-process): New function.
5230 (rcirc-buffer-nick): New function.
5231 (rcirc-buffer-target): Remove function.
5232 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5233 New commands.
5234 (rcirc-mode-map): Change binding of C-c C-l to
5235 rcirc-toggle-low-priority.
5236 (rcirc-mode): Initialize coding system based on
5237 rcirc-coding-system-alist. New change-major-mode-hook to part the
5238 channel on a mode change. Make kill-buffer-hook buffer-local.
5239 (rcirc-change-major-mode-hook): New function.
5240 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5241 (rcirc-last-post-time): New variable.
5242 (rcirc-process-message): Store the last time user posted a message
5243 to this target.
5244 (rcirc-multiline-minor-mode): New mode.
5245 (rcirc-multiline-minor-mode-map): New mode map.
5246 (rcirc-edit-multiline): Put multiline-edit buffer in
5247 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5248 (rcirc-print): Ignore any line starting with an ignored nick.
5249 (rcirc-print): Decode using rcirc-decode-coding-system.
5250 (rcirc-track-minor-mode): Update global-mode-string when disabling
5251 this mode.
5252 (minor-mode-alist): Add LowPri indicator.
5253 (rcirc-toggle-low-priority): New function.
5254 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5255 next lowpriority buffer with activity.
5256 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5257 last time the user posted a message in to the target.
5258 (rcirc-update-activity-string): New formatting for low priority
5259 buffers.
5260 (rcirc-split-activity): New function.
5261 (rcirc-handler-PART, rcirc-handler-KICK)
5262 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5263 (rcirc-nick-away-alist): New variable.
5264 (rcirc-handler-301): New handler. Away messages are printed once
5265 per change.
5266
5267 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5268
5269 * info.el (Info-follow-nearest-node): Doc fix.
5270
5271 * international/mule-cmds.el (set-locale-environment): Make sure
5272 the coding-system preferred by the locale's language has the same
5273 EOL conversion type as the original buffer-file-coding-system.
5274 (locale-language-names): Add a few MS Windows language codes.
5275
5276 2006-04-07 Richard Stallman <rms@gnu.org>
5277
5278 * simple.el (eval-expression): Doc fix.
5279
5280 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5281 (eval-defun): Doc fixes.
5282
5283 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5284
5285 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5286
5287 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5288
5289 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5290 GDB list command without argument for greater generality.
5291
5292 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5293
5294 * subr.el (string-or-null-p): New function.
5295
5296 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5297
5298 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5299
5300 * files.el: Update comment about safe-local-variable declarations.
5301
5302 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5303
5304 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5305 See idlwave.org.
5306
5307 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5308 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5309
5310 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5311 See idlwave.org.
5312
5313 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5314 version 6.0 (minimal changes). See idlwave.org.
5315
5316 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5317 6.0 (minimal changes). See idlwave.org.
5318
5319 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5320
5321 2006-04-06 Romain Francoise <romain@orebokech.com>
5322
5323 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5324 symmetric encryption features and a new asynchronous interface to
5325 GnuPG. This new version is version 1.4, plus whitespace changes.
5326
5327 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * files.el: Move some `safe-local-variable' declarations to the
5330 respective files.
5331
5332 * textmodes/ispell.el (ispell-check-comments)
5333 (ispell-local-dictionary): Mark as safe.
5334
5335 * abbrev.el (abbrev-mode): Mark as safe.
5336
5337 * add-log.el (change-log-default-name): Mark as safe.
5338
5339 * textmodes/reftex-vars.el (reftex-vref-is-default)
5340 (reftex-fref-is-default, reftex-level-indent)
5341 (reftex-guess-label-type): Mark as safe.
5342
5343 * textmodes/fill.el (colon-double-space): Mark as safe.
5344
5345 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5346 (sentence-end-double-space, sentence-end-without-period)
5347 (sentence-end-without-space, sentence-end, sentence-end-base)
5348 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5349
5350 2006-04-06 Kim F. Storm <storm@cua.dk>
5351
5352 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5353 the :set-after list.
5354 (ido-downcase-unc-hosts): New user option. Default on.
5355 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5356 when it is set, as regexps are now applied on the fly.
5357 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5358 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5359 on the fly, but only when ido-process-ignore-lists is set.
5360 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5361 Only downcase names if ido-downcase-unc-hosts is set.
5362
5363 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5364
5365 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5366
5367 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5368
5369 2006-04-05 Kim F. Storm <storm@cua.dk>
5370
5371 * ido.el (ido-mode): Set after ido-unc-hosts and
5372 ido-ignore-unc-host-regexps.
5373 (ido-save-history): Save ido-unc-hosts-cache.
5374 (ido-load-history): Load ido-unc-hosts-cache.
5375 (ido-reread-directory): Refresh unc hosts cache in // dir.
5376
5377 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5378 to nil while displaying slash screen.
5379
5380 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5381
5382 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5383 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5384
5385 2006-04-05 Kenichi Handa <handa@m17n.org>
5386
5387 * international/characters.el: Setup cases of Latin, Greek, and
5388 Cyrillic characters in CJK charsets.
5389
5390 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5391
5392 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5393 default-enable-multibyte-characters. This reverts the change from
5394 revision 6.17 which is no longer necessary because the passphrase
5395 is sent separately now. GnuPG messages are unreadable under
5396 multibyte locales with default-enable-multibyte-characters set to nil.
5397
5398 2006-04-04 Andreas Schwab <schwab@suse.de>
5399
5400 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5401 and `byte-compile-warnings' as `safe-local-variable'.
5402
5403 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5404
5405 * man.el (Man-mode-map): Restore the \r binding.
5406 (Man-abstract-xref-man-page): If Man-target-string is a function,
5407 call it.
5408 (Man-highlight-references): Use Man-default-man-entry to get the
5409 target. Deal with xrefs too.
5410 (Man-highlight-references0): Don't call the target function.
5411
5412 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5413 cannot deal with it.
5414
5415 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5416
5417 * pgg-gpg.el: Clean up process buffers every time gpg processes
5418 complete.
5419
5420 2006-04-04 Kenichi Handa <handa@m17n.org>
5421
5422 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5423 here.
5424 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5425 Temporarily bind inhibit-field-text-motion to t.
5426
5427 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * startup.el (normal-splash-screen): Only set mode-line-format in the
5430 splash buffer, so as not to interfere when debugging the code.
5431 Ignore errors when switching buffer.
5432
5433 2006-04-03 Romain Francoise <romain@orebokech.com>
5434
5435 * dired.el (dired-dnd-protocol-alist): Fix typo.
5436
5437 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * savehist.el (savehist): Add :version.
5440 (savehist-ignored-variables): New variable.
5441 (savehist-minibuffer-hook): Don't save variables listed in
5442 `savehist-ignored-variables'.
5443
5444 * dired.el (dired-dnd-protocol-alist): Mention that change does
5445 only apply to new buffers in doc string.
5446
5447 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5448
5449 * recentf.el (recentf-open-files-item): Include newline in button
5450 field, so opening a file will work, when the point is at the end
5451 of the file name. Allow, for example, to [i]search a file by
5452 extension and just push RET to open it.
5453
5454 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5455
5456 * pgg-gpg.el (pgg-gpg-process-filter)
5457 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5458
5459 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5460 lines, temporary fix.
5461
5462 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5463
5464 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5465
5466 2006-04-02 Richard Stallman <rms@gnu.org>
5467
5468 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5469
5470 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5471
5472 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5473 header-mouse-map.
5474
5475 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5476 (ibuffer-mode-header-map): New keymaps.
5477 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5478 and keybindings for column headers.
5479 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5480 property.
5481
5482 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5483
5484 * speedbar.el (speedbar-after-create-hook): Doc fix.
5485
5486 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5487
5488 * shell.el (shell-directory-tracker)
5489 (shell-dynamic-complete-command): Doc fixes.
5490
5491 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5492
5493 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5494 terminals.
5495
5496 2006-04-01 Kim F. Storm <storm@cua.dk>
5497
5498 * ido.el (ido-unc-hosts-cache): New defvar.
5499 (ido-unc-hosts): If value of defcustom is a function, call it to
5500 get list of UNC hosts. Add function-item choices to specify
5501 ido-unc-hosts-net-view or user function.
5502 (ido-ignore-unc-host-regexps): New defcustom.
5503 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5504 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5505 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5506
5507 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5510 wwidth.
5511
5512 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5513
5514 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5515 (ido-max-work-file-list, ido-switch-buffer)
5516 (ido-read-file-name-as-directory-commands):
5517 Fix typos in docstrings.
5518
5519 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5520
5521 * term/mac-win.el (mac-system-coding-system): Define and use after
5522 Mac-specific coding systems are ready.
5523
5524 2006-03-27 Romain Francoise <romain@orebokech.com>
5525
5526 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5527
5528 * ldefs-boot.el: Update.
5529
5530 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5531
5532 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5533 passphrases when it is not needed.
5534 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5535 passphrase stuff from gpg, should only be necessary when you use
5536 gpg with a smartcard.
5537
5538 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * comint.el (comint-dynamic-list-completions): Allow user to
5541 select *Completions* buffer.
5542
5543 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5544
5545 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5546
5547 2006-03-26 Andreas Schwab <schwab@suse.de>
5548
5549 * progmodes/gud.el (gdb): Only complain about multiple debugging
5550 when the gdb process is still running.
5551
5552 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5553
5554 * mail/rmail.el (tool-bar-map): Defvar it.
5555 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5556 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5557
5558 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5559
5560 * help.el (print-help-return-message): Suggest to use
5561 display-buffer instead of switch-to-buffer-other-window to restore
5562 the previous window without selecting it.
5563
5564 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5565
5566 * frame.el (select-frame-by-name): Call x-focus-frame also when
5567 window-system is mac.
5568
5569 * term/mac-win.el: Adjust Courier font specifications in
5570 x-fixed-font-alist.
5571 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5572 when directly encoding to UTF-16 in native byte order, no BOM.
5573
5574 2006-03-25 Kim F. Storm <storm@cua.dk>
5575
5576 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5577 (cua--init-keymaps): Use it instead of fixed C-return.
5578 (cua-mode): Set after it.
5579
5580 * emulation/cua-rect.el (cua--init-rectangles):
5581 Use cua-rectangle-mark-key instead of fixed C-return.
5582
5583 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5584
5585 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5586 "run" in .gdbinit.
5587 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5588
5589 2006-03-24 Romain Francoise <romain@orebokech.com>
5590
5591 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5592 `display-buffer-other-frame'.
5593
5594 2006-03-24 Kim F. Storm <storm@cua.dk>
5595
5596 * apropos.el (apropos-synonyms): Add selection => region.
5597
5598 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5599
5600 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5601 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5602 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5603 (gdb-data-list-register-values-regexp)
5604 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5605 Future proof against new fields being added to MI output.
5606 (gdb-send): Don't treat backslashes for program input as
5607 continuations.
5608 (gdb-assembler-handler): Don't use window-start for this handler.
5609 (gdb-frame-handler): Don't change to hollow arrow if overlay
5610 arrow doesn't move to new frame.
5611
5612 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5615 prevent compiler warnings.
5616 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5617 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5618 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5619 buffer too.
5620
5621 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5622
5623 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5624 make-network-process, so we can use the same code in Gnus v5-10
5625 too and have this file fully synchronized with that release.
5626
5627 2006-03-23 Romain Francoise <romain@orebokech.com>
5628
5629 * ibuf-ext.el (ibuffer-read-filter-group-name):
5630 Use `ibuffer-generate-filter-groups' to make completion list match
5631 the filter groups that are really displayed in the Ibuffer buffer.
5632 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5633
5634 2006-03-23 Kenichi Handa <handa@m17n.org>
5635
5636 * international/mule-cmds.el (sort-coding-systems): Describe that
5637 the argument is modified in docstring.
5638
5639 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5640
5641 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5642 (pgg-gpg-update-agent): New function.
5643 (pgg-gpg-use-agent-p): New function.
5644 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5645 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5646 (pgg-gpg-sign-region): Use it.
5647
5648 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * cus-edit.el (custom-face-set): Call custom-push-theme before
5651 face-spec set so that `changed' theme is correctly saved.
5652 (custom-face-reset-standard): Reset to recalculated face rather
5653 than defface spec.
5654
5655 * custom.el (custom-push-theme): Only save `changed' theme if the
5656 current face does not match the defface specs.
5657
5658 2006-03-21 Simon Josefsson <jas@extundo.com>
5659
5660 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5661 <wilde@sha-bang.de>.
5662 (pgg-gpg-use-agent): New variable.
5663 (pgg-gpg-process-region): Use it.
5664 (pgg-gpg-encrypt-region): Likewise.
5665 (pgg-gpg-encrypt-symmetric-region): Likewise.
5666 (pgg-gpg-decrypt-region): Likewise.
5667 (pgg-gpg-sign-region): Likewise.
5668 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5669
5670 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5671
5672 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5673 bracket links.
5674
5675 2006-03-21 Kim F. Storm <storm@cua.dk>
5676
5677 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5678 fringe-indicator-alist instead of modifying global value.
5679 (gdb-frame-handler): Likewise.
5680
5681 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * diff-mode.el (diff-function): Make it inherit from diff-header
5684 instead of diff-context.
5685
5686 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5687 bitmap.
5688 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5689 change names in macro above for consistency.
5690 (gdb-frame-handler): Use hollow-right-triangle for all selected
5691 frames which except the innermost (where execution has stopped).
5692 (gdb-reset): Reset buffer-local values of overlay-arrow.
5693
5694 2006-03-20 Richard Stallman <rms@gnu.org>
5695
5696 * simple.el (set-mark-command): Doc fix.
5697
5698 * files.el (display-buffer-other-frame): New command.
5699 (ctl-x-4-map): Bind C-x 5 C-o to it.
5700
5701 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5704 rather than just defer-time, in case defer-time has been changed but
5705 the timer isn't running yet.
5706 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5707
5708 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5709
5710 * help-mode.el (help-follow-symbol): New function.
5711 Essentially identical to the old `help-follow', but do not let
5712 `push-button' do the work when on an xref.
5713 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5714
5715 2006-03-19 Richard Stallman <rms@gnu.org>
5716
5717 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5718 preceded by the word `program'.
5719 (help-follow-mouse, help-follow): Throw error if not on xref.
5720 Delete no longer used args.
5721
5722 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5723
5724 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5725 annotation ensure gud-overlay-arrow-position is redisplayed.
5726
5727 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5728
5729 * textmodes/bibtex.el (bibtex-include-OPTkey)
5730 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5731 (bibtex-autokey-name-case-convert)
5732 (bibtex-autokey-titleword-case-convert): Make these the aliases
5733 for the following two variables.
5734 (bibtex-autokey-name-case-convert-function)
5735 (bibtex-autokey-titleword-case-convert-function): Make these the
5736 real names.
5737 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5738 bibtex-font-lock-crossref sublists.
5739 (bibtex-mode): Revert 2005-12-30 change (which made
5740 completion-ignore-case buffer-local).
5741 (bibtex-url): Simplify.
5742
5743 2006-03-19 Kim F. Storm <storm@cua.dk>
5744
5745 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5746 cursor property value to 2 (to align with C level change).
5747
5748 2006-03-19 Bill Wohler <wohler@newt.com>
5749
5750 * image.el (image-load-path-for-library): Shorten first line in
5751 docstring.
5752
5753 2006-03-18 Richard Stallman <rms@gnu.org>
5754
5755 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5756
5757 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5758
5759 * isearch.el (isearch-other-meta-char): Handle user bindings for
5760 shifted control characters.
5761
5762 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5763
5764 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5765 part that matches email addresses, file names, etc.
5766
5767 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5768
5769 * term/w32-win.el (mouse-set-font):
5770 Mention w32-list-proportional-fonts in the doc string.
5771
5772 2006-03-18 Kim F. Storm <storm@cua.dk>
5773
5774 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5775 (ido-unc-hosts): New user option to explicitly define list of know
5776 UNC-style hosts for completion.
5777 (ido-cache-unc-host-shares-time): New user option.
5778 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5779 New helper functions for UNC file-name support.
5780 (ido-may-cache-directory): Check for UNC host. Simplify.
5781 (ido-wash-history): Clean out old UNC hosts.
5782 (ido-nonreadable-directory-p): UNC hosts are always readable.
5783 (ido-directory-too-big-p): UNC hosts are never too big.
5784 (ido-set-current-directory): Handle UNC root path.
5785 (ido-file-name-all-completions): Complete UNC host names from
5786 ido-unc-hosts list. Cache UNC host shares.
5787 (ido-make-file-list-1): Don't filter UNC root.
5788 (ido-exhibit): Check for // in root directory, and switch to UNC
5789 mode by setting ido-current-directory to //.
5790
5791 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5792
5793 * cus-edit.el (customize-changed-options): Mention explicit
5794 version number as default in prompt.
5795
5796 2006-03-17 Bill Wohler <wohler@newt.com>
5797
5798 * image.el (image-load-path-for-library): Minor docstring fix.
5799
5800 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5801
5802 * textmodes/org.el (org-read-date): Include subgroup 5 into
5803 replacement text.
5804 (org-popup-calendar-for-date-prompt): Fix customization type.
5805
5806 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5807
5808 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5809 (gdb-continuation): New variable.
5810 (gdb-send): Deal with continuation lines.
5811
5812 * progmodes/gud.el (gud-gdb-complete-command)
5813 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5814 expressions.
5815 (gud-tooltip-mode): Use buffer-local value.
5816
5817 2006-03-16 Kim F. Storm <storm@cua.dk>
5818
5819 * ido.el (ido-edit-input): Use selected match, if any.
5820
5821 2006-03-16 Bill Wohler <wohler@newt.com>
5822
5823 * image.el (image-load-path-for-library): Prefer user's images in
5824 image-load-path.
5825
5826 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5827
5828 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5829 when checking for attempt to drag leftmost or rightmost scrollbar.
5830
5831 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5834 (gdb-force-mode-line-update): New function.
5835 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5836 (gdb-exited): Use them.
5837 (gdb-signal): New function.
5838 (gdb-annotation-rules): Provide a rule for it.
5839
5840 2006-03-16 Kenichi Handa <handa@m17n.org>
5841
5842 * international/mule.el (auto-coding-regexp-alist): Add entries
5843 for Unicode BOM.
5844
5845 * sort.el (sort-build-lists): Temporarily bind
5846 inhibit-field-text-motion to t.
5847
5848 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5849
5850 * locate.el (locate-command, locate-make-command-line)
5851 (locate-fcodes-file, locate-update-command)
5852 (locate-prompt-for-command, locate, locate-with-filter)
5853 (locate-get-file-positions): Doc fixes.
5854 (locate-buffer-name, locate-header-face): Remove leading `*' in
5855 defcustom.
5856 (locate-filter-output): Use `keep-lines' instead of its alias
5857 `delete-non-matching-lines'.
5858 (locate-get-filename, locate-get-dirname): Add introductory comment.
5859 (locate-find-directory-other-window): Give appropriate error
5860 message if used outside main listing.
5861
5862 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5865 the new extend-region feature.
5866 (font-lock-after-change-function): Update correspondingly.
5867 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5868 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5869
5870 2006-03-15 Bill Wohler <wohler@newt.com>
5871
5872 * image.el (image-load-path-for-library): Fix example by not
5873 recommending that one binds image-load-path. Just defvar it to
5874 placate compiler and only use it if previously defined.
5875
5876 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5877
5878 * textmodes/org.el (org-insert-centered): Use `string-width' to
5879 make underlining work for wide characters.
5880 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5881 TAB to `org-cycle', to make sure that no binding in
5882 `outline-mode-map' can supercede it.
5883
5884 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5885
5886 * allout.el: Increment version to 2.2.1 in file commentary.
5887
5888 (allout-version): Increment to 2.2.1.
5889
5890 (allout-default-layout): New customization variable, used when the
5891 file lacks a specific allout-layout. Uses allout-layout-type for
5892 recursively nested definition.
5893
5894 (allout-layout-type): Widget defining allout layouts, necessary for
5895 self-recursive definition.
5896
5897 (allout-mode): Incorporate allout-default-layout as fallback for
5898 allout-layout.
5899
5900 (allout-layout): Mark as 'safe-local-variable', and refer mention
5901 fallback to `allout-default-layout' in absence of a specified value.
5902 (allout-passphrase-verifier-string)
5903 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5904
5905 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5906
5907 (allout-get-encryption-passphrase-verifier): Use correct name of
5908 passphrase verifier in docstring.
5909
5910 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5911
5912 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5913 elements.
5914 (gdb-find-watch-expression): Make it work for arrays too.
5915 Follow change to gdb-var-list.
5916 (gud-watch): Allow the user to enter variable name with a prexix
5917 arg. Create keybindings.
5918 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5919 (gdb-var-list-children-handler, gdb-var-update-handler)
5920 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5921 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5922 Follow change to gdb-var-list.
5923 (gdb-starting): Don't show the overlay arrows when program is running.
5924
5925 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5926 gdb-var-list.
5927
5928 2006-03-14 Bill Wohler <wohler@newt.com>
5929
5930 * image.el (image-load-path-for-library): Pass value of path
5931 rather than symbol. Always return list of directories.
5932 Guarantee that image directory comes first.
5933
5934 2006-03-14 Alan Mackenzie <acm@muc.de>
5935
5936 * font-core.el (font-lock-extend-region\(-function\)?.):
5937 New function/variable.
5938
5939 * font-lock.el (font-lock-after-change-function):
5940 Call font-lock-extend-region. Obey font-lock-lines-before.
5941 (font-lock-default-fontify-region): Remove reference to
5942 font-lock-lines-before.
5943
5944 * jit-lock.el (jit-lock-after-change):
5945 Call font-lock-extend-region. Obey font-lock-lines-before.
5946
5947 2006-03-14 David Ponce <david@dponce.com>
5948
5949 * tree-widget.el (tree-widget-themes-load-path)
5950 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5951
5952 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5953
5954 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5955 (rcirc-print): Mark the start of text at the end of the prompt.
5956 (rcirc-track-minor-mode): Add autoload cookie.
5957 (rcirc-update-activity-string): Add space to front of mode-line
5958 indicator.
5959
5960 2006-03-13 Miles Bader <miles@gnu.org>
5961
5962 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5963 (rcirc-abbrev-nick): Remove function.
5964 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5965
5966 2006-03-13 David Ponce <david@dponce.com>
5967
5968 * tree-widget.el: Handle themes across all occurrences of the main
5969 themes sub-directory found in tree-widget-themes-load-path.
5970 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5971 (tree-widget--locate-sub-directory): Return all occurrences.
5972 (tree-widget-themes-path): New function.
5973 Replace tree-widget-themes-directory, and return a list of directories.
5974 (tree-widget-set-parent-theme)
5975 (tree-widget-lookup-image): Use it.
5976
5977 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5978
5979 * textmodes/org.el (org-link-search): Avoid self-matching of
5980 links, allow target text to be distributed over several lines.
5981 (org-search-not-link): New function.
5982 (org-set-regexps-and-options, org-get-current-options):
5983 New startup options.
5984 (org-export-as-html): Take odd-level setting from local variable.
5985 (org-fontify-emphasized-text): New option.
5986 (org-set-font-lock-defaults): Include emphasized text.
5987 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5988 (org-font-lock): Customize group renamed from `org-faces'.
5989
5990 2006-03-13 John Paul Wallington <jpw@pobox.com>
5991
5992 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5993 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5994
5995 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * cus-start.el (all): Delete :version keyword for members of the
5998 fringe group, since the entire group is new in 22.1.
5999
6000 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6003 map if value is hexadecimal (an address).
6004 (gud-watch): Only search roots for existing watch expressions.
6005 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6006 prevent caching problems with speedbar-update-directory-contents.
6007
6008 2006-03-12 Juri Linkov <juri@jurta.org>
6009
6010 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6011 before comparing with `low' and `warn'.
6012
6013 * info.el (Info-dir-remove-duplicates): Move point to the
6014 beginning of the current line after deleting the entries from
6015 redundant heading. Use marker for `limit' and compare it with
6016 point before calling `re-search-forward'.
6017
6018 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * simple.el (yank): Fix typo in docstring.
6021
6022 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6023
6024 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6025 messages, where "D" is the 6th character.
6026
6027 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6028
6029 * simple.el (yank): Fix last change.
6030
6031 2006-03-11 David Ponce <david@dponce.com>
6032
6033 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6034 merging elements from the standard ispell-dictionary-alist.
6035 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6036 alist, and return the new alist.
6037
6038 2006-03-11 Richard Stallman <rms@gnu.org>
6039
6040 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6041
6042 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6043 the way it is implemented is too unclean.
6044
6045 * simple.el (kill-region, yank): Doc fix.
6046
6047 * battery.el (battery-echo-area-format): Doc fix.
6048 (battery-mode-line-format): Likewise.
6049 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6050 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6051
6052 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6053
6054 * progmodes/octave-mod.el (octave-indent-for-comment):
6055 Behave according to do string.
6056
6057 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6058
6059 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6060 Be visible only if major mode is Mail Mode.
6061
6062 * textmodes/flyspell.el (flyspell-external-point-words)
6063 (flyspell-process-localwords): Fix last changes.
6064
6065 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6066
6067 * calendar/holidays.el (list-holidays): Doc fix.
6068
6069 * international/mule.el (auto-coding-alist): Add .odt
6070 (OpenOffice's open document) files.
6071
6072 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6073 document) files. Mention in the doc string the need to sync with
6074 auto-coding-alist.
6075
6076 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * files.el (hack-local-variables-confirm): Don't prompt for ! if
6079 enable-local-variables is set to always query, or there is no
6080 savable variable.
6081
6082 2006-03-10 Bill Wohler <wohler@newt.com>
6083
6084 * image.el (image-load-path-for-library): Merge at least three
6085 functions from Gnus and MH-E into this one function that can now
6086 be shared.
6087
6088 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
6089
6090 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6091 gdb-remove-mouse-face and remove help-echo too.
6092 (gdb-enqueue-input): Correct conditional clause.
6093
6094 2006-03-10 Glenn Morris <rgm@gnu.org>
6095
6096 * calendar/calendar.el (calendar-holidays): Doc fix.
6097 * calendar/holidays.el (list-holidays): Doc fix.
6098
6099 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
6100
6101 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6102 it gets called in gdb-prompt anyway.
6103 (gdb-use-separate-io-buffer): Only restore window arrangement for
6104 gdb-many-windows.
6105 (gdb-enqueue-input): Make it harder to send GDB input when program
6106 is running.
6107 (gdb-buffer-list): New variable.
6108 (gdb-remove-mouse-face): New function.
6109 (gdb-starting): Use it when GDB input won't get sent.
6110
6111 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * help.el (view-lossage): Remove trailing whitespace before
6114 inserting "\n".
6115
6116 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * files.el (hack-local-variables-confirm):
6119 Set coding-system-for-read to nil before writing to .emacs.
6120
6121 * arc-mode.el (archive-extract): Check if an existing buffer name
6122 comes from a different archive.
6123
6124 * help.el (describe-key-briefly): If KEY is a down event, read and
6125 discard the up event.
6126
6127 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
6128
6129 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6130 be edited and use font-lock-warning-face for any changes.
6131
6132 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6133 (gdb-edit-value): Use it to report any errors.
6134
6135 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * help.el (describe-key): Remove leftover test code.
6138
6139 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6140
6141 * textmodes/org.el: Move defvars out of eval-when-compile.
6142 Use buffer-file-name variable.
6143 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6144 arg `file'.
6145 (org-level-faces): Remove startup dependency.
6146 (org-cycle, org-map-tree, org-scan-tags)
6147 (org-remember-handler): Don't call `outline-level' directly.
6148 (org-mhe-search-all-folders): New option.
6149 (org-mhe-get-message-folder-from-index)
6150 (org-mhe-get-message-folder): Fix indexing search.
6151 (org-format-agenda-item): Handle nil TAGS argument.
6152 (org-cleaned-string-for-export, org-activate-target-links)
6153 (org-make-target-link-regexp): Deal with empty radio target list.
6154 (org-tag): New face.
6155 (org-get-level-face): New function.
6156 (org-set-font-lock-defaults): Simplify setup for headlines.
6157 (org-complete): Pass common substring to `display-completion-list'.
6158
6159 2006-03-06 David Ponce <david@dponce.com>
6160
6161 * tree-widget.el: Update Commentary header.
6162 (tree-widget-theme-name): Ignore parent themes.
6163 (tree-widget-set-parent-theme): New function.
6164 (tree-widget-set-theme): Use it.
6165 (tree-widget-set-image-properties): Move definition. Does nothing
6166 if image properties have already been set.
6167 (tree-widget-image-properties): Move definition. Receive an image
6168 name. Set the :pointer property.
6169 (tree-widget-lookup-image): Doc fix. Search in parent themes.
6170 Don't set the :pointer image property.
6171 (tree-widget-convert-widget): New function. Handle :dynargs
6172 compatibility here.
6173 (tree-widget): Use it to :convert-widget. Add the :expander-p
6174 predicate to control when the :expander function is entered.
6175 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6176 (tree-widget-value-create): Handle :expander-p. widget-apply
6177 :expander.
6178 (tree-widget-expander-p): New function. Default value of the
6179 :expander-p property.
6180
6181 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6182
6183 * help.el (describe-key): Properly handle the return value of
6184 read-key-sequence when grabbing an up-event. Cleanup mouse-1
6185 remaps. Handle string and vector `follow-link' values.
6186
6187 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * complete.el (PC-expand-many-files): Try be more careful when parsing
6190 the shell's output.
6191
6192 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * outline.el (hide-sublevels): Provide better interactive default.
6195
6196 2006-03-06 Kenichi Handa <handa@m17n.org>
6197
6198 * international/fontset.el (create-fontset-from-fontset-spec):
6199 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6200
6201 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6202
6203 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6204 backslashes instead of one in regexp.
6205 (gud-tooltip-dereference): Add missing optional argument.
6206
6207 2006-03-04 John Paul Wallington <jpw@pobox.com>
6208
6209 * wdired.el (toplevel): Require `cl' at compile-time.
6210
6211 2006-03-04 Andreas Schwab <schwab@suse.de>
6212
6213 * server.el (server-process-filter): Handle errors during
6214 evaluation of the argument.
6215
6216 2006-03-03 John Paul Wallington <jpw@pobox.com>
6217
6218 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6219 escape parentheses at beginning of line.
6220 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6221 (t-mouse-mode): Remove period from end of error message.
6222
6223 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6224
6225 * textmodes/flyspell.el (flyspell-process-localwords):
6226 Be case-sensitive.
6227
6228 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6229
6230 * cus-edit.el (custom-quote): Remove function, since it has been
6231 moved to custom.el.
6232
6233 * font-lock.el (lisp-font-lock-keywords-2)
6234 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6235 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6236 they have no special meaning.
6237
6238 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6239 indirect buffer gets killed before indirect buffer. Use dolist.
6240
6241 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6242
6243 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6244 value instead of a literal constant (1) on more pauses.
6245
6246 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6247
6248 * textmodes/flyspell.el (flyspell-external-point-words):
6249 Be case-sensitive.
6250
6251 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6252
6253 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6254 with "www".
6255
6256 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6257
6258 * allout.el: Restablish intermediate missing comment header to
6259 preserve outline structure.
6260 (allout-beginning-of-current-entry): Skip invisible text.
6261 (allout-open-topic): Fix opening a topic at end-of-buffer.
6262 (allout-minor-mode): Move nearer to allout-mode function.
6263
6264 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6265
6266 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6267
6268 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6271 is nil.
6272
6273 * progmodes/gud.el (gud-speedbar-menu-items):
6274 Use buffer-local-value and add missing :visible keyword.
6275
6276 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6277
6278 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6279
6280 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6281 must be `follow-link'.
6282
6283 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6284
6285 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6286 formatting: No nested anchors.
6287 (org-all-targets): Fix bug with XEmacs compatibility.
6288 (org-read-date): Add (require 'parse-time).
6289 (org-set-tags): Fix bug with extra inserted space.
6290 (org-export-html-style): Define a style class for targets.
6291 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6292 (org-hide-leading-stars): New option.
6293 (org-hide): New face.
6294 (org-set-font-lock-defaults): Allow to hide leading stars.
6295 (org-get-legal-level, org-tr-level): New functions.
6296 (org-odd-levels-only): New option.
6297 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6298 (org-demote, org-promote): Deal with double-star levels.
6299 (org-convert-to-odd-levels): New command.
6300
6301 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6302
6303 * speedbar.el (speedbar-update-localized-contents): Try to
6304 preserve window-start.
6305 (speedbar-update-directory-contents): Try to preserve window-start
6306 and window-point.
6307 (speedbar-update-special-contents): Don't move back to start of window.
6308
6309 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6310 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6311 speedbar-timer-fn.
6312 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6313 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6314 instead of gdb-speedbar-timer-fn.
6315
6316 2006-02-28 Jay Belanger <belanger@truman.edu>
6317
6318 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6319 (math-compose-expr): Use latex option when calling
6320 `math-compose-tex-matrix' for latex mode.
6321
6322 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6323
6324 * speedbar.el: Re-instate comments about developing for speedbar
6325 [this is what info and gdb-ui use even if better methods exist now].
6326
6327 * t-mouse.el: New file.
6328 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6329 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6330 (t-mouse-make-event-element): Use posn-at-x-y instead.
6331 (t-mouse-make-event): Deal with Fedora Core 3.
6332 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6333 (t-mouse-mouse-position-function): New function. Use it instead
6334 of advising mouse-position.
6335 (t-mouse-mode): New minor mode.
6336 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6337
6338 2006-02-27 Glenn Morris <rgm@gnu.org>
6339
6340 * calendar/calendar.el (calendar-holidays): Doc fix.
6341
6342 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6343
6344 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6345 Re-introduce the concept of a source window.
6346 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6347 consistency with get-buffer-create.
6348 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6349 (gdb-data-list-register-values-handler)
6350 (gdb-stack-list-locals-handler): Try to preserve window-start as
6351 well as window-point.
6352 (gdb-display-source-buffer): New function (old concept).
6353 (gdb-goto-breakpoint): Use it.
6354
6355 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6356 for gdb-ui/gdb-mi (old concept).
6357
6358 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6359
6360 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6361 binding.
6362
6363 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6364
6365 * textmodes/reftex-sel.el (reftex-select-label-map)
6366 (reftex-select-bib-map): Add `follow-mouse' binding.
6367
6368 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6369
6370 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6371 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6372 Give :set functions to provide automatic updating.
6373 Update docstring. Give compiler defvars early in the file
6374 and move the defcustoms to a later spot where all called functions
6375 are defined.
6376 (jka-compr-file-name-handler-entry): Doc fix.
6377 (jka-compr-compression-info-list--internal)
6378 (jka-compr-mode-alist-additions--internal)
6379 (jka-compr-load-suffixes--internal): New variables.
6380 (jka-compr-install): Set the three above variables.
6381 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6382 (jka-compr-update, jka-compr-set): New functions.
6383 (auto-compression-mode): Doc fix.
6384
6385 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6386 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6387 Use jka-compr-compression-info-list--internal,
6388 jka-compr-mode-alist-additions--internal and
6389 jka-compr-load-suffixes--internal.
6390
6391 * files.el (load-library):
6392 * loadhist.el (file-loadhist-lookup):
6393 * startup.el (command-line):
6394 * subr.el (locate-library):
6395 * emacs-lisp/autoload.el (update-directory-autoloads):
6396 * emacs-lisp/find-func.el (find-library-suffixes):
6397 Use `get-load-suffixes' instead of `load-suffixes'.
6398
6399 * subr.el (locate-library):
6400 * emacs-lisp/find-func.el (find-library-name):
6401 Use `load-file-rep-suffixes' instead of '("").
6402
6403 2006-02-26 Kim F. Storm <storm@cua.dk>
6404
6405 * ido.el (ido-save-history, ido-load-history): Simplify.
6406 Don't use find-file-noselect to avoid interference from other modes.
6407
6408 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6409
6410 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6411 to use the default shell if filename is not available.
6412 Reported by Giorgos Keramidas.
6413
6414 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6415
6416 * progmodes/etags.el (tags-completion-table): Do completion from
6417 all the tables in the current list, as documented in the manual.
6418
6419 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6420
6421 * CC Mode Update to 5.31.3.
6422
6423 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6424
6425 * progmodes/cc-mode.el (c-postprocess-file-styles):
6426 Bind inhibit-read-only to t, around the call to
6427 c-remove-any-local-eval-or-mode-variables, so that it works on a
6428 RO file.
6429
6430 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6431
6432 * progmodes/cc-awk.el: Correct a typo.
6433
6434 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6435
6436 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6437 c-hungry-delete-backwards, at the request of RMS. Leave the old
6438 name as an alias.
6439
6440 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6441
6442 * progmodes/cc-mode.el: Correct a typo.
6443
6444 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6445
6446 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6447
6448 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6449
6450 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6451 brace-else-brace (error due to mbeg, mend being undefined).
6452
6453 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6454
6455 * progmodes/cc-mode.el: File Local variables: Solve the problem
6456 where both `mode' and c-file-offsets are specified: `mode' will
6457 overwrite c-f-o's settings:
6458 (c-remove-any-local-eval-or-mode-variables): New function.
6459 (c-postprocess-file-styles): Call the above new function, within
6460 c-tentative-buffer-change, to splat `mode' and `eval' before the
6461 second hack-local-variables.
6462
6463 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6464
6465 * progmodes/cc-mode.el:
6466 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6467 (c-after-change): Protect the match data with save-match-data.
6468 It was getting corrupted by c-after-change-check-<>-operators.
6469
6470 * cc-defs.el: [Supersedes patch V1.38]:
6471 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6472 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6473
6474 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6475 with save-match-data. It was being corrupted when Font Lock was
6476 not enabled.
6477
6478 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6479
6480 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6481 Mode and Subword Mode.
6482
6483 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6484 real labels ("case 1:" or "foo:") from non-labels ("public:").
6485 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6486 coding; c-f-t-2 doesn't move over a token at EOB.
6487
6488 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6489
6490 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6491 (c-update-modeline): Concatenate the minor mode indicators
6492 directly onto mode-name, removing c-submode-indicators.
6493 Sometimes, c-s-i got separated from the mode name on the mode line.
6494
6495 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6496 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6497
6498 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6499
6500 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6501 error message when there's an evaluation error to show whether
6502 it's loaded from source or not.
6503 (c-filter-ops): Make it available at runtime too to work when
6504 `c-make-init-lang-vars-fun' needs to evaluate from source.
6505
6506 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * help.el (help): Revert last part of 2006-02-23 change (deletion
6509 of the `provide' call).
6510
6511 2006-02-23 Juri Linkov <juri@jurta.org>
6512
6513 * compare-w.el (compare-windows-highlight): Add new value
6514 `persistent' and change :type from `boolean' to `choice'.
6515 (compare-windows-overlays1, compare-windows-overlays2):
6516 New internal variables.
6517 (compare-windows-highlight): If compare-windows-highlight is
6518 `persistent', add current overlays to compare-windows-overlays[12]
6519 instead of adding compare-windows-dehighlight to pre-command-hook.
6520 (compare-windows-dehighlight): Delete all overlays from
6521 compare-windows-overlays[12].
6522
6523 * info.el (Info-search): Don't bind search-spaces-regexp to
6524 Info-search-whitespace-regexp in non-regexp isearch mode.
6525
6526 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6529
6530 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * textmodes/org.el (org-xemacs-p)
6533 (org-export-html-show-new-buffer, org-table-may-need-update)
6534 (org-insert-item, org-mhe-get-message-real-folder)
6535 (org-mhe-get-message-folder-from-index)
6536 (org-mhe-get-message-folder, org-mhe-get-message-num)
6537 (org-mhe-get-header, org-make-org-heading-search-string)
6538 (org-make-org-heading-camel, org-table-sort-lines)
6539 (org-format-org-table-html, org-format-table-table-html):
6540 Fix typos in docstrings.
6541
6542 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6543
6544 * textmodes/org.el (org-cleaned-string-for-export)
6545 (org-solidify-link-text): New function.
6546 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6547 XEmacs, just to silence the compiler.
6548 (org-export-as-ascii, org-export-as-html-and-open):
6549 Use `org-cleaned-string-for-export' and create internal links.
6550 (org-follow-mhe-link): Require mh-e, use folder.
6551
6552 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6555
6556 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6557 gdb-debug-log-length.
6558 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6559 it a real ring but...
6560 (gud-gdba-marker-filter): ...make it work like mark-ring.
6561 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6562 (gdb-mouse-jump): New function. Add bindings.
6563
6564 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6565
6566 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6567 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6568 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6569 (gdb-debug-log-length): Customize it's length.
6570 (gud-watch, gdb-var-create-handler): Display function::var format
6571 but don't use to create variable object.
6572 (gdb-var-create-handler): Use message-box in place of message.
6573 (gdb-stopped): Call gdb-exited if signalled.
6574
6575 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6576
6577 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6578
6579 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6580
6581 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6582 if `reftex-try-all-extensions' is set.
6583
6584 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6585 fail silently when there is no valid argument at point.
6586 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6587 `fail-silently' argument. From a patch by David Reiter.
6588
6589 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6590 New commands.
6591 (org-mark-ring): New variable.
6592 (org-mark-ring-length): New option.
6593 (org-open-at-point, org-goto, org-open-file): Push old position
6594 onto the mark ring.
6595 (org-add-hook): New function.
6596 (org-export-table-remove-special-lines): New option.
6597 (org-skip-comments, org-format-org-table-html): Respect new
6598 option `org-export-table-remove-special-lines'.
6599 (org-open-file): Allow special command configuration for
6600 directory link.
6601 (org-file-apps): Fix bugs in customize type, added setting
6602 for directories.
6603 (org-activate-tags, org-format-agenda-item, org-complete)
6604 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6605 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6606 (org-link-search, org-make-org-heading-search-string)
6607 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6608 (org-radio-targets, org-file-link-context-use-camel-case)
6609 (org-activate-camels): New options.
6610 (org-update-radio-target-regexp, org-all-targets)
6611 (org-make-target-link-regexp, org-activate-target-links):
6612 New functions.
6613 (org-make-org-heading-search-string): New function.
6614 (org-store-link, org-insert-link): Use new option
6615 `org-file-link-context-use-camel-case'.
6616 (org-activate-camels): Use new option `org-activate-camels'.
6617 (org-link-regexp): Add mhe prefix.
6618 (org-open-at-point, org-store-link): Support for mhe links.
6619 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6620 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6621 (org-mhe-get-header, org-follow-mhe-link): New functions.
6622 (org-remove-angle-brackets, org-add-angle-brackets):
6623 New functions.
6624 (org-bracket-link-regexp): New constant.
6625 (org-read-date): Fix bug that was rejecting all typed dates.
6626 (org-link-search): Make hierarchy above visible after a match.
6627 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6628 (org-store-link): Fix bug with link creation when cursor is in
6629 an empty line.
6630 (org-open-at-point): Fix bug with matching a link.
6631 Fixed buggy argument sequence in call to `org-view-tags'.
6632 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6633 (org-prefix-has-tag): New variable.
6634 (org-format-agenda-item): Remove tags from headline
6635 if appropriate.
6636 (org-agenda-remove-tags-when-in-prefix): New option.
6637
6638 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6639
6640 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6641 Fix the regular expressions.
6642
6643 2006-02-21 Richard M. Stallman <rms@gnu.org>
6644
6645 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6646 if there's no other specific basis.
6647
6648 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6649 as variables at all.
6650 (unsafep-variable): Rename arg; doc fix.
6651
6652 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6653
6654 * calendar/appt.el (diary-selective-display): Add defvar.
6655
6656 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6657
6658 * isearch.el (search-whitespace-regexp): Fix custom type.
6659
6660 * help.el (describe-key-briefly): Compute interactive args
6661 in same was as before previous change.
6662
6663 * files.el (enable-local-variables): Doc fix.
6664
6665 2006-02-21 Kim F. Storm <storm@cua.dk>
6666
6667 * fringe.el: Cleanup as file is now pre-loaded.
6668 (fringe-bitmaps): Initialize unconditionally.
6669 (fringe-mode, set-fringe-style): Remove autoload cookies.
6670
6671 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6672
6673 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6674 `horizontal-bar'.
6675 (fringe-cursor-alist): Use `horizontal-bar'.
6676
6677 2006-02-20 Kim F. Storm <storm@cua.dk>
6678
6679 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6680 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6681
6682 * loadup.el: Load "fringe" on window systems.
6683
6684 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6685
6686 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6687 out of scope components.
6688
6689 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6690 default.
6691
6692 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * custom.el (customize-mark-to-save, customize-mark-as-set):
6695 Load the symbol first.
6696
6697 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6700 strech spec so it doesn't display as "^J" on the header line
6701 when `Buffer-menu-use-header-line' is t.
6702
6703 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * speedbar.el (speedbar-make-button): Keep text properties
6706 of string arguments if desired.
6707
6708 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6709 expessions.
6710
6711 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6712 of speedbar.
6713
6714 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6715
6716 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6717 to value of `read-file-name-completion-ignore-case'.
6718
6719 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * custom.el (customize-mark-as-set): Push to `user' theme.
6722
6723 * cus-edit.el (custom-save-variables): Allow unthemed values.
6724 (customize-set-variable): Push setting to `user' theme.
6725
6726 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6727
6728 * progmodes/gud.el: Don't require font-lock as it's now
6729 automatically loaded.
6730 (gud-speedbar-buttons): Replace gdb-var-changed with
6731 gdb-force-update.
6732
6733 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6734 gdb-var-changed.
6735 (gdb-post-prompt): Use it.
6736 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6737 (gdb-var-update-handler, gdb-var-delete)
6738 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6739 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6740 gdb-force-update in gdb-post-prompt.
6741 (gdb-reset): Clear watch expressions from speedbar when quitting.
6742
6743 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6744
6745 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6746 (viper-change-state-to-vi, viper-change-state-to-emacs):
6747 Make aware of cursor coloring in the Emacs state.
6748 (viper-special-read-and-insert-char): Use read-char-exclusive.
6749 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6750
6751 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6752
6753 * viper-util.el (viper-save-cursor-color)
6754 (viper-get-saved-cursor-color-in-replace-mode)
6755 (viper-get-saved-cursor-color-in-insert-mode)
6756 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6757 state.
6758 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6759
6760 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6761 (ediff-ignore-case-option3, ediff-actual-diff-options)
6762 (ediff-actual-diff3-options): New variables to control case sensitivity.
6763 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6764 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6765 (ediff-toggle-ignore-case): New function.
6766 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6767
6768 * ediff-help.el (ediff-long-help-message-narrow2)
6769 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6770 (ediff-long-help-message-word-mode): Add ignore-case command.
6771 (ediff-help-for-quick-help): Add ignore-case command.
6772
6773 * ediff-merg.el: Move provide to the end.
6774
6775 * ediff-ptch.el: Move provide to the end.
6776
6777 * ediff-wind.el: Move provide to the end.
6778
6779 * ediff-mult.el: Move provide to the end.
6780 (ediff-set-meta-overlay): Enable follow-link.
6781
6782 * ediff.el: Move provide to the end.
6783 Break recursive load cycle in eval-when-compile.
6784 (ediff-patch-buffer): Better heuristics.
6785
6786 * ediff-util.el: Move provide to the end.
6787 Break recursive load cycle in eval-when-compile.
6788 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6789 defuns.
6790 (ediff-submit-report): Pass the values of ediff-diff3-program,
6791 ediff-diff3-options.
6792
6793 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6796 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6797 `' (for example, in the docstring of `windmove-default-keybindings').
6798
6799 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6800
6801 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6802 shadow face. Don't provide binding to edit variable when it is
6803 out of scope.
6804
6805 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6806 (gdb-var-update-handler): Detect out of scope variables with pre
6807 GDB 6.4 too.
6808 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6809 Reset status of variable objects to nil in update handlers.
6810 (gdb-var-update-handler-1): Detect when a variable object comes
6811 in scope. setcar on var changes gdb-var-list directly.
6812
6813 2006-02-17 Juri Linkov <juri@jurta.org>
6814
6815 * ffap.el (ffap) <defface>: Add explicit face declaration.
6816 (ffap-highlight): Use face `ffap' directly instead of checking
6817 for its existence.
6818
6819 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6820 `visible-ok' of `other-buffer' to find the right original buffer.
6821
6822 * info.el (Info-search): Skip `Local Variables' node.
6823
6824 2006-02-17 Juri Linkov <juri@jurta.org>
6825
6826 * info.el (Info-find-file): Check for symbols `apropos', `history',
6827 `toc' in the input filename, and return these symbols as is.
6828 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6829 `history', `toc' instead of strings.
6830 (Info-set-mode-line): For non-string Info-current-file use the
6831 symbol's name inside **.
6832 (Info-isearch-push-state): Add quote before Info-current-file and
6833 Info-current-node.
6834 (Info-isearch-pop-state): Use `equal' instead of `string='.
6835 (Info-extract-pointer, Info-following-node-name): Use
6836 `match-string-no-properties' instead of `match-string'.
6837 (Info-up): Check `old-file' for `stringp'.
6838 (Info-history): Use `equal' instead of `string-equal'.
6839 Check `file' for `stringp'.
6840 (Info-history): Use symbol `history' instead of string as first arg
6841 of `Info-find-node'.
6842 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6843 `toc' instead of string.
6844 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6845 instead of `buffer-substring', and `match-string-no-properties'
6846 instead of `match-string'.
6847 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6848 instead of strings.
6849 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6850 Use symbol `apropos' instead of string.
6851 (Info-copy-current-node-name): Check `Info-current-file' for
6852 `stringp' and construct a command with `Info-find-node' from it.
6853 (Info-fontify-node): Use `match-string-no-properties' instead of
6854 `match-string' and check file names for `stringp'.
6855 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6856 `history', `toc' instead of strings.
6857
6858 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * files.el: Rearrange functions and variables in the file local
6861 variables section.
6862
6863 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6864
6865 * files.el: Add truncate-lines, ispell-check-comments and
6866 ispell-local-dictionary as safe local variables.
6867
6868 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6871 out of scope variables.
6872 (gud-speedbar-buttons): Use unless.
6873
6874 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6875 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6876 (gdb-show-changed-values): Also use for out of scope variables.
6877 (gdb-var-update-handler-1): Note if variable goes out of scope.
6878
6879 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6880
6881 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6882 default to global variable values for unsupplied args.
6883 (rcirc-get-buffer-create): Fix bug with setting the target.
6884 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6885 test for rcirc-always-use-server-buffer-flag here.
6886 (rcirc-response-formats): Add %N, which is a facified nick. %n
6887 uses the default face. Change the ACTION format string. If the
6888 "nick" is the server, don't print anything for that field.
6889 Comment fixes.
6890 (rcirc-target-buffer): Don't test
6891 rcirc-always-use-server-buffer-flag here.
6892 (rcirc-print): Squeeze extra spaces out of the text before message.
6893 (rcirc-put-nick-channel): Strip potential "@" char from nick
6894 before adding them to nick table.
6895 (rcirc-url-regexp): Improve to match address like "foo.com".
6896
6897 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6898
6899 * allout.el (allout-hidden-p): Move this defsubst before
6900 allout-overlay-interior-modification-handler, where it is first
6901 used.
6902
6903 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6904
6905 * allout.el: Use allout invisible-text overlays instead of
6906 selective display for concealed text. Also, lots of general
6907 cleanup, and improved compatibility code.
6908
6909 (allout-version) Incremented, corrected, revised, and refined
6910 module commentary.
6911
6912 (provide 'allout): Moved to the bottom, added a require of overlay.
6913
6914 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6915 `except-current'.
6916 (allout-write-file-hook-handler): Minimize delay.
6917 (count-trailing-whitespace-region): New function so
6918 auto-encryption of current topic can resituate cursor exactly.
6919 PGP/GPG encryption trims trailing whitespace from lines, which
6920 must be accounted for across encryption then decryption.
6921
6922 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6923 just plain "\C-c", to avoid intruding on user's keybinding space.
6924
6925 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6926 parameter, so user request to provide a new password is done.
6927
6928 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6929 Refined mechanism for auto-filling behavior while in allout mode.
6930
6931 (allout-mode): Explicitly specify the mode map in the docstring.
6932 Clarify provision for various write-file hook var names.
6933 Adjusted for invisible-text overlays instead of selective-display.
6934
6935 (allout-depth): Really return 0 if not within any topic. This
6936 rectifies `allout-beginning-of-level' and sequence numbering
6937 errors that occur when cutting and pasting numbered topics.
6938 Changed from a in-line subst to a regular function, as well.
6939
6940 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6941
6942 (allout-end-of-subtree, allout-end-of-subtree)
6943 (allout-end-of-entry, allout-end-of-current-heading)
6944 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6945 (allout-show-children, allout-show-to-offshoot)
6946 (allout-hide-current-entry, allout-show-current-entry): Rectified
6947 handling of trailing blank lines between items.
6948
6949 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6950 (allout-current-depth, allout-unprotected, allout-hidden-p)
6951 (allout-on-current-heading-p, allout-listify-exposed)
6952 (allout-chart-subtree, allout-goto-prefix)
6953 (allout-back-to-current-heading, allout-get-body-text)
6954 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6955 (allout-hide-region-body, allout-toggle-subtree-encryption)
6956 (allout-encrypt-string, allout-encrypted-key-info)
6957 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6958 (allout-file-vars-section-data): Adjusted for use with
6959 invisible-text overlays instead of selective-display.
6960
6961 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6962 Reworked for use with invisible text overlays.
6963
6964 (allout-current-topic-collapsed-p): New function.
6965
6966 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6967 to know when to close the containing topic.
6968
6969 (allout-pre-command-business, allout-post-command-business):
6970 Simplify undo-batching and dynamic isearch exposure.
6971
6972 (allout-set-overlay-category): New for invisible-text overlays.
6973 Sets properties of allout-overlay-category, used by
6974 allout-flag-region to set invisible-text overlay properties.
6975 (allout-get-invisibility-overlay): Get the first qualifying
6976 invisibility overlay, so we can find the extent of it.
6977 (allout-back-to-visible-text): Get to just before the beginnining
6978 of the current invisibility overlay, if any.
6979
6980 (allout-overlay-insert-in-front-handler)
6981 (allout-overlay-interior-modification-handler)
6982 (allout-before-change-handler, allout-isearch-end-handler): New
6983 functions to handle extraordinary actions affecting concealed
6984 text.
6985
6986 (allout-flag-region): Use overlays instead of selective-display
6987 for invisible text - by inheritence from the properties of
6988 allout-overlay-category in mainline Emacs, and applied
6989 property-by-property in XEmacs, some recent versions of which
6990 don't inherit the properties from the category. Provisions to
6991 respond to concealed-text edits simplified drastically.
6992
6993 (allout-isearch-rectification, allout-isearch-was-font-lock)
6994 (allout-isearch-expose, allout-enwrap-isearch)
6995 (allout-isearch-abort, allout-pre-was-isearching)
6996 (allout-isearch-prior-pos, allout-isearch-did-quit)
6997 (allout-isearch-dynamic-expose)
6998 (allout-hide-current-entry-completely): Functions deleted.
6999
7000 (allout-undo-aggregation): Explicit undo aggregation no longer
7001 necessary due to transition away from selective-display.
7002
7003 (set-allout-regexp, allout-up-current-level)
7004 (allout-next-visible-heading, allout-forward-current-level)
7005 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7006 (allout-kill-line, allout-yank-processing, allout-show-children)
7007 (allout-expose-topic, allout-old-expose-topic)
7008 (allout-listify-exposed, allout-insert-latex-header)
7009 (allout-toggle-subtree-encryption, allout-encrypt-string)
7010 (remove-from-invisibility-spec, allout-hide-current-subtree):
7011 Ditched unused variables.
7012
7013 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7014
7015 * textmodes/ispell.el (ispell-change-dictionary): Call
7016 ispell-buffer-local-dict instead of
7017 ispell-accept-buffer-local-defs.
7018 (ispell-local-dictionary-alist): Accept as valid any coding-system
7019 supported by Emacs.
7020 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7021 changed to iso-8859-3.
7022
7023 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * speedbar.el (speedbar-frame-width): Make an inline function
7026 instead of a macro. Use frame-width.
7027 (speedbar-try-completion, speedbar-update-contents)
7028 (speedbar-timer-fn): Use consp.
7029 (speedbar-update-localized-contents): Try to preserve point.
7030
7031 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7032 (menu): Re-order menu items.
7033 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7034 field.
7035 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7036 (gdb-post-prompt): Speed things by not forcing update.
7037
7038 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7039
7040 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7041 press and perform default action if we get a mouse movement event.
7042
7043 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7044
7045 * calendar/icalendar.el (icalendar--get-event-property)
7046 (icalendar--get-event-property-attributes): Fix typos in
7047 docstrings.
7048
7049 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7050 docstring.
7051
7052 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7053
7054 * bs.el (bs-mode): Use `buffer-disable-undo'.
7055 (bs--get-file-name): Simplify.
7056 (bs-show-in-buffer): Mark the buffer as not modified.
7057
7058 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7061 widget-button-click.
7062
7063 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7064 (custom-mode): Update docstring.
7065
7066 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7067 binding.
7068
7069 * files.el (hack-local-variables-confirm): Allow scrolling if the
7070 file variable list is too long. Kill temp buffer after use.
7071
7072 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7073
7074 * progmodes/gud.el (gdb): Improve doc string.
7075 (gdb-script-font-lock-keywords): Expand allowed character set.
7076
7077 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7078 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7079 (gdb-separate-io-interrupt, gdb-separate-io-quit)
7080 (gdb-separate-io-stop, gdb-separate-io-eof):
7081 Rename from gdb-inferior-* to gdb-separate-*.
7082 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7083
7084 2006-02-14 Jay Belanger <belanger@truman.edu>
7085
7086 * calc/calc-arith.el (math-check-known-scalarp): Make sure
7087 expression is a symbol before checking that it is bound.
7088
7089 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7090 test to see if equation can be solved.
7091
7092 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * wid-edit.el (widget-button-click): Use :pressed-face property
7095 for overlay face, if it exists.
7096
7097 * cus-edit.el (custom-manual, custom-add-see-also)
7098 (custom-add-parent-links, custom-group-link): Add :pressed-face
7099 property to links.
7100
7101 * files.el (hack-local-variables): Remove ignored variables before
7102 checking if any variables need setting.
7103
7104 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7105
7106 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7107
7108 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7109
7110 * help.el (where-is): Fix message for remapped commands.
7111
7112 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7113 Fix typos in docstrings.
7114
7115 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * files.el (safe-local-variable-values): New option.
7118 (hack-local-variables-prop-line): Return a list of variable-value
7119 pairs if MODE-ONLY is non-nil.
7120 (hack-local-variables): Construct list of variable-value pairs,
7121 and apply or reject them in one go. Ask for confirmation if
7122 variables are not known safe.
7123 (hack-local-variables-confirm): Complete rewrite. Support
7124 `safe-local-variable-values'.
7125 (enable-local-variables): Update docstring to reflect new
7126 behavior.
7127 (ignored-local-variables): Ignore ignored-local-variables and
7128 safe-local-variable-values.
7129 (safe-local-variable-p): New function.
7130 (risky-local-variable-p): `safe-local-variable' property check
7131 moved to safe-local-variable-p.
7132 (hack-one-local-variable): Checks moved to hack-local-variables.
7133
7134 (byte-compile-dynamic, c-basic-offset, c-file-style)
7135 (c-indent-level, comment-column, fill-column, fill-prefix)
7136 (indent-tabs-mode, kept-new-versions, no-byte-compile)
7137 (no-update-autoloads, outline-regexp, page-delimiter)
7138 (paragraph-start, paragraph-separate, sentence-end)
7139 (sentence-end-double-space tab-width, version-control):
7140 Add `safe-local-variable' property.
7141
7142 * find-lisp.el: Delete nonexistent `autocompile' file variable.
7143
7144 * icomplete.el, play/landmark.el: Change nonexistent
7145 `outline-layout' file variable to `allout-layout'.
7146
7147 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
7148
7149 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7150 (gdb-get-changed-registers): Test value of gud-minor-mode relative
7151 to gud-comint-buffer.
7152 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7153 gdb-ui.el for gdb-mi.el.
7154 (gdb-post-prompt, gdb-get-changed-registers): Move test for
7155 registers buffer to gdb-get-changed-registers.
7156 (gdb-breakpoint-regexp): New regexp. Allow toggling and
7157 deletion of catchpoints (throw and catch).
7158 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7159 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7160 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7161 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7162 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7163
7164 2006-02-13 Jay Belanger <belanger@truman.edu>
7165
7166 * calc/calc-arith.el (math-check-known-matrixp): Make sure
7167 expression is a symbol before checking that it is bound.
7168
7169 2006-02-13 Richard M. Stallman <rms@gnu.org>
7170
7171 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7172 for the minibuffer too, but not if resize-mini-windows will interfere.
7173
7174 * help.el (describe-key-briefly, describe-key): Do all arg-reading
7175 inside `interactive' spec.
7176 (describe-key-briefly-internal, describe-key-internal):
7177 Functions merged back into their callers.
7178
7179 2006-02-13 Martin Rudalics <rudalics@gmx.at>
7180
7181 * info.el (info-xref-visited): Inherit from info-xref too.
7182 (Info-set-mode-line): Replace occurrences of `%' by `%%'
7183 when propertizing Info-current-file and Info-current-node.
7184
7185 2006-02-13 Juri Linkov <juri@jurta.org>
7186
7187 * tumme.el (tumme-thumbnail-storage): Fix docstring.
7188 (tumme-thumb-name): Fix per-directory format.
7189
7190 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7193
7194 2006-02-12 Miles Bader <miles@gnu.org>
7195
7196 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7197
7198 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
7199
7200 * tumme.el: Remove history section. If someone needs the it, it
7201 can always be found in CVS.
7202
7203 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7204
7205 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7206 about the Thumbnail Managing Standard option.
7207
7208 2006-02-12 Richard M. Stallman <rms@gnu.org>
7209
7210 * subr.el (substitute-key-definition): Doc fix.
7211
7212 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7213
7214 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7215
7216 * info.el (Info-mode): Doc fix.
7217
7218 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7219
7220 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7223 because on Solaris a POSIX compatible "id" is needed. Reported by
7224 Magnus Henoch <mange@freemail.hu>.
7225
7226 2006-02-12 Juri Linkov <juri@jurta.org>
7227
7228 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7229 (tumme) <defgroup>: Change :group to `multimedia'.
7230 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7231 Managing Standard.
7232 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7233 Fix dostring.
7234 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7235 and %y. Fix docstring.
7236 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7237 (tumme-cmd-create-standard-thumbnail-command): New user options.
7238 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7239 is `standard'. Fix docstring.
7240 (tumme-thumb-width, tumme-thumb-height): New user options.
7241 (tumme-external-viewer): Try to find various viewers.
7242 (tumme-get-thumbnail-image): Use `create-image' instead of
7243 constructing the `image' structure.
7244 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7245 `standard'.
7246 (tumme-thumb-name): Add file name generation for standard storage.
7247 Simplify code for other storages.
7248 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7249 Add modification time %m and thumbnail-nq8 %q.
7250 Use `tumme-cmd-create-standard-thumbnail-command' if
7251 tumme-thumbnail-storage is `standard'.
7252 (tumme-dired-insert-marked-thumbs): New autoload command.
7253 (tumme-dired-after-readin-hook): New function.
7254 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7255 `tumme-thumb-size'.
7256 (tumme-display-image): Replace size-x %x and size-y %y with
7257 width %w and height %h.
7258
7259 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7260 `tumme-dired-insert-marked-thumbs'.
7261
7262 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7263
7264 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7265 include path).
7266 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7267 matching tag.
7268
7269 2006-02-12 Miles Bader <miles@gnu.org>
7270
7271 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7272 New variables.
7273 (rcirc-abbrev-nick): New function.
7274 (rcirc-format-response-string): Rewrite to use the formats in
7275 `rcirc-response-formats' and expand escape sequences therein.
7276 A text-property `rcirc-text' is added over the actual response
7277 text to make easy to find inside the returned string.
7278 (rcirc-print): When filling, just look for the `rcirc-text'
7279 text-property to find the appropriate fill prefix, instead of
7280 using hardwired patterns.
7281
7282 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7283
7284 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7285 Managing Standard.
7286
7287 2006-02-11 Kim F. Storm <storm@cua.dk>
7288
7289 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7290 Don't use insert-buffer; do insert-buffer-substring directly.
7291 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7292
7293 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7294
7295 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7296 with inhibit-read-only. Suggested by Stefan Monnier.
7297 (revert-buffer): Let insert-file-contents discard
7298 buffer-undo-list. Simplify code.
7299 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7300
7301 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7302
7303 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7304
7305 * help.el (describe-key-briefly): Now a wrapper for
7306 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7307 to t. Populate yank-menu if empty.
7308 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7309 (describe-key): Now a wrapper for describe-key-internal. Bind
7310 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7311 (describe-key-internal): Renamed from describe-key.
7312
7313 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7314
7315 * progmodes/glasses.el (glasses-separator): Doc fix.
7316 (glasses-original-separator): New defcustom.
7317 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7318
7319 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7320
7321 * mwheel.el (mouse-wheel-up-event): Doc fix.
7322
7323 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7324
7325 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7326 (tumme-dir): New function. Copied from thumbs.el.
7327
7328 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * desktop.el (desktop-outvar): Fix typo.
7331 (desktop-save-buffer-p): Doc fix.
7332
7333 * subr.el (substitute-key-definition): Fix typo.
7334
7335 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7336
7337 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7338 when window-system is mac.
7339
7340 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7341
7342 2006-02-10 Kim F. Storm <storm@cua.dk>
7343
7344 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7345 indirect-function instead of using condition-case.
7346
7347 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7348
7349 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7350 less `colloquial'...
7351
7352 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7353
7354 * tumme.el: Add a couple of todo items.
7355
7356 2006-02-09 Lars Hansen <larsh@soem.dk>
7357
7358 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7359 (highlight-changes-mode): Don't change desktop-locals-to-save.
7360
7361 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7362
7363 * image-mode.el (image-toggle-display): Clear image cache if using
7364 filename.
7365
7366 2006-02-09 Masatake YAMATO <jet@gyve.org>
7367
7368 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7369 a `dired-man' target.
7370
7371 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7372 boundary of symbols.
7373
7374 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7375
7376 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7377
7378 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7381 `mapcar'; return nil.
7382
7383 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7386 some other event.
7387
7388 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7389
7390 * net/rcirc.el (rcirc-startup-channels-alist):
7391 Add irc.freenode.net and #emacs as defaults.
7392 (rcirc-ignore-all-activity-flag): Remove variable.
7393 (rcirc-authinfo): New variable.
7394 (rcirc-authinfo-filename): Remove variable.
7395 (rcirc-always-use-server-buffer-flag): New flag.
7396 (rcirc): M-x rcirc will automatically connect without prompting.
7397 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7398 connection in lisp.
7399 (rcirc-process-server-response-1): Remove everything but the nick
7400 portion of the sender so it doesn't need to be done everywhere
7401 else. Update related code.
7402 (global-map): Remove global keybindings.
7403 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7404 (rcirc-send-input): Split into several functions.
7405 (rcirc-process-input-line, rcirc-process-message)
7406 (rcirc-process-command): New functions.
7407 (rcirc-target-buffer): New function to determine where to route
7408 messages.
7409 (rcirc-user-nick): Save match data.
7410 (rcirc-toggle-ignore-buffer-activity)
7411 (rcirc-update-activity-string): Remove global ignore functionality,
7412 which can be done now by toggling rcirc-track-minor-mode.
7413 (rcirc-track-minor-mode-map): New keymap.
7414 (rcirc-track-minor-mode): New minor-mode.
7415 (ignore): Make the ignore output nicer. Always print it when
7416 adding or removing nicks.
7417 (rcirc-url-regexp): Improve.
7418 (rcirc-mangle-text): Remove properties before using text in the
7419 modeline.
7420 (rcirc-authenticate): Authentication data comes from
7421 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7422 (rcirc-server-prefix): Inherit from rcirc-server.
7423
7424 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7425
7426 * Makefile.in (compile): Append "|| true" to the end of the `find'
7427 command, like compile-always does.
7428
7429 2006-02-08 Sam Steingold <sds@gnu.org>
7430
7431 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7432 output from a dead connection.
7433
7434 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7435
7436 * dired.el (dired-mode-map): Add more bindings for tumme.
7437
7438 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * wdired.el (wdired-mode-map): Use remap.
7441 (wdired-get-filename): Massage.
7442 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7443 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7444 `keymap' property rather than `local-map'.
7445
7446 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7447
7448 * tumme.el (tumme-get-thumbnail-image): New utility function.
7449 Suggested by from Chong Yidong.
7450 (tumme-dired-with-window-configuration): Rename from
7451 `tumme-dired'. Add code to save window configuration.
7452 (tumme-restore-window-configuration): New command to restore the
7453 window configuration that `tumme-dired-with-window-configuration'
7454 saves before it changes the window configuration.
7455 (tumme-show-all-from-dir): New command to display thumbnails for
7456 all files in a directory entered by the user, like M-x thumbs.
7457 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7458 have been created.
7459 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7460 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7461 Remove obsolete test function.
7462
7463 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * vc.el (small-temporary-file-directory): Remove defvar; there's
7466 a defcustom for it in files.el.
7467
7468 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7469 Fix typo in message.
7470 (tumme-gallery-generate): Fix typo in `error' message.
7471 (tumme-display-window-height-correction)
7472 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7473 (tumme-line-up-interactive): Dox fixes.
7474 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7475 (tumme-restore-window-configuration, tumme-format-properties-string)
7476 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7477 Fix typos in docstrings.
7478
7479 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7480
7481 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7482
7483 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7484
7485 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7486 User should use hook if desired.
7487
7488 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7489 buffer if necessary.
7490 (gdb-delete-frame-or-window): New function.
7491 (gdb-breakpoints-mode-map): Bind "q" to it.
7492
7493 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * textmodes/nroff-mode.el: Clean up name space.
7496 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7497 (nroff-mode): Obey the global setting of nroff-electric-mode.
7498 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7499
7500 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7501
7502 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7503
7504 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7505
7506 2006-02-06 Lars Hansen <larsh@soem.dk>
7507
7508 * generic-x.el (etc-fstab-generic-mode): Add file system types
7509 cifs and usbdevfs. Allow special chars in file names.
7510
7511 2006-02-05 Jay Belanger <belanger@truman.edu>
7512
7513 Update copyright notices of the files in lisp/calc.
7514
7515 2006-02-05 Romain Francoise <romain@orebokech.com>
7516
7517 Update copyright notices of all files in the lisp/play directory.
7518
7519 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * ldefs-boot.el: Regenerate.
7522
7523 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7524
7525 2006-02-05 Kim F. Storm <storm@cua.dk>
7526
7527 * files.el (magic-mode-regexp-match-limit): New defvar.
7528 (set-auto-mode): Use it to limit magic-mode-alist matching.
7529
7530 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7531
7532 * simple.el (display-message-or-buffer): Compare the number of
7533 characters to the frame width when determining whether a 1-line
7534 message string will fit in the echo area. Count screen lines
7535 instead of buffer lines when determining whether a multi-line
7536 message will fit in the echo area/minibuffer window.
7537
7538 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7539
7540 * info.el (Info-index, Info-mode): Improve the description of the
7541 `i' command.
7542
7543 * ldefs-boot.el: Regenerate.
7544
7545 2006-02-03 Werner Lemberg <wl@gnu.org>
7546
7547 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7548 greedy to find the closing bracket in \*[...] and similar
7549 expressions. This is a first rough fix -- many additional
7550 refinements are necessary to make nroff mode really usable with groff.
7551
7552 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7553
7554 * international/mule-cmds.el (set-locale-environment):
7555 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7556 libX11.
7557
7558 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7559
7560 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7561 archive are created in archive-tmpdir.
7562
7563 2006-02-02 John Paul Wallington <jpw@pobox.com>
7564
7565 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7566 (ibuffer-fontification-alist): Use it.
7567 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7568 to "* z" and the Ibuffer Mark menu.
7569
7570 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7571
7572 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * textmodes/table.el (*table--cell-describe-mode)
7575 (*table--cell-describe-bindings): Undo last change since
7576 print-help-return-message is not obsoleted by anything at all.
7577
7578 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * emulation/cua-base.el (cua-mode): Doc fix.
7581
7582 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * dframe.el (dframe-handle-make-frame-visible)
7585 (dframe-handle-iconify-frame, dframe-get-focus)
7586 (dframe-select-attached-frame, dframe-power-click)
7587 (dframe-frame-mode): Fix typos in docstrings.
7588
7589 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7590 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7591 Fix typos in docstrings.
7592
7593 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7594 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7595 (hi-lock-archaic-interface-message-used)
7596 (hi-lock-file-patterns-range): Fix typos in docstrings.
7597
7598 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7599 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7600
7601 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7602 Fix typo in docstring.
7603
7604 * net/newsticker.el (newsticker--decode-iso8601-date)
7605 (newsticker--set-customvar, newsticker--buffer-insert-item)
7606 (newsticker--do-run-auto-mark-filter)
7607 (newsticker--parse-generic-feed): Doc fixes.
7608 (newsticker--retrieval-timer-list, newsticker-url-list)
7609 (newsticker-hide-immortal-items-in-echo-area)
7610 (newsticker-hide-obsolete-items-in-echo-area)
7611 (newsticker-new-item-face, newsticker--enclosure)
7612 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7613 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7614 (newsticker--parse-generic-feed, newsticker--cache-contains)
7615 (newsticker--stat-num-items, newsticker-download-enclosures):
7616 Fix typos in docstrings.
7617
7618 * net/rcirc.el (rcirc-debug): Doc fix.
7619 (rcirc-fill-column, rcirc-receive-message-hooks)
7620 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7621 (rcirc-mode, rcirc-generate-new-buffer-name)
7622 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7623 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7624 Fix typos in docstrings.
7625 (rcirc-print): "?\ " -> "?\s".
7626 (rcirc-cmd-join): Improve argument/docstring consistency.
7627
7628 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7629
7630 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7631 before narrow-to-region.
7632
7633 2006-02-01 Richard M. Stallman <rms@gnu.org>
7634
7635 * simple.el (move-beginning-of-line): Scan properly for invis change.
7636
7637 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7638
7639 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7640
7641 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7642 change bit only when id-format is 'integer. Reported by Matt
7643 Hodges <M.P.Hodges@rl.ac.uk>.
7644
7645 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * hilit-chg.el (highlight-changes-initial-state)
7648 (highlight-changes-global-initial-state): Doc fixes.
7649 (highlight-changes-global-modes, global-highlight-changes):
7650 Fix typos in docstrings.
7651
7652 2006-02-01 Kim F. Storm <storm@cua.dk>
7653
7654 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7655 transient-mark-mode in doc string.
7656
7657 2006-01-31 Richard M. Stallman <rms@gnu.org>
7658
7659 * replace.el (multi-occur): Doc fix.
7660 (multi-occur-in-matching-buffers): Rename from
7661 multi-occur-by-filename-regexp. Prefix arg says match
7662 buffer names instead of file names.
7663
7664 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * bs.el: Allow non-default values of `bs-header-lines-length'.
7667 (bs--running-in-xemacs): Remove (not needed anymore).
7668 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7669 instead of `shrink-window', thus avoiding having to compute the
7670 height of the window.
7671 (bs--up): Wrap around even when there's no header.
7672 (bs--down): Use `forward-line' instead of `next-line'.
7673
7674 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7675
7676 * image-mode.el (image-toggle-display): Use file name if possible,
7677 instead of unnecessarily allocating a (possibly huge) lisp string.
7678
7679 2006-01-30 John Paul Wallington <jpw@pobox.com>
7680
7681 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7682 because the `assert' macro signals it at runtime.
7683
7684 * emacs-lisp/cl.el (toplevel): Remove definition of
7685 `cl-assertion-failed' condition.
7686
7687 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7688
7689 * thumbs.el (thumbs-marked-list): Make buffer-local and
7690 permanent-local.
7691 (thumbs-insert-thumb): Make help-echo non-sticky.
7692 (thumbs-file-alist): Use eolp as check for (non)-image.
7693
7694 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7697 (ediff-before-session-group-setup-hooks)
7698 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7699 Fix typos in docstrings.
7700
7701 * window.el (bw-dir, bw-eqdir, balance-windows)
7702 (split-window-keep-point): Fix typos in docstrings.
7703
7704 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7705 (org-quote-string, org-calendar-to-agenda-key)
7706 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7707 (org-show-following-heading, org-tags-column)
7708 (org-use-tag-inheritance, org, org-allow-space-in-links)
7709 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7710 (org-enable-table-editor, org-calc-default-modes)
7711 (org-table-allow-automatic-line-recalculation)
7712 (org-export-html-style, org-export-with-fixed-width)
7713 (org-export-with-sub-superscripts, org-special-keyword)
7714 (org-formula, org-time-grid, org-table-may-need-update)
7715 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7716 (org-goto-quit, org-get-indentation, org-end-of-item)
7717 (org-move-item-down, org-move-item-up)
7718 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7719 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7720 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7721 (org-agenda-log-mode, org-agenda-toggle-diary)
7722 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7723 (org-agenda-file-to-end, org-agenda-no-heading-message)
7724 (org-agenda-get-closed, org-format-agenda-item)
7725 (org-cmp-priority, org-cmp-category, org-cmp-time)
7726 (org-agenda-change-all-lines, org-agenda-diary-entry)
7727 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7728 (org-link-search, org-camel-to-words, org-open-file)
7729 (org-remember-handler, org-table-convert-region)
7730 (org-table-move-row-down, org-table-move-row-up)
7731 (org-table-copy-region, org-table-wrap-region)
7732 (org-table-toggle-vline-visibility)
7733 (org-table-get-vertical-vector, org-table-modify-formulas)
7734 (org-table-get-specials, org-recalc-commands)
7735 (org-table-rotate-recalc-marks, org-table-eval-formula)
7736 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7737 (org-level-color-stars-only, org-insert-heading):
7738 Fix typos in docstrings.
7739 (last-arg): Add defvar.
7740
7741 * makefile.w32-in (WINS): Add erc.
7742 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7743
7744 2006-01-29 Bill Wohler <wohler@newt.com>
7745
7746 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7747 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7748 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7749 (mh-autoloads): Don't use comments on otherwise empty lines.
7750
7751 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7752
7753 * emulation/viper.el (viper-major-mode-modifier-list): Add
7754 insert-state and vi-state entries for erc-mode.
7755 (viper-go-away, viper-set-hooks): Add and remove
7756 viper-comint-mode-hook from erc-mode-hook as appropriate.
7757
7758 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7759
7760 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * bs.el (bs--format-aux): Implement `middle' alignment as
7763 described in the docstring for `bs-attributes-list'.
7764 (bs--get-name): Simplify. Don't pad the buffer name.
7765
7766 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7767
7768 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7769 English aspell dictionary is installed, use the first entry of
7770 ispell-dictionary-alist-1.
7771
7772 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7773
7774 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7775 Doc fix.
7776
7777 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7780 for `process-file', in order to let it work for older Emacsen too.
7781
7782 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7783
7784 * international/latexenc.el: Add a suitable `coding:' tag.
7785 (latexenc-find-file-coding-system): Undo last change.
7786
7787 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7788
7789 * international/latexenc.el (latexenc-find-file-coding-system):
7790 Make sure latexenc-main-file is a regular file and is readable.
7791
7792 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7793
7794 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7795 Pass FILE to vc-user-login-name.
7796
7797 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7798
7799 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7802 there are no more images to display.
7803 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7804 the next image.
7805
7806 2006-01-26 Richard M. Stallman <rms@gnu.org>
7807
7808 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7809
7810 * wid-edit.el (advertised-widget-backward): New alias.
7811 (widget-keymap): Use advertised-widget-backward for S-TAB.
7812
7813 * tumme.el: Correct the keywords.
7814 (tumme-dir-max-size): Use defvar.
7815 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7816
7817 * simple.el (move-beginning-of-line): Take account of fields.
7818 (clone-indirect-buffer-other-window): Take args like
7819 clone-indirect-buffer, and work like it.
7820
7821 * help-fns.el (describe-function): Don't pass `nil' as default.
7822
7823 * files.el (risky-local-variable-p): Follow var aliases.
7824
7825 * subr.el (lazy-completion-table): Doc fix.
7826
7827 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7828 global binding of `line'.
7829
7830 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7831
7832 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7833 Tramp.
7834
7835 * vc.el (vc-default-dired-state-info): Pass FILE to
7836 vc-user-login-name.
7837 (vc-default-update-changelog): Don't use vc-user-login-name, we
7838 don't need it here.
7839
7840 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7841 no longer necessary.
7842
7843 2006-01-25 Kenichi Handa <handa@m17n.org>
7844
7845 * international/mule.el (decode-char): Avoid the overhead of
7846 calling utf-lookup-subst-table-for-decode if
7847 utf-translate-cjk-mode is nil.
7848 (encode-char): Avoid the overhead of calling
7849 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7850 nil.
7851
7852 2006-01-22 Kenichi Handa <handa@m17n.org>
7853
7854 * international/mule.el (make-subsidiary-coding-system): Reset
7855 `coding-system-define-form' property of subsidiaries to nil.
7856 Avoid duplicated entry in coding-system-alist.
7857 (make-coding-system): Avoid duplicated entry in
7858 coding-system-alist.
7859 (define-coding-system-alias): Likewise.
7860
7861 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7862
7863 * completion.el: Minor fixes in introductory comment.
7864 (completion-def-wrapper): Fix alist.
7865
7866 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * thumbs.el (thumbs-new-image-size): New function.
7869 (thumbs-increment-image-size-element)
7870 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7871 (thumbs-decrement-image-size): Delete.
7872 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7873 temp files and use to resize.
7874 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7875 Use increment argument to enlarge/shrink. Preserve point.
7876 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7877 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7878 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7879 (thumbs-mark, thumbs-unmark): Preserve point.
7880 (thumbs-modify-image): Keep old temp files and use to modify.
7881 Cleanup old temp files at load time. Preserve point.
7882 (thumbs-view-image-mode-map): Use new command names.
7883
7884 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7887
7888 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7889 the nastiest part of the cyclic dependency.
7890 (cal-menu-update): Use dotimes and calendar-increment-month.
7891
7892 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7893 (calendar-week-start-day): Add an :initializer.
7894 (calendar-mode-map): Use suppress-keymap, and command remapping.
7895 (describe-calendar-mode): Setup xref-stack info for the back button.
7896 (calendar-star-date): Insert before delete.
7897 (calendar-set-mode-line): Add file-modified info if applicable.
7898 (calendar-increment-month): New function.
7899
7900 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7901
7902 * font-lock.el (lisp-font-lock-keywords-2):
7903 Recognize "& keywords" only at word boundaries.
7904
7905 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7906
7907 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7908 and permanent-local.
7909 (thumbs-max-image-number): New variable.
7910 (thumbs-do-thumbs-insertion): Use them.
7911 (thumbs-per-line): Change default to 4.
7912 (thumbs-marked-list): Rename from thumbs-markedL.
7913 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7914 (thumbs-rename-images): Use -list instead of L for internal variables.
7915 (thumbs-call-convert): Use call-process instead of shell-command.
7916 (thumbs-insert-thumb): Add filename as help-echo to each image.
7917 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7918 Give dir to thumbs-show-thumbs-list.
7919 (thumbs-show-thumbs-list): Set default-directory to that of images.
7920 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7921 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7922 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7923 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7924
7925 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * ses.el (ses-read-cell): Provide a default value.
7928
7929 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * term/w32-win.el (image-library-alist): Add additional names for
7932 GIF library.
7933
7934 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7935
7936 * international/latexenc.el (latexenc-find-file-coding-system):
7937 Add file-regular-p check.
7938
7939 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * simple.el (clone-buffer): Don't show the new buffer in the same
7942 window.
7943
7944 2006-01-23 Juri Linkov <juri@jurta.org>
7945
7946 * faces.el (link, link-visited): New faces based on default values
7947 of `info-xref' and `info-xref-visited'.
7948
7949 * info.el (info-xref): Inherit from `link'.
7950 (info-xref-visited): Inherit from `link-visited'.
7951
7952 * cus-edit.el (custom-buffer-create-internal): Use widget type
7953 `custom-manual' instead of `info-link' and don't set properties
7954 `button-face' and `mouse-face' explicitly.
7955 (custom-browse-group-tag, custom-browse-variable-tag)
7956 (custom-browse-face-tag): Inherit from widget class
7957 `custom-group-link' instead of `push-button'.
7958 (custom-button-unraised): Inherit from `underline' face.
7959 (custom-link): Inherit from `link' face. Fix doc and group.
7960 (custom-add-parent-links, custom-group-value-create): Don't set
7961 properties `button-face' and `mouse-face' explicitly for
7962 `custom-group-link' widget.
7963 (custom-group-link): Add properties `button-face' and `mouse-face'
7964 to widget definition.
7965 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7966 editable-field's :keymap property.
7967 (custom-mode): Fix docstring: substitute keybindings for
7968 `widget-forward' and `widget-backward' from `widget-keymap',
7969 `widget-complete' from `custom-field-keymap', replace old
7970 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7971
7972 * desktop.el (desktop-load-file): Check for `fboundp' before
7973 calling `symbol-function'.
7974
7975 * simple.el (clone-buffer, clone-indirect-buffer)
7976 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7977 `read-string'. Fix prompts.
7978
7979 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7980
7981 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7982
7983 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7984
7985 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * startup.el (inhibit-splash-screen, initial-scratch-message):
7988 Doc fixes.
7989
7990 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7991
7992 Sync with Tramp 2.0.52.
7993
7994 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7995 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7996 `tramp-unload-tramp' for checklist.
7997
7998 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7999 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8000 (tramp-unload-file-name-handler-alist)
8001 (tramp-unload-tramp): New defuns.
8002 (tramp-advice-PC-expand-many-files): New defadvice.
8003 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8004 removed.
8005 (tramp-handle-expand-file-name): Remove double slash.
8006 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8007 It doesn't matter, because it will be converted later on.
8008 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8009 implementation was just heuristic.
8010 (tramp-post-connection): Set uid and gid properties.
8011 (tramp-convert-file-attributes): Set file's gid change bit.
8012 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8013 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8014 in case of su(do)? methods. The home directory of the local user
8015 will be taken else.
8016 (tramp-open-connection-telnet)
8017 (tramp-open-connection-rsh, tramp-open-connection-su)
8018 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8019 local shell prompt could hurt. Reported by Romain Francoise
8020 <romain@orebokech.com>.
8021 (tramp-let-maybe): Add `edebug-form-spec' property.
8022 (tramp-handle-expand-file-name): Bind `default-directory' locally
8023 to "/" in order to avoid problems with UNC shares or Cygwin
8024 mounts.
8025 (tramp-md5-function): Fix typo in error message.
8026
8027 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8028
8029 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8030 for byte-compiler pacification.
8031
8032 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8033
8034 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8035 ID-FORMAT `string'. This allows us to get rid of
8036 `vc-user-login-name UID'.
8037
8038 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8039
8040 2006-01-22 John Paul Wallington <jpw@pobox.com>
8041
8042 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8043
8044 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8045
8046 * emacs-lisp/find-func.el (find-definition-noselect)
8047 (find-variable-noselect): Search variables in C source code too.
8048 (find-function-C-source, find-function-noselect, find-function)
8049 (find-function-other-frame, find-variable-noselect, find-variable)
8050 (find-variable-other-frame, find-variable-at-point):
8051 Fix docstrings.
8052
8053 2006-01-21 Francesco Potorti` <pot@gnu.org>
8054
8055 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8056
8057 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8058
8059 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8060 Default to disabling the "Save affix" question.
8061
8062 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8063
8064 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8065 the first arg to run-python.
8066
8067 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8068
8069 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8070 is not loaded.
8071
8072 2006-01-20 Jay Belanger <belanger@truman.edu>
8073
8074 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8075 limit is 0.
8076
8077 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8078 the correct variable.
8079
8080 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
8081
8082 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8083 link. Fixed buggy argument sequence in call to `org-view-tags'.
8084 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8085 (org-prefix-has-tag): New variable.
8086 (org-format-agenda-item): Remove tags from headline if
8087 appropriate.
8088 (org-agenda-remove-tags-when-in-prefix): New option.
8089 (org-get-tags-at): New function.
8090
8091 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
8094 (thumbs-find-image): Move image name and number from buffer name
8095 to mode name. Set thumbs-buffer. Preserve point so that large
8096 images remain visible.
8097 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8098 order.
8099 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
8100 mode name.
8101 (thumbs-next-image, thumbs-previous-image): Make them work.
8102
8103 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
8104
8105 * cus-edit.el (custom-buffer-create-internal): State in the text above
8106 the whole buffer buttons that they do not operate on hidden items.
8107 (custom-face-menu): Use `custom-face-save' instead of
8108 `custom-face-save-command'.
8109 (custom-face-save-command): Make it an alias for `custom-face-save'
8110 and declare it obsolete.
8111 (custom-face-save): Doc fix.
8112
8113 * dired.el (dired-no-confirm): Add quote.
8114 (dired-subdir-alist-pre-R): Add quote in
8115 `make-variable-buffer-local' form and remove unbalanced parenthesis.
8116
8117 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * textmodes/table.el (table-mode-indicator): Typo in last change.
8120
8121 2006-01-19 Richard M. Stallman <rms@gnu.org>
8122
8123 * outline.el (hide-leaves): Don't call outline-end-of-heading.
8124 Fixes bug reported in Nov 2005.
8125
8126 * isearch.el (isearch-forward): Doc fix.
8127
8128 * dired.el (dired-move-to-filename-regexp): Define as alias.
8129 (dired-no-confirm): Use defcustom.
8130 (dired-subdir-alist-pre-R): Put defvar at top level.
8131
8132 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8133
8134 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8135 Mark as risky.
8136
8137 * simple.el (set-mark-command): Doc fix.
8138 (clone-indirect-buffer-other-window):
8139 Read arg like clone-indirect-buffer.
8140 (move-beginning-of-line): Skip invisible newlines.
8141
8142 2006-01-19 Masatake YAMATO <jet@gyve.org>
8143
8144 * progmodes/cpp.el (cpp-edit-load): Make the order of
8145 listed conditions in a base C code buffer and its associate
8146 CPP Edit buffer the same.
8147
8148 2006-01-19 Kenichi Handa <handa@m17n.org>
8149
8150 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8151 (rmail-mime-feature): Likewise.
8152 (rmail-require-mime-maybe): Use display-warning to show a warning
8153 message.
8154
8155 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8156 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8157
8158 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * array.el: Move defvars out of eval-when-compile.
8161 (array-make-template): Replace undeclared global var with a local one.
8162 (array-mode): Inline initialization functions.
8163 (array-init-local-variables, array-init-max-row)
8164 (array-init-max-column, array-init-columns-per-line)
8165 (array-init-field-width, array-init-rows-numbered)
8166 (array-init-line-length, array-init-lines-per-row): Remove.
8167
8168 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
8169 (doc-mode-map): Define explicitly.
8170 (doctor-txtype): Use mapc.
8171
8172 * textmodes/table.el: Move defvars out of eval-when-compile.
8173 Remove harmful code meant to avoid byte-compiler warnings.
8174 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
8175 specification that checks table-fixed-width-mode directly.
8176 (table-recognize-region, table-recognize-cell):
8177 Use restore-buffer-modified-p.
8178 (table-fixed-width-mode): Remove code that refreshes
8179 table-fixed-mode-indicator.
8180 (*table--cell-describe-bindings, *table--cell-describe-mode):
8181 Avoid obsolete name print-help-return-message.
8182 (table--test-cell-list): Don't use replace-regexp from elisp.
8183 (table--point-entered-cell-function, table--point-left-cell-function):
8184 Don't set table-fixed-mode-indicator, use force-mode-line-update.
8185
8186 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
8187 that was after the end of file. Use buffer-file-name variable.
8188 (org-timestamp-change): Use with-current-buffer.
8189 (org-todo-list): Don't unnecessarily define a new buffer-local var.
8190 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8191 `file'.
8192
8193 * progmodes/fortran.el: Move defvars out of eval-when-compile.
8194 (fortran-break-line): Remove unused var `opoint'.
8195 (fortran-abbrev-start): Obey help-event-list.
8196
8197 2006-01-18 Jesper Harder <harder@phys.au.dk>
8198
8199 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8200
8201 2006-01-18 Masatake YAMATO <jet@gyve.org>
8202
8203 * progmodes/make-mode.el (makefile-imake-mode): New mode
8204 derived from makefile-mode.
8205 (makefile-imake-mode-syntax-table): New syntax table
8206 derived from makefile-mode-syntax-table.
8207 (makefile-mode): Write about makefile-imake-mode in doc string.
8208 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8209 (makefile-imake-font-lock-keywords): New font lock keywords.
8210
8211 * files.el (auto-mode-alist): Add Imakefile.
8212
8213 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8214
8215 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8216 loading the file rather than when turning on flyspell-mode.
8217
8218 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8219
8220 * cus-edit.el (customize-rogue): Minor doc fix.
8221
8222 2006-01-17 Juri Linkov <juri@jurta.org>
8223
8224 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8225 instead of the file at the mark as default if the file at the mark
8226 is the same as the file at point or if dired-dwim-target-directory
8227 is not the same as the current directory and the mark is not active.
8228
8229 * log-view.el (log-view-minor-wrap): Use the same logic to get
8230 revisions as `log-view-diff'.
8231
8232 * info.el (Info-revert-find-node): Check for Info-current-file
8233 before preserving new-history.
8234
8235 * man.el (Man-heading-regexp): Add `/'.
8236
8237 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8238 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8239
8240 2006-01-16 Juri Linkov <juri@jurta.org>
8241
8242 * faces.el (mode-line-faces): New defgroup.
8243 (mode-line-highlight): Move definition after new defgroup.
8244 (mode-line, mode-line-inactive, mode-line-highlight):
8245 Replace :group `modeline' with `mode-line-faces'.
8246 (mode-line-buffer-id): New face.
8247 (modeline-buffer-id): New face alias.
8248 (vertical-border): Remove :group `modeline'.
8249
8250 * bindings.el (propertized-buffer-identification): Use face
8251 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8252 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8253 (mode-line-buffer-identification-keymap): For mouse-1 replace
8254 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8255 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8256 mouse-3.
8257
8258 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8259 Buffer-menu-buffer. Doc fix.
8260 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8261 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8262 `Buffer-menu-buffer'.
8263
8264 * info.el (Info-mode-line-node-keymap): New defvar.
8265 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8266 Propertize Info-current-node with `mode-line-buffer-id' and
8267 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8268
8269 * time.el (display-time-mail-face): Replace :group `faces' with
8270 `mode-line-faces'.
8271
8272 2006-01-16 Kenichi Handa <handa@m17n.org>
8273
8274 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8275
8276 * language/european.el (cp1252): New alias for windows-1252.
8277
8278 * international/mule.el (autoload-coding-system): Prepare for EOL
8279 variants.
8280
8281 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8282
8283 * term.el (term-raw-map): Add mapping for insert.
8284 (term-send-insert): New.
8285 (term-mode): Make variables local here instead of doing it in
8286 `term-emulate-terminal'.
8287 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8288 Scroll reverse needs to take into account the scroll region.
8289 Saving and restoring the cursor should save the color attributes too.
8290 (term-reset-terminal): Reset the scroll region.
8291 (term-handle-ansi-escape): Cursor up and down should take into
8292 account the scroll region.
8293 (term-set-scroll-region): Rename from `term-scroll-region'.
8294 Move to 0,0 after setting the region.
8295 (term-handle-scroll): Handle scroll up.
8296 (term-down): Fix off by one error.
8297 (term-delete-lines): Do not delete outside the scroll region.
8298 (term-insert-lines): Take into account the scroll region.
8299
8300 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * textmodes/ispell.el (ispell-internal-change-dictionary)
8303 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8304 (start, end): Move declaration outside of eval-when-compile.
8305
8306 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8307 (flyspell-mode-on): Use it.
8308
8309 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8310 ispell-kill-ispell-hook.
8311
8312 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8313
8314 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8315 (Custom-reset-saved): Do not ask for confirmation in single option
8316 buffers.
8317
8318 2006-01-13 Richard M. Stallman <rms@gnu.org>
8319
8320 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8321
8322 2006-01-13 Romain Francoise <romain@orebokech.com>
8323
8324 * add-log.el (add-change-log-entry, change-log-merge):
8325 Conditionally use `hard-newline'.
8326
8327 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8328
8329 * wid-edit.el (widget-field-end): If the overlay is no longer
8330 associated with a buffer, behave as if the overlay didn't exist.
8331
8332 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8333 Make sure the links use the `custom-link' face.
8334
8335 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8338 (ld-script-mode): Don't set indent-line-function since we don't
8339 have one.
8340
8341 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8342
8343 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8344 application.
8345 (org-file-apps-defaults-gnu): Use mailcap as the default for
8346 selecting an application on a UNIX system.
8347 (org-agenda-show-tags): New command.
8348 (org-table-insert-hline): Keep cursor in current table line.
8349 (org-table-convert): Offset effect of modifying
8350 `org-table-insert-hline'.
8351 (org-format-agenda-item): New optional argument TAG.
8352 (org-compile-prefix-format): Handle %T format for the tag.
8353 (org-expand-wide-chars): New function.
8354 (org-table-insert-row, org-table-insert-hline):
8355 Use `org-expand-wide-chars'.
8356 (org-open-file): Fix bug in program launch.
8357 (org-get-time-of-day): Fix bug with times before 1am.
8358 (org-agenda-menu): Add tags commands.
8359
8360 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8361
8362 * textmodes/ispell.el (ispell-init-process): Include the used
8363 dictionary in ispell process start message.
8364 (ispell-internal-change-dictionary): When flyspell-mode is active
8365 and dictionary is changed, make sure ispell process is restarted
8366 and flyspell word cache cleared out for the current buffer.
8367 (ispell-change-dictionary): Make sure flyspell word cache is
8368 cleared out in all buffers with active flyspell mode when
8369 dictionary is globally changed.
8370 Call ispell-internal-change-dictionary after dictionary change.
8371
8372 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8373
8374 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8375
8376 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8377 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8378 years. Fix small differences wrt Makefile.in.
8379 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8380 Makefile.in does.
8381
8382 2006-01-12 Bill Wohler <wohler@newt.com>
8383
8384 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8385 mh-search.el.
8386
8387 2006-01-12 Masatake YAMATO <jet@gyve.org>
8388
8389 * progmodes/ld-script.el: Update copyright year.
8390
8391 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8392
8393 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8394 Don't add widget if setting undefined.
8395
8396 2006-01-12 John Paul Wallington <jpw@pobox.com>
8397
8398 * help-fns.el (describe-variable): Remove newlines from void
8399 variable output.
8400
8401 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * wdired.el (wdired-mode-map): Add help echo for
8404 wdired-abort-changes.
8405
8406 * man.el (Man-file-name-regexp): Adjust for a list of files.
8407
8408 2006-01-12 Masatake YAMATO <jet@gyve.org>
8409
8410 * progmodes/ld-script.el (auto-mode-alist): Support
8411 suffix conventions used in netbsd and eCos.
8412
8413 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8416 (custom-variable-menu, custom-face-menu, custom-group-menu)
8417 (Custom-mode-menu): Change names of menu items. (As discussed on
8418 emacs-devel.)
8419 (custom-face-menu): Add "Undo Edits" item.
8420
8421 * startup.el (init-file-user): defcustom -> defvar.
8422
8423 * tooltip.el (tooltip-mode): Doc fix.
8424
8425 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * reveal.el (reveal-post-command): window-buffer signals an error on
8428 dead windows rather than returning nil.
8429 (reveal-open-new-overlays): An overlay might die while we open others.
8430
8431 2006-01-11 Bill Wohler <wohler@newt.com>
8432
8433 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8434 phrasing in docstring.
8435
8436 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8437 can give some systems gas. Add new file mh-buffers.el.
8438
8439 2006-01-06 Masatake YAMATO <jet@gyve.org>
8440
8441 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8442 C preprocessor forward ported from GNU Emacs 21.2.
8443
8444 * progmodes/asm-mode.el (asm-font-lock-keywords):
8445 Use `cpp-font-lock-keywords'.
8446
8447 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8448
8449 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8450 of $ for "\\.ld[s]?".
8451
8452 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8455 (tcl-indent-line): Return `noindent' if inside a string.
8456
8457 * progmodes/flymake.el (flymake-split-string): Remove more than one
8458 empty string at beg/end of the result.
8459 (flymake-find-buildfile, flymake-find-possible-master-files):
8460 Use expand-file-name.
8461 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8462 since expand-file-name does it for us. Use directory-file-name.
8463 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8464 (flymake-ler-get-type, flymake-ler-get-text)
8465 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8466 (flymake-current-line-no): Remove spurious interactive spec.
8467 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8468 (flymake-check-include): Remove arg inc-path merged into inc-name.
8469 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8470 Arg regexp-list replaced by a simple regexp.
8471 (flymake-master-make-header-init, flymake-master-tex-init):
8472 Correspondingly replace regexp-list with a regexp. Fix regexp.
8473
8474 2006-01-10 Simon Josefsson <jas@extundo.com>
8475
8476 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8477 describing AUTH PLAIN fix.
8478
8479 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8480
8481 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8482 (report-emacs-bug): Don't record initial prompt text.
8483 Instead, add text properties to prompting text.
8484 (report-emacs-bug-hook): Delete prompting text.
8485
8486 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8489 `dirs'. Adjust callers.
8490
8491 2006-01-09 John Paul Wallington <jpw@gnu.org>
8492
8493 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8494
8495 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * reveal.el (reveal-open-new-overlays): New extracted fun.
8498 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8499 using them. Simplify the code.
8500 (reveal-post-command): Use them. Fix up obsolete windows in
8501 reveal-open-spots.
8502
8503 * progmodes/flymake.el: Use `require' rather than autoload for
8504 XEmacs's overlays.
8505 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8506 Delete. Use file-relative-name instead.
8507 (flymake-get-syntax-check-program-args, flymake-perl-init):
8508 Simplify the resulting code.
8509
8510 * log-view.el (log-view-file-re, log-view-message-re): Add support
8511 for DaRCS output.
8512
8513 2006-01-09 Alex Schroeder <alex@gnu.org>
8514
8515 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8516 identifiers sometimes added in square brackets at the beginning of
8517 subject lines.
8518
8519 2006-01-07 Richard M. Stallman <rms@gnu.org>
8520
8521 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8522 (Custom-reset-current, Custom-reset-saved): Change question text.
8523 (Custom-reset-standard): Likewise.
8524 (custom-variable-reset-saved): Doc fix.
8525
8526 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8527
8528 * startup.el (init-file-user): Doc fix.
8529
8530 2006-01-07 Alex Schroeder <alex@gnu.org>
8531
8532 * mail/rmail.el (rmail-current-subject): New function.
8533 (rmail-current-subject-regexp): New function.
8534 (rmail-next-same-subject): Use it.
8535
8536 * mail/rmailsum.el (rmail-summary-by-topic):
8537 Use rmail-current-subject and rmail-current-subject-regexp.
8538 (rmail-summary-next-same-subject): Ditto.
8539
8540 * net/rcirc.el (rcirc-send-input): No longer check whether the
8541 process is open, since not all commands need an open process.
8542 (rcirc-send-string): Check whether the process is open before
8543 sending anything.
8544 (rcirc-ignore-list): New option.
8545 (rcirc-ignore-list-automatic): New variable.
8546 (rcirc-print): Take rcirc-ignore-list into account.
8547 (rcirc-cmd-ignore): New command.
8548 (rcirc-ignore-update-automatic): New function.
8549 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8550 list if ignored nicks.
8551 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8552
8553 2006-01-06 David Reitter <david.reitter@gmail.com>
8554
8555 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8556 reflect the address to which the report will be sent.
8557
8558 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8559
8560 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8561 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8562
8563 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8564
8565 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8566
8567 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8568 the doc string: "functoin" => "function".
8569 * ldefs-boot.el: Likewise.
8570
8571 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8572 message text: "Duplicat" => "Duplicate".
8573
8574 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8575
8576 * files.el (basic-save-buffer-2): If backing-up failed, reset
8577 buffer-backed-up to nil.
8578
8579 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * progmodes/gud.el (gdb-script-skip-to-head)
8582 (gdb-script-calculate-indentation): Indent for breakpoint command
8583 lists also.
8584
8585 2006-01-05 Bill Wohler <wohler@newt.com>
8586
8587 * Makefile.in (compile-always): Add mh-autoloads dependency.
8588 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8589 provides it.
8590 (updates): Remove mh-autoloads dependency, since it probably has
8591 already run recently (via recompile).
8592
8593 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8596 argument `force' to disable the flyspell-last-buffer optimization.
8597 (flyspell-mode-on): Use it.
8598
8599 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8600 flymake-simple-cleanup.
8601 (flymake-allowed-file-name-masks): Use this new default.
8602 All the functions are now called in the right buffer rather than
8603 passing the buffer as argument.
8604 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8605 (flymake-parse-err-lines): Remove redundant buffer arg.
8606 (flymake-get-program-dir): Comment out unused function.
8607 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8608 Remove redundant buffer argument.
8609 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8610 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8611
8612 2006-01-05 Richard M. Stallman <rms@gnu.org>
8613
8614 * info.el (Info-find-node): Don't record previous node if have none.
8615 (info): Go to directory only if history is empty.
8616
8617 * simple.el (mark): Doc fix.
8618
8619 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8620
8621 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8622 already of desired type.
8623 (mac-ae-list): Coerce parameter to "list" type.
8624 (mac-dispatch-apple-event): Replace cadr part of event with a
8625 dummy position so that event-start returns it.
8626
8627 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8628
8629 * textmodes/org.el (org-end-of-subtree): New function.
8630 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8631 Use `org-end-of-subtree'.
8632 (org-agenda, org-agenda-convert-date): Protect calls to
8633 `fit-window-to-buffer'.
8634 (org-tags-view): Force matching of sublevels when doing a
8635 todo-only search. Define the correct redo command, including the
8636 arguments.
8637 (org-agenda-redo): Display message.
8638 (org-check-for-org-mode): New function.
8639 (org-agenda-type): New variable.
8640 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8641 Set `org-agenda-type'.
8642 (org-agenda-check-type): New function.
8643 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8644 (org-agenda-week-view, org-agenda-day-view)
8645 (org-agenda-next-date-line, org-agenda-previous-date-line)
8646 (org-agenda-log-mode, org-agenda-toggle-diary)
8647 (org-agenda-toggle-time-grid, org-agenda-date-later)
8648 (org-agenda-date-prompt, org-agenda-diary-entry)
8649 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8650 (org-agenda-convert-date, org-agenda-menu):
8651 Use `org-agenda-check-type'.
8652 (org-make-overlay, org-delete-overlay)
8653 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8654 New compatibility functions.
8655 (org-calendar-select-mouse): New command.
8656
8657 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8658
8659 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8660 (Custom-reset-standard): Fix y-or-n-p messages.
8661 (custom-link): New face for links.
8662 (custom-buffer-create-internal, custom-manual): Use it.
8663 (custom-face-save): Push to theme-face before setting face spec.
8664
8665 * wid-edit.el (widget-default-mouse-face-get): New function.
8666 (widget-specify-button): Handle mouse-face like button-face.
8667
8668 * custom.el (load-theme): Clear old theme settings if reloading.
8669
8670 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8673 "Erase Customization" button back to same position it occupies in
8674 the individual State menus.
8675
8676 2006-01-04 Kim F. Storm <storm@cua.dk>
8677
8678 * wid-edit.el (key-sequence): Rework widget to read key binding
8679 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8680 (widget-key-sequence-default-value): Default value for empty sequence.
8681 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8682 (widget-key-sequence-read-event): New command for C-q.
8683 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8684 (widget-key-sequence-value-to-external): New functions.
8685
8686 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8689 Use expand-file-name.
8690 (flymake-delete-temp-directory): Use expand-file-name,
8691 file-name-directory, and directory-file-name.
8692 (flymake-strrchr): Delete.
8693 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8694 to the init-f function.
8695 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8696 (flymake-init-find-buildfile-dir)
8697 (flymake-init-create-temp-source-and-master-buffer-copy)
8698 (flymake-simple-make-init-impl, flymake-simple-make-init)
8699 (flymake-master-make-init, flymake-master-make-header-init)
8700 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8701 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8702 (flymake-xml-init): Remove corresponding redundant buffer argument.
8703 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8704 the default anyway. Clean up regexps.
8705
8706 * progmodes/flymake.el (flymake-temp-source-file-name)
8707 (flymake-master-file-name, flymake-temp-master-file-name)
8708 (flymake-base-dir): New buffer-local vars.
8709 (flymake-buffer-data, flymake-get-buffer-value)
8710 (flymake-set-buffer-value): Replace those hash-tables by the new
8711 buffer-local vars. Update callers.
8712
8713 * progmodes/flymake.el (flymake-check-start-time)
8714 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8715 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8716 Move definition, so we can remove redundant earlier declaration.
8717 (flymake-replace-regexp-in-string, flymake-split-string)
8718 (flymake-get-temp-dir): Use defalias.
8719 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8720 (flymake-xemacs-window-edges): Remove unused function.
8721 (flymake-get-point-pixel-pos): Move.
8722 (flymake-pid-to-names, flymake-reg-names)
8723 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8724 Replace by a simple list flymake-processes and by process-buffer.
8725 Update callers. Other than simplify the code, it uses buffers rather
8726 than buffer-names so it doesn't get confused by uniquify.
8727 (flymake-buffer-data): The global value should just be nil.
8728
8729 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8730 Optimize the body of a defalias like any other code.
8731
8732 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8733 Make sure we've setup font-lock's vars. It may influence which
8734 function we then call.
8735 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8736 here since it's too late anyway.
8737
8738 2006-01-03 Romain Francoise <romain@orebokech.com>
8739
8740 * startup.el (fancy-splash-tail, normal-splash-screen):
8741 Update copyright year.
8742
8743 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8744
8745 * mouse.el (mouse-drag-track): Rename, from
8746 `mouse-drag-region-1'. Includes optional argument required to
8747 enable post-drag event processing (e.g. delete region keys).
8748 Can be used without this argument to track a mouse region and operate
8749 on it as soon as the drag completes.
8750 (mouse-drag-region): Use `mouse-drag-track'.
8751
8752 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8755 Move to `custom-buffer' group.
8756
8757 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8758 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8759 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8760 (custom-theme-face-menu): New variables.
8761 (custom-theme-add-variable, custom-theme-variable-action)
8762 (custom-variable-reset-theme, custom-theme-delete-variable)
8763 (custom-face-reset-theme, custom-theme-face-action)
8764 (custom-theme-delete-face, custom-theme-merge-theme)
8765 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8766
8767 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * custom.el: Move Custom Themes commentary to start of theme code.
8770 (custom-known-themes): Rename `standard' theme to `changed'.
8771 (custom-push-theme): Caller no longer specifies what theme to use
8772 when doing `reset'---the setting is simply removed from the theme.
8773 Delete MODE from `theme-value' and `theme-settings' properties.
8774 (custom-declare-theme): Ignore &rest args since we don't use them.
8775
8776 (custom-loaded-themes): Delete variable.
8777 (custom-theme-load-themes, custom-theme-loaded-p)
8778 (custom-theme-value): Delete functions.
8779
8780 (custom-declare-theme): Signal error on invalid theme names.
8781 (provide-theme): custom-loaded-themes was deleted.
8782 (load-theme): Load the file unconditionally.
8783 (enable-theme): Call `load-theme' if theme is undefined.
8784 (custom-enabled-themes): Only update value for successful loads.
8785 (disable-theme): Complete from enabled themes when interactive.
8786 (custom-variable-theme-value): Calculate theme value directly.
8787
8788 (custom-theme-reset-variables, custom-reset-variables): Mark as
8789 XEmacs compatibility functions. We don't actually use these.
8790
8791 * cus-edit.el (custom-variable-state-set):
8792 Use custom-variable-theme-value instead of custom-theme-value.
8793 (custom-face-state-set): Rename `standard' theme to `changed'.
8794 (custom-save-variables, custom-save-faces): Delete unneeded
8795 references to custom-reset-variables.
8796 (custom-save-resets): Delete function.
8797 (custom-save-variables, custom-save-faces): MODE argument deleted.
8798 (custom-save-variables, custom-save-faces): Ignore theme values.
8799
8800 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8801 compatibility function.
8802
8803 2006-01-01 Richard M. Stallman <rms@gnu.org>
8804
8805 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8806 (Custom-reset-current, Custom-reset-saved): Likewise.
8807 (Custom-reset-standard): Show message if aborted.
8808 (custom-mode): Doc fix, describing those commands.
8809
8810 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8811 put on event-kind property.
8812
8813 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * custom.el (provide-theme): Ban `user' theme name.
8816 (custom-enabling-themes): New variable.
8817 (enable-theme): Don't enable user if custom-enabling-themes is t.
8818 (custom-enabled-themes): Make it a defcustom.
8819 (custom-theme-recalc-face): No-op if face is undefined.
8820
8821 * cus-edit.el (custom-button-mouse): New variable.
8822 (custom-button-mouse): New face.
8823 (custom-raised-buttons, custom-mode): Use it.
8824
8825 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8826
8827 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8828
8829 * progmodes/gud.el (gud-display-line): Support hl-line in the
8830 source buffer.
8831
8832 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8833
8834 * mouse.el (mouse-drag-window-above): Verify that the found window
8835 overlaps with the given window in the horizontal dimension.
8836
8837 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8838
8839 * Makefile.in (cvs-update): New target.
8840
8841 * makefile.w32-in (cvs-update): Ditto.
8842
8843 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8846 (custom-new-theme-mode-map): New variable.
8847
8848 2005-12-30 Richard M. Stallman <rms@gnu.org>
8849
8850 * custom.el (custom-load-themes): Function deleted.
8851
8852 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8853 (custom-save-variables): Don't delete or add custom-load-themes call.
8854
8855 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * cus-start.el: Add `visible-cursor'.
8858
8859 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8860 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8861 (flymake-process-filter): Switch to buffer before calling it instead.
8862 (flymake-post-syntax-check, flymake-highlight-err-lines)
8863 (flymake-delete-own-overlays, flymake-parse-err-lines)
8864 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8865 (flymake-count-lines, flymake-parse-residual):
8866 Remove constant buffer argument.
8867 (flymake-start-syntax-check-for-current-buffer): Remove.
8868 Update callers to use flymake-start-syntax-check instead.
8869 (flymake-display-err-menu-for-current-line):
8870 Remove unused var `mouse-pos'.
8871 (flymake-restore-formatting): Comment out unused function.
8872 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8873 argument, use current-buffer instead. Update callers.
8874
8875 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8876
8877 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8878 buffer-local because choose-completion-delete-max-match requires
8879 that we set completion-ignore-case (i.e., binding via let is not
8880 sufficient).
8881 (bibtex-complete): Always set completion-ignore-case and
8882 choose-completion-string-functions. The latter is needed because
8883 choose-completion-string-functions keeps its value if we quit the
8884 *Completions* buffer without requesting a completion.
8885
8886 2005-12-30 Andreas Schwab <schwab@suse.de>
8887
8888 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8889
8890 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8891
8892 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8893
8894 2005-12-30 Juri Linkov <juri@jurta.org>
8895
8896 * locate.el (locate-fcodes-file, locate-header-face)
8897 * progmodes/delphi.el (delphi-other-face)
8898 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8899
8900 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8901 group `paren-showing-faces'.
8902
8903 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8904 (goto-address): Fix docstring.
8905
8906 * net/webjump.el (webjump-sample-sites): Update URLs.
8907
8908 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8909
8910 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8911
8912 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * font-lock.el (font-lock-compile-keywords): Signal an error when
8915 font-lock-set-defaults hasn't been called.
8916
8917 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * subr.el (noreturn, 1value): Doc fixes.
8920
8921 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8922
8923 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8924 that assoc-string returns nil.
8925
8926 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8927
8928 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8929 (bibtex-entry-type-str, bibtex-empty-field-re)
8930 (bibtex-search-backward-string, bibtex-preamble-prefix)
8931 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8932 (bibtex-any-valid-entry-type): New variable.
8933 (bibtex-parse-field-name): Simplify.
8934 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8935 (bibtex-preamble-prefix): Include left delimiter.
8936 (bibtex-search-forward-field, bibtex-search-backward-field):
8937 Allow unbounded search past entry boundaries (required by bibtex-pop).
8938 (bibtex-text-in-field-bounds): Use push.
8939 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8940 (bibtex-parse-preamble, bibtex-valid-entry)
8941 (bibtex-beginning-first-field): New functions.
8942 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8943 (bibtex-map-entries): Fix docstring.
8944 (bibtex-flash-head): New arg prompt. Simplify.
8945 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8946 (bibtex-insert-kill): Simplify. Always insert text past the
8947 current field or entry.
8948 (bibtex-format-entry): Use bibtex-parse-field.
8949 (bibtex-pop): Use bibtex-beginning-of-entry and
8950 bibtex-end-of-entry to initiate the search. Insert empty field if
8951 we found ourselves.
8952 (bibtex-print-help-message): New args field and comma.
8953 Handle entry keys.
8954 (bibtex-make-field): Use bibtex-beginning-of-entry.
8955 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8956 invalid entry.
8957 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8958 Handle preambles. Simplify code for thorough test.
8959 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8960 New arg comma. Handle entry heads.
8961 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8962 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8963 New arg comma.
8964 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8965 (bibtex-fill-field): Simplify.
8966 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8967 bibtex-parse-field.
8968 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8969 (bibtex-complete): Use bibtex-parse-preamble.
8970
8971 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8972
8973 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8974 Display name of expression instead of convenience variable.
8975 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8976
8977 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8978 toggle-gud-tooltip-dereference.
8979 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8980 (gud-tooltip-tips): ...here when dereferencing.
8981
8982 2005-12-28 Bill Wohler <wohler@newt.com>
8983
8984 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8985
8986 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8989 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8990 (vc-annotate-display-autoscale): Adjust call.
8991 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8992 Fix interactive spec.
8993 (vc-annotate-time-span): Remove.
8994 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8995 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8996 (vc-annotate-display-select): Use new name.
8997
8998 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8999 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9000 Correct the construction of span entries. Simplify.
9001 (vc-annotate-display-select): Fix the nil case.
9002 (vc-annotate): Remove obsolete (and now broken) code.
9003 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9004 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9005
9006 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9007
9008 * subr.el (lazy-completion-table): Correct typo in docstring.
9009
9010 * startup.el (command-line): Use `custom-reevaluate-setting' for
9011 `send-mail-function'.
9012
9013 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9014
9015 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9016
9017 * mail/smtpmail.el (smtpmail-try-auth-methods):
9018 Send credentials together with "AUTH PLAIN" command.
9019
9020 2005-12-27 Richard M. Stallman <rms@gnu.org>
9021
9022 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9023 mouse-2, go back to previously selected window, so it's selected
9024 when mouse-2 command runs.
9025
9026 2005-12-27 Juri Linkov <juri@jurta.org>
9027
9028 * descr-text.el (describe-text-sexp): Use square brackets for
9029 button [Show] to distinguish it from the property value `show'.
9030 (describe-property-list): Use `insert-text-button' with
9031 `help-face' type instead of putting face in quotes, because button
9032 is not created automatically for a list of faces.
9033 (describe-text-properties-1): Put button-type value in quotes to
9034 distinguish from plain text "button".
9035 (describe-char): Display code point values in hex. Don't use
9036 `symbol-name' for `current-input-method' because it is a string.
9037 Use `insert-text-button' with `help-face' type instead of putting
9038 hardcoded face in quotes, because button is not created automatically.
9039
9040 2005-12-27 Richard M. Stallman <rms@gnu.org>
9041
9042 * progmodes/glasses.el (glasses-face): More specific custom type.
9043
9044 * files.el (set-visited-file-name): Doc fix.
9045
9046 * textmodes/flyspell.el (flyspell-external-point-words):
9047 Use local var buffer-scan-pos to advance scan for next misspelling.
9048 Advance it only after we find the misspelling.
9049
9050 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9051
9052 * textmodes/flyspell.el (flyspell-external-point-words):
9053 New criteria for finding the misspelling in the buffer.
9054
9055 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9056
9057 * help-mode.el (help-insert-string): Set help-xref-stack-item
9058 rather than call help-setup-xref.
9059
9060 * descr-text.el (describe-char): Revert previous changes for
9061 optional buffer argument.
9062
9063 2005-12-27 Juri Linkov <juri@jurta.org>
9064
9065 * help-mode.el (help-insert-string): New function. Save buffer
9066 contents in cases where it is impossible to recompute the old contents.
9067
9068 * descr-text.el (describe-char): Set help-xref-stack-item
9069 explicitly after buffer has been generated.
9070
9071 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9072
9073 * cus-start.el (all): Add x-gtk-show-hidden-files.
9074
9075 2005-12-26 Richard M. Stallman <rms@gnu.org>
9076
9077 * replace.el (perform-replace): Calculate match-again
9078 before skipping read-only matches.
9079
9080 * paren.el (paren-showing-faces): New group.
9081 (show-paren-match, show-paren-mismatch): Move to that group.
9082
9083 * button.el (button): Put into group `basic-faces'.
9084
9085 * progmodes/make-mode.el: Remove faces from group `faces'.
9086
9087 * apropos.el (apropos, apropos-value): Doc fix.
9088 (apropos-documentation): Doc fix.
9089
9090 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * subr.el (lazy-completion-table): Remove argument `args'.
9093
9094 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9095 Don't use the `args' argument of lazy-completion-table.
9096
9097 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
9098
9099 * descr-text.el (describe-char): Add optional argument for buffer.
9100 Set buffer appropriately. Call help-setup-xref.
9101 Suggested by Stefan Monnier.
9102
9103 2005-12-26 Juri Linkov <juri@jurta.org>
9104
9105 * descr-text.el: Require `help-fns' at runtime. Don't require
9106 `button' for byte compilation.
9107 (describe-text-widget): Add `help-echo' for first button.
9108 Use `help-info' for second.
9109 (describe-property-list): Use `help-argument-name' instead of `italic'.
9110 (describe-text-category): Add prompt to interactive spec.
9111 Call `help-setup-xref'.
9112 (describe-char): Use `help-character-set'. Add `help-echo' for
9113 code point. Use `help-input-method'. Remove superfluous insert.
9114
9115 2005-12-25 Richard M. Stallman <rms@gnu.org>
9116
9117 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9118 at point, in case of narrowing.
9119
9120 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9121
9122 * locate.el (locate-header-face): Allow nil in type.
9123
9124 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9125
9126 2005-12-25 Romain Francoise <romain@orebokech.com>
9127
9128 * battery.el (battery-linux-proc-acpi): Also try
9129 `/proc/acpi/thermal_zone/THM0/temperature'.
9130
9131 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * custom.el (custom-push-theme): Fix docstring.
9134
9135 * cus-edit.el (custom-variable-set, custom-variable-save)
9136 (custom-variable-save): Custom-quote widget values.
9137 (customize-save-variable): Fix custom-push-theme call.
9138
9139 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9140
9141 * w32-fns.el (w32-batch-update-autoloads): New function.
9142
9143 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9144 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9145 from the command line.
9146
9147 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
9150 reset means to remove setting from theme entirely. Don't keep
9151 expanding theme-settings list; delete old entries if necessary.
9152
9153 * cus-edit.el (custom-buffer-create-internal): Move "Erase
9154 customization" button one line up.
9155 (custom-themed): New face.
9156 (custom-magic-alist): New value, THEMED, for theme settings.
9157 (custom-variable-state-set, custom-face-state-set):
9158 Check theme-value instead of saved-value.
9159 (custom-variable-reset-standard, custom-face-reset-standard):
9160 Remove theme setting entirely. Recalculate new values.
9161 (custom-variable-set, custom-variable-set)
9162 (custom-variable-reset-saved, custom-variable-reset-backup)
9163 (custom-face-set, custom-face-reset-saved): Update `user' theme.
9164 (custom-variable-save): Fix typos.
9165
9166 2005-12-23 Juri Linkov <juri@jurta.org>
9167
9168 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9169 Add autoload cookies.
9170 (edebug-outside-d-c-i-n-s-w): New variable.
9171 (edebug-display, edebug-outside-excursion): Use it to save the
9172 original value of default-cursor-in-non-selected-windows.
9173 Set default-cursor-in-non-selected-windows to t while Edebug
9174 is active.
9175 (edebug-mode, edebug-eval-mode): Doc fix.
9176
9177 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9178 with `buffer-substring-no-properties' to remove common substring
9179 highlighting.
9180
9181 * info.el (info-other-window, info): Rename function argument
9182 `file' to `file-or-node'.
9183 (Info-complete-menu-item): Use local variable `complete-nodes' to
9184 keep the global value of `Info-complete-nodes' unchanged for
9185 subsequent completions.
9186 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9187
9188 * simple.el (get-next-valid-buffer, last-buffer)
9189 (next-error-buffer-p, next-error-find-buffer)
9190 (minibuffer-history-sexp-flag): Doc fix.
9191
9192 * savehist.el (savehist-mode-hook): Add `:group'.
9193
9194 * log-view.el: Call autoload for vc-find-version.
9195 (log-view-current-file): Adjust subgroup numbers.
9196 (log-view-current-tag): Add `length'.
9197
9198 2005-12-23 Richard M. Stallman <rms@gnu.org>
9199
9200 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9201
9202 2005-12-23 Juri Linkov <juri@jurta.org>
9203
9204 * hi-lock.el (hi-lock-archaic-interface-message-used)
9205 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9206 (hi-lock-mode): Display "Hi" in the mode line only when
9207 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9208 (hi-lock-write-interactive-patterns):
9209 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9210 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9211 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9212 font-lock-add-keywords to t.
9213
9214 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9215
9216 * hi-lock.el (hi-lock-highlight-range): New variable.
9217 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9218 only if font-lock-fontified is non-nil. Remove overlays.
9219 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9220 font-lock-fontified is non-nil, otherwise use overlays (instead of
9221 text properties).
9222 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9223 New variables.
9224 (hi-lock-string-serialize) New function.
9225
9226 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9227
9228 * menu-bar.el (menu-find-file-existing): New function.
9229 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9230
9231 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9232
9233 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * vc.el: Remove unnecessary leading * in docstrings.
9236 (vc-annotate-mode-map): Move initialization into declaration.
9237 (vc-static-header-alist): Nitpick on the regexp.
9238 (vc-default-init-version): New fun.
9239 (vc-register): Use it.
9240 (vc-insert-headers): Use dolist.
9241 (vc-annotate-get-backend): Remove unused function.
9242 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9243 (vc-annotate-mode): Remove corresponding call.
9244 (vc-annotate-car-last-cons): Simplify.
9245 (vc-annotate-buffers): Remove var.
9246 (vc-annotate-backend): Make it buffer-local.
9247 (vc-annotate): Move the interaction to the interactive spec.
9248 Add a `buf' argument.
9249 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9250 killing&creating a vc-annotate buffer, which is very disruptive when
9251 the buffers are shown in dedicated frames.
9252
9253 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9254
9255 * descr-text.el: Add FSF as maintainer.
9256 (describe-text-mode, describe-text-mode-map)
9257 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9258 help-mode.
9259 (describe-text-widget, describe-text-sexp)
9260 (describe-property-list, describe-text-category)
9261 (describe-text-properties, describe-text-properties-1)
9262 (describe-char): Use help buttons instead of widgets.
9263 (describe-char-unicodedata-file): Make URL link in doc string.
9264
9265 2005-12-22 Richard M. Stallman <rms@gnu.org>
9266
9267 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9268 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9269 Don't include buttons that write a file when there's no file.
9270 (custom-variable-menu, custom-face-menu, custom-group-menu):
9271 Don't include commands that write a file when there's no file.
9272 (customize-browse): Reword the top-of-buffer help intro.
9273 (custom-buffer-create-internal): Fix previous change.
9274 (customize-changed-options-previous-release): Prev release is 21.1.
9275 (customize-changed-options): Doc fix.
9276 (customize-changed): New alias.
9277 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9278 Say "standard values".
9279 (Custom-reset-standard): Doc fix.
9280 (custom-face-reset-standard): Doc fix.
9281
9282 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9285 even if font-lock-mode is non-nil since it may be t without having
9286 turned on font-lock-mode-internal.
9287 (font-lock-choose-keywords): Minor optimization.
9288 (font-lock-add-keywords, font-lock-remove-keywords)
9289 (font-lock-set-defaults): Don't call make-local-variable on a variable
9290 that we know to already be local.
9291
9292 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9295 messages if in the minibuffer.
9296
9297 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9300 (tex-mode-flyspell-verify, flyspell-get-word)
9301 (flyspell-external-point-words): Don't use point-min/max uselessly.
9302
9303 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9304 by Kevin Rodgers. Instead, just hide the completions buffer if we
9305 don't need to show it.
9306
9307 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9308
9309 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9310
9311 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9314 delete-windows-on with an inexistent buffer.
9315
9316 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9317
9318 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9319 Delete defcustom variable :tag names.
9320
9321 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9324 (log-view-font-lock-keywords): Ajust subgroup numbers.
9325 (log-view-current-tag): Don't hard code the number of subgroups.
9326
9327 2005-12-20 Juri Linkov <juri@jurta.org>
9328
9329 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9330 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9331
9332 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9333 (menu-bar-non-minibuffer-window-p): Instead of checking
9334 display-multi-frame-p, use selected-frame when menu-updating-frame
9335 is nil.
9336
9337 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9338
9339 * align.el (align-rules-list): Use [ \t] instead of \s-
9340 for column separators in text mode.
9341
9342 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * help-mode.el (help-customize-variable, help-customize-face):
9345 Don't pop help-xref-stack as help-follow no longer pushes
9346 anything on to it.
9347
9348 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9349
9350 * textmodes/org.el (org-agenda-custom-commands): New option.
9351 (org-agenda): Offer custom commands on splash screen.
9352 (org-make-tags-matcher): Parser for Boolean logic added.
9353 (org-agenda-set-tags): New command.
9354 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9355 (org-set-tags): Efficiency improvements.
9356 (org-auto-align-tags): New option.
9357 (org-todo, org-demote, org-promote): Realign tags.
9358 (org-tags-completion-function): Use also "&" and "|" as separators.
9359 (org-org-menu): Agenda commands simplified.
9360
9361 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * cus-edit.el (customize-apropos, customize-apropos-options):
9364 Docstring changes.
9365
9366 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9367
9368 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9369
9370 * longlines.el (longlines-mode): Wrap while widened.
9371 (longlines-decode-region, longlines-encode-region): Compute max
9372 just once.
9373
9374 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9375
9376 * cus-edit.el (mac): New group.
9377
9378 * cus-start.el (all): Add user options in macterm.c. Add test for
9379 Mac-related built-ins. Fix test for GTK-related built-ins.
9380
9381 * term/mac-win.el (mac-handle-language-change)
9382 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9383 (mac-services-open-selection, mac-services-mail-selection)
9384 (mac-services-mail-to, mac-services-insert-text)
9385 (mac-dispatch-apple-event): Add docstrings.
9386 (x-get-selection, mac-select-convert-to-string): Select coding
9387 system from `utf-16be' and `utf-16le' using `byteorder'.
9388
9389 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9392 a "list" (lambda ...) rather than a real completion list.
9393
9394 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9395 lexical-let when encountering ((lambda (...) ...) ...).
9396
9397 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9398
9399 * progmodes/sh-script.el (sh-mode):
9400 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9401 * textmodes/picture.el (picture-mode): Update docstrings.
9402
9403 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9404
9405 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9406 commands enclosed in $(ARGQUOTE)s should not be split between two
9407 lines, as that will break with GNU Make >3.80, when sh.exe is used
9408 and arg quoting is with '..'.
9409 (autoloads): Don't break the quoted --eval expression between
9410 several lines.
9411
9412 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9413
9414 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9415 Capture error from printing circular structures.
9416
9417 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9418
9419 * wid-edit.el (widget-checkbox-action): Clear undo info.
9420
9421 2005-12-16 Bill Wohler <wohler@newt.com>
9422
9423 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9424 bar, not menubar in comment.
9425
9426 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9429 After-change-functions should not clobber the match data.
9430
9431 2005-12-16 Juri Linkov <juri@jurta.org>
9432
9433 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9434 instead of `buffer-substring'.
9435 (completion-common-substring): Doc fix.
9436 (completion-setup-function): Use minibuffer-completion-contents
9437 instead of minibuffer-contents. Don't set common-string-length
9438 initially. Remove special handling of partial-completion-mode.
9439 Move computation of completion-base-size into one cond.
9440 Call completion-base-size-function in mainbuf. In computation of
9441 completion-base-size for file name completion don't move point to
9442 the end of the minibuffer. Move computation of common-string-length
9443 into one cond. Start putting faces only when common-string-length>=0.
9444 Add condition to put completions-common-part when
9445 common-string-length>0.
9446
9447 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9448 place point at the first different character in the minibuffer
9449 even if this position is at the beginning of the minibuffer.
9450
9451 * info.el (Info-read-node-name-1): In completion-base-size-function's
9452 lambda return 1 if common-substring or minibuffer-completion-contents
9453 starts with (, and 0 otherwise.
9454
9455 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9456 Use `crm-current-element' for second arg of `display-completion-list'.
9457
9458 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9459
9460 * files.el (set-auto-mode): Look for an interpreter specified on
9461 the first line also if search for mode specification succeeded,
9462 but the mode is not known.
9463
9464 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9465
9466 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9467 (org-open-at-point): Implement tag searches as links.
9468 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9469 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9470 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9471 (org-agenda-dispatch): New commands.
9472 (org-use-tag-inheritance, org-tags-column): New options.
9473 (org-tab-follows-link, org-return-follows-link): New options.
9474 (org-tags): New customize group.
9475 (org-start-icalendar-file): Get local time zone.
9476 (org-tags-completion-function): New function.
9477 (org-set-font-lock-defaults): Make sure links will also be
9478 highlighted inside headlines.
9479
9480 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9481
9482 * term.el (term-emulate-terminal):
9483 Let term-handle-ansi-terminal-messages override what Bash says about
9484 its current directory.
9485
9486 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9487
9488 * bindings.el (last-buffer): Move to simple.el.
9489 * simple.el (last-buffer): Move here.
9490 (get-next-valid-buffer): New function.
9491 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9492 (prev-buffer): Ditto. Rename to `previous-buffer'.
9493
9494 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9495 * bindings.el (global-map): Ditto.
9496
9497 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9498
9499 * cus-edit.el: Introductory comment change.
9500 (custom-magic-alist): Change message string for the `rogue' state.
9501
9502 2005-12-15 Richard M. Stallman <rms@gnu.org>
9503
9504 * tooltip.el: Delete defcustom variable :tag names.
9505
9506 * complete.el (partial-completion-mode): Doc fix.
9507
9508 * textmodes/flyspell.el (flyspell-external-point-words):
9509 Use save-excursion to ensure we don't move backward in the
9510 search loop, not even one character.
9511 (flyspell-delete-all-overlays): Use remove-overlays directly.
9512
9513 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9514 (ispell-start-process): Set that variable.
9515 Clear ispell-buffer-local-name.
9516 (ispell-internal-change-dictionary):
9517 Set ispell-current-dictionary after killing process.
9518 (ispell-buffer-local-dict):
9519 Don't set spell-personal-dictionary after killing process.
9520 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9521 (ispell-tex-skip-alists, ispell-html-skip-alists)
9522 (ispell-skip-region-alist): Mark as risky.
9523
9524 * net/newsticker.el (newsticker--retrieval-timer-list)
9525 (newsticker--display-timer, newsticker-running-p)
9526 (newsticker-ticker-running-p): Definitions moved up.
9527
9528 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9529
9530 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9531
9532 2005-12-15 David Ponce <david@dponce.com>
9533
9534 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9535 (recentf-edit-list, recentf-open-files): Signal an error when
9536 there is no recent file.
9537
9538 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9539
9540 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9541 read-only except for texinfo-format-region evaluation.
9542
9543 2005-12-14 Richard M. Stallman <rms@gnu.org>
9544
9545 * vc.el (vc-default-previous-version, vc-default-next-version)
9546 (vc-do-command): Doc fixes.
9547
9548 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9549
9550 * textmodes/bibtex.el (bibtex-expand-strings)
9551 (bibtex-autokey-expand-string, bibtex-name-part)
9552 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9553 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9554 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9555 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9556 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9557 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9558 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9559 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9560 (bibtex-beginning-of-last-entry): Remove.
9561 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9562 message if comma is missing but buffer is read-only.
9563 (bibtex-parse-field-text): Handle whitespaces at the end of field
9564 text. Return 3-element list with beginning and end of field text
9565 and end of field.
9566 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9567 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9568 (bibtex-search-forward-field, bibtex-search-backward-field):
9569 Search always delimited by limits of entry. Use more efficient
9570 search algorithms.
9571 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9572 bibtex-end-of-name-in-field.
9573 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9574 extracting the content of a field.
9575 (bibtex-text-in-field): Use search limits.
9576 (bibtex-parse-string-prefix): Handle empty string keys based on
9577 bibtex-string-empty-key.
9578 (bibtex-parse-string): Fix docstring.
9579 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9580 (bibtex-preamble-prefix, bibtex-strings): New functions.
9581 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9582 BibTeX entries (consistent with other BibTeX functions).
9583 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9584 (bibtex-search-entry): Fix docstring. Simplify.
9585 (bibtex-flash-head, bibtex-complete-string-cleanup)
9586 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9587 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9588 (bibtex-parse-entry): New optional arg content.
9589 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9590 Use bibtex-text-in-field-bounds.
9591 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9592 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9593 bibtex-parse-string-postfix.
9594 (bibtex-find-text-internal): New function.
9595 (bibtex-remove-delimiters): Use it.
9596 (bibtex-find-text): Use it. New optional arg help.
9597 (bibtex-complete): Handle BibTeX string and preamble entries.
9598 (bibtex-Preamble): Fix order of closing delimiters.
9599
9600 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * vc.el (vc-default-revert): New fun.
9603
9604 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9605
9606 2005-12-14 Romain Francoise <romain@orebokech.com>
9607
9608 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9609 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9610 (font-lock-remove-keywords): Likewise.
9611
9612 2005-12-14 Juri Linkov <juri@jurta.org>
9613
9614 * log-view.el (log-view-diff): Doc fix.
9615
9616 * isearch.el (isearch-query-replace): Use (mark) instead of
9617 isearch-opoint if mark is active in transient-mark-mode.
9618
9619 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9620
9621 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9622
9623 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9624
9625 * progmodes/cpp.el (cpp-face): New widget.
9626 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9627
9628 2005-12-14 Juri Linkov <juri@jurta.org>
9629
9630 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9631 around `erase-buffer' and `insert'.
9632
9633 * descr-text.el (describe-text-properties): Replace buffer name
9634 "*Help-2*" with "*Help*<2>".
9635 (describe-char): Add functions print-help-return-message,
9636 toggle-read-only. Use help-setup-xref with nil to not store
9637 describe-char in help-xref-stack. Use help-make-xrefs to
9638 make [back] button.
9639
9640 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9641
9642 * wdired.el (wdired-old-point): New internal variable.
9643 (wdired-change-to-wdired-mode): Set it buffer-locally.
9644 (wdired-abort-changes): Restore point after aborting changes.
9645
9646 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * vc.el (vc-do-command): Add a new value t for okstatus.
9649
9650 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9651 frame in case of errors.
9652
9653 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9654
9655 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9656 so it comes after "On the Left" in the menu.
9657
9658 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * cus-edit.el (customize-apropos, customize-apropos-options)
9661 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9662
9663 2005-12-12 Bill Wohler <wohler@newt.com>
9664
9665 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9666 non-writable Subversion-controlled files by saving window
9667 configuration before calling vc-do-command. vc-do-command calls
9668 pop-to-buffer on error which is unexpected during registration.
9669
9670 2005-12-12 Jay Belanger <belanger@truman.edu>
9671
9672 * calc/README: Update the summary of changes.
9673
9674 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * descr-text.el (describe-char): Rework last fix to solve the problem
9677 is the same way it's solved for everything else in that function
9678 (i.e. by extracting the info before setting up the *Help* buffer).
9679
9680 2005-12-12 Kim F. Storm <storm@cua.dk>
9681
9682 * subr.el (version-regexp-alist): Allow space as separator before
9683 non-numeric part, e.g. "1.0 alpha".
9684 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9685
9686 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9687
9688 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9689 Implement Logging and the keep-modes setting.
9690 (org-get-category): Make sure a string is returned.
9691 (org-log-done): New function.
9692 (org-log-done, org-closed-string): New options.
9693
9694 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9695
9696 * tooltip.el (tooltip-y-offset): Change default to 20.
9697
9698 2005-12-12 Richard M. Stallman <rms@gnu.org>
9699
9700 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9701
9702 * frame.el (display-hourglass): Doc fix.
9703
9704 * help.el (help-for-help-internal): Simplify entry for `a'.
9705
9706 * info.el (Info-on-current-buffer): Doc fix.
9707 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9708
9709 * startup.el (inhibit-splash-screen): Make this the real name.
9710 (inhibit-startup-message): Make this the alias.
9711 (command-line): Find only simple.el, and use its directory
9712 to fill in other preloaded files' names.
9713 (command-line): Deactivate the mark if deactivate-mark is set.
9714
9715 * international/mule.el (load-with-code-conversion):
9716 Bind deactivate-mark.
9717
9718 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9719
9720 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9721
9722 * cus-edit.el (customize-apropos): Avoid listing an option more
9723 than once under different aliases. No longer list user options
9724 that are not defined with defcustom (unless a prefix arg is given).
9725 Doc fix.
9726 (customize-apropos-options): Doc fix.
9727
9728 2005-12-11 Juri Linkov <juri@jurta.org>
9729
9730 * frame.el (set-background-color, set-foreground-color)
9731 (set-cursor-color, set-mouse-color, set-border-color):
9732 Add explicit prompts to read colors by `facemenu-read-color'.
9733 (show-trailing-whitespace, blink-cursor-delay)
9734 (blink-cursor-interval, display-hourglass, hourglass-delay):
9735 Remove tags.
9736 (display-hourglass, hourglass-delay): Doc fix.
9737 (cursor-in-non-selected-windows): Capitalize words in tag.
9738
9739 * faces.el (frame-background-mode): Replace `choice-item' keywords
9740 with `const' to not make [default] button. Change default value tag
9741 from `default' to `automatic'. Doc fix.
9742 (trailing-whitespace) <defface>: Change group `whitespace' to
9743 `whitespace-faces'.
9744
9745 2005-12-11 Richard M. Stallman <rms@gnu.org>
9746
9747 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9748
9749 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9750
9751 * term/mac-win.el: Create keymap for mac-apple-event-map.
9752
9753 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9754
9755 * tooltip.el (tooltip-mode): Move to start of file so that it
9756 appears at top of customize buffer.
9757
9758 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9759 Add the gud groupname.
9760 (gud-tooltip-mode): Add the tooltip groupname.
9761 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9762 avoid conflict with tooltip-use-echo-area.
9763
9764 2005-12-10 Romain Francoise <romain@orebokech.com>
9765
9766 * help.el (help-for-help-internal): Add `r' in doc string.
9767
9768 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9769
9770 * align.el (align-regexp, align-highlight-rule):
9771 Use region-beginning and region-end instead of point and mark, so that
9772 repetition (with `repeat-complex-command') recomputes the region
9773 bounds.
9774
9775 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9776
9777 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9778 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9779 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9780 (balance-windows): Rewrite using the above new functions.
9781
9782 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9783
9784 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9785 react if global-hi-lock-mode seems intended.
9786 (global-hi-lock-mode) Renamed from hi-lock-mode.
9787 (hi-lock-archaic-interface-message-used)
9788 (hi-lock-archaic-interface-deduce): New variables.
9789 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9790 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9791 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9792 Replace hi-lock-buffer-mode with hi-lock-mode.
9793
9794 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9795
9796 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9797 completion list, even after a partial completion has been
9798 inserted in the current buffer. If there are more than 1
9799 completion, redisplay the *Completions* buffer; if the
9800 completion is unique, delete the *Completions* window.
9801
9802 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9803
9804 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9805 strings and long subject lines that were broken into multiple
9806 lines at arbitrary places. Handle subjects that have "Re: " in
9807 the middle.
9808
9809 2005-12-10 John W. Eaton <jwe@octave.org>
9810
9811 * emacs/octave-mod.el (octave-electric-space): Don't indent
9812 comments or strings if octave-auto-indent is nil.
9813
9814 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9815
9816 * term/mac-win.el: Require url when compiling.
9817 Call mac-process-deferred-apple-events after loading init files.
9818 (mac-apple-event-map): New defvar. Define event handlers in it.
9819 (core-event, internet-event): New Apple event class symbols.
9820 (open-application, reopen-application, open-documents)
9821 (print-documents, open-contents, quit-application)
9822 (application-died, show-preferences, autosave-now, get-url):
9823 New Apple event ID symbols.
9824 (about): New HICommand ID symbol.
9825 (mac-event-spec, mac-event-ae): New macros.
9826 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9827 (mac-ae-selection-range, mac-ae-text-for-search)
9828 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9829 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9830 and Services menu events are now defined in mac-apple-event-map.
9831 (mac-drag-n-drop): Remove selection range handling.
9832
9833 2005-12-10 Kenichi Handa <handa@m17n.org>
9834
9835 * simple.el (zap-to-char):
9836 * isearch.el (isearch-process-search-char): Translate CHAR by
9837 translation-table-for-input.
9838
9839 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * foldout.el (foldout-exit-fold): Properly hide subtree.
9842
9843 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9844
9845 * files.el (save-buffer):
9846 * international/ucs-tables.el (ucs-set-table-for-input):
9847 * mail/mail-extr.el (mail-extract-address-components):
9848 * mail/sendmail.el (mail-mode): Reformat doc string.
9849
9850 2005-12-09 Juri Linkov <juri@jurta.org>
9851
9852 * isearch.el (isearch-highlight): Change main overlay priority
9853 from 1 to 1001. Simplify.
9854 (isearch-lazy-highlight-update): Change lazy overlay priority
9855 from 0 to 1000.
9856
9857 * replace.el (replace-highlight): Change overlay priority from
9858 1 to 1001.
9859
9860 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9861 Change overlay priority from 1 to 1001. Reuse existing overlay.
9862
9863 * compare-w.el (compare-windows-highlight): Change overlay
9864 priority from 1 to 1000.
9865
9866 * menu-bar.el (menu-bar-edit-menu): Add listp around
9867 pending-undo-list to disable menu item "undo" when pending
9868 undo list is empty.
9869
9870 * locate.el (locate): Disable undo in *Locate* buffer.
9871
9872 2005-12-09 Kim F. Storm <storm@cua.dk>
9873
9874 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9875
9876 2005-12-09 David Ponce <david@dponce.com>
9877
9878 * recentf.el: Improvement of the menu code.
9879 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9880 instead of menu hook.
9881 (recentf-show-menu, recentf-hide-menu): New functions.
9882 (recentf-menu-customization-changed, recentf-mode): Use them.
9883 (recentf-menu-action, recentf-max-menu-items)
9884 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9885 (recentf-arrange-by-rule-others)
9886 (recentf-arrange-by-rules-min-items)
9887 (recentf-arrange-by-rule-subfilter) : Don't use
9888 `recentf-menu-customization-changed'.
9889 (recentf-arrange-rules): Likewise. Accept functions to compute
9890 sub-menu titles.
9891 (recentf-menu-filter): Likewise. Doc fix.
9892 (recentf-menu-value-shortcut): Doc fix.
9893 (recentf-dump-variable): Quote atom value.
9894 (recentf-make-menu-items): Update to use it as a menu filter.
9895 (recentf-match-rule): New function.
9896 (recentf-arrange-by-rule): Use it.
9897 (recentf-indirect-mode-rule): New function.
9898 (recentf-build-mode-rules): Use it.
9899 (recentf-dir-rule): New function.
9900 (recentf-arrange-by-dir): Use it.
9901 (recentf-filter-changer-current): Rename from
9902 `recentf-filter-changer-state'. All references updated.
9903 (recentf-filter-changer-alist): Update filter names.
9904 (recentf-filter-changer-select): New function.
9905 (recentf-filter-changer): Use it. Make a sub-menu from filters
9906 available in `recentf-filter-changer-alist'.
9907 (recentf-data-cache, recentf-clear-data)
9908 (recentf-update-menu): Remove. All references updated.
9909 (recentf-match-rule-p, recentf-build-dir-rules)
9910 (recentf-filter-changer-goto-next)
9911 (recentf-filter-changer-get-current)
9912 (recentf-filter-changer-get-next): Remove.
9913
9914 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9915
9916 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9917 buffer "Reset" button to "Reset to Current" for consistency with
9918 the State buttons.
9919
9920 2005-12-08 John Paul Wallington <jpw@pobox.com>
9921
9922 * ibuf-ext.el (define-ibuffer-filter filename):
9923 If `dired-directory' is a list then really use its car.
9924
9925 2005-12-08 Kim F. Storm <storm@cua.dk>
9926
9927 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9928 Fix indention of text on right side of replaced rectangle.
9929
9930 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9933 No need to check gud-comint-buffer is bound.
9934 (gdb): Prevent multiple debugging when first session uses gdba.
9935
9936 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9937
9938 CC Mode update to 5.31.
9939
9940 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9941 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9942 We might do this function properly in the future).
9943
9944 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9945 New macros c-sentence-end and c-default-value-sentence end, to cope
9946 with Emacs 22's new function `sentence-end'.
9947
9948 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9949
9950 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9951 compat issue using `c-put-overlay' and `c-delete-overlay'.
9952
9953 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9954 New compat macros to handle overlays/extents.
9955
9956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9957
9958 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9959 (for GNU Emacs 20.4)
9960
9961 * progmodes/cc-defs.el:
9962 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9963
9964 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9965 highlighting mechanism so it will work in XEmacs too.
9966
9967 * progmodes/cc-defs.el: Insert c-int-to-char.
9968
9969 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9970 call to the new macro c-int-to-char. This solves XEmacs's
9971 regarding characters as different from integers.
9972
9973 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9974
9975 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9976 New internal helper.
9977
9978 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9979 construct to make the indirect face lookup work in XEmacs.
9980
9981 (c-cpp-matchers): Append the negation char face to the existing
9982 fontification, so that the cpp face doesn't disappear.
9983 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9984 and strings.
9985
9986 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9987 to map to `font-lock-negation-char-face' in emacsen where it exists.
9988
9989 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9990
9991 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9992
9993 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9994 Rename "c-subword-move-mode" as "c-subword-mode".
9995
9996 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9997 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9998
9999 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10000
10001 * progmodes/cc-mode.el: Added autoload directive for
10002 `c-subword-move-mode' for use in older emacsen.
10003
10004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10005
10006 * progmodes/cc-mode.el:
10007 (i) Insert a binding for C-c C-backspace into
10008 c-bind-special-erase-keys which works in TTYs.
10009 (ii) Make sure that when file styles are used, any explicitly
10010 given style variables take priority over those in the style.
10011 Do this by calling `hack-local-variables' a second time.
10012
10013 * progmodes/cc-vars.el: Add language specific customization
10014 widgets for AWK to c-doc-comment-style, c-require-final-newline
10015 and c-default-style. Add a defcustom for awk-mode-hook.
10016 Give c-syntactic-element and c-syntactic-context doc-strings by
10017 directly setting their `variable-documentation' propery.
10018 This allows Emacs 22.1 to read these with C-h v.
10019
10020 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10021
10022 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10023
10024 * progmodes/cc-fonts.el, cc-vars.el
10025 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10026 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10027 Masatake YAMATO.
10028
10029 (c-doc-comment-style): Made GtkDoc default in C mode.
10030
10031 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10032 and C-c C-<delete>.
10033
10034 (c-bind-special-erase-keys): New function for use on
10035 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10036
10037 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10038 <delete> key behavior in XEmacs according to `delete-forward-p'.
10039 C.f. `c-electric-delete'.
10040
10041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10042
10043 * progmodes/cc-mode.el: Give c-hungry-backspace and
10044 c-hungry-delete-forward permanent key bindings.
10045
10046 * progmodes/cc-cmds.el (c-electric-semi&comma):
10047 Bind c-syntactic-context for calls to "criteria functions", for
10048 consistency with other calls to user functions.
10049
10050 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10051 `current-prefix-arg', since this might be the prefix arg to a
10052 command which calls c-indent-command as a function. Change the
10053 interactive spec from "p" to "P".
10054
10055 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10056 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10057 was difficult to understand.
10058
10059 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10060
10061 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10062 first char of an identifier.
10063
10064 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10065 +" syntax in C++.
10066
10067 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10068
10069 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10070 auto-fill doesn't split a c-comment's last word from a hanging
10071 "*/" when a space is typed between them after fill-column.
10072
10073 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10074
10075 * progmodes/cc-styles.el (c-set-style)
10076 (c-setup-paragraph-variables): Abort the command if we're not in a
10077 CC Mode buffer.
10078
10079 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10080 with blank comment-prefix, and a blank line as the comment's
10081 second line.
10082
10083 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10084
10085 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10086 Incorporate the patterns added in the Emacs development branch
10087 for the new Emacs 22 face `font-lock-negation-char-face'.
10088
10089 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10090 of "red" since it stands out better in xterms and DOS terminals.
10091
10092 * progmodes/cc-engine.el (c-literal-faces):
10093 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10094
10095 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10096
10097 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10098 forcibly enable c-electric-flag.
10099
10100 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10101 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10102 after the comment-prefix of a C-style comment will close that comment.
10103
10104 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10105
10106 * progmodes/cc-fonts.el (c-basic-matchers-before)
10107 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10108 in Pike.
10109
10110 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10111 digraphs.
10112
10113 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10114 (c-cpp-message-directives, c-cpp-include-directives)
10115 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10116 (c-cpp-expr-directives): Introduce new language constants to
10117 control cpp syntax in a cleaner way.
10118
10119 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10120
10121 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10122
10123 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10124 (c-multiline-string-start-char): New language constants and
10125 variables to specify how newlines in string literals work.
10126
10127 (c-font-lock-invalid-string): Use them.
10128
10129 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10130 unbalanced close brace is entered. Optimization by avoiding going
10131 back over arbitrarily large blocks. Removed hints that this
10132 function only would be relevant/useful in AWK.
10133
10134 (c-electric-brace): Indent syntactically after the cleanups since
10135 lineup functions might do it differently then.
10136
10137 * progmodes/cc-engine.el, cc-langs.el
10138 (c-opt-op-identifier-prefix): New language constant and variable.
10139
10140 (c-just-after-func-arglist-p, c-after-special-operator-id)
10141 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10142
10143 * progmodes/cc-align.el, cc-engine.el
10144 (c-after-special-operator-id): New helper to handle C++ operator
10145 identifiers.
10146
10147 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10148 (c-guess-basic-syntax): Handle C++ operator identifiers in
10149 declarations.
10150
10151 * progmodes/cc-langs.el (c-assignment-operators): Add the
10152 trigraph version of ^= too.
10153
10154 * progmodes/cc-langs.el (c-assignment-operators): Add the
10155 trigraph version of |= in C++.
10156
10157 * progmodes/cc-fonts.el (c-font-lock-declarators):
10158 Handle `c-decl-hangon-kwds' after the identifier name.
10159
10160 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10161 whether an arglist is "nonempty", ignore a comment after the open
10162 paren if it isn't followed by a non-comment token on the same line.
10163
10164 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10165 Enable heuristics below the point to cope with classes inside special
10166 brace lists in Pike.
10167
10168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10169
10170 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10171
10172 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10173
10174 * progmodes/cc-guess.el (cc-guess-install): New function to
10175 install an already guessed style in another buffer.
10176
10177 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10178 sets `inhibit-read-only' - `c-save-buffer-state' should be used
10179 anyway if the change always is undone.
10180
10181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10182
10183 Implement togglable electricity:
10184
10185 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10186 saying when it should be used.
10187
10188 * progmodes/cc-engine.el: Add the new buffer-local variable,
10189 c-electric-flag.
10190
10191 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10192 c-toggle-auto-newline.
10193
10194 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10195 c-toggle-auto-newline. Remove the binding for
10196 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
10197 c-toggle-electric-state.
10198
10199 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10200
10201 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10202 c-\(forward\|backward\)-subword.
10203 (c-update-modeline): Add the new modeline flag `l' for
10204 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10205 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10206 Make the old name an alias of the new name.
10207 (c-toggle-electric-state): New function.
10208 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10209 Adapt these functions to do electric things only when
10210 c-electric-flag is non-nil.
10211 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10212 new functions from c-electric-brace.
10213 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10214 mode, so that the tentative extra newline doesn't change the
10215 syntax of the following brace.
10216 (c-electric-brace): Restructure by extracting the above functions.
10217 Tidy up the coding somewhat.
10218 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10219 restructure a bit.
10220
10221 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10222
10223 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10224 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10225
10226 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10227 (c-submode-indicators): Change name from `c-auto-hungry-string'
10228 since it's now used to track another submode.
10229
10230 (c-update-modeline): Convert to function and extended to check
10231 `c-subword-move-mode'.
10232
10233 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10234 Convert to compat aliases for `c-forward-subword' and
10235 `c-backward-subword'.
10236
10237 * progmodes/cc-subword.el: New functions and minor mode to handle
10238 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10239
10240 (c-forward-subword, c-backward-subword, c-mark-subword)
10241 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10242 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10243 Functions corresponding to the standard word handling functions.
10244
10245 (c-subword-move-mode): Minor mode that replaces all the standard
10246 word handling functions with their subword equivalences.
10247
10248 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10249
10250 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10251 entry for one-liner-defun.
10252
10253 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10254 name in its def-edebug-spec.
10255
10256 * progmodes/cc-cmds.el (c-electric-brace): Make the
10257 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10258 compacts space before a comment, if this will make things fit on
10259 one line.
10260
10261 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10262
10263 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10264
10265 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10266 clean-up one-liner-defun.
10267
10268 * progmodes/cc-styles.el: Add the new "awk" style.
10269
10270 * progmodes/cc-vars.el: Add description of one-liner-defun to
10271 c-cleanup-list's doc-string. New user options,
10272 c-max-one-liner-length. In c-default-style, set the default style
10273 for AWK to "awk".
10274
10275 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10276
10277 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10278 macros inside labels.
10279
10280 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10281 `c-at-statement-start-p' and `c-at-expression-start-p'.
10282
10283 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10284 error if the mark isn't set.
10285
10286 * progmodes/cc-engine.el (c-guess-continued-construct)
10287 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10288 accurately detect functions inside functions.
10289
10290 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10291 like `c-at-statement-start-p' that additionally recognizes commas
10292 and expression parentheses as delimiters.
10293
10294 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10295 to avoid heuristics that doesn't work for unclosed blocks.
10296 (c-at-statement-start-p): New function.
10297
10298 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10299 Objective-C directives, e.g. directives spanning lines should work
10300 reasonably well now.
10301
10302 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10303
10304 (c-forward-objc-directive): New function to move over any ObjC
10305 directive.
10306
10307 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10308 (c-basic-matchers-before): Use it.
10309
10310 (c-font-lock-objc-iip-decl): Remove.
10311
10312 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10313 in the template arglist recognition.
10314
10315 * progmodes/cc-styles.el (c-style-alist): Fix several
10316 inconsistencies in the Whitesmith style.
10317
10318 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10319 New lineup function to get lines after Whitesmith style blocks
10320 correctly indented.
10321
10322 (c-lineup-whitesmith-in-block): Back out the compensation for
10323 opening parens since it's done using `add' lists in the style
10324 definition instead. Don't use the anchor position since it varies
10325 too much between the syntactic symbols. :P
10326
10327 * progmodes/cc-vars.el (c-valid-offset): Update.
10328
10329 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10330 lists where the offsets are combined according to several
10331 different methods: `first', `min', `max', and `add'.
10332 Report offset evaluation errors with `c-benign-error' so that some kind
10333 of reindentation still is done.
10334
10335 * progmodes/cc-engine.el (c-guess-basic-syntax):
10336 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10337 `arglist-close'.
10338
10339 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10340 situations for `arglist-cont-nonempty' and `arglist-close'.
10341
10342 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10343
10344 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10345 cc-bytecomp-boundp' in a number of places.
10346
10347 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10348 macro related issue.
10349
10350 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10351
10352 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10353 list is now [asdf], a char class [:alpha:].
10354 Include code for char classes.
10355 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10356 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10357
10358 Remove (nearly all of) the cruft associated with AWK Mode's former
10359 concept of "virtual semicolons":
10360
10361 Adapt c-beginning-of-statement, c-end-of-statement (together with
10362 subfunctions) to use the new notion of "virtual semicolon" in
10363 place of the old awkward special handling for AWK. There remains
10364 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10365 * progmodes/cc-cmds.el:
10366 (c-ascertain-adjacent-literal): In the backwards direction, now
10367 recognises AWK regexp delimiters as string delimiters.
10368 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10369 check more rigorously for "end of macro".
10370 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10371 virtual semicolons;
10372 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10373 out the code for forward movement into ...
10374 (c-end-of-statement): Now contains the code for forward movement,
10375 adapted for virtual semicolons.
10376
10377 * progmodes/cc-engine.el:
10378 (c-ws*-string-limit-regexp): New regexp.
10379 (c-forward-single-comment, c-backward-single-comment): Comment out
10380 the (now redundant) "special" AWK stuff.
10381
10382 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10383 c-string-par-start, c-string-par-separate to be more like Text
10384 Mode than Fundamental Mode.
10385
10386 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10387
10388 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10389 to the fontified region so that fontification doesn't occur
10390 outside it (could happen e.g. when fontifying a line with an
10391 unfinished declaration).
10392
10393 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10394
10395 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10396 start of the file. ^L now separate sections of the file.
10397 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10398 (c-awk-one-line-possibly-open-string-re)
10399 (c-awk-regexp-one-line-possibly-open-char-class-re)
10400 (c-awk-one-line-possibly-open-regexp-re)
10401 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10402 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10403
10404 Amend the concept of "virtual semicolons" (in the indentation
10405 engine) for languages like AWK, such that they are now
10406 conceptually attached to end of the last token of a statement, not
10407 the end of the line. (In AWK Mode, however, the pertinent text
10408 property is still physically set on the EOL.) Remove the specific
10409 tests for awk-mode, thus facilitating the introduction of other
10410 language modes where EOLs can end statements.
10411 (Note: The funtionality in cc-cmds.el, specifically
10412 c-beginning/end-of-statement has yet to be amended.)
10413
10414 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10415 New macros.
10416
10417 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10418 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10419 c-vsemi-status-unknown-p-fn (in a new page).
10420
10421 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10422 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10423 numerous awkward forms like
10424 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10425 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10426 variable before-ws-ip, the place just after char-before-ip appears.
10427
10428 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10429 a comment.
10430
10431 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10432
10433 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10434 `c-tentative-buffer-changes'.
10435
10436 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10437 convert to macro to choose between Emacs and XEmacs at compile time.
10438
10439 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10440
10441 (c-tentative-buffer-changes): New macro to handle temporary buffer
10442 changes in a convenient way.
10443
10444 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10445 for `c-tentative-buffer-changes'.
10446
10447 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10448 the checks for paren sexps between the point and the keyword, to
10449 avoid some false alarms.
10450
10451 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10452 Fixed a situation where an error could be thrown for unbalanced
10453 parens. Changed to make use of c-keyword-member' to avoid some
10454 repeated regexp matches.
10455
10456 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10457 These language variable are no longer necessary.
10458
10459 (c-block-stmt-kwds): New language constant used by
10460 c-looking-at-inexpr-block'.
10461
10462 (c-guess-basic-syntax): Remove an optional check that looked at
10463 the existence of the now removed language variables.
10464
10465 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10466 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10467 object instantiation expressions as declarations in some contexts.
10468 This bug only affected languages where the declarator can't be
10469 enclosed in parentheses.
10470
10471 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10472 insert newlines before and after substatement braces.
10473
10474 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10475 function declaration headers and the handling of C++ style member
10476 init lists.
10477
10478 (c-just-after-func-arglist-p): Rewritten to use
10479 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10480
10481 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10482
10483 (c-guess-basic-syntax): Adapt case 5B for the new
10484 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10485 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10486 covers all cases now).
10487
10488 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10489
10490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10491
10492 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10493 c-string-par-start/separate c-sentence-end-with-esc-eol,
10494 initialised in c-setup-paragraph-variables, used in string
10495 scanning subroutines of c-beginning-of-statement.
10496
10497 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10498 which precedes the newly inserted `{'.
10499
10500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10501
10502 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10503 function for declaration level blocks. It should now cope with
10504 templates better and also be a lot more comprehensible.
10505
10506 (c-looking-at-decl-block): The new function.
10507
10508 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10509 for compatibility.
10510
10511 (c-add-class-syntax, c-guess-continued-construct)
10512 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10513
10514 (c-decl-block-key): Change to tell apart ambiguous and
10515 unambiguous keywords. Pike specials are now handled directly in
10516 the code instead.
10517
10518 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10519 New language constants and variables to make the backward skip in
10520 `c-looking-at-decl-block' as tight as possible.
10521
10522 (c-nonsymbol-token-char-list): New language constant.
10523
10524 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10525 find balanced template arglists backwards.
10526
10527 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10528 making char classes for `c-syntactic-skip-backward'.
10529
10530 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10531 16D - can't be a class-close at that point.
10532
10533 * progmodes/cc-engine.el (c-guess-basic-syntax)
10534 (c-add-class-syntax): Don't narrow out the enclosing declaration
10535 level. This makes everything a lot easier, and it was actually
10536 only four small places that needed it to work. Some places that
10537 previously did `widen' are removed now, which has the effect that
10538 `c-guess-basic-syntax' never will look at things outside the
10539 current narrowment now. The anchor position for `topmost-intro'
10540 is affected by this, but it was so bogus it was basically useless
10541 before, and now it's equally bogus but in a slightly different way.
10542
10543 (c-narrow-out-enclosing-class): Gone.
10544
10545 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10546 the narrowed region.
10547
10548 (c-least-enclosing-brace): Remove silly optional argument.
10549
10550 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10551 the point could be left directly after an open paren when finding
10552 the beginning of the first decl in the block.
10553
10554 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10555 Specify which submatch to use.
10556
10557 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10558
10559 (c-decl-start-re): No longer any need for special treatment of
10560 ObjC due to the above.
10561
10562 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10563 presumably follows C in that regard.
10564
10565 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10566 New language constants to specify operator tokens inside
10567 identifiers in a more high level way.
10568
10569 (c-opt-identifier-prefix-key): New internal language constant.
10570
10571 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10572 (c-identifier-start, c-identifier-key): Now completely calculated
10573 from other constants.
10574
10575 (c-identifier-last-sym-match): Decommission since it's no longer used.
10576
10577 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10578
10579 * progmodes/cc-engine.el (c-forward-name): Remove the
10580 optimization when c-identifier-key is equal to c-symbol-key since
10581 it doesn't work in byte compiled files. Don't record empty
10582 regions as identifiers.
10583
10584 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10585 simplify access to `c-operators' and its likes.
10586
10587 (c-operator-list, c-all-op-syntax-tokens)
10588 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10589 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10590 (c-primary-expr-regexp, c-cast-parens): Use it.
10591
10592 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10593 an explicit language in functions.
10594
10595 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10596 variant of adornment.
10597
10598 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10599 variable.
10600
10601 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10602 the Pike value.
10603
10604 * progmodes/cc-engine.el (c-on-identifier)
10605 (c-simple-skip-symbol-backward): Small fix for handling "-"
10606 correctly in `skip-chars-backward'. Affected the operator lfun
10607 syntax in Pike.
10608
10609 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10610 diagnostic message about precompiled language vars not being used.
10611
10612 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10613 "__attribute__" is followed by a parenthesis.
10614
10615 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10616 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10617 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10618
10619 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10620 Internal cleanups to properly detect the declared identifiers in
10621 various declarations.
10622
10623 (c-decl-start-kwds): New language constant to recognize
10624 declarations that can start anywhere. Used for class declarations
10625 in Pike.
10626
10627 (c-specifier-key, c-not-decl-init-keywords)
10628 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10629 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10630
10631 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10632 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10633 handling of the compiler specific extension keywords into a new
10634 language constant `c-decl-hangon-kwds' that defines keyword
10635 clauses to be ignored in declarations.
10636
10637 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10638 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10639 Necessary to stop at the declared identifier in e.g. IDL valuetype
10640 declarations.
10641
10642 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10643 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10644 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10645 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10646 class and enum declarations as such and not as part of the type.
10647
10648 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10649 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10650
10651 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10652 declarations when there's some syntax error later on.
10653
10654 (c-complex-decl-matchers): Did away with a reference to
10655 `c-specifier-key'.
10656
10657 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10658 value - this variable is always dynamically bound.
10659
10660 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10661 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10662 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10663 functions that might do hidden buffer changes: All such internal
10664 functions are now marked instead of those that don't.
10665
10666 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10667 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10668 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10669 (c-literal-type): Allow these functions to make hidden buffer changes,
10670 so that they are free to use text property caching later on.
10671
10672 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10673 (c-electric-brace, c-electric-slash, c-electric-star)
10674 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10675 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10676 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10677 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10678 with the changed semantics of the functions above.
10679
10680 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10681 when macros occur in obscure places. Optimized the sexp movement
10682 a bit.
10683
10684 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10685
10686 Enhancements for c-beginning-of-statement to work in AWK Mode:
10687
10688 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10689 (completed statement) with `}' (statement completed by closing
10690 brace or semicolon) and `$' (statement completed by EOL).
10691
10692 (c-awk-virtual-semicolon-ends-prev-line-p)
10693 (c-awk-virtual-semicolon-ends-line-p)
10694 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10695 (c-awk-at-statement-end-p): New functions.
10696
10697 * progmodes/cc-cmds.el: Simplify the structure of functions
10698 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10699 two functions and c-beginning-of-statement to handle AWK Mode.
10700
10701 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10702 c-backward-single-comment for AWK mode. Attempt to clarify their
10703 doc-strings.
10704
10705 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10706
10707 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10708
10709 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10710 label handling. Labels are now recognized in a uniform and more
10711 robust way, regardless of context. Text properties are put on all
10712 labels to recognize the following declarations better.
10713 Multiword labels are handled both in indentation and fontification for
10714 the benefit of language extensions like Qt. For consistency, keywords
10715 in labels are now fontified with the label face instead.
10716 That also applies to "case" and "default".
10717
10718 (c-beginning-of-statement-1): Fix some bugs in the label
10719 handling. Disregard `c-nonlabel-token-key' in labels that begin
10720 with `c-label-kwds'.
10721
10722 (c-find-decl-spots): Support that the callback adds more
10723 `c-decl-end' spots to find.
10724
10725 (c-forward-decl-or-cast-1): Don't treat a list of plain
10726 identifiers followed by a colon as a declaration.
10727
10728 (c-forward-label): New function to recognize labels.
10729
10730 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10731 `c-forward-label'. Moved the label recognition cases (14 and 15)
10732 earlier since they aren't so context sensitive now. Handle labels
10733 on the top level gracefully. Moved access label recognition to
10734 the generic label case (CASE 15) - removed CASE 5E.
10735
10736 (c-font-lock-declarations): Add recognition of labels in the
10737 same round since we need to handle labels in parallell with other
10738 declarations to recognize both accurately. It should also improve
10739 speed.
10740
10741 (c-simple-decl-matchers, c-basic-matchers-after):
10742 Move `c-font-lock-labels' so that it only is used on decoration level 2
10743 since `c-font-lock-declarations' handles it otherwise.
10744
10745 (c-complex-decl-matchers): Remove the simplistic recognition of
10746 access labels.
10747
10748 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10749 with labels earlier.
10750
10751 (c-decl-start-re): New language variable to make
10752 `c-font-lock-declarations' stop for the special protection labels
10753 in Objective-C that start with `@'.
10754
10755 (c-label-key): Remove since it's no longer used.
10756
10757 (c-recognize-colon-labels, c-label-prefix-re): New language
10758 constants to support recognition of generic colon-terminated labels.
10759
10760 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10761 are colon terminated labels.
10762
10763 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10764 first argument starts with a special brace list.
10765
10766 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10767 (c-font-lock-declarations): Break out the declaration and cast
10768 recognition from `c-font-lock-declarations' to a new function, so
10769 that it can be used in the indentation engine.
10770
10771 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10772 up to the start of the literal. Fixed bug with the point on the
10773 wrong side of the search limit that could happen when the start
10774 position is inside a literal.
10775
10776 * progmodes/cc-engine.el (c-parse-state)
10777 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10778 so that it's kept a little bit back to increase the hit rate.
10779
10780 (c-parse-state): Change the macro handling and fixed some
10781 glitches. Macro context is checked more often than necessary now,
10782 but otoh less garbage conses are generated.
10783
10784 * progmodes/cc-engine.el (c-parse-state)
10785 (c-invalidate-state-cache): Cache the last position where
10786 `c-state-cache' applies. This can speed up refontification quite
10787 a bit in blocks where there are many non-brace parens before the point.
10788
10789 (c-state-cache-end): New variable for this.
10790
10791 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10792 cache variable.
10793
10794 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10795 get close initial continue positions when the start position is
10796 inside a literal or macro. Do not call the callback for spots
10797 before the start position (which can happen e.g. for `c-decl-end'
10798 spots inside comments). Optimize better in special cases when the
10799 region is a single line inside a literal or macro (typically when
10800 the current line is refontified).
10801
10802 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10803 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10804 entries from the paren state.
10805
10806 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10807 special case for "else if" clauses.
10808
10809 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10810 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10811
10812 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10813 New language variable to recognize the gcc extension with statement
10814 blocks inside expressions.
10815
10816 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10817 it somewhat more comprehensible. The argument AT-BLOCK-START is
10818 no longer used and hence removed.
10819
10820 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10821 to `c-add-stmt-syntax'.
10822
10823 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10824 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10825 This fixes bogus label recognition.
10826
10827 * progmodes/cc-engine.el (c-add-type, c-check-type)
10828 (c-forward-name, c-forward-type): Improve storage of template
10829 types in `c-found-types' so that they can be recognized better.
10830
10831 (c-syntactic-content): Add option to skip past nested parens.
10832
10833 * progmodes/cc-engine.el (c-forward-name):
10834 Set `c-last-identifier-range' all the time. It's less work that way.
10835 Handle that there might not be an identifier to store in
10836 `c-last-identifier-range'.
10837
10838 (c-forward-type): Handle that `c-last-identifier-range' might be
10839 nil from `c-forward-name'.
10840
10841 * progmodes/cc-defs.el (c-safe-scan-lists)
10842 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10843
10844 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10845 to work even if the form fails.
10846
10847 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10848 down in a large file in one go.
10849
10850 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10851
10852 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10853 function which is like `c-lineup-math' but returns nil instead of
10854 `c-basic-offset' when it doesn't match.
10855
10856 (c-lineup-math): Change to use `c-lineup-assignments'.
10857
10858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10859
10860 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10861 c-beginning-of-statement. New subfunctions
10862 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10863
10864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10865
10866 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10867 hardcoded char classes whereever possible. Changed a couple of
10868 places to use skip by syntax instead of skip by char class.
10869
10870 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10871 Fix a bug in the regexp that caused extreme backtracking.
10872
10873 * progmodes/cc-langs.el (c-block-comment-starter)
10874 (c-block-comment-ender): New language constants to specify in a
10875 single place how block comments look.
10876
10877 (c-comment-start-regexp, c-block-comment-start-regexp)
10878 (comment-start, comment-end, comment-start-skip)
10879 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10880 (c-syntactic-ws, c-nonempty-syntactic-ws)
10881 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10882 `c-line-comment-starter', `c-block-comment-starter' and
10883 `c-block-comment-ender'.
10884
10885 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10886 New language constants to break up things a bit.
10887
10888 (c-simple-ws): New language constant for simple whitespace.
10889
10890 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10891
10892 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10893 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10894 newlines. Allow and ignore nil elements in the list.
10895
10896 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10897
10898 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10899 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10900
10901 * progmodes/cc-cmds.el: Tidy up the comments in
10902 c-beginning-of-statement and subfunctions.
10903
10904 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10905 more flexible c-put-char-property and c-clear-char-properties.
10906 Add the author's email address.
10907
10908 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10909
10910 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10911 closing "*/" of a block comment.
10912
10913 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10914 subfunctions) so that it works at BOB and EOB.
10915
10916 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10917 c-beginning-of-statement, including new variable
10918 c-block-comment-start-regexp.
10919
10920 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10921
10922 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10923 symbols from `*-font-lock-extra-types' so that there's no need to
10924 use `regexp-opt' on those lists.
10925
10926 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10927 `c-type-modifier-kwds' is empty.
10928
10929 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10930 there are several strings on the same line.
10931
10932 * progmodes/cc-engine.el (c-literal-limits): Remove the
10933 compatibility function for older emacsen. `c-literal-limits-fast'
10934 has now taken the place of this function.
10935
10936 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10937 with older emacsen: We now require `pps-extended-state'.
10938
10939 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10940
10941 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10942 which obviates the need to hack sentence-end. This now handles
10943 escaped newlines in strings correctly. Correct minor bugs in
10944 c-move-over-sentence and in c-beginning-of-statement.
10945
10946 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10947 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10948 that movement over macros and code are rigorously separated from
10949 eachother. Correct a few incidental bugs.
10950
10951 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10952 Improve its doc-string. Improve the handling of certain specific cases.
10953
10954 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10955
10956 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10957 (c-guess-basic-syntax): Change the way class-level labels are
10958 recognized; they can now contain essentially any symbols.
10959
10960 (c-opt-extra-label-key): New language variable to cope with the
10961 special protection label syntax in Objective-C.
10962
10963 (c-opt-access-key): Remove; this is now handled better by
10964 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10965
10966 (c-complex-decl-matchers): Update to handle that
10967 `c-opt-access-key' no longer exists.
10968
10969 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10970 improved label recognition in `c-beginning-of-statement-1'.
10971
10972 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10973 Recognize bitfields better.
10974
10975 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10976 Remove some cruft and fixed a bug that could cause it to go to a
10977 position further down.
10978
10979 * progmodes/cc-langs.el, cc-engine.el
10980 (c-beginning-of-statement-1): Improve detection of labels in
10981 declaration contexts.
10982
10983 (c-beginning-of-decl-1): Use it.
10984
10985 (c-nonlabel-token-key): New language constant and variable needed
10986 by `c-beginning-of-statement-1'.
10987
10988 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10989 manifested itself due to the correction in `c-forward-sexp'.
10990
10991 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10992 Make these behave as documented when used at the buffer limits.
10993
10994 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10995 (c-type-decl-end-used): Made this a language variable.
10996
10997 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10998 correctly when `combine-after-change-calls' is used together with
10999 temporary narrowings.
11000
11001 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11002 Report labels correctly when the start point is immediately after the
11003 colon.
11004
11005 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11006 Remove since it isn't used anymore.
11007
11008 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11009 bracket arglists such as template parens in C++.
11010
11011 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11012 in the last check-in. Some optimization.
11013
11014 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11015 where it could stop at the same level in a preceding sexp when
11016 PAREN-LEVEL is set.
11017
11018 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11019 text property lookup only when it's needed.
11020
11021 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11022 Change the policy for paren marked angle brackets to be more
11023 persistent; once marked they remain marked even when they're found
11024 to be unbalanced in the searched region. This should keep the
11025 paren syntax around even when individual lines are refontified in
11026 multiline template arglists.
11027
11028 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11029 to control markup so that incorrect angle bracket arglists aren't
11030 marked in contexts where the correct value for
11031 `c-disallow-comma-in-<>-arglists' isn't known.
11032
11033 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11034 argument has become `c-parse-and-markup-<>-arglists'.
11035
11036 (c-remove-<>-arglist-properties): Remove - no longer used.
11037
11038 (c-after-change-check-<>-operators): New function used on
11039 `after-change-functions' to avoid that "<" and ">" characters that
11040 are part of longer operators have paren syntax.
11041
11042 (c-<>-multichar-token-regexp): New language variable used by
11043 `c-after-change-check-<>-operators'.
11044
11045 (c-after-change): Call `c-after-change-check-<>-operators'.
11046
11047 (c-font-lock-<>-arglists): Use the context properties set by
11048 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11049 correctly to avoid doing invalid markup.
11050
11051 (c-font-lock-declarations): Remove code that undoes the invalid
11052 markup done by `c-font-lock-<>-arglists'.
11053
11054 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11055 after `c-font-lock-declarations'.
11056
11057 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11058 Add paren-level feature.
11059
11060 (c-guess-basic-syntax): Improve the anchor position for
11061 `template-args-cont' in nested template arglists. There's still
11062 much to be desired in this area, though.
11063
11064 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11065
11066 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11067 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11068
11069 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11070
11071 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11072 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11073
11074 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11075 it doesn't work no longer are supported.
11076
11077 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11078 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11079 requires support for the syntax-table' text property, which rules
11080 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
11081 cruft associated with those versions.
11082
11083 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11084 for the `syntax-table' text property, which rules out Emacs 19 and
11085 XEmacs < 21.4. Removed various compatibility cruft associated
11086 with those versions.
11087
11088 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11089 support for the `syntax-table' text property.
11090
11091 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11092 variable and use an extra quoted face name instead. All the
11093 emacsen flavors handle that correctly.
11094
11095 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11096 (c-font-lock-declarators, c-font-lock-declarations)
11097 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11098 property to mark the items in in declarator lists to handle
11099 refontification inside multiline declarations better.
11100
11101 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11102 construct like "a * b = c;" as a declaration.
11103
11104 2005-12-08 Kim F. Storm <storm@cua.dk>
11105
11106 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11107 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
11108 select either meta, hyper, or super modifier for rectangle commands.
11109 (cua--rectangle-modifier-key): New defvar.
11110 (cua--M/H-key): Use it. Remove special case for `space'.
11111 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11112 on X, to meta otherwise. Always bind C-return to toggle
11113 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
11114
11115 * emulation/cua-rect.el (cua-help-for-rectangle):
11116 Use cua--rectangle-modifier-key. Handle super modifier too.
11117 (cua--init-rectangles): Always bind C-return to toggle rectangle.
11118 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11119
11120 * ido.el: Move Acknowledgements and History after Commentary.
11121 Minor changes to Commentary.
11122
11123 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11124 keymap if cua--prefix-override-timer is `shift'.
11125 (cua--shift-control-prefix): New function; emulate "type prefix
11126 key twice" functionality to handle shifted prefix key override.
11127 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11128 New commands.
11129 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11130
11131 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
11132
11133 * textmodes/org.el (org-insert-heading): Try to do items before
11134 headings.
11135 (org-agenda-mode): Quote `org-agenda-mode-hook'.
11136 (org-insert-item): New function.
11137 (org-renumber-ordered-list): Don't skip to higher level lists.
11138
11139 2005-12-08 Juri Linkov <juri@jurta.org>
11140
11141 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11142
11143 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11144
11145 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11146
11147 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11148 the constructed function name fun-1.
11149
11150 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11151 because such links don't lead to parent documentation.
11152
11153 2005-12-08 Kenichi Handa <handa@m17n.org>
11154
11155 * descr-text.el (describe-char): Use *Help-2* buffer if the
11156 current buffer is *Help*. Call describe-text-properties while
11157 setting the original buffer.
11158
11159 2005-12-07 Bill Wohler <wohler@newt.com>
11160
11161 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
11162 and causes problems with non-MH users (such as Gnus users).
11163
11164 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
11165
11166 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11167 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11168 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11169 command "info sources". Move calls to GDB command "list".
11170 (gdb-find-file-hook): Just use gdb-source-file-list.
11171 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11172 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11173 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11174 (gdb-data-list-register-values-handler): Use correct trigger name.
11175
11176 2005-12-07 Kim F. Storm <storm@cua.dk>
11177
11178 * ido.el (ido-completion-map): Rename from ido-mode-map.
11179 (ido-common-completion-map, ido-file-completion-map)
11180 (ido-file-dir-completion-map, ido-buffer-completion-map):
11181 Rename from ido-mode-....-map.
11182 (ido-init-completion-maps): Rename from ido-init-mode-maps.
11183 (ido-setup-completion-map): Rename from ido-define-mode-map.
11184 (ido-read-internal): Bind minibuffer-local-filename-completion-map
11185 to ido-completion-map.
11186
11187 2005-12-07 Kenichi Handa <handa@m17n.org>
11188
11189 * international/mule-cmds.el
11190 (set-display-table-and-terminal-coding-system): If the coding
11191 system specified in `unibyte-display' property is different from
11192 the arg coding-system, don't setup standard-display-table.
11193
11194 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11197 that comments end at \n, regardless of selective-display.
11198
11199 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
11200
11201 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11202 (gdb-version): New variables.
11203 (gdb-source-file-list, gdb-register-names)
11204 (gdb-changed-registers): New variables for use with GDB 6.4+.
11205 (gdb-ann3): Replace with...
11206 (gdb-init-1, gdb-init-2): ...two new functions.
11207 (gdba, gdb-prompt): Call gdb-init-1.
11208 (gdb-get-version): New function. Call gdb-init-2 from here.
11209 (gud-watch): Make it work with mouse events too.
11210 (gdb-post-prompt): Don't add to queue until GDB version is known.
11211 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11212 (gdb-locals-mode): Use gdb-version.
11213 (gdb-memory-format-map, gdb-memory-unit-map)
11214 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11215 (gdb-locals-font-lock-keywords-1)
11216 (gdb-locals-font-lock-keywords-2): New variables.
11217 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11218 (gdb-set-gud-minor-mode-existing-buffers-1)
11219 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11220 (gdb-var-update-1, gdb-var-update-handler-1)
11221 (gdb-data-list-register-values-handler)
11222 (gdb-data-list-register-values-custom)
11223 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11224 (gdb-stack-list-locals-handler, gdb-get-register-names):
11225 New functions for use with GDB 6.4+.
11226 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11227 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11228 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11229 (gdb-stack-list-locals-regexp)
11230 (gdb-data-list-register-names-regexp): New regexps for use with
11231 GDB 6.4+.
11232
11233 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11236
11237 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11238
11239 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11240 prompts work for AUTH PLAIN. Also reported by Steve Allan
11241 <seallan@verizon.net>.
11242
11243 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11244
11245 * frame.el (set-frame-parameter): Add doc string.
11246
11247 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11248
11249 * textmodes/org.el (org-occur-highlights): New variable.
11250 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11251 (org-highlight-sparse-tree-matches): New option.
11252 (org-do-occur): New function.
11253 (org-get-heading): Make it work also at beginning of line.
11254 (org-category-table): New variable.
11255 (org-get-category-table, org-get-category)
11256 (org-camel-to-words, org-link-search): New functions.
11257 (org-select-this-todo-keyword): New variable.
11258 (org-todo-list): New command.
11259 (org-shiftright, org-shiftleft): New commands.
11260 (org-agenda-todo): Add prefix argument.
11261 (org-show-hierarchy-above): New option.
11262 (org-show-todo-tree): Numerical prefix creates tree for specific
11263 TODO keyword.
11264 (org-outline-level): New function, to assign a level to plain
11265 lists items.
11266 (org-cycle-include-plain-lists): New option.
11267 (org-mode): Use `org-outline-level' as value of `outline-level'.
11268 (org-cycle): Temporarily switch `outline-regexp' if
11269 `org-cycle-include-plain-lists' is non-nil.
11270 (org-start-icalendar-file): Fix format bug.
11271 (org-agenda-get-day-entries): Create category table.
11272 (org-agenda-get-todos, org-agenda-get-timestamps)
11273 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11274 (org-agenda-get-blocks): Use `org-get-category'.
11275 (org-context-in-file-links): Rename from
11276 `org-line-numbers-in-file-links'.
11277
11278 2005-12-06 Romain Francoise <romain@orebokech.com>
11279
11280 * window.el (balance-windows): Delete extraneous third arg in call
11281 to `enlarge-window'.
11282
11283 2005-12-06 Kenichi Handa <handa@m17n.org>
11284
11285 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11286
11287 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11288
11289 * progmodes/gdb-ui.el (gdb-var-create-handler)
11290 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11291 (gdb-var-list-children-handler, gdb-var-update-handler):
11292 Current buffer is already gdb-partial-output-buffer, don't
11293 make it current again.
11294
11295 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11296
11297 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11298 (list-buffers-noselect): Use it.
11299
11300 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11303 (mail-yank-ignored-headers): Use regexp-opt.
11304 (mail-mode-map): Move initialization into declaration.
11305 (mail-sent-via): Remove unused shadowed var `to-line'.
11306 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11307 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11308 (mail-do-fcc): Use dolist and push.
11309 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11310 (mail-yank-ignored-headers): Don't autoload.
11311
11312 2005-12-05 Kenichi Handa <handa@m17n.org>
11313
11314 * international/mule-cmds.el (set-language-info-internal): New fun.
11315 (set-language-info): Call set-language-info-internal to update
11316 language-info-alist. If LANG-ENV is the current one, call
11317 set-language-environment to make INFO effective now.
11318 (set-language-info-alist): Likewise.
11319 (locale-language-names): With locale "en", use English
11320 lang. env. but set the default codings to iso-8859-1.
11321
11322 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11323
11324 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11325 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11326 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11327 for plain strings.
11328 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11329 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11330 Create registers buffer if necessary. Echo new state in minibuffer.
11331 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11332
11333 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11334
11335 * info.el (Info-fontify-node): Match external links using
11336 non-directory part of filename.
11337
11338 2005-12-04 Juri Linkov <juri@jurta.org>
11339
11340 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11341 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11342 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11343 because there is no customization option for it.
11344
11345 * font-lock.el (lisp-font-lock-keywords-1):
11346 Add define-global-minor-mode.
11347
11348 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11349
11350 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11351 properties on the constructed variable names.
11352
11353 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11354 Put `definition-name' properties on the constructed function names
11355 next-sym and prev-sym.
11356
11357 * emacs-lisp/find-func.el (find-function-regexp):
11358 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11359 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11360 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11361 and easy-menu-define.
11362
11363 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11364 easy-mmode-define-global-mode and define-global-minor-mode.
11365 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11366
11367 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11368 instead of easy-mmode-define-global-mode.
11369
11370 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11371 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11372
11373 * cus-edit.el (customize-group, customize-group-other-window):
11374 Filter out autoloaded options from the group completion list by
11375 using heuristics that autoloaded groups don't have `custom-autoload'
11376 property on their symbols (they have only `custom-loads').
11377
11378 * simple.el (completion-setup-function): Put completions-common-part
11379 face on complete completion string too (i.e. completion string
11380 without completions-first-difference face).
11381
11382 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11383
11384 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11385
11386 * view.el (view-mode): Doc fix.
11387
11388 * disp-table.el (standard-display-european): Add to the warning
11389 message a reference to the doc string.
11390
11391 * play/yow.el (apropos-zippy): Call print-help-return-message,
11392 similar to other Help and Apropos commands.
11393
11394 * help.el (print-help-return-message): If pop-up-frames is
11395 non-nil, set up help-return-method to delete the help window and,
11396 possibly, its frame as well, and don't display message about
11397 scrolling the help window. Doc fix.
11398 (help-return-method): Doc fix.
11399
11400 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11401
11402 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11403 whereby names of length one or names starting with a
11404 symbol-constituent character would not be returned.
11405
11406 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11407
11408 * subr.el (atomic-change-group): Add edebug and indentation spec.
11409
11410 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * completion.el (save-completions-file-name): Fix typo in last change.
11413
11414 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11415
11416 * info.el: Move back/forward history to the beginning of the tool bar.
11417
11418 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11419
11420 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11421 Add fset of allout-real-isearch-abort during compile to fix
11422 byte-compilation warnings.
11423 (allout-mode-p): Move definition of this macro above all uses, or
11424 byte compilation in barren emacs (eg, during emacs build) will
11425 lack the definition.
11426 (allout-mode): Move this variable above any uses, or byte
11427 compilation will fail.
11428 (allout-resolve-xref): Remove use of personal file-reference function.
11429 (allout-toggle-current-subtree-encryption): Do the current (ie,
11430 visible containing) topic, rather than nearest around point. Doc fix.
11431 (allout-toggle-subtree-encryption): New function, workhorse that
11432 works on nearest topic containing point.
11433 (allout-encrypt-string): Signal requirement for newer version of pgg.
11434 (allout-resumptions): Doc fix.
11435
11436 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11437
11438 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11439
11440 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11441
11442 * textmodes/flyspell.el (flyspell-external-point-words):
11443 Consider a misspelling as found in the string search if: (a) misspelling
11444 and found string lengths match, or (b) misspelling is found as
11445 element in a boundary-chars separated longer string, or (c)
11446 ispell-program-name is really ispell and misspelling is found as
11447 part of a TeX string. After successful match move beginning of
11448 search region to end of match. Warn about not found misspellings
11449 once the process is done.
11450 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11451
11452 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11453
11454 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11455 tool bar (removed inadvertently).
11456
11457 2005-12-02 Juri Linkov <juri@jurta.org>
11458
11459 * log-view.el (log-view-diff): Clarify doc string.
11460
11461 2005-12-01 Bill Wohler <wohler@newt.com>
11462
11463 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11464 triggers lm-verify errors.
11465
11466 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11467
11468 * simple.el (transient-mark-mode, line-number-mode)
11469 (column-number-mode, size-indication-mode): Remove `:require nil'.
11470
11471 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11474 in the margin also.
11475 (gdb-breakpoints-mode-map): Use D instead of d for
11476 gdb-delete-breakpoint.
11477 (gdb-get-frame-number): Require a number to match on.
11478 (gdb-threads-mode-map): Add follow-link binding.
11479
11480 2005-11-30 Jason Rumney <jasonr@gnu.org>
11481
11482 * isearch.el (isearch-mode-map): Avoid exiting search on
11483 language-change event.
11484
11485 2005-11-30 Romain Francoise <romain@orebokech.com>
11486
11487 * speedbar.el (speedbar-default-position): New defcustom.
11488 (speedbar-frame-reposition-smartly): Use it.
11489
11490 * dframe.el (dframe-reposition-frame-emacs): Fix position
11491 computation for `left' location.
11492 Update copyright year.
11493
11494 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11495
11496 * help.el (help-map): Move initialization into declaration.
11497
11498 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11499
11500 * help-fns.el (help-argument-name): Don't autoload.
11501 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11502 to be re-loaded when customizing the `help' group.
11503
11504 2005-11-30 John Paul Wallington <jpw@gnu.org>
11505
11506 * help-fns.el (describe-function-1): Fill arglist output.
11507
11508 2005-11-30 Kim F. Storm <storm@cua.dk>
11509
11510 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11511 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11512 after revert-buffer (or anything else which kills all local variables).
11513
11514 * apropos.el (apropos-parse-pattern): Doc fix.
11515 Set apropos-regexp directly, rather than expecting callers to do so.
11516 (apropos-command, apropos, apropos-value, apropos-documentation):
11517 Simplify calls to apropos-parse-pattern.
11518
11519 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11522 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11523 (hi-lock-write-interactive-patterns): Use comment-region.
11524
11525 * longlines.el (longlines-mode): Add mail-setup-hook.
11526
11527 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11528
11529 * simple.el (sendmail-user-agent-compose, next-line):
11530 Conditionally use hard-newline.
11531
11532 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11533
11534 * international/latexenc.el (latex-inputenc-coding-alist):
11535 Reword doc string.
11536
11537 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * help.el (describe-key-briefly, describe-key): Recognize default
11540 bindings.
11541
11542 2005-11-29 Romain Francoise <romain@orebokech.com>
11543
11544 * view.el (view-inhibit-help-message): New defcustom.
11545 (view-mode-enter): Use it.
11546
11547 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11548
11549 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11550 Preserve user position.
11551
11552 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11553
11554 * font-lock.el: Throw error if facemenu is not loaded to prevent
11555 accidental change of loading order in loadup.el. (Suggested by RMS.)
11556
11557 * loadup.el: Add comment explaining why facemenu must be loaded
11558 before font-lock.
11559
11560 2005-11-28 Jay Belanger <belanger@truman.edu>
11561
11562 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11563 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11564
11565 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11566
11567 * calc/calc-embed.el (calc-do-embedded): Update help message.
11568
11569 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11570
11571 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11574
11575 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11576 called-interactively-p.
11577 (elp-profilable-p): Rename from elp-not-profilable-p.
11578 Invert result and take into account macros and autoloaded functions.
11579 (elp-instrument-function): Update call.
11580 (elp-instrument-package): Update call. Add completion.
11581 (elp-pack-number): Use match-string.
11582 (elp-results-jump-to-definition-by-mouse): Merge into
11583 elp-results-jump-to-definition and then remove.
11584 (elp-output-insert-symname): Make help echo text single-line.
11585
11586 * replace.el (query-replace-map): Move initialization into declaration.
11587 (occur-engine): Use with-current-buffer.
11588 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11589 (occur-mode-mouse-goto): Replace with an alias.
11590
11591 2005-11-28 Juri Linkov <juri@jurta.org>
11592
11593 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11594
11595 * term/w32-win.el: Bind [S-tab] to [backtab].
11596
11597 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11598 `Info-find-file' to t.
11599
11600 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11601 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11602 and same-window-regexps.
11603 (occur-next-error): Don't move point for arg 0.
11604
11605 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11606
11607 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11608
11609 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * log-edit.el (log-edit-changelog-use-first): New var.
11612 (log-edit-changelog-ours-p): Use it.
11613 (log-edit-insert-changelog): Set it with new arg `use-first'.
11614 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11615 (log-edit-hook): Add them to the list of suggested options.
11616
11617 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11618 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11619 redundant work.
11620 (flyspell-mode-on): Use add-hook for after-change-functions.
11621 (flyspell-mode-off): Use remove-hook for after-change-functions.
11622 (flyspell-changes): Make it buffer-local.
11623 (flyspell-after-change-function): Make it non-interactive. Use push.
11624 (flyspell-post-command-hook): Check input-pending-p while processing
11625 the potentially long list of buffer changes.
11626
11627 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11628
11629 * buff-menu.el (list-buffers-noselect): Display the selected
11630 frame's buffer list, not the global one.
11631
11632 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11633
11634 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11635 that (list last-input-event) works as in interactive spec.
11636
11637 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11638
11639 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11640 `facemenu-keymap' needs to be defined when font-lock is loaded.
11641 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11642
11643 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * completion.el: Remove useless leading * in defcustom docstrings.
11646 (save-completions-file-name): Use ~/.emacs.d if available.
11647 (completion-standard-syntax-table): Rename from
11648 cmpl-standard-syntax-table and fold initialization into declaration,
11649 thus removing cmpl-make-standard-completion-syntax-table.
11650 (completion-lisp-syntax-table, completion-c-syntax-table)
11651 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11652 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11653 (symbol-under-point, symbol-before-point)
11654 (symbol-under-or-before-point, symbol-before-point-for-complete)
11655 (add-completions-from-c-buffer): Use with-syntax-table.
11656 (make-completion): Don't return a list of completion entries.
11657 Update callers.
11658 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11659 (completion-initialize): Rename from initialize-completions.
11660 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11661 (kill-emacs-save-completions): Collect stats here.
11662 (save-completions-to-file, load-completions-from-file):
11663 Use with-current-buffer.
11664 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11665 into a function. Move all calls to toplevel.
11666 (completion-lisp-mode-hook): New fun.
11667 (completion-c-mode-hook, completion-setup-fortran-mode):
11668 Set the syntax-table here. Use local-set-key.
11669 (completion-saved-bindings): New var.
11670 (dynamic-completion-mode): Make it into a proper minor mode.
11671 (load-completions-from-file): Remove unused var `num-uses'.
11672
11673 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11674 constructor if it is explicitly overridden.
11675
11676 * complete.el (PC-completion-as-file-name-predicate):
11677 Use minibuffer-completing-file-name.
11678 (partial-completion-mode): Use find-file-not-found-functions.
11679 (PC-lisp-complete-symbol): Use with-syntax-table.
11680 (PC-look-for-include-file): Remove dead setq.
11681 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11682 (PC-complete): Use with-current-buffer.
11683
11684 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11685 escape single quotes.
11686
11687 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11690 of `if' whose condition always returned nil. Doc fix.
11691
11692 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11693 window's buffer the current buffer around the call to
11694 `list-buffers-noselect'. This is necessary to mark that buffer
11695 with a `.' in the Buffer Menu when called from Lisp, for instance
11696 by Auto Revert Mode.
11697
11698 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11701 attaching to it.
11702 (gdb-pre-prompt): Make sure gdb-error is reset.
11703
11704 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11705 with a child process, detect it.
11706 (gud-speedbar-buttons): Match regexp more carefully.
11707
11708 2005-11-27 Richard M. Stallman <rms@gnu.org>
11709
11710 * mouse.el (mouse-drag-move-window-bottom):
11711 Use adjust-window-trailing-edge.
11712
11713 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11714
11715 * simple.el (blink-matching-open): Ignore
11716 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11717 (blink-matching-paren-on-screen): Update docstring.
11718
11719 * paren.el (show-paren-mode): No longer change
11720 `blink-matching-paren-on-screen'.
11721
11722 2005-11-27 John Paul Wallington <jpw@pobox.com>
11723
11724 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11725 (gdb-threads-select, gdb-edit-register-value):
11726 Use `posn-set-point' instead of `mouse-set-point' because the
11727 latter is not fbound when configured without X.
11728
11729 2005-11-27 Kim F. Storm <storm@cua.dk>
11730
11731 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11732 existing face when partially highlighting a TAB in a rectangle.
11733
11734 2005-11-26 Kim F. Storm <storm@cua.dk>
11735
11736 * ido.el (ido-mode-map): Doc fix.
11737 (ido-mode-common-map, ido-mode-file-map)
11738 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11739 (ido-define-mode-map): Rewrite. Select one of the new maps as
11740 parent for ido-mode-map instead of building from scratch.
11741 (ido-init-mode-maps): New defun to initialize new maps.
11742 (ido-mode): Call it.
11743 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11744 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11745
11746 2005-11-26 John Paul Wallington <jpw@pobox.com>
11747
11748 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11749 `mouse-set-point' because the latter is not fbound when configured
11750 without X.
11751
11752 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11753
11754 * files.el (file-relative-name): Doc fix.
11755
11756 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11757
11758 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11759 non-empty string for secondary prompt PS2.
11760
11761 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * progmodes/compile.el (compilation-setup): Fix last change.
11764
11765 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11766
11767 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11768 (gdb-mouse-toggle-breakpoint-margin)
11769 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11770 Add gdb-server-prefix to keep out of command history.
11771 (gdb-edit-register-value): New function.
11772 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11773 (gdb-info-registers-custom): Use above map.
11774
11775 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * custom.el (enable-theme): Signal error if argument is not a
11778 theme. Don't recalculate a face if it's not loaded yet.
11779
11780 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11781 the `user' theme is in effect.
11782
11783 * info.el (Info-on-current-buffer): Record actual filename in
11784 Info-current-file, instead of t, or a fake filename if a non-file
11785 buffer. Make autoload.
11786 (Info-find-node, Info-revert-find-node): No need to check for
11787 Info-current-file nil.
11788 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11789 Info-current-file is now never `t'.
11790 (Info-fontify-node): Many simplifications due to Info-current-file
11791 always being valid. Use Info-find-file to find node filename.
11792
11793 2005-11-25 David Kastrup <dak@gnu.org>
11794
11795 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11796 new character, then delete" in order to preserve markers.
11797
11798 2005-11-25 David Ponce <david@dponce.com>
11799
11800 * recentf.el (recentf-arrange-by-rule): Handle a special
11801 `auto-mode-alist'-like "strip suffix" rule.
11802 (recentf-build-mode-rules): Handle second level auto-mode entries.
11803
11804 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11805
11806 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11807 window modes.
11808
11809 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11810 jde-javadoc-checker-report-mode.
11811
11812 * ediff-wind (ediff-make-wide-display): Slight simplification.
11813
11814 * ediff.el (ediff-date): Change the date of last update.
11815
11816 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11817
11818 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11819 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11820 (hi-lock-mode): New global minor mode.
11821 (turn-on-hi-lock-if-enabled): New function.
11822 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11823 Change arguments to regexp and face instead of a font-lock pattern.
11824 Directly set face property, instead of refontifying.
11825 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11826 (hi-lock-find-patterns): Use line-number-at-pos.
11827
11828 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11829 arguments for hi-lock-set-pattern.
11830 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11831 Call font-lock-fontify-buffer.
11832 (hi-lock-find-file-hook, hi-lock-current-line)
11833 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11834
11835 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11836 turned off.
11837
11838 * progmodes/compile.el (compilation-setup): Don't fiddle with
11839 font-lock-defaults.
11840
11841 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * progmodes/gdb-ui.el (gdb-var-create-handler)
11844 (gdb-var-list-children-handler): Find values for all variable
11845 objects. gud-speedbar-buttons decides whether to display them.
11846
11847 2005-11-24 Romain Francoise <romain@orebokech.com>
11848
11849 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11850 buffer name with a space.
11851
11852 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11853
11854 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11855 `org-export-local-list-max-depth'. Change default value to 3.
11856 (org-auto-renumber-ordered-lists)
11857 (org-plain-list-ordered-item-terminator): New options.
11858 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11859 (org-get-indentation, org-get-string-indentation)
11860 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11861 New functions.
11862 (org-move-item-down, org-move-item-up): New commands.
11863 (org-export-as-html): New classes for CSS support. Bug fix in
11864 regular expression detecting fixed-width regions. Respect
11865 `org-local-list-ordered-item-terminator'.
11866 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11867 also a list item.
11868 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11869 New item moving functions.
11870
11871 2005-11-24 Juri Linkov <juri@jurta.org>
11872
11873 * isearch.el (isearch-repeat): With empty search ring set
11874 `isearch-error' to the error string instead of signaling error
11875 with the function `error'.
11876
11877 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11878
11879 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11880
11881 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11882
11883 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11884 and variable.
11885 (gdb-var-create-handler, gdb-var-list-children-handler):
11886 Don't match on "char **...".
11887 (gdb-var-update-handler): Find values for all variable objects.
11888 (gdb-info-frames-custom): Identify frames by leading "#".
11889
11890 * progmodes/gud.el (gud-speedbar-menu-items): Add
11891 gdb-speedbar-auto-raise as radio button.
11892 (gud-speedbar-buttons): Raise speedbar if requested.
11893 Don't match on "char **...".
11894 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11895 Make it editable.
11896
11897 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11898
11899 * info.el (Info-fontify-node): Handle the case where
11900 Info-current-file is t.
11901
11902 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * simple.el (blink-matching-open): Fix off-by-one in last change.
11905
11906 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11907
11908 * term/mac-win.el: Don't change default directory.
11909
11910 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11911
11912 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11913 buffers correctly. (It used to throw an error in such buffers.)
11914 Make it ask for confirmation in group buffers and other Custom
11915 buffers containing more than one customization item.
11916
11917 2005-11-22 John Paul Wallington <jpw@gnu.org>
11918
11919 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11920 property on mail and url overlays.
11921 (goto-address-at-point): Use `posn-set-point' instead of
11922 `mouse-set-point' because the latter is not fbound when configured
11923 without X.
11924
11925 2005-11-22 Lars Hansen <larsh@soem.dk>
11926
11927 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11928 (ls-lisp-classify, ls-lisp-format): Delete call to
11929 ls-lisp-parse-symlink.
11930 (ls-lisp-handle-switches): Handle symlinks to directories as
11931 directories when ls-lisp-dirs-first in non-nil.
11932
11933 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11934
11935 * startup.el (command-line): Make sure that loaddefs.el is handled
11936 correctly in load-history.
11937
11938 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11939
11940 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11941 (gdb-struct-string, gdb-array-string): New constants.
11942 (gdb-info-locals-handler): Use them.
11943 (gdb-reset): Reset gdb-var-list to nil.
11944
11945 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11948 in patterns.
11949
11950 2005-11-21 Juri Linkov <juri@jurta.org>
11951
11952 * custom.el (defcustom): Update link types in docstring.
11953
11954 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11955
11956 * custom.el (defgroup): Add doc-string-elt info.
11957
11958 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11959
11960 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11961
11962 * newcomment.el (comment-enter-backward): Fix last fix.
11963
11964 * simple.el (blink-matching-open):
11965 * paren.el (show-paren-function): Allow new paren-class info.
11966
11967 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11968
11969 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11970 handled automagically.
11971
11972 2005-11-20 Andreas Schwab <schwab@suse.de>
11973
11974 * descr-text.el (describe-char): When copying overlays put them
11975 over the full char description instead of just the first character
11976 of it.
11977
11978 2005-11-20 Juri Linkov <juri@jurta.org>
11979
11980 * simple.el (what-cursor-position):
11981 * descr-text.el (describe-char): Use Lisp-readable syntax
11982 for octal and hex. Reorder decimal, octal and hex values.
11983 Remove excess whitespace in the output. Use `=' in `column='
11984 like in `point=' and `Hscroll='.
11985
11986 * international/mule-cmds.el (encoded-string-description):
11987 Use Lisp-readable syntax for hex.
11988
11989 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11990
11991 * newcomment.el (comment-enter-backward): Handle the case where the
11992 comment is closed by EOB.
11993
11994 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * longlines.el (longlines-before-revert-hook)
11997 (longlines-after-revert-hook): New functions.
11998 (longlines-mode): Turn off longlines temporarily when reverting.
11999 Add a message-setup-hook.
12000 (longlines-decode-buffer): New function.
12001 (longlines-wrap-line): Preserve marker positions.
12002
12003 2005-11-19 Andreas Schwab <schwab@suse.de>
12004
12005 * emacs-lisp/shadow.el: Handle compressed files.
12006
12007 2005-11-19 Romain Francoise <romain@orebokech.com>
12008
12009 * net/browse-url.el (browse-url-default-browser): Signal an error
12010 if no usable browser can be found, rather than try to load w3.
12011
12012 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12013
12014 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12015 replacing existing properties.
12016 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12017 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12018 tty specs.
12019 (rcirc-server-prefix, rcirc-server): New faces.
12020 (rcirc-url-regexp): Generate with rx macro.
12021 (rcirc-last-server-message-time): New variable.
12022 (rcirc-filter): Record time of last message.
12023 (rcirc-keepalive): Kill processes that did not send a message
12024 since the last ping.
12025 (rcirc-mode): Give rcirc-topic a local binding here.
12026
12027 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12028
12029 * subr.el (read-passwd): Fontify the prompt as we do with other
12030 prompts.
12031
12032 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12033
12034 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12035 binding buffer-read-only to nil.
12036
12037 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12038
12039 * complete.el (partial-completion-mode):
12040 Mention completion-auto-help in the doc string.
12041
12042 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12043 more Lisp-ish way.
12044
12045 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12046
12047 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12048 digits, not 8, to avoid misalignment for files larger than 100MB.
12049
12050 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12051
12052 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12053 Mention "keyboard shortcuts" in the help text.
12054
12055 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12056
12057 * startup.el (fancy-splash-default-action): Discard only
12058 mouse-down and succeeding mouse-up events in the splash screen
12059 window so that drag-n-drop event can be processed.
12060
12061 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12062
12063 * longlines.el (longlines-mode): Add hacks for mail-mode and
12064 message-mode.
12065
12066 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12067
12068 * textmodes/org.el (org-table-sort-lines): New command.
12069 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12070 (org-add-file): Command removed, use `org-agenda-file-to-front'
12071 instead.
12072 (org-export-icalendar): Use `org-icalendar-combined-name'.
12073 (org-cycle-agenda-files, org-agenda-file-to-end)
12074 (org-agenda-file-to-front): New commands.
12075 (org-table-tab-jumps-over-hlines, org-export-html-style):
12076 New options.
12077 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12078 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12079 New functions.
12080 (org-fill-paragraph): Call `org-table-align' in tables.
12081 (org-mode): Call `org-set-autofill-regexps'.
12082 (org-export-as-html): Support for local handformatted lists.
12083 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
12084 (org-export-local-list-max-depth): New option.
12085 (org-html-expand): Use `org-html-protect'.
12086
12087 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
12088
12089 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12090 to "p".
12091 (gdb): Move definition of gud-pp to...
12092
12093 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
12094 speedbar.
12095 (gdb-find-watch-expression): New function.
12096
12097 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12098
12099 * faces.el (face-attribute, set-face-attribute): Mention existence
12100 of `:ignore-defface' setting in docstring.
12101
12102 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * simple.el (completion-setup-function): Fix last change.
12105
12106 2005-11-17 John Paul Wallington <jpw@pobox.com>
12107
12108 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12109 Use `posn-set-point' instead of `mouse-set-point' because the
12110 latter is not fbound when configured without X.
12111
12112 * comint.el (comint-insert-input): Likewise.
12113
12114 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * simple.el (hard-newline): New variable.
12117 (sendmail-user-agent-compose, next-line): Use it.
12118
12119 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12120 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12121 (mail-mail-reply-to, mail-mail-followup-to)
12122 (mail-position-on-field, mail-signature, mail-yank-original)
12123 (mail-attach-file): Likewise.
12124
12125 * mail/mailheader.el (mail-header-format)
12126 (mail-header-format-function): Likewise.
12127
12128 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12129
12130 2005-11-17 Juri Linkov <juri@jurta.org>
12131
12132 * font-lock.el (font-lock-faces): Rename this defgroup from
12133 `font-lock-highlighting-faces'.
12134 (font-lock-comment-face, font-lock-comment-delimiter-face)
12135 (font-lock-string-face, font-lock-doc-face)
12136 (font-lock-keyword-face, font-lock-builtin-face)
12137 (font-lock-function-name-face, font-lock-variable-name-face)
12138 (font-lock-type-face, font-lock-constant-face)
12139 (font-lock-warning-face, font-lock-negation-char-face)
12140 (font-lock-preprocessor-face)
12141 (font-lock-regexp-grouping-backslash)
12142 (font-lock-regexp-grouping-construct): Rename :group from
12143 `font-lock-highlighting-faces' to `font-lock-faces'.
12144
12145 * cus-edit.el (lisp, c, tex):
12146 * progmodes/ada-mode.el (ada):
12147 * progmodes/asm-mode.el (asm):
12148 * progmodes/cperl-mode.el (cperl-faces):
12149 * progmodes/cpp.el (cpp):
12150 * progmodes/dcl-mode.el (dcl):
12151 * progmodes/f90.el (f90):
12152 * progmodes/fortran.el (fortran):
12153 * progmodes/icon.el (icon):
12154 * progmodes/idlwave.el (idlwave-misc):
12155 * progmodes/m4-mode.el (m4):
12156 * progmodes/make-mode.el (makefile):
12157 * progmodes/meta-mode.el (meta-font):
12158 * progmodes/modula2.el (modula2):
12159 * progmodes/octave-mod.el (octave):
12160 * progmodes/pascal.el (pascal):
12161 * progmodes/perl-mode.el (perl):
12162 * progmodes/prolog.el (prolog):
12163 * progmodes/ps-mode.el (PostScript-edit):
12164 * progmodes/scheme.el (scheme):
12165 * progmodes/sh-script.el (sh-script):
12166 * progmodes/simula.el (simula):
12167 * progmodes/tcl.el (tcl):
12168 * textmodes/nroff-mode.el (nroff):
12169 * textmodes/reftex-vars.el (reftex-fontification-configurations):
12170 * textmodes/sgml-mode.el (sgml):
12171 * textmodes/texinfo.el (texinfo):
12172 Add :link (custom-group-link font-lock-faces) to defgroup.
12173
12174 * hi-lock.el (hi-lock): Rename this defgroup from
12175 `hi-lock-interactive-text-highlighting'. Change parent group from
12176 `faces' to `font-lock'. Add link to the manual.
12177 (hi-lock-mode, hi-lock-file-patterns-range)
12178 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12179 `hi-lock-interactive-text-highlighting' to `hi-lock'.
12180 (hi-lock-faces): Add :group `faces'.
12181
12182 * cus-edit.el (custom-variable-prompt): Clarify the code.
12183
12184 * faces.el (face-read-string): Set the default value arg of
12185 completing-read.
12186
12187 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
12188
12189 * rfn-eshadow.el (file-name-shadow-properties)
12190 (file-name-shadow-tty-properties, file-name-shadow-mode):
12191 Remove autoloads, because the file is now preloaded.
12192
12193 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * printing.el (easy-menu-intern): Don't define.
12196 (pr-get-symbol): Use easy-menu-intern only if defined.
12197
12198 * simple.el (blink-matching-open): Simplify a bit.
12199 (completion-setup-function): Fix the case of partial-completion-mode
12200 when the minibuffer's contents start with "-".
12201 Obey completion-base-size-function even when
12202 minibuffer-completing-file-name is non-nil.
12203
12204 2005-11-16 Richard M. Stallman <rms@gnu.org>
12205
12206 * net/eudcb-ph.el (eudc-ph-open-session):
12207 Use set-process-query-on-exit-flag.
12208
12209 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12210
12211 * international/ucs-tables.el (ucs-set-table-for-input):
12212 Use make-local-variable, not make-variable-buffer-local.
12213
12214 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12215 Improve warning message text.
12216
12217 * savehist.el (savehist-save-hook): Add :group.
12218
12219 * menu-bar.el (menu-bar-help-menu):
12220 Rename Find Extra Packages to External Packages.
12221
12222 * cus-edit.el (Custom-reset-standard): Verify that
12223 :custom-standard-value prop exists before calling it.
12224
12225 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12226
12227 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12228
12229 * wid-edit.el (color): Enclose %t in %{...%}.
12230
12231 * cus-edit.el (face): Enclose %t in %{...%}.
12232
12233 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12234
12235 * savehist.el (savehist-mode-hook): Re-add the var.
12236 (savehist-mode): Use it.
12237
12238 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * textmodes/flyspell.el: Fix commenting convention.
12241 Remove unnecessary leading * in custom docstrings.
12242 (flyspell-emacs): Remove unused var.
12243 (flyspell-delete-region-overlays): Use remove-overlays.
12244 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12245 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12246 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12247 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12248 (make-flyspell-overlay): Don't locally reuse a global name.
12249 (flyspell-highlight-incorrect-region)
12250 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12251 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12252 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12253 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12254 Wrap calls to accept-process-output inside with-local-quit since it's
12255 often called from a post-command-hook.
12256 (flyspell-correct-word, flyspell-auto-correct-word):
12257 Use ispell-send-string.
12258 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12259
12260 * calendar/diary-lib.el (diary-list-entries): Also hide the
12261 terminating newline.
12262
12263 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12264
12265 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12266 window-system, to allow fonts on tty.
12267
12268 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12269
12270 * progmodes/gud.el (gud-speedbar-item-info): New function.
12271 (gud-install-speedbar-variables): Use it to display data type
12272 of watch expression as a tooltip in speedbar.
12273
12274 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12275
12276 * font-core.el (global-font-lock-mode): Add :version keyword,
12277 because default was changed.
12278
12279 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12280
12281 * startup.el (command-line): Use `custom-reevaluate-setting' for
12282 `file-name-shadow-mode'.
12283
12284 * loadup.el: Preload rfn-eshadow.
12285
12286 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12287 Add :version keyword.
12288 (file-name-shadow-properties, file-name-shadow-tty-properties)
12289 (file-name-shadow): Add :version keyword.
12290
12291 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12292 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12293 in the custom-group property of the symbol frames and the fringe
12294 group got no link to its parent group frames.
12295 Doc fix.
12296
12297 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12298
12299 * progmodes/gud.el (gud-stop-subjob): New function.
12300 (gud-menu-map, gud-tool-bar-map): Use it.
12301
12302 2005-11-16 Kim F. Storm <storm@cua.dk>
12303
12304 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12305 than kill it.
12306 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12307 to a more useful/logical place.
12308
12309 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12312 go buttons complementary.
12313
12314 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12317 (rfn-eshadow-sifn-equal): New function.
12318 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12319
12320 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12321
12322 * viper-utils.el (viper-non-word-characters-reformed-vi):
12323 Quote `-' in string.
12324
12325 * viper.el (viper-emacs-state-mode-list): Ensure that
12326 rcirc-mode buffers come up in Emacs state.
12327
12328 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12329 operation.
12330
12331 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12332
12333 * term.el (term-termcap-format): Fix typos.
12334 (term-down): Fix the negative argument case.
12335
12336 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12337
12338 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12339 2005-08-15.
12340 (gdb-ann3): New command gud-go.
12341 (menu): Accomodate gdb-mi.el.
12342 (gdb-assembler-custom): Make buffer of selected window current
12343 so that set-window-point works.
12344
12345 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12346 buttons and include new ones.
12347
12348 2005-11-16 Kim F. Storm <storm@cua.dk>
12349
12350 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12351 (gud-menu-map): Use it.
12352
12353 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12354
12355 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12356 that works correctly for Custom and that does not override a user
12357 who disables it.
12358
12359 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12360 (help-xref-interned, help-follow): Make hyperlinks for variables
12361 that are unbound, but have a non-nil variable-documentation property.
12362
12363 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12364 mode hook. (It conflicted with defcustoms for some mode hooks.)
12365 Use the `variable-documentation' property to give the mode hook a
12366 docstring and expand that docstring.
12367
12368 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12369
12370 * savehist.el (savehist-mode): Don't bother with
12371 `custom-set-minor-mode'.
12372 (savehist-coding-system): Check XEmacs version.
12373 (history-length): Declare also at run time.
12374 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12375 Don't set the customize state.
12376 (savehist-minibuffer-hook): Special case for when
12377 minibuffer-history-variable is equal to t.
12378
12379 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * files.el (write-file): Refresh VC status.
12382
12383 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12384 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12385 than fundamental-mode to see if the mode was set.
12386
12387 2005-11-14 Romain Francoise <romain@orebokech.com>
12388
12389 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12390 dummy function in `eval-when-compile' to avoid compiler warning.
12391 Require `man' at compile time.
12392
12393 2005-11-14 Jay Belanger <belanger@truman.edu>
12394
12395 * calc-alg.el (calcFunc-write-out-power): Rename it to
12396 calcFunc-powerexpand.
12397 (math-write-out-power): Rename it to math-powerexpand; have it
12398 handle negative exponents.
12399 (calc-writeoutpower): Rename it to calc-powerexpand.
12400
12401 * calc-ext.el: Change calcFunc-writeoutpower and
12402 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12403 autoloads.
12404 Add calcFunc-ldiv to autoloads.
12405
12406 * calc-arith.el (calcFunc-ldiv): New function.
12407
12408 * calc.el (calc-left-divide): New function.
12409
12410 2005-11-14 Juri Linkov <juri@jurta.org>
12411
12412 * cus-edit.el (custom-variable-prompt): Set the default value arg
12413 of completing-read.
12414
12415 * cus-dep.el (custom-make-dependencies): Reverse the list of
12416 found dependencies.
12417
12418 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12419
12420 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12421 Highlighting" entry, it is on by default now.
12422 (menu-bar-options-save): Do not save global-font-lock-mode.
12423
12424 2005-11-13 Richard M. Stallman <rms@gnu.org>
12425
12426 * textmodes/flyspell.el (flyspell-large-region):
12427 Call flyspell-accept-buffer-local-defs.
12428
12429 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12430
12431 * textmodes/flyspell.el (flyspell-notify-misspell):
12432 Fix misspelling of "Misspelling".
12433 (flyspell-process-localwords): New function.
12434 (flyspell-large-region): Call flyspell-process-localwords and
12435 flyspell-delete-region-overlays.
12436 (flyspell-delete-region-overlays): New function.
12437 (flyspell-delete-all-overlays): Call that.
12438
12439 2005-11-13 Richard M. Stallman <rms@gnu.org>
12440
12441 * help.el (help-for-help-internal): Improve doc of C-h a.
12442 (describe-key): Improve prompt; doc fix.
12443
12444 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * vc-svn.el (vc-svn-registered): Catch all errors.
12447
12448 * cus-dep.el (custom-make-dependencies): Typo.
12449
12450 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12451
12452 * net/tramp-util.el (top): Fix compilation warning.
12453
12454 2005-11-13 Kim F. Storm <storm@cua.dk>
12455
12456 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12457
12458 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12459
12460 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12461 (gud-speedbar-buttons): Match on "const char *" too.
12462
12463 * progmodes/gdb-ui.el (gdb-var-create-handler)
12464 (gdb-var-list-children-handler): Match on "const char *" too.
12465 (gdb-var-evaluate-expression-handler): Match on empty string.
12466 (gdb-var-update-handler): Only call
12467 gdb-var-evaluate-expression-handler when required.
12468
12469 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12470
12471 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12472 selected window. This still doesn't work for speedbar.
12473 (gud-speedbar-buttons): Handle string expressions properly.
12474
12475 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12476 (gdb-var-create-handler): Handle string expressions properly.
12477 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12478 Handle string expressions properly. Move "type" field into regexp.
12479
12480 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12481
12482 * bookmark.el (bookmark-maybe-message): New function to reduce
12483 code duplication: invokes `message' iff baud-rate is high enough.
12484 (bookmark-write-file): Use above instead of an inline conditional.
12485 (bookmark-load): Same.
12486
12487 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12488
12489 * bookmark.el (bookmark-write-file): Don't visit the destination
12490 file, just write the data to it using write-region. This is
12491 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12492 change to avoid visiting the file in the first place.
12493
12494 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12495
12496 * hi-lock.el (hi-lock-mode): Set the default value of
12497 font-lock-defaults.
12498
12499 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12500
12501 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12502 arg to `file-attributes'.
12503 (find-lisp-format): The UID and GID can now be strings.
12504
12505 2005-11-12 Kim F. Storm <storm@cua.dk>
12506
12507 * help.el (help-map): Bind C-h d to apropos-documentation.
12508
12509 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12510 when point is at end-of-buffer.
12511
12512 * apropos.el (apropos-match-face): Doc fix.
12513 (apropos-sort-by-scores): Add new choice `verbose'.
12514 (apropos-documentation-sort-by-scores): New defcustom.
12515 (apropos-pattern): Now contains the pattern entered by the user.
12516 (apropos-pattern-quoted): New defvar.
12517 (apropos-regexp): New defvar, containing the regexp corresponding
12518 to apropos-pattern.
12519 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12520 (apropos-read-pattern): New defun. Use it to read pattern arg in
12521 interactive calls; returns list of words for a word list, and
12522 string for a regexp.
12523 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12524 parses a list of words or regexp as returned by apropos-read-pattern.
12525 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12526 (apropos-score-doc): Return a very high score if the string
12527 entered by the user matches literally.
12528 (apropos-variable): Doc fix. Use apropos-read-pattern.
12529 (apropos-command): Doc fix. Use apropos-read-pattern and
12530 apropos-parse-pattern. Call apropos-print with nosubst=t.
12531 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12532 apropos-parse-pattern.
12533 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12534 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12535 apropos-documentation-sort-by-scores. Call apropos-print with
12536 nosubst=t.
12537 (apropos-documentation-internal): Pass doc string through
12538 substitute-key-definition before adding text properties.
12539 Highlight substring matching literal user input if possible.
12540 (apropos-documentation-check-doc-file): Remove locals beg and end.
12541 Fix calculation of score (as added twice). Pass doc string through
12542 substitute-key-definition before adding text properties.
12543 (apropos-documentation-check-elc-file): Pass doc string through
12544 substitute-key-definition before adding text properties.
12545 Highlight substring matching literal user input if possible.
12546 (apropos-print): Add new arg NOSUBST; if set, command and variable
12547 doc strings have already been passed through substitute-key-definition.
12548 Add code to handle apropos-accumulator items without score element
12549 for backwards compatibility (e.g. with woman package).
12550 Only show scores if apropos-sort-by-scores is `verbose'.
12551
12552 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12555 Add jka-compr-load-suffixes to load-suffixes.
12556
12557 * jka-compr.el: Require jka-cmpr-hook.
12558 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12559 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12560 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12561 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12562 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12563 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12564 (jka-compr-uninstall): Remove entries from
12565 jka-compr-added-to-file-coding-system-alist after they are used.
12566 (jka-compr-error): Remove unused var `curbuf'.
12567 (jka-compr-file-local-copy): Remove unused var `notfound'.
12568
12569 2005-11-10 Romain Francoise <romain@orebokech.com>
12570
12571 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12572
12573 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12574
12575 * progmodes/gud.el (gud-menu-map): Move parentheses.
12576 (gdb): New command gud-pv.
12577
12578 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * tar-mode.el: Remove spurious or unnecessary leading stars
12581 in docstrings.
12582 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12583 (tar-parse-octal-integer-safe): Use mapc.
12584 (tar-header-block-summarize): Remove unused var `ck'.
12585 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12586 cleared before. Obey default-enable-multibyte-characters.
12587 Use mapconcat. Simplify setting of tar-header-offset.
12588 (tar-mode-map): Move initialization inside delcaration.
12589 (tar-flag-deleted): Use `abs'.
12590 (tar-expunge-internal): Remove unused var `line'.
12591 (tar-expunge-internal): Don't hardcode point-min==1.
12592 (tar-expunge): Widen while doing set-buffer-multibyte.
12593 (tar-rename-entry): Use file-name-coding-system.
12594 (tar-alter-one-field): Don't hardcode point-min==1.
12595 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12596 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12597
12598 2005-11-10 Masatake YAMATO <jet@gyve.org>
12599
12600 * add-log.el (add-log-current-defun): Handle class::method
12601 notation of c++. Fix incorrect comment.
12602
12603 2005-11-10 Alan Mackenzie <acm@muc.de>
12604
12605 * help-fns.el (describe-variable): Make C-h v work when a variable
12606 has variable documentation yet is unbound.
12607
12608 2005-11-10 Masatake YAMATO <jet@gyve.org>
12609
12610 * man.el (Man-highlight-references): Set an empty
12611 string to `Man-arguments' if it is nil.
12612 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12613
12614 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12617 commenting conventions.
12618
12619 * cus-dep.el (custom-make-dependencies): Simplify.
12620 Better follow the commenting conventions.
12621
12622 2005-11-09 Richard M. Stallman <rms@gnu.org>
12623
12624 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12625 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12626 All uses changed.
12627 (apropos-rewrite-regexp): Doc fix.
12628 (apropos-variable, apropos-command, apropos, apropos-value):
12629 Change prompt; carry through the argument renaming.
12630
12631 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12632
12633 * find-lisp.el: Require dired.
12634 (find-lisp-find-dired-internal): Do not call
12635 `abbreviate-file-name' on DIR.
12636
12637 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12638
12639 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12640
12641 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12642
12643 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12644 when using the speedbar.
12645 (gdb): New command gud-pp.
12646 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12647
12648 2005-11-09 Juri Linkov <juri@jurta.org>
12649
12650 * replace.el (occur-excluded-properties): New defcustom.
12651 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12652
12653 2005-11-08 Jay Belanger <belanger@truman.edu>
12654
12655 * calc/calc-units.el (math-convert-units): Replace any composite
12656 unit by its definition.
12657
12658 2005-11-08 Lars Hansen <larsh@soem.dk>
12659
12660 * emacs-lisp/autoload.el (update-directory-autoloads):
12661 Add obsolete function alias.
12662
12663 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12666 comment-indent-function.
12667 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12668
12669 * reveal.el (reveal-post-command): Rework the handling of
12670 reveal-open-spots, so as to be more reliable. There were several
12671 tricky corner cases where an open spot might be lost, or where
12672 a closed spot might end up on the list of open spots.
12673 Only reveal text that's ellipsised.
12674
12675 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12676
12677 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12678
12679 2005-11-07 John Paul Wallington <jpw@gnu.org>
12680
12681 * ibuffer.el (ibuffer): Search iconified frames too when
12682 getting Ibuffer buffer's window.
12683
12684 2005-11-06 Richard M. Stallman <rms@gnu.org>
12685
12686 * progmodes/compile.el (compilation-internal-error-properties):
12687 save-excursion around the computation of MARKER.
12688
12689 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12690
12691 * textmodes/flyspell.el (flyspell-external-point-words):
12692 flyspell-get-word returns a list, not just a string.
12693
12694 2005-11-06 John Paul Wallington <jpw@pobox.com>
12695
12696 * ibuffer.el (ibuffer): Search all visible frames when getting
12697 Ibuffer buffer's window.
12698
12699 2005-11-07 Masatake YAMATO <jet@gyve.org>
12700
12701 * man.el (Man-reference-regexp): Accept spaces between
12702 `Man-name-regexp' and `Man-section-regexp'.
12703 (Man-apropos-regexp): New variable.
12704 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12705 if available.
12706 (Man-highlight-references, Man-highlight-references0):
12707 Handle the case when `Man-arguments' includes "-k".
12708 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12709 `TARGET'. `TARGET' can be a number, function or nil.
12710
12711 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12712
12713 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12714 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12715 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12716 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12717 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12718 (gdb-send-item): Use buffer-local-value and simplify.
12719
12720 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12721
12722 * startup.el (command-line): Use `custom-reevaluate-setting' for
12723 `global-font-lock-mode'.
12724
12725 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12726 by default, except in batch mode or when the -D option is given.
12727
12728 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12729 specified keyword args on to `define-minor-mode'. Update docstring.
12730
12731 2005-11-05 Romain Francoise <romain@orebokech.com>
12732
12733 * replace.el (occur-engine): Add marker at end of line, too.
12734
12735 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12736
12737 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12738 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12739 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12740 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12741 argument to all these routines, so the passphrase can be managed
12742 externally and passed in to the system.
12743 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12744 pgg-add-passphrase-to-cache function.
12745
12746 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12747 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12748 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12749 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12750 argument to all these routines, so the passphrase can be managed
12751 externally and passed in to the system.
12752 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12753 function.
12754
12755 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12756
12757 * font-lock.el: Don't deal with font-lock-face-attributes here,
12758 move the code ...
12759
12760 * startup.el (command-line): ... here. Use face-spec-set instead
12761 of custom-declare-face.
12762
12763 * faces.el (face-spec-set): Reset the face if spec is not nil.
12764
12765 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * newcomment.el (comment-region-internal): Box more tightly in the
12768 common case where there's no TAB in the boxed text.
12769
12770 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12771
12772 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12773 up-node.
12774
12775 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12776
12777 * newsticker.el: Commentary updated. Code formatting changed.
12778 (newsticker-version): Change to "1.9".
12779 (newsticker, newsticker-feed): Doc fix.
12780 (newsticker-url-list): Doc fix. Add option "Weekly".
12781 (newsticker-retrieval-interval): Add option "Weekly".
12782 (newsticker-headline-processing): Doc fix.
12783 (newsticker-auto-mark-filter): Remove.
12784 (newsticker-auto-mark-filter-list): New.
12785 (newsticker-layout, newsticker-sort-method): Doc fix.
12786 (newsticker-hide-old-items-in-newsticker-buffer)
12787 (newsticker-heading-format, newsticker-item-format)
12788 (newsticker-desc-format): Doc fix.
12789 (newsticker-show-all-rss-elements): Remove.
12790 (newsticker-show-all-news-elements): New.
12791 (newsticker-faces, newsticker-ticker): Doc fix.
12792 (remove-from-invisibility-spec): Code formatting.
12793 (newsticker--process-ids): New.
12794 (newsticker-mode): Doc fix.
12795 (newsticker-mode): Change mode-line-format.
12796 (newsticker-start): Remove debug output.
12797 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12798 (newsticker-w3m-show-inline-images): Code formatting.
12799 (newsticker-next-item): Call `force-mode-line-update'.
12800 (newsticker-previous-item): Call `force-mode-line-update'.
12801 (newsticker-next-feed): Call `force-mode-line-update'.
12802 (newsticker-previous-feed): Call `force-mode-line-update'.
12803 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12804 (newsticker-show-old-items): Do not show descs.
12805 (newsticker-hide-entry): Hide too much.
12806 (newsticker-hide-entry, newsticker-show-entry)
12807 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12808 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12809 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12810 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12811 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12812 (newsticker-get-news): Call `force-mode-line-update'.
12813 Collect process ids.
12814 (newsticker--sentinel): Change coding system handling.
12815 Move image retrieval to new functions newsticker--get-logo-url-*.
12816 Move feed parsing to new functions newsticker--parse-*.
12817 Update list of process ids.
12818 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12819 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12820 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12821 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12822 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12823 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12824 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12825 (newsticker--decode-coding-string): Remove.
12826 (newsticker--decode-numeric-entities): Check input. Format code.
12827 (newsticker--remove-whitespace): Check input.
12828 (newsticker--do-forget-preformatted): Doc fix.
12829 (newsticker--decode-rfc822-date): Allow for missing time.
12830 (newsticker--update-process-ids): New.
12831 (newsticker--image-sentinel): Change comment.
12832 (newsticker--image-read): Change error message.
12833 (newsticker--imenu-goto): Doc fix. Show headline title.
12834 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12835 (newsticker--buffer-do-insert-text): Clean whitespace in
12836 html-rendered headline title. Code formatting.
12837 Call `newsticker--buffer-print-extra-elements'.
12838 (newsticker--buffer-print-extra-element): Remove.
12839 (newsticker--buffer-print-extra-elements): New.
12840 (newsticker--buffer-do-print-extra-element): New.
12841 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12842 large sizes.
12843 (newsticker--run-auto-mark-filter)
12844 (newsticker--do-run-auto-mark-filter):
12845 Use `newsticker-auto-mark-filter-list'.
12846
12847 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12848
12849 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12850 (rcirc-print): Force redisplay before running hooks. Do long
12851 buffer truncation after making new text read-only. Deal with nil
12852 text when decoding strings. If TARGET is nil, use either the
12853 currently selected buffer, if it is an rcirc buffer and of the
12854 same process or the process buffer.
12855 (rcirc-mode): Remove header-line. Recompute short buffer names.
12856 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12857 (rcirc-short-buffer-name): Add variable.
12858 (rcirc-kill-buffer-hook): Recompute short buffer names.
12859 Remove nick from private channel.
12860 (rcirc-send-input): Send command text to current-buffer.
12861 Don't clear overlay arrow here.
12862 (rcirc-short-buffer-name): Return a short buffer name.
12863 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12864 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12865 buffer-name abbreviations.
12866 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12867 Do not touch nick-table when killing a parted channel.
12868 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12869 Clear arrow from current buffer if it is now hidden.
12870 (rcirc-current-buffer): Add variable.
12871 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12872 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12873 Remove -face from names.
12874 (rcirc-update-activity-string): Print "DND" when globally ignoring
12875 activity.
12876 (rcirc-ignore-buffer-activity-flag): Rename from
12877 rcirc-ignore-channel-activity.
12878 (rcirc-ignore-all-activity-flag): Doc fix.
12879 (rcirc-channels): Remove variable.
12880 (rcirc-kill-buffer-hook):
12881 (rcirc-get-buffer-create): Add nick to private channel.
12882 (rcirc-multiline-edit-submit): Remove tabs.
12883 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12884 folded.
12885 (rcirc-remove-nick-channel): Bug fix.
12886 (rcirc-toggle-ignore-buffer-activity): Rename from
12887 rcirc-toggle-ignore-channel-activity.
12888 (rcirc-record-activity): Add buffers to the front of the list.
12889 (rcirc-update-activity): Remove killed buffers from list.
12890 (rcirc-process-server-response-1): Remove last argument if it is
12891 null before calling handler.
12892 (rcirc): Add "rcirc" defcustom prefix.
12893 (rcirc-prompt): Simplify default prompt.
12894 Use custom-initialize-default.
12895 (rcirc-private-chats): Remove variable.
12896 (rcirc-prompt): Change initialization.
12897 (rcirc-version): Remove function.
12898 (rcirc-id-string): Add constant.
12899 (rcirc-last-buffer): Remove variable.
12900 (rcirc-buffer-alist): Add variable.
12901 (rcirc-connect): Update variable setup.
12902 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12903 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12904 default.
12905 (rcirc-handler-generic): Trigger activity.
12906 (rcirc-send-message): Create the buffor of the target.
12907 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12908 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12909 (rcirc-multiline-edit-cancel): Remove function.
12910 (rcirc-set-last-buffer): Remove function.
12911 (rcirc-get-any-buffer): Add function.
12912 (rcirc-join-channels): Don't print /join text.
12913 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12914 messages.
12915 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12916 (rcirc-handler-NOTICE): Recognize CTCP responses.
12917 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12918 constructing TOPIC string for buffers we are not JOINed.
12919 (rcirc-handler-CTCP-response): Add handler.
12920 (rcirc-multiline-edit-submit): Restore the window-configuration
12921 before adjusting point.
12922 (rcirc): Add customization group.
12923 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12924 (rcirc-user-full-name, rcirc-startup-channels-alist)
12925 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12926 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12927 (rcirc-input-ring-size, rcirc-read-only-flag)
12928 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12929 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12930 Change defvar to defcustom.
12931 (rcirc-update-prompt): Add optional ALL arg, which will update
12932 prompts in all rcirc buffers. Regexp quote replacement text.
12933 (rcirc-fill-column): Accept frame-width as a value.
12934 (rcirc-set-changed): Add function.
12935 (rcirc-next-active-buffer): Write more meaningful messages.
12936 (rcirc-faces): Add customization group.
12937 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12938 (rcirc-nick-in-message-face, rcirc-prompt-face)
12939 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12940 (with-rcirc-process-buffer): Move before first usage.
12941 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12942 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12943 (rcirc-debug): Rename from `rcirc-log'.
12944 (rcirc-format-response-string): Do not print `-' chars for a
12945 NOTICE with no sender. Simplify output of server responses.
12946
12947 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12948
12949 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12950 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12951 Make urls mouse and RET clickable.
12952
12953 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12954
12955 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12956
12957 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12958
12959 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12960 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12961 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12962 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12963 argument to all these routines, so the passphrase can be managed
12964 externally and passed in to the system.
12965 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12966 pgg-add-passphrase-to-cache function.
12967
12968 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12969 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12970 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12971 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12972 argument to all these routines, so the passphrase can be managed
12973 externally and passed in to the system.
12974 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12975 function.
12976
12977 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12978
12979 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12980 from goto-address-url-regexp.
12981
12982 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12983
12984 * textmodes/org.el (org-read-date, org-goto-calendar)
12985 (org-recenter-calendar, org-agenda-goto-calendar):
12986 Temporarily clear `calendar-move-hook'.
12987
12988 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12989
12990 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12991 merging.
12992
12993 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12994 have merge clashes.
12995
12996 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12997
12998 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12999 Undo previous change.
13000
13001 * startup.el (command-line): Use `custom-reevaluate-setting' for
13002 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13003 tty-register-default-colors on Mac.
13004
13005 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13006
13007 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13008 (gdb-buffer-type): Make it automatically buffer local...
13009 (gdb-get-create-buffer): ...and set it accordingly.
13010 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13011 actually work.
13012
13013 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13014
13015 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13016 not red.
13017
13018 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13019
13020 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13021 case GUD buffer is not visible.
13022 (gdb-goto-breakpoint): Try to force display in source buffer.
13023 (gdb-frame-gdb-buffer): Copy other similar functions.
13024 (gdb-restore-windows): Don't display source if not asked for.
13025 (gdb-assembler-buffer-name): Don't capitalise.
13026
13027 2005-11-03 Richard M. Stallman <rms@gnu.org>
13028
13029 * wid-edit.el (key-sequence): New widget type.
13030
13031 * simple.el (set-mark-command-repeat-pop): New variable.
13032 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13033 if set-mark-command-repeat-pop is true.
13034
13035 * info.el (Info-fontify-node): Don't display extra "see" if there
13036 already is one here.
13037
13038 * mouse.el: Fix special handling of DEL after dragging a region:
13039 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13040 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13041
13042 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13043
13044 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13045 not to assume it pertains to an affix.
13046
13047 * textmodes/flyspell.el (flyspell-post-command-hook):
13048 Bind deactivate-mark to prevent deactivation.
13049
13050 2005-11-03 Lars Hansen <larsh@soem.dk>
13051
13052 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13053 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13054 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13055
13056 2005-11-03 Romain Francoise <romain@orebokech.com>
13057
13058 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13059 Update copyright years.
13060
13061 2005-11-03 Sam Steingold <sds@gnu.org>
13062
13063 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13064 Use system-type instead of window-system because window-system is not
13065 correctly defined during loadup.
13066
13067 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13068
13069 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13070 (xml-parse-tag): Join strings separated by a comment properly.
13071
13072 2005-11-02 Andreas Schwab <schwab@suse.de>
13073
13074 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13075
13076 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13079 (byte-optimize-pure-func): Quote the eval'd value.
13080
13081 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13082 Rename from perl-font-lock-syntactic-face-function.
13083 Change the calling convention so it can be used as a font-lock MATCHER.
13084 Do the parse-partial-sexp loop outselves.
13085 (perl-font-lock-syntactic-keywords): Use it.
13086 (perl-mode): Don't set font-lock-syntactic-face-function any more.
13087
13088 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
13089
13090 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13091 disassembly buffer too.
13092 (gdb-exited): Remove overlay arrows when execution has finished.
13093 (gdb-info-frames-custom, gdb-info-threads-custom)
13094 (gdb-info-registers-custom): Don't add inappropriate text
13095 properties if inferior is not active.
13096
13097 2005-11-02 Glenn Morris <rgm@gnu.org>
13098
13099 * progmodes/fortran.el (fortran-blink-match):
13100 Use `blink-matching-delay'.
13101
13102 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
13103
13104 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13105
13106 2005-11-02 Lars Hansen <larsh@soem.dk>
13107
13108 * net/tramp.el (tramp-action-out-of-band): Handle scp message
13109 "Permission denied".
13110
13111 2005-11-01 Richard M. Stallman <rms@gnu.org>
13112
13113 * textmodes/flyspell.el (flyspell-external-point-words):
13114 Pass nil to flyspell-get-word.
13115
13116 2005-11-02 Kim F. Storm <storm@cua.dk>
13117
13118 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13119 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13120
13121 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13124 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13125 (calendar-mouse-print-dates): Add optional `event' argument.
13126 Update interactive-spec.
13127 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13128 Use `calendar-event-to-date' instead of `event'.
13129
13130 2005-11-02 Masatake YAMATO <jet@gyve.org>
13131
13132 * progmodes/ld-script.el (ld-script-builtins):
13133 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13134 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13135 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13136
13137 2005-11-01 Romain Francoise <romain@orebokech.com>
13138
13139 * vc-sccs.el: Update copyright year.
13140 * ezimage.el: Likewise.
13141
13142 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
13143
13144 * info.el (Info-fontify-node): Use `string-width' for fontifying
13145 underlined titles.
13146
13147 2005-11-01 Juri Linkov <juri@jurta.org>
13148
13149 * info.el (Info-fontify-node): Downcase node header keywords Node,
13150 Prev, Next, Up before comparison.
13151 (Info-history): Insert absolute directory name, and put invisible
13152 property on it.
13153
13154 2005-11-01 Juri Linkov <juri@jurta.org>
13155
13156 * info.el (Info-file-supports-index-cookies): New variable.
13157 (Info-find-node-2): Check makeinfo version for index cookie support.
13158 (Info-index-nodes): Search for nodes with index cookies only when
13159 Info-file-supports-index-cookies is t. Otherwise, search nodes
13160 with "Index" in the node name.
13161 (Info-index-node): Search index cookie in the current node only when
13162 Info-file-supports-index-cookies is t. Otherwise, check the word
13163 "Index" in the node name.
13164 (Info-find-emacs-command-nodes): Remove code that searches nodes
13165 with "Index" node name in the top menu.
13166
13167 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * progmodes/scheme.el (scheme-mode-variables): Use the default
13170 comment-indent-function.
13171
13172 * faces.el (face-attribute): Handle the case where a face inherits from
13173 a non-existent face.
13174
13175 * simple.el (eval-expression-print-format): Use lisp-readable syntax
13176 for octal and hexa output, and merge the char into the paren.
13177 (kill-new): Use push.
13178 (copy-to-buffer): Use with-current-buffer.
13179 (completion-setup-function): Move code in loop to remove redundancy.
13180 (minibuffer-local-must-match-map): Don't add bindings that duplicate
13181 those inherited from minibuffer-local-completion-map.
13182
13183 * savehist.el (savehist-mode) <defcustom>:
13184 Use custom-set-minor-mode if available.
13185 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13186 and emit a message if applicable.
13187
13188 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
13189
13190 * savehist.el: Sync up to version 19.
13191 (savehist-mode): New minor mode.
13192 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13193 (savehist-length): Remove (use history-length instead).
13194 (savehist-file-modes): Rename from savehist-modes.
13195 (savehist-save-hook, savehist-loaded): New vars.
13196 (savehist-load): Use savehist-mode. Try to smooth up transition from
13197 old format to new format.
13198 (savehist-install): Allow savehist-autosave-interval to be nil.
13199 (savehist-save): Run the new hook. Be more careful to only trim the
13200 history variables.
13201 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13202 (savehist-printable): Print into a buffer rather than char-by-char.
13203
13204 2005-11-01 John Wiegley <johnw@newartisans.com>
13205
13206 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13207 toggle-ignore keybinding (C-a). The author said it had been
13208 disabled much earlier due to a possible incompatibility, but after
13209 many months of usage I have encountered no problems (and it is a
13210 rather useful option, especially for switching to " *temp*").
13211
13212 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13213 support for OS/X's AddressBook, by calling out to the open source
13214 program "contacts" (installable through Fink).
13215
13216 * net/eudc.el (eudc-expand-inline): If the
13217 `eudc-multiple-match-handling-method' is set to `all', delete the
13218 query string before inserting the query result.
13219
13220 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13221 flag, to prevent Eshell from using the system ls when
13222 `eshell-ls-insert-directory' is in used.
13223 (eshell-ls-insert-directory): Disable font-lock in directory
13224 buffer so that Eshell's own fontification is seen. This broke
13225 recently due to changes in font-lock, so this goes back to version
13226 21 behavior.
13227
13228 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13229
13230 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13231 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13232 (gdb-many-windows): Doc fix.
13233
13234 2005-10-31 Romain Francoise <romain@orebokech.com>
13235
13236 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13237
13238 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13239
13240 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13241 that global-font-lock-mode can be enabled by default.
13242
13243 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13244 (font-lock-add-keywords, font-lock-remove-keywords)
13245 (font-lock-fontify-buffer): Remove autoload cookies.
13246
13247 * jit-lock.el (jit-lock-register): Likewise.
13248
13249 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13250
13251 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13252
13253 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13254 intact if there is no gud-comint-buffer.
13255
13256 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13257
13258 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13259 old prompt comint-prompt-read-only is t and GDB commands are
13260 issued from tool bar etc.
13261
13262 2005-10-31 Masatake YAMATO <jet@gyve.org>
13263
13264 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13265
13266 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13267
13268 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13269 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13270
13271 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13272
13273 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13274 starting at beginning of line. Fontification is messed up when
13275 `open-paren-in-column-0-is-defun-start' set to t.
13276 Reported by John Paul Wallington <jpw@pobox.com>.
13277
13278 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13279
13280 * comint.el (comint-send-input): Call `comint-update-fence' when
13281 `comint-process-echoes' and `comint-prompt-read-only' are both
13282 non-nil, to avoid leftover read-only newline.
13283
13284 2005-10-30 Richard M. Stallman <rms@gnu.org>
13285
13286 * textmodes/flyspell.el (flyspell-external-point-words):
13287 Detect when WORD can't be checked properly because
13288 flyspell-get-word finds just part of it, and move on.
13289
13290 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13291 boundarychar for Polish.
13292 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13293 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13294
13295 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13296
13297 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13298 (gdb-registers-font-lock-keywords): Delete.
13299 (gdb-registers-mode): Don't fontify.
13300 (gdb-info-registers-custom): Use text properties instead as, in
13301 future, changed register values will use font-lock-warning-face.
13302 (gdb-local-font-lock-keywords): Rename to...
13303 (gdb-locals-font-lock-keywords): ...for consistency.
13304
13305 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13306
13307 * vc.el (vc-switch-backend): Better error message if the buffer is
13308 not visiting a file under version control.
13309
13310 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13311
13312 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13315 ~/.emacs.d/.emacs.
13316
13317 2005-10-29 Richard M. Stallman <rms@gnu.org>
13318
13319 * replace.el (occur-mode-mouse-goto): Always go to other window.
13320 (occur-mode-goto-occurrence): Always switch in same window.
13321
13322 * simple.el (undo): Display message at end, not at start.
13323
13324 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13325 New arg REUSE-CELL.
13326 (cancel-timer-internal): New function.
13327 (timer-event-handler): Use cancel-timer-internal,
13328 and pass the cell it returns to timer-activate...
13329
13330 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13331 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13332 (jit-lock-after-change): Test memory-full.
13333
13334 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13335
13336 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13337 part of the decoded armor to find the key-identifier.
13338 (pgg-gpg-lookup-key-owner): New function to return the
13339 human-readable identifier of a key owner.
13340 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13341 key itself.
13342 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13343 the key value) if we have a key and can match it against a secret
13344 key. Also, added a note pointing out fact that the prompt only
13345 indicates the first matching key.
13346
13347 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13348 pgg-decrypt-region.
13349 (pgg-pending-timers): A new hash for tracking the passphrase cache
13350 timers, so that new ones supercede old ones.
13351 (pgg-add-passphrase-to-cache): Rename from
13352 `pgg-add-passphrase-cache' to reduce confusion (all callers
13353 changed). Modified to cancel old timers when new ones are added.
13354 (pgg-remove-passphrase-from-cache): Rename from
13355 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13356 changed). Modified to cancel old timers when their keys are
13357 removed from the cache.
13358 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13359 XEmacs, an indirection to delete-itimer.
13360 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13361 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13362 users can only check cache without risk of prompting. Correct bug in
13363 notruncate behavior.
13364 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13365 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13366 Add informative docstrings.
13367 (pgg-decrypt): Convey provided passphrase in subordinate call to
13368 pgg-decrypt-region.
13369
13370 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13371 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13372 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13373 `passphrase' argument, so the passphrase can be managed externally
13374 and then passed in to the system.
13375
13376 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13377 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13378 so the passphrase cache can be used reliably with identifiers
13379 besides a pgp packet's key id.
13380
13381 * pgg-gpg.el (pgg-pgp-encrypt-region)
13382 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13383 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13384 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13385 argument to all these routines, so the passphrase can be managed
13386 externally and passed in to the system.
13387
13388 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13389 `notruncate' argument, so the passphrase cache can be used
13390 reliably with identifiers besides a pgp packet's key id.
13391
13392 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13393
13394 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13395 symmetric encryption.
13396 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13397 encrypted session key.
13398 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13399 message ask for the passphrase in a proper way.
13400
13401 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13402 New user commands for symmetric encryption.
13403
13404 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13405
13406 * textmodes/conf-mode.el (conf-assignment-sign)
13407 (conf-assignment-regexp): Fix docstrings.
13408 (conf-mode-initialize): New function.
13409 (conf-mode): Remove optional args. Use delay-mode-hooks to
13410 recognize recursive calls.
13411 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13412 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13413 (conf-xdefaults-mode): Use define-derived-mode and
13414 conf-mode-initialize.
13415
13416 2005-10-29 Romain Francoise <romain@orebokech.com>
13417
13418 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13419
13420 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13421
13422 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13423 part of the decoded armor to find the key-identifier.
13424 (pgg-gpg-lookup-key-owner): New function to return the
13425 human-readable identifier of a key owner.
13426 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13427 key itself.
13428 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13429 the key value) if we have a key and can match it against a secret
13430 key. Also, added a note pointing out fact that the prompt only
13431 indicates the first matching key.
13432
13433 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13434 pgg-decrypt-region.
13435 (pgg-pending-timers): A new hash for tracking the passphrase cache
13436 timers, so that new ones supercede old ones.
13437 (pgg-add-passphrase-to-cache): Rename from
13438 `pgg-add-passphrase-cache' to reduce confusion (all callers
13439 changed). Modified to cancel old timers when new ones are added.
13440 (pgg-remove-passphrase-from-cache): Rename from
13441 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13442 changed). Modified to cancel old timers when their keys are
13443 removed from the cache.
13444 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13445 XEmacs, an indirection to delete-itimer.
13446 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13447 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13448 users can only check cache without risk of prompting. Correct bug in
13449 notruncate behavior.
13450 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13451 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13452 Add informative docstrings.
13453 (pgg-decrypt): Convey provided passphrase in subordinate call to
13454 pgg-decrypt-region.
13455
13456 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13457
13458 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13459 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13460 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13461 `passphrase' argument, so the passphrase can be managed externally
13462 and then passed in to the system.
13463
13464 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13465 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13466 so the passphrase cache can be used reliably with identifiers
13467 besides a pgp packet's key id.
13468
13469 * pgg-gpg.el (pgg-pgp-encrypt-region)
13470 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13471 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13472 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13473 argument to all these routines, so the passphrase can be managed
13474 externally and passed in to the system.
13475
13476 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13477 `notruncate' argument, so the passphrase cache can be used
13478 reliably with identifiers besides a pgp packet's key id.
13479
13480 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13481
13482 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13483 symmetric encryption.
13484 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13485 encrypted session key.
13486 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13487 message ask for the passphrase in a proper way.
13488
13489 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13490 New user commands for symmetric encryption.
13491
13492 2005-10-28 Bill Wohler <wohler@newt.com>
13493
13494 * help-mode.el (help-url): New button type. Calls browse-url.
13495 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13496 Similar to Info nodes: URL `url'.
13497 (help-make-xrefs): Create help-url buttons for
13498 help-xref-url-regexp matches.
13499
13500 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13501
13502 * tool-bar.el (tool-bar-add-item-from-menu)
13503 (tool-bar-local-item-from-menu): Fix doc strings.
13504
13505 2005-10-28 Romain Francoise <romain@orebokech.com>
13506
13507 * ldefs-boot.el: Update.
13508
13509 * subr.el (locate-library): Move from help-fns.el.
13510 * help-fns.el (locate-library): Move to subr.el.
13511
13512 2005-10-28 Richard M. Stallman <rms@gnu.org>
13513
13514 * net/tramp.el (tramp-completion-mode): defvar moved up.
13515
13516 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13517
13518 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13519
13520 * files.el (find-file-noselect): Use %d to format large file size.
13521
13522 * bindings.el (mode-line-format): Add %e.
13523
13524 * loadup.el ("facemenu"): Load unconditionally.
13525 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13526 ("x-dnd"): Load, when appropriate.
13527
13528 * startup.el (command-line): Call before-init-hook earlier.
13529 Warn about some bad characters in -u user name.
13530
13531 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13532 (flyspell-external-point-words): Error if misspelled word is not found.
13533 Set flyspell-large-region-beg at end of word.
13534
13535 2005-10-28 Andreas Schwab <schwab@suse.de>
13536
13537 * view.el (View-revert-buffer-scroll-page-forward):
13538 Use view-page-size-default.
13539
13540 2005-10-28 Juri Linkov <juri@jurta.org>
13541
13542 * international/quail.el (quail-get-current-str): Translate last
13543 raw character for deterministic input methods.
13544
13545 2005-10-27 Jay Belanger <belanger@truman.edu>
13546
13547 * calc/calc-ext.el: Add functions to autoloads.
13548 (math-identity-matrix-p, math-ident-row-p): New functions.
13549
13550 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13551 multiplication by an identity matrix; don't turn multiplication by
13552 an inverse matrix into division.
13553 (math-div-symbol-fancy): Replace division by matrices with
13554 multiplication by inverse.
13555
13556 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13557
13558 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13559 (calc-writeoutpower): New functions.
13560
13561 2005-10-27 Romain Francoise <romain@orebokech.com>
13562
13563 * replace.el (occur-engine): Include colon in mouse-face highlight.
13564
13565 * dired-x.el: Change Maintainer field.
13566
13567 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * longlines.el (longlines-mode): Bind after-change-functions to
13570 nil during initial decoding and final encoding.
13571
13572 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13573
13574 * term.el (term-emulate-terminal, term-handle-colors-array)
13575 (term-handle-ansi-escape): Specify the terminfo capabilities
13576 implemented.
13577
13578 2005-10-26 Richard M. Stallman <rms@gnu.org>
13579
13580 * info.el (Info-fontify-node): Fix detection of sentence-break
13581 before *Note.
13582
13583 2005-10-26 Romain Francoise <romain@orebokech.com>
13584
13585 * smerge-mode.el: Add `tools' to file keywords.
13586
13587 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13588
13589 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13590 when the fringe is not available.
13591
13592 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13593 (def-gdb-auto-update-trigger): Simplify construction.
13594 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13595 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13596 defined explicitly.
13597 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13598 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13599 defined explicitly.
13600 (gdb-info-locals-custom): Remove as it's a no-op.
13601
13602 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * longlines.el (longlines-mode): Remove narrowing before
13605 performing the initial decoding or final encoding.
13606
13607 2005-10-25 Romain Francoise <romain@orebokech.com>
13608
13609 * emacs-lisp/find-func.el (find-library-name): Also strip
13610 extension if library name ends in .el, to take advantage of
13611 `find-library-suffixes'.
13612
13613 2005-10-25 Richard M. Stallman <rms@gnu.org>
13614
13615 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13616
13617 2005-10-25 Juri Linkov <juri@jurta.org>
13618
13619 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13620 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13621
13622 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13625 (blackbox-redefine-key): Add argument `map'.
13626
13627 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13628 regions when moving the jit-lock-context-unfontify-pos boundary.
13629
13630 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13631
13632 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13633
13634 2005-10-25 Masatake YAMATO <jet@gyve.org>
13635
13636 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13637
13638 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13639
13640 * play/blackbox.el (blackbox-redefine-key): New function.
13641 (blackbox-mode-map): Use it to remap existing bindings for cursor
13642 motion instead of binding literal keys.
13643
13644 2005-10-25 Glenn Morris <rgm@gnu.org>
13645
13646 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13647 diary does not end in a newline. Do not assume a blank line at
13648 the start of the diary file.
13649
13650 2005-10-25 Kenichi Handa <handa@m17n.org>
13651
13652 * international/quail.el (quail-translate-key): If the input
13653 method is deterministic and failed to handle the last key, restart
13654 the key handling loop from an appropriate key.
13655
13656 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13657
13658 * vc.el (vc-dired-mode): Extend comment for binding of
13659 `directory-listing-before-filename-regexp'.
13660
13661 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13662
13663 * textmodes/texinfo.el (texinfo-mode):
13664 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13665 not to unnecessarily expose emacs-mule's internal char codes.
13666
13667 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13668
13669 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13670 Display hand pointer and help-echo on disabled icon too.
13671 (gdb-mouse-until): New function.
13672 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13673
13674 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13675
13676 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13677 with 2005-10-23 change to doctor.el.
13678
13679 * finder.el (finder-mode-map): Add follow-link binding.
13680
13681 2005-10-25 Kim F. Storm <storm@cua.dk>
13682
13683 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13684 to gdb-mouse-toggle-breakpoint-fringe.
13685 (gdb-mouse-toggle-breakpoint-margin): Rename from
13686 gdb-mouse-toggle-breakpoint. Fix doc.
13687 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13688 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13689 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13690 string properties also for fringe breakpoint bitmaps.
13691
13692 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13693
13694 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13695
13696 2005-10-25 Masatake YAMATO <jet@gyve.org>
13697
13698 * simple.el (completion-common-substring):
13699 Use `completion-common-substring' prior to `completion-base-size'.
13700
13701 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13702
13703 * savehist.el: Require CL while compiling.
13704 (savehist-history-variables): Remove.
13705 (savehist-save-minibuffer-history, savehist-additional-variables)
13706 (savehist-minibuffer-history-variables): New vars.
13707 (savehist-save): Use them.
13708 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13709 (savehist-install): New fun, extracted from savehist-load.
13710 (savehist-load): Use them.
13711
13712 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13715 a dummy doc-string-elt property.
13716 (defalias, defvaralias, define-category): Add a docstring property.
13717
13718 * image.el (defimage):
13719 * widget.el (define-widget):
13720 * custom.el (defface, defcustom): Add `doc-string' declaration.
13721
13722 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13723 (defadvice): Add `doc-string' declaration.
13724
13725 * emacs-lisp/byte-run.el (macro-declaration-function):
13726 Handle `doc-string' declarations.
13727 (define-obsolete-function-alias, define-obsolete-variable-alias):
13728 Add `doc-string' declaration.
13729
13730 2005-10-24 Kenichi Handa <handa@m17n.org>
13731
13732 * international/utf-7.el (utf-7): Add autoload cookie.
13733
13734 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13735
13736 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13737
13738 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13739 list of directories passed to batch-update-autoloads. Add "." to
13740 the list of the echoed directories.
13741
13742 * pgg-def.el:
13743 * pgg-gpg.el:
13744 * pgg-parse.el:
13745 * pgg-pgp.el:
13746 * pgg-pgp5.el:
13747 * pgg.el: Moved here from the gnus subdirectory.
13748
13749 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13750
13751 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13752 in case comint-prompt-read-only is set to t.
13753
13754 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13755 in case comint-prompt-read-only is set to t.
13756
13757 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13758
13759 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13760 Now a string.
13761 (icalendar-import-format): Handle CLASS, STATUS, URL.
13762 Rename `subject' to `summary'.
13763 (icalendar-import-format-summary): Rename from
13764 `icalendar-import-format-subject'.
13765 (icalendar-import-format-url, icalendar-import-format-status)
13766 (icalendar-import-format-class): New variables.
13767 (icalendar--rris): Take variable argument list.
13768 (icalendar--datestring-to-isodate): Remove unnecessary
13769 calendar-style check when converting dates with explicit month names.
13770 (icalendar-export-region): Change return type of conversion
13771 subroutines. Bury current buffer unless error occurred.
13772 (icalendar--convert-to-ical)
13773 (icalendar--parse-summary-and-rest): New functions.
13774 (icalendar--convert-ordinary-to-ical)
13775 (icalendar--convert-weekly-to-ical)
13776 (icalendar--convert-yearly-to-ical)
13777 (icalendar--convert-block-to-ical)
13778 (icalendar--convert-cyclic-to-ical)
13779 (icalendar--convert-anniversary-to-ical): Change return type.
13780 Strip trailing blanks from subject.
13781 (icalendar--convert-sexp-to-ical): Change return type.
13782 Strip trailing blanks from subject. Handle simple sexp
13783 entries as generated by icalendar.el.
13784 (icalendar--convert-float-to-ical)
13785 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13786 (icalendar-import-file): Doc fix.
13787 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13788 Correct call to icalendar--rris.
13789 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13790 `summary'.
13791 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13792
13793 2005-10-24 Romain Francoise <romain@orebokech.com>
13794
13795 * server.el (server-sentinel): Set query-on-exit flag to nil on
13796 new client processes (it isn't inherited from the server process).
13797
13798 * replace.el (occur-engine): Rearrange text properties.
13799
13800 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13803 case-fold-search is nil.
13804 (debug-help-follow): Use help-xref-interned directly.
13805
13806 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13807
13808 * thumbs.el (thumbs-image-type): Add .pbm.
13809
13810 2005-10-23 Richard M. Stallman <rms@gnu.org>
13811
13812 * faces.el (inhibit-face-set-after-frame-default): New variable.
13813 (set-face-attribute): Bind it.
13814 (face-set-after-frame-default): Test it.
13815
13816 * help-fns.el (describe-simplify-lib-file-name): New function.
13817 (describe-function-1, describe-variable): Use it.
13818
13819 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13820
13821 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13822 Eliminate nil as possible value.
13823 (tooltip-hide-delay): Reduce internal-border-width.
13824
13825 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13826 (menu-bar-file-menu) <new-file>: Likewise.
13827
13828 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13829
13830 * international/mule.el (load-with-code-conversion):
13831 Pass full file name to `eval-buffer' unless preloading.
13832
13833 * textmodes/flyspell.el (flyspell-large-region):
13834 Call ispell-check-version.
13835
13836 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13837 Fix the make-variable-buffer-local call that was supposed
13838 to be for this variable.
13839 (ispell-aspell-supports-utf8): Doc fix.
13840 (ispell-find-aspell-dictionaries): Preserve elements of
13841 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13842 (ispell-aspell-find-dictionary): Return nil on error.
13843
13844 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13845 (doctor-symptoms): Likewise.
13846
13847 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13848
13849 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13850
13851 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13852 (custom-raised-buttons): Add :set spec.
13853 (custom-button-unraised, custom-button-pressed-unraised):
13854 New faces, so that custom-raised-buttons actually does something.
13855 (custom-mode): Use custom-button and custom-button-pressed.
13856
13857 * wid-edit.el (widget-specify-button): Don't ignore
13858 widget-mouse-face on graphic terminals.
13859 (widget-move-and-invoke): Cleanup.
13860
13861 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13862
13863 * whitespace.el (whitespace-cleanup): Doc fix.
13864
13865 2005-10-23 Romain Francoise <romain@orebokech.com>
13866
13867 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13868 `eval-after-load' to avoid evaluating their result.
13869
13870 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13871
13872 * files.el (directory-listing-before-filename-regexp):
13873 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13874
13875 * dired.el (dired-move-to-filename-regexp): Remove.
13876 All occurences replaced by `directory-listing-before-filename-regexp'.
13877
13878 * dired-x.el, locate.el, vc.el:
13879 Replace `dired-move-to-filename-regexp' by
13880 `directory-listing-before-filename-regexp'. In vc.el it is
13881 overwritten locally; maybe this can be handled in files.el too.
13882
13883 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13884 replaced by `directory-listing-before-filename-regexp'.
13885
13886 2005-10-23 Andreas Schwab <schwab@suse.de>
13887
13888 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13889 and eval-next-after-load.
13890
13891 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13892
13893 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13894 exist, create it.
13895
13896 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13897
13898 * allout.el: Remove autoloads for mailcrypt and crypt++.
13899 Require pgg, pgg-gpg during compilation.
13900 (allout-version): Increment version number to 2.1, and use a literal
13901 rather than RCS Id.
13902 (allout-default-encryption-scheme): Remove.
13903 (allout-passphrase-verifier-handling)
13904 (allout-passphrase-verifier-string)
13905 (allout-file-passphrase-verifier-string)
13906 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13907 (allout-passphrase-hint-handling): Rename and simplify.
13908 (allout-init): Use `find-file-hook' if available, otherwise
13909 `find-file-hooks'.
13910 (allout-mode): Use `write-file-functions' if available, otherwise
13911 `local-write-file-hooks' and, instead of making auto-save-hook
13912 buffer local, make the write-file-hook activity contingent to
13913 allout-mode.
13914 (allout-mode): Use key-binding substitution in the docstring.
13915 (allout-kill-line): Spell-out kill ring data structure mutation
13916 instead of using byte-compiler-complaint-provoking `pop'.
13917 (allout-insert-listified): Use `insert' rather than `insert-string'
13918 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13919 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13920 (allout-encrypt-string): Totally revamped vis new underlying
13921 encryption facilities.
13922 (allout-mc-activate-passwd): Remove.
13923 (allout-obtain-passphrase): New, more or less replaces
13924 allout-mc-activate-passwd.
13925 (allout-encrypted-key-info): More or less replaces
13926 allout-encrypted-text-type.
13927 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13928 (my-mark-marker): Use `(featurep 'xemacs)'.
13929
13930 2005-10-23 Lars Hansen <larsh@soem.dk>
13931
13932 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13933 (byte-compile-file-form-defmumble, byte-compile-defun)
13934 (byte-compile-defmacro): Use it.
13935 (byte-compile-form): Don't call byte-compile-set-symbol-position
13936 when a byte-compile handler is called.
13937
13938 2005-10-22 Romain Francoise <romain@orebokech.com>
13939
13940 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13941
13942 * subr.el (eval-after-load): Convert library name to an absolute
13943 file name using locate-library, since load-history no longer has
13944 library names in it.
13945
13946 2005-10-22 Richard M. Stallman <rms@gnu.org>
13947
13948 * files.el (make-temp-file): Move from subr.el.
13949 * subr.el (make-temp-file): Move to files.el.
13950
13951 * window.el (get-buffer-window-list): Move from subr.el.
13952 * subr.el (get-buffer-window-list): Move to window.el.
13953
13954 * image.el (image-load-path): Use eval-at-startup to initialize.
13955
13956 * subr.el (eval-at-startup): New macro.
13957
13958 * subr.el: Much rearrangement of functions and division
13959 into pages. No code changes.
13960
13961 2005-10-22 Kenichi Handa <handa@m17n.org>
13962
13963 * tar-mode.el (tar-extract): Be sure to call
13964 find-operation-coding-system if set-auto-coding doesn't find a
13965 coding system.
13966
13967 2005-10-22 Kim F. Storm <storm@cua.dk>
13968
13969 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13970 Change users.
13971 (image-type-file-name-regexps): New defconst.
13972 (image-type-from-data): Simplify loop.
13973 (image-type-from-buffer): New defun.
13974 (image-type-from-file-header): Use it instead of image-type-from-data.
13975 Use image-search-load-path instead of only looking in data-directory.
13976 (image-type-from-file-name): New defun.
13977 (image-search-load-path): Change `pathname' to `filename'.
13978 Make PATH arg optional, default to image-load-path.
13979
13980 2005-10-21 Richard M. Stallman <rms@gnu.org>
13981
13982 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13983
13984 * textmodes/paragraphs.el (sentence-end-base): New variable.
13985 (sentence-end): Use sentence-end-base.
13986
13987 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13988
13989 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13990 property independently from the font-lock-multiline variable.
13991
13992 2005-10-21 Richard M. Stallman <rms@gnu.org>
13993
13994 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13995
13996 * startup.el (command-line): Convert library names
13997 in `load-history' to absolute file names.
13998
13999 * subr.el (symbol-file): Doc fix.
14000
14001 * loadhist.el (file-loadhist-lookup): Call locate-library
14002 instead of find-library-name. Don't try converting
14003 abs file names to library names, since load-history no longer
14004 has library names in it.
14005 (file-dependents, file-provides, file-requires): Doc fixes.
14006
14007 2005-10-21 Juri Linkov <juri@jurta.org>
14008
14009 * progmodes/etags.el (tags-table-mode): New function.
14010 (tags-verify-table): Replace initialize-new-tags-table with
14011 tags-table-mode.
14012
14013 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14014 default value.
14015 (desktop-modes-not-to-save): Add tags-table-mode to the
14016 default value.
14017
14018 * info.el (Info-index-next): Add total number of index
14019 alternatives to the message.
14020
14021 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14022 backward only space (instead of space and period) before looking
14023 at sentence end.
14024
14025 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14026 Add the old variable value as 4th default-value arg of read-string.
14027
14028 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14029
14030 * cus-face.el (custom-declare-face): Make face from X resources
14031 also on Mac.
14032
14033 * disp-table.el (standard-display-g1, standard-display-graphic):
14034 Refuse to use string glyphs also on Mac.
14035 (standard-display-european): Don't set terminal coding system also
14036 on Mac.
14037
14038 * frame.el (display-screens): Use x-display-screens also on Mac.
14039
14040 2005-10-21 Romain Francoise <romain@orebokech.com>
14041
14042 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14043
14044 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14047 and $? into sexps.
14048
14049 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14050 warning face on open-paren-in-column-0.
14051
14052 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14053 boundary case. Fix typo.
14054 Suggested by Martin Rudalics <rudalics@gmx.at>.
14055
14056 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14057
14058 * textmodes/org.el (org-combined-agenda-icalendar-file)
14059 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14060 (org-export-icalendar-this-file)
14061 (org-export-icalendar-all-agenda-files)
14062 (org-export-icalendar-combine-agenda-files): New commands.
14063 (org-export-icalendar, org-print-icalendar-entries)
14064 (org-start-icalendar-file, org-finish-icalendar-file)
14065 (org-ical-ts-to-string): New functions.
14066 (org-read-date, org-goto-calendar)
14067 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14068 call to `calendar'.
14069 (orgtbl-setup): Remove the :keys arguments from the menu description.
14070 (org-after-save-iCalendar-file-hook): New variable.
14071
14072 2005-10-21 Kenichi Handa <handa@m17n.org>
14073
14074 * language/vietnamese.el (tcvn-5712): Make it an alias of
14075 vietnamese-tcvn coding-system.
14076
14077 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14080 group id is given.
14081
14082 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * progmodes/sh-script.el (sh-escaped-line-re): New var.
14085 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14086 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14087 whose line is either continued or ends with a comment.
14088
14089 2005-10-20 Romain Francoise <romain@orebokech.com>
14090
14091 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14092
14093 * replace.el (occur-engine): Add follow-link property.
14094
14095 * font-core.el (font-lock-mode): Doc fix.
14096
14097 2005-10-20 Richard M. Stallman <rms@gnu.org>
14098
14099 * net/rcirc.el: New file.
14100
14101 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
14102
14103 * term.el (term-term-name): Initialize to "eterm-color".
14104
14105 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
14106
14107 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14108 for encryption functionality.
14109 Move allout customization subgroup from `editing' to `outlines' group.
14110 Fix commentary keywords to legitimate ones.
14111 Update author info (using my current email address, obscurified).
14112 (allout-encrypt-string, allout-encryption-produce-work-buffer)
14113 (allout-encrypted-topic-p, allout-encrypted-text-type)
14114 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14115 (allout-situate-encryption-key-verifier)
14116 (allout-get-encryption-key-verifier, allout-verify-key)
14117 (allout-next-topic-pending-encryption)
14118 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14119 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14120 (outline-key-verifier-handling, outline-key-hint-handling)
14121 (outline-encrypt-unencrypted-on-saves): New defcustoms.
14122 (allout-file-key-verifier-string, allout-encryption-scheme)
14123 (allout-key-verifier-string, allout-key-hint-string)
14124 (allout-after-save-decrypt): New variables.
14125 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14126 (allout-after-saves-handler): New hook functions.
14127 (allout-post-command-business): Do allout-after-save-decrypt.
14128 (allout-enable-file-variable-adjustment): Custom var to enable
14129 mechanism for adding and adjusting settings of Emacs file variables.
14130 (allout-adjust-file-variable, allout-file-vars-section-data):
14131 New functions, implement the mechanism.
14132 (outlineify-sticky): Use the file vars mechanism.
14133 (allout-inhibit-protection, allout-during-write-cue)
14134 (allout-override-protect, allout-before-change-protect): Remove.
14135 (allout-flag-region, allout-open-topic): Adjust read-only text.
14136 (allout-open-line-not-read-only): Add to facilitate read-only
14137 text based protection.
14138 (allout-kill-line): Revise to adjust read-only text, clue the
14139 user about the inhibition.
14140 (allout-unprotected): Use unwind-protect.
14141 (allout-shift-in, allout-shift-out): Disallow manually shifting a
14142 topic deeper than the offspring depth of the previous topic -
14143 avoiding confusing "containment discontinuities".
14144 (allout-reindent-bodies): Fix retention of body relative hanging
14145 indent during promotion of collapsed bodies.
14146 (allout-open-topic): Make it easy to open new topic with same
14147 bullet as current topic - topic creation functions provided with
14148 any universal argument provokes now prompt for bullet, defaulting
14149 to the bullet of the previous topic.
14150 (allout-plain-bullets-string, allout-distinctive-bullets-string):
14151 Plain bullet alternates `.' period and `,' comma only. All other
14152 bullets are relegated to special status (but customizable).
14153 (allout-end-of-entry): Rename from allout-end-of-current-entry
14154 since it actually operates w.r.t. most immediately containing
14155 entry, visible or not.
14156 (allout-hide-current-entry, allout-show-current-entry): Use the
14157 revised version.
14158 (allout-old-expose-topic): Solidify deprecation.
14159 (allout-end-of-subtree): Add so we can span concealed as well
14160 as visible topics.
14161 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14162 (allout-end-of-current-heading): Tweak to just respect the first line.
14163 (allout-get-body-text): Add.
14164 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14165 when invoked interactively.
14166 (allout-up-current-level): Use `interactive-p'.
14167 (allout-mode, allout-init): Miscellaneous docstring and
14168 operational refinements, as well as hookups of new encryption stuff.
14169 (allout-beginning-of-current-entry): Now works as advertised.
14170 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14171 (allout-isearch-rectification): Refine condition for isearching.
14172 (allout-isearch-abort, allout-enwrap-isearch)
14173 (allout-flag-region, my-region-active-p): Relocate some macros.
14174 (allout-title): Fallback title is (buffer-name), not
14175 non-existing (current-buffer-name).
14176 (subst-char-in-string): Define if absent (for some XEmacs versions).
14177
14178 2005-10-20 Jari Aalto <jari.aalto@cante.net>
14179
14180 * mail/sendmail.el (mail-setup-hook, mail-aliases)
14181 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14182 (mail-citation-prefix-regexp, mail-signature-file)
14183 (mail-default-headers, mail-bury-selects-summary)
14184 (mail-send-nonascii): Add autoload cookies.
14185
14186 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14187
14188 * frame.el (blink-cursor-mode): Add `mac' to the list of
14189 window-system's that support blinking cursor.
14190
14191 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14194
14195 2005-10-20 Eli Zaretskii <eliz@gnu.org>
14196
14197 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14198 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14199 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14200
14201 2005-10-20 Kim F. Storm <storm@cua.dk>
14202
14203 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14204 (ido-set-current-directory): Don't add / after final @.
14205 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14206 Explicitly handle ange-ftp completion oddities.
14207 (ido-make-file-list): Don't rotate list at tramp root to avoid
14208 triggering tramp file handler for expand-file-name via get-file-buffer.
14209
14210 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14213
14214 2005-10-19 Jay Belanger <belanger@truman.edu>
14215
14216 * calc/calc-units.el (math-standard-units): Add units, adjust
14217 symbols and update values.
14218 (math-unit-prefixes): Add more prefixes.
14219
14220 2005-10-19 Romain Francoise <romain@orebokech.com>
14221
14222 * bookmark.el (bookmark-menu-heading): New face.
14223 (bookmark-bmenu-list): Use it.
14224 Don't fiddle with `baud-rate' at top-level.
14225
14226 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14227
14228 * image.el (create-image, find-image): Mention max-image-size in
14229 docstring.
14230
14231 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14232
14233 * savehist.el (savehist-load): Revert to checking XEmacs.
14234
14235 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14236 Various docstring and line-width fixups.
14237 (conf-mode): Use cond.
14238 Set font-lock-defaults. Don't set comment-use-syntax.
14239
14240 2005-10-18 David Ponce <david@dponce.com>
14241
14242 * tree-widget.el (tree-widget-button-click): New function.
14243 (tree-widget-button-keymap): Use it.
14244
14245 2005-10-18 Romain Francoise <romain@orebokech.com>
14246
14247 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14248 (bookmark-bmenu-hide-filenames): Add follow-link property.
14249 Improve help-echo text.
14250
14251 * ffap.el (find-file-at-point): Doc fix.
14252
14253 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14254
14255 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14256
14257 2005-10-18 Masatake YAMATO <jet@gyve.org>
14258
14259 Install to the CVS repository what I forgot to install in my
14260 2005-10-16 changes.
14261
14262 * progmodes/python.el (python-complete-symbol): Pass the common
14263 prefix substring of completion to `display-completion-list'.
14264
14265 * textmodes/org.el (org-complete): Ditto.
14266
14267 2005-10-18 Masatake YAMATO <jet@gyve.org>
14268
14269 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14270
14271 * woman.el (WoMan-xref-man-page): New button type derived
14272 from `Man-abstract-xref-man-page'.
14273 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14274
14275 * man.el (Man-abstract-xref-man-page): New button type.
14276 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14277 (Man-highlight-references): Add new optional argument `xref-man-type'.
14278
14279 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14280
14281 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14282
14283 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14284
14285 * cus-edit.el (Custom-move-and-invoke): Delete.
14286 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14287
14288 * wid-edit.el (widget-move-and-invoke): New function, from
14289 Custom-move-and-invoke.
14290
14291 2005-10-17 Bill Wohler <wohler@newt.com>
14292
14293 Move all remaining images from lisp/toolbar to etc/images, move
14294 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14295 the low resolution images in their own directory (low-color).
14296
14297 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14298 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14299 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14300 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14301 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14302 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14303 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14304
14305 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14306 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14307 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14308 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14309 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14310 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14311 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14312 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14313 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14314 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14315 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14316 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14317 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14318 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14319 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14320
14321 To conform with convention, replace the underscore (_) in the
14322 following image names with dash (-) or (/) as appropriate.
14323
14324 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14325 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14326 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14327 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14328 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14329 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14330 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14331 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14332 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14333 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14334 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14335 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14336 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14337 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14338 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14339
14340 * info.el (info-tool-bar-map): Replace underscores in image names
14341 with dashes.
14342
14343 * makefile.w32-in (WINS): Remove toolbar.
14344
14345 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14346
14347 * tool-bar.el: Move to lisp from toolbar. Now that
14348 toolbar is empty, it should be deleted when folks run "cvs up -P".
14349
14350 2005-10-18 Jay Belanger <belanger@truman.edu>
14351
14352 * calc/calc-store.el (calc-store-into): Get the proper variable name
14353 to display in message.
14354
14355 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14356
14357 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14358 expressions display in speedbar for all buffers when debugging.
14359 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14360
14361 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14362 (speedbar-insert-button, speedbar-make-button):
14363 Use add-text-properties.
14364 (speedbar-update-localized-contents)
14365 (speedbar-update-directory-contents)
14366 (speedbar-update-special-contents): Use dolist.
14367 (speedbar-buffer-easymenu-definition): Add a menu separator.
14368
14369 2005-10-17 Jason Rumney <jasonr@gnu.org>
14370
14371 * makefile.w32-in: Use $(lisp) consistently.
14372 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14373 for shell specific generation of mh-autoloads.
14374
14375 2005-10-17 Richard M. Stallman <rms@gnu.org>
14376
14377 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14378
14379 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * jit-lock.el (jit-lock-fontify-now):
14382 Move jit-lock-context-unfontify-pos to avoid wasted work.
14383
14384 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14385
14386 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14387 `tramp-completion-mode' for checking if we are in completion mode.
14388 (tramp-completion-handle-file-name-all-completions): Reorder code
14389 in order to complete for file names only in case there are no
14390 method/user/host completions. This is necessary for cooperation
14391 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14392
14393 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14394
14395 * longlines.el (longlines-search-forward)
14396 (longlines-search-backward): Match any number of spaces.
14397
14398 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14399
14400 * diff-mode.el (diff-mode): Doc fix.
14401
14402 2005-10-16 David Reitter <david.reitter@gmail.com>
14403
14404 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14405 as default on darwin and windows systems.
14406
14407 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14408
14409 * arc-mode.el (archive-zip-extract): Doc fix.
14410
14411 2005-10-16 Romain Francoise <romain@orebokech.com>
14412
14413 * mouse.el (mouse-1-click-follows-link): Doc fix.
14414
14415 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * savehist.el: Don't require CL at runtime.
14418 (savehist-xemacs): Remove.
14419 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14420 (savehist-no-conversion): Use (featurep 'xemacs).
14421 (savehist-load): Check existence of start-itimer rather than XEmacs.
14422 Use an idle timer.
14423 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14424 `delete-if-not'.
14425
14426 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14427
14428 * savehist.el: Newer version.
14429 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14430 (savehist-last-checksum, savehist-no-conversion): New vars.
14431 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14432 New functions.
14433 (savehist-load, savehist-save): Use them.
14434 (savehist-delimit): Remove.
14435
14436 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * progmodes/compile.el (compilation-goto-locus): Display the
14439 compilation buffer first and the source buffer second, in case they're
14440 in overlapping frames. Don't raise the compilation frame if it was the
14441 selected window upon entry. Pass the `other-window' arg to
14442 pop-to-buffer.
14443
14444 * info.el (Info-fontify-node): Use dolist.
14445 Change add-text-properties to put-text-property.
14446
14447 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14448
14449 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14450 bound of search.
14451
14452 2005-10-16 Masatake YAMATO <jet@gyve.org>
14453
14454 * dabbrev.el (dabbrev-completion): Pass the common
14455 prefix substring of completion to `display-completion-list'.
14456
14457 * filecache.el (file-cache-minibuffer-complete)
14458 (file-cache-complete): Ditto.
14459
14460 * tempo.el (tempo-display-completions): Ditto.
14461
14462 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14463
14464 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14465
14466 * eshell/em-hist.el (eshell-list-history): Ditto.
14467
14468 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14469
14470 * mail/mailalias.el (mail-complete): Ditto.
14471
14472 * progmodes/etags.el (complete-tag): Ditto.
14473
14474 * progmodes/make-mode.el (makefile-complete): Ditto.
14475
14476 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14477
14478 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14479
14480 * progmodes/pascal.el (pascal-complete-word)
14481 (pascal-show-completions): Ditto.
14482
14483 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14484
14485 * simple.el (completion-common-substring): New variable.
14486 (completion-setup-function): Use `completion-common-substring'
14487 to put faces.
14488
14489 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14490
14491 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14492 (x-get-selection, mac-select-convert-to-string): Convert from/to
14493 UTF-16 clipboard data as in native byte order, no BOM.
14494
14495 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14496
14497 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14498 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14499 (gud-sentinel): Use speedbar-frame to check for speedbar.
14500
14501 2005-10-15 Richard M. Stallman <rms@gnu.org>
14502
14503 * savehist.el: New file.
14504
14505 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14506
14507 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14508 Fix bug in \bf fontification.
14509
14510 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * pcvs.el (cvs-edit-log-files): New var.
14513 (cvs-mode-edit-log): New arg `file'.
14514 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14515 Instead force the use of the original file and nothing else.
14516 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14517 the cvs-minor-wrap-function is set.
14518 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14519
14520 2005-10-14 Bill Wohler <wohler@newt.com>
14521
14522 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14523 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14524 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14525 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14526 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14527 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14528 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14529 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14530 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14531 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14532 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14533 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14534 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14535 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14536 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14537
14538 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14539 appropriately (for example, gud-break to gud/break).
14540
14541 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * longlines.el (longlinges-search-function)
14544 (longlines-search-forward, longlines-search-backward): New functions.
14545 (longlines-mode): Set isearch-search-fun-function to
14546 longlinges-search-function.
14547
14548 * mouse.el (mouse-drag-region-1): Handle the case where a
14549 double-click event is bound to an arbitrary function.
14550
14551 2005-10-14 David Ponce <david@dponce.com>
14552
14553 * recentf.el (recentf-track-opened-file)
14554 (recentf-track-closed-file, recentf-update-menu)
14555 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14556 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14557 mouse-1-click-follows-link.
14558
14559 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14560
14561 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14562 Gnome file-manager.png. Suggested by
14563 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14564
14565 * toolbar/README: Add diropen.xpm.
14566
14567 2005-10-13 Bill Wohler <wohler@newt.com>
14568
14569 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14570 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14571
14572 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14575 Don't waste the byte-compiler's time on constant data.
14576
14577 2005-10-13 Kenichi Handa <handa@m17n.org>
14578
14579 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14580 byte with `escape-glyph' face.
14581
14582 * international/fontset.el (ccl-encode-unicode-font):
14583 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14584 Handle the case that ucs-mule-to-mule-unicode translates a character to
14585 ASCII (usually for IPA characters).
14586
14587 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14590 Don't hide the underline of titles if font-lock-mode is disabled.
14591
14592 2005-10-12 Bill Wohler <wohler@newt.com>
14593
14594 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14595 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14596 files in MH-E-SRC have been updated.
14597 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14598
14599 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14602 (mixal-mode-syntax-table): Add \n as end-comment.
14603 (mixal-operation-codes-alist): Immediately initialize to full value.
14604 (mixal-add-operation-code): Remove.
14605 (mixal-describe-operation-code): Make the arg non-optional.
14606 Use the interactive spec instead.
14607 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14608 (mixal-font-lock-keywords): Don't highlight comments here any more.
14609 (mixal-font-lock-syntactic-keywords): New var.
14610 (mixal-mode): Use it. Fix comment-start-skip.
14611
14612 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14613
14614 * startup.el (command-line-x-option-alist): -nb => -nbi
14615
14616 2005-10-12 Kim F. Storm <storm@cua.dk>
14617
14618 * startup.el (fancy-splash-default-action): Discard mouse click in
14619 the splash screen window, as it has no sensible meaning in the
14620 next window to be selected. Fixes error reported by Jan D.
14621
14622 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14625
14626 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14629 Try to fix up minor layout issues like indentation, line break, etc...
14630 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14631 because it doesn't work.
14632 (mixal-operation-codes): Add some more codes.
14633 (mixal-font-lock-keywords): Process comments here.
14634 (mixal-mode): mixasm no longer needs -g option.
14635
14636 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14637
14638 * progmodes/sh-script.el (sh-tmp-file):
14639 Use mktemp -t. Finish support for es and rc shells.
14640
14641 2005-10-11 Jay Belanger <belanger@truman.edu>
14642
14643 * calc/calcalg2.el (calc-integral): With an argument, compute the
14644 definite integral.
14645
14646 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * mouse.el (mouse-drag-region-1): Don't try to catch a
14649 double-click when doing follow-link (it's overridden anyway).
14650
14651 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14652
14653 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14654 (autoload-print-form-outbuf): Add docstring.
14655
14656 2005-10-11 Juri Linkov <juri@jurta.org>
14657
14658 * info.el (Info-mode-menu): Delete menu item "Edit".
14659 (Info-mode): Delete description of Info-edit from docstring,
14660 and rearrange descriptions of Info commands in the order
14661 they are documented in the Info manual.
14662
14663 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * calendar/appt.el (appt-check): Use diary-selective-display var.
14666
14667 2005-10-10 Richard M. Stallman <rms@gnu.org>
14668
14669 * net/newsticker.el (newsticker-start, newsticker-show-news):
14670 Add autoload cookies.
14671
14672 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14673
14674 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14675
14676 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14677
14678 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14679
14680 2005-10-10 Jay Belanger <belanger@truman.edu>
14681
14682 * calc/calc-arith.el (math-check-known-scalarp)
14683 (math-check-known-matrixp): Check the values of arguments that are
14684 variables.
14685 (math-check-known-square-matrixp): New function.
14686 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14687 (math-super-types): Add sqmatrix type.
14688
14689 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14690 mode name `square' to `sqmatrix'.
14691
14692 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14693 mode name `square' to `sqmatrix'.
14694
14695 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * progmodes/etags.el (select-tags-table-mode): Don't use
14698 selective-display.
14699 (tags-select-tags-table): Pass `button' to the action function.
14700 (select-tags-table): Place the side-info on button properties rather
14701 than in hidden text. Abbreviate file names.
14702 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14703 (select-tags-table-select): Add `button' argument.
14704 Get side-info from the button property rather than from hidden text.
14705
14706 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14707
14708 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14709 (gud-speedbar-buttons): Preserve point if possible.
14710 (gud-sentinel): Restore previous speedbar display type.
14711
14712 * progmodes/gdb-ui.el (gdba): Improve diagram.
14713 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14714 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14715 Call get-buffer-window once.
14716
14717 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14720 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14721 (pascal-indent-command): Remove unused var `ind'.
14722 (pascal-indent-case): Remove unused var `oldpos'.
14723 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14724 since it's now used as a proper minor mode map.
14725 (pascal-outline): Rename to pascal-outline-mode.
14726 (pascal-outline-mode): Use define-minor-mode.
14727 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14728 selective-display.
14729
14730 2005-10-10 Andreas Schwab <schwab@suse.de>
14731
14732 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14733 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14734
14735 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14736 outside source directory.
14737
14738 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14739
14740 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14741 C-x' as a prefix.
14742 (orgtbl-mode-map): Full keymap instead of sparse, because all
14743 `self-insert-command' keys are redefined in this map.
14744 (org-export-as-html): Specify charset for HTML file, by taking it
14745 from the coding system.
14746
14747 2005-10-10 Kenichi Handa <handa@m17n.org>
14748
14749 * textmodes/flyspell.el (flyspell-check-word-p):
14750 If unread-command-events is non-empty, don't call sit-for.
14751
14752 2005-10-09 Richard M. Stallman <rms@gnu.org>
14753
14754 * font-lock.el (font-lock-syntactic-keywords)
14755 (font-lock-keywords): Doc fixes.
14756
14757 * textmodes/flyspell.el (flyspell-external-point-words):
14758 Simplify logic, and don't try to check for consecutive appearances
14759 of one incorrect word.
14760
14761 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14762
14763 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14764 separator.
14765
14766 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14767 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14768 (gud-expansion-speedbar-buttons): New function.
14769 (gud-speedbar-buttons): Check for gud-comint-buffer.
14770
14771 2005-10-09 Bill Wohler <wohler@newt.com>
14772
14773 * Makefile.in (updates): Add mh-loaddefs dependency.
14774
14775 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * speedbar.el (speedbar-file-key-map): Fix typo.
14778
14779 2005-10-09 Daniel Brockman <daniel@brockman.se>
14780
14781 * cus-start.el (line-spacing): Add custom spec.
14782
14783 2005-10-09 Romain Francoise <romain@orebokech.com>
14784
14785 * textmodes/ispell.el (ispell-check-version): Fix last change.
14786
14787 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14788
14789 * term/x-win.el: Remove -i, --icon-type from comment.
14790
14791 * startup.el (command-line-x-option-alist): Remove options -i,
14792 -itype, --icon-type, added -nb, --no-bitmap-icon
14793
14794 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14795
14796 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14797 instead of :active.
14798
14799 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14800
14801 * textmodes/ispell.el (ispell-check-version):
14802 Ignore hyphen, and all that follows, in aspell's version text.
14803
14804 2005-10-08 Jay Belanger <belanger@truman.edu>
14805
14806 * calc/calc-arith.el (math-known-square-matrixp): New function.
14807 (math-pow-fancy): Check for matrices before distributing exponent
14808 across products.
14809
14810 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14811 fullscreen keypad. Suggested by Luc Teirlinck.
14812 (calc-keypad-show-input): Add space for formatting.
14813
14814 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14815 Add square matrix option.
14816
14817 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14818 of checking calc-matrix-mode when deciding how to expand.
14819
14820 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14821
14822 2005-10-08 Lars Hansen <larsh@soem.dk>
14823
14824 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14825 Add error handling.
14826 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14827
14828 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14829
14830 Sync with Tramp 2.0.51.
14831
14832 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14833 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14834 Insert special handling for `last-coding-system-used', again
14835 it still seems to be necessary (unlike stated before).
14836 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14837 (tramp-password-prompt-regexp): There might be other words before
14838 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14839 (tramp-chunksize): Improve docstring.
14840 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14841 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14842 Christian Joergensen <bugs@razor.dk>.
14843
14844 2005-10-07 Glenn Morris <rgm@gnu.org>
14845
14846 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14847 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14848 precision'.
14849
14850 2005-10-07 Romain Francoise <romain@orebokech.com>
14851
14852 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14853 (ibuffer-do-shell-command-pipe-replace)
14854 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14855 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14856 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14857 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14858 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14859 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14860 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14861 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14862 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14863 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14864 Autoload file sans suffix.
14865
14866 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14867
14868 2005-10-07 David Ponce <david@dponce.com>
14869
14870 * recentf.el (recentf-menu-open-all-flag): New option.
14871 (recentf-digit-shortcut-command-name): New function.
14872 (recentf--shortcuts-keymap): New variable.
14873 (recentf-menu-shortcuts): New variable.
14874 (recentf-make-menu-items): Initialize it. Replace the "More..."
14875 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14876 (recentf-menu-value-shortcut): New function.
14877 (recentf-make-menu-item): Use it. No more in-lined.
14878 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14879 (recentf-open-most-recent-file): Rename from
14880 `recentf-open-file-with-key'. Don't depend on key binding.
14881 (recentf-mode-map): New variable.
14882 (recentf-mode): Use it.
14883
14884 2005-10-06 Bill Wohler <wohler@newt.com>
14885
14886 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14887
14888 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14889 (MH-E-SRC): New. Used by mh-autoloads.
14890 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14891 files in MH-E-SRC have been updated.
14892 (compile, recompile, bootstrap): Depend on mh-autoloads.
14893
14894 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14895
14896 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14897 gud-break and gud-remove icons when the fringe is not available.
14898
14899 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14900 Typo.
14901
14902 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14903
14904 * play/zone.el (zone): Wrap body with save-window-excursion.
14905
14906 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14909 Use the new `list-only' arg to diary-list-entries.
14910
14911 * calendar/diary-lib.el: Use overlays rather than selective-display.
14912 (diary-selective-display): New var.
14913 (diary-header-line-format): Use it.
14914 (diary-list-entries): Add argument `list-only'.
14915 Put the buffer in diary-mode. Don't add \^M at beg and end.
14916 Replace \^M by invisible overlays.
14917 (diary-unhide-everything): Replace \^M by invisible overlays.
14918 (print-diary-entries): Look for overlays rather than \^M.
14919 Add a space to the temp buffer name.
14920 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14921 Put the buffer in diary-mode.
14922 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14923 (diary-anniversary): Make the year arg optional.
14924 (diary-time-regexp): New const.
14925 (diary-font-lock-keywords): Use it to accept a few more time formats.
14926
14927 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14928
14929 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14930
14931 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14932 Fix bug introduced 2005-07-03: Use (car (last ...))
14933 to faithfully reproduce replaced artist-last.
14934 (artist-set-arrow-points-for-poly): Likewise.
14935 Suggested by Johan Bockg\e,Ae\e(Brd.
14936
14937 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14938
14939 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14940 * wid-edit.el (widget):
14941 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14942 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14943
14944 2005-10-06 Kenichi Handa <handa@m17n.org>
14945
14946 * international/mule-cmds.el (set-language-environment):
14947 Fix setting up of case-table for unibyte mode.
14948
14949 * simple.el (what-cursor-position): If the character is displayed
14950 by some `display' text property, show that. Don't use
14951 single-key-description for eight-bit characters in multibyte mode.
14952
14953 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14954
14955 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14956 (gdb-ann3): Set it.
14957 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14958 (gdb-info-frames-custom): Use inverse-video for first five
14959 characters of selected frame only.
14960 (gdb-get-frame-number): Select frame even when point is on frame
14961 number.
14962
14963 2005-10-06 Masatake YAMATO <jet@gyve.org>
14964
14965 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14966 Put `font-lock-function-name-face'.
14967 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14968 and `font-lock-variable-name-face'
14969 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14970 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14971 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14972 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14973 (gdb-local-font-lock-keywords): New font lock keywords definition.
14974 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14975 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14976 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14977
14978 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14979
14980 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14981 (ediff-merge-region-is-non-clash-to-skip): Previously called
14982 ediff-merge-region-is-non-clash.
14983
14984 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14985 Use insert-buffer-substring.
14986
14987 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14988 selecting files to patch. Also bug fixes.
14989
14990 * ediff-util.el (ediff-setup): Bug fix.
14991 (ediff-next-difference): Never skip clashes that differ in white
14992 space only.
14993
14994 * ediff-wind.el (ediff-setup-control-frame)
14995 (ediff-destroy-control-frame): Check the menubar feature.
14996
14997 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14998 (viper-refresh-mode-line): Use make-local-variable to localize
14999 some vars instead of make-variable-buffer-local. Suggested by
15000 Stefan Monnier.
15001
15002 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15003 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15004 Use make-local-variable instead of make-variable-buffer-local.
15005 Suggested by Stefan Monnier.
15006
15007 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15008 (viper-comint-mode-hook): Use make-local-variable on
15009 require-final-newline.
15010 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15011
15012 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15015 also the second char of a comment-start sequence.
15016 (scheme-sexp-comment-syntax-table): New var.
15017 (lambda, define): Set their scheme-doc-string-elt property.
15018 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15019 Use lisp-font-lock-syntactic-face-function now that it properly
15020 handles |...| symbols.
15021 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15022 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15023
15024 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15025 bit from # to |.
15026 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15027
15028 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15029 (lisp-doc-string-elt-property): New var.
15030 (lisp-font-lock-syntactic-face-function): Use it.
15031 Rewrite to recognize docstrings even for forms not at toplevel.
15032
15033 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15034 annotation on the | part of #| rather than on the # part.
15035 (scheme-font-lock-syntactic-face-function): New function, to
15036 distinguish strings from |...| symbols.
15037 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15038 syntax-table so that #|...|# is properly highlighted.
15039
15040 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15041 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15042
15043 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15046 and C-e.
15047
15048 * emacs-lisp/eldoc.el: Move comments into docstrings.
15049 (eldoc-message-commands): Initialize in its declaration.
15050 Add move-beginning-of-line and move-end-of-line.
15051 (eldoc-add-command, eldoc-add-command-completions)
15052 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15053
15054 * outline.el (outline-mark-subtree): Activate the mark.
15055
15056 * calendar/appt.el (appt-time-regexp): New var.
15057 (appt-add, appt-make-list): Use it.
15058 (appt-convert-time): Clean up.
15059
15060 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15061 Don't set any syntax-table property here.
15062 (tex-font-lock-verb): New function. Do it here.
15063 (tex-font-lock-syntactic-keywords): Use it.
15064
15065 2005-10-04 Richard M. Stallman <rms@gnu.org>
15066
15067 * wid-edit.el (widget-file-complete): Get the widget start point
15068 the right way. Default directory to `/' if file has none.
15069
15070 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15071
15072 * textmodes/flyspell.el (flyspell-mode-on):
15073 Call ispell-maybe-find-aspell-dictionaries.
15074
15075 * textmodes/ispell.el (ispell-word, ispell-region):
15076 Call ispell-maybe-find-aspell-dictionaries.
15077 (ispell-accept-buffer-local-defs):
15078 Don't call ispell-maybe-find-aspell-dictionaries
15079
15080 2005-10-04 Richard M. Stallman <rms@gnu.org>
15081
15082 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15083
15084 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
15085
15086 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15087 instead of `fboundp' in order to allow for anonymous functions.
15088
15089 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
15090
15091 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15092 case the user clicks on the link while another window is selected.
15093 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15094
15095 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15096 functionality.
15097 (dframe-help-echo): Save point in case mouse tracking is off.
15098
15099 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
15100
15101 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15102
15103 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15106 not change the global value of those vars.
15107
15108 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15109 make-local-variable which we do not need any more.
15110
15111 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
15112
15113 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15114 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15115 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15116 (speedbar-path-line): Define obsolete aliases.
15117 (speedbar-line-directory): Doc fix.
15118
15119 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15120 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15121 instead of speedbar-line-path.
15122
15123 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15124
15125 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15126 to nil if dropping on a window. Handle dropping on a minibuffer window
15127 like dropping on a non-window part of Emacs.
15128
15129 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 * net/ange-ftp.el: Use with-current-buffer.
15132 (ange-ftp-insert-directory): Do not follow symlinks any more.
15133
15134 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15135 Remove interactive spec.
15136
15137 2005-10-03 Kim F. Storm <storm@cua.dk>
15138
15139 * ido.el (ido-mode): Use custom-initialize-set.
15140
15141 2005-10-02 Richard M. Stallman <rms@gnu.org>
15142
15143 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15144 Use insert-buffer-substring.
15145
15146 * net/tramp.el: Pacify byte compiler warnings in pacification code.
15147 (tramp-handle-file-local-copy): Use insert-buffer-substring.
15148
15149 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15152 in last change.
15153 (ange-ftp-insert-directory): Fix up the search for the case where
15154 `file' is absolute.
15155
15156 2005-10-02 Romain Francoise <romain@orebokech.com>
15157
15158 * progmodes/compile.el (compile-goto-error): Delete extra paren.
15159
15160 2005-10-02 Andreas Schwab <schwab@suse.de>
15161
15162 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15163 directory component in the session info.
15164
15165 2005-10-01 Richard M. Stallman <rms@gnu.org>
15166
15167 * comint.el (comint-redirect-subvert-readonly): Doc fix.
15168
15169 * simple.el (next-error-internal): New function.
15170
15171 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15172 (compilation-start): Pass new arg to compilation-buffer-name.
15173 (compile-goto-error): Use next-error-internal.
15174
15175 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15176
15177 * speedbar.el: Remove RCS tag.
15178 (speedbar-check-read-only): Handle non-existent files.
15179
15180 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15181
15182 * info.el (Info-speedbar-hierarchy-buttons)
15183 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15184
15185 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15186
15187 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15188 Do not match newline.
15189 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15190 (bibtex-summary): Remove unnecessary save-excursion.
15191 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15192
15193 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15194
15195 * term/mac-win.el: Add charset info for "iso10646-1".
15196 Modify default fontset to use ATSUI-compatible fonts for some charsets
15197 if available.
15198
15199 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15200
15201 * speedbar.el: Re-apply arch tag.
15202 (speedbar-version): Rename to version 1.0. Suggested by Eric
15203 M. Ludlam.
15204 Reapply two changes from Emacs CVS' version of speedbar lost
15205 during the merge:
15206 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15207 (speedbar-frame-parameters): Improve customize type.
15208
15209 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15212 (ange-ftp-file-directory-p): Fix the symlink case.
15213 (ange-ftp-insert-directory): When listing a single file, get a list of
15214 the parent buffer and extract the relevant line. Inspired from a patch
15215 by Katsumi Yamaoka <yamaoka@jpl.org>.
15216 (ange-ftp-file-name-sans-versions): Simplify.
15217
15218 2005-09-30 Bill Wohler <wohler@newt.com>
15219
15220 Move MH-E image files from toolbar and mail directories into
15221 etc/images.
15222
15223 * mail/reply2.*: Move to etc/images/mail/reply*.
15224
15225 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15226 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15227 etc/images.
15228
15229 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15230 * toolbar/reply*: Move to etc/images/mail.
15231
15232 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15233
15234 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15235
15236 * speedbar.el: New version 1.0pre3.
15237
15238 Frame management code (including timer, and mouse click specifics)
15239 moved to dframe.el:
15240 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15241 (speedbar-timer): Removed. Use dframe-timer.
15242 (speedbar-close-frame): Removed. Use dframe-close-frame.
15243 (speedbar-activity-change-focus-flag): Removed. Use
15244 dframe-activity-change-focus-flag.
15245 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15246 dframe-update-speed.
15247
15248 (speedbar-current-frame): New macro. Use this instead of the
15249 variable speedbar-frame.
15250
15251 (speedbar-use-images, speedbar-expand-image-button-alist)
15252 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15253
15254 (speedbar-find-image-on-load-path): Removed. Replaced by
15255 defezimage in ezimage.el.
15256 (speedbar-expand-image-button-alist): Removed. Replaced by
15257 ezimage-expand-image-button-alist in ezimage.el.
15258
15259 (speedbar-ignored-directory-regexp)
15260 (speedbar-add-ignored-directory-regexp)
15261 (speedbar-ignored-directory-expressions)
15262 (speedbar-line-directory, speedbar-buffers-line-directory)
15263 (speedbar-directory-line, speedbar-buffers-line-directory):
15264 Renamed, replacing `path' with `directory'.
15265
15266 (speedbar-create-directory, speedbar-expand-line-descendants)
15267 (speedbar-toggle-line-expansion)
15268 (speedbar-contract-line-descendants): New commands.
15269
15270 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15271 (speedbar-use-tool-tips-flag): New options.
15272
15273 (speedbar-check-read-only, speedbar-require-version)
15274 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15275 (speedbar-handle-delete-frame, speedbar-try-completion)
15276 (speedbar-update-localized-contents): New functions.
15277
15278 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15279 (speedbar-object-read-only-indicator): New variables.
15280
15281 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15282 New hooks.
15283
15284 (speedbar-separator-face): New face.
15285
15286 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15287 (speedbar-ignored-modes): Add fundamental-mode.
15288 (speedbar-directory-unshown-regexp): Add . directories.
15289
15290 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15291 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15292 `]' for full expand/close.
15293 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15294
15295 (speedbar-check-vc): Support hidden files.
15296 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15297 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15298 state is nil, it is not checked out.
15299
15300 (speedbar-line-text, speedbar-line-token): Support expand buttons
15301 with no text.
15302 (speedbar-refresh): Universal argument acts as power-click.
15303 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15304 that buffer to get variable values.
15305
15306 And many other bugfixes.
15307
15308 * dframe.el, ezimage.el, sb-image.el: New files.
15309
15310 * sb-*.xpm: Remove files. New image files installed into
15311 etc/images/ezimage.
15312
15313 2005-09-30 Kenichi Handa <handa@m17n.org>
15314
15315 * ps-mule.el (ps-mule-show-warning): If a character is in
15316 ps-print-translation-table, don't treat it as non-printable.
15317
15318 2005-09-30 David Ponce <david@dponce.com>
15319
15320 * tree-widget.el (tree-widget-themes-load-path): New variable.
15321 (tree-widget-themes-directory): Doc fix.
15322 (tree-widget-image-formats) [Emacs]: Doc fix.
15323 (tree-widget--locate-sub-directory): New function.
15324 (tree-widget-themes-directory): Use it.
15325
15326 * recentf.el (recentf-filename-handlers): Rename from
15327 `recentf-filename-handler'. Allow a list of functions.
15328 (recentf-menu-items-for-commands): Fix :help strings.
15329 (recentf-apply-filename-handlers): New function.
15330 (recentf-expand-file-name): Use it.
15331 (recentf-cleanup): Remove duplicates too.
15332
15333 2005-09-29 Juri Linkov <juri@jurta.org>
15334
15335 * faces.el: Rearrange face definitions to be in the same order as
15336 their face descriptions in "(emacs)Standard Faces".
15337
15338 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15339
15340 * tooltip.el (tooltip): Add group `basic-faces'.
15341
15342 * buff-menu.el (Buffer-menu-buffer): Remove group
15343 `font-lock-highlighting-faces'.
15344
15345 * progmodes/compile.el (compilation-error, compilation-warning)
15346 (compilation-info, compilation-line-number, compilation-column-number):
15347 Change group from `font-lock-highlighting-faces' to `compilation'.
15348
15349 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15350 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15351 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15352 (vhdl-font-lock-reserved-words-face)
15353 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15354 `font-lock-highlighting-faces'.
15355
15356 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15357
15358 2005-09-28 Kim F. Storm <storm@cua.dk>
15359
15360 * emulation/cua-base.el: Set CUA move property on additional commands:
15361 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15362 forward-sexp, backward-sexp, forward-list, backward-list.
15363
15364 2005-09-28 Romain Francoise <romain@orebokech.com>
15365
15366 * comint.el (comint-show-output): Really set point at the
15367 beginning of the output when not using `comint-use-prompt-regexp'.
15368
15369 2005-09-27 Jay Belanger <belanger@truman.edu>
15370
15371 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15372 in TeX mode.
15373
15374 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15375
15376 * textmodes/org.el (org-table-sum): Fix format string.
15377
15378 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15379 Quote face names.
15380
15381 2005-09-26 Romain Francoise <romain@orebokech.com>
15382
15383 * isearch.el (isearch-forward-regexp): Close doc string.
15384
15385 2005-09-25 Richard M. Stallman <rms@gnu.org>
15386
15387 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15388
15389 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15390
15391 * progmodes/compile.el (compilation-error-properties):
15392 When getting the file from the previous error message,
15393 correctly decode the new data format.
15394
15395 * progmodes/cc-cmds.el (c-electric-paren):
15396 Call old-blink-paren only for close-paren.
15397
15398 2005-09-24 Andreas Schwab <schwab@suse.de>
15399
15400 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15401 condition.
15402
15403 2005-09-25 Romain Francoise <romain@orebokech.com>
15404
15405 * dired-aux.el (dired-copy-file-recursive):
15406 * dired.el (dired-delete-file):
15407 * ediff-mult.el (ediff-dir-diff-copy-file):
15408 * ediff-util.el (ediff-test-save-region):
15409 * forms.el (forms-mode):
15410 * ido.el (ido-file-internal, ido-delete-file-at-head):
15411 * log-edit.el (log-edit-done):
15412 * ses.el (ses-yank-resize):
15413 * play/gomoku.el (gomoku-human-plays, gomoku)
15414 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15415 (gomoku-offer-a-draw):
15416 * play/landmark.el (lm-human-resigns, lm):
15417 * net/eudcb-ldap.el (eudc-ldap-check-base):
15418 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15419 * progmodes/ebrowse.el (ebrowse-find-pattern):
15420 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15421 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15422 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15423
15424 * vc.el (vc-delete-file):
15425 * play/gomoku.el (gomoku-terminate-game, gomoku)
15426 (gomoku-prompt-for-move, gomoku-human-takes-back):
15427 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15428 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15429
15430 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15431
15432 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15433 color rxvt terminals by using the code xterm.el used to use before
15434 2005-04-09 in order to match the colors used by rxvt.
15435
15436 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15437
15438 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15439 colors rxvt-unicode terminals by using the same code as xterm.el.
15440
15441 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15444 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15445 new symbol used for the tex-verbatim face.
15446
15447 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15448
15449 * woman.el (woman-file-name):
15450 * wid-edit.el (widget-file-prompt-value)
15451 (widget-coding-system-prompt-value):
15452 * w32-fns.el (set-w32-system-coding-system):
15453 * vc.el (vc-version-diff, vc-annotate):
15454 * textmodes/reftex-auc.el (reftex-arg-cite)
15455 (reftex-arg-index-tag):
15456 * textmodes/refer.el (refer-get-bib-files):
15457 * textmodes/artist.el (artist-figlet-choose-font):
15458 * terminal.el (terminal-emulator):
15459 * replace.el (occur-read-primary-args):
15460 * rect.el (string-rectangle, string-insert-rectangle):
15461 * ps-print.el (ps-print-preprint):
15462 * progmodes/pascal.el (pascal-goto-defun):
15463 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15464 * progmodes/compile.el (compilation-find-file):
15465 * printing.el (pr-interactive-n-up):
15466 * play/animate.el (animate-birthday-present):
15467 * net/rcompile.el (remote-compile):
15468 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15469 * mail/rmailsum.el (rmail-summary-search-backward)
15470 (rmail-summary-search):
15471 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15472 (rmail-output-read-file-name):
15473 * mail/rmail.el (rmail-search, rmail-search-backwards):
15474 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15475 * locate.el (locate):
15476 * international/quail.el (quail-show-keyboard-layout):
15477 * international/mule.el (set-buffer-file-coding-system)
15478 (revert-buffer-with-coding-system, set-file-name-coding-system)
15479 (set-terminal-coding-system, set-keyboard-coding-system)
15480 (set-next-selection-coding-system):
15481 * international/mule-diag.el (describe-coding-system)
15482 (describe-font, describe-fontset):
15483 * international/mule-cmds.el (universal-coding-system-argument)
15484 (search-unencodable-char, describe-input-method)
15485 (set-language-environment, describe-language-environment):
15486 * international/codepage.el (codepage-setup):
15487 * international/code-pages.el (codepage-setup):
15488 * info.el (Info-search, Info-follow-reference)
15489 (Info-search-backward):
15490 * emacs-lisp/advice.el (ad-read-advised-function)
15491 (ad-read-advice-class, ad-clear-cache, ad-activate)
15492 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15493 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15494 (ad-read-regexp):
15495 * ediff-util.el (ediff-toggle-regexp-match):
15496 * ediff-ptch.el (ediff-prompt-for-patch-file):
15497 * dired-aux.el (dired-diff):
15498 * diff.el (diff):
15499 * cus-edit.el (custom-variable-prompt):
15500 * calendar/timeclock.el (timeclock-ask-for-project):
15501 * calc/calcalg3.el (calc-get-fit-variables):
15502 * calc/calc-store.el (calc-edit-variable)
15503 (calc-permanent-variable):
15504 * vc-mcvs.el (vc-mcvs-register):
15505 * shadowfile.el (shadow-define-literal-group):
15506 * woman.el (woman-file-name):
15507 * vc.el (vc-version-diff, vc-merge):
15508 * textmodes/reftex-index.el (reftex-index-complete-tag):
15509 * format.el (format-decode-buffer, format-decode-region):
15510 * emulation/viper-cmd.el (viper-read-string-with-history):
15511 * emacs-lisp/debug.el (cancel-debug-on-entry):
15512 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15513 * ediff.el (ediff-merge-revisions)
15514 (ediff-merge-revisions-with-ancestor, ediff-revision):
15515 * completion.el (interactive-completion-string-reader):
15516 * calc/calc-prog.el (calc-user-define-formula):
15517 Follow convention for reading with the minibuffer.
15518
15519 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15520
15521 * progmodes/python.el (python-describe-symbol): Add globals() and
15522 locals() to the arguments of emacs.ehelp.
15523
15524 2005-09-24 Magnus Henoch <mange@freemail.hu>
15525
15526 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15527 New function, code extracted from ispell-valid-dictionary-list.
15528 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15529 Call it.
15530
15531 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15532
15533 * subr.el (version-regexp-alist): Extend valid syntax for version
15534 strings: allow any of the characters -,_,+ to separate the
15535 alpha/beta/rc part from the version part. Doc fix.
15536 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15537
15538 2005-09-23 David Reitter <david.reitter@gmail.com>
15539
15540 * mail/mailclient.el: New file.
15541
15542 2005-09-23 Richard M. Stallman <rms@gnu.org>
15543
15544 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15545 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15546 Doc fixes.
15547
15548 * progmodes/cc-mode.el (c-font-lock-init):
15549 Specify font-lock-lines-before.
15550
15551 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15552
15553 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15554 whole conflict.
15555
15556 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15557
15558 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15559 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15560 of `remap' feature when available. Additional key bindings for
15561 better tty support.
15562 (org-mode-restart, org-force-self-insert): New commands.
15563 (org-time-stamp-inactive): New command.
15564 (org-remap): New function.
15565 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15566 (org-enable-fixed-width-editor): Move to `org-structure'
15567 customization group.
15568 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15569 blank field after field motion commands.
15570
15571 2005-09-23 Kenichi Handa <handa@m17n.org>
15572
15573 * international/mule-cmds.el (set-language-environment):
15574 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15575 have to call utf-translate-cjk-load-tables.
15576
15577 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * mouse.el (mouse-move-drag-overlay): Fix last change.
15580
15581 2005-09-22 David Ponce <david@dponce.com>
15582
15583 * tree-widget.el (tree-widget-value-create): Fix previous change.
15584
15585 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15586
15587 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15588
15589 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * mouse.el (mouse-move-drag-overlay): New function.
15592 (mouse-drag-region-1): Use it.
15593 Try to simplify a bit the state handling. Handle clicks on links
15594 inside intangible areas.
15595 (mouse-save-then-kill): Minor simplification.
15596 (mouse-secondary-overlay): Make it always non-nil instead of
15597 recreating it each time.
15598 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15599 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15600 Simplify accordingly.
15601
15602 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15603
15604 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15605
15606 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15607
15608 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15609 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15610 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15611 to patch.
15612
15613 * ediff-util.el: Use insert-buffer-substring.
15614
15615 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15616
15617 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15618 field boundaries in the minibuffer.
15619 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15620 (viper-minibuffer-post-command-hook): New hook.
15621 (viper-line): Don't move cursor at bolp.
15622
15623 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15624
15625 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15626 avoid compiler warnings.
15627
15628 * emulation/viper-macs.el (ex-map): Better messages.
15629
15630 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15631
15632 * emulation/viper.el: Replace make-variable-buffer-local with
15633 viper-make-variable-buffer-local everywhere, to avoid warnings.
15634
15635 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15638 Delete unused var `old-selected-window'.
15639 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15640 (mouse-drag-secondary): Delete unused var `start-frame'.
15641
15642 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15643
15644 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15645
15646 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15649 Re-indent within 80 columns. Use inhibit-read-only.
15650
15651 2005-09-19 Romain Francoise <romain@orebokech.com>
15652
15653 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15654
15655 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15658 unconditionally, since the after-change-function already did it.
15659
15660 2005-09-19 Miles Bader <miles@gnu.org>
15661
15662 * net/newsticker.el: Get rid of CVS keyword.
15663
15664 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15665
15666 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15667 The prompt is formatted later.
15668
15669 2005-09-19 David Ponce <david@dponce.com>
15670
15671 * tree-widget.el (tree-widget-value-create): Save the converted
15672 tree :node widget.
15673
15674 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15675
15676 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15677 variable `message'.
15678
15679 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15680
15681 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15682 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15683 <slawomir.nowaczyk.847@student.lu.se>.
15684
15685 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15686
15687 * image.el (image-load-path): Use symbol `data-directory' instead
15688 of its value, for backward compatibility with packages that bind
15689 it during `find-image'. Suggested by Katsumi Yamaoka.
15690 (image-search-load-path): Handle symbols whose values are strings.
15691
15692 2005-09-18 Romain Francoise <romain@orebokech.com>
15693
15694 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15695 with-current-buffer form in save-excursion.
15696
15697 2005-09-18 Deepak Goel <deego@gnufans.org>
15698
15699 * apropos.el (apropos-command): Fix `message' call: first arg
15700 should be a format spec. In this and all other cases that appear
15701 below and elsewhere in the source code, I made a change only when
15702 two conditions were satisfied: [1] I can think of a possibility
15703 that the arguments would cause an error, for example, the code in
15704 question relies on external variables such as filenames. [2] I
15705 was sure that the arg to `message' could not have been nil in the code.
15706
15707 * textmodes/tildify.el (tildify-region): Ditto.
15708
15709 * textmodes/reftex-index.el (reftex-index-change-entry)
15710 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15711 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15712 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15713 (org-priority, org-table-sum):
15714 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15715 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15716 (flyspell-word, flyspell-display-next-corrections):
15717 * textmodes/bibtex.el (bibtex-print-help-message):
15718 * textmodes/artist.el (artist-key-set-point-poly):
15719 * term/mac-win.el (mac-services-insert-text):
15720 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15721 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15722 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15723 (vhdl-compose-configuration):
15724 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15725 (sh-set-indent, sh-learn-line-indent):
15726 * progmodes/ps-mode.el (ps-mode-target-column):
15727 * progmodes/idlwave.el (idlwave-make-tags)
15728 (idlwave-scan-library-catalogs):
15729 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15730 * progmodes/gud.el (gud-jdb-analyze-source):
15731 * progmodes/flymake.el (flymake-log):
15732 * progmodes/ebnf2ps.el (ebnf-generate-region):
15733 * progmodes/cmacexp.el (c-macro-expansion):
15734 * progmodes/ada-xref.el (ada-treat-cmd-string):
15735 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15736 (ada-justified-indent-current, ada-batch-reformat):
15737 * play/zone.el (zone):
15738 * play/landmark.el (lm-move):
15739 * play/decipher.el (decipher-show-alphabet):
15740 * net/newsticker.el (newsticker--display-jump)
15741 (newsticker--display-scroll):
15742 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15743 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15744 * mail/feedmail.el (feedmail-dump-message-to-queue):
15745 * eshell/esh-proc.el (eshell-remove-process-entry):
15746 * emulation/ws-mode.el (ws-last-error):
15747 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15748 (viper-record-kbd-macro):
15749 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15750 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15751 * emacs-lisp/find-func.el (find-function-noselect):
15752 * calendar/timeclock.el (timeclock-status-string)
15753 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15754 (timeclock-when-to-leave-string):
15755 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15756 * calc/calc-units.el (calc-enter-units-table):
15757 * calc/calc-mode.el (calc-mode-record-mode):
15758 * woman.el (woman-mini-help):
15759 * wdired.el (wdired-change-to-wdired-mode):
15760 * vc.el (vc-retrieve-snapshot):
15761 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15762 * startup.el (display-startup-echo-area-message):
15763 * simple.el (set-goal-column):
15764 * ses.el (ses-command-hook, ses-recalculate-cell):
15765 * server.el (server-process-filter):
15766 * printing.el (pr-interface-txt-print, pr-interface-printify)
15767 (pr-interface-ps):
15768 * pcvs.el (cvs-help):
15769 * log-edit.el (log-edit, log-edit-mode-help):
15770 * iswitchb.el (iswitchb-possible-new-buffer):
15771 * isearch.el (isearch-edit-string):
15772 * image-mode.el (image-mode, image-minor-mode):
15773 * ibuf-macs.el (define-ibuffer-filter):
15774 * hi-lock.el (hi-lock-find-patterns):
15775 * files.el (toggle-read-only):
15776 * ediff-util.el (ediff-copy-diff)
15777 (ediff-write-merge-buffer-and-maybe-kill):
15778 * echistory.el (Electric-history-undefined):
15779 * dnd.el (dnd-insert-text):
15780 * dired-aux.el (dired-query):
15781 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15782 * bookmark.el (bookmark-bmenu-locate):
15783 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15784 Fix `message' calls to ensure first arg is a format string.
15785 The change was made only when these two conditions were satisfied:
15786 [1] when there is a possibility that the arguments would cause an error
15787 for example, if the code in question relies on external variables
15788 such as filenames, and
15789 [2] if the arg to `message' could not have been nil in the code.
15790
15791 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15792 Not having a %s would be weird, though not technically wrong.
15793
15794 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15795
15796 * term/mac-win.el (mac-add-charset-info): Doc fix.
15797
15798 2005-09-17 Romain Francoise <romain@orebokech.com>
15799
15800 * shell.el (shell-resync-dirs): Handle echoing processes more
15801 reliably. Don't insert resync command if `comint-process-echoes'
15802 is non-nil.
15803
15804 2005-09-17 Magnus Henoch <mange@freemail.hu>
15805
15806 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15807 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15808 aspell versions >= 0.60.
15809 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15810 only if ispell-aspell-supports-utf8 is non-nil.
15811
15812 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15813
15814 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15815 buffer-local value to lisp-indent-function.
15816
15817 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15818
15819 * progmodes/glasses.el (glasses-make-readable): If
15820 glasses-separator differs from underscore, put appropriate
15821 overlays over underscore characters.
15822 (glasses-convert-to-unreadable): If glasses-separator differs from
15823 underscore, try to convert glasses-separator characters to
15824 underscores.
15825
15826 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15827
15828 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15829 Use with-syntax-table and dolist.
15830
15831 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15832
15833 * textmodes/reftex-auc.el:
15834 * textmodes/reftex-cite.el:
15835 * textmodes/reftex-dcr.el:
15836 * textmodes/reftex-global.el:
15837 * textmodes/reftex-parse.el:
15838 * textmodes/reftex-ref.el:
15839 * textmodes/reftex-sel.el:
15840 * textmodes/reftex-toc.el:
15841 * textmodes/reftex-vars.el:
15842 * textmodes/reftex.el: Small changes to remove compiler warnings.
15843
15844 * textmodes/reftex-index.el: Likewise.
15845 (reftex-query-index-phrase): More efficient use of markers.
15846
15847 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15848
15849 * image.el (image-load-path): New variable.
15850 (image-search-load-path): New function.
15851 (find-image): Search for images in `image-load-path'.
15852
15853 2005-09-15 Richard M. Stallman <rms@gnu.org>
15854
15855 * follow.el: Change Maintainer field.
15856
15857 2005-09-15 David Ponce <david@dponce.com>
15858
15859 * recentf.el (recentf-save-file-modes): New option.
15860 (recentf-save-list): Use it.
15861
15862 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15863
15864 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15865 (mode-line-mule-info, mode-line-modified): Move bindings from
15866 mouse-3 to mouse-1.
15867
15868 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15869
15870 * simple.el (sendmail-user-agent-compose): Revert last change.
15871
15872 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15875 Use with-current-buffer.
15876 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15877 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15878 (ange-ftp-insert-directory): Remove unused var `short'.
15879 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15880
15881 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15882 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15883
15884 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15885 (check-calendar-holidays, diary-list-entries): Autoload.
15886 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15887 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15888
15889 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15890 which mistakenly removed a call to display-buffer.
15891
15892 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15893
15894 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15895
15896 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15897
15898 * progmodes/hideshow.el
15899 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15900 (hs-allow-nesting): New user var.
15901 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15902 (hs-hide-block-at-point): When nesting allowed,
15903 if there is already an overlay in place, delete it.
15904 (hs-safety-is-job-n): Delete func; remove call sites.
15905 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15906 (hs-overlay-at): New func.
15907 (hs-already-hidden-p, hs-show-block): Use it.
15908 (hs-hide-all): Don't pre-clean if nesting allowed.
15909 (hs-show-all): Temporarily disallow
15910 nesting around call to `hs-discard-overlays'.
15911
15912 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15913
15914 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15915 Delete unused local var.
15916
15917 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * help-fns.el (describe-categories): "?\ " -> "?\s".
15920 (help-do-arg-highlight): Recognize also ARG-n, as in
15921 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15922
15923 * international/codepage.el (dos-unsupported-char-glyph):
15924 * net/newsticker.el (tool-bar-map, w3-mode-map)
15925 (w3m-minor-mode-map):
15926 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15927 (ent-alist):
15928 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15929
15930 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15931
15932 * custom.el (custom-push-theme): Handle the case where a symbol is
15933 bound but face properties have not yet been assigned.
15934
15935 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15936 Fix behavior if noerase is `t' and there is no mail buffer.
15937
15938 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15939 if `continue' is nil, rather than signal an error.
15940
15941 2005-09-12 Richard M. Stallman <rms@gnu.org>
15942
15943 * font-lock.el (font-lock-keywords): Add autoload.
15944
15945 * help-fns.el (describe-variable): Rearrange to put source link
15946 in a predictable place.
15947
15948 * net/newsticker.el: New file.
15949
15950 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15951
15952 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15953 (calendar-basic-setup): Use the new nil arg.
15954 (number-of-diary-entries): Move to diary-lib.el.
15955
15956 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15957 (diary-list-entries): Use with-syntax-table and dolist.
15958 Rename from list-diary-entries.
15959 Use number-of-diary-entries if `number' is nil.
15960 (diary, diary-view-entries): Use this new name and new nil arg value.
15961 (number-of-diary-entries): Move from calendar.el.
15962 (diary-unhide-everything): New function.
15963 (include-other-diary-files, fancy-diary-display)
15964 (diary-show-all-entries, make-diary-entry): Use it.
15965 (diary-mail-entries): Use buffer-string.
15966 (mark-diary-entries): Fix long standing paren typo.
15967 (diary-sexp-entry): Use count-lines.
15968 (make-diary-entry): Avoid `previous-line'.
15969 (diary-mode-map): New var.
15970 (diary-mode): Redraw cal after saving. Setup header-line.
15971 (fancy-diary-display-mode): Use local-set-key.
15972
15973 * startup.el (command-line): Try calling various terminal-init-foo-bar
15974 functions by stripping hyphenated suffixes from $TERM.
15975
15976 * files.el (normal-mode): Check boundness of font-lock-keywords.
15977
15978 2005-09-12 Richard M. Stallman <rms@gnu.org>
15979
15980 * progmodes/compile.el: Don't decide a file's directory
15981 until the user actually tries to go there.
15982 (compilation-next-error-function):
15983 Pass compilation-find-file the directory from the file-struct.
15984 (compilation-internal-error-properties): Separate local FILE-STRUCT
15985 from FILE. Doc the args better. Rename arg FMT to FMTS.
15986 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15987 Expand it, and if nil, use default-directory.
15988 (compilation-get-file-structure): Don't mix specified directory
15989 with default directory. Put specified directory into
15990 file-struct. Don't make the file name absolute.
15991
15992 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15993 (compile-command): Add autoload.
15994 (compilation-disable-input): Add autoload.
15995
15996 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15997
15998 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15999 strings of the variables it can override.
16000 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16001 %Q and %q, for fully-qualified domain name and unqualified host name.
16002
16003 2005-09-11 Kim F. Storm <storm@cua.dk>
16004
16005 * emacs-lisp/authors.el (authors-aliases): Update list.
16006 (authors-fixed-entries): Update mldrag.el entry.
16007
16008 2005-09-10 Alan Mackenzie <acm@muc.de>
16009
16010 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16011 from the region narrowed to.
16012
16013 2005-09-10 Magnus Henoch <mange@freemail.hu>
16014
16015 * textmodes/ispell.el (ispell-check-version): Signal an error if
16016 aspell version is less than 0.60.
16017
16018 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16019
16020 * progmodes/octave-inf.el (inferior-octave-startup):
16021 Resync current dir at the end.
16022
16023 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16024
16025 * woman.el (woman-topic-at-point-default):
16026 Rename to woman-use-topic-at-point-default.
16027 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16028 (woman-file-name): Reflect renames above. Automatically use the
16029 word at point as topic if woman-use-topic-at-point is non-nil.
16030 Otherwise offer it as default but don't insert it in the
16031 minibuffer. Also use `test-completion' instead of `assoc' as
16032 suggested by Stefan Monnier.
16033
16034 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16035
16036 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16037 the attempt to do it over Tramp. This is not yet supported.
16038
16039 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16040
16041 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16042 (menu-bar-non-minibuffer-window-p): New functions.
16043 ("Split Window", "Save As..."): Use them.
16044 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16045 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16046 Use menu-bar-menu-frame-live-and-visible-p.
16047 ("Save Buffer", "Insert File", "Open Directory...")
16048 ("Open File...", "Visit New File..."):
16049 Use menu-bar-non-minibuffer-window-p.
16050 (kill-this-buffer-enabled-p, dired <menu-enable>):
16051 Use menu-bar-non-minibuffer-window-p.
16052
16053 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16054
16055 * cus-start.el (all): Don't complain about fringe-related
16056 built-ins if fringes are not supported. Ditto about
16057 selection-related built-ins. Fix the test for GTK-related built-ins.
16058
16059 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16060 ("Postscript Print Buffer", "Print Region", "Save As...")
16061 ("Save", "Insert File...", "Open Directory...")
16062 ("Open File...", "Visit New File..."")
16063 ("Truncate Long Lines in this Buffer"): Don't look at
16064 menu-updating-frame if this display does not support multiple frames.
16065
16066 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16067
16068 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16069
16070 2005-09-09 Emilio Lopes <eclig@gmx.net>
16071
16072 * woman.el: Format- and whitespace-related changes.
16073
16074 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16075
16076 * woman.el: Fix my email address.
16077
16078 2005-09-08 Richard M. Stallman <rms@gnu.org>
16079
16080 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16081 (sh-mode): Locally set skeleton-pair-default-alist.
16082
16083 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16084
16085 * progmodes/flymake.el: Require `compile' unconditionally.
16086
16087 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16088
16089 * woman.el (woman-file-name): Provide a default, not initial input.
16090
16091 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16092
16093 * font-lock.el (font-lock-support-mode): Doc fix.
16094
16095 * descr-text.el (describe-property-list): Handle non-symbol prop names.
16096
16097 2005-09-08 Richard M. Stallman <rms@gnu.org>
16098
16099 * simple.el (blink-matching-open): Get rid of text props from
16100 the string shown in echo area. Don't permanently set point.
16101 Some rearrangements.
16102
16103 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16104
16105 * recentf.el (recentf-filename-handler): Add custom choice
16106 `abbreviate-file-name'.
16107
16108 * msb.el (msb--very-many-menus): Fix typo.
16109
16110 * disp-table.el (standard-display-european): Don't set
16111 enable-multibyte-characters to nil.
16112
16113 2005-09-08 David Ponce <david@dponce.com>
16114
16115 * recentf.el (recentf-show-file-shortcuts-flag): New option.
16116 (recentf-expand-file-name): Doc fix.
16117 (recentf-dialog-mode-map): Define digit shortcuts.
16118 (recentf--files-with-key): New variable.
16119 (recentf-show-digit-shortcut-filter): New function.
16120 (recentf-open-files-items): New function.
16121 (recentf-open-files): Use it.
16122 (recentf-open-file-with-key): New command.
16123
16124 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
16125
16126 * buff-menu.el (Buffer-menu-sort-by-column): New function.
16127 Suggested by Kim F. Storm.
16128 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16129 (Buffer-menu-make-sort-button): Use global keymap.
16130
16131 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
16132
16133 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16134 (Man-getpage-in-background-advice): Remove defadvice; it isn't
16135 necessary any longer with the remapped command.
16136 (Man-bgproc-sentinel-advice): Remove defadvice which counts
16137 formatting time only.
16138
16139 * net/tramp.el (tramp-action-password)
16140 (tramp-multi-action-password): Compile the password prompt from
16141 `method', `user' and `host'. Sometimes it isn't obvious which
16142 password to enter, for example with remote files offered by
16143 recentf.el, or with multiple steps. Suggested by Robert Marshall
16144 <robert@chezmarshall.freeserve.co.uk>.
16145
16146 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16147
16148 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16149 Fix regexp for when "s///" is at the beginning of line.
16150
16151 2005-09-07 Jay Belanger <belanger@truman.edu>
16152
16153 * calc/calc-poly.el (math-expand-term): Multiply out any powers
16154 when in matrix mode.
16155
16156 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16157
16158 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16159 non-anonymous functions.
16160
16161 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16164 when using a header line. Otherwise, use mouse-1-click-follows-link.
16165
16166 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16167 can't be moved; don't signal an error.
16168
16169 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
16170
16171 * cus-theme.el (custom-theme-write-faces): Save the current face
16172 spec, not the defface spec.
16173
16174 * custom.el (custom-known-themes): Clarify meaning of "standard".
16175 (custom-push-theme): Save old values in the standard theme.
16176 (disable-theme): Correct typo.
16177 (custom-face-theme-value) Deleted unused function.
16178 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16179
16180 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * progmodes/compile.el (compilation-goto-locus): Take into account
16183 iconified frames when determining whether the buffer is
16184 already visible.
16185 Don't reset window height if the window already existed.
16186
16187 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
16188
16189 * custom.el (load-theme): Rename from require-theme.
16190 Add interactive spec.
16191 (enable-theme): Rename from custom-enable-theme.
16192 Add interactive spec.
16193 (disable-theme): Rename from custom-disable-theme.
16194 Add interactive spec.
16195 (custom-make-theme-feature): Doc fix.
16196 (custom-theme-directory): Doc fix.
16197 (provide-theme): Call enable-theme.
16198
16199 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16200
16201 * obsolete/lazy-lock.el (lazy-lock-mode):
16202 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16203 font-lock-mode if it's off. Print a warning instead.
16204
16205 * progmodes/compile.el (compilation-start): Ignore errors if the
16206 process died before we get to send-eof.
16207
16208 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16209 Undo last change. Enclosing the result in quotes broke things on Unix
16210 since tex-send-command passes it through shell-quote-argument.
16211 (tex-send-command): Pass `file' through convert-standard-filename
16212 when possible.
16213 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16214 info in a transcript.
16215
16216 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16217
16218 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16219 fix compilation warning. Reorder the key definitions to group
16220 together keys emitted by the current version of xterm.
16221
16222 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16223 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16224 Reorder predicates to correct min-color usage.
16225
16226 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16227
16228 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16229 Kill local variables when longlines-mode is turned off.
16230
16231 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16234
16235 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16236
16237 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16238
16239 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16240 (font-lock-lines-before): Change default to being inactive.
16241 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16242 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16243
16244 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16245
16246 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16247 Deactivate temporarily advice if active (not needed for Emacs 22,
16248 but for backwards compatibility).
16249 (tramp-exists-file-name-handler): Rewrite. First implementation
16250 was too simple.
16251 (tramp-advice-make-auto-save-file-name):
16252 Call `tramp-handle-make-auto-save-file-name' (again, just for
16253 backwards compatibility).
16254
16255 2005-08-31 Reto Zimmermann <reto@gnu.org>
16256
16257 * progmodes/vhdl-mode.el
16258 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16259 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16260 (vhdl-set-default-project): New function (easier setting of default).
16261 (vhdl-port-copy): Handle extended identifiers for generics.
16262 (vhdl-compiler-alist): Better description for error message regexp.
16263 (vhdl-make): Query for target, use previous as default.
16264 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16265 (vhdl-font-lock-keywords-2): Fix fontification for record
16266 el. assign.
16267 (vhdl-speedbar-make-subpack-line): Add package body link.
16268 (vhdl-generate-makefile-1): Not include itself as dependency.
16269 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16270 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16271 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16272 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16273 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16274 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16275 (vhdl-import-project): Add string argument for `error'.
16276 (vhdl-compose-configuration)
16277 (vhdl-compose-configuration-architecture): Add configuration
16278 declaration generation.
16279 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16280 (vhdl-trailer-re): Add "record" keyword (better indentation).
16281 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16282 "[^ \t-\"]+".
16283 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16284 (vhdl-testbench-entity-file-name)
16285 (vhdl-testbench-architecture-file-name): Allow separate
16286 customization of testbench file names.
16287 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16288 (vhdl-get-visible-signals): Allow newline within alias declaration.
16289 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16290 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16291 (member-ignore-case): Alias for missing function in XEmacs.
16292 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16293 (vhdl-update-sensitivity-list): Ignore case on read signals.
16294 (vhdl-replace-string): Adjust case only for file names.
16295 (vhdl-update-sensitivity-list): Fix search for read signals.
16296 (vhdl-update-sensitivity-list): Exclude formal parameters.
16297 (vhdl-get-visible-signals): Include aliases of signals.
16298 (vhdl-get-visible-signals): Fix signal name searching.
16299 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16300 (vhdl-fixup-whitespace-region): Fix for character
16301 literals (e.g. `:').
16302
16303 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16304
16305 * ansi-color.el (comint-last-output-start):
16306 * bs.el (font-lock-verbose):
16307 * diff-mode.el (add-log-buffer-file-name-function):
16308 * dired-x.el (vm-folder-directory):
16309 * faces.el (help-xref-stack-item):
16310 * files.el (font-lock-keywords):
16311 * find-lisp.el (dired-buffers, dired-subdir-alist):
16312 * ido.el (cua-inhibit-cua-keys):
16313 * log-view.el (cvs-minor-wrap-function):
16314 * outline.el (font-lock-warning-face):
16315 * simple.el (compilation-current-error):
16316 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16317 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16318 * tooltip.el (comint-prompt-regexp):
16319 * w32-fns.el (explicit-shell-file-name):
16320 * term/mac-win.el (mac-charset-info-alist)
16321 (mac-services-selection, mac-system-script-code):
16322 * term/tty-colors.el (msdos-color-values):
16323 * term/w32-win.el (xlfd-regexp-registry-subnum):
16324 * term/x-win.el (x-keysym-table, x-selection-timeout)
16325 (x-session-id, x-session-previous-id):
16326 * textmodes/ispell.el (mail-yank-prefix):
16327 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16328 * textmodes/org.el (calc-embedded-close-formula)
16329 (calc-embedded-open-formula)
16330 (font-lock-unfontify-region-function):
16331 * textmodes/reftex-global.el (isearch-next-buffer-function)
16332 (TeX-master):
16333 * textmodes/reftex.el (font-lock-keywords):
16334 * textmodes/tex-mode.el (font-lock-comment-face)
16335 (font-lock-doc-face):
16336 * textmodes/texinfo.el (outline-heading-alist):
16337 Add defvars.
16338
16339 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16340 (artist-spray-chars, artist-mode-init, artist-replace-string)
16341 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16342 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16343 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16344
16345 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16346 (conf-align-assignments): "?\ " -> "?\s".
16347
16348 * textmodes/reftex-index.el (TeX-master): Add defvar.
16349 (reftex-index-phrases-marker): Move up defvar.
16350
16351 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16352 (reftex-toc-include-labels-indicator)
16353 (reftex-toc-include-index-indicator)
16354 (reftex-toc-max-level-indicator): Move up declarations.
16355
16356 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16357 of args to `tramp-run-real-handler', even if it's empty in this case.
16358
16359 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16360
16361 * dired.el (dired-move-to-filename-regexp): Add date format for
16362 Mac OS X 10.3 in East Asian locales.
16363
16364 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16365
16366 * files.el (make-auto-save-file-name): Add file name handler call
16367 if applicable.
16368
16369 * net/tramp.el (tramp-file-name-handler-alist)
16370 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16371 (tramp-handle-make-auto-save-file-name): Rename from
16372 `tramp-make-auto-save-file-name'.
16373 (tramp-exists-file-name-handler): New defun.
16374 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16375 `make-auto-save-file-name' is not a magic file name operation.
16376
16377 2005-08-30 Richard M. Stallman <rms@gnu.org>
16378
16379 * files.el (risky-local-variable-p):
16380 Match `-predicates' and `-commands.
16381
16382 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16383 (custom-save-all): Visit the file if necessary;
16384 kill the buffer if we created it.
16385 (custom-save-delete): Don't visit file or kill buffer here.
16386
16387 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16388
16389 * textmodes/org.el (org-special-keyword): New face.
16390 (org-table-copy-down, org-table-eval-formula)
16391 (org-table-recalculate, org-init-section-numbers):
16392 Use `string-to-number' instead of `string-to-int'.
16393 (org-get-location): Use `insert-buffer-substring' instead of
16394 `insert-buffer'.
16395 (org-modify-diary-entry-string): New function.
16396 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16397 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16398 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16399 active region.
16400 (org-export-as-html): Handle QUOTE keyword.
16401 (org-quote-string): New option.
16402 (org-bookmark-jump-unhide): New function, used for
16403 `bookmark-after-jump-hook'.
16404 (org-diary-default-entry): Apply only when not called through
16405 `org-agenda'.
16406
16407 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16408
16409 * net/eudc.el (mode-popup-menu):
16410 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16411 * progmodes/ada-mode.el (compile-auto-highlight)
16412 (skeleton-further-elements):
16413 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16414 * progmodes/cmacexp.el (msdos-shells):
16415 * progmodes/compile.el (font-lock-extra-managed-props)
16416 (font-lock-keywords, font-lock-maximum-size)
16417 (font-lock-support-mode):
16418 * progmodes/grep.el (font-lock-lines-before):
16419 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16420 * progmodes/mixal-mode.el (compile-command):
16421 * progmodes/perl-mode.el (font-lock-comment-face)
16422 (font-lock-doc-face, font-lock-string-face):
16423 * progmodes/prolog.el (comint-prompt-regexp):
16424 * progmodes/sh-script.el (font-lock-comment-face)
16425 (font-lock-set-defaults, font-lock-string-face):
16426 * progmodes/sql.el (font-lock-keyword-face)
16427 (font-lock-set-defaults, font-lock-string-face):
16428 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16429 (itimer-version, lazy-lock-defer-contextually)
16430 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16431 Add defvars.
16432
16433 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16434 (cperl-electric-keyword, cperl-electric-pod)
16435 (cperl-electric-backspace, cperl-forward-re)
16436 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16437 (vc-rcs-header, vc-sccs-header): Add defvars.
16438
16439 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16440 (font-lock-syntactic-keywords, gud-find-expr-function):
16441 Add defvars.
16442
16443 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16444 (gdb-frame-parameters): Declare before use.
16445
16446 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16447 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16448 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16449 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16450
16451 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16452 (idlwave-help-with-source): Use `insert-buffer-substring', not
16453 `insert-buffer'.
16454
16455 2005-08-29 Juri Linkov <juri@jurta.org>
16456
16457 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16458 Put outline-back-to-heading function call inside save-excursion.
16459
16460 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16461
16462 * man.el (Man-init-defvars, Man-translate-references)
16463 (Man-support-local-filenames, Man-highlight-references):
16464 * progmodes/sql.el (sql-interactive-mode):
16465 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16466
16467 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16468 (compilation-mode-font-lock-keywords): Add defvars.
16469 (checkdoc-interactive-loop): "?\ " -> "?\s".
16470
16471 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16472 (font-lock-doc-face, font-lock-string-face)
16473 (font-lock-keywords-case-fold-search): Add defvars.
16474 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16475
16476 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16477 Don't pass X and Y (they are ignored anyway).
16478 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16479 (mouse-delete-window): Make arguments optional.
16480
16481 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16482 (caesar-translate-table, minor-modes, news-buffer-save)
16483 (news-group-name, news-minor-modes): Add defvars.
16484
16485 * emacs-lisp/lselect.el (mouse-highlight-priority)
16486 (x-lost-selection-functions, zmacs-regions):
16487 * emacs-lisp/pp.el (font-lock-verbose):
16488 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16489 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16490 (ses-mode-map):
16491 * emacs-lisp/tcover-unsafep.el (safe-functions):
16492 * international/mule-cmds.el (mac-system-coding-system)
16493 (mac-system-locale):
16494 * language/ethio-util.el (rmail-current-message)
16495 (rmail-message-vector):
16496 * language/thai-util.el (thai-auto-composition-mode):
16497 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16498 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16499 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16500 (vm-primary-inbox, vm-spool-files):
16501 * mail/rmail.el (deleted-head, font-lock-fontified)
16502 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16503 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16504 (total-messages):
16505 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16506 (rmail-summary-mode-map):
16507 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16508 (rmail-last-label, rmail-last-multi-labels)
16509 (rmail-summary-vector, rmail-total-messages):
16510 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16511 * mail/rmailsum.el (msgnum):
16512 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16513 (rmail-current-message):
16514 * obsolete/fast-lock.el (font-lock-face-list):
16515 * obsolete/rnewspost.el (mail-reply-buffer):
16516 * obsolete/scribe.el (compile-command):
16517 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16518
16519 2005-08-28 John Paul Wallington <jpw@gnu.org>
16520
16521 * ibuf-ext.el (ibuffer-auto-update-changed):
16522 Use `frame-or-buffer-changed-p' to check whether we need to update.
16523 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16524 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16525 as a `frame-or-buffer-changed-p' state vector instead.
16526
16527 2005-08-27 Romain Francoise <romain@orebokech.com>
16528
16529 * textmodes/makeinfo.el (makeinfo-compile):
16530 Use `compilation-start'. Set `next-error-function' according to
16531 `disable-errors'.
16532 (makeinfo-next-error): New function.
16533 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16534 (makeinfo-buffer): Likewise.
16535
16536 * progmodes/compile.el (compilation-start): Add autoload cookie.
16537
16538 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16539 * textmodes/sgml-mode.el: Likewise.
16540 * progmodes/python.el: Likewise.
16541
16542 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16543
16544 * simple.el (blink-matching-paren-distance): Document the meaning
16545 of nil value, and allow to customize to nil.
16546
16547 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16548 command.com, not command.exe.
16549
16550 2005-08-26 John Wiegley <johnw@newartisans.com>
16551
16552 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16553 code around a bit so that an extraneous nil argument is not added
16554 to a command when no args are given.
16555
16556 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16557 double-quoted argument resolves to nil, return it as an empty
16558 string rather than as nil. This made it impossible to pass "" to
16559 a shell script as a null string argument.
16560
16561 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * outline.el (outline-invent-heading): New fun.
16564 (outline-promote, outline-demote): Use it.
16565 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16566 (outline-end-of-subtree): Remove unused var `opoint'.
16567
16568 2005-08-26 David Reitter <david.reitter@gmail.com>
16569
16570 * menu-bar.el (truncate-lines, write-file, print-buffer)
16571 (ps-print-buffer-faces, ps-print-buffer, split-window):
16572 Disable menu items when the frame they refer to is invisible, or when
16573 they refer to a buffer and the minibuffer is selected.
16574
16575 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16576
16577 * progmodes/flymake.el (flymake-highlight-err-lines):
16578 Use save-excursion around flymake-highlight-line to preserve point.
16579
16580 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16581
16582 * progmodes/octave-mod.el: Change Author and Maintainer address.
16583 (octave-maintainer-address): Change Kurt's email address.
16584 * progmodes/octave-inf.el: Change Author and Maintainer address.
16585 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16586
16587 2005-08-26 Kim F. Storm <storm@cua.dk>
16588
16589 * subr.el (version-list-<, version-list-<=, version-list-=):
16590 Rename from integer-list-*.
16591 (version-list-not-zero): Likewise. Fix while loop.
16592 (version=): Use version-list-= instead of string-equal.
16593
16594 2005-08-26 Richard M. Stallman <rms@gnu.org>
16595
16596 * outline.el (outline-promote): Try shortening the heading.
16597 As last resort, read the heading to use.
16598 (outline-demote): As last resort, read the heading to use.
16599
16600 2005-08-26 Romain Francoise <romain@orebokech.com>
16601
16602 * progmodes/compile.el (compilation-start): Doc fix.
16603
16604 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16605 (antlr-font-lock-additional-keywords): Fix reference to
16606 `antlr-font-lock-literal-regexp' erroneously changed during the
16607 mass face rename.
16608 (antlr-run-tool): Use `compilation-start'.
16609
16610 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16611 instead of the obsolete `compile-internal'.
16612
16613 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16614
16615 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16616 (number, original-date):
16617 * calendar/cal-china.el (date):
16618 * calendar/cal-coptic.el (date):
16619 * calendar/cal-french.el (date):
16620 * calendar/cal-hebrew.el (date, entry, number, original-date):
16621 * calendar/cal-islam.el (date, number, original-date):
16622 * calendar/cal-iso.el (date):
16623 * calendar/cal-julian.el (date):
16624 * calendar/cal-mayan.el (date):
16625 * calendar/cal-menu.el (date, event):
16626 * calendar/cal-persia.el (date):
16627 * calendar/lunar.el (date):
16628 * calendar/solar.el (date): Add defvars.
16629
16630 * emerge.el:
16631 * ibuffer.el:
16632 * info-xref.el:
16633 * obsolete/bg-mouse.el:
16634 * obsolete/sun-curs.el:
16635 * obsolete/swedish.el: Move the `defvar's to the top level.
16636
16637 * smerge-mode.el (smerge-refined-change): Add :group.
16638
16639 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16640
16641 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16642 (smerge-keep-n): Remove props.
16643 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16644 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16645 now that it's done in smerge-keep-n.
16646 (smerge-refined-change): New face.
16647 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16648 (smerge-refine): New funs.
16649 (smerge-basic-map): Bind smerge-refine.
16650
16651 2005-08-25 Juri Linkov <juri@jurta.org>
16652
16653 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16654 compilation-process-setup-function and compilation-disable-input
16655 in grep-mode instead of let-bindings in grep.
16656
16657 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16658 Delete "Automatic File De/compression" (auto-compression-mode).
16659
16660 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16661
16662 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16663 Silence warning about non-existent variable.
16664
16665 2005-08-25 Richard M. Stallman <rms@gnu.org>
16666
16667 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16668 Rename "Describe Key" to "Describe Key or Mouse Operation".
16669
16670 * mail/mailalias.el (build-mail-aliases): Delete comments
16671 from the contents before processing them.
16672
16673 * isearch.el (isearch-edit-string): Erase the Search prompt
16674 if user enters an empty string and there is no default.
16675
16676 * comint.el (comint-file-name-prefix): Add autoload.
16677
16678 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16679
16680 * subr.el (play-sound): Rearrange to avoid warning.
16681
16682 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16683
16684 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16685 New hook.
16686 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16687
16688 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16691
16692 * custom.el (custom-theme-set-variables): Sort minor modes last.
16693
16694 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16695
16696 * subr.el (version-separator, version-regexp-alist): New vars used by
16697 version comparison funs.
16698 (integer-list-<, integer-list-=, integer-list-<=)
16699 (integer-list-not-zero): New funs for integer list comparison.
16700 (version-to-list, version=, version<, version<=): New funs for version
16701 comparison.
16702
16703 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16704
16705 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16706 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16707 time to silence the byte-compiler.
16708
16709 * ibuffer.el (ibuffer-compile-make-eliding-form)
16710 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16711 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16712 so it's silly to get warnings for it).
16713 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16714 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16715 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16716 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16717 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16718 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16719 Defvar at compile time.
16720 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16721 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16722 Declare them before use.
16723
16724 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16725 (info-xref-good, info-xref-bad): Defvar at compile time.
16726
16727 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16728 Use `let*' instead of `let'.
16729
16730 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16731 (*mouse-y*, menu, char): Defvar at compile time.
16732 (sc::menu): Declare it before use.
16733 (sc::pack-one-line): Use `let', not `let*'.
16734
16735 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16736 (mail-send-hook): Defvar at compile time.
16737
16738 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16739 Defvar at compile time.
16740
16741 * term/sun-mouse.el (current-global-mousemap)
16742 (current-local-mousemap): Declare them before use.
16743
16744 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16745
16746 * bookmark.el (bookmark-after-jump-hook): New hook.
16747 (bookmark-jump): Run `bookmark-after-jump-hook'.
16748
16749 2005-08-23 Juri Linkov <juri@jurta.org>
16750
16751 * faces.el (minibuffer-prompt): Doc fix.
16752
16753 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16754
16755 * progmodes/xscheme.el: Trivial changes to silence warnings.
16756 (xscheme-previous-mode, xscheme-previous-process-state):
16757 Add defvars.
16758 (xscheme-last-input-end, xscheme-process-command-line)
16759 (xscheme-process-name, xscheme-buffer-name)
16760 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16761 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16762 (xscheme-control-g-synchronization-p)
16763 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16764 (default-xscheme-runlight, xscheme-runlight)
16765 (xscheme-runlight-string, xscheme-process-filter-state)
16766 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16767 Move to beginning of file.
16768 (scheme-interaction-mode-commands-alist)
16769 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16770 Declare them before use. Note: the initialization code for the
16771 variables has not been moved because it uses functions that reference
16772 the variables.
16773 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16774 (xscheme-prompt-for-expression-map): Declare them before use.
16775 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16776
16777 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16778
16779 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16780
16781 2005-08-22 Juri Linkov <juri@jurta.org>
16782
16783 * faces.el (set-face-underline): Delete this duplicate function
16784 and make an obsolete alias to set-face-underline-p.
16785 (set-face-underline-p): Use docstring of set-face-underline.
16786 (describe-face): Create hyperlink to parent face.
16787
16788 * info.el (Info-insert-dir): Use save-excursion around
16789 insert-buffer-substring.
16790 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16791 (Info-escape-percent): Delete function.
16792 (Info-fontify-node): Replace Info-escape-percent by
16793 replace-regexp-in-string with REP arg set to lambda that
16794 duplicates `%' and preserves text properties.
16795
16796 * progmodes/compile.el (compilation-disable-input): Doc fix.
16797 (define-compilation-mode): Doc fix and refill.
16798 (kill-compilation): Use `mode-name' in the error message.
16799 (compilation-find-file): Use `compilation-error' in the
16800 read-file-name's prompt.
16801
16802 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16803
16804 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16805 (smerge-auto-leave): Make undo re-enable the mode.
16806 (debug-ignored-errors): Add the user-error of impossible resolution.
16807 (smerge-resolve): Move things around a bit, in preparation for later.
16808 (smerge-diff): Don't fail if the buffer has no associated file.
16809 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16810 (smerge-conflict-overlay): New function.
16811 (smerge-match-conflict): Don't add text properties here.
16812 (smerge-find-conflict): Instead, add an overlay here.
16813 Also check for the case where we're inside a conflict already, so as to
16814 obviate the need for font-lock-multiline, which is unbearably slow with
16815 large conflicts and ciomplex font-lock patterns.
16816 (smerge-remove-props): Remove overlay rather than text-properties.
16817 (smerge-mode): Don't set font-lock-multiline.
16818 Remove overlays when turned off.
16819
16820 2005-08-21 Kim F. Storm <storm@cua.dk>
16821
16822 * ido.el (ido-ignore-item-p): Use save-match-data.
16823 Bind case-fold-search to ido-case-fold locally.
16824
16825 2005-08-20 Richard M. Stallman <rms@gnu.org>
16826
16827 * files.el (normal-mode): If font lock is on, turn it off and on.
16828
16829 * subr.el (replace-regexp-in-string): Doc fix.
16830
16831 * startup.el (command-line-1): Don't suppress startup screen
16832 due to existing processes.
16833
16834 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16835
16836 * progmodes/compile.el (compilation-disable-input): Default to nil.
16837
16838 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16839
16840 * progmodes/compile.el (compilation-disable-input): New defcustom.
16841 (compilation-start): If compilation-disable-input is non-nil, send
16842 EOF to the compilation process.
16843
16844 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16845
16846 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16847 Run the argument of tex-shell-cd-command through
16848 convert-standard-filename, to get the correct style of slashes on
16849 Windows, and enclose the result in quotes, in case the file name
16850 includes whitespace or other special characters.
16851
16852 2005-08-19 Andreas Schwab <schwab@suse.de>
16853
16854 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16855 process.
16856
16857 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16858
16859 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16860
16861 2005-08-18 Kim F. Storm <storm@cua.dk>
16862
16863 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16864
16865 2005-08-18 Richard M. Stallman <rms@gnu.org>
16866
16867 * scroll-lock.el: New file.
16868
16869 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16870
16871 * dired.el (dired-move-to-end-of-filename):
16872 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16873
16874 2005-08-18 Kim F. Storm <storm@cua.dk>
16875
16876 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16877 rather than toggle mode when custom value is nil.
16878 (ido-everywhere): Fix defun doc string.
16879
16880 2005-08-17 Richard M. Stallman <rms@gnu.org>
16881
16882 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16883 as tag instead of "Inviolable".
16884
16885 2005-08-17 Kim F. Storm <storm@cua.dk>
16886
16887 * windmove.el (windmove-coordinates-of-position): Remove.
16888 (windmove-coordinates-of-window-position): Remove.
16889 (windmove-reference-loc): Use posn-at-point instead.
16890
16891 * subr.el (insert-for-yank-1): Doc fix.
16892
16893 * ido.el (ido-enter-matching-directory): Rename from
16894 ido-enter-single-matching-directory. Change `slash' choice to
16895 `only'. Add `first' choice.
16896 (ido-exhibit): Adapt to above changes.
16897
16898 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16899
16900 * Makefile.in: Expand comment about building loaddefs.el.
16901
16902 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16903
16904 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16905 Comment use of defadvice.
16906
16907 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16908
16909 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16910
16911 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16912 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16913 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16914 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16915 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16916 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16917 for backward compatibility for faces that did not appear in the
16918 previous Emacs release.
16919
16920 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16921
16922 2005-08-15 Kim F. Storm <storm@cua.dk>
16923
16924 * emulation/cua-base.el (cua-delete-region): Return t if
16925 deleted region was non-empty.
16926 (cua-replace-region): Inhibit overwrite-mode for
16927 self-insert-command if replaced region was non-empty.
16928 (cua--explicit-region-start, cua--status-string): Make them
16929 buffer-local at top-level...
16930 (cua-mode): ...rather than when mode is enabled.
16931
16932 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16933
16934 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16935 Set t for Emacs 21, 22, and so on.
16936
16937 2005-08-15 David Ponce <david@dponce.com>
16938
16939 * tree-widget.el: Update Commentary header.
16940 (tree-widget-theme): Doc fix.
16941 (tree-widget-space-width): New option.
16942 (tree-widget-image-properties): Look up in the default theme too.
16943 (tree-widget--cursors): Only for images with arrow pointer shape.
16944 (tree-widget-lookup-image): Pointer shape is hand by default.
16945 (tree-widget-icon): Rename generic icon widget from
16946 `tree-widget-control'.
16947 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16948 derive from `tree-widget-icon'.
16949 (tree-widget-handle): Improve default look and feel of the text
16950 representation.
16951 (tree-widget): Rename :*-control properties to :*-icon properties.
16952 Add :action and :help-echo properties.
16953 (tree-widget-after-toggle-functions): Move.
16954 (tree-widget-close-node, tree-widget-open-node): Remove.
16955 (tree-widget-before-create-icon-functions): New hook.
16956 (tree-widget-value-create): Update to allow customization of icons
16957 and nodes at run-time via that new hook.
16958 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16959 (tree-widget-icon-action, tree-widget-icon-help-echo)
16960 (tree-widget-action, tree-widget-help-echo): New functions.
16961
16962 2005-08-15 Kim F. Storm <storm@cua.dk>
16963
16964 * ido.el (ido-buffer-internal): Use with-no-warnings.
16965 (ido-make-merged-file-list): Use while-no-input.
16966
16967 2005-08-15 Richard M. Stallman <rms@gnu.org>
16968
16969 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16970 (flyspell-large-region): Fix doc and custom type.
16971
16972 2005-08-14 Richard M. Stallman <rms@gnu.org>
16973
16974 * files.el (interpreter-mode-alist): Doc fix.
16975
16976 * mail/rmail.el (rmail-nonignored-headers): New variable.
16977 (rmail-clear-headers): Use it.
16978 (rmail-reply): Better handling of mail-followup-to header.
16979
16980 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16981 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16982 don't try to refer to executable-font-lock-keywords.
16983 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16984 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16985 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16986 (sh-mode): Set comment-start-skip, local-abbrev-table,
16987 imenu-case-fold-search.
16988 (sh-set-shell): Don't set them here.
16989 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16990 Don't cache the results in the original alist; don't ever modify
16991 that alist.
16992
16993 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16994
16995 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16996 empty.
16997
16998 2005-08-15 Andreas Schwab <schwab@suse.de>
16999
17000 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17001
17002 * dired.el, info.el, mail/rmail.el: Revert last change.
17003
17004 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17005
17006 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17007 modification in `eval-after-load' form.
17008 * info.el: Likewise.
17009 * mail/rmail.el: Likewise.
17010
17011 2005-08-14 Juri Linkov <juri@jurta.org>
17012
17013 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17014 Remove highlighting of "Compilation started". Highlight only
17015 the word "finished" in "Compilation finished". Add highlighting
17016 of "interrupt", "killed", "terminated" and the exit code.
17017 (compilation-start): Add newline after header. Use exactly the
17018 same time stamp format as the finishing message.
17019 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17020
17021 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17022 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17023 Add highlighting of "interrupt", "killed", "terminated".
17024
17025 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17026 enabled and the current command is self-insert-command, call it
17027 explicitly with overwrite-mode bound to nil, to not allow it
17028 to delete the character after the selected region.
17029
17030 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17031
17032 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17033 move-end-of-line, end-of-line, and beginning-of-line to the list
17034 of commands after which the echo area is updated.
17035
17036 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17037
17038 * cus-edit.el (custom-save-all, custom-save-delete):
17039 Bind recentf-exclude to exclude custom-file.
17040
17041 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17042
17043 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17044 to go to the bottom of the mail message. Added to
17045 `rmail-summary-mode-map' with key "/".
17046 (rmail-summary-show-message): New (internal) function for use by
17047 both `rmail-summary-beginning/end-of-message'.
17048 (rmail-summary-beginning-of-message): Change to use
17049 rmail-summary-show-message.
17050
17051 * mail/rmail.el (rmail-end-of-message): New command to go to the
17052 end of the current message. Added to `rmail-mode-map' with key "/".
17053 (rmail-beginning-of-message): Fix to work as documented.
17054 (rmail-mode): Change documentation.
17055
17056 * progmodes/compile.el (compilation-start): Add the line
17057 "Compilation started" with compilation start time.
17058 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17059
17060 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17061
17062 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17063 of menu items.
17064
17065 2005-08-11 Richard M. Stallman <rms@gnu.org>
17066
17067 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17068
17069 * battery.el (battery-status-function): Don't use ignore-errors.
17070
17071 2005-08-11 Lute Kamstra <lute@gnu.org>
17072
17073 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17074 define-obsolete-variable-alias.
17075
17076 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17077
17078 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17079 (ange-ftp-send-cmd): Revert last change, and expand
17080 the comment explaining the problem.
17081
17082 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
17083
17084 * ldefs-boot.el: Update.
17085
17086 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17087 item to "Time, Load and Mail". Change help echo text.
17088
17089 * time.el (display-time-use-mail-icon, display-time-format)
17090 (display-time-string-forms): Shorten first line of docstrings.
17091
17092 2005-08-10 Lars Hansen <larsh@soem.dk>
17093
17094 * desktop.el (desktop-buffer-mode-handlers):
17095 Make non-customizable. Add autoload cookie. Change initial value to
17096 nil; add elements in respective modules instead. Fix doc string.
17097 (desktop-load-file): New function.
17098 (desktop-minor-mode-handlers): New autoloaded variable.
17099 (desktop-create-buffer): Call minor mode handlers.
17100 Use desktop-load-file to load major and minor mode modules prior to
17101 checking for a handler.
17102 (desktop-save): Don't add nil to desktop-minor-modes for minor
17103 modes with nil function in desktop-minor-mode-table. Don't delete
17104 desktop file before rewriting it.
17105 (desktop-locals-to-save): Add autoload cookie. Don't make
17106 automatically buffer-local. Add variables column-number-mode,
17107 size-indication-mode, indent-tabs-mode,
17108 indicate-buffer-boundaries, indicate-empty-lines and
17109 show-trailing-whitespace.
17110 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17111 regexps. Don't use desktop-clear-preserve-buffers-regexp.
17112 (desktop-clear-preserve-buffers-regexp): Delete.
17113 (desktop-clear-preserve-buffers): Update initial value and docstring.
17114 (desktop-save-buffer): Fix doc string.
17115
17116 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17117 (hilit-chg-desktop-restore): New function.
17118 (highlight-changes-mode): Add highlight-changes-mode to
17119 desktop-locals-to-save.
17120
17121 * dired.el: Add handler to desktop-buffer-mode-handlers.
17122 (dired-restore-desktop-buffer): Remove autoload cookie.
17123 (dired-mode): Add autoload cookie.
17124
17125 * info.el: Add handler to desktop-buffer-mode-handlers.
17126 (Info-restore-desktop-buffer): Remove autoload cookie.
17127 (Info-mode): Add autoload cookie.
17128
17129 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17130 (mh-restore-desktop-buffer): Remove autoload cookie.
17131 (mh-folder-mode): Add autoload cookie.
17132
17133 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17134 (rmail-restore-desktop-buffer): Remove autoload cookie.
17135
17136 2005-08-11 Masatake YAMATO <jet@gyve.org>
17137
17138 * hexl.el (hexl-address-region):
17139 (hexl-ascii-region, hexl-font-lock-keywords):
17140 (hexl-highlight-line-range): Use the term "region"
17141 instead of "area" for consistency with the other symbols
17142 defined in hexl.el.
17143
17144 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
17145
17146 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17147 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17148 out by Juri Linkov). Add `display-battery-mode'.
17149
17150 2005-08-09 Juri Linkov <juri@jurta.org>
17151
17152 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17153 Remove `-text' from face variable names.
17154 (compilation-error-file-name, compilation-warning-file-name)
17155 (compilation-info-file-name): Delete faces.
17156 (compilation-line-number, compilation-column-number):
17157 Remove face underlining.
17158 (compilation-message-face): Set to `underline' value by default.
17159 (compilation-error-face, compilation-warning-face)
17160 (compilation-info-face): Remove `-file-name' from face names.
17161 (compilation-error-text-face, compilation-warning-text-face)
17162 (compilation-info-text-face): Delete face variables.
17163 (compilation-text-face): Delete function.
17164
17165 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17166 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17167 (grep-error-face): Set to `compilation-error' instead of
17168 `compilation-error-face' (which is redefined to `grep-hit-face' in
17169 grep buffers).
17170 (grep-mode-font-lock-keywords): Remove `-text' from face variable
17171 names. Use `grep-error-face' instead of `compilation-error-text-face'.
17172
17173 * dired-aux.el (dired-do-query-replace-regexp):
17174 Use `query-replace-read-args'.
17175
17176 * replace.el (query-replace-read-from, query-replace-read-to)
17177 (query-replace-read-args): Rename arg `string' to `prompt'.
17178
17179 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17180
17181 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17182
17183 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17184 uploading files.
17185 (ange-ftp-canonize-filename): Handle file names beginning with ~
17186 correctly.
17187
17188 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17189
17190 * textmodes/fill.el (canonically-space-region)
17191 (fill-context-prefix, fill-french-nobreak-p)
17192 (fill-delete-newlines, fill-comment-paragraph)
17193 (justify-current-line): "?\ " -> "?\s".
17194
17195 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
17196
17197 * textmodes/fill.el (fill-nonuniform-paragraphs):
17198 Improve argument/docstring consistency.
17199
17200 2005-08-09 Richard M. Stallman <rms@gnu.org>
17201
17202 * textmodes/ispell.el (ispell-word): More fboundp checks.
17203
17204 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17205 (find-file-noselect-1): Call it here, only if RAWFILE.
17206 (normal-mode): Always set some major mode.
17207 (save-some-buffers-action-alist): Change some explanation strings.
17208 (file-name-non-special): In the `quote' method, use unwind-protect.
17209
17210 2005-08-09 Magnus Henoch <mange@freemail.hu>
17211
17212 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17213 (ispell-have-aspell-dictionaries): New variable.
17214 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17215 (ispell-get-aspell-config-value): New function.
17216 (ispell-aspell-find-dictionary): New function.
17217 (ispell-aspell-add-aliases): New function.
17218 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17219 appropriate. Don't look for ispell dictionaries if we use aspell.
17220 (ispell-menu-map): Don't build a submenu of dictionaries.
17221
17222 2005-08-09 Richard M. Stallman <rms@gnu.org>
17223
17224 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17225 (sql-read-passwd): Use read-passwd.
17226
17227 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17228 (idlwave-toolbar-is-possible): Add defvars.
17229
17230 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17231 Avoid warnings.
17232
17233 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17234 (idlwave-system-class-info, idlwave-executive-commands-alist):
17235 Use defvar.
17236
17237 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17238
17239 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17240 Avoid warnings.
17241
17242 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17243 and content-type: headers.
17244
17245 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17246
17247 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17248 and rename some of them to be more self-explanatory.
17249
17250 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17251
17252 * startup.el (command-line-1): Implement -scriptload.
17253
17254 * replace.el (occur-engine): Initial *Occur* output not undoable.
17255
17256 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17257 and improve help strings.
17258
17259 * isearch.el (isearch-repeat): When changing direction,
17260 mark search successful.
17261
17262 * ediff-init.el: Use (featurep 'xemacs).
17263
17264 * comint.el (send-invisible): Identify buffer, if not selected.
17265
17266 * align.el: Delete autoload for c-guess-basic-syntax.
17267
17268 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17269
17270 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17271 Improve argument/docstring consistency. Doc fixes.
17272 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17273 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17274 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17275 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17276 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17277 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17278 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17279 Defvar at compile time.
17280
17281 2005-08-09 Juri Linkov <juri@jurta.org>
17282
17283 * info.el: Replace `info' with upper-case `Info' where appropriate.
17284 (info-title-1, info-title-2, info-title-3, info-title-4)
17285 (info-menu-header): Move up face definitions.
17286 (info-menu-star): Rename from `info-menu-5'.
17287 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17288 (Info-fontify-visited-nodes): Fix docstring.
17289 (Info-hide-note-references): Fix docstring.
17290 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17291 menu items in the same way as on cross-references.
17292 (info-apropos): Fix sorting order and formatting to be like in the
17293 stand-alone Info browser. Display error messages for 1 sec.
17294 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17295 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17296 from the menu bar.
17297 (Info-insert-dir): Restore point after calling
17298 `insert-buffer-substring'.
17299
17300 2005-08-08 Richard M. Stallman <rms@gnu.org>
17301
17302 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17303 (recompute-lucid-menubar): Add defvars.
17304
17305 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17306
17307 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17308
17309 * net/net-utils.el (run-dig): Rename from `dig'.
17310
17311 * play/gametree.el (gametree-mode): Use make-local-variable,
17312 not make-variable-buffer-local.
17313
17314 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17315
17316 * ansi-color.el (ansi-color-make-extent)
17317 (ansi-color-set-extent-face): Use fboundp, not functionp.
17318
17319 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17320 not make-variable-buffer-local.
17321
17322 * bookmark.el (Info-current-file): Add defvar.
17323 (bookmark-jump-noselect): Use with-no-warnings.
17324
17325 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17326
17327 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17328
17329 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17330
17331 * find-file.el (ada-procedure-start-regexp)
17332 (ada-package-start-regexp): Add defvars.
17333
17334 * info.el (Info-insert-dir): Use insert-buffer-substring.
17335
17336 * xml.el (xml-att-def-re): Add defvar.
17337
17338 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17339 calling convention.
17340
17341 * subr.el (while-no-input): Return t if there is input.
17342
17343 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17344
17345 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17346
17347 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17350 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17351
17352 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17353
17354 * cmuscheme.el (scheme-start-file): Replace reference to
17355 `user-emacs-directory' by "~/.emacs.d/".
17356
17357 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17358
17359 * info.el (Info-dir-remove-duplicates): Avoid case folding
17360 in loop; instead, keep downcased strings for comparison.
17361 Suggested by Helmut Eller.
17362
17363 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17364
17365 Sync with Tramp 2.0.50.
17366
17367 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17368 XEmacs case; not necessary anymore.
17369 (tramp-user-regexp): Allow "@" as part of user name.
17370 (tramp-handle-set-visited-file-modtime)
17371 (tramp-handle-insert-file-contents)
17372 (tramp-handle-write-region): No special handling for
17373 `last-coding-system-used, because this is done in
17374 `tramp-accept-process-output' now.
17375 (tramp-accept-process-output): New defun.
17376 (tramp-process-one-action, tramp-process-one-multi-action)
17377 (tramp-wait-for-regexp, tramp-wait-for-output)
17378 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17379 Howells <dhowells@redhat.com>.
17380 (clear-visited-file-modtime): Defadvice removed. The check for
17381 unset buffer's modtime does not need to be based on
17382 `tramp-buffer-file-attributes'. Suggested by RMS.
17383 (tramp-message): Insert "\n" if not being at beginning of line.
17384 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17385 sequence with same logic.
17386 (tramp-completion-handle-expand-file-name): Discard call of
17387 `tramp-drop-volume-letter'. It is not necessary, and there have
17388 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17389 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17390 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17391 should always be visible.
17392 (tramp-handle-insert-directory, tramp-setup-complete)
17393 (tramp-set-process-query-on-exit-flag)
17394 (tramp-append-tramp-buffers): Pacify byte-compiler.
17395 (tramp-bug): Delete non-existing variables from list.
17396 Apply `tramp-load-report-modules' as pre-hook.
17397 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17398 `shell-prompt-pattern' because of non-7bit characters.
17399 Reported by Sebastian Luque <sluque@mun.ca>.
17400 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17401 (tramp-match-string-list): Remove function.
17402 (tramp-wait-for-regexp): Remove call of that function.
17403 Suggested by Kim F. Storm <storm@cua.dk>.
17404 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17405 instead of octal character code ?\600. The latter resulted in a
17406 syntax error with XEmacs.
17407
17408 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17409 XEmacs case; not necessary anymore.
17410 (tramp-smb-handle-write-region): No special handling for
17411 `last-coding-system-used, because this is done in
17412 `tramp-accept-process-output' now.
17413 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17414
17415 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17416
17417 * wid-edit.el (widget-choice-value-create):
17418 Unconditionally respect user choice. Set :explicit-choice back to nil
17419 when no longer needed.
17420 (widget-choice-action): Unconditionally respect user choice.
17421 Eliminate :explicit-choice-value.
17422
17423 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17424
17425 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17426 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17427 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17428 running new function `toggle-indicate-empty-lines'.
17429 Rename "Customize" item to "Customize fringe".
17430 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17431 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17432 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17433 Delete "Empty lines only" item.
17434 (menu-bar-showhide-fringe-ind-customize): New function.
17435 (menu-bar-showhide-fringe-ind-mixed)
17436 (menu-bar-showhide-fringe-ind-box)
17437 (menu-bar-showhide-fringe-ind-right)
17438 (menu-bar-showhide-fringe-ind-left)
17439 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17440 instead of `fringe-indicators'.
17441
17442 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17443
17444 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17445 Change the date of last update.
17446
17447 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17448
17449 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17450 (viper-exec-yank, viper-put-back): Don't display modification msg
17451 if in the minibuffer.
17452
17453 * viper-init.el (viper-replace-overlay-cursor-color)
17454 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17455 Make variables frame local.
17456
17457 * viper-util.el (viper-append-filter-alist): Use append instead of
17458 nconc.
17459
17460 * viper.el (viper-vi-state-mode-list)
17461 (viper-emacs-state-mode-list): Move help-mode and
17462 completion-list-mode from the first list to the second.
17463 (viper-mode): Docstring.
17464 (viper-go-away, viper-non-hook-settings): Don't localize
17465 minor-mode-alist in newer Emacsen. Add advice to
17466 set-cursor-color. Don't bind "\C-c\\".
17467
17468 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17469
17470 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17471 (scheme-macro-expand-command): New user options.
17472 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17473 (scheme-form-at-point, scheme-start-file)
17474 (scheme-interactively-start-process): New functions.
17475 (scheme-get-process): New function, extracted from `scheme-proc'.
17476 (run-scheme): Call `scheme-start-file' to get start file, and pass
17477 it to `make-comint'.
17478 (switch-to-scheme, scheme-proc):
17479 Call `scheme-interactively-start-process' if no Scheme buffer/process
17480 is available.
17481
17482 2005-08-06 Juri Linkov <juri@jurta.org>
17483
17484 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17485 Use `compilation-text-face', `compilation-info-text-face' and
17486 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17487 (compilation-error): New face.
17488 (compilation-error-file-name): Inherit from
17489 `compilation-error' instead of `font-lock-warning-face'.
17490 (compilation-warning-file-name): Inherit from
17491 `compilation-warning' instead of `font-lock-warning-face'.
17492 (compilation-info, compilation-error-file-name)
17493 (compilation-warning-file-name, compilation-info-file-name)
17494 (compilation-line-number, compilation-column-number): Doc fix.
17495 (compilation-error-text-face, compilation-warning-text-face)
17496 (compilation-info-text-face): New face variables.
17497 (compilation-line-face, compilation-column-face)
17498 (compilation-enter-directory-face)
17499 (compilation-leave-directory-face): Doc fix.
17500 (compilation-text-face): New function.
17501
17502 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17503 instead of 1 to display binary file names as info file links.
17504 (grep-error-face): Use `compilation-error-face' instead of
17505 `font-lock-keyword-face'.
17506 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17507 and `compilation-warning-text-face' instead of
17508 `font-lock-keyword-face'. Use `compilation-error-text-face'
17509 instead of `grep-error-face'.
17510
17511 2005-08-05 Kenichi Handa <handa@m17n.org>
17512
17513 * international/code-pages.el: Add autoload cookies for all coding
17514 systems.
17515
17516 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17517
17518 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17519
17520 2005-08-04 Juri Linkov <juri@jurta.org>
17521
17522 * progmodes/compile.el (compilation-mode-map):
17523 * progmodes/grep.el (grep-mode-map):
17524 Bind TAB to `compilation-next-error' and [backtab] to
17525 `compilation-previous-error'.
17526
17527 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17528 matching line numbers, column numbers and their ranges with regexp
17529 matching only line numbers.
17530 (grep-context-face): New face variable.
17531 (grep-mode-font-lock-keywords): Use it.
17532
17533 * faces.el (read-face-name): Delete duplicate faces.
17534
17535 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17536
17537 * thumbs.el (thumbs-find-image): Don't make variables
17538 automatically buffer local.
17539 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17540 (thumbs-image-num): Make automatically buffer local.
17541 (thumbs-show-thumbs-list): Use `make-local-variable', not
17542 `make-variable-buffer-local'.
17543 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17544
17545 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17546 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17547 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17548 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17549 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17550 (feelings-about, foullst, found, hello, history, howareyoulst)
17551 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17552 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17553 (neglst, obj, object, owner, please, problems, qlist)
17554 (random-adjective, relation, remlst, repetitive-shortness)
17555 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17556 (shortlst, something, sportslst, stallmanlst, states, subj)
17557 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17558 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17559 Defvar at compile time.
17560
17561 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17562 not `make-variable-buffer-local'.
17563
17564 2005-08-02 Kim F. Storm <storm@cua.dk>
17565
17566 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17567 rectangle overlay in selected window.
17568
17569 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17570
17571 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17572 instead of display group. Make `indicate-buffer-boundaries'
17573 customizable through Custom.
17574
17575 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17576
17577 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17578 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17579 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17580 (gdb-put-string): Fix typos in docstrings.
17581
17582 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17583
17584 Update copyright notices of files in progmodes directory for
17585 release of Emacs 22.1.
17586
17587 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17588
17589 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17590 Don't barf if the GUD buffer has been killed.
17591
17592 2005-08-01 Kim F. Storm <storm@cua.dk>
17593
17594 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17595
17596 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17597
17598 * simple.el (next-error-follow-minor-mode):
17599 make-variable-buffer-local -> make-local-variable.
17600
17601 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17602
17603 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17604 (byte-compile-form-make-variable-buffer-local): New functions to warn
17605 about misuses of make-variable-buffer-local where make-local-variable
17606 was meant.
17607
17608 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17609
17610 * bs.el (bs-attributes-list): Doc fix.
17611 (bs): Update url-link.
17612
17613 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17614 (desktop-load-default): Simplify.
17615
17616 * ibuffer.el (ibuffer-columnize-and-insert-list)
17617 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17618 (ibuffer-unmark-all, ibuffer-toggle-marks)
17619 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17620 (ibuffer-compile-make-format-form, ibuffer-format-column)
17621 (ibuffer-current-buffers-with-marks)
17622 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17623 (ibuffer): Doc fix.
17624 (ibuffer-mode): Fix typo in docstring.
17625 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17626 with `define-obsolete-variable-alias'.
17627 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17628
17629 2005-07-29 Kenichi Handa <handa@m17n.org>
17630
17631 * international/mule-cmds.el (select-message-coding-system):
17632 Be sure to use LF for end-of-line. If no coding system is decided,
17633 return iso-8859-1-unix.
17634
17635 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17638 (ange-ftp-pending-error-line): New vars.
17639 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17640 to handle the non-fatal no-route-to-host messages.
17641 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17642
17643 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17646 (isearch-quote-char, isearch-printing-char)
17647 (isearch-text-char-description): "?\ " -> "?\s".
17648 (isearch-lazy-highlight-cleanup)
17649 (isearch-lazy-highlight-initial-delay)
17650 (isearch-lazy-highlight-interval)
17651 (isearch-lazy-highlight-max-at-a-time)
17652 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17653 Declare with define-obsolete-*-alias macros.
17654 (isearch-forward): Fix typo in docstring.
17655 (search-invisible, search-ring-yank-pointer)
17656 (regexp-search-ring-yank-pointer): Doc fixes.
17657
17658 * recentf.el (recentf-menu-append-commands-p): Declare with
17659 `define-obsolete-variable-alias'.
17660 (recentf-max-saved-items, recentf-menu-filter)
17661 (recentf-arrange-by-rule-subfilter): Doc fixes.
17662 (recentf-menu-append-commands-flag)
17663 (recentf-initialize-file-name-history, recentf-expand-file-name)
17664 (recentf-clear-data): Fix typos in docstrings.
17665
17666 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17667
17668 * progmodes/gdb-ui.el: Smarten comments.
17669 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17670
17671 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17672
17673 * term/apollo.el (terminal-init-apollo): New function containing
17674 all former top level forms in the file.
17675 * term/bobcat.el (terminal-init-bobcat):
17676 * term/cygwin.el (terminal-init-cygwin):
17677 * term/iris-ansi.el (terminal-init-iris-ansi):
17678 * term/linux.el (terminal-init-linux):
17679 * term/news.el (terminal-init-news):
17680 * term/rxvt.el (terminal-init-rxvt):
17681 * term/sun.el (terminal-init-sun):
17682 * term/tvi970.el (terminal-init-tvi970):
17683 * term/vt100.el (terminal-init-vt100):
17684 * term/vt102.el (terminal-init-vt102):
17685 * term/vt125.el (terminal-init-vt125):
17686 * term/vt200.el (terminal-init-vt200):
17687 * term/vt201.el (terminal-init-vt201):
17688 * term/vt220.el (terminal-init-vt220):
17689 * term/vt240.el (terminal-init-vt240):
17690 * term/vt300.el (terminal-init-vt300):
17691 * term/vt320.el (terminal-init-vt320):
17692 * term/vt400.el (terminal-init-vt400):
17693 * term/vt420.el (terminal-init-vt420):
17694 * term/wyse50.el (terminal-init-wyse50):
17695 * term/xterm.el (terminal-init-xterm): Likewise.
17696
17697 * term/README: Describe the terminal-init-* functionality.
17698
17699 * startup.el (command-line): After loading the terminal initialization
17700 file call the corresponding terminal initialization function.
17701
17702 2005-07-27 Kenichi Handa <handa@m17n.org>
17703
17704 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17705 negative.
17706
17707 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17708 (ps-mule-composition-prologue): Fix for the case that
17709 RelativeCompose is false.
17710
17711 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17714
17715 * descr-text.el (describe-char): Handle the case where the list of
17716 chars is displayed in a separate frame.
17717 Be a bit more discriminating when looking for the char.
17718
17719 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17720
17721 * bookmark.el (bookmark-automatically-show-annotations)
17722 (bookmark-read-annotation-text-func): Doc fixes.
17723 (bookmark-save): Improve argument/docstring consistency.
17724 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17725 (bookmark-alist-from-buffer)
17726 (bookmark-upgrade-file-format-from-0)
17727 (bookmark-grok-file-format-version)
17728 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17729 (bookmark-read-annotation-mode)
17730 (bookmark-insert-current-bookmark, bookmark-jump)
17731 (bookmark-exit-hook): Fix typos in docstrings.
17732 (bookmark-exit-hooks): Define as obsolete alias.
17733 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17734 not `bookmark-exit-hooks'. Fix docstring.
17735 (bookmark-bmenu-select): "?\ " -> "?\s".
17736
17737 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17738
17739 * startup.el (command-line): Fix typo.
17740
17741 2005-07-24 Richard M. Stallman <rms@gnu.org>
17742
17743 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17744 not emacs-quick-startup.
17745
17746 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17747
17748 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17749 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17750 instead of `reb-with-current-window'.
17751 (reb-prev-match): Likewise. Also, don't move left if the search
17752 was unsuccessful.
17753 (reb-initialize-buffer): New function.
17754 (re-builder, reb-change-syntax): Use it.
17755
17756 * man.el (Man-goto-page): Make second argument NOERROR optional.
17757
17758 2005-07-23 Richard M. Stallman <rms@gnu.org>
17759
17760 * man.el (Man-bgproc-sentinel): Check here for failure to find
17761 any man page in the output, and report the error here.
17762 (Man-arguments): Make it permanent local.
17763 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17764 (Man-mode): Pass t for NOERROR.
17765
17766 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17767 (grep-mode-font-lock-keywords):
17768 Don't use compilation-...-face for messages that are not file names.
17769
17770 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17771 Don't use compilation-...-face for messages that are not file names.
17772
17773 2005-07-22 Juri Linkov <juri@jurta.org>
17774
17775 * startup.el (normal-splash-screen): Update menu name.
17776
17777 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17778
17779 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17780
17781 * term/xterm.el: Load term/rxvt if the terminal is actually an
17782 rxvt terminal.
17783 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17784
17785 * term/rxvt.el (function-key-map): Use substitute-key-definition
17786 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17787
17788 * term/cygwin.el: New file.
17789
17790 2005-07-22 Kim F. Storm <storm@cua.dk>
17791
17792 * image-file.el (insert-image-file, image-file-yank-handler):
17793 Fix last change to maintain a (unique) yank-handler on yanked images.
17794
17795 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17796
17797 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17798 of the file size (as in "177B" for 177 bytes). This happens with
17799 "ls -lh" on FreeBSD.
17800
17801 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17802
17803 * hilit-chg.el (highlight-changes-global-initial-state)
17804 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17805 (hilit-chg-fixup, highlight-changes-mode):
17806 Fix typos in docstrings.
17807 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17808 Doc fixes.
17809
17810 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17811
17812 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17813 mode function using `eval-after-load'.
17814
17815 2005-07-21 Kim F. Storm <storm@cua.dk>
17816
17817 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17818 included when reporting an emacs crash, and tell about the DEBUG file.
17819
17820 * image-file.el (insert-image-file): Add yank-handler.
17821 (image-file-yank-handler): Yank handler to make unique copies of
17822 images when they are yanked into a buffer next to each other.
17823
17824 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17825
17826 * comint.el (comint-use-prompt-regexp, comint-send-input)
17827 (comint-source-default, comint-extract-string)
17828 (comint-get-source, comint-word, comint-completion)
17829 (comint-source, comint-prompt-read-only, comint-update-fence):
17830 Fix typos in docstrings.
17831 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17832 Declare with define-obsolete-*-alias macros.
17833 (comint-previous-matching-input-from-input)
17834 (comint-next-matching-input-from-input)
17835 (comint-previous-matching-input, comint-next-matching-input)
17836 (comint-forward-matching-input):
17837 Improve argument/docstring consistency.
17838
17839 * desktop.el (desktop-clear-preserve-buffers-regexp):
17840 Also preserve the *server* buffer.
17841
17842 * simple.el (clone-indirect-buffer): Doc fix.
17843 (fixup-whitespace, just-one-space)
17844 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17845 (next-error, next-error-highlight)
17846 (next-error-highlight-no-select, next-error-last-buffer)
17847 (next-error-buffer-p, next-error-find-buffer, next-error)
17848 (previous-error, next-error-no-select, previous-error-no-select)
17849 (open-line, split-line, minibuffer-prompt-width, kill-new)
17850 (binary-overwrite-mode): Fix typos in docstrings.
17851 (set-fill-column): Fix typo in message.
17852
17853 * skeleton.el (skeleton-proxy-new): Doc fix.
17854
17855 * strokes.el (strokes-load-hook): Doc fix.
17856 (strokes-grid-resolution, strokes-get-grid-position)
17857 (strokes-renormalize-to-grid, strokes-read-stroke)
17858 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17859 (strokes-global-map): Fix typos in docstrings.
17860 (strokes-help): Doc fix. Fix help message and pass it through
17861 `substitute-command-keys'.
17862
17863 * tempo.el (tempo-insert-prompt, tempo-interactive)
17864 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17865 (tempo-insert-string-functions, tempo-local-tags)
17866 (tempo-define-template, tempo-insert-template)
17867 (tempo-insert-prompt-compat, tempo-is-user-element)
17868 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17869 Fix typos in docstrings.
17870
17871 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17872 (vcursor-key-bindings, vcursor-use-vcursor-map)
17873 (vcursor-find-window, vcursor-scroll-down)
17874 (vcursor-disable, vcursor-beginning-of-buffer)
17875 (vcursor-end-of-buffer): Fix typos in docstrings.
17876 (vcursor-relative-move, vcursor-get-char-count):
17877 Improve argument/docstring consistency.
17878
17879 * version.el: "?\ " -> "?\s".
17880
17881 * wid-edit.el (widget-default-create, widget-after-change)
17882 (widget-default-format-handler, widget-checklist-add-item)
17883 (widget-radio-add-item, widget-choose, widget-specify-secret)
17884 (widget-field-value-create, widget-field-value-get)
17885 (widget-editable-list-format-handler)
17886 (widget-editable-list-entry-create, widget-group-value-create)
17887 (widget-documentation-link-add)
17888 (widget-documentation-string-value-create): "?\ " -> "?\s".
17889 (widget-convert-text): Doc fix.
17890 (widget-narrow-to-field, widget-field-find)
17891 (widget-url-link-action, widget-emacs-library-link-action)
17892 (widget-color-notify): Fix typos in docstrings.
17893
17894 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17895 (x-select-text, set-w32-system-coding-system)
17896 (w32-add-charset-info): Fix typos in docstrings.
17897
17898 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17899 (cua-enable-cua-keys, cua-use-hyper-key)
17900 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17901 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17902
17903 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17904
17905 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17906 `defalias' instead of faking it.
17907
17908 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17909 (eshell-ls-missing, eshell-ls-dired-initial-args)
17910 (eshell-ls-use-in-dired): Fix typos in docstrings.
17911
17912 2005-07-20 Kim F. Storm <storm@cua.dk>
17913
17914 * emulation/cua-base.el (cua-mode): Improve doc string.
17915
17916 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17917
17918 * abbrev.el (expand-region-abbrevs): Doc fix.
17919 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17920 Improve argument/docstring consistency.
17921
17922 * arc-mode.el (archive-get-descr, archive-alternate-display):
17923 Doc fixes.
17924 (archive-l-e): Improve argument/docstring consistency.
17925 (archive-tmpdir, archive-unixdate, archive-unixtime)
17926 (archive-chmod-entry): Fix typos in docstrings.
17927 (archive-unflag, archive-unflag-backwards)
17928 (archive-unmark-all-files): "?\ " -> "?\s".
17929
17930 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17931 (Buffer-menu-not-modified, Buffer-menu-execute)
17932 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17933 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17934
17935 * composite.el (compose-string, encode-composition-rule)
17936 (compose-last-chars): Fix typos in docstrings.
17937
17938 * desktop.el (desktop-enable, desktop-basefilename):
17939 Declare with `define-obsolete-variable-alias'.
17940 (desktop-internal-v2s): Don't quote keywords.
17941 (desktop-clear): "?\ " -> "?\s".
17942
17943 * dired.el (dired-align-file, dired-flag-backup-files)
17944 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17945 (dired-listing-switches, dired-ls-F-marks-symlinks)
17946 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17947 (dired-directory, dired-faces, dired, dired-revert)
17948 (dired-mode, dired-summary, dired-view-file)
17949 (dired-copy-filename-as-kill, dired-delete-file)
17950 (dired-no-confirm, dired-unmark-all-marks)
17951 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17952 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17953 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17954 Fix typos in message strings.
17955
17956 * dired-x.el (virtual-dired): Declare with `defalias'.
17957 (dired-mark-unmarked-files, dired-local-variables-file)
17958 (dired-omit-here-always): Doc fix.
17959 (dired-omit-mode, dired-find-subdir)
17960 (dired-enable-local-variables, dired-clean-up-buffers-too)
17961 (dired-extra-startup, dired-mark-extension, dired-jump)
17962 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17963 (dired-smart-shell-command, dired-guess-shell-alist-user)
17964 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17965 (dired-x-bind-find-file, dired-x-submit-report):
17966 Fix typos in docstrings.
17967 (dired-mark-unmarked-files): "?\ " -> "?\s".
17968
17969 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17970
17971 * faces.el (describe-face): "?\ " -> "?\s".
17972 (read-all-face-attributes, read-face-font, modify-face)
17973 (face-attr-construct, italic): Fix typos in docstrings.
17974 (frame-update-face-colors): Declare with
17975 `define-obsolete-function-alias'.
17976
17977 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17978 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17979 (magic-mode-alist, buffer-file-numbers-unique)
17980 (write-file-functions, get-free-disk-space):
17981 Fix typos in docstrings.
17982 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17983 (write-contents-hooks, write-file-hooks):
17984 Declare with `define-obsolete-variable-alias'.
17985
17986 * forms-d2.el (arch-rj): Fix typo in docstrings.
17987 (arch-tocol): Likewise. "?\ " -> "?\s".
17988
17989 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17990 Fix typo in docstring.
17991 (set-screen-width, set-screen-height): Delete redundant info in
17992 doctrings.
17993 (new-frame, screen-height, screen-width): Declare with
17994 `define-obsolete-function-alias'.
17995 (delete-frame-hook, blink-cursor): Declare with
17996 `define-obsolete-variable-alias'.
17997
17998 * paths.el (prune-directory-list): Fix typos in docstring.
17999
18000 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18001 (cvs-prefix-get): Fix typos in docstrings.
18002
18003 * ps-print.el (ps-extend-face-list, ps-extend-face)
18004 (ps-print-background-image): Fix typos in docstrings.
18005 (ps-default-fg, ps-default-bg): Doc fixes.
18006
18007 * s-region.el (s-region-bind): Doc fix.
18008 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18009
18010 * textmodes/org.el (org-table-formula-substitute-names)
18011 (org-table-get-vertical-vector): Doc fixes.
18012 (org-table-recalculate): Remove unused argument to `message'.
18013
18014 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18015
18016 * textmodes/org.el (org-table-column-names)
18017 (org-table-column-name-regexp)
18018 (org-table-named-field-locations): New variables.
18019 (org-archive-subtree): Protect `this-command' when calling
18020 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18021 the kill buffer.
18022 (org-complete): Remove fixed-formula completion.
18023 (org-edit-formulas-map): New variable.
18024 (org-table-edit-formulas): New command.
18025 (org-finish-edit-formulas, org-abort-edit-formulas)
18026 (org-show-variable, org-table-get-vertical-vector): New functions.
18027 (org-table-maybe-eval-formula): Handle `:=' fields.
18028 (org-table-get-stored-formulas, org-table-store-formulas)
18029 (org-table-get-formula, org-table-modify-formulas)
18030 (org-table-replace-in-formulas): Handle named field formulas.
18031 (org-table-get-specials): Store locations of named fields.
18032
18033 2005-07-19 Juri Linkov <juri@jurta.org>
18034
18035 * progmodes/grep.el (grep-regexp-alist)
18036 (grep-mode-font-lock-keywords, grep-process-setup):
18037 Use default GNU grep match color "01;31m" instead of "01;41m".
18038 (grep-regexp-alist, grep-mode-font-lock-keywords):
18039 Use `\\[[0-9]*m' instead of `\\[00m'.
18040 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18041 sgr_start where its handling is more important. Use the real
18042 length of sgr_start instead of constant 8.
18043 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18044 specially. Delete all remaining escape sequences.
18045 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18046 (grep-regexp-alist): Make hyperlink only for binary file name
18047 instead of the whole line.
18048 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18049 (grep-mode): Add autoload.
18050
18051 * emacs-lisp/find-func.el (find-function-regexp):
18052 Add `define-compilation-mode'.
18053
18054 2005-07-19 Juri Linkov <juri@jurta.org>
18055
18056 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18057 (compare-windows-sync-string-size, compare-windows-recenter)
18058 (compare-windows-highlight, compare-windows): Add version 22.1.
18059 (compare-windows) <defface>: Inherit from lazy-highlight instead
18060 of duplicating its default value.
18061
18062 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18063 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18064
18065 * descr-text.el (describe-char): Create link buttons for `charset'
18066 and `code point'. Add the current input method name with a link
18067 button to `to input' field. Print face names of display table
18068 characters in `The display table entry is displayed by' section
18069 instead of printing face-id in the `display' field.
18070 Guess hardcoded faces and create a link button for them.
18071 Skip empty fields when calculating max-width.
18072 Treat `widget-create' specially while inserting strings from the
18073 collected field list.
18074 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18075
18076 * diff-mode.el (diff-file-header): Change foreground color from
18077 yellow to green on light backgrounds.
18078 (diff-context): Inherit from `shadow' only for color/grayscale
18079 with more than 88 colors.
18080 (diff-indicator-removed, diff-indicator-added)
18081 (diff-indicator-changed): New faces.
18082 (diff-font-lock-keywords): Use new faces. Regroup rules.
18083 Add "^---$" for `normal' diff format. Fontify `#' lines with
18084 font-lock-comment-delimiter-face and font-lock-comment-face.
18085 Add `#' to ^[^...] in the rule for `diff-context-face'.
18086
18087 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18088 a button-like box. Inherit from `highlight' on low colors.
18089 (shadow): Use shades of gray only for color/grayscale with
18090 more than 88 colors. Use green for light backgrounds with
18091 8 colors, and yellow for dark backgrounds with 8 colors.
18092
18093 * font-lock.el (font-lock-regexp-grouping-backslash):
18094 Don't inherit from escape-glyph (use bold for all cases).
18095
18096 * info.el (info-xref-visited): Use light foreground color `violet'
18097 for dark backgrounds instead of dark color `magenta3'.
18098 (info-title-1): Use `yellow' color for dark backgrounds.
18099
18100 * isearch.el (isearch): Use not-too-dark magenta3 instead of
18101 too-light magenta2.
18102
18103 * replace.el (match): Use slightly more light RoyalBlue3 instead
18104 of dark RoyalBlue4.
18105
18106 * wid-edit.el (widget-inactive): Inherit from `shadow'.
18107
18108 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
18109
18110 * novice.el (disabled-command-hook): Declare it with
18111 `define-obsolete-variable-alias'.
18112
18113 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18114 (desktop-buffer-misc-functions, desktop-buffer-handlers)
18115 (desktop-load-default): Add release to obsolescence info.
18116 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18117 (desktop-append-buffer-args, desktop-read):
18118 Fix typos in docstrings.
18119 (desktop-kill): Fix typo in message.
18120 (desktop-save): Doc fix.
18121
18122 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
18123
18124 * viper-cmd.el (viper-escape-to-state): Bug fix.
18125 (viper-envelop-ESC-key): Change the definition of fast
18126 keysequence so it'll work with keyboard macros.
18127
18128 * ediff.el (ediff-patch-buffer): Change the docstring.
18129
18130 2005-07-19 Kenichi Handa <handa@m17n.org>
18131
18132 * international/mule-cmds.el (select-safe-coding-system): Try to
18133 use an auto-coding (if any) before anything else. If the found
18134 auto-coding is invalid, show a warning message.
18135
18136 * international/mule.el (find-auto-coding): New function created
18137 by modifying the body of set-auto-coding.
18138 (set-auto-coding): Use find-auto-coding to find a coding.
18139
18140 2005-07-18 Richard M. Stallman <rms@gnu.org>
18141
18142 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18143 not isearch-mode-end-hook-error.
18144 (allout-before-change-protect): Fix error message.
18145
18146 2005-07-18 Juri Linkov <juri@jurta.org>
18147
18148 * allout.el (allout-mode):
18149 * calculator.el (calculator-copy):
18150 * custom.el (custom-known-themes):
18151 * dired.el (dired-desktop-buffer-misc-data)
18152 (dired-restore-desktop-buffer):
18153 * dired-x.el (dired-omit-marker-char):
18154 * files.el (basic-save-buffer):
18155 * font-core.el (font-lock-mode):
18156 * calendar/calendar.el (calendar-goto-hebrew-date)
18157 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18158 (calendar-goto-persian-date):
18159 * language/ethio-util.el (ethio-sera-to-fidel-region):
18160 * textmodes/picture.el (picture-mode):
18161 Delete duplicate duplicate words.
18162
18163 2005-07-18 Juri Linkov <juri@jurta.org>
18164
18165 * isearch.el (isearch-mode-map): Remove key bindings for regexp
18166 chars * ? } |.
18167 (isearch-fallback): Don't call `isearch-process-search-char'.
18168 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18169 (isearch-process-search-char): Call `isearch-fallback' for regexp
18170 chars * ? } |.
18171 (isearch-return-char): Make obsolete with `make-obsolete' instead
18172 of simply documenting it as obsolete in the docstring.
18173 (isearch-fallback): Refill docstring.
18174
18175 * international/isearch-x.el
18176 (isearch-process-search-multibyte-characters): Remove unneeded
18177 `concat'. Add intermediate values to `junk-hist' instead of
18178 `minibuffer-history'. Test the length of `str'.
18179
18180 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
18181
18182 * allout.el (allout-resolve-xref): Fix typos in error strings.
18183 (allout-before-change-protect): Remove unneeded `concat'.
18184
18185 * array.el (array-mode, array-reconfigure-rows)
18186 (untabify-backward): Fix typos in docstrings.
18187 (array-reconfigure-rows): Use `insert-buffer-substring', not
18188 `insert-buffer'.
18189
18190 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18191 * progmodes/ada-mode.el (ada-make-body):
18192 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18193
18194 * dired.el (dired-log):
18195 * tar-mode.el (tar-subfile-save-buffer):
18196 * play/zone.el (zone-pgm-stress-destress):
18197 Use `insert-buffer-substring', not `insert-buffer'.
18198
18199 2005-07-17 Simon Josefsson <jas@extundo.com>
18200
18201 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18202
18203 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18204
18205 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18206 Add plain auth method.
18207 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18208
18209 2005-07-17 Kim F. Storm <storm@cua.dk>
18210
18211 * ido.el (dired-other-window): Add ido property.
18212
18213 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18214
18215 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18216 Fix typo in docstring.
18217 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18218 `insert-file-literally'.
18219
18220 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18221 info and delete redundant message. Doc fix.
18222 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18223 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18224
18225 2005-07-16 Richard M. Stallman <rms@gnu.org>
18226
18227 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18228 (byte-compile-and): Use byte-compile-and-recursion.
18229 (byte-compile-or-recursion): New function.
18230 (byte-compile-or): Use that.
18231 (byte-compile-if): Guard the else-clause too.
18232 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18233
18234 * isearch.el (isearch-mode-end-hook-quit): New variable.
18235 (isearch-done): Bind it.
18236 (isearch-mode-end-hook): Doc fix.
18237
18238 * allout.el (allout-isearch-did-quit): Variable deleted.
18239 (allout-real-isearch-abort): Function name no longer used.
18240 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18241 (allout-isearch-rectification): isearch-mode always exists.
18242 Don't set allout-isearch-did-quit.
18243 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18244 allout-isearch-did-quit.
18245 (allout-enwrap-isearch): Just add the hook.
18246 (allout-isearch-abort): Function deleted.
18247 (allout-pre-command-business): Avoid warning.
18248
18249 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18250 Correctly avoid warnings.
18251 (pascal-outline): Likewise.
18252
18253 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18254
18255 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18256
18257 * play/tetris.el (tetris-mode): Avoid warning.
18258
18259 * play/snake.el (snake-mode): Avoid warning.
18260
18261 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18262 (gamegrid-set-display-table): Avoid warning.
18263 (gamegrid-set-timer): Likewise.
18264 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18265 (gamegrid-add-score-with-update-game-score-1): Take FILE
18266 as argument.
18267 (gamegrid-add-score-with-update-game-score): Pass that argument.
18268 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18269
18270 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18271
18272 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18273 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18274
18275 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18276 and insert-file.
18277
18278 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18279 (sc-ask): Avoid warnings.
18280
18281 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18282 (eshell-hist-initialize): Use that var the natural way.
18283
18284 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18285
18286 * emacs-lisp/re-builder.el (reb-cook-regexp):
18287 Avoid warning calling lre-compile-string.
18288 (reb-color-display-p): Avoid warning.
18289
18290 * calculator.el (calculator-last-input): Guard uses
18291 of event-key and key-press-event-p.
18292 (event-key, key-press-event-p): Delete definitions.
18293
18294 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18295 (find-gc-source-directory, find-gc-subrs-callers)
18296 (find-gc-noreturn-list, find-gc-source-files)
18297 (find-gc-subrs-called): Vars renamed and defvar'd.
18298
18299 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18300 (checkdoc-overlay-put, checkdoc-delete-overlay)
18301 (checkdoc-overlay-start, checkdoc-overlay-end)
18302 (checkdoc-mode-line-update, checkdoc-char=):
18303 Define such that compiler knows they are defined.
18304 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18305 (checkdoc-read-event): Delete. Use read-event directly.
18306
18307 * whitespace.el (whitespace-make-overlay)
18308 (whitespace-overlay-put, whitespace-delete-overlay)
18309 (whitespace-overlay-start, whitespace-overlay-end):
18310 Define such that compiler knows they are defined.
18311 (whitespace): Move conditional inside.
18312
18313 * tempo.el (tempo-insert-template): Suppress warning.
18314
18315 * ediff-diff.el (longlines-mode): Add defvar.
18316
18317 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18318
18319 * server.el: Bind "C-x #" in a way that works even if C-x is
18320 redefined to a command key, not a prefix key.
18321
18322 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18323
18324 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18325 cl-make-type-test till execution time.
18326
18327 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18328
18329 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18330 arg ARG and use it.
18331
18332 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18333
18334 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18335
18336 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18337
18338 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18339 a defcustom with two :set or :type keywords.
18340
18341 2005-07-15 Richard M. Stallman <rms@gnu.org>
18342
18343 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18344 Don't give ^M comment-end syntax.
18345
18346 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18347
18348 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18349 Don't consider gdbmi (gdb-mi.el has its own update functions).
18350 (gdb-var-delete): Make it work for gdbmi as well.
18351 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18352
18353 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18354 (gud-speedbar-menu-items): Correct logic for enabling items.
18355
18356 2005-07-15 Kim F. Storm <storm@cua.dk>
18357
18358 * ido.el: Fix commentary.
18359 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18360 Use with-no-warnings around ffap-guesser.
18361 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18362 Let bind minibuffer-completing-file-name to t.
18363
18364 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18365
18366 * startup.el (site-run-file, keyboard-type): Doc fixes.
18367 (command-line): Check for "--basic-display" argument; also for
18368 "--quick", not "--bare-bones" (which was renamed).
18369 (fancy-splash-text): Add missing item "Getting New Versions".
18370 (normal-splash-screen): Fix typos and improve consistency with
18371 `fancy-splash-text'. Update copyright year.
18372
18373 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18374 valid binding for `help-char'.
18375
18376 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18377
18378 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18379
18380 * term.el (term-mode): Disable cua-mode for term buffers.
18381
18382 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18383
18384 * add-log.el (add-log-mailing-address, change-log-merge):
18385 Doc fixes.
18386 (change-log-get-method-definition): Fix typo in docstring.
18387
18388 2005-07-14 Kim F. Storm <storm@cua.dk>
18389
18390 * emulation/cua-base.el:
18391 (cua--pre-command-handler-1, cua--pre-command-handler)
18392 (cua--post-command-handler-1, cua--post-command-handler):
18393 Split in two. Check (buffer local) value of cua-mode.
18394 (cua-selection-mode): New command.
18395
18396 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18397
18398 * custom.el (custom-initialize-safe-set)
18399 (custom-initialize-safe-default): Doc fixes.
18400
18401 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18402 and simplify :init-value again.
18403
18404 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18405 and simplify :init-value again. Delete autoload.
18406
18407 * startup.el (command-line): Use `custom-reevaluate-setting' again
18408 for tooltip-mode.
18409
18410 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18411 a defcustom with two :initialize keywords.
18412
18413 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18414
18415 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18416 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18417 (allout-post-command-business, allout-flag-region)
18418 (isearch-reenable-font-lock, allout-yank)
18419 (allout-insert-latex-header, allout-insert-latex-trailer)
18420 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18421 (allout-latex-verb-quote): Fix typos in docstrings.
18422 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18423 (allout-unprotected, allout-prefix-data):
18424 Improve argument/docstring consistency.
18425 (allout-chart-subtree): Fix argument spec.
18426 (allout-open-topic): Rename `use_sib_bullet' argument to
18427 `use-sib-bullet'. Doc fix.
18428
18429 * whitespace.el (whitespace-check-buffer-leading)
18430 (whitespace-check-buffer-trailing)
18431 (whitespace-check-buffer-indent)
18432 (whitespace-check-buffer-spacetab)
18433 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18434 (whitespace-check-leading-whitespace)
18435 (whitespace-check-trailing-whitespace)
18436 (whitespace-check-spacetab-whitespace)
18437 (whitespace-check-indent-whitespace)
18438 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18439 (whitespace-modes): Fix typos in docstrings.
18440 (defgroup, defcustom): Doc fixes.
18441
18442 * winner.el (winner-mode, winner-boring-buffers)
18443 (winner-pending-undo-ring): Doc fixes.
18444 (winner-ring): Remove unneeded `progn'.
18445 (winner-equal): `defsubst' it.
18446 (winner-redo): Fix message.
18447
18448 2005-07-13 Kim F. Storm <storm@cua.dk>
18449
18450 * simple.el (line-move-1): Always use vertical-motion to
18451 do the last (or only) line move to ensure some movement.
18452 Undo 2005-06-23 change--don't check for overlays.
18453
18454 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18455
18456 * term/mac-win.el (ccl-encode-mac-roman-font)
18457 (ccl-encode-mac-centraleurroman-font)
18458 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18459 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18460 Change charset-id boundary of dimension to ?\xef.
18461 (mac-char-fontspec-list): New constant.
18462 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18463 argument. Nil uses itself as family in font-spec. Previous
18464 behavior for nil is now provided by non-nil non-string argument.
18465 All callers changed. Add font-specs for Mac fonts to
18466 "fontset-default" unless iso8859-1 fonts are installed.
18467
18468 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18469
18470 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18471 a continuation line if the \ is preceded by SPC or TAB.
18472 (sh-get-indent-info): Simplify.
18473 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18474 Use with-current-buffer.
18475
18476 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18477 when the matched text is empty.
18478
18479 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18480
18481 * startup.el (command-line): Revert to previous handling of
18482 tooltip-mode. Explain in comment why the complexity is needed.
18483
18484 * tooltip.el (tooltip-mode): Revert to previous implementation of
18485 its defcustom.
18486
18487 * frame.el (blink-cursor-mode): Revert to previous implementation
18488 of its defcustom. Update comment.
18489
18490 2005-07-12 Lars Hansen <larsh@soem.dk>
18491
18492 * desktop.el: Update e-mail address.
18493
18494 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18495
18496 * term/mac-win.el (mac-services-mail-selection)
18497 (mac-services-mail-to): New functions.
18498 (mac-application-menu-map): Bind them.
18499
18500 2005-07-12 wulei <milton@wulei.net> (tiny change)
18501
18502 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18503
18504 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18505
18506 * custom.el (custom-reevaluate-setting): Doc fix.
18507
18508 2005-07-11 Jay Belanger <belanger@truman.edu>
18509
18510 * calc/calc.el (calc-embedded-announce-formula-alist)
18511 (calc-embedded-open-close-plain-alist)
18512 (calc-embedded-open-close-mode-alist): Add checks for additional
18513 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18514
18515 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18516
18517 * custom.el (custom-enable-theme): Don't add theme to
18518 `custom-enabled-themes' with `push' because there is no
18519 setf-method for `delq'.
18520
18521 2005-07-11 Richard M. Stallman <rms@gnu.org>
18522
18523 * custom.el (custom-declare-variable): Doc fix.
18524
18525 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18526 from the alists.
18527
18528 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18529 Do nothing if edebug-active.
18530
18531 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18532 (edebug-display): Do it here instead.
18533
18534 2005-07-10 Richard M. Stallman <rms@gnu.org>
18535
18536 * cus-face.el (custom-theme-set-faces): Make it work.
18537 (custom-reset-faces): Doc fix.
18538 (custom-theme-reset-internal-face, custom-theme-face-value):
18539 Functions deleted.
18540
18541 * custom.el (custom-push-theme): Maintain list of the settings
18542 of a given theme in its theme-settings property.
18543 Maintain position of old settings in the theme-value
18544 or theme-face property.
18545 (custom-enabled-themes): New variable.
18546 (custom-theme-enabled-p): New function.
18547 (provide-theme): Update custom-enabled-themes.
18548 Disable and reenable the `user' theme.
18549 (require-theme): Doc fix.
18550 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18551 (custom-theme-value, custom-theme-variable-value): Likewise.
18552 (custom-theme-reset-internal): Likewise.
18553 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18554 (custom-enable-theme, custom-disable-theme): New functions.
18555 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18556 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18557 (custom-theme-reset-variables): Simplify.
18558 (deftheme, custom-declare-theme, custom-make-theme-feature):
18559 Definitions moved.
18560
18561 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18562
18563 * longlines.el (longlines-show-region)
18564 (longlines-unshow-hard-newlines): Recognize hard newlines by
18565 non-nil hard property, instead of t.
18566
18567 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18568
18569 * viper-cmd.el (viper--key-maps): New variable.
18570 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18571 emulation-mode-map-alists.
18572 (viper-envelop-ESC-key): Use viper-subseq.
18573 (viper-search-forward/backward/next): Disable debug-on-error.
18574
18575 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18576 (viper-ESC-key): New defcustoms.
18577
18578 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18579
18580 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18581 (viper-subseq): Copy of subseq from cl.el.
18582
18583 * viper.el (viper-go-away, viper-set-hooks): Use
18584 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18585
18586 * viper-mous.el (viper-current-frame-saved): Use defvar.
18587
18588 * viper-init.el: Get rid of -face in face names.
18589
18590 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18591 Make it work with longlines mode
18592
18593 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18594
18595 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18596
18597 * ediff-init.el: Get rid of -face in face names.
18598
18599 2005-07-10 Richard M. Stallman <rms@gnu.org>
18600
18601 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18602 and with-timeout-unsuspend.
18603
18604 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18605 and with-timeout-unsuspend.
18606
18607 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18608 (with-timeout): Bind that variable to record timers.
18609 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18610
18611 * emacs-lisp/debug.el (debug-help-follow): New function.
18612 (debugger-mode-map): Use that instead of help-follow.
18613 (debugger-setup-buffer): Use eval-buffer-list
18614 to handle eval-buffer frames.
18615
18616 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18617
18618 * timezone.el (timezone-parse-date): Change first regexp
18619 so it will not mistakenly match dates with no time zone.
18620
18621 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18622
18623 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18624
18625 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18626
18627 * custom.el (custom-initialize-safe-set)
18628 (custom-initialize-safe-default): New functions.
18629
18630 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18631 and simplify :init-value.
18632
18633 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18634 and simplify :init-value. Delete obsolete comment.
18635
18636 * startup.el (command-line): Use `custom-reevaluate-setting' to
18637 handle `tooltip-mode'. Delete obsolete comment.
18638
18639 * files.el (set-visited-file-name): Avoid calling
18640 `file-name-nondirectory' with a nil argument.
18641
18642 2005-07-09 Richard M. Stallman <rms@gnu.org>
18643
18644 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18645 was called with nil for the buffer, handle the read position right.
18646 Handle read position for eval-region, too.
18647
18648 2005-07-09 Juri Linkov <juri@jurta.org>
18649
18650 * fringe.el (fringe-mode): Add period in docstring.
18651 (fringe-query-style): Build prompt depending on `all-frames' arg.
18652
18653 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18654 to not create links to unrelated functions in the Help buffer.
18655
18656 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18657 Doc fix.
18658
18659 * simple.el (next-error-hook): New variable.
18660 (next-error): Use it. Doc fix.
18661
18662 * textmodes/ispell.el (ispell-command-loop): Add current
18663 dictionary name and program name to mode-line-format.
18664 (ispell-region, ispell-process-line): Add current dictionary name
18665 and program name to messages.
18666
18667 2005-07-08 Jay Belanger <belanger@truman.edu>
18668
18669 * calc/calc.el (calc-embedded-announce-formula-alist)
18670 (calc-embedded-open-close-formula-alist)
18671 (calc-embedded-open-close-word-alist)
18672 (calc-embedded-open-close-plain-alist)
18673 (calc-embedded-open-close-new-formula-alist)
18674 (calc-embedded-open-close-mode-alist)
18675 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18676 (calc-embedded-mode-hook): New variables.
18677
18678 * calc/calc-embed.el (calc-embedded-firsttime)
18679 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18680 New variables.
18681 (calc-do-embedded): Use calc-embedded-firsttime,
18682 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18683 determine whether or not to run hooks.
18684 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18685 calc-embedded-firsttime-formula appropriately.
18686 Set calc-embedded delimiter variables according to mode.
18687
18688 2005-07-08 Richard M. Stallman <rms@gnu.org>
18689
18690 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18691 Check for "emacs", etc., as entire symbol, not just as word.
18692 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18693
18694 * files.el (set-visited-file-name): Report the error
18695 for "empty filename" earlier.
18696 (kill-some-buffers): Ignore buffers already dead.
18697
18698 * fringe.el (fringe-mode): Doc fix.
18699
18700 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18701 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18702 Use unwind-protect to ensure byte-compile-unresolved-functions
18703 is updated.
18704
18705 * whitespace.el (whitespace-buffer-leading-cleanup):
18706 Simplify w/ skip-chars-forward.
18707 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18708
18709 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18710 Unconditionally try to leave point at the same old place.
18711
18712 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18713
18714 * comint.el (comint-postoutput-scroll-to-bottom)
18715 (comint-show-maximum-output): Take scroll-margin into consideration.
18716
18717 2005-07-08 Kim F. Storm <storm@cua.dk>
18718
18719 * ido.el (ido-use-filename-at-point): New choice `guess'.
18720 (ido-file-internal): Try ffap-guesser if selected.
18721
18722 * ido.el (ido-before-fallback-functions): New hook.
18723 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18724 (ido-read-file-name): Run it.
18725
18726 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18729 strings rather than a list of symbols to the completion function.
18730
18731 2005-07-07 Jay Belanger <belanger@truman.edu>
18732
18733 * calc/calc-units.el (math-apply-units): Change the places in
18734 which units are simplified.
18735
18736 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18737
18738 * cus-edit.el (customize-option, customize-option-other-window):
18739 Make them handle aliases.
18740
18741 * custom.el (custom-variable-p): Make it recursively follow
18742 aliases. Mention that in the docstring.
18743
18744 2005-07-07 Richard M. Stallman <rms@gnu.org>
18745
18746 * cus-start.el (exec-path): Use `directory' instead of `file'.
18747 Fix tag for nil.
18748
18749 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18750
18751 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18752 when called non-interactively. Doc fix.
18753
18754 2005-07-07 Lute Kamstra <lute@gnu.org>
18755
18756 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18757 new address as well.
18758
18759 2005-07-07 Kenichi Handa <handa@m17n.org>
18760
18761 * international/mule.el (make-coding-system):
18762 Describe `ascii-incompatible' property in the docstring.
18763 (set-file-name-coding-system): Signal an error if coding-system is
18764 ascii-incompatible.
18765 (set-keyboard-coding-system): Likewise.
18766
18767 * international/mule-cmds.el (set-default-coding-systems):
18768 Don't set default-file-name-coding-system and
18769 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18770
18771 * international/utf-16.el: Declare that all UTF-16-based coding
18772 systems are ASCII-incompatible.
18773
18774 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18775
18776 * progmodes/gud.el: Require font-lock for displaying errors.
18777 Used by gdb-ui.el.
18778
18779 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18780
18781 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18782 values for the pattern lists which are `read'able but not
18783 `append'able (like symbols).
18784
18785 2005-07-06 Richard M. Stallman <rms@gnu.org>
18786
18787 * progmodes/flymake.el (flymake-float-time): Instead of
18788 with-no-warnings, test for xemacs.
18789 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18790 to avoid warning.
18791
18792 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18793
18794 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18795
18796 2005-07-05 Lute Kamstra <lute@gnu.org>
18797
18798 * battery.el: Add support for Darwin (with much debugging help
18799 from Samuel Lauber <sam124@operamail.com>).
18800 (battery-status-function, battery-echo-area-format)
18801 (battery-mode-line-format): Add support for pmset on Darwin.
18802 (battery-load-low, battery-load-critical): New user options.
18803 (battery-pmset): New function.
18804
18805 2005-07-05 Lute Kamstra <lute@gnu.org>
18806
18807 Update FSF's address in GPL notices.
18808
18809 * textmodes/page-ext.el: Update FSF's address.
18810
18811 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18814 filling from using prefix when filling a single-line docstring.
18815
18816 * progmodes/flymake.el: Remove useless eval-when-compile.
18817
18818 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18819
18820 2005-07-04 Richard M. Stallman <rms@gnu.org>
18821
18822 * textmodes/org.el (org-file-apps-defaults-gnu):
18823 Rename from org-file-apps-defaults-linux.
18824 (org-default-apps): Don't test system-type for `linux'.
18825 (org-file-apps): Doc fix.
18826
18827 2005-07-04 David Ponce <david@dponce.com>
18828
18829 * tree-widget.el: Improve header Commentary section.
18830 (tree-widget) [defgroup]
18831 (tree-widget-image-enable, tree-widget-themes-directory)
18832 (tree-widget-theme, tree-widget-image-properties-emacs)
18833 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18834 (tree-widget-image-formats, tree-widget-control)
18835 (tree-widget-empty-control, tree-widget-leaf-control
18836 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18837 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18838 (tree-widget-keep, tree-widget-after-toggle-functions)
18839 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18840 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18841 :help-echo message.
18842 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18843 (tree-widget-image-properties): Doc fix. Clearer implementation.
18844 (tree-widget--cursors): New constant.
18845 (tree-widget-lookup-image): New function split from
18846 `tree-widget-find-image'. Clearer implementation.
18847 (tree-widget-find-image): Use it.
18848 (tree-widget-button-keymap): Use `set-keymap-parent'.
18849 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18850 Define the sub-widgets here.
18851 (tree-widget-node): Check that :node is not a tree-widget.
18852 (tree-widget-get-super, tree-widget-open-control)
18853 (tree-widget-close-control, tree-widget-empty-control)
18854 (tree-widget-leaf-control, tree-widget-guide)
18855 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18856 (tree-widget-no-handle, tree-widget-value-delete)
18857 (tree-widget-map): Remove.
18858 (tree-widget-children-value-save): Doc fix. Simplified.
18859 (tree-widget-value-create): Update according to previous changes.
18860
18861 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18862
18863 * textmodes/org.el: Leading space replaced by TABS.
18864 (org-recalc-marks, org-table-rotate-recalc-marks)
18865 (org-table-get-specials): Treat "^" and "_" marks.
18866 (org-table-justify-field-maybe): Optional argument NEW.
18867 (org-table-eval-formula): Parsing of the format simplified.
18868 New modes C,I. Honor the %= parameter in the current table.
18869 Avoid unnecessary re-align by using the NEW argument to
18870 `org-table-justify-field-maybe'.
18871 (org-calc-default-modes): Default for date-format mimicks org-mode.
18872 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18873
18874 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18875
18876 * cus-face.el (custom-theme-set-faces): Make it handle face
18877 aliases whose alias declarations are pre- or autoloaded.
18878
18879 2005-07-04 Juri Linkov <juri@jurta.org>
18880
18881 * faces.el (read-face-name): Put the code for getting a face name
18882 from the buffer before adding the faces from the `face' property.
18883 Use `completing-read-multiple' instead of `completing-read'.
18884 Require `crm'. Add default value and post-process the returned
18885 list of faces.
18886
18887 * emacs-lisp/crm.el (crm-find-current-element)
18888 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18889
18890 * emacs-lisp/lisp-mode.el (eval-defun-1):
18891 * emacs-lisp/edebug.el (edebug-eval-defun):
18892 Remove unnecessary quotes.
18893
18894 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18897 (prolog-indent-level): Fix typo in docstring.
18898
18899 * info.el (Info-history, Info-history-forward)
18900 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18901
18902 * add-log.el (add-change-log-entry):
18903 * comint.el (comint-dynamic-list-input-ring)
18904 (comint-dynamic-list-completions):
18905 * dabbrev.el (dabbrev-expand):
18906 * delim-col.el (delimit-columns-rectangle-line):
18907 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18908 (diff-unified->context):
18909 * ediff-init.el (ediff-abbrev-jobname):
18910 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18911 (ediff-replace-session-activity-marker-in-meta-buffer):
18912 * info.el (Info-summary):
18913 * lpr.el (printify-region):
18914 * printing.el (pr-create-interface):
18915 * ps-print.el (ps-print-quote):
18916 * ses.el (ses-column-widths, ses-print-cell)
18917 (ses-adjust-print-width, ses-center):
18918 * shell.el (shell-file-name-quote-list):
18919 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18920 (strokes-fill-current-buffer-with-whitespace)
18921 (strokes-xpm-for-stroke, strokes-list-strokes)
18922 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18923 * term.el (term-dynamic-list-input-ring)
18924 (term-dynamic-list-completions):
18925 * calc/calc.el (math-format-stack-value):
18926 * emacs-lisp/edebug.el (edebug-display-freq-count):
18927 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18928 (delphi-new-comment-line):
18929 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18930 * progmodes/executable.el (executable-set-magic):
18931 * progmodes/python.el (inferior-python-mode):
18932 * progmodes/scheme.el (scheme-mode-syntax-table):
18933 * progmodes/sh-script.el (sh-maybe-here-document):
18934 * progmodes/sql.el (sql-copy-column):
18935 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18936 * textmodes/bibtex.el (bibtex-mode):
18937 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18938 (sgml-auto-attributes):
18939 * textmodes/table.el (table-insert, table-shorten-cell)
18940 (table--generate-source-scan-lines, table-delete-row)
18941 (*table--cell-delete-char, table--spacify-frame)
18942 (table--horizontally-shift-above-and-below)
18943 (table--cell-insert-char, table--cell-blank-str)
18944 (table--fill-region-strictly):
18945 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18946 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18947
18948 * add-log.el (change-log):
18949 * apropos.el (apropos):
18950 * comint.el (comint-completion, comint-source):
18951 * dabbrev.el (dabbrev):
18952 * delim-col.el (columns):
18953 * diff-mode.el (diff-mode):
18954 * ediff.el (ediff):
18955 * ediff-diff.el (ediff-diff):
18956 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18957 * ediff-mult.el (ediff-mult):
18958 * ediff-ptch.el (ediff-ptch):
18959 * ediff-wind.el (ediff-window):
18960 * facemenu.el (facemenu):
18961 * indent.el (indent):
18962 * info.el (info):
18963 * jka-cmpr-hook.el (compression, jka-compr):
18964 * lpr.el (lpr):
18965 * outline.el (outlines):
18966 * pcmpl-cvs.el (pcmpl-cvs):
18967 * pcmpl-rpm.el (pcmpl-rpm):
18968 * printing.el (printing):
18969 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18970 (ps-print-vertical, ps-print-headers, ps-print-font)
18971 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18972 (ps-print-background, ps-print-printer, ps-print-page)
18973 (ps-print-miscellany):
18974 * ses.el (ses):
18975 * shell.el (shell, shell-directories, shell-faces):
18976 * startup.el (initialization):
18977 * strokes.el (strokes):
18978 * term.el (term):
18979 * uniquify.el (uniquify):
18980 * w32-vars.el (w32):
18981 * calc/calc.el (calc):
18982 * emacs-lisp/bytecomp.el (bytecomp):
18983 * emacs-lisp/cl-indent.el (lisp-indent):
18984 * emacs-lisp/edebug.el (edebug):
18985 * emacs-lisp/elp.el (elp):
18986 * emacs-lisp/testcover.el (testcover):
18987 * emacs-lisp/trace.el (trace):
18988 * emulation/viper-ex.el (viper-ex):
18989 * emulation/viper-mous.el (viper-mouse):
18990 * mail/mailalias.el (mailalias):
18991 * mail/supercite.el (supercite, supercite-frames)
18992 (supercite-attr, supercite-cite, supercite-hooks):
18993 * net/rcompile.el (remote-compile):
18994 * net/rlogin.el (rlogin):
18995 * obsolete/ooutline.el (outlines):
18996 * progmodes/delphi.el (delphi):
18997 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18998 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18999 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19000 (ebnf-optimization):
19001 * progmodes/etags.el (etags):
19002 * progmodes/executable.el (executable):
19003 * progmodes/idlwave.el (idlwave):
19004 * progmodes/pascal.el (pascal):
19005 * progmodes/prolog.el (prolog):
19006 * progmodes/python.el (python):
19007 * progmodes/scheme.el (scheme):
19008 * progmodes/sh-script.el (sh, sh-script):
19009 * progmodes/sql.el (SQL):
19010 * progmodes/tcl.el (tcl):
19011 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19012 * textmodes/enriched.el (enriched):
19013 * textmodes/makeinfo.el (makeinfo):
19014 * textmodes/sgml-mode.el (sgml):
19015 * textmodes/table.el (table-hooks):
19016 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19017 * textmodes/texinfo.el (texinfo):
19018 * textmodes/two-column.el (two-column):
19019 Finish `defgroup' description with period.
19020
19021 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19022 * eshell/esh-var.el (eshell-var):
19023 * progmodes/vhdl-mode.el (vhdl-testbench):
19024 * textmodes/org.el (org): Fix typos in docstrings.
19025
19026 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19027 consistency.
19028
19029 * progmodes/flymake.el (flymake-find-file): Remove.
19030 (flymake-float-time): Use `with-no-warnings'.
19031 (flymake-check-start-time, flymake-check-was-interrupted)
19032 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19033 (flymake-new-err-info): `defvar' at compile time.
19034
19035 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19036
19037 * replace.el (occur-hook): Doc fix.
19038 (occur-1): Don't call `occur-hook' if there are no matches.
19039
19040 2005-07-03 Richard M. Stallman <rms@gnu.org>
19041
19042 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19043 global-map, save the same map.
19044 (global-map): Don't alter it at top level.
19045 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19046 Then alter it here instead.
19047 (tpu-edt-off): Set global-map to the saved one.
19048
19049 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19050 All references simplified.
19051 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19052 (zmacs-regions): Add defvar.
19053 (repeat-complex-command-map): Everything about that deleted.
19054
19055 * textmodes/artist.el (artist-key-is-drawing)
19056 (artist-key-endpoint1, artist-key-poly-point-list)
19057 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19058 (artist-key-compl-table, artist-rb-save-data)
19059 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19060 Don't put them in eval-when-compile.
19061 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19062
19063 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19064 Use with-no-warnings.
19065
19066 * net/browse-url.el (dos-windows-version): Add defvar.
19067
19068 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19069
19070 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19071 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19072 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19073 Add defvar.
19074 (rmail-summary-beginning-of-message): Use with-no-warnings.
19075 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19076
19077 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19078 Use with-no-warnings.
19079
19080 * emulation/vi.el (vi-mark-region): Use c-mark-function.
19081 (c-mark-function): Add point-moving-unit property.
19082 (vi-goto-line): Use with-no-warnings.
19083
19084 * emulation/edt.el (edt-last-copied-word): Add defvar.
19085 (zmacs-region-stays): Likewise.
19086 (edt-mark-section-wisely): Use c-mark-function for C.
19087 Use makr-defun for Fortran.
19088 (time-string): defvar deleted.
19089 (edt-display-the-time): Don't set time-string.
19090
19091 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19092
19093 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19094 Don't warn when name is not constant
19095 or for defining the group `emacs'.
19096
19097 * tooltip.el (gud-tooltip-mode): Add defvar.
19098
19099 * startup.el (default-frame-background-mode): Add defvar.
19100
19101 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19102
19103 * info.el (tool-bar-map): Add defvar.
19104
19105 * dired.el (dnd-protocol-alist): Add defvar.
19106
19107 * dired-aux.el (dired-query): Display question with answer, when
19108 the user answers.
19109
19110 * custom.el (custom-add-option): Doc fix.
19111
19112 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19113
19114 2005-07-03 Eli Zaretskii <eliz@gnu.org>
19115
19116 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19117 bogus name from the last change.
19118
19119 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
19120
19121 * custom.el (custom-declare-variable): Fix typos in comment.
19122 (custom-known-themes): Doc fix.
19123 (custom-theme-directory): New defcustom.
19124 (require-theme): Make it check `custom-theme-directory'.
19125
19126 * cus-theme.el (custom-new-theme-mode): New function.
19127 (custom-theme-name, custom-theme-variables, custom-theme-faces)
19128 (custom-theme-description): Add compiler defvars.
19129 (customize-create-theme): Add doc to the "*New Custom Theme*"
19130 buffer. Use `custom-new-theme-mode'.
19131 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19132 and save it to the `custom-theme-directory'. Make this the
19133 default directory of the buffer.
19134
19135 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
19136
19137 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19138 Fix unbalanced parentheses.
19139
19140 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19143 into flymake-mode and delegate to flymake-mode.
19144
19145 * find-file.el (ff-which-function-are-we-in): Clean up.
19146
19147 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
19148
19149 * replace.el (occur-rename-buffer): Fix docstring.
19150
19151 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19152 (edt-last-copied-word, edt-learn-macro-count)
19153 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19154 (edt-rect-start-point, edt-user-global-map, rect-start-point)
19155 (time-string, zmacs-region-stays):
19156 * emulation/edt-mapper.el (edt-save-function-key-map)
19157 (EDT-key-name): `defvar' to silence the byte-compiler.
19158
19159 2005-07-02 Martin Rudalics <rudalics@gmx.at>
19160
19161 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19162 font-lock-regexp-backslash. Doc fix.
19163 (font-lock-regexp-backslash-grouping-construct): Rename from
19164 font-lock-regexp-backslash-construct. Doc fix.
19165 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19166 grouping constructs.
19167
19168 2005-07-02 Eli Zaretskii <eliz@gnu.org>
19169
19170 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19171 updating all the prerequisites.
19172
19173 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
19174
19175 * textmodes/org.el (org-agenda-start-on-weekday)
19176 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19177 (org-agenda-use-time-grid, org-archive-location)
19178 (org-allow-space-in-links, org-usenet-links-prefer-google)
19179 (org-enable-table-editor, org-export-default-language)
19180 (org-export-html-show-new-buffer, org-fill-paragraph)
19181 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19182 (org-goto-quit, org-occur, org-eval-in-calendar)
19183 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19184 (org-agenda-diary-entry, org-remember-help)
19185 (org-table-convert-region, org-at-table-p)
19186 (org-table-move-row-down, org-table-move-row-up)
19187 (org-table-copy-region, org-table-toggle-vline-visibility)
19188 (org-table-get-stored-formulas, org-table-get-specials)
19189 (org-recalc-commands, org-table-eval-formula)
19190 (org-table-formula-substitute-names, orgtbl-make-binding)
19191 (org-format-org-table-html, org-format-table-table-html)
19192 (org-format-table-table-html-using-table-generate-source)
19193 (org-customize): Fix typos in docstrings.
19194 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19195 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19196 (org-back-to-heading): Doc fixes.
19197 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19198 (org-agenda-change-all-lines, org-get-header):
19199 Improve argument/docstring consistency.
19200 (orgtbl-error): Fix error message.
19201
19202 * progmodes/flymake.el (flymake-find-possible-master-files)
19203 (flymake-master-file-compare, flymake-get-line-err-count)
19204 (flymake-highlight-line, flymake-gui-warnings-enabled):
19205 Fix typos in docstrings.
19206 (flymake-parse-line, flymake-get-project-include-dirs-function)
19207 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19208 Doc fixes.
19209 (flymake-get-project-include-dirs-function)
19210 (flymake-make-err-menu-data):
19211 Improve argument/docstring consistency.
19212
19213 2005-07-01 Lute Kamstra <lute@gnu.org>
19214
19215 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19216 Catch errors with ignore-errors. Use temporary buffer.
19217 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19218
19219 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19220 background color faces.
19221 (facemenu-set-foreground, facemenu-set-background):
19222 Use facemenu-set-face-from-menu.
19223 (facemenu-set-face-from-menu): Treat face names that start with
19224 "fg:" or "bg:" as special.
19225 (facemenu-add-new-color): Don't create faces. Simplify.
19226
19227 2005-06-30 Richard M. Stallman <rms@gnu.org>
19228
19229 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19230 (crm-find-current-element): Likewise.
19231
19232 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19233
19234 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19235
19236 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19237
19238 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19239 (archive-mouse-extract): Make it an obsolete alias.
19240 (archive-mode-map): Don't use archive-mouse-extract any more.
19241 (archive-mode, archive-extract): write-contents-hooks ->
19242 write-contents-functions.
19243 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19244 first arg.
19245 (archive-rename-entry): Update the call.
19246 (archive-zip-summarize): Remove unused var `method'.
19247 (archive-lzh-summarize): Remove unused var `creator'.
19248
19249 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19250 dedicated frame upon exit.
19251
19252 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19253 (archive-zip-extract, archive-zip-expunge)
19254 (archive-zip-update, archive-zip-update-case): Use executable-find.
19255 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19256 Use restore-buffer-modified-p.
19257 (archive-extract, archive-add-new-member, archive-write-file-member):
19258 Use with-current-buffer.
19259 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19260
19261 2005-06-30 Andreas Schwab <schwab@suse.de>
19262
19263 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19264
19265 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19266
19267 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19268
19269 2005-06-30 Juri Linkov <juri@jurta.org>
19270
19271 * faces.el (vertical-border): Inherit from mode-line-inactive
19272 only on tty.
19273
19274 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19275
19276 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19277 example, -NLINES in the `occur' docstring).
19278
19279 * replace.el (occur-1): When no matches are found, do not set the
19280 `buffer-read-only' and modified flags for the occur buffer,
19281 because it is deleted.
19282
19283 * emulation/cua-base.el (cua-check-pending-input)
19284 (cua-repeat-replace-region, cua-mode, cua-debug)
19285 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19286 Fix typos in docstrings.
19287
19288 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19289 (cua-cut-region-to-global-mark)
19290 (cua--cut-rectangle-to-global-mark):
19291 Remove period from end of messages.
19292
19293 * emulation/cua-rect.el (cua-do-rectangle-padding):
19294 Remove period from end of messages.
19295 (cua--rectangle-seq-format): Fix typo in docstring.
19296 (cua-sequence-rectangle, cua-fill-char-rectangle):
19297 Improve argument/docstring consistency.
19298
19299 2005-06-29 Juri Linkov <juri@jurta.org>
19300
19301 * faces.el (default-frame-background-mode): New internal variable.
19302 (frame-set-background-mode): Use it.
19303
19304 * startup.el (normal-top-level): Set default-frame-background-mode
19305 instead of frame-background-mode. Before setting it, test for its
19306 nil value. Remove tests for frame-background-mode and frame
19307 parameter `reverse'. Add test for "unspecified-fg".
19308
19309 * term/xterm.el (xterm-rxvt-set-background-mode):
19310 * term/rxvt.el (rxvt-set-background-mode):
19311 Set default-frame-background-mode instead of frame-background-mode.
19312
19313 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19314
19315 * simple.el (set-variable): Warn about obsolete user variables.
19316
19317 * imenu.el (imenu--completion-buffer):
19318 * mouse.el (mouse-buffer-menu-alist):
19319 * msb.el (msb-invisible-buffer-p):
19320 * calendar/diary-lib.el (diary-header-line-format):
19321 * emacs-lisp/pp.el (pp-buffer):
19322 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19323 * textmodes/picture.el (picture-replace-match):
19324 Change space constants followed by a sexp to "?\s ".
19325
19326 * play/decipher.el (decipher-loop-with-breaks):
19327 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19328 constants "protected" from end of line by a comment to "?\s".
19329
19330 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19331
19332 * font-lock.el (save-buffer-state): Use `declare'.
19333
19334 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19335 reset the syntax-table to cperl-mode-syntax-table.
19336 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19337 "foo_print_bar" is not matched as a reserved keyword.
19338
19339 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19340
19341 * textmodes/org.el (orgtbl-setup): New function, for delayed
19342 setup for the orgtbl commands.
19343 (org-calc-default-modes): New option.
19344 (orgtbl-make-binding): Use `defun' to get better help display.
19345 (org-diary): Call `org-compile-prefix-format'.
19346 (org-table-formula-substitute-names): New function.
19347 (org-agenda-day-view, org-agenda-week-view): New commands.
19348 (org-agenda-toggle-week-view): Command removed.
19349 (org-tbl-menu): Split off from org-org-menu.
19350 (org-mode): Move removal of outline-mode menus to here.
19351 (org-table-formula-debug): New option.
19352 (org-table-insert-row): Keep first field if just "#" or "*".
19353 (org-mode): Paragraph regexps fixed.
19354 (org-table-recalculate-regexp): New constant.
19355 (org-table-justify-field-maybe): Avoid replace if not necessary.
19356 (org-copy-special, org-cut-special): Use `call-interactively'.
19357 (org-table-copy-region): Take region from `interactive' call.
19358 (org-trim): Return string even if no match.
19359 (org-formula): New face.
19360 (org-set-font-lock-defaults): No longer highlight "FIXME".
19361 But highlight formula-related fields in table.
19362 (org-table-p): Use regexp, not fontification.
19363 (org-table-align): Handle white space at end of line.
19364 (org-table-formula-evaluate-inline): New option.
19365 (org-mode): Auto-wrapping in comment lines turned off.
19366 (org-table-copy-down): Evaluate only in copied field, not in
19367 destination.
19368 (org-table-current-formula): Variable removed.
19369 (org-table-store-formulas, org-table-get-stored-formulas)
19370 (org-table-modify-formulas, org-table-replace-in-formulas)
19371 (org-table-maybe-eval-formula): New functions.
19372 (org-table-get-formula): Modify to use stored formulas.
19373 (org-table-insert-column, org-table-delete-column)
19374 (org-table-move-column): Call `org-table-modify-formulas'.
19375 (org-complete): Add completion for keyword formulas.
19376 (orgtbl-mode): Pull orgtbl-mode-map to start of
19377 minor-mode-map-alist.
19378
19379 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19380
19381 * progmodes/python.el (python-check): Require `compile' before
19382 modifying its variables.
19383
19384 * newcomment.el (comment-indent-default): Don't get fooled by an early
19385 end of buffer.
19386
19387 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19388
19389 * ps-print.el (ps-print-version): Fix version number.
19390
19391 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19392
19393 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19394
19395 2005-06-28 Richard M. Stallman <rms@gnu.org>
19396
19397 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19398 (flyspell-local-mouse-map): Declaration deleted.
19399 (flyspell-mouse-map): Bind only mouse-2.
19400 (flyspell-mode-map): Don't test flyspell-use-local-map.
19401 (flyspell-overlay-keymap-property-name): Var deleted.
19402 (flyspell-mode-on): Don't make local bindings for
19403 flyspell-mouse-map and flyspell-mode-map.
19404 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19405
19406 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19407
19408 * progmodes/compile.el (compilation-next-error-function):
19409 Don't switch buffers; operate on the current buffer.
19410
19411 * progmodes/compile.el (compilation-error-file-name)
19412 (compilation-warning-file-name, compilation-info-file-name)
19413 (compilation-line-number, compilation-column-number): New faces.
19414 (compilation-error-face, compilation-warning-face)
19415 (compilation-info-face, compilation-line-face)
19416 (compilation-column-face): Use them.
19417
19418 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19419
19420 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19421
19422 * bindings.el (global-map): Bind insertchar and its variants.
19423
19424 2005-06-27 Richard M. Stallman <rms@gnu.org>
19425
19426 * textmodes/artist.el (artist-text-overwrite)
19427 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19428
19429 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19430
19431 * ps-print.el: It was not working the page selection for printing.
19432 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19433 (ps-print-version): New version 6.6.7.
19434 (ps-end-sheet): New fun.
19435 (ps-header-sheet, ps-end-job): Call it.
19436
19437 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19438
19439 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19440
19441 2005-06-27 Lute Kamstra <lute@gnu.org>
19442
19443 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19444 background color faces.
19445 (facemenu-get-face): Delete function.
19446 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19447 (facemenu-add-new-color): Make second argument mandatory.
19448 Create the appropriate face and return it. Simplify.
19449 (facemenu-set-foreground, facemenu-set-background): Don't check if
19450 color is defined. Use return value of facemenu-add-new-color.
19451
19452 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19453
19454 * progmodes/gud.el (gud-filter): Add missing argument to
19455 with-selected-window.
19456
19457 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19458
19459 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19460 a :require to the defcustom.
19461
19462 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19463 defcustoms corresponding to minor modes.
19464
19465 2005-06-26 David Ponce <david@dponce.com>
19466
19467 * recentf.el: Require tree-widget instead of wid-edit.
19468 (recentf-filename-handler): Fix widget :type.
19469 (recentf-cancel-dialog, recentf-open-more-files)
19470 (recentf-open-files-action): Doc fix.
19471 (recentf-dialog-goto-first): New function.
19472 (recentf-dialog-mode-map): Set parent keymap first.
19473 (recentf-dialog-mode): Define with define-derived-mode.
19474 Don't display continuation lines in dialogs.
19475 (recentf-edit-list): Rename from recentf-edit-selected-items.
19476 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19477 Simplify.
19478 (recentf-edit-list-validate): New function.
19479 (recentf-edit-list): Update accordingly.
19480 (recentf-open-files-item-shift): Remove.
19481 (recentf-open-files-item): Convert menu elements into tree and
19482 link widgets. Don't create the widgets.
19483 (recentf-open-files): Update accordingly.
19484 (recentf-save-list): Untabify.
19485
19486 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19487
19488 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19489 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19490 partially contained in the active region. Do not take active
19491 region into account when called from Lisp, unless INTERACTIVE arg
19492 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19493 avoid trouble with fields. Make marker point nowhere when no
19494 longer used. Always return nil. Doc fix.
19495 (flush-lines): Add INTERACTIVE arg. Do not take active region
19496 into account when called from Lisp, unless INTERACTIVE arg is
19497 non-nil. Use `forward-line' instead of `beginning-of-line' to
19498 avoid trouble with fields. Make marker point nowhere when no
19499 longer used. Always return nil. Doc fix.
19500 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19501 interchangeable. Do not take active region into account when
19502 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19503 message in echo area when called from Lisp, unless INTERACTIVE arg
19504 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19505 Return the number of matches. Doc fix.
19506 (occur): Doc fix.
19507 (perform-replace): Make comment follow double space convention for
19508 the sake of `outline-minor-mode'.
19509
19510 * faces.el (facep): Doc fix.
19511
19512 2005-06-25 Richard M. Stallman <rms@gnu.org>
19513
19514 * facemenu.el (facemenu-enable-faces-p): New function.
19515 (facemenu-background-menu, facemenu-foreground-menu)
19516 (facemenu-face-menu): Add menu-enable property.
19517
19518 * jka-compr.el (jka-compr-insert-file-contents):
19519 Special handling if cannot find the uncompression program.
19520
19521 * cus-face.el (custom-face-attributes): Add autoload.
19522
19523 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19524 Bind comment-indent-function locally.
19525
19526 * window.el (save-selected-window): Use save-current-buffer.
19527
19528 * subr.el (with-selected-window): Use save-current-buffer.
19529
19530 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19531 and with-current-buffer.
19532
19533 2005-06-24 Richard M. Stallman <rms@gnu.org>
19534
19535 * simple.el (line-move-1): Fix previous change.
19536
19537 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19538
19539 * replace.el (occur-1): Set `buffer-read-only' and the
19540 buffer-modified flag before running `occur-hook' to protect
19541 against unintentional buffer switches that can lead to data loss.
19542
19543 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19544
19545 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19546 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19547 initial error.
19548
19549 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19550 after fresh input.
19551 (gdb-var-create-handler): Put name of expression in quotes.
19552
19553 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19554
19555 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19556 elements of RING in order, and without bogus nil elements.
19557
19558 2005-06-23 Richard M. Stallman <rms@gnu.org>
19559
19560 * simple.el (set-variable): Args renamed; doc fix.
19561 (line-move-1): When there are overlays around, use vertical-motion.
19562
19563 * faces.el (escape-glyph): Use brown against light background.
19564 (nobreak-space): Rename from no-break-space.
19565 Fix previous change.
19566
19567 * dired-aux.el (dired-do-copy): Fix arg prompt.
19568
19569 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19570
19571 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19572
19573 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19574 rather than "Distributor".
19575
19576 2005-06-23 Lute Kamstra <lute@gnu.org>
19577
19578 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19579 (debug-on-entry): Use it. New interactive declaration that uses
19580 function-called-at-point.
19581
19582 2005-06-23 Kim F. Storm <storm@cua.dk>
19583
19584 * subr.el (save-match-data): Add comment about using evaporate arg
19585 to set-match-data.
19586
19587 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19588
19589 * cus-edit.el (customize-face)
19590 (customize-face-other-window): Handle face aliases.
19591
19592 * faces.el (face-documentation, set-face-attribute)
19593 (face-spec-set): Handle face aliases.
19594
19595 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19596
19597 * help-mode.el (help-make-xrefs): If a symbol representing a face
19598 name is not followed by the word "face", it could still be a
19599 function or variable name, so don't bypass other checks.
19600
19601 2005-06-22 Juri Linkov <juri@jurta.org>
19602
19603 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19604 Replace aliased functions with calls where second arg `inherit' is t.
19605
19606 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19607
19608 * progmodes/gdb-ui.el (gdb-error): New variable.
19609 (gdb-error): New function.
19610 (gdb-annotation-rules): Act on error-begin and error annotations.
19611 (gdb-concat-output): Use font-lock-warning-face for errors.
19612
19613 2005-06-22 Miles Bader <miles@gnu.org>
19614
19615 * bindings.el (propertized-buffer-identification): Use renamed
19616 `Buffer-menu-buffer' face.
19617
19618 * faces.el (vertical-border): Rename from `vertical-divider'.
19619 (escape-glyph): Change dark-background color back to `cyan'.
19620
19621 2005-06-21 Juri Linkov <juri@jurta.org>
19622
19623 * faces.el (face-user-default-spec): Try getting `customized-face'
19624 prior to `saved-face'.
19625 (frame-background-mode): Refill docstring.
19626
19627 * emacs-lisp/lisp-mode.el (eval-defun-1):
19628 * emacs-lisp/edebug.el (edebug-eval-defun):
19629 Set `saved-face' temporarily to nil before calling form.
19630 Set `customized-face' to the new spec after that.
19631
19632 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19633
19634 * subr.el (1value, lambda, key-substitution-in-progress):
19635 Doc fixes.
19636
19637 * autoinsert.el (auto-insert-alist):
19638 * ses.el (ses-call-printer):
19639 * subr.el (noreturn):
19640 * emacs-lisp/lisp.el (check-parens):
19641 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19642 * net/browse-url.el (browse-url-mosaic):
19643 * progmodes/cc-defs.el (c-safe-scan-lists):
19644 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19645 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19646 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19647 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19648 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19649 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19650
19651 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19652
19653 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19654
19655 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19656
19657 * calendar/appt.el (appt-make-list): Activate the package, if
19658 not already active (for backwards compatibility).
19659
19660 2005-06-20 Kim F. Storm <storm@cua.dk>
19661
19662 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19663
19664 2005-06-20 Miles Bader <miles@gnu.org>
19665
19666 * faces.el (vertical-divider): New face.
19667
19668 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19669
19670 * simple.el (kill-whole-line): Doc fix.
19671 (next-error-buffer-p, next-error-find-buffer)
19672 (clone-indirect-buffer): Fix typos in docstrings.
19673 (comment-line-break-function): Doc fix: don't say variable
19674 is automatically buffer-local (it isn't).
19675
19676 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19677
19678 * net/tramp-ftp.el (top):
19679 * net/tramp-smb.el (top):
19680 * net/tramp-util.el (top):
19681 * net/tramp-uu.el (top):
19682 * net/tramp-vc.el (top):
19683 * net/tramp.el (top): Revert copyright years back to original
19684 ones. Tramp has a life outside GNU Emacs.
19685
19686 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19687
19688 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19689
19690 2005-06-18 Juri Linkov <juri@jurta.org>
19691
19692 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19693 end of first regexp to limit the match to the position between
19694 line number and source line with same separator character as used
19695 between file name and line number. In the second regexp limit
19696 mouse-face area to file name and line number by adding new group
19697 for them and referring it in HYPERLINK arg.
19698 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19699 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19700 previous line where grep markers may be already removed.
19701
19702 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19703
19704 * progmodes/ps-mode.el: Update version and maintainer's email address.
19705
19706 2005-06-18 Steve Youngs <steve@xemacs.org>
19707
19708 * net/browse-url.el (browse-url-browser-function)
19709 (browse-url-default-browser): Add firefox.
19710 (browse-url-firefox-program, browse-url-firefox-arguments)
19711 (browse-url-firefox-startup-arguments)
19712 (browse-url-firefox-new-window-is-tab): New defcustoms.
19713 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19714
19715 2005-06-17 Richard M. Stallman <rms@gnu.org>
19716
19717 * startup.el (command-line): Warn if specified user name has
19718 no home directory.
19719
19720 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19721 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19722
19723 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19724 Doc fixes.
19725
19726 * faces.el (underline): Try bold if terminal doesn't support underline.
19727
19728 * mail/sendmail.el (mail-setup-with-from): New variable.
19729 (mail-insert-from-field): New function.
19730 (sendmail-send-it): Call it.
19731 (mail-setup): Optionally call it here.
19732
19733 * term/linux.el: Call tty-no-underline.
19734
19735 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19736
19737 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19738
19739 2005-06-17 Miles Bader <miles@gnu.org>
19740
19741 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19742 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19743 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19744 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19745 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19746 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19747 Remove "-face" suffix from face names.
19748 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19749 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19750 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19751 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19752 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19753 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19754 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19755 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19756 New backward-compatibility aliases for renamed faces.
19757 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19758 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19759 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19760 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19761 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19762 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19763 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19764 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19765 Use renamed ediff faces.
19766
19767 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19768 Remove "-face" suffix from face names.
19769 (eshell-test-ok-face, eshell-test-failed-face):
19770 New backward-compatibility aliases for renamed faces.
19771 (eshell-run-test): Use renamed eshell-test faces.
19772
19773 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19774 face name.
19775 (eshell-prompt-face): New backward-compatibility alias for renamed
19776 face.
19777 (eshell-emit-prompt): Use renamed eshell-prompt face.
19778
19779 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19780 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19781 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19782 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19783 Remove "-face" suffix from face names.
19784 (eshell-ls-directory-face, eshell-ls-symlink-face)
19785 (eshell-ls-executable-face, eshell-ls-readonly-face)
19786 (eshell-ls-unreadable-face, eshell-ls-special-face)
19787 (eshell-ls-missing-face, eshell-ls-archive-face)
19788 (eshell-ls-backup-face, eshell-ls-product-face)
19789 (eshell-ls-clutter-face):
19790 New backward-compatibility aliases for renamed faces.
19791 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19792
19793 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19794 Remove "-face" suffix from face name.
19795 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19796 instead of literal face.
19797
19798 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19799
19800 * emacs-lisp/warnings.el (display-warning, lwarn)
19801 (warning-minimum-log-level): Doc fixes.
19802 (warning-minimum-level, warning-minimum-log-level):
19803 Add :debug to :type choices.
19804
19805 * progmodes/ada-mode.el (ada-format-paramlist)
19806 (ada-get-indent-case, ada-check-matching-start)
19807 (ada-check-defun-name, ada-goto-matching-decl-start)
19808 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19809 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19810 (ada-make-subprogram-body): Follow error conventions.
19811 (ada-case-exception-file, ada-indent-comment-as-code)
19812 (ada-indent-handle-comment-special, ada-indent-renames)
19813 (ada-indent-return, ada-search-directories-internal)
19814 (ada-tab-policy, ada-case-exception-substring)
19815 (ada-other-file-alist, ada-matching-start-re)
19816 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19817 (ada-imenu-generic-expression, ada-compile-goto-error)
19818 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19819 (ada-popup-menu, ada-add-extensions, ada-mode)
19820 (ada-region-selected, ada-create-case-exception)
19821 (ada-create-case-exception-substring, ada-after-keyword-p)
19822 (ada-activate-keys-for-case, ada-adjust-case-region)
19823 (ada-adjust-case-buffer, ada-format-paramlist)
19824 (ada-scan-paramlist, ada-insert-paramlist)
19825 (ada-indent-newline-indent)
19826 (ada-indent-newline-indent-conditional)
19827 (ada-justified-indent-current, ada-goto-previous-word)
19828 (ada-indent-current, ada-get-indent-open-paren)
19829 (ada-get-indent-paramlist, ada-get-indent-end)
19830 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19831 (ada-get-indent-block-start, ada-get-indent-subprog)
19832 (ada-get-indent-noindent, ada-get-indent-label)
19833 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19834 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19835 (ada-goto-stmt-end, ada-goto-next-word)
19836 (ada-check-matching-start, ada-check-defun-name)
19837 (ada-goto-matching-decl-start, ada-goto-matching-start)
19838 (ada-goto-matching-end, ada-search-ignore-string-comment)
19839 (ada-in-decl-p, ada-looking-at-semi-or)
19840 (ada-looking-at-semi-private, ada-in-paramlist-p)
19841 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19842 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19843 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19844 (ada-previous-package, ada-create-menu)
19845 (ada-fill-comment-paragraph-justify)
19846 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19847 (ada-other-file-name, ada-last-which-function-line)
19848 (ada-last-which-function-subprog, ada-which-function)
19849 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19850 (ada-gen-treat-proc, ada-check-emacs-version)
19851 (ada-continuation-indent, ada-align-region-separate):
19852 Fix typos in docstrings.
19853 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19854
19855 2005-06-16 Lute Kamstra <lute@gnu.org>
19856
19857 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19858 conditionally.
19859
19860 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19861
19862 * comint.el (comint-replace-by-expanded-filename)
19863 (comint-prompt-regexp, comint-delimiter-argument-list)
19864 (comint-preinput-scroll-to-bottom):
19865 * info.el (Info-hide-cookies-node):
19866 * ls-lisp.el (ls-lisp-classify):
19867 * find-file.el (ff-search-directories, ff-special-constructs)
19868 (ff-find-other-file):
19869 * font-lock.el (font-lock-keywords):
19870 * shell.el (shell-prompt-pattern)
19871 (shell-dynamic-complete-functions, shell-mode)
19872 (shell-delimiter-argument-list):
19873 * term.el (term-replace-by-expanded-filename)
19874 (term-prompt-regexp, term-delimiter-argument-list):
19875 * woman.el (woman-ignore, woman0-if):
19876 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19877 * emacs-lisp/elint.el (elint-init-env):
19878 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19879 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19880 * language/ethio-util.el (ethio-tilde-escape)
19881 (ethio-use-three-dot-question):
19882 * net/zone-mode.el (zone-mode-load-time-setup):
19883 * progmodes/cc-align.el (c-lineup-argcont):
19884 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19885 * progmodes/cperl-mode.el (cperl-set-style-back):
19886 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19887 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19888 Fix spellings in docstrings.
19889
19890 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19891 * progmodes/modula2.el (m2-for): Fix spellings.
19892
19893 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19894
19895 * simple.el (undo-more): Don't use `format' on `error' arguments.
19896 Improve argument/docstring consistency.
19897 (pending-undo-list): Doc fix.
19898
19899 * smerge-mode.el (smerge-ensure-match):
19900 * emulation/vip.el (vip-ex):
19901 * net/zone-mode.el (zone-mode-update-serial):
19902 * progmodes/idlwave.el (idlwave-complete):
19903 * progmodes/vhdl-mode.el (vhdl-visit-file)
19904 (vhdl-compose-wire-components):
19905 Don't use `format' on `error' arguments.
19906
19907 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19908 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19909 (tooltip-help-tips): Fix typos in docstrings.
19910
19911 2005-06-16 David Ponce <david@dponce.com>
19912
19913 * tree-widget.el (tree-widget-value-create): Simplify last change.
19914
19915 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19916
19917 * ido.el (ido-incomplete-regexp): New variable.
19918 (ido-set-matches-1): Handle invalid-regexp error and set
19919 ido-incomplete-regexp.
19920 (ido-incomplete-regexp): New face.
19921 (ido-completions): Use it.
19922 (ido-complete, ido-exit-minibuffer, ido-completions):
19923 Handle incomplete regexps.
19924 (ido-completions): Add check for complete match when entering a regexp.
19925
19926 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19929
19930 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19931
19932 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19933 by field delimiters.
19934
19935 2005-06-15 David Ponce <david@dponce.com>
19936
19937 * tree-widget.el: eval-and-compile inlined functions so they will
19938 be available at run-time too.
19939 (tree-widget-super-format-handler)
19940 (tree-widget-format-handler): Remove.
19941 (tree-widget-value-create): Handle the :indent property.
19942
19943 2005-06-15 Miles Bader <miles@gnu.org>
19944
19945 * progmodes/which-func.el (which-func): Only inherit
19946 `font-lock-function-name-face' when that makes sense against the
19947 default mode-line face, otherwise set the face color explicitly.
19948
19949 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19950 faces instead of (non-existent) variables.
19951
19952 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19955 (iswitchb-get-matched-buffers): Likewise. Simplify.
19956
19957 2005-06-14 Miles Bader <miles@gnu.org>
19958
19959 * progmodes/ld-script.el (ld-script-location-counter):
19960 Remove "-face" suffix from face name.
19961 (ld-script-location-counter-face):
19962 New backward-compatibility alias for renamed face.
19963 (ld-script-location-counter-face): Use renamed face.
19964
19965 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19966 (cperl-hash): Remove "-face" suffix from face names.
19967 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19968 New backward-compatibility aliases for renamed faces.
19969 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19970 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19971
19972 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19973 name.
19974 (which-func-face): New backward-compatibility alias for renamed face.
19975 (which-func-format): Use renamed which-func face.
19976
19977 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19978 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19979 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19980 names.
19981 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19982 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19983 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19984 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19985 (vhdl-speedbar-architecture-selected)
19986 (vhdl-speedbar-configuration-selected)
19987 (vhdl-speedbar-package-selected)
19988 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19989 names.
19990 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19991 Use renamed faces.
19992 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19993 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19994 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19995 Use renamed faces.
19996 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19997 names.
19998 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19999 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20000 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20001 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20002 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20003 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20004
20005 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20006 face name.
20007 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20008 (sh-heredoc-face): Use renamed sh-heredoc face.
20009
20010 * progmodes/idlw-help.el (idlwave-help-link):
20011 Remove "-face" suffix from face name.
20012 (idlwave-help-link-face):
20013 New backward-compatibility alias for renamed face.
20014 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20015
20016 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20017 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20018 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20019 New backward-compatibility aliases for renamed faces.
20020 (idlwave-shell-disabled-breakpoint-face)
20021 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20022
20023 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20024 Remove "-face" suffix from face names.
20025 (flymake-errline-face, flymake-warnline-face):
20026 New backward-compatibility aliases for renamed faces.
20027 (flymake-highlight-line): Use renamed flymake faces.
20028
20029 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20030 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20031 (ebrowse-member-class, ebrowse-progress):
20032 Remove "-face" suffix from face names.
20033 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20034 (ebrowse-file-name-face, ebrowse-default-face)
20035 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20036 (ebrowse-progress-face):
20037 New backward-compatibility aliases for renamed faces.
20038 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20039 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20040 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20041 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20042
20043 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20044 antlr-syntax)
20045 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20046 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20047 names.
20048 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20049 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20050 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20051 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20052 backward-compatibility aliases for renamed faces.
20053 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20054 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20055 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20056 remove "font-lock-". Use renamed antlr-mode faces.
20057 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20058 literal face-names with face variable references.
20059
20060 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20061 face name.
20062 (Buffer-menu-buffer-face): New backward-compatibility alias for
20063 renamed face.
20064 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20065
20066 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20067
20068 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20069 Eliminate "-face" suffix.
20070 (makefile-targets): Inherit from font-lock-function-name-face and
20071 eliminate "-face" suffix.
20072 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20073 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20074 actions, instead of prepending, to make it less visible.
20075 (makefile-previous-dependency, makefile-match-dependency):
20076 Don't match a target on a continuation line.
20077
20078 * files.el (auto-mode-alist): Put Makefile in gmake mode.
20079
20080 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
20081
20082 * progmodes/gdb-ui.el (menu): Re-order menu items.
20083 (gdb-tooltip-print): Respect tooltip-use-echo-area.
20084
20085 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20086 Define in tooltip.el.
20087 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20088 (gud-tooltip-tips): Respect tooltip-use-echo-area and
20089 gud-tooltip-echo-area.
20090
20091 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20092 backward compatibility and make obsolete.
20093 (tooltip-help-tips): Use tooltip-use-echo-area.
20094 (tooltip-show-help-function): Rename to...
20095 (tooltip-show-help): ...this, because it is a function.
20096 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20097
20098 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
20099
20100 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20101 (edebug-print-length, edebug-print-level, edebug-print-circle)
20102 (edebug-modify-breakpoint, edebug-eval-last-sexp)
20103 (edebug-eval-print-last-sexp): Doc fixes.
20104
20105 2005-06-14 Kim F. Storm <storm@cua.dk>
20106
20107 * ido.el (ido-mode): Make a new keymap every time we enable ido,
20108 as the coverage buffer/file/both may change.
20109
20110 2005-06-14 Lute Kamstra <lute@gnu.org>
20111
20112 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20113 and run-mode-hooks. Simplify.
20114
20115 * mail/rmailedit.el (rmail-edit-mode):
20116 * progmodes/octave-inf.el (inferior-octave-mode):
20117 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20118
20119 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20120 and run-mode-hooks.
20121 (recentf-edit-list, recentf-open-files): Don't call
20122 kill-all-local-variables directly.
20123
20124 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20125
20126 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20127
20128 * emacs-lisp/byte-run.el (make-obsolete)
20129 (define-obsolete-function-alias): Rename arguments FUNCTION and
20130 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20131 (make-obsolete-variable, define-obsolete-variable-alias):
20132 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20133 respectively.
20134
20135 * isearchb.el (isearchb-activate):
20136 * pcvs.el (cvs-mode):
20137 * ses.el (ses-load):
20138 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20139 * net/tramp.el (tramp-find-file-exists-command)
20140 (tramp-find-shell):
20141 * progmodes/ada-mode.el (ada-create-case-exception)
20142 (ada-create-case-exception-substring, ada-make-subprogram-body):
20143 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20144 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20145 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20146 * textmodes/org.el (org-promote, org-evaluate-time-range)
20147 (org-agenda-next-date-line, org-agenda-previous-date-line)
20148 (org-agenda-error, org-open-at-point, org-table-move-row)
20149 (org-format-table-table-html-using-table-generate-source)
20150 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20151 * textmodes/reftex.el (reftex-access-scan-info):
20152 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20153 (reftex-toc-promote-prepare): Follow error conventions.
20154
20155 * diff-mode.el (diff-mode): Fix typo in docstring.
20156
20157 * forms.el (forms--intuit-from-file): Fix reference to
20158 `forms-number-of-fields' in error message.
20159 (forms-print): Fix quoting in error message.
20160
20161 * forms.el (forms-mode):
20162 * emulation/vi.el (vi-goto-insert-state):
20163 * progmodes/flymake.el (flymake-new-err-info)
20164 (flymake-start-syntax-check-for-current-buffer)
20165 (flymake-simple-cleanup):
20166 * eshell/esh-var.el (eshell/export):
20167 * progmodes/gud.el (xdb):
20168 * textmodes/flyspell.el (flyspell-incorrect-hook)
20169 (flyspell-maybe-correct-transposition)
20170 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20171
20172 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
20173
20174 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20175 minibuffer prompt.
20176
20177 2005-06-13 Kim F. Storm <storm@cua.dk>
20178
20179 * subr.el (add-to-ordered-list): New defun.
20180
20181 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20182 add cua--keymap-alist to emulation-mode-map-alists.
20183
20184 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * subr.el (complete-in-turn): New macro.
20187 (dynamic-completion-table, lazy-completion-table): Add debug info.
20188
20189 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20190 in preference to face aliases.
20191
20192 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20193 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20194 Remove unused vars `start' and `firstline'.
20195 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20196 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20197
20198 2005-06-13 Eli Zaretskii <eliz@gnu.org>
20199
20200 * cus-start.el (all): Don't complain about missing GTK-related
20201 variables, unless either `gtk' is boundp or this isn't a
20202 `windows-nt' build.
20203
20204 2005-06-13 Lute Kamstra <lute@gnu.org>
20205
20206 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20207 run-mode-hooks.
20208
20209 * ediff-mult.el (ediff-meta-mode):
20210 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20211
20212 * ledit.el (ledit-mode): Use delay-mode-hooks.
20213
20214 * woman.el (woman-mode-line-format): Delete constant.
20215 (woman-mode-map): Initialize it properly.
20216 (woman-mode): Set mode-class property to special.
20217 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20218 Set major-mode and mode-name. Don't set mode-line-format directly.
20219 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20220
20221 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20222 string argument obsolete.
20223
20224 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20225
20226 * textmodes/org.el (org-CUA-compatible): New option.
20227 (org-disputed-keys): New variable.
20228 (org-key): New function.
20229 (orgtbl-make-binding): Add docstring to the created function.
20230 (org-mode): Set paragraph start/separate regexps.
20231 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20232 (org-archive-location, org-archive-mark-done)
20233 (org-archive-stamp-time): New options.
20234 (org-archive-subtree): New command.
20235 (org-fill-paragraph): New function.
20236 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20237 (org-fake-empty-table-line): Function removed.
20238 (org-format-org-table-html): Do not create empty table lines at
20239 separator lines. Improved table header treatment.
20240 (org-link-format): New option.
20241 (org-make-link): New function.
20242 (org-insert-link, org-store-link): Use org-make-link.
20243 (org-open-file): Quote file name for shell command, to allow
20244 spaces in file names.
20245 (org-link-regexp): Fix bug with mailto link.
20246 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20247 New constants.
20248 (org-export-as-html): Deal with the optional angles around a link.
20249 Better treatment of file: links.
20250 (org-open-at-point): Replace @{ and @} with < and >.
20251 (org-run-mode-hooks): Function removed.
20252 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20253
20254 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20255
20256 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20257 MI command -data-list-register-values.
20258 (gdb-post-prompt): Indent properly.
20259
20260 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20261
20262 * hilit-chg.el (highlight-changes-colors): Rename from
20263 `highlight-changes-colours'.
20264 (highlight-changes-colours): Keep as obsolete alias.
20265 (highlight-changes-face-list): Doc fix.
20266 (hilit-chg-make-list): Use `highlight-changes-colors'.
20267
20268 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20269
20270 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20271 defun-prompt-regexp.
20272
20273 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20274
20275 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20276 and cygwin.
20277
20278 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20279 Don't use an old loaddefs.el, as in Makefile.in.
20280
20281 2005-06-12 Lute Kamstra <lute@gnu.org>
20282
20283 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20284
20285 * man.el (Man-mode-map): Initialize it properly.
20286 (Man-mode): Set mode-class property to special.
20287
20288 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20289
20290 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20291
20292 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20293 A newline is needed in the docstring there.
20294
20295 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20296 Doc fixes.
20297
20298 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20299
20300 * printing.el: Doc fix. The menubar is no more changed when printing
20301 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20302 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20303 (pr-version): New version number (6.8.4).
20304 (pr-menu-bind): New command.
20305 (pr-update-menus): Docstring and code fix.
20306 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20307 Docstring fix.
20308 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20309 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20310
20311 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20312
20313 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20314 "Returns" to "return", document useful return values, etc.
20315
20316 2005-06-11 Alan Mackenzie <acm@muc.de>
20317
20318 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20319 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20320 (adaptive-file-function): Minor amendment to doc-string.
20321
20322 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20323
20324 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20325 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20326 Fix :type--it is `integer', not `string'.
20327
20328 * faces.el (modeline-highlight): Rename from (the erroneous)
20329 `modeline-higilight'.
20330
20331 2005-06-11 Lute Kamstra <lute@gnu.org>
20332
20333 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20334 lisp-interaction-mode-map but make it the parent.
20335 (edebug-eval-mode): Use define-derived-mode.
20336
20337 2005-06-11 Andreas Schwab <schwab@suse.de>
20338
20339 * bindings.el: Add binding of `ESC functionkey' for every
20340 `M-functionkey'.
20341 * hexl.el (hexl-mode-map): Likewise.
20342
20343 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20344
20345 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20346 [msft]: update regexp for newer msft compilers.
20347
20348 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20349
20350 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20351 ATTLIST portions of included DTDs.
20352 (xml-parse-dtd): Eliminate use of inefficient match-data.
20353
20354 2005-06-10 Miles Bader <miles@gnu.org>
20355
20356 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20357 (mpuz-text): Remove "-face" suffix from face names.
20358 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20359 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20360 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20361
20362 * play/gomoku.el (gomoku-O, gomoku-X):
20363 Remove "-face" suffix from face names.
20364 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20365 New backward-compatibility aliases for renamed faces.
20366 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20367
20368 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * thumbs.el: Fixes for changes of 2005-06-09.
20371 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20372 as a directory.
20373 (thumbs-thumbname): Remove directory separator from format string;
20374 `thumbs-thumbsdir' now returns a valid directory name.
20375 (thumbs-temp-dir): New defsubst.
20376 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20377 Use it.
20378
20379 * cus-edit.el (minibuffer):
20380 * files.el (make-backup-file-name-function):
20381 * filesets.el (filesets-external-viewers):
20382 * hilit-chg.el (highlight-changes-colours)
20383 (highlight-changes-face-list, highlight-changes-rotate-faces):
20384 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20385 * kmacro.el (kmacro-call-macro):
20386 * log-edit.el (log-edit-changelog-full-paragraphs):
20387 * mouse.el (mouse-1-click-follows-link):
20388 * skeleton.el (skeleton-autowrap):
20389 * subr.el (insert-for-yank-1):
20390 * tempo.el (tempo-insert-region):
20391 * terminal.el (terminal-emulator):
20392 * time.el (display-time-mail-face):
20393 * vc.el (vc-annotate):
20394 * vcursor.el (vcursor-copy-line):
20395 * woman.el (woman-bold-headings, woman-ignore)
20396 (woman-default-faces, woman-monochrome-faces):
20397 * calendar/todo-mode.el (todo-insert-threshold):
20398 * emulation/pc-select.el (pc-select-selection-keys-only)
20399 (pc-selection-mode):
20400 * emulation/vip.el (vip-find-char-forward):
20401 * emulation/viper-cmd.el (viper-find-char-forward):
20402 * international/mule-cmds.el
20403 (select-safe-coding-system-accept-default-p)
20404 (input-method-exit-on-invalid-key):
20405 * international/mule-diag.el (describe-coding-system):
20406 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20407 * net/browse-url.el (browse-url-xterm-program):
20408 * obsolete/lazy-lock.el (lazy-lock-mode):
20409 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20410 (cperl-mode):
20411 * progmodes/cpp.el (cpp-face-light-name-list)
20412 (cpp-face-dark-name-list):
20413 * progmodes/delphi.el (delphi-newline-always-indents):
20414 Fix spellings in docstrings.
20415
20416 * ido.el (ido-mode, ido-file-extensions-order)
20417 (ido-default-file-method, ido-default-buffer-method)
20418 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20419 (ido-decorations, ido-read-file-name-as-directory-commands)
20420 (ido-read-file-name-non-ido, ido-work-directory-list)
20421 (ido-ignore-item-temp-list, ido-current-directory)
20422 (ido-magic-forward-char, ido-enter-find-file)
20423 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20424 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20425
20426 2005-06-10 Lute Kamstra <lute@gnu.org>
20427
20428 * play/dunnet.el (dun-mode): Use define-derived-mode.
20429 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20430 obsolete alias.
20431
20432 * play/doctor.el (doctor-mode-map): Remove defvar.
20433 (doctor-mode): Use define-derived-mode.
20434
20435 * mail/mspools.el (mspools-mode):
20436 * net/eudc-hotlist.el (eudc-hotlist-mode):
20437 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20438
20439 2005-06-10 Miles Bader <miles@gnu.org>
20440
20441 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20442 Remove "-face" suffix from face names.
20443 (flyspell-incorrect-face, flyspell-duplicate-face):
20444 New backward-compatibility aliases for renamed faces.
20445 (flyspell-mode-on, make-flyspell-overlay)
20446 (flyspell-highlight-incorrect-region)
20447 (flyspell-highlight-duplicate-region)
20448 (flyspell-display-next-corrections)
20449 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20450
20451 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20452 from face name.
20453 (texinfo-heading-face): New backward-compatibility alias for
20454 renamed face.
20455 (texinfo-heading-face): Use renamed texinfo-heading face.
20456
20457 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20458 suffix from face names.
20459 (tex-math-face, tex-verbatim-face):
20460 New backward-compatibility aliases for renamed faces.
20461 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20462 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20463 literal face name.
20464
20465 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20466 name.
20467 (table-cell-face): New backward-compatibility alias for renamed face.
20468 (table--put-cell-face-property, table--update-cell-face):
20469 Use renamed table-cell face.
20470
20471 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20472 from face name.
20473 (sgml-namespace-face): New backward-compatibility alias for
20474 renamed face.
20475 (sgml-namespace-face): Use renamed sgml-namespace face.
20476
20477 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20478 (org-level-4, org-level-5, org-level-6, org-level-7)
20479 (org-level-8, org-warning, org-headline-done)
20480 (org-deadline-announce, org-scheduled-today)
20481 (org-scheduled-previously, org-link, org-done, org-table)
20482 (org-time-grid): Remove "-face" suffix from face names.
20483 (org-level-1-face, org-level-2-face, org-level-3-face)
20484 (org-level-4-face, org-level-5-face, org-level-6-face)
20485 (org-level-7-face, org-level-8-face, org-warning-face)
20486 (org-headline-done-face, org-deadline-announce-face)
20487 (org-scheduled-today-face, org-scheduled-previously-face)
20488 (org-link-face, org-done-face, org-table-face)
20489 (org-time-grid-face):
20490 New backward-compatibility aliases for renamed faces.
20491 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20492 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20493 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20494 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20495
20496 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20497 (viper-minibuffer-emacs, viper-minibuffer-insert)
20498 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20499 (viper-search-face, viper-replace-overlay-face)
20500 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20501 (viper-minibuffer-vi-face):
20502 New backward-compatibility aliases for renamed faces.
20503 (viper-search-face, viper-replace-overlay-face)
20504 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20505 (viper-minibuffer-vi-face): Use renamed viper faces.
20506
20507 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20508 Remove "-face" suffix from face names.
20509 (testcover-nohits-face, testcover-1value-face):
20510 New backward-compatibility aliases for renamed faces.
20511 (testcover-mark): Use renamed testcover faces.
20512
20513 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20514 face name.
20515 (diary-button-face): New backward-compatibility alias for renamed face.
20516 (diary-entry): Use renamed diary-button face.
20517
20518 * calendar/calendar.el (diary, calendar-today, holiday)
20519 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20520 (diary-face, calendar-today-face, holiday-face):
20521 New backward-compatibility aliases for renamed faces.
20522 (eval-after-load "facemenu", diary-entry-marker)
20523 (calendar-today-marker, calendar-holiday-marker, diary-face):
20524 Use renamed calendar faces.
20525
20526 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20527 (compare-windows-face): New backward-compatibility alias for
20528 renamed face.
20529 (compare-windows-highlight): Use renamed compare-windows face.
20530
20531 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20532 (strokes-char-face): New backward-compatibility alias for renamed face.
20533 (strokes-encode-buffer): Use renamed strokes-char face.
20534
20535 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20536 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20537 Remove "-face" suffix from face names.
20538 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20539 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20540 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20541 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20542 Use renamed pcvs faces.
20543 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20544 * pcvs-defs.el (cvs-mode-map): Likewise.
20545 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20546
20547 * info.el (info-title-1, info-title-2, info-title-3)
20548 (info-title-4): Remove "-face" suffix from and downcase face names.
20549 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20550 (Info-title-4-face):
20551 New backward-compatibility aliases for renamed faces.
20552 (Info-fontify-node): Use renamed info faces.
20553
20554 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20555 Remove "-face" suffix from face names.
20556 (highlight-changes-face, highlight-changes-delete-face):
20557 New backward-compatibility aliases for renamed faces.
20558 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20559 (hilit-chg-make-list): Use renamed highlight-changes faces.
20560
20561 * generic-x.el (show-tabs-tab, show-tabs-space):
20562 Remove "-face" suffix from face names.
20563 (show-tabs-tab-face, show-tabs-space-face):
20564 New backward-compatibility aliases for renamed faces.
20565 (show-tabs-generic-mode-font-lock-defaults-1)
20566 (show-tabs-generic-mode-font-lock-defaults-2):
20567 Use renamed show-tabs faces.
20568
20569 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20570 (smerge-markers): Remove "-face" suffix from face names.
20571 (smerge-mine-face, smerge-other-face, smerge-base-face)
20572 (smerge-markers-face):
20573 New backward-compatibility aliases for renamed faces.
20574 (smerge-mine-face, smerge-other-face, smerge-base-face)
20575 (smerge-markers-face): Use renamed smerge faces.
20576
20577 * log-view.el (log-view-file, log-view-message): Remove "-face"
20578 suffix from face names.
20579 (log-view-file-face, log-view-message-face):
20580 New backward-compatibility aliases for renamed faces.
20581 (log-view-file-face, log-view-message-face): Use renamed log-view
20582 faces.
20583
20584 * paren.el (show-paren-match, show-paren-mismatch):
20585 Remove "-face" suffix from face names.
20586 (show-paren-match-face, show-paren-mismatch-face):
20587 New backward-compatibility aliases for renamed faces.
20588 (show-paren-function): Use renamed show-paren faces.
20589
20590 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20591 (ruler-mode-margins, ruler-mode-fringes)
20592 (ruler-mode-column-number, ruler-mode-fill-column)
20593 (ruler-mode-comment-column, ruler-mode-goal-column)
20594 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20595 suffix from face names.
20596 (ruler-mode-default-face, ruler-mode-pad-face)
20597 (ruler-mode-margins-face, ruler-mode-fringes-face)
20598 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20599 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20600 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20601 New backward-compatibility aliases for renamed faces.
20602 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20603 (ruler-mode-column-number, ruler-mode-fill-column)
20604 (ruler-mode-comment-column, ruler-mode-goal-column)
20605 (ruler-mode-tab-stop, ruler-mode-current-column)
20606 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20607 faces.
20608
20609 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20610 face name.
20611 (whitespace-highlight-the-space): Use renamed face.
20612 (whitespace-highlight-face): New backward-compatibility alias for
20613 renamed face.
20614
20615 * woman.el (woman-italic, woman-bold, woman-unknown)
20616 (woman-addition, woman-symbol-face):
20617 Remove "-face" suffix from face names.
20618 (woman-italic-face, woman-bold-face, woman-unknown-face)
20619 (woman-addition-face):
20620 New backward-compatibility aliases for renamed faces.
20621 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20622 (woman-decode-region, woman-replace-match)
20623 (woman-display-extended-fonts, woman-special-characters)
20624 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20625 Use renamed woman faces.
20626
20627 * longlines.el (longlines-visible-face): Face removed.
20628
20629 * diff-mode.el (diff-header, diff-file-header, diff-index)
20630 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20631 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20632 suffix from face names.
20633 (diff-header-face, diff-file-header-face, diff-index-face)
20634 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20635 (diff-changed-face, diff-function-face, diff-context-face)
20636 (diff-nonexistent-face): New backward-compatibility aliases for
20637 renamed faces.
20638 (diff-header-face, diff-file-header-face)
20639 (diff-index, diff-index-face, diff-hunk-header)
20640 (diff-hunk-header-face, diff-removed, diff-removed-face)
20641 (diff-added, diff-added-face, diff-changed-face, diff-function)
20642 (diff-function-face, diff-context-face, diff-nonexistent)
20643 (diff-nonexistent-face): Use renamed diff-mode faces.
20644
20645 * progmodes/compile.el (compilation-warning-face)
20646 (compilation-info-face): Remove "-face" suffix from face names.
20647 (compilation-warning-face, compilation-info-face):
20648 New backward-compatibility aliases for renamed faces.
20649 (compilation-warning-face, compilation-info-face):
20650 Use renamed compilation faces.
20651
20652 * add-log.el (change-log-date, change-log-name)
20653 (change-log-email, change-log-file, change-log-list)
20654 (change-log-conditionals, change-log-function)
20655 (change-log-acknowledgement): Remove "-face" suffix from face names.
20656 (change-log-date-face, change-log-name-face)
20657 (change-log-email-face, change-log-file-face)
20658 (change-log-list-face, change-log-conditionals-face)
20659 (change-log-function-face, change-log-acknowledgement-face):
20660 New backward-compatibility aliases for renamed faces.
20661 (change-log-font-lock-keywords): Use renamed change-log faces.
20662
20663 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20664 (custom-set, custom-changed, custom-saved, custom-button)
20665 (custom-button-pressed, custom-documentation, custom-state)
20666 (custom-comment, custom-comment-tag, custom-variable-tag)
20667 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20668 (custom-group-tag): Remove "-face" suffix from face names.
20669 (custom-magic-alist, custom-magic-value-create)
20670 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20671 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20672 (custom-set-face, custom-changed-face, custom-saved-face)
20673 (custom-button-face, custom-button-pressed-face)
20674 (custom-documentation-face, custom-state-face)
20675 (custom-comment-face, custom-comment-tag-face)
20676 (custom-variable-tag-face, custom-variable-button-face)
20677 (custom-face-tag-face, custom-group-tag-face-1)
20678 (custom-group-tag-face):
20679 New backward-compatibility aliases for renamed faces.
20680
20681 * wid-edit.el (widget-documentation, widget-button)
20682 (widget-field, widget-single-line-field, widget-inactive)
20683 (widget-button-pressed): "-face" suffix removed from face names.
20684 (widget-documentation-face, widget-button-face)
20685 (widget-field-face, widget-single-line-field-face)
20686 (widget-inactive-face, widget-button-pressed-face):
20687 New backward-compatibility aliases for renamed faces.
20688 (widget-documentation-face, widget-button-face)
20689 (widget-button-pressed-face, widget-specify-field)
20690 (widget-specify-inactive): Use renamed widget faces.
20691
20692 2005-06-10 Kenichi Handa <handa@m17n.org>
20693
20694 * term/x-win.el (x-clipboard-yank): Remove condition-case
20695 wrapping.
20696
20697 2005-06-11 Kenichi Handa <handa@m17n.org>
20698
20699 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20700 date lines stricter.
20701
20702 2005-06-10 Zhang Wei <id.brep@gmail.com>
20703
20704 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20705 of x-get-selection.
20706
20707 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20708
20709 * comint.el (comint-mode, comint-snapshot-last-prompt):
20710 * frame.el (frame-current-scroll-bars):
20711 * term.el (term-mode, term-check-proc, term-input-sender)
20712 (term-simple-send, term-extract-string, term-word)
20713 (term-match-partial-filename):
20714 * window.el (window-current-scroll-bars):
20715 * emulation/cua-base.el (cua-normal-cursor-color)
20716 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20717 (cua-global-mark-cursor-color):
20718 * mail/undigest.el (rmail-forward-separator-regex):
20719 Fix typos in docstrings.
20720
20721 * comint.el (comint-check-proc, make-comint-in-buffer)
20722 (comint-source-default): Doc fixes.
20723
20724 * term.el (term-send-string): Improve argument/docstring consistency.
20725
20726 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20727
20728 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20729 call to `delete-region'.
20730 (comint-mode-hook): Do not enable Font Lock by default.
20731
20732 2005-06-09 Lute Kamstra <lute@gnu.org>
20733
20734 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20735 could be void.
20736
20737 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20740 (debug): Use it.
20741 (debugger-step-through, debugger-continue, debugger-jump)
20742 (debugger-return-value): Set it when needed.
20743 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20744 Use inhibit-read-only.
20745
20746 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20747
20748 * window.el (shrink-window-if-larger-than-buffer)
20749 (window-size-fixed): Fix typo in docstring.
20750
20751 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20752 thumbnails directory on loading.
20753 (thumbs-conversion-program): Use `eq' to check the system type,
20754 not `equal'.
20755 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20756 not "/tmp". Fix docstring.
20757 (thumbs-thumbsdir): New function to return the thumbnails
20758 directory, creating it if needed.
20759 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20760 (thumbs-temp-file): Delete variable and make it into a function.
20761 (thumbs-resize-image, thumbs-modify-image): Use it.
20762 (thumbs-kill-buffer): Simplify.
20763 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20764 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20765 docstrings.
20766
20767 2005-06-09 Kim F. Storm <storm@cua.dk>
20768
20769 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20770 set-match-data to free markers in match-data.
20771
20772 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20773 match-data to unchain markers in match-data.
20774
20775 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20776
20777 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20778 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20779 unnecessary now.
20780
20781 2005-06-08 Richard M. Stallman <rms@gnu.org>
20782
20783 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20784 give the variable a doc string that doesn't say don't set it directly.
20785
20786 * textmodes/ispell.el (ispell-check-version):
20787 Use match-string-no-properties.
20788 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20789 (ispell-buffer-local-words): Likewise.
20790
20791 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20792 except on terminals with enough colors to really display it.
20793 (makefile-dependency-regex): Delete spurious `bb'.
20794
20795 * faces.el (escape-glyph): Use blue once again in last case.
20796 (no-break-space): Redefine so that it isn't invisible on a tty.
20797
20798 2005-06-08 Kim F. Storm <storm@cua.dk>
20799
20800 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20801 also when reading directory name.
20802
20803 2005-06-08 Lute Kamstra <lute@gnu.org>
20804
20805 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20806 (flyspell-mode-line-string): Remove autoload cookie.
20807 (flyspell-mode): Remove defvar.
20808
20809 2005-06-07 Lute Kamstra <lute@gnu.org>
20810
20811 * textmodes/org.el (org-run-mode-hooks): New function.
20812 (org-agenda-mode): Use it.
20813
20814 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20815
20816 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20817
20818 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20821
20822 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20823
20824 * font-lock.el (font-lock-add-keywords): Doc fix.
20825
20826 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20827
20828 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20829 (tex-compile-default): In the absence of any history, use the order in
20830 tex-compile-alist to choose the preferred command.
20831 (tex-compile-commands): Reorder a bit.
20832
20833 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20834 (flyspell-incorrect-face, flyspell-duplicate-face):
20835 Use (X)Emacs-agnostic code.
20836 (flyspell-mode-map): Don't overwrite at each load. Remove code
20837 redundant with the subsequent add-minor-mode. Merge Emacs and
20838 XEmacs code.
20839 (flyspell-word): Minor simplification.
20840 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20841 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20842 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20843 Merge the corresponding Emacs code.
20844 (flyspell-correct-word, flyspell-xemacs-popup):
20845 Use flyspell-do-correct.
20846
20847 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20848 a dedicated window.
20849
20850 * international/latexenc.el (latexenc-find-file-coding-system):
20851 Undo part of last patch, to turn off a compiler warning.
20852
20853 2005-06-06 Juri Linkov <juri@jurta.org>
20854
20855 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20856 Rename `tmm-inactive-face' to `tmm-inactive'.
20857
20858 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20859
20860 * iswitchb.el: Rename faces.
20861
20862 2005-06-06 Kim F. Storm <storm@cua.dk>
20863
20864 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20865 (cua-global-mark): Remove -face suffix from face names.
20866
20867 * emulation/cua-gmrk.el (cua--init-global-mark):
20868 Remove cua-global-mark face setup.
20869
20870 2005-06-06 Richard M. Stallman <rms@gnu.org>
20871
20872 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20873 just like other allowed characters.
20874 (makefile-match-dependency): Exclude leading and training whitespace
20875 from the range of regexp subexp 1.
20876 (makefile-macroassign-regex): Don't try to match the body,
20877 just the name of the macro being defined.
20878
20879 * info.el (Info-read-node-name-2): New function.
20880 (Info-read-node-name-1): Use that.
20881 Add a completion-base-size-function property.
20882
20883 * simple.el (completion-setup-function): Look for
20884 completion-base-size-function property of minibuffer-completion-table.
20885
20886 * files.el (locate-file-completion): Doc fix.
20887
20888 * printing.el: Don't call pr-update-menus; user must do that.
20889
20890 * emacs-lisp/debug.el (debugger-window): New variable.
20891 (debug): Use debugger-window if it is set and still alive.
20892 Record debugger-window for next entry.
20893
20894 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20895
20896 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20897
20898 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20899 (hack-one-local-variable, hack-local-variables)
20900 (hack-local-variables-prop-line): Pass that arg.
20901
20902 2005-06-06 Kim F. Storm <storm@cua.dk>
20903
20904 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20905 (ido-indicator): Remove -face suffix from face names.
20906
20907 2005-06-06 Juri Linkov <juri@jurta.org>
20908
20909 * font-lock.el (font-lock-regexp-backslash)
20910 (font-lock-regexp-backslash-construct): New faces.
20911 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20912 after `('. Add `while-no-input' to control structures.
20913
20914 * faces.el (no-break-space, shadow): New faces.
20915 (escape-glyph): Use less loud colors pink2 and red4.
20916
20917 * diff-mode.el (diff-context-face)
20918 * dired.el (dired-ignored)
20919 * rfn-eshadow.el (file-name-shadow)
20920 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20921
20922 * info.el (Info-title-1-face): Use green instead of yellow because
20923 bold yellow is not readable on light backgrounds.
20924
20925 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20926 before selecting the desired mode to not spend time fontifying
20927 old contents.
20928
20929 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20930
20931 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20932 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20933
20934 * ps-print.el (ps-default-fg, ps-default-bg):
20935 Fix typos in docstrings.
20936
20937 * isearchb.el (isearchb): Don't pass a spurious second argument to
20938 `iswitchb-completions'.
20939
20940 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20941
20942 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20943 to preserve point.
20944 (gdb-find-file-hook): Add doc string.
20945
20946 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20947 C dereferenced pointer expression.
20948 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20949
20950 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20951
20952 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20953 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20954 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20955 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20956 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20957 Make background transparent.
20958
20959 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20960
20961 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20962 (font-lock-remove-keywords): Doc fix.
20963 (font-lock-mode-major-mode): Compiler defvar.
20964 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20965
20966 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20967 (font-lock-mode): Update `font-lock-mode-major-mode'.
20968 (font-lock-set-defaults): Compiler defvar.
20969 (font-lock-default-function): Take `font-lock-mode-major-mode'
20970 into account.
20971
20972 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20973 keep track of which major mode it enabled the minor mode for.
20974 Use find-file-hook again. Update docstring.
20975
20976 * simple.el (eval-expression-print-level)
20977 (eval-expression-print-length, eval-expression-debug-on-error):
20978 Doc fixes.
20979
20980 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20981
20982 * iswitchb.el (iswitchb-single-match-face)
20983 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20984 (iswitchb-invalid-regexp-face): New faces.
20985 (iswitchb-completions): Use them.
20986 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20987 now marked as an obsolete alias.
20988 (iswitchb-read-buffer): Remove check for bound font variables.
20989 (iswitchb-invalid-regexp): New free variable.
20990 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20991 set iswitchb-invalid-regexp.
20992 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20993 invalid regexps.
20994 (iswitchb-completions): Add check for complete match when entering
20995 a regexp.
20996 (iswitchb-completions): Remove require-match argument.
20997 (iswitchb-exhibit): Fix caller.
20998 (iswitchb-common-match-inserted): New variable.
20999 (iswitchb-complete, iswitchb-completion-help): Use it.
21000
21001 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21002
21003 * url-http.el (url-http-chunked-encoding-after-change-function):
21004 Use `url-http-debug' instead of `message'.
21005
21006 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21007
21008 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21009 callback argument.
21010
21011 2005-06-04 Kim F. Storm <storm@cua.dk>
21012
21013 * simple.el (line-move): Only call sit-for when moving backwards.
21014
21015 * ido.el (ido-make-merged-file-list-1): New defun split from
21016 ido-make-merged-file-list.
21017 (ido-make-merged-file-list): Bind throw-on-input around call to
21018 ido-make-merged-file-list-1. Return input-pending-p if
21019 interrupted by more input available.
21020 (ido-read-internal): Handle input-pending-p return value from
21021 ido-make-merged-file-list.
21022
21023 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21024
21025 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21026 compatibility code.
21027
21028 * international/latexenc.el (latexenc-find-file-coding-system):
21029 Don't inherit the EOL part of the coding-system from the
21030 tex-main buffer. Fit within 80 columns.
21031
21032 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21033
21034 * tmm.el (tmm-inactive-face): New face.
21035 (tmm-remove-inactive-mouse-face): New function.
21036 (tmm-prompt, tmm-add-one-shortcut)
21037 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21038 but not selectable.
21039
21040 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21041
21042 * faces.el (face-equal): Improve argument/docstring consistency.
21043
21044 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21045
21046 * progmodes/make-mode.el (makefile-targets-face)
21047 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21048 (makefile-bsdmake-dependency-regex)
21049 (makefile-makepp-rule-action-regex)
21050 (makefile-bsdmake-rule-action-regex): New constants.
21051 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21052
21053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21054 Allow (...) within `...' for makepp messages.
21055
21056 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21057
21058 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21059
21060 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21061 "." files are deleted from all file lists before comparison.
21062
21063 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21064 (viper-ESC-key): Made them customizable.
21065
21066 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21067
21068 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21069
21070 * autorevert.el (auto-revert-buffers): Use save-match-data.
21071
21072 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21075 menu items with a nil command binding.
21076
21077 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
21078
21079 * emacs-lisp/cl-macs.el (defsetf):
21080 Improve argument/docstring consistency.
21081
21082 * faces.el (list-faces-display): Improve the formatting by
21083 computing the maximum length required for any face-name (reworked
21084 patch of 1999-01-11, accidentally deleted on 1999-07-21).
21085 (internal-find-face): Remove redundant info in docstring.
21086
21087 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
21088
21089 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21090 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21091 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21092 (gdb-assembler-custom): Improve regexps.
21093 (def-gdb-auto-update-handler): Use window point to preserve point.
21094
21095 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21098
21099 2005-05-31 Jay Belanger <belanger@truman.edu>
21100
21101 * calc/calc-embed.el (calc-embedded-word): Change argument passed
21102 to calc-embedded.
21103 (calc-embedded-make-info): Have plain prefix argument select
21104 entire line.
21105
21106 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
21107
21108 * faces.el (list-faces-display): Signal error if passed a regexp
21109 that matches no face name.
21110
21111 * simple.el (filter-buffer-substring): Fix typo in docstring.
21112
21113 2005-05-31 Richard M. Stallman <rms@gnu.org>
21114
21115 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21116 (vhdl-emacs-21): Doc fix.
21117 (vhdl-mode): Unconditionally set comment-padding.
21118 (vhdl-fixup-whitespace-region): Insert spaces only where
21119 there are none.
21120 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21121
21122 2005-05-30 John Wiegley <johnw@newartisans.com>
21123
21124 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21125 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21126 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21127 `directory-sep-char' to ?/, and all uses of `string-to-int' to
21128 `string-to-number'.
21129
21130 2005-05-30 Jay Belanger <belanger@truman.edu>
21131
21132 * calc/calc.el (calc-bug-address): Fix docstring.
21133 (calc-window-hook, calc-trail-window-hook): New variables.
21134 (calc-trail-display): Restore use of calc-trail-window-hook.
21135 (calc): Restore use of calc-window-hook.
21136
21137 2005-05-31 Masatake YAMATO <jet@gyve.org>
21138
21139 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21140
21141 * help-fns.el (help-C-file-name): Add autoload mark for
21142 `find-function-noselect'.
21143
21144 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21147 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21148
21149 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21150
21151 * calendar/diary-lib.el (mark-included-diary-files): Only kill
21152 included diary buffer if it was not already being visited.
21153 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21154
21155 * calendar/icalendar.el (top-level): Do not require appt.
21156
21157 * mail/supercite.el (sc-select-attribution): Only use a list
21158 element from sc-attrib-selection-list if it returns a string.
21159 Reported by Davide G. M. Salvetti <salve@debian.org>.
21160
21161 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
21162
21163 * thumbs.el (thumbs-thumbname): The resulting thumbname now
21164 includes a hash value to improve its uniqueness, and has a ".jpg"
21165 extension. Also, it is now a valid filename on all systems.
21166 (thumbs-make-thumb): Use `let', not `let*'.
21167 (thumbs-show-thumbs-list): Check for JPEG availability.
21168
21169 2005-05-30 Richard M. Stallman <rms@gnu.org>
21170
21171 * filesets.el (filesets-menu-ensure-use-cached):
21172 Prevent warning when emacs-version>= is undefined.
21173
21174 * printing.el (pr-interactive-n-up): Use string-to-number.
21175
21176 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21177
21178 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21179 Warn only when name to be defined is quoted.
21180
21181 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
21182
21183 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21184 Make regexp more robust.
21185 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21186 Force regeneration of disassembly.
21187
21188 2005-05-29 Jay Belanger <belanger@truman.edu>
21189
21190 * calc/calc.el (calc-user-invocation): Check if
21191 calc-invocation-macro is non-nil.
21192
21193 2005-05-29 Juri Linkov <juri@jurta.org>
21194
21195 * add-log.el (change-log-font-lock-keywords):
21196 Add `+' to e-mail regexp to accept mail address with keywords.
21197
21198 * man.el (Man-name-regexp): Add `:' to accept qualified names.
21199
21200 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21201
21202 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21203
21204 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21205
21206 2005-05-29 Richard M. Stallman <rms@gnu.org>
21207
21208 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21209 Undo the change that moves to end of the current word.
21210
21211 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21212
21213 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21214 Throw error when count <= 0 to ensure input is a number.
21215 (gdb-read-memory-custom): Pick up address from buffer.
21216 (gdb-memory-mode): Allow user to increment and decrement
21217 memory address from header line.
21218
21219 2005-05-29 Richard M. Stallman <rms@gnu.org>
21220
21221 * flyspell.el (flyspell-version): Function deleted.
21222 (flyspell-auto-correct-previous-hook): Doc fix.
21223
21224 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21225 Do nothing if memory is full.
21226
21227 * font-lock.el (font-lock-fontify-syntactically-region):
21228 Pass t for GREEDY to looking-back.
21229
21230 * saveplace.el (save-place-alist-to-file): Write the file
21231 using write-region.
21232
21233 * subr.el (looking-back): New argument GREEDY.
21234
21235 * progmodes/compile.el (compilation-start): Set the mode
21236 before inserting the initial text.
21237
21238 * progmodes/which-func.el (which-func-update-1): Turn the mode
21239 off in case of error by setting which-func-mode.
21240
21241 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21242
21243 * flyspell.el (flyspell-auto-correct-previous-word):
21244 Narrow down to what's on the screen, and recenter overlays
21245 at the end of the next word.
21246
21247 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21248
21249 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21250 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21251 (flyspell-abbrev-p): Default to nil.
21252 (flyspell-use-global-abbrev-table-p): Doc fix.
21253 (flyspell-large-region): Allow nil as value.
21254 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21255
21256 (mail-mode-flyspell-verify): More robust handling
21257 of `mail-header-separator'. More efficient signature detection.
21258 Allow for regexp metacharacters in message-header-separator.
21259 Adding `To' not to be checked in mail-mode-flyspell-verify.
21260
21261 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21262 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21263 Bind flyspell-auto-correct-binding.
21264 Bind C-. and C-, .
21265 (flyspell-mode-map): Likewise.
21266 (flyspell-mode): Doc fix.
21267 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21268 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21269 (flyspell-word-cache-result): New var, always local.
21270 (flyspell-check-pre-word-p): Doc fix.
21271 (flyspell-check-changed-word-p): Handle spc like newline.
21272 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21273 (flyspell-word-search-backward, flyspell-word-search-forward):
21274 New functions.
21275 (flyspell-word): Return t if nothing to check.
21276 When parsing TeX code, check for after } or \.
21277 Use flyspell-word-search-backward to find previous word.
21278 Return nil if duplicated word.
21279 For word already checked, return same value as last time.
21280 Set flyspell-word-cache-result after checking.
21281 Don't clobber the return value.
21282 (flyspell-get-word): Major rewrite.
21283 (flyspell-external-point-words): New locals pword, pcount.
21284 Fix size used in progress message.
21285 Find the proper corresponding word in flyspell-large-region-buffer.
21286 (flyspell-region): Check for flyspell-large-region = nil.
21287 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21288 (flyspell-auto-correct-word): Check that WORD is a cons.
21289 (flyspell-correct-word): Likewise.
21290
21291 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21292
21293 * progmodes/make-mode.el (makefile-rule-action-regex)
21294 (makefile-macroassign-regex, makefile-makepp-mode)
21295 (makefile-bsdmake-mode): Continuation lines may be empty.
21296 Reported by Joshua Varner.
21297 (makefile-makepp-font-lock-keywords): Add $(stem).
21298
21299 2005-05-28 Karl Berry <karl@gnu.org>
21300
21301 * textmodes/tex-mode.el: Now that tex-send-command calls
21302 shell-quote-argument (2005-03-31 change), remove all calls to
21303 shell-quote-argument; they all end up invoking tex-send-command.
21304 The double quoting loses on filenames with non-safe characters,
21305 such as "@". Reported by Frederik Fouvry.
21306
21307 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21308
21309 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21310 about preserving point.
21311
21312 2005-05-27 Jay Belanger <belanger@truman.edu>
21313
21314 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21315 Info-goto-node.
21316
21317 * calc/calc-embed.el (calc-embed-arg): New variable.
21318 (calc-do-embedded-activate, calc-embedded-activate-formula)
21319 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21320 variable by new variable.
21321 (calc-embedded-make-info): Replace undeclared variable by new
21322 variable. When selecting region with positive prefix
21323 argument, use end of previous line instead of beginning of line.
21324
21325 * calc/calc-aent.el (calc-arg-values): Declare it.
21326
21327 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21328 Declare them.
21329
21330 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21331
21332 * calc/calc.el (calc-alg-map): Declare it.
21333
21334 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21335
21336 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21337
21338 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21339 (gdb-registers-buffer, toggle-gdb-all-registers):
21340 Toggle display of floating point registers.
21341 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21342
21343 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21344 (toggle-gud-tooltip-dereference):
21345 Rename from gud-toggle-tooltip-dereference.
21346
21347 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21348
21349 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21350
21351 2005-05-27 Jay Belanger <belanger@truman.edu>
21352
21353 * calc/calc-prog.el (calc-kbd-report): Remove.
21354 (calc-kbd-query): Rewrite.
21355
21356 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21357
21358 * image.el (image-library-alist): Move to image.c.
21359 (image-type-available-p): Doc fix.
21360
21361 2005-05-27 Lute Kamstra <lute@gnu.org>
21362
21363 * calc/calc.el (calc):
21364 * outline.el (outline-1, outline-2, outline-3, outline-4)
21365 (outline-5, outline-6, outline-7, outline-8):
21366 * textmodes/dns-mode.el (dns-mode):
21367 * textmodes/sgml-mode.el (sgml-namespace-face):
21368 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21369 (tex-verbatim-face, tex-use-reftex):
21370 * textmodes/texinfo.el (texinfo-heading-face):
21371 Specify customization group.
21372
21373 * longlines.el: Don't require easy-mmode.
21374 (longlines-visible-face): Specify customization group.
21375
21376 2005-05-27 Kenichi Handa <handa@m17n.org>
21377
21378 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21379 encoding table of windows-1251.
21380
21381 * international/ucs-tables.el (ucs-set-table-for-input):
21382 If translation-table-for-input of a coding system is a symbol, get
21383 its translation-table property.
21384
21385 * international/code-pages.el: Don't register a coding system into
21386 non-iso-charset-alist more than once.
21387 (cp-make-coding-system): Likewise.
21388
21389 2005-05-26 John Wiegley <johnw@newartisans.com>
21390
21391 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21392 `eshell-resume-eval' is wrapped in a list, it indicates that the
21393 command was run asynchronously. In that case, unwrap the value
21394 before checking the delimiter value.
21395
21396 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21397 character before a space at the end of a line is \, assume the space
21398 is part of the last argument rather than a final argument separator.
21399
21400 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21401 is in use, and the target is `t' or `nil' (which are the most common
21402 values), don't assume that the symbol target is a buffer.
21403
21404 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21405
21406 * calendar/calendar.el (calendar-mode-line-format):
21407 Use mode-line-highlight as mouse-face.
21408
21409 * time.el (display-time-string-forms, display-time-update):
21410 Use mode-line-highlight as mouse-face.
21411
21412 2005-05-26 Jay Belanger <belanger@truman.edu>
21413
21414 * calc/calc.el (calc-language-alist): Remove extra defvar.
21415
21416 2005-05-26 Lute Kamstra <lute@gnu.org>
21417
21418 * arc-mode.el (archive-mode):
21419 * bookmark.el (bookmark-read-annotation-mode)
21420 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21421 * bs.el (bs-mode):
21422 * calc/calc-yank.el (calc-edit-mode):
21423 * calc/calc.el (calc-mode, calc-trail-mode):
21424 * calculator.el (calculator-mode):
21425 * chistory.el (command-history-mode):
21426 * comint.el:
21427 * cus-edit.el (custom-mode):
21428 * descr-text.el (describe-text-mode):
21429 * ebuff-menu.el (Electric-buffer-menu-mode):
21430 * ediff-util.el (ediff-mode):
21431 * emacs-lisp/re-builder.el (reb-mode):
21432 * emulation/vi.el (vi-mode-setup):
21433 * emulation/ws-mode.el (wordstar-mode):
21434 * eshell/esh-mode.el (eshell-mode):
21435 * forms.el (forms-mode):
21436 * help-mode.el (help-mode):
21437 * hexl.el (hexl-mode):
21438 * ibuffer.el (ibuffer-mode):
21439 * ielm.el (inferior-emacs-lisp-mode):
21440 * info.el (Info-mode, Info-edit-mode):
21441 * international/swedish.el:
21442 * ledit.el (ledit-from-lisp-mode):
21443 * locate.el (locate-mode):
21444 * mail/rmail.el (rmail-mode):
21445 * mail/rmailedit.el (rmail-edit-mode):
21446 * mail/rmailsum.el (rmail-summary-mode):
21447 * mail/supercite.el (sc-electric-mode):
21448 * net/eudc.el (eudc-mode):
21449 * net/quickurl.el (quickurl-list-mode):
21450 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21451 * obsolete/ooutline.el (outline-mode):
21452 * obsolete/options.el (Edit-options-mode):
21453 * obsolete/rnews.el (news-mode):
21454 * obsolete/rnewspost.el (news-reply-mode):
21455 * play/5x5.el (5x5-mode):
21456 * play/decipher.el (decipher-mode, decipher-stats-mode):
21457 * play/gomoku.el (gomoku-mode):
21458 * play/snake.el (snake-mode):
21459 * play/solitaire.el (solitaire-mode):
21460 * play/tetris.el (tetris-mode):
21461 * progmodes/ada-mode.el (ada-mode):
21462 * progmodes/antlr-mode.el (antlr-mode):
21463 * progmodes/autoconf.el (autoconf-mode):
21464 * progmodes/dcl-mode.el (dcl-mode):
21465 * progmodes/delphi.el (delphi-mode):
21466 * progmodes/ebrowse.el (ebrowse-tree-mode)
21467 (ebrowse-electric-list-mode, ebrowse-member-mode)
21468 (ebrowse-electric-position-mode):
21469 * progmodes/f90.el (f90-mode):
21470 * progmodes/fortran.el (fortran-mode):
21471 * progmodes/icon.el (icon-mode):
21472 * progmodes/idlw-help.el (idlwave-help-mode):
21473 * progmodes/idlw-shell.el (idlwave-shell-mode):
21474 * progmodes/idlwave.el (idlwave-mode):
21475 * progmodes/inf-lisp.el (inferior-lisp-mode):
21476 * progmodes/m4-mode.el (m4-mode):
21477 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21478 * progmodes/modula2.el (modula-2-mode):
21479 * progmodes/octave-inf.el (inferior-octave-mode):
21480 * progmodes/octave-mod.el (octave-mode):
21481 * progmodes/pascal.el (pascal-mode):
21482 * progmodes/sh-script.el (sh-mode):
21483 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21484 * progmodes/vhdl-mode.el (vhdl-mode):
21485 * progmodes/xscheme.el (scheme-interaction-mode):
21486 * replace.el (occur-mode):
21487 * ses.el (ses-mode):
21488 * simple.el (completion-list-mode):
21489 * skeleton.el:
21490 * speedbar.el (speedbar-mode):
21491 * term.el (term-mode):
21492 * terminal.el (terminal-edit-mode):
21493 * textmodes/reftex-index.el (reftex-index-mode)
21494 (reftex-index-phrases-mode):
21495 * textmodes/reftex-sel.el (reftex-select-label-mode)
21496 (reftex-select-bib-mode):
21497 * textmodes/reftex-toc.el (reftex-toc-mode):
21498 * wdired.el (wdired-change-to-wdired-mode):
21499 * wid-browse.el (widget-browse-mode):
21500 Use run-mode-hooks.
21501
21502 * array.el (array-mode):
21503 * calendar/todo-mode.el (todo-mode):
21504 * man.el (Man-mode):
21505 * play/landmark.el (lm-mode):
21506 * play/mpuz.el (mpuz-mode):
21507 Use kill-all-local-variables and run-mode-hooks.
21508
21509 * subr.el (delay-mode-hooks): Specify indentation.
21510
21511 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21512
21513 * xml.el (xml-substitute-special): Don't die for undefined xml
21514 entities.
21515
21516 2005-05-26 Jay Belanger <belanger@truman.edu>
21517
21518 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21519 of nil.
21520
21521 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21522
21523 * progmodes/gdb-ui.el (gdb-frame-address):
21524 Rename from gdb-current-address.
21525 (gdb-previous-frame-address): Rename from gdb-previous-address.
21526 (gdb-selected-frame): Rename from gdb-current-frame.
21527 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21528 (gdb-frame-number): Rename from gdb-current-stack-level.
21529 (gdb-ann3): Match new mode-name for disassembly buffer.
21530 Extend initialization of variables.
21531 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21532 (gdb-memory-mode): Use mouse-face in header line.
21533 (gdb-assembler-buffer-name): Call it disassembly and give frame
21534 in mode line.
21535 (gdb-source-spec-regexp, gdb-assembler-custom)
21536 (gdb-invalidate-assembler, gdb-frame-handler):
21537 Make robust to leading zeroes in address format.
21538
21539 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21540
21541 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21542 define `org-mode'.
21543 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21544
21545 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21546
21547 * log-edit.el (log-edit-changelog-entries): Distinguish between
21548 filenames like xfns.c and fns.c.
21549
21550 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21551
21552 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21553 point after reverting.
21554 (Buffer-menu-make-sort-button): Handle the case where
21555 `Buffer-menu-use-header-line' is nil.
21556
21557 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21558
21559 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21560 New funcs. In minibuffer-local-completion-map bind `]', `/'
21561 and `:' to them.
21562
21563 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21564
21565 * startup.el (normal-top-level): Allow modification of load-path while
21566 we're iterating over it.
21567
21568 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21569
21570 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21571 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21572 (thumbs-resize-interactive, thumbs-insert-image)
21573 (thumbs-insert-thumb, thumbs-dired-show-marked)
21574 (thumbs-find-image-at-point, thumbs-delete-images)
21575 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21576 (thumbs-increment-image-size, thumbs-decrement-image-size):
21577 Fix typos in docstrings.
21578
21579 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21580
21581 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21582 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21583 (cperl-mode): Use them.
21584
21585 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21586
21587 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21588 Doc fixes.
21589
21590 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21591
21592 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21593 Bind C-d to gdb-inferior-io-eof.
21594
21595 * dired.el (dired-dnd-popup-notice): Use message-box.
21596
21597 2005-05-23 Masatake YAMATO <jet@gyve.org>
21598
21599 * bindings.el (mode-line-major-mode-keymap):
21600 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21601
21602 * faces.el (mode-line-highlight): New face.
21603
21604 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21605 as mouse-face.
21606
21607 * bindings.el (top-level, help-echo, mode-line-modified)
21608 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21609 as mouse-face.
21610
21611 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21612
21613 * progmodes/cc-engine.el (c-guess-basic-syntax):
21614 Remove spurious call to `zerop'.
21615
21616 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21617
21618 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21619
21620 CC Mode update to 5.30.10:
21621
21622 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21623 could go past the limit in decoration level 2, thereby causing
21624 errors during interactive fontification.
21625
21626 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21627 the file is evaluated interactively.
21628
21629 * cc-engine.el (c-guess-basic-syntax): Handle operator
21630 declarations somewhat better in C++.
21631
21632 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21633 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21634 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21635 (awk-mode): Use it.
21636 (make-local-hook): Suppress warning about obsoleteness.
21637
21638 * cc-engine.el, cc-align.el, cc-cmds.el
21639 (c-append-backslashes-forward, c-delete-backslashes-forward)
21640 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21641 Compensate for return value from `forward-line' when it has moved
21642 but not to a different line due to eob.
21643
21644 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21645 `objc-method-intro' and `objc-method-args-cont'.
21646
21647 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21648
21649 CC Mode update to 5.30.10:
21650
21651 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21652 in the copyright statement. Incidentally, change "along with GNU
21653 Emacs" to "along with this program" where it occurs.
21654
21655 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21656 so that it is interactive, hence can be found by M-x awk-mode
21657 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21658 <gmorris+emacs@ast.cam.ac.uk>.
21659
21660 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21661 Mode's regexps.
21662
21663 2005-05-23 Kevin Ryde <user42@zip.com.au>
21664
21665 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21666 c-parse-state, to avoid a lisp error (on bad code).
21667
21668 2005-05-23 Lute Kamstra <lute@gnu.org>
21669
21670 * subr.el (font-lock-defaults): Remove defvar as it's already
21671 defined in font-core.el.
21672
21673 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21674
21675 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21676
21677 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21678 more general and work when GDB variable "print pretty" is on,
21679 as with Emacs, for example.
21680
21681 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21682
21683 * font-core.el: Update comment.
21684
21685 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21686 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21687
21688 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21689
21690 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21691
21692 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21693 and `yank-handler' in the doc strings.
21694
21695 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21698
21699 2005-05-22 Richard M. Stallman <rms@gnu.org>
21700
21701 * help.el (describe-key): Move print-help-return-message call
21702 out of conditional.
21703
21704 * progmodes/etags.el (list-tags): Use with-no-warnings.
21705
21706 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21707 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21708 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21709
21710 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21711
21712 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21713 Add defvar.
21714
21715 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21716 Use defvar, not defconst.
21717
21718 * hexl.el (hexl-follow-line): Use with-no-warnings.
21719
21720 * emulation/tpu-extras.el: Use write-file-functions instead of
21721 write-file-hooks.
21722
21723 * dired.el (dired-font-lock-keywords): Fontify files with junk
21724 extensions even if marked by -F.
21725
21726 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21727
21728 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21729 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21730 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21731 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21732 (concatenate, list-length, get*, getf, cl-remprop):
21733 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21734 (etypecase, progv, lexical-let, lexical-let*)
21735 (multiple-value-bind, multiple-value-setq, shiftf):
21736 Improve argument/docstring consistency.
21737
21738 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21739
21740 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21741
21742 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21743 doesn't exist.
21744
21745 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21746 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21747
21748 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21749
21750 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21751 already deleted variables: auto-fill-hook, blink-paren-hook,
21752 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21753 suspend-hooks, comment-indent-hook, meta-flag,
21754 before-change-function, after-change-function,
21755 font-lock-doc-string-face.
21756
21757 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21758
21759 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21760
21761 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21762
21763 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21764 rmail-dont-reply-to.
21765
21766 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21767
21768 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21769 literal blank when splitting new-header-values.
21770
21771 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21772
21773 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21774 string so that tmm doesn't create a completion entry for it.
21775
21776 * textmodes/table.el (table-disable-menu): Ditto.
21777
21778 2005-05-21 Richard M. Stallman <rms@gnu.org>
21779
21780 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21781
21782 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21783
21784 * net/rcompile.el (remote-compile): Use compilation-start.
21785
21786 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21787
21788 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21789
21790 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21791 Default to makefile-bsdmake-mode on BSD systems.
21792
21793 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21794 REGEXP may also be a search function now. The part of doc-string
21795 for describing the structure was 95% identical to that of
21796 `imenu--generic-function'. Unify it there.
21797
21798 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21799 Use function to find dependencies, because regexp alone is so complex,
21800 it easily goes into an endless loop.
21801 (makefile-makepp-mode): Also add submenu for Perl functions
21802 defined in the makefile.
21803 (makefile-bsdmake-mode): Special imenu-generic-expression no
21804 longer needed, due to function call.
21805 (makefile-match-dependency): Take BOUND into account when checking
21806 if we're through.
21807
21808 2005-05-20 Jay Belanger <belanger@truman.edu>
21809
21810 * calc/calc-units.el (calc-invalidate-units-table):
21811 Use inhibit-read-only.
21812 (math-build-units-table-buffer): Use view-mode.
21813
21814 2005-05-20 David Kastrup <dak@gnu.org>
21815
21816 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21817 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21818
21819 2005-05-20 Lute Kamstra <lute@gnu.org>
21820
21821 * diff-mode.el (diff-header-face, diff-file-header-face)
21822 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21823 (diff-added-face, diff-changed-face, diff-function-face)
21824 (diff-context-face, diff-nonexistent-face): Put them in the
21825 diff-mode customization group.
21826
21827 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21828
21829 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21830
21831 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21832
21833 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21834 Minor regexp-optimization.
21835
21836 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21837
21838 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21839 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21840 (org-agenda-add-time-grid-maybe): New function.
21841 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21842 (org-table-create): `dotimes' instead of `mapcar'.
21843 (org-xor): Simplify implementation.
21844 (org-agenda): `inhibit-redisplay' turned on.
21845 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21846 a consistent line after a state change.
21847 (org-agenda-remove-times-when-in-prefix): New option.
21848 (org-prefix-has-time): New variable.
21849 (org-parse-time-string): Optional argument NODEFAULT.
21850 (org-format-agenda-item): Parse items for time-of-day
21851 specifications and move these into the prefix if possible.
21852 (org-agenda-priority): Get current heading, not previous heading
21853 during agenda remote editing.
21854
21855 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21856
21857 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21858 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21859 (remove-duplicates, delete-duplicates, substitute)
21860 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21861 (nsubstitute-if-not, find, find-if, find-if-not, position)
21862 (position-if, position-if-not, count, count-if, count-if-not)
21863 (mismatch, search, sort*, stable-sort, merge, member*)
21864 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21865 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21866 (intersection, nintersection, set-difference, nset-difference)
21867 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21868 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21869 (nsublis, tree-equal): Improve argument/docstring consistency.
21870
21871 * subr.el (send-string, send-region): Remove obsolescence declaration.
21872 (window-dot, set-window-dot, read-input, show-buffer)
21873 (eval-current-buffer, string-to-int):
21874 Add release number to obsolescence declarations.
21875
21876 2005-05-19 Kim F. Storm <storm@cua.dk>
21877
21878 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21879 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21880
21881 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21882
21883 * faces.el (list-faces-display): Make back button respect optional
21884 regexp arg.
21885
21886 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21887
21888 * calculator.el (calculator-radix-grouping-mode)
21889 (calculator-radix-grouping-digits, calculator-displayer)
21890 (calculator-radix-grouping-separator, calculator-copy-displayer):
21891 * dabbrev.el (dabbrev-search-these-buffers-only):
21892 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21893 (diff-advance-after-apply-hunk, diff-mode-hook)
21894 (diff-minor-mode-prefix):
21895 * imenu.el (imenu-use-popup-menu):
21896 * jit-lock.el (jit-lock-context-time):
21897 * newcomment.el (comment-fill-column, comment-column)
21898 (comment-style, comment-padding, comment-multi-line)
21899 (comment-empty-lines, comment-auto-fill-only-comments):
21900 * reveal.el (reveal-around-mark):
21901 * uniquify.el (uniquify-buffer-name-style)
21902 (uniquify-after-kill-buffer-p)
21903 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21904 (uniquify-min-dir-content, uniquify-separator)
21905 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21906 * w32-vars.el (w32-fixed-font-alist):
21907 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21908 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21909 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21910 * progmodes/perl-mode.el (perl-indent-level)
21911 (perl-continued-statement-offset, perl-continued-brace-offset)
21912 (perl-brace-offset, perl-brace-imaginary-offset)
21913 (perl-label-offset, perl-indent-continued-arguments)
21914 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21915 * progmodes/tcl.el (tcl-indent-level)
21916 (tcl-continued-indent-level, tcl-auto-newline)
21917 (tcl-tab-always-indent, tcl-electric-hash-style)
21918 (tcl-help-directory-list, tcl-use-smart-word-finder)
21919 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21920 (inferior-tcl-source-command):
21921 * textmodes/fill.el (enable-kinsoku):
21922 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21923 * textmodes/table.el (table-yank-handler):
21924 Specify missing group (and type, if simple) in defcustom.
21925
21926 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21927
21928 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21929
21930 2005-05-19 Richard M. Stallman <rms@gnu.org>
21931
21932 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21933
21934 * subr.el (event-basic-type): Don't get an error.
21935 (left-fringe-p): Function deleted.
21936
21937 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21938 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21939
21940 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21941 in recursive copy.
21942
21943 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21944
21945 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21946
21947 * emacs-lisp/bytecomp.el
21948 (byte-compile-file-form-custom-declare-variable):
21949 Call byte-compile-nogroup-warn if appropriate.
21950
21951 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21952 (compilation-set-window): Don't call left-fringe-p; do it directly.
21953
21954 2005-05-19 Jay Belanger <belanger@truman.edu>
21955
21956 * calc/calc-graph.el (calc-graph-format-data): Make sure
21957 var-PlotRejects is bound before trying to check its value.
21958
21959 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21960
21961 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21962 definition of this variable from reftex-global.el to reftex.el,
21963 because it is needed in the menu.
21964
21965 2005-05-19 Lute Kamstra <lute@gnu.org>
21966
21967 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21968 years are fixed. Don't insert a space after a dash.
21969
21970 2005-05-19 Kim F. Storm <storm@cua.dk>
21971
21972 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21973
21974 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21975
21976 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21977 strings, because (eq ... ?\\) is fairly frequent.
21978
21979 * progmodes/make-mode.el (makefile-add-this-line-targets):
21980 Simplify and integrate into `makefile-pickup-targets'.
21981 (makefile-add-this-line-macro): Simplify and integrate into
21982 `makefile-pickup-macros.
21983 (makefile-pickup-filenames-as-targets): Simplify.
21984 (makefile-previous-dependency, makefile-match-dependency):
21985 Don't stumble over `::'.
21986
21987 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21988
21989 * subr.el (post-command-idle-hook, post-command-idle-delay):
21990 Remove obsoletion of post-command-idle-hook and
21991 post-command-idle-delay.
21992
21993 * faces.el (list-faces-display): Provide button when describe-face
21994 is called to take user back to the list of faces.
21995
21996 * help-fns.el (describe-variable): Remove hyperlinks in a
21997 variable's value as these are quite frequently inappropriate.
21998
21999 * follow.el (follow-submit-feedback, follow-mode):
22000 Remove references to post-command-idle-hook.
22001
22002 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22003
22004 * progmodes/make-mode.el (makefile-previous-dependency)
22005 (makefile-match-dependency): Check for := (and in bsd mode also
22006 !=) to give a better result, even when font-lock is not on.
22007
22008 2005-05-18 Jay Belanger <belanger@truman.edu>
22009
22010 * calc/calc-help.el (calc-s-prefix-help):
22011 Add `calc-copy-special-constant' to help string.
22012
22013 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22014
22015 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22016
22017 2005-05-18 Jay Belanger <belanger@truman.edu>
22018
22019 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22020 in linear factors are in proper order.
22021
22022 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22023
22024 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22025 Support for jurabib.
22026
22027 * textmodes/reftex.el (featurep): Define aliases for overlay
22028 commands, for XEmacs compatibility, and use these aliases in
22029 overlay initializations.
22030 (reftex-highlight): Use `reftex-move-overlay'.
22031 (reftex-unhighlight): Use `reftex-delete-overlay'.
22032 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22033 (reftex-access-search-path): Use `reftex-uniquify' instead of
22034 `reftex-uniq'
22035
22036 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22037 `before-string' property modification enables for Emacs as well.
22038 (reftex-select-item): Use `reftex-delete-overlay'.
22039 (reftex-select-mark): Use `reftex-make-overlay' and
22040 `reftex-overlay-put'.
22041 (reftex-select-unmark): Use `reftex-delete-overlay' and
22042 `reftex-overlay-put'.
22043
22044 2005-05-18 Lute Kamstra <lute@gnu.org>
22045
22046 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22047
22048 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22049
22050 * add-log.el (add-change-log-entry):
22051 * array.el (array-make-template, array-reconfigure-rows)
22052 (array-init-max-row, array-init-max-column)
22053 (array-init-columns-per-line, array-init-field-width):
22054 * replace.el (replace-match-maybe-edit, perform-replace):
22055 * textmodes/spell.el (spell-region):
22056 Replace `read-input' by `read-string'.
22057
22058 * forms.el (forms-mode):
22059 * finder.el (finder-compile-keywords):
22060 * shadowfile.el (shadow-read-files):
22061 Replace `eval-current-buffer' by `eval-buffer'.
22062
22063 * terminal.el (te-pass-through):
22064 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22065 (ange-ftp-raw-send-cmd):
22066 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22067 (send-process-next-char, telnet-initial-filter, telnet):
22068 Replace `send-string' by `process-send-string'.
22069
22070 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22071 (prolog-consult-region): Replace `send-string' by
22072 `process-send-string'; replace `send-region' by `process-send-region'.
22073
22074 * progmodes/delphi.el (delphi-log-msg):
22075 Replace `set-window-dot' by `set-window-point'.
22076
22077 * subr.el (window-dot, set-window-dot, read-input, send-string)
22078 (send-region, show-buffer, eval-current-buffer):
22079 Make really obsolete, as the comment says.
22080
22081 2005-05-17 Kim F. Storm <storm@cua.dk>
22082
22083 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22084 (cua--init-keymaps): Bind C-return instead of S-return to set
22085 rectangle mark.
22086
22087 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22088 instead of S-return to toggle/clear rectangle mark.
22089
22090 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
22091
22092 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22093 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22094 Also fontify plain strings assigned to variables, mostly so that a
22095 colon has a face and is thus not taken as a dependency separator.
22096 (makefile-previous-dependency): Inline the new matcher, because it
22097 is too complex to work in both directions.
22098 (makefile-match-dependency): Eliminate `backward' arg (see above).
22099 Completely reimplemented so as to not sometimes go into an endless
22100 loop. It should also be more efficient, because first it only
22101 searches for `:', instead of applying the very complex regexp.
22102 (makefile-mode): Cancel `font-lock-support-mode', because blocks
22103 to be fontified in one piece can be too long for JIT.
22104 Makefiles are never *that* big.
22105
22106 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
22107
22108 * dired.el (dired-mode): Simplify.
22109
22110 2005-05-17 Lute Kamstra <lute@gnu.org>
22111
22112 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22113 defcustom for the mode hook variable.
22114
22115 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22116 Emacs Lisp Reference Manual.
22117
22118 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
22119
22120 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22121 (evenp, list*):
22122 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22123 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22124
22125 * net/tramp-smb.el (tramp-smb-open-connection):
22126 Pass `tramp-chunksize' as fifth (required) argument.
22127
22128 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
22129
22130 * font-lock.el (lisp-font-lock-keywords-1):
22131 Set `font-lock-negation-char-face' for [^...] char group.
22132 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22133
22134 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22135 a var, and refine it to mask one more level of nested vars.
22136 (makefile-rule-action-regex): Turn it into a var, and refine it so
22137 it recognizes backslashed continuation lines as belonging to the
22138 same command.
22139 (makefile-macroassign-regex): Refine it so it recognizes
22140 backslashed continuation lines as belonging to the same command.
22141 (makefile-var-use-regex): Don't look at the next char, because it
22142 might be the same one to be skipped by the initial [^$], leading
22143 to an overlooked variable use.
22144 (makefile-make-font-lock-keywords): Remove two parameters, which
22145 are now variables that some of the modes set locally.
22146 Handle dependency and rule action matching through functions, because
22147 regexps alone match too often. Dependency matching now comes
22148 last, so it can check, whether a colon already matched something else.
22149 (makefile-mode): Inform that font-lock improves makefile parsing
22150 capabilities.
22151 (makefile-match-dependency, makefile-match-action): New functions.
22152
22153 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
22154
22155 * emacs-lisp/cl-extra.el (equalp): Doc fix.
22156
22157 * align.el (align-regexp):
22158 * ansi-color.el (ansi-color-get-face):
22159 * array.el (array-reconfigure-rows, array-init-max-row)
22160 (array-init-max-column, array-init-columns-per-line)
22161 (array-init-field-width):
22162 * dired-aux.el (dired-trample-file-versions):
22163 * dired-x.el (dired-mark-sexp):
22164 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22165 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22166 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22167 * faces.el (face-read-integer):
22168 * files.el (backup-extract-version, insert-directory):
22169 * hexl.el (hexl-insert-decimal-char):
22170 * server.el (server-process-filter):
22171 * shell.el (shell-extract-num):
22172 * startup.el (command-line-1):
22173 * term.el (term-command-hook):
22174 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22175 (time-stamp-do-number):
22176 * time.el (display-time-update):
22177 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22178 (timezone-fix-time):
22179 * vms-patch.el (vms-suspend-resume-hook):
22180 * calendar/appt.el (appt-convert-time):
22181 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22182 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22183 * calendar/cal-islam.el (mark-islamic-diary-entries):
22184 * calendar/calendar.el (calendar-cursor-to-date)
22185 (calendar-star-date):
22186 * calendar/diary-lib.el (diary-attrtype-convert)
22187 (mark-diary-entries, diary-entry-time):
22188 * calendar/solar.el (solar-get-number):
22189 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22190 * emacs-lisp/re-builder.el (reb-display-subexp):
22191 * emulation/edt.el (edt-set-scroll-margins):
22192 * emulation/tpu-extras.el (tpu-set-scroll-margins):
22193 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22194 (vip-get-ex-count):
22195 * emulation/viper-ex.el (viper-get-ex-token)
22196 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22197 * international/fontset.el (fontset-plain-name):
22198 * mail/feedmail.el (feedmail-look-at-queue-directory):
22199 * mail/mailalias.el (mail-get-names):
22200 * mail/rmail.el (rmail-convert-to-babyl-format):
22201 * mail/rmailsum.el (rmail-make-basic-summary-line)
22202 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22203 (rmail-summary-goto-msg):
22204 * mail/smtpmail.el (smtpmail-read-response):
22205 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22206 (ange-ftp-vms-add-file-entry):
22207 * play/gametree.el (gametree-looking-at-ply)
22208 (gametree-current-branch-score):
22209 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22210 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22211 * progmodes/cperl-mode.el (condition-case):
22212 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22213 (ebrowse-set-member-buffer-column-width)
22214 (ebrowse-select-1st-to-9nth):
22215 * progmodes/etags.el (etags-snarf-tag):
22216 * progmodes/flymake.el (flymake-parse-line):
22217 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22218 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22219 (idlwave-shell-menu-def):
22220 * progmodes/ps-mode.el (ps-run-goto-error):
22221 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22222 (vhdl-speedbar-contract-level):
22223 * term/mac-win.el (x-handle-numeric-switch):
22224 * term/sun-mouse.el (sun-get-frame-data):
22225 * term/w32-win.el (x-handle-numeric-switch):
22226 * term/x-win.el (x-handle-numeric-switch):
22227 * textmodes/ispell.el (ispell-parse-output):
22228 * textmodes/nroff-mode.el (nroff-outline-level):
22229 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22230 (reftex-bib-sort-year-reverse, reftex-format-citation):
22231 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22232 (reftex-section-number):
22233 * textmodes/texinfmt.el (texinfo-paragraphindent):
22234 Replace `string-to-int' by `string-to-number'.
22235
22236 * international/latexenc.el: Add page marker to force the "Local
22237 Variables:" string out of the last page.
22238
22239 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22240
22241 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22242 tooltip-change-major-mode.
22243 (gud-tooltip-print-command): Remove case where gud-minor-mode
22244 is gdb ("--fullname").
22245 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22246 explain to user.
22247
22248 2005-05-16 Jay Belanger <belanger@truman.edu>
22249
22250 * calc/calc-store.el (calc-copy-special-constant): New function.
22251
22252 * calc/calc-ext.el (calc-init-extensions): Add binding for
22253 `calc-copy-special-constant'.
22254
22255 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22256 for the `calc-copy-special-constant' command.
22257
22258 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22259
22260 * subr.el (left-fringe-p): New function.
22261
22262 * progmodes/compile.el (compilation-setup): Set local value of
22263 overlay-arrow-string to "" always.
22264 (compilation-set-window): Left fringe then don't scroll.
22265 No left fringe then no arrow and scroll message to top.
22266 (compilation-context-lines): Adjust doc string accordingly.
22267
22268 2005-05-16 Kim F. Storm <storm@cua.dk>
22269
22270 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22271 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22272 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22273 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22274 (ido-read-file-name): Handle commands with ido property value
22275 equal to find-file as reading a file name, to allow C-d to enter dired.
22276 (ibuffer-find-file): Add ido property with value find-file.
22277
22278 2005-05-15 Kim F. Storm <storm@cua.dk>
22279
22280 * subr.el (open-network-stream-nowait): Remove.
22281 (open-network-stream-server): Remove.
22282
22283 2005-05-15 Richard M. Stallman <rms@gnu.org>
22284
22285 * faces.el (describe-face): Output a definition link button.
22286
22287 * help-mode.el (help-face-def): New button type.
22288
22289 * emacs-lisp/copyright.el (copyright-fix-years):
22290 Match properly if the first year is 2-digit.
22291 Don't mess up the whitespace after the years by filling.
22292
22293 * dired-aux.el (dired-mark-confirm):
22294 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22295
22296 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22297 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22298 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22299
22300 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22301 Set font-lock-comment-start-skip.
22302
22303 * font-lock.el (font-lock-comment-start-skip): New variable.
22304 (font-lock-comment-end-skip): New variable.
22305 (font-lock-fontify-syntactically-region): Use them if non-nil.
22306
22307 2005-05-15 Jay Belanger <belanger@truman.edu>
22308
22309 * calc/calc-store.el (calc-store-value): Return a string rather
22310 than display it as a message.
22311 Use calc-var-name for variable name.
22312 (calc-store-into): Add the result of calc-store-value to message.
22313 (calc-copy-variable): Add a message.
22314 (calc-store-exchange): Improve error messages.
22315 (calc-store-binary, calc-store-map): Don't reset the values of
22316 special constants.
22317
22318 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22319
22320 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22321 manual to docstring.
22322
22323 * files.el (hack-local-variables-confirm): Add STRING argument.
22324 Make the function handle non file visiting buffers correctly.
22325 (hack-local-variables-prop-line, hack-local-variables)
22326 (hack-one-local-variable): Use STRING arg of
22327 `hack-local-variables-confirm'.
22328
22329 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22330
22331 Sync with Tramp 2.0.49.
22332
22333 * net/tramp.el (tramp-handle-dired-call-process)
22334 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22335 because the contents of the Tramp buffer is changed before
22336 insertion (`expand-file' and alike).
22337 (tramp-handle-insert-directory): If `localname' has an empty
22338 nondirectory name, it must not be quoted.
22339 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22340 variable `tramp-chunksize'. Change callees.
22341 (tramp-open-connection-setup-interactive-shell): Check remote host
22342 for buggy `send-process-string' implementation.
22343 Set `tramp-chunksize' if found. Reported by Michael Kifer
22344 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22345 (tramp-handle-shell-command): `insert-buffer' cannot be used
22346 because the contents of the Tramp buffer is changed before
22347 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22348 <frederic.bothamy@free.fr>.
22349 (tramp-set-auto-save): Actions should be done for Tramp file name
22350 handler only. Ange-FTP has its own auto-save mechanism.
22351 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22352 (tramp-set-auto-save-file-modes): Set file modes of
22353 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22354 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22355 (tramp-bug): Remove obsolete variable.
22356 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22357 for presence of `mml-mode'. Make it running for older Emacsen as well.
22358
22359 2005-05-14 John Paul Wallington <jpw@pobox.com>
22360
22361 * ibuf-ext.el (define-ibuffer-filter filename):
22362 If `dired-directory' is a list, use its car.
22363
22364 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22365
22366 * ibuffer.el (define-ibuffer-column filename):
22367 If `dired-directory' is a list, use its car.
22368
22369 2005-05-14 Richard M. Stallman <rms@gnu.org>
22370
22371 * subr.el (symbol-file): Doc fix.
22372
22373 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22374 (byte-compile-form): Call byte-compile-nogroup-warn.
22375 (byte-compile-warning-types): Doc fix.
22376
22377 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22378
22379 * progmodes/cc-engine.el (c-literal-faces):
22380 Add font-lock-comment-delimiter-face.
22381
22382 * net/net-utils.el (dig): Use with-no-warnings.
22383
22384 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22385 (sc-recite-frame-alist, sc-default-cite-frame)
22386 (sc-default-uncite-frame, sc-default-recite-frame)
22387 (sc-attrib-selection-list, sc-rewrite-header-list):
22388 Mark as risky-local-variable.
22389
22390 * international/ogonek.el (ogonek-jak, ogonek-how):
22391 Don't use beginning-of-buffer.
22392
22393 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22394
22395 * calendar/solar.el (solar-data-list): Move definition up.
22396
22397 * dnd.el (dnd-protocol-alist): Add autoload.
22398
22399 * progmodes/sh-script.el: Many doc usage fixes.
22400 (sh-indent-after-do): Change default to match common styles.
22401
22402 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22403
22404 * files.el (interpreter-mode-alist)
22405 (auto-mode-interpreter-regexp): Doc fixes.
22406
22407 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22408
22409 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22410
22411 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22412
22413 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22414
22415 * dired.el (dired-mode): make-variable-buffer-local =>
22416 make-local-variable.
22417
22418 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22419
22420 * term/mac-win.el (mac-select-convert-to-string): Try coding
22421 systems in mac-script-code-coding-systems if specified one cannot
22422 encode string for `com.apple.traditional-mac-plain-text'.
22423
22424 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22425
22426 * progmodes/make-mode.el (makefile-targets-face)
22427 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22428 (makefile-dependency-regex): Fix it to not make the colon in
22429 $(var:a=b) special.
22430 (makefile-rule-action-regex): New regexp for highlighting embedded
22431 Shell strings.
22432 (makefile-macroassign-regex): Handle != for highlighting as
22433 embedded Shell strings.
22434 (makefile-var-use-regex): New const.
22435 (makefile-statements, makefile-automake-statements)
22436 (makefile-gmake-statements, makefile-makepp-statements)
22437 (makefile-bsdmake-statements): New consts.
22438 (makefile-make-font-lock-keywords): New function.
22439 (makefile-automake-font-lock-keywords)
22440 (makefile-gmake-font-lock-keywords)
22441 (makefile-makepp-font-lock-keywords)
22442 (makefile-bsdmake-font-lock-keywords): New consts.
22443 (makefile-mode-map): Add switchers between the various submodes.
22444 (makefile-mode): Document the availability of the variants.
22445 (makefile-automake-mode, makefile-gmake-mode)
22446 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22447
22448 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22449 new variants of makefile-mode.
22450
22451 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22452
22453 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22454 the inheritance.
22455
22456 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22457
22458 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22459 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22460
22461 * files.el (normal-mode): Extend the scope of the
22462 `enable-local-variables' binding to include the `set-auto-mode' call.
22463 (magic-mode-alist): Doc fix.
22464
22465 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22466
22467 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22468 font-lock-comment-face rather than copying its setting.
22469
22470 2005-05-12 Andreas Schwab <schwab@suse.de>
22471
22472 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22473
22474 2005-05-12 Lute Kamstra <lute@gnu.org>
22475
22476 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22477 defcustom for the mode hook variable. Delete the last argument.
22478 * generic-x.el: Fix callers of define-generic-mode.
22479 (generic-x-modes): Delete group.
22480 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22481 generic-x customization group.
22482
22483 2005-05-12 Kim F. Storm <storm@cua.dk>
22484
22485 * font-lock.el (font-lock-negation-char-face): Default to "off".
22486
22487 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22488 font-lock-negation-char-face to ! in !=.
22489
22490 2005-05-12 Masatake YAMATO <jet@gyve.org>
22491
22492 * add-log.el (find-change-log): Fix typos in the docstring
22493 of function.
22494
22495 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22496
22497 * international/latexenc.el (latexenc-find-file-coding-system):
22498 Avoid `re-search-forward' when looking for input encoding because
22499 of speed and safety. Better regular expressions for recognizing
22500 input encoding. Limit a search for TeX-master/tex-main-file to
22501 the local variable section.
22502
22503 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22504
22505 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22506 syntax of $ to "'" (quote).
22507
22508 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22509
22510 * dnd.el (dnd-protocol-alist): Improve custom type.
22511
22512 * dired.el (dired-dnd-protocol-alist): New variable.
22513 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22514 `dired-mode-hook' to the end.
22515
22516 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22519 comment-end if comment-start-skip is not set.
22520 Obey the font-lock-comment-delimiter-face variables.
22521
22522 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22523
22524 * files.el (executable-find): Move from executable.el. Use
22525 locate-file.
22526 * progmodes/executable.el (executable-find): Move to files.el.
22527
22528 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22529 when trying to ensure forward progress.
22530
22531 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22532
22533 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22534 (mouse-select, mouse-select-internal, mouse-extend-internal):
22535 Use it to implement mouse-1-click-follows-link functionality.
22536
22537 2005-05-11 Richard M. Stallman <rms@gnu.org>
22538
22539 * font-lock.el (font-lock-fontify-syntactically-region):
22540 Use font-lock-comment-delimiter-face for comment delimiters.
22541
22542 2005-05-10 Jay Belanger <belanger@truman.edu>
22543
22544 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22545 preserving embedded modes.
22546
22547 2005-05-10 Richard M. Stallman <rms@gnu.org>
22548
22549 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22550
22551 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22552 Move from ada-stmt.el.
22553 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22554
22555 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22556 Move to ada-mode.el.
22557 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22558
22559 * cus-edit.el (custom-file): Call file-chase-links.
22560
22561 * files.el (read-directory-name): Fix previous change.
22562 (hack-local-variables-confirm): New function.
22563 (hack-local-variables-prop-line, hack-local-variables)
22564 (hack-one-local-variable): Use it.
22565
22566 2005-05-10 Lute Kamstra <lute@gnu.org>
22567
22568 * font-lock.el (font-lock-keywords-alist)
22569 (font-lock-removed-keywords-alist): Clarify docstrings.
22570
22571 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22572
22573 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22574 (gdb-source-info): Check for preprocessor info.
22575 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22576 a macro for a function.
22577 (gdb-info-breakpoints-custom): Try to find file again if not already
22578 found (user might have used GDB dir command).
22579 (gdb-get-location): Update gdb-location-alist correctly for change
22580 to gdb-info-breakpoints-custom.
22581
22582 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22583 (gud-tooltip-print-command): Add gdbmi case.
22584 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22585 preprocessor info.
22586
22587 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22588
22589 * startup.el (fancy-splash-insert): Fix typo in doc string.
22590
22591 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22592
22593 * obsolete/float.el (string-to-float):
22594 * obsolete/hilit19.el (hilit-add-pattern):
22595 * obsolete/rnews.el (news-parse-range, news-select-message)
22596 (news-get-pruned-list-of-files): Replace `string-to-int' by
22597 `string-to-number'.
22598
22599 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22600 `find-file-not-found-hooks'; use `add-hook'.
22601 (uncompress-while-visiting): Set `write-file-functions', not
22602 `write-file-hooks'; use `add-hook'.
22603
22604 2005-05-09 Kim F. Storm <storm@cua.dk>
22605
22606 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22607 (cua-paste): Handle clipboard action.
22608 (cua--init-keymaps): Remap clipboard-kill-region and
22609 clipboard-kill-ring-save.
22610
22611 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22612
22613 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22614 Improve commentary.
22615
22616 * simple.el (next-error-overlay-arrow-position): Revert the change
22617 made on 2005-04-30.
22618
22619 2005-05-07 Jay Belanger <belanger@truman.edu>
22620
22621 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22622 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22623 `calc-sel-reselect'.
22624
22625 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22626 Calc is in embedded mode.
22627
22628 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22629
22630 * progmodes/compile.el (compilation-setup):
22631 Set overlay-arrow-string to an empty string on text terminals.
22632
22633 * textmodes/ispell.el (ispell-program-name): Try looking for
22634 "aspell" along exec-path, and if found, use it as the default
22635 speller program.
22636
22637 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22638
22639 * international/mule.el (sgml-xml-auto-coding-function):
22640 Recognize encoding='FOO' in single quotes as well as in double quotes.
22641
22642 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22643
22644 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22645 as well as `interactive', so that defmacro* would recognize
22646 `declare' forms.
22647
22648 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22649
22650 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22651 Explain more about the LIGHTER arg's usage in the doc string.
22652 Add commentary to clarify what the code does. Fix the regexp that
22653 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22654 since it could have characters special to regular expressions.
22655
22656 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22657
22658 * replace.el (occur-1): Bind inhibit-read-only so that
22659 erase-buffer doesn't barf on read-only text properties (likewise
22660 for add-text-properties in occur-engine). Mark buffer as unmodified.
22661 (occur-engine): Don't set buffer-read-only here.
22662
22663 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22664
22665 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22666 list-buffers-directory. This caused the *cvs-commit* buffer to be
22667 sometimes mistakenly reused as a *cvs* buffer.
22668
22669 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22670
22671 * tooltip.el: Move code for GUD tooltips into gud.el.
22672 (require): CL no longer needed to compile case.
22673 (tooltip-mode): Do not toggle functions for GUD tooltips.
22674 (tooltip-gud-tips-p): Remove. Replace with minor mode
22675 gud-tooltip-mode in gud.el.
22676 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22677 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22678 tooltip-gud prefix with gud-tooltip and obsolete.
22679 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22680 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22681 (tooltip-mouse-motion): Mouse movement functions/variable.
22682 Rename in gud.el by adding gud prefix.
22683 (tooltip-gud-original-filter, tooltip-gud-dereference)
22684 (tooltip-gud-event, tooltip-toggle-gud-tips)
22685 (tooltip-gud-process-output, tooltip-gud-print-command)
22686 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22687 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22688 (gdb-tooltip-print): Move to gdb-ui.el.
22689
22690 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22691 (require): CL needed to compile case.
22692 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22693 tooltip-gud-tips-p. Make it a minor-mode.
22694 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22695 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22696 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22697 (gud-tooltip-change-major-mode)
22698 (gud-tooltip-activate-mouse-motions-if-enabled)
22699 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22700 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22701 (gud-tooltip-original-filter, gud-tooltip-dereference)
22702 (gud-tooltip-event, tooltip-toggle-gud-tips)
22703 (gud-tooltip-process-output, gud-tooltip-print-command)
22704 (gud-tooltip-tips): Move from tooltip.el.
22705
22706 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22707 (gdb-cpp-define-alist-flags): Doc fix.
22708 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22709 gud-tooltip-mode is t.
22710
22711 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22712
22713 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22714 evaporate if their text is deleted.
22715 (goto-address-at-point): Make it work as a mouse binding as well.
22716 (goto-address-at-mouse): Obsolete it. Update users.
22717
22718 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22719
22720 * calendar/appt.el (top-level): No longer activate on load.
22721
22722 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22723
22724 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22725 * net/webjump.el (webjump):
22726 * progmodes/idlw-help.el (idlwave-do-context-help1)
22727 (idlwave-highlight-linked-completions):
22728 * textmodes/po.el (po-find-file-coding-system-guts):
22729 Replace `assoc-ignore-case' by `assoc-string'.
22730
22731 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22732
22733 * files.el (locate-file): Doc fix.
22734
22735 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22736 Remove the redundant test for ms-dos.
22737
22738 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22739 look for the preprocessor with exec-suffixes. If not found in
22740 standard places, look in exec-path. Remove most of the tests that
22741 used system-type.
22742
22743 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22744
22745 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22746
22747 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22748 file-name clash with jka-compr.el on 8+3 filesystems.
22749
22750 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22751
22752 * term/mac-win.el: Don't define or bind scroll bar functions if
22753 x-toolkit-scroll-bars is t.
22754 (x-select-text, x-get-selection-value): Clear
22755 x-last-selected-text-clipboard if x-select-enable-clipboard is
22756 nil.
22757 (PRIMARY): Put mac-scrap-name property.
22758 (mac-select-convert-to-file-url): New function.
22759 (public.file-url): New selection target type. Add to
22760 selection-converter-alist.
22761 (x-get-selection, x-selection-value): Handle it.
22762 (x-cut-buffer-or-selection-value): New alias.
22763
22764 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22765
22766 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22767 entry to avoid calling bibtex-find-entry with arg global
22768 being t. Remove arg key.
22769 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22770 (bibtex-copy-summary-as-kill): Change accordingly.
22771
22772 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22773
22774 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22775 (org-agenda-date-later): Use with-current-buffer.
22776
22777 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22778
22779 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22780 (define-obsolete-variable-alias): Doc Fixes.
22781
22782 2005-05-06 Kim F. Storm <storm@cua.dk>
22783
22784 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22785 vertical-motion when selective-display is active.
22786
22787 * ido.el (ido-setup-hook): New hook.
22788 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22789 (ido-input-stack): New var.
22790 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22791 ido-next-work-file binding to M-O.
22792 Bind M-f to ido-wide-find-file-or-pop-dir.
22793 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22794 (ido-read-internal): Run ido-setup-hook.
22795 Catch quit in read-file-name and read-string to cancel edit.
22796 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22797 Automatically pop-all when completing a directory name (RET).
22798 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22799 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22800 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22801 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22802 New functions for M-b/M-f to move among the directory components.
22803 (ido-make-merged-file-list): Catch quit to cancel merge.
22804 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22805 (ido-completion-help): No warnings for ido-completion-buffer-full.
22806
22807 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22808
22809 * font-lock.el (font-lock-negation-char-face): New face and variable.
22810 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22811 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22812 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22813 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22814
22815 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22816
22817 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22818 Fix typo in docstring.
22819
22820 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22821 (ebrowse-print-statistics-line)
22822 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22823
22824 * term/w32-win.el (image-library-alist): Add additional name for
22825 Xpm library.
22826
22827 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22828
22829 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22830 use gcc instead of cpp.
22831
22832 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22833 (gdb-create-define-alist): Use it.
22834 (gdb-cpp-define-alist-program): Update for MS-DOS.
22835
22836 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22837
22838 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22839
22840 2005-05-04 Richard M. Stallman <rms@gnu.org>
22841
22842 * help.el (describe-key): No error when UNTRANSLATED is nil.
22843
22844 * simple.el (line-move-1): Fix previous change to signal errors
22845 appropriately.
22846
22847 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22848
22849 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22850 (icalendar-duration-correction): Remove.
22851 (icalendar--get-event-properties): Split result at commas.
22852 (icalendar--decode-isoduration): New optional argument
22853 DURATION-CORRECTION.
22854 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22855 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22856 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22857 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22858 (icalendar--convert-anniversary-to-ical): New functions, extracted
22859 from icalendar-export-region, with bug fixes.
22860 (icalendar-export-region): Use the above functions.
22861 (icalendar-import-buffer): Check before saving diary file.
22862 (icalendar--convert-recurring-to-diary)
22863 (icalendar--convert-non-recurring-all-day-to-diary)
22864 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22865 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22866 (icalendar--convert-ical-to-diary): Use the above functions.
22867
22868 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22869
22870 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22871 Remove these recent additions.
22872 (c-mode): Restore to before 2005-04-28.
22873
22874 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22875 recent addition.
22876
22877 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22878 (gdb-define-alist): New variables.
22879 (gdb-create-define-alist): New function.
22880 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22881 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22882 with string-to-number.
22883 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22884
22885 * progmodes/gud.el: Replace string-to-int with string-to-number.
22886 (gud-find-file): Handle gdb-define-alist.
22887
22888 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22889
22890 2005-05-02 Jay Belanger <belanger@truman.edu>
22891
22892 * calc/calc-aent.el (math-read-token):
22893 * calc/calc-bin.el (calc-word-size):
22894 * calc/calc-ext.el (calc-read-number-fancy):
22895 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22896 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22897 * calc/calc-frac.el (calc-over-notation):
22898 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22899 (calc-graph-num-points, calc-graph-init):
22900 * calc/calc-prog.el (calc-read-parse-table-part)
22901 (calc-edit-macro-repeats):
22902 * calc/calc-yank.el (calc-do-grab-rectangle):
22903 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22904 Replace `string-to-int' by `string-to-number'.
22905
22906 2005-05-02 Kim F. Storm <storm@cua.dk>
22907
22908 * kmacro.el: Use executing-kbd-macro-index variable.
22909
22910 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22911
22912 * net/rlogin.el (rlogin-parse-words): Delete func.
22913 (rlogin): Use split-string, not rlogin-parse-words.
22914 Also, if there are option-like elements in the parsed args,
22915 take the host to be the first arg immediately following them.
22916 Suggested by Michael Mauger.
22917
22918 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22919
22920 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22921
22922 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22923
22924 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22925 (cc-mode-cpp-program): Rename to cc-define-list-program and
22926 move to cc-vars.el.
22927
22928 * progmodes/cc-vars.el (cc-define-list-program):
22929 Change to "gcc -E -dM -". Make customizable.
22930
22931 2005-05-02 Kim F. Storm <storm@cua.dk>
22932
22933 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22934
22935 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22936
22937 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22938
22939 * international/mule-util.el (truncate-string): Remove alias and
22940 obsolete declaration.
22941
22942 * international/mule-cmds.el (update-iso-coding-systems):
22943 Remove alias and obsolete declaration.
22944
22945 * international/mule.el (coding-system-parent): Remove alias and
22946 obsolete declaration.
22947
22948 * subr.el (define-function, sref): Remove aliases and obsolete
22949 declarations.
22950 (chars-in-region): Remove obsolete declaration.
22951
22952 2005-05-01 Richard M. Stallman <rms@gnu.org>
22953
22954 * info.el (Info-mode): Set widen-automatically to nil, locally.
22955
22956 * simple.el (widen-automatically): New variable.
22957 (pop-global-mark): Obey widen-automatically.
22958
22959 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22960
22961 * term/xterm.el (function-key-map): Call substitute-key-definition
22962 before the keymap size is increased by a lot of define-key calls.
22963
22964 2005-05-01 Richard M. Stallman <rms@gnu.org>
22965
22966 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22967 Rename ARG to ELEMENT. Doc fix.
22968
22969 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22970
22971 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22972 Remove references to allout-exposure/change to allout-new-exposure.
22973
22974 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22975 bytecode symbols.
22976
22977 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22978 (compiled-function-p, focus-frame, unfocus-frame):
22979 Remove aliases and obsolete declarations.
22980 Back out inadvertent changes from previous commit.
22981
22982 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22983
22984 * files.el (require-final-newline): Make Custom tags consistent
22985 with mode-require-final-newline.
22986 (mode-require-final-newline): Doc fix.
22987
22988 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22989
22990 * international/latexenc.el (latexenc-find-file-coding-system):
22991 Fix regular expressions.
22992
22993 2005-05-01 David Kastrup <dak@gnu.org>
22994
22995 * international/latexenc.el (latexenc-find-file-coding-system):
22996 Fix regular expressions.
22997
22998 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22999
23000 * subr.el (string-to-int): Make obsolete.
23001
23002 2005-04-30 Richard M. Stallman <rms@gnu.org>
23003
23004 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23005
23006 * loadup.el: load jka-comp-hook.
23007
23008 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23009 (jka-compr-handler): Add autoload. `put' calls moved
23010 to jka-comp-hook.el.
23011 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23012 (jka-compr-inhibit): Autoload.
23013
23014 * jka-comp-hook.el: New file.
23015 Enable the mode by default.
23016
23017 * files.el (backup-buffer-copy): Use copy-file instead
23018 of write-region, and put back the 'excl.
23019
23020 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23021
23022 * progmodes/flymake.el (flymake-split-string)
23023 (flymake-split-string, flymake-log, flymake-pid-to-names)
23024 (flymake-reg-names, flymake-get-source-buffer-name)
23025 (flymake-unreg-names, flymake-add-line-err-info)
23026 (flymake-add-err-info): Clarify docstrings.
23027 (flymake-popup-menu, flymake-make-emacs-menu)
23028 (flymake-make-xemacs-menu): Add docstrings.
23029 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23030 Set variables directly throughout.
23031
23032 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23033
23034 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23035 exists. Initialize cc-define-alist.
23036 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23037 If there is no file (Macroexpansion) don't create an alist.
23038
23039 2005-04-29 Sam Steingold <sds@gnu.org>
23040
23041 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23042 (cc-create-define-alist): Use it instead of the hard-coded string.
23043
23044 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23045
23046 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23047 for latexenc.
23048
23049 2005-04-29 Lute Kamstra <lute@gnu.org>
23050
23051 * emacs-lisp/generic.el: Improve commentary section.
23052 (define-generic-mode): Improve docstring.
23053
23054 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23055
23056 * textmodes/org.el (many places): Change to quiet the byte compiler.
23057 (org-prefix-format-compiled): New variable.
23058 (org-compile-prefix-format): New function.
23059 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23060 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23061 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23062 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23063 consistency with entries from `org-mode' files.
23064 (org-get-time-of-day): Fix bug with partial matches early in a line.
23065 (org-non-link-chars): New constant.
23066 (org-link-regexp): Respect `org-non-link-chars'.
23067 (org-agenda-day-view): Remove command.
23068 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23069 (org-follow-bbdb-link, org-store-link): Search also company field.
23070 (org-highlight-overlay): New variable.
23071 (org-highlight, org-unhighlight): New functions.
23072 (org-agenda-mode): Add pre-command-hook to remove highlight.
23073 (org-evaluate-time-range): Behavior depends upon whether time stamp
23074 contains a time or not.
23075 (org-show-subtree, org-show-entry): New functions.
23076 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23077
23078 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
23079
23080 * comint.el (comint-output-filter-functions): Add autoload cookie.
23081
23082 2005-04-28 Kim F. Storm <storm@cua.dk>
23083
23084 * ido.el (ido-everywhere): Fix last change.
23085
23086 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23087
23088 * international/latexenc.el: New file.
23089 * international/mule-conf.el (file-coding-system-alist): For .tex,
23090 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23091
23092 2005-04-28 Lute Kamstra <lute@gnu.org>
23093
23094 * font-lock.el (font-lock-add-keywords)
23095 (font-lock-remove-keywords): Clarify docstring.
23096 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23097 Don't start docstrings with a `*'.
23098 (font-lock-update-removed-keyword-alist): Give it a docstring.
23099
23100 * generic-x.el: Update commentary section.
23101 Only require font-lock when compiling.
23102 Define all modes conditionally.
23103 Place all generic modes in the generic-x-modes customization group.
23104 (generic-x-modes): New customization group.
23105 (generic-default-modes, generic-mswindows-modes)
23106 (generic-unix-modes, generic-other-modes): New constants.
23107 (generic-define-mswindows-modes, generic-define-unix-modes):
23108 Update docstrings. Make them obsolete.
23109 (generic-extras-enable-list): New default value. Update docstring.
23110 Improve :type. Change :set function.
23111 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23112 Fix docstring.
23113
23114 * emacs-lisp/generic.el (generic-mode-internal):
23115 Simplify font-lock-defaults.
23116 (define-generic-mode): Fix docstring.
23117
23118 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23119
23120 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23121 font-lock-face property to highlight matches.
23122
23123 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
23124
23125 * progmodes/cc-mode.el (cc-create-define-alist): New function.
23126 (cc-define-alist): New variable.
23127 (c-mode): Make it local and initialize it.
23128
23129 * progmodes/gdb-ui.el (gdb-active-process): New variable.
23130 (gdb-exited): New function.
23131 (gdb-annotation-rules): Use it.
23132 (gdb-starting): Set gdb-active-process to t.
23133 (gdb-stopping): Amend doc string.
23134 (gdb-reset): Set gdb-active-process to nil.
23135
23136 * tooltip.el (tooltip-gud-tips): Show the associated #define
23137 directives when a C program under GDB is not executing.
23138
23139 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23142 font-lock-fontify-syntactic-keywords.
23143
23144 * font-lock.el (font-lock-default-fontify-region): Don't force
23145 parse-sexp-lookup-properties to nil.
23146
23147 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23148
23149 * man.el (man-mode-syntax-table): Set up `:' to have
23150 word-constituent syntax.
23151
23152 2005-04-27 Lute Kamstra <lute@gnu.org>
23153
23154 * novice.el (disable-command): Don't add spurious newlines to the
23155 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
23156
23157 2005-04-26 Jay Belanger <belanger@truman.edu>
23158
23159 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23160 than one window before deleting window.
23161
23162 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
23163
23164 * shell.el (shell-prompt-pattern): Doc fix.
23165 (shell-mode): Set paragraph-separate buffer locally to "\\'".
23166
23167 * comint.el (comint-prompt-regexp, comint-get-old-input)
23168 (comint-use-prompt-regexp)
23169 (comint-use-prompt-regexp-instead-of-fields)
23170 (comint-replace-by-expanded-history, comint-send-input)
23171 (comint-output-filter, comint-get-old-input-default)
23172 (comint-line-beginning-position, comint-bol, comint-show-output)
23173 (comint-backward-matching-input, comint-forward-matching-input)
23174 (comint-next-prompt, comint-previous-prompt):
23175 Rename `comint-use-prompt-regexp-instead-of-fields' to
23176 `comint-use-prompt-regexp'. Keep old name as alias and declare
23177 obsolete.
23178 (comint-use-prompt-regexp): Shorten first line of doc string.
23179
23180 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23181 Set paragraph-separate buffer locally to "\\'".
23182
23183 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23184 Adapt to above name change.
23185
23186 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23187 (smbclient-prompt-regexp): Ditto.
23188
23189 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23190
23191 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
23192
23193 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23194 gdb-location-list.
23195 Break lines that are over 80 characters wide.
23196
23197 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
23198
23199 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23200 New fun and var, to preserve compatibility.
23201
23202 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23203
23204 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23205
23206 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23207 name to file-newer-than-file-p.
23208
23209 2005-04-26 Richard M. Stallman <rms@gnu.org>
23210
23211 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23212
23213 * progmodes/python.el (python-mode):
23214 Use new name eldoc-documentation-function.
23215
23216 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23217
23218 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23219 (eldoc-documentation-function):
23220 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23221
23222 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23223
23224 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23225
23226 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23227
23228 * term/xterm.el (function-key-map): Fix strings for
23229 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23230 {C,S,A,C-S}-{f1-f12}.
23231
23232 2005-04-26 Kenichi Handa <handa@m17n.org>
23233
23234 * international/mule-cmds.el (select-safe-coding-system):
23235 Fix previous change.
23236
23237 2005-04-26 Lute Kamstra <lute@gnu.org>
23238
23239 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23240
23241 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23242 (font-lock-comment-delimiter-face): Ditto.
23243
23244 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23245
23246 2005-04-25 Jay Belanger <belanger@truman.edu>
23247
23248 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23249 to t while inserting information; use help-mode.
23250
23251 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23252
23253 * term.el (ansi-term-color-vector): Use the xterm colors.
23254 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23255
23256 2005-04-25 Lute Kamstra <lute@gnu.org>
23257
23258 * font-core.el (font-lock-defaults): Fix docstring.
23259
23260 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23261
23262 2005-04-25 Kenichi Handa <handa@m17n.org>
23263
23264 * international/mule-cmds.el (select-safe-coding-system):
23265 Don't check consistency with coding: spec, etc if raw-text or
23266 no-conversion was found to be safe.
23267
23268 2005-04-24 Richard M. Stallman <rms@gnu.org>
23269
23270 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23271 citation markers at start of each line.
23272
23273 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23274 citation markers at start of each line.
23275
23276 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23277
23278 * files.el (mode-require-final-newline): Fix previous change.
23279 (require-final-newline): Fix type label.
23280
23281 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23282
23283 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23284 statement in buffer (broken by 2004-11-24 change).
23285
23286 2005-04-24 Kim F. Storm <storm@cua.dk>
23287
23288 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23289 and read-file-name-function values. Don't overwrite existing
23290 non-nil values if ido-mode is enabled without ido-everywhere.
23291
23292 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23293
23294 * files.el (mode-require-final-newline): Minor doc fix.
23295
23296 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23297
23298 * subr.el (syntax-after): Doc fix.
23299 (syntax-class): If argument is nil, return nil. Mask off upper 16
23300 bits, not 8 bits.
23301
23302 * files.el (mode-require-final-newline): Doc fix.
23303 (backup-buffer-copy): Fix last change.
23304
23305 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23306
23307 * term/mac-win.el: Require select. Set selection-coding-system to
23308 mac-system-coding-system. Call menu-bar-enable-clipboard.
23309 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23310 (x-select-enable-clipboard): New variables.
23311 (x-select-text, x-get-selection, x-selection-value)
23312 (x-get-selection-value, mac-select-convert-to-string)
23313 (mac-services-open-file, mac-services-open-selection)
23314 (mac-services-insert-text): New functions.
23315 (CLIPBOARD, FIND): Put mac-scrap-name property.
23316 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23317 (public.tiff): Put mac-ostype property.
23318 (selection-converter-alist): Add entries for them.
23319 (mac-application-menu-map): New keymap.
23320 (interprogram-cut-function, interprogram-paste-function): Set to
23321 x-select-text and x-get-selection-value, respectively.
23322 (split-window-keep-point): Set to t.
23323
23324 2005-04-23 Richard M. Stallman <rms@gnu.org>
23325
23326 * files.el (read-directory-name): Always pass non-nil
23327 DEFAULT-FILENAME arg to read-file-name.
23328 (backup-buffer-copy, basic-save-buffer-2): Take care against
23329 writing thru an unexpected existing symlink.
23330 (revert-buffer): In indirect buffer, revert the base buffer.
23331 (magic-mode-alist): Doc fix.
23332 (buffer-stale-function): Doc fix.
23333 (minibuffer-with-setup-hook): Avoid warning.
23334 (mode-require-final-newline): Doc and custom fix.
23335
23336 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23337
23338 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23339 use the default appearance.
23340 (font-lock-comment-delimiter-face): New face, new variable.
23341
23342 * imenu.el (imenu--generic-function): The official position of a
23343 definition is the start of the line that BEG is in.
23344
23345 * midnight.el (midnight-timer): Move defvar up.
23346
23347 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23348
23349 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23350
23351 * startup.el (command-line): Use with-no-warnings.
23352
23353 * window.el (window-size-fixed): New defvar.
23354
23355 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23356
23357 * mail/rmail.el (rmail-font-lock-keywords):
23358 Use font-lock-comment-delimiter-face.
23359
23360 * mail/sendmail.el (mail-font-lock-keywords):
23361 Use font-lock-comment-delimiter-face.
23362
23363 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23364
23365 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23366
23367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23368 Specify t for LAXMATCH when matching directories.
23369 Save match data around compilation-compat-error-properties form.
23370
23371 2005-04-23 David Kastrup <dak@gnu.org>
23372
23373 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23374 Mention that the autoloaded aliases should be kept for AUCTeX.
23375
23376 2005-04-23 Andreas Schwab <schwab@suse.de>
23377
23378 * isearch.el (isearch-forward): Doc fix.
23379
23380 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23381
23382 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23383 (jit-lock-stealth-nice): Change default value to 0.5.
23384
23385 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23386
23387 * abbrev.el (write-abbrev-file): Write table entries in
23388 alphabetical order by table name.
23389
23390 2005-04-22 Kim F. Storm <storm@cua.dk>
23391
23392 * ido.el (ido-read-internal): Fix `list' completion.
23393
23394 2005-04-22 Kenichi Handa <handa@m17n.org>
23395
23396 * recentf.el (recentf-save-file-coding-system): New variable.
23397 (recentf-save-list): Encode the file by
23398 recentf-save-file-coding-system and add coding: tag.
23399
23400 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23401
23402 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23403
23404 2005-04-21 Lute Kamstra <lute@gnu.org>
23405
23406 * loadhist.el (unload-feature): Don't remove a function from hooks
23407 if it is about to be restored to an autoload . Remove functions
23408 that will become unbound from auto-mode-alist. Simplify the code.
23409
23410 * subr.el (assq-delete-all): New implementation that is linear,
23411 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23412 (rassq-delete-all): New function.
23413
23414 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23415 Add size-indication-mode.
23416
23417 2005-04-21 Kenichi Handa <handa@m17n.org>
23418
23419 * international/mule-cmds.el: Add autoload for widget-value in
23420 eval-when-compile.
23421
23422 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23423
23424 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23425 Add tooltip-mode.
23426
23427 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23428
23429 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23430
23431 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23432 (inferior-lisp-filter-regexp, inferior-lisp-program)
23433 (inferior-lisp-load-command, inferior-lisp-prompt)
23434 (inferior-lisp-mode-hook, lisp-source-modes)
23435 (inferior-lisp-load-hook): defvar->defcustom.
23436 (inferior-lisp-program, inferior-lisp-prompt)
23437 (inferior-lisp-load-hook): Doc fixes.
23438 (inferior-lisp-install-letter-bindings): Small change in
23439 introductory comment.
23440
23441 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23442
23443 * vc.el (vc-annotate-color-map): Change some colors so that text
23444 using them as foreground is readable on both white and black
23445 backgrounds.
23446
23447 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * international/mule-conf.el (translation-table-for-input):
23450 Remove redundant declaration.
23451
23452 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23453
23454 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23455
23456 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23457 (tooltip-toggle-gud-tips): New function.
23458
23459 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23460
23461 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23462 right angle brackets.
23463
23464 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23465
23466 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23467
23468 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23471 Remove. Update callers to use expand-file-name instead.
23472
23473 * subr.el (syntax-class): New function.
23474
23475 * simple.el (blink-matching-open): Use it.
23476
23477 * paren.el (show-paren-function): Use it to recognize parens that are
23478 also used in 2-char comment markers.
23479
23480 2005-04-19 Lute Kamstra <lute@gnu.org>
23481
23482 * loadhist.el (unload-feature): Update for new format of
23483 load-history. Simplify the code.
23484
23485 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23486
23487 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23488 (mac-add-charset-info): New function. Initialize variable
23489 mac-charset-info-alist using it.
23490 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23491 for translation.
23492 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23493 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23494 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23495 New CCL programs.
23496
23497 2005-04-19 Kim F. Storm <storm@cua.dk>
23498
23499 * simple.el (next-buffer, prev-buffer, next-error)
23500 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23501 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23502
23503 * bindings.el (next-buffer, prev-buffer, next-error)
23504 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23505 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23506 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23507 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23508
23509 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23510
23511 * isearch.el (isearch-edit-string): Make the search-ring available for
23512 minibuffer history commands.
23513 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23514 the default history commands now work just as well.
23515 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23516
23517 2005-04-18 Kim F. Storm <storm@cua.dk>
23518
23519 * emulation/cua-base.el (cua--pre-command-handler): Add more
23520 elaborate check for shift modifier on non-window systems.
23521
23522 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23523
23524 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23525
23526 2005-04-18 Kim F. Storm <storm@cua.dk>
23527
23528 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23529 and make it optional. Don't test tooltip-gud-echo-area here.
23530 (tooltip-gud-process-output, gdb-tooltip-print):
23531 Pass tooltip-gud-echo-area to tooltip-show.
23532 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23533
23534 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23535
23536 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23537 `display-graphic-p' may not be bound yet.
23538
23539 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23540
23541 * startup.el (command-line): No longer enable Xterm Mouse mode by
23542 default in terminals compatible with xterm.
23543
23544 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23545
23546 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23547
23548 * tooltip.el (tooltip-gud-echo-area): Rename from
23549 tooltip-use-echo-area.
23550 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23551 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23552 area independently of where help tooltips are displayed.
23553
23554 2005-04-17 David Kastrup <dak@gnu.org>
23555
23556 * cus-theme.el (custom-theme-write-variables): Quote variables
23557 where necessary.
23558
23559 2005-04-17 Richard M. Stallman <rms@gnu.org>
23560
23561 * simple.el (yank-excluded-properties): Add follow-link to value.
23562
23563 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23564
23565 * startup.el (fancy-splash-max-time): Just 30 seconds.
23566 (fancy-splash-delay): Just 7.
23567 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23568
23569 * loadhist.el (unload-feature): Update for new format of load-history.
23570 Simplify the code.
23571
23572 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23573 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23574
23575 * mail/sendmail.el (mail-font-lock-keywords):
23576 Don't fontify subject text.
23577 Don't fontify the text of a citation.
23578
23579 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23580
23581 * comint.el (comint-output-filter): Run comint-output-filter-functions
23582 with point where the user had it.
23583
23584 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23585
23586 * international/ucs-tables.el (ucs-set-table-for-input):
23587 Disable when using unify-on-decoding.
23588
23589 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23590
23591 * emulation/cua-base.el (cua-global-mark-face): Add special case
23592 for displays supporting a high number of colors.
23593
23594 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23595
23596 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23597
23598 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23599
23600 * filesets.el (filesets-add-buffer): If user supplies a name of a
23601 non-existing fileset, create a new fileset.
23602
23603 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23604
23605 * textmodes/org.el (org-up-heading-all): Fix bug with
23606 `outline-up-heading-all'.
23607
23608 2005-04-16 Andreas Schwab <schwab@suse.de>
23609
23610 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23611 /etc/permissions.d/* and /etc/aliases.d/*.
23612
23613 2005-04-16 Kenichi Handa <handa@m17n.org>
23614
23615 * international/code-pages.el (cp-make-coding-system):
23616 Set `translation-table-for-input' property value to the symbol
23617 ucs-mule-to-mule-unicode, not to that value.
23618 (pt154): Escape guillemet by `\'.
23619
23620 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23621
23622 * loadup.el: Load tooltip if x-show-tip is fboundp.
23623
23624 * startup.el (command-line): Add comment.
23625
23626 * tooltip.el (tooltip-mode): Specify correct standard value for
23627 Custom in init-value.
23628
23629 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23630
23631 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23632 possible.
23633
23634 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23635
23636 * textmodes/org.el (org-agenda-date-prompt): Rename from
23637 `org-agenda-date-today'.
23638 (org-evaluate-time-range): Insert at point instead of directly
23639 after time range.
23640 (org-first-headline-recenter, org-subtree-end-visible-p)
23641 (org-optimize-window-after-visibility-change): New functions
23642 (org-agenda-post-command-hook): Don't allow point at end of line,
23643 to make sure it always hits the text properties.
23644 (org-agenda-next-date-line, org-agenda-previous-date-line):
23645 New commands.
23646 (org-set-regexps-and-options): Category may contain white space.
23647 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23648 Improve marker positions.
23649 (org-agenda-new-marker): Argument POS made optional.
23650 (org-agenda-get-timestamps): Deadlines which are done are listed
23651 in org-done-face now.
23652 (org-agenda-get-todos, org-agenda-get-timestamps)
23653 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23654 Set `undone-face' and `done-face' properties.
23655 (org-last-todo-state-is-todo): New variable.
23656 (org-todo): Set `org-last-todo-state-is-todo'.
23657 (org-agenda-todo): Change face according to
23658 `org-last-todo-state-is-todo'. And change other lines referring to
23659 the same entry.
23660 (org-calendar-goto-agenda): New command.
23661 (org-calendar-to-agenda-key): New option.
23662 (org-startup-folded): New allowed value `content'.
23663 (org-set-regexps-and-options): Accept new value `content' for
23664 `org-startup-folded'.
23665 (org-get-current-options): Handle new value `content' for
23666 `org-startup-folded'.
23667 (org-insert-todo-heading): New command.
23668 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23669 interactively in empty file and option
23670 `org-insert-mode-line-in-empty-file' has been set.
23671 (org-agenda-todo, org-agenda-priority): Modify to use
23672 `org-agenda-change-all-lines'.
23673 (org-warning-face): Change color on dark background
23674
23675 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23676
23677 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23678 use preferences AppleLocale and AppleLanguages, and variable
23679 mac-system-locale for default locale. On Mac OS Classic, use
23680 mac-system-coding-system for default coding systems.
23681
23682 * term/mac-win.el: Don't set file-name-coding-system.
23683 Decode variables system-name, emacs-build-system, user-login-name, and
23684 user-full-name by mac-system-coding-system on Mac OS Classic.
23685 (mac-system-coding-system): New variable.
23686
23687 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23688
23689 * startup.el (command-line): Handle `xterm-mouse-mode' before
23690 reading init file.
23691
23692 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23693
23694 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23695
23696 * progmodes/sh-script.el (sh-here-document-word): Make it a
23697 defcustom. Doc fix.
23698 (sh-add): Bash uses $(( )) for arithmetic.
23699 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23700 (sh-maybe-here-document): Remove quotes and leading whitespace
23701 from heredoc word when closing. Indent heredoc with tabs if word
23702 starts with "-".
23703
23704 2005-04-13 Richard M. Stallman <rms@gnu.org>
23705
23706 * simple.el (undo): Fix previous change.
23707
23708 * custom.el (defface): Doc fix.
23709
23710 2005-04-13 Lute Kamstra <lute@gnu.org>
23711
23712 * Makefile.in (DONTCOMPILE): Remove list.
23713 (compile, compile-always): Don't use DONTCOMPILE.
23714 (update-authors): Load the library in which batch-update-authors
23715 is defined.
23716 * makefile.w32-in (DONTCOMPILE): Remove list.
23717 (compile, compile-always): Fix comments.
23718 (update-authors): Load the library in which batch-update-authors
23719 is defined.
23720
23721 * generic-x.el (generic-mode-ini-file-find-file-hook):
23722 Rename to ini-generic-mode-find-file-hook.
23723 Keep generic-mode-ini-file-find-file-hook as an alias.
23724 (ini-generic-mode-find-file-hook): Rename from
23725 generic-mode-ini-file-find-file-hook. Fix docstring.
23726 (ini-generic-mode): Docstring change.
23727 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23728
23729 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23730 called from lisp.
23731
23732 * generic.el: Move to the emacs-lisp subdir.
23733
23734 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23735
23736 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23737 and C-S- function and cursor motion keys.
23738
23739 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23740
23741 * startup.el (command-line): Enable Xterm Mouse mode by default.
23742 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23743 for Custom. No longer show "Mouse" in mode line when enabled.
23744 Doc fix.
23745
23746 2005-04-12 Kim F. Storm <storm@cua.dk>
23747
23748 * emulation/cua-base.el (cua-rectangle-face)
23749 (cua-rectangle-noselect-face): Define face attributes here.
23750
23751 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23752
23753 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23754
23755 * startup.el (command-line): Turn off blinking cursor if
23756 cursorBlink in resources is off or false.
23757
23758 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23759
23760 * term/mac-win.el (dnd): Require dnd.
23761 (mac-drag-n-drop): Call dnd-handle-one-url.
23762 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23763 (kTextEncodingISOLatin2): Remove constants.
23764 (mac-script-code-coding-systems): New constant.
23765 (mac-handle-language-change): New function.
23766 (special-event-map): Bind it to `language-change' event.
23767 (mac-centraleurroman, mac-cyrillic): New coding systems.
23768 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23769 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23770 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23771 encode-mac-cyrillic, respectively.
23772
23773 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23774
23775 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23776 Don't set overlay-arrow-string to "=>" as this is done
23777 globally in C now.
23778
23779 2005-04-12 Lute Kamstra <lute@gnu.org>
23780
23781 * generic-x.el (rc-generic-mode, rul-generic-mode):
23782 Fix auto-mode-alist entries.
23783 (etc-fstab-generic-mode): Tweak fontification.
23784
23785 * generic.el (generic-make-keywords-list): Fix docstring.
23786 (generic-mode-internal): Simplify generic-font-lock-keywords.
23787
23788 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23789
23790 * whitespace.el (whitespace-buffer-leading)
23791 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23792 However, fix the highlight area for the leading and
23793 trailing whitespaces to show space.
23794
23795 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23796
23797 * whitespace.el (whitespace-version): Bump to 3.5
23798
23799 (whitespace-buffer-leading, whitespace-buffer-trailing):
23800 Invert sense of the test to highlight the whitespace.
23801
23802 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23803
23804 * progmodes/gud.el (gud-display-line): GUD uses its own
23805 overlay arrow now so don't set overlay-arrow-string.
23806 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23807
23808 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23809
23810 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23811 (term-ansi-current-reverse, term-ansi-current-invisible)
23812 (term-ansi-face-already-done): Change to boolean.
23813 (term-reset-terminal, term-handle-colors-array): Handle the above
23814 vars accordingly.
23815 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23816 (term-emulate-terminal): Use the new name.
23817
23818 * faces.el (secondary-selection): Use yellow1, not yellow.
23819 (trailing-whitespace): Use red1, not red.
23820
23821 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23822
23823 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23824 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23825 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23826
23827 * cus-edit.el (dnd): New group.
23828
23829 * term/w32-win.el (dnd): Require dnd
23830 (w32-drag-n-drop): Call dnd-handle-one-url.
23831
23832 * x-dnd.el: Require dnd.
23833 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23834 Call dnd-handle-one-url.
23835 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23836 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23837 to dnd-insert-text.
23838 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23839 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23840 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23841 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23842
23843 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23844
23845 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23846
23847 * wdired.el: Doc fixes.
23848 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23849 (wdired-use-dired-vertical-movement): Rename from
23850 wdired-always-move-to-filename-beginning.
23851 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23852 (wdired-change-to-wdired-mode): Change mode name.
23853 (wdired-newline): Delete.
23854
23855 2005-04-11 Richard M. Stallman <rms@gnu.org>
23856
23857 * whitespace.el (whitespace-highlight-the-space):
23858 Don't call whitespace-unhighlight-the-space here.
23859
23860 * simple.el (undo): Record t in undo-equiv-table
23861 for the redo record made by an undo-in-region.
23862
23863 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23864
23865 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23866 (gdb-frame-inferior-io-buffer): New Functions to control
23867 display of separate IO buffer.
23868 (menu): Add them to menu-bar.
23869 (gdb-display-buffer): Check for buffer another frame.
23870 Protect GUD buffer.
23871 (gdb-setup-windows): Create IO buffer if not already there.
23872 (gdb-memory-mode): Remove purecopy noops.
23873
23874 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23875
23876 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23877 and pass to self-insert-command.
23878
23879 2005-04-11 Lute Kamstra <lute@gnu.org>
23880
23881 * generic.el: Commentary section cleanup.
23882 (generic): Delete.
23883 (generic-use-find-file-hook, generic-lines-to-scan)
23884 (generic-find-file-regexp, generic-ignore-files-regexp)
23885 (default-generic-mode, generic-mode-find-file-hook)
23886 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23887 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23888 (generic-use-find-file-hook, generic-lines-to-scan)
23889 (generic-find-file-regexp, generic-ignore-files-regexp)
23890 (default-generic-mode, generic-mode-find-file-hook)
23891 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23892
23893 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23894
23895 * bookmark.el (bookmark-write-file): Catch errors writing file.
23896 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23897
23898 2005-04-10 Richard M. Stallman <rms@gnu.org>
23899
23900 * startup.el (fancy-splash-tail): Update copyright year.
23901 (command-line): Split part of -Q into -D.
23902 (emacs-basic-display): New defvar.
23903 (fancy-splash-text): Correct name of menu item.
23904
23905 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23906
23907 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23908 lines in one node.
23909
23910 * comint.el (comint-send-input): New arg ARTIFICIAL.
23911 Callers in this file changed.
23912
23913 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23914
23915 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23916
23917 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23918
23919 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23920 `ldap-search-internal'.
23921
23922 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23923
23924 * files.el (set-auto-mode-1): Use line-end-position.
23925
23926 * international/latin-1.el:
23927 * international/latin-2.el:
23928 * international/latin-3.el:
23929 * international/latin-4.el:
23930 * international/latin-5.el:
23931 * international/latin-8.el:
23932 * international/latin-9.el: Give punctuation syntax to NBSP.
23933
23934 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23935 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23936 Use char-classes to accept non-ascii letters, accepted in some recent
23937 bibtex implementations.
23938
23939 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23940
23941 * custom.el (custom-set-minor-mode): Any non-nil value for the
23942 variable should enable the mode when set through Custom.
23943
23944 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23945
23946 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23947 TAB binding so tab-always-indent is obeyed.
23948 (vhdl-minibuffer-local-map): Move initialization into declaration.
23949 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23950 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23951 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23952 (vhdl-current-line): Use line-beginning-position.
23953 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23954 with-output-to-temp-buffer, so the current position can be recorded.
23955
23956 2005-04-10 Masatake YAMATO <jet@gyve.org>
23957
23958 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23959 Add regexp for gcov.
23960
23961 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23962
23963 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23964 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23965 syntax which Emacs 20 doesn't support.
23966
23967 2005-04-09 Richard M. Stallman <rms@gnu.org>
23968
23969 * help.el (describe-key-briefly, describe-key):
23970 Replace strings as event types with "(any string)".
23971
23972 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23973
23974 * arc-mode.el (archive-mode-map): Move initialization into
23975 the declaration. Override *all* bindings of `undo'.
23976 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23977
23978 2005-04-09 Jay Belanger <belanger@truman.edu>
23979
23980 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23981
23982 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23983
23984 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23985 (xterm-register-default-colors): Update color values computation
23986 to match xterm-200.
23987
23988 2005-04-09 Kenichi Handa <handa@m17n.org>
23989
23990 * international/code-pages.el (iso-latin-7): Fix the map.
23991
23992 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23993
23994 * emacs-lisp/lisp.el (defun-prompt-regexp)
23995 (parens-require-spaces, buffer-end, end-of-defun)
23996 (insert-parentheses): Doc fixes.
23997
23998 2005-04-08 Kim F. Storm <storm@cua.dk>
23999
24000 * comint.el (comint-highlight-prompt): Fix face spec.
24001 * hi-lock.el (hi-green): Likewise.
24002
24003 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24004
24005 * cus-edit.el (custom-modified-face):
24006 * comint.el (comint-highlight-input): Fix previous changes.
24007 * term.el (term-handle-ansi-escape): Add a comment.
24008
24009 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24010
24011 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24012 in the buffer and in whitespace-highlighted-space.
24013 (whitespace-unhighlight-the-space): Simplify.
24014 (whitespace-buffer): Simplify.
24015
24016 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24017
24018 * textmodes/table.el (table-cell-face): Add special case for
24019 displays supporting a high number of colors.
24020 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24021 (vhdl-font-lock-reserved-words-face)
24022 (vhdl-speedbar-architecture-face)
24023 (vhdl-speedbar-instantiation-face)
24024 (vhdl-speedbar-architecture-selected-face)
24025 (vhdl-speedbar-instantiation-selected-face): Likewise.
24026 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24027 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24028 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24029 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24030 (ebrowse-progress-face): Likewise.
24031 * progmodes/compile.el (compilation-info-face): Likewise.
24032 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24033 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24034 * calendar/calendar.el (diary-face): Likewise.
24035 * woman.el (woman-italic-face, woman-bold-face)
24036 (woman-unknown-face): Likewise.
24037 * wid-edit.el (widget-button-pressed-face): Likewise.
24038 * whitespace.el (whitespace-highlight-face): Likewise.
24039 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24040 * pcvs-info.el (cvs-marked-face): Likewise.
24041 * info.el (info-xref): Likewise.
24042 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24043 * hilit-chg.el (highlight-changes-face)
24044 (highlight-changes-delete-face): Likewise.
24045 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24046 (hi-red-b): Likewise.
24047 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24048 * font-lock.el (font-lock-keyword-face)
24049 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24050 * cus-edit.el (custom-invalid-face, custom-modified-face)
24051 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24052 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24053 * comint.el (comint-highlight-prompt): Likewise.
24054
24055 2005-04-08 Lute Kamstra <lute@gnu.org>
24056
24057 * font-lock.el (font-lock-keywords): Docstring fixes.
24058
24059 2005-04-08 Kenichi Handa <handa@m17n.org>
24060
24061 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24062 chars are more than a limit, print " and more..." at the tail.
24063
24064 2005-04-08 Kim F. Storm <storm@cua.dk>
24065
24066 * emacs-lisp/authors.el (authors-aliases): Update list.
24067 (authors-ignored-files): New list.
24068 (authors-fixed-entries): Fix typo.
24069 (authors-renamed-files-alist): Update list.
24070 (authors-add): Check authors-ignored-files.
24071
24072 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24073
24074 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24075 optional, to ensure backward compatibility.
24076
24077 2005-04-08 Stephen Eglen <stephen@gnu.org>
24078
24079 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24080
24081 2005-04-08 Kim F. Storm <storm@cua.dk>
24082
24083 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24084
24085 * mouse.el (mouse-on-link-p): Doc fix.
24086
24087 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
24088
24089 * ielm.el (ielm-prompt-read-only): Doc fix.
24090
24091 * comint.el (comint-prompt-read-only): Doc fix.
24092
24093 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
24094
24095 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24096 ensure dired always handles wildcards passed to ffap.
24097 (find-file-at-point): Use it.
24098 (ffap-dired-wildcards): Doc fix.
24099
24100 2005-04-07 Juri Linkov <juri@jurta.org>
24101
24102 * simple.el (next-error-overlay-arrow-position): New defvar.
24103 Put "=>" on its property `overlay-arrow-string'. Add it to
24104 `overlay-arrow-variable-list'.
24105
24106 * progmodes/compile.el (compilation-setup):
24107 Set `next-error-overlay-arrow-position' to nil. Also set it to
24108 nil in the local hook `kill-buffer-hook'. Make local variable
24109 `overlay-arrow-string' and set it to "=>".
24110 (compilation-goto-locus): Set BOL position to
24111 `next-error-overlay-arrow-position' instead of
24112 `overlay-arrow-position'.
24113
24114 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24115 locally instead of adding it to the global hook.
24116 (Info-kill-buffer): Move up.
24117
24118 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
24119
24120 * term/xterm.el (xterm-standard-colors): Update color values from
24121 xterm-200.
24122
24123 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
24124
24125 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24126
24127 * fast-lock.el:
24128 * lazy-lock.el: Move them to the obsolete subdir.
24129
24130 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24131
24132 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24133 (wdired-add-replace-advice): Remove.
24134 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24135
24136 2005-04-06 Kim F. Storm <storm@cua.dk>
24137
24138 * startup.el (command-line): Add --bare-bones alias for -Q.
24139
24140 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24141
24142 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24143 create the startup fontset if a font specification ends with
24144 `mac-roman'.
24145
24146 2005-04-06 Lute Kamstra <lute@gnu.org>
24147
24148 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24149 change.
24150
24151 * emacs-lisp/copyright.el (copyright-update-year): Replace the
24152 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
24153
24154 2005-04-05 Lute Kamstra <lute@gnu.org>
24155
24156 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24157 (define-generic-mode): Ditto. Fix debug declaration.
24158
24159 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24160 Put them in the generic-x group.
24161
24162 * calendar/timeclock.el (timeclock): Doc fix.
24163
24164 * generic.el (define-generic-mode): Don't use custom-current-group.
24165 Document default :group value.
24166 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24167 (define-global-minor-mode): Don't use custom-current-group.
24168
24169 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
24170
24171 * startup.el (command-line-1): Display startup-echo-area-message
24172 when fancy splash screen is in use.
24173
24174 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24175 (sh-escaped-newline): New face.
24176 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24177 newline, and use sh-escaped-newline face.
24178
24179 * progmodes/tcl.el (tcl-escaped-newline): New face.
24180 (tcl-builtin-list): New variable.
24181 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24182 newlines. Fix keywords subexpression number.
24183
24184 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
24185
24186 * textmodes/org.el (org-diary-default-entry): Fix call to
24187 `add-to-diary-entry'.
24188
24189 2005-04-05 Kim F. Storm <storm@cua.dk>
24190
24191 * ediff-init.el: Use (featurep 'xemacs).
24192
24193 2005-04-05 David Ponce <david@dponce.com>
24194
24195 * cus-edit.el (face): Derive from symbol widget. Display sample
24196 of the current face on the fly.
24197 (widget-face-sample-face-get, widget-face-notify): New functions.
24198 (widget-face-value-create): Remove.
24199
24200 * wid-edit.el (widget-field-end): Temporarily remove field
24201 narrowing before to call `get-char-property'.
24202
24203 2005-04-04 Jay Belanger <belanger@truman.edu>
24204
24205 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24206 (math-read-subscripts): New variable.
24207 (math-read-preprocess-string): Process subscripts.
24208
24209 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24210
24211 * comint.el (comint-prompt-read-only): Doc fix.
24212
24213 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24214 `-1'. Doc fix.
24215
24216 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24217
24218 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24219 Change default value to nil.
24220
24221 2005-04-04 Lute Kamstra <lute@gnu.org>
24222
24223 * autorevert.el (auto-revert-mode): Specify :group.
24224 * battery.el (display-battery-mode): Specify :group.
24225 * diff-mode.el (diff-minor-mode): Specify :group.
24226 * font-core.el (font-lock-mode): Specify :group.
24227 * hl-line.el (hl-line-mode): Specify :group.
24228 * iimage.el (iimage): New customization group.
24229 (iimage-mode): Specify :group.
24230 * longlines.el (longlines-mode): Specify :group.
24231 * master.el: Don't require easy-mmode.
24232 (master): New customization group.
24233 (master-mode): Specify :group.
24234 * msb.el (msb-mode): Specify :group.
24235 * reveal.el (reveal-mode): Specify :group.
24236 * simple.el (next-error-follow-minor-mode): Specify :group.
24237 * smerge-mode.el (smerge-mode): Specify :group.
24238 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24239 * emulation/cua-base.el (cua-mode): Specify :group.
24240 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24241 * language/thai-util.el (thai-auto-composition-mode)
24242 (thai-word-mode): Specify :group.
24243 * mail/supercite.el (sc-minor-mode): Specify :group.
24244 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24245 * progmodes/flymake.el (flymake-mode): Specify :group.
24246 * progmodes/glasses.el (glasses-mode): Specify :group.
24247 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24248 * textmodes/enriched.el (enriched-mode): Specify :group.
24249 * textmodes/refill.el (refill-mode): Specify :group.
24250
24251 * add-log.el (change-log-font-lock-keywords): Names in
24252 parenthesized lists can contain spaces.
24253
24254 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24255
24256 * startup.el (fancy-splash-text): Shorten default text of
24257 "Emacs Tutorial" line. Also, if the current language env
24258 indicates an available tutorial file other than TUTORIAL,
24259 extract its title and append it to the line in parentheses.
24260 (fancy-splash-insert): If arg is a thunk, funcall it.
24261
24262 2005-04-04 Jay Belanger <belanger@truman.edu>
24263
24264 * calc.el (calc-language-alist): Add tags to customization type.
24265
24266 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24267
24268 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24269 Doc fix.
24270
24271 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24272
24273 * add-log.el (change-log-font-lock-keywords): The manual
24274 describing a Change Log entry, says: (...) "Aside from these
24275 header lines, every line in the change log starts with a space or
24276 a tab.". The font-lock was not highlighting lines started with
24277 spaces, added support for it.
24278
24279 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24280
24281 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24282 (bibtex-generate-url-list): Update docstring accordingly. Put the
24283 complex example in the docstring.
24284 (bibtex-font-lock-url): Use pop.
24285
24286 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24287
24288 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24289
24290 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24291
24292 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24293
24294 * filesets.el (filesets-set-default): Doc fix.
24295
24296 2005-04-03 Lute Kamstra <lute@gnu.org>
24297
24298 * generic.el (define-generic-mode): Add argument to specify
24299 keywords for defcustom.
24300 (default-generic-mode): Specify :group.
24301
24302 * generic-x.el: Specify :group for all generic modes.
24303
24304 * desktop.el (desktop-no-desktop-file-hook)
24305 (desktop-after-read-hook): Doc fix.
24306
24307 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24308
24309 * simple.el (visible-mode): Use explicit :group keyword.
24310 This changes the group of `visible-mode-hook' from paren-blinking
24311 to editing-basics.
24312
24313 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24314
24315 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24316 mailbox specifications as well as URLs.
24317 (rmail-insert-inbox-text): Remove unused conditional branches.
24318
24319 2005-04-01 Jay Belanger <belanger@truman.edu>
24320
24321 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24322 (calc-gnuplot-print-command): Move definitions to calc.el.
24323
24324 * calc/calc-embed.el (calc-embedded-announce-formula)
24325 (calc-embedded-open-formula, calc-embedded-close-formula)
24326 (calc-embedded-open-word, calc-embedded-close-word)
24327 (calc-embedded-open-plain, calc-embedded-close-plain)
24328 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24329 (calc-embedded-open-mode, calc-embedded-close-mode):
24330 Move definitions to calc.el.
24331
24332 * calc/calc.el (calc-settings-file, calc-language-alist):
24333 Make customizable.
24334 (calc-embedded-announce-formula, calc-embedded-open-formula)
24335 (calc-embedded-close-formula, calc-embedded-open-word)
24336 (calc-embedded-close-word, calc-embedded-open-plain)
24337 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24338 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24339 (calc-embedded-close-mode, calc-gnuplot-name)
24340 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24341 from other files and make customizable.
24342
24343 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24344
24345 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24346 Use buffer-live-p.
24347 (cvs-mode-run): Don't call cvs-update-header here.
24348 (cvs-run-process): Call cvs-update-header.
24349 Use process properties for cvs-postprocess and cvs-buffer so that
24350 the sentinel can behave better if the temp buffer is killed.
24351 Use a pipe rather than a tty, to better handle unexpected prompts.
24352 (cvs-sentinel): Rewrite. Call cvs-update-header.
24353
24354 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24355
24356 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24357 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24358
24359 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24360
24361 * generic.el (define-generic-mode): Add indentation rule.
24362
24363 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24364
24365 * files.el (mode-require-final-newline): Make Custom correctly
24366 report a nil value and allow to set it to nil via Custom.
24367 Doc fix.
24368
24369 2005-04-01 Kenichi Handa <handa@m17n.org>
24370
24371 * international/characters.el: Enable the correct case setting for
24372 dotless-i and dotted-I.
24373
24374 2005-04-01 Kim F. Storm <storm@cua.dk>
24375
24376 * ido.el (ido-file-internal): Fall back to non-ido command if
24377 initial directory is on slow ftp (or tramp) host.
24378
24379 2005-03-31 Richard M. Stallman <rms@gnu.org>
24380
24381 * emacs-lisp/autoload.el (make-autoload):
24382 Handle define-global-minor-mode.
24383
24384 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24385 Rename from easy-mmode-define-global-mode.
24386 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24387
24388 * progmodes/scheme.el (scheme-mode-syntax-table):
24389 Update syntax of | and # for two-character comment syntax.
24390
24391 2005-03-31 Lute Kamstra <lute@gnu.org>
24392
24393 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24394 (define-minor-mode): Call custom-current-group at load-time.
24395
24396 * generic.el (define-generic-mode): Add debug declaration.
24397 Add defcustom for the mode hook.
24398 (generic-mode-internal): Use run-mode-hooks.
24399
24400 2005-03-31 Kim F. Storm <storm@cua.dk>
24401
24402 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24403 (mouse-fixup-help-message): New defun called by show_help_echo
24404 to fixup mouse-2 prefix in help messages when applicable.
24405
24406 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24407
24408 2005-03-31 Kenichi Handa <handa@m17n.org>
24409
24410 * language/thai-word.el (thai-find-word-ends): Pay attention to
24411 the case that we reach the end of buffer.
24412
24413 * textmodes/fill.el (fill-text-properties-at): New function.
24414 (fill-newline): Use fill-text-properties-at instead of
24415 text-properties-at.
24416
24417 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24418
24419 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24420 not comint-quote-filename.
24421
24422 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24423
24424 * help-fns.el (help-with-tutorial): Revert last change.
24425
24426 2005-03-31 Kim F. Storm <storm@cua.dk>
24427
24428 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24429
24430 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24431
24432 * calendar/cal-china.el: Update reference to "Calendrical
24433 Calculations" book; there's a new edition.
24434 * calendar/cal-coptic.el: Likewise.
24435 * calendar/cal-french.el: Likewise.
24436 * calendar/cal-hebrew.el: Likewise.
24437 * calendar/cal-islam.el: Likewise.
24438 * calendar/cal-iso.el: Likewise.
24439 * calendar/cal-julian.el: Likewise.
24440 * calendar/cal-mayan.el: Likewise.
24441 * calendar/cal-persia.el: Likewise.
24442 * calendar/calendar.el: Likewise.
24443 * calendar/holidays.el: Likewise.
24444 * calendar/lunar.el: Likewise.
24445 * calendar/solar.el: Likewise.
24446
24447 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24448 white space from doc string.
24449
24450 2005-03-30 Jay Belanger <belanger@truman.edu>
24451
24452 * calc/calc-help.el (calc-full-help): Remove email address.
24453
24454 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24455
24456 * help-fns.el (help-with-tutorial): Delete title line.
24457
24458 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24459
24460 * calendar/cal-x.el (calendar-one-frame-setup)
24461 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24462 rather than `symbol' for set-window-dedicated-p.
24463
24464 * calendar/appt.el (appt-buffer-name): Make it a constant.
24465 (appt-add): Doc fix.
24466
24467 * filesets.el (filesets-menu-path, filesets-menu-before)
24468 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24469 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24470 (filesets-add-submenu): Delete and use add-submenu instead.
24471
24472 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24473
24474 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24475 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24476 (org-diary-default-entry): New function.
24477 (org-get-entries-from-diary): Better parsing of diary entries.
24478 (org-agenda-check-no-diary): New function.
24479 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24480 linking to diary entries.
24481 (org-agenda-execute-calendar-command): New function.
24482 (org-agenda): Improve visible section in window.
24483 Use `org-fit-agenda-window'.
24484 (org-fit-agenda-window): New option.
24485 (org-move-subtree-down): Better handling of empty lines
24486 at end of subtree.
24487 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24488 levels up.
24489 (org-fontify-done-headline): New option.
24490 (org-headline-done-face): New face.
24491 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24492 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24493 When current field is non-empty, it is copied to next row.
24494 (org-table-copy-from-above): Fix bug which made it
24495 impossible to copy fields containing only a single non-white character.
24496
24497 2005-03-30 Kim F. Storm <storm@cua.dk>
24498
24499 * kmacro.el (kmacro-end-macro): Isearch may store this command
24500 into the macro -- so ignore it when executing keyboard macro.
24501
24502 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24503
24504 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24505
24506 2005-03-29 Kenichi Handa <handa@m17n.org>
24507
24508 * language/thai.el ("Thai"): Set setup-function and exit-function
24509 for Thai language environment.
24510
24511 * language/thai-util.el: Require thai-word.
24512 (thai-word-mode-map): New variable.
24513 (thai-word-mode): New minor mode.
24514 (setup-thai-language-environment-internal): New function.
24515 (exit-thai-language-environment-internal): New function.
24516
24517 * language/thai-word.el (thai-word-table): Declare it by defvar,
24518 use dolist to initialize it.
24519 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24520 (thai-fill-find-break-point): New functions.
24521
24522 2005-03-29 Richard M. Stallman <rms@gnu.org>
24523
24524 * simple.el (idle-update-delay): Move definition up.
24525 (set-mark): Doc fix.
24526
24527 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24528
24529 * longlines.el: New file.
24530
24531 * simple.el (buffer-substring-filters): New variable.
24532 (filter-buffer-substring): New function.
24533 (kill-region, copy-region-as-kill): Use it.
24534
24535 * register.el (copy-to-register, append-to-register)
24536 (prepend-to-register): Use filter-buffer-substring.
24537
24538 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24539
24540 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24541 (gud-filter-pending-text): Move in front of gdb.
24542 (gud-overlay-arrow-position): New variable.
24543 (gud-sentinel, gud-display-line): Use it in place of
24544 overlay-arrow-position.
24545
24546 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24547
24548 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24549 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24550 (fortran-font-lock-keywords-4): New variable.
24551 (fortran-blocks-re, fortran-end-block-re)
24552 (fortran-start-block-re): New constants, for hideshow.
24553 (hs-special-modes-alist): Add a Fortran entry.
24554 (fortran-mode-map): Bind fortran-end-of-block,
24555 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24556 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24557 (fortran-looking-at-if-then, fortran-end-of-block)
24558 (fortran-beginning-of-block): New functions, for hideshow.
24559
24560 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24561 Doc fix. Tweak regexp.
24562 (f90-beginning-of-block): Push mark first.
24563
24564 2005-03-29 Jay Belanger <belanger@truman.edu>
24565
24566 * calc/calc.el: Update copyright date.
24567 (calc-version): Increase to 2.1.
24568 (calc-version-date): Remove.
24569
24570 * calc/calc-help.el: Update copyright date.
24571 (calc-full-help): Remove reference to calc-version-date.
24572 Update copyright date.
24573
24574 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24575
24576 * vc.el (vc-do-command): Use a pipe for async processes, so password
24577 prompts don't show up at places where the user can't reply.
24578
24579 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24580
24581 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24582 on the file name we pass to the inferior shell.
24583
24584 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24585
24586 * progmodes/which-func.el (which-function): Be robust in the face of an
24587 imenu--make-index-alist failure.
24588
24589 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24590
24591 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24592
24593 * progmodes/python.el (python-preoutput-filter): Fix last change.
24594
24595 2005-03-29 Lute Kamstra <lute@gnu.org>
24596
24597 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24598 functions and compiled macros.
24599 (debug-convert-byte-code): Handle macros too.
24600 (debug-on-entry-1): Don't signal an error when trying to clear a
24601 function that is not set to debug on entry.
24602
24603 2005-03-29 Jay Belanger <belanger@truman.edu>
24604
24605 * calc/calc-lang.el: Add functions to math-function-table
24606 properties of tex and math.
24607
24608 2005-03-29 Kenichi Handa <handa@m17n.org>
24609
24610 * ps-mule.el (ps-mule-plot-string): Translate characters by
24611 ps-print-translation-table.
24612 (ps-mule-begin-job): Call find-charset-region/string with
24613 ps-print-translation-table.
24614 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24615
24616 * ps-print.el (ps-print-translation-table): New variable.
24617 (ps-plot-region): Translate characters by ps-print-translation-table.
24618
24619 2005-03-29 Juri Linkov <juri@jurta.org>
24620
24621 * simple.el (next-error-highlight-timer): New variable.
24622
24623 * progmodes/compile.el (compilation-goto-locus):
24624 Use `next-error-highlight-timer' instead of `sit-for'.
24625
24626 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24627
24628 * mail/supercite.el (sc-mail-field): Use assoc-string.
24629 (sc-get-address): Simplify regexps.
24630
24631 * files.el (minibuffer-with-setup-hook): New macro.
24632 (find-file-read-args): Use it to avoid let-binding
24633 minibuffer-with-setup-hook (which breaks turning on/off
24634 file-name-shadow-mode while in the prompt).
24635
24636 * complete.el (PC-read-include-file-name-internal):
24637 Use test-completion.
24638
24639 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24640
24641 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24642
24643 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24644
24645 * window.el (window-buffer-height): Use count-screen-lines.
24646
24647 * progmodes/python.el (python-preoutput-leftover): New var.
24648 (python-preoutput-filter): Use it.
24649 (python-send-receive): Loop until all the result has been received.
24650
24651 2005-03-28 Juri Linkov <juri@jurta.org>
24652
24653 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24654
24655 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24656 "Recover Crashed Session".
24657 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24658 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24659 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24660 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24661 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24662 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24663 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24664 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24665
24666 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24667 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24668 Ediff Sessions", "Toggle use of separate control buffer frame",
24669 "Use separate frame for Ediff control buffer".
24670
24671 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24672 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24673 "Rename Bookmark", "Delete Bookmark".
24674
24675 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24676 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24677 Add `:active Info-index-alternatives' to "Next Matching Item".
24678
24679 * wdired.el (wdired-change-to-wdired-mode):
24680 Mention `wdired-abort-changes' key in the initial message.
24681
24682 * international/mule.el (auto-coding-alist): Associate non-ascii
24683 image filename extensions with `no-conversion'.
24684
24685 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24686
24687 * international/iso-acc.el:
24688 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24689
24690 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24691
24692 * textmodes/sgml-mode.el (html-mode): Doc update.
24693
24694 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24695
24696 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24697
24698 * term.el (term-move-columns): Fix face after extending a line.
24699 (term-insert-spaces): Likewise.
24700 (term-reset-terminal): Fix off by one error.
24701
24702 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24703
24704 * international/mule.el (auto-coding-alist): Add .xpi files.
24705
24706 * files.el (auto-mode-alist): Add .xpi files.
24707
24708 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24709
24710 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24711
24712 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24713
24714 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24715
24716 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24717
24718 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24719 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24720
24721 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24722 cursor to Jan 1 when needed.
24723 (calendar-end-of-year): Fix -/+ typo.
24724 Reported by Chong Yidong <cyd@stupidchicken.com>.
24725
24726 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24727
24728 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24729
24730 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24731 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24732
24733 2005-03-25 Richard M. Stallman <rms@gnu.org>
24734
24735 * filesets.el (filesets-init): Add autoload.
24736
24737 * mail/mailalias.el (mail-directory): Doc fix.
24738
24739 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24740
24741 * mail/mailalias.el (mail-directory-process): Do nothing if
24742 mail-directory-process is an atom.
24743 (mail-get-names): Ignore mail-directory-names if it is an atom.
24744 (mail-directory-process defvar): Doc fix.
24745 (mail-names): Doc fix.
24746
24747 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24748
24749 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24750
24751 2005-03-26 Kenichi Handa <handa@m17n.org>
24752
24753 * international/mule-util.el (detect-coding-with-priority):
24754 Call update-coding-systems-internal before detect-coding-region.
24755
24756 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24757
24758 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24759 (gdb-frames-mode-map): Add follow-link property.
24760
24761 2005-03-25 Jay Belanger <belanger@truman.edu>
24762
24763 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24764 for variables.
24765
24766 2005-03-25 Juri Linkov <juri@jurta.org>
24767
24768 * image-mode.el: Optimize image filename extension regexps in
24769 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24770 in `auto-mode-alist'.
24771 (image-mode): Add `image-toggle-display-text' to local hook
24772 `change-major-mode-hook'. Display the image as an image by
24773 default. Set `cursor-type' and `truncate-lines' if the image
24774 is already displayed. Take into account the current mode (image
24775 or text) in message.
24776 (image-minor-mode): New minor mode.
24777 (image-mode-maybe, image-toggle-display-text): New functions.
24778 (image-toggle-display): Use called-interactively-p.
24779 Let-bind `inhibit-read-only' to t.
24780
24781 * image-mode.el (image-minor-mode): Set `cursor-type' and
24782 `truncate-lines' if the image is already displayed. Add turning
24783 image-minor-mode off to `change-major-mode-hook'. Add message.
24784 Call `image-toggle-display-text' after turning image-minor-mode off.
24785
24786 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24787
24788 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24789 Terminal.app, use utf-8.
24790 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24791 (set-locale-environment): Use it.
24792
24793 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24794
24795 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24796
24797 * progmodes/python.el (python-close-block-statement-p)
24798 (python-outdent-p, python-current-defun): Use symbol-end.
24799
24800 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24801
24802 * files.el (save-some-buffers): Doc fix.
24803
24804 2005-03-25 Werner Lemberg <wl@gnu.org>
24805
24806 * complete.el, thumbs.el: Replace `legal' with `valid'.
24807 * calendar/calendar.el: Replace `legal' with `valid'.
24808 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24809 * mail/supercite.el: Replace `legal' with `valid'.
24810 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24811 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24812 Replace `legal' with `valid'.
24813 * textmodes/reftex-vars.el, textmodes/reftex.el:
24814 Replace `legal' with `valid'.
24815
24816 2005-03-25 Werner Lemberg <wl@gnu.org>
24817
24818 * calc/calc-forms.el, calc/calc-sel.el
24819 * midnight.el, vc-cvs.el
24820 * emacs-lisp/cl-macs.el
24821 * emulation/vip.el
24822 * eshell/esh-io.el, eshell/esh-var.el
24823 * mail/supercite.el
24824 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24825 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24826 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24827 * progmodes/sh-script.el, progmodes/xscheme.el
24828 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24829 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24830 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24831 * textmodes/reftex.el, textmodes/org.el:
24832 Replace `illegal' with `invalid'.
24833
24834 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24835
24836 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24837 (flymake-find-buildfile, flymake-find-possible-master-files)
24838 (flymake-check-include, flymake-parse-line): Replace loops over the
24839 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24840
24841 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24842 Substitute file-name-as-directory in the rest of the file.
24843 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24844 (flymake-replace-region): Remove unused arg `buffer'.
24845 (flymake-check-patch-master-file-buffer): Update calls to it.
24846 (flymake-add-err-info): Remove unused var `count'.
24847 (flymake-mode): Use define-minor-mode.
24848
24849 * progmodes/flymake.el: Use with-current-buffer.
24850 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24851 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24852 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24853 Avoid testing for `xemacs'.
24854 (flymake-nop): Move.
24855 (flymake-region-has-flymake-overlays): Return the computed value.
24856 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24857 Remove unused var `endline'.
24858 (flymake-get-line-count): Remove unused function.
24859 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24860
24861 * emulation/vi.el:
24862 * generic.el:
24863 * hilit-chg.el (global-highlight-changes):
24864 * hi-lock.el (hi-lock-mode):
24865 * follow.el: find-file-hooks -> find-file-hook.
24866
24867 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24868
24869 2005-03-24 Juri Linkov <juri@jurta.org>
24870
24871 * dired.el (dired-mode-map): Add menu item "Compare directories"
24872 for dired-compare-directories.
24873
24874 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24875 Doc fix. Replace `read-file-name' with `read-directory-name'.
24876
24877 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24878
24879 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24880
24881 2005-03-24 Jay Belanger <belanger@truman.edu>
24882
24883 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24884 relevant mode settings in calc-embedded-original-modes when modes
24885 are permanently changed.
24886
24887 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24888
24889 * autoinsert.el: find-file-hooks -> find-file-hook.
24890
24891 2005-03-24 Lute Kamstra <lute@gnu.org>
24892
24893 * generic.el (generic-font-lock-defaults): Make it obsolete.
24894 (generic-font-lock-keywords): New variable to replace
24895 generic-font-lock-defaults.
24896 (generic-mode-set-font-lock): Delete it.
24897 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24898 (generic-bracket-support): Add docstring.
24899
24900 * generic-x.el: Rename generic-font-lock-defaults to
24901 generic-font-lock-keywords throughout.
24902 (mailagent-rules-setup-function): Delete it.
24903 (mailagent-rules-generic-mode): Use anonymous function instead.
24904 (show-tabs-generic-mode-font-lock-defaults-1)
24905 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24906 Quote faces.
24907 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24908 not foreground.
24909
24910 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24911 Recognize define-generic-mode.
24912
24913 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24914
24915 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24916 if there's no completion table.
24917
24918 2005-03-23 Miles Bader <miles@gnu.org>
24919
24920 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24921 Remove tty-specific variants, as they're no longer needed.
24922
24923 2005-03-23 Lute Kamstra <lute@gnu.org>
24924
24925 * generic-x.el: Code cleanup: make args constant whenever possible.
24926 (installshield-statement-keyword-list)
24927 (installshield-system-functions-list)
24928 (installshield-system-variables-list, installshield-types-list)
24929 (installshield-funarg-constants-list): Make them constants.
24930
24931 * generic.el (generic-make-keywords-list): Add autoload cookie.
24932
24933 * calendar/time-date.el: Add comment on time value formats.
24934 Don't require parse-time.
24935 (with-decoded-time-value): New macro.
24936 (encode-time-value): New function.
24937 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24938 (days-to-time): Return a valid time value when arg is huge.
24939 (time-since): Use time-subtract.
24940 (time-to-number-of-days): Use time-to-seconds.
24941
24942 2005-03-23 David Ponce <david@dponce.com>
24943
24944 * recentf.el (recentf-keep): New option.
24945 (recentf-menu-action): Default to `find-file'.
24946 (recentf-keep-non-readable-files-flag)
24947 (recentf-keep-non-readable-files-p)
24948 (recentf-file-readable-p, recentf-find-file)
24949 (recentf-cleanup-remote): Remove.
24950 (recentf-include-p): More robust.
24951 (recentf-keep-p): New function.
24952 (recentf-remove-if-non-kept): Rename from
24953 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24954 All callers updated.
24955 (recentf-menu-items-for-commands): Fix help string.
24956 (recentf-track-closed-file): Update. Doc fix.
24957 (recentf-cleanup): Update. Count removed files. Doc fix.
24958
24959 2005-03-23 Kim F. Storm <storm@cua.dk>
24960
24961 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24962 Don't inherit from fringe face (now happens automatically).
24963
24964 2005-03-22 Kim F. Storm <storm@cua.dk>
24965
24966 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24967 position values.
24968
24969 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24970
24971 * menu-bar.el (showhide-date-time): Remove.
24972 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24973 (menu-bar-make-mm-toggle): Simplify.
24974
24975 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24976
24977 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24978 Accept qualified variable and function names.
24979
24980 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24981
24982 * bindings.el (completion-ignored-extensions):
24983 Remove ".lis" for `vax-vms'.
24984
24985 2005-03-22 Andreas Schwab <schwab@suse.de>
24986
24987 * generic-x.el: Revert last change.
24988 * ldefs-boot.el: Update.
24989
24990 2005-03-22 Jay Belanger <belanger@truman.edu>
24991
24992 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24993 (calc-embedded-save-original-modes)
24994 (calc-embedded-restore-original-modes): New functions.
24995 (calc-do-embedded): Save original modes when entering embedded mode
24996 and restore when leaving embedded mode.
24997 (calc-embedded-modes-change): Change the value of
24998 calc-embedded-original-modes to reflect permanent changes.
24999
25000 2005-03-22 Lute Kamstra <lute@gnu.org>
25001
25002 * generic-x.el: Require generic again.
25003
25004 2005-03-22 Miles Bader <miles@gnu.org>
25005
25006 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25007 Tweak details to look good on both ttys and bitmap displays, light
25008 or dark background, etc.
25009
25010 2005-03-21 Kim F. Storm <storm@cua.dk>
25011
25012 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25013 mouse position.
25014
25015 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25016
25017 * icomplete.el: Don't forcibly turn on the mode upon load.
25018 (icomplete-mode): Use define-minor-mode.
25019 (icomplete-eoinput): Default to nil.
25020 (icomplete-minibuffer-setup): Remove autoload.
25021 (icomplete-tidy): Simplify.
25022 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25023 in the initial state or if the user has modified the field.
25024 Fix handling of icomplete-max-delay-chars.
25025 Remove code that handles the oddball case where
25026 minibuffer-completion-table is an integer.
25027 Wrap icomplete-completions in while-no-input in case building
25028 completions takes more time than expected.
25029 (icomplete-completions): Simplify.
25030
25031 2005-03-21 Richard M. Stallman <rms@gnu.org>
25032
25033 * jka-compr.el (jka-compr-really-do-compress):
25034 Make variable buffer-local.
25035
25036 * image-mode.el: Handle .xpm files too.
25037 (image-toggle-display): Preserve modification flag.
25038
25039 * help.el (where-is): Don't mention aliases with no key bindings.
25040
25041 2005-03-21 Lute Kamstra <lute@gnu.org>
25042
25043 * generic.el: Fix commentary section. Don't require cl for
25044 compilation.
25045 (generic-mode-list): Add autoload cookie.
25046 (generic-use-find-file-hook, generic-lines-to-scan)
25047 (generic-find-file-regexp, generic-ignore-files-regexp)
25048 (generic-mode, generic-mode-find-file-hook)
25049 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25050 (define-generic-mode): Make it a defmacro. Fix docstring.
25051 (generic-mode-internal): Code cleanup. Add autoload cookie.
25052 (generic-mode-set-comments): Code cleanup.
25053 * generic-x.el: Don't prevent compilation. Don't require generic.
25054 Follow coding conventions. Minor code cleanup.
25055 (etc-fstab-generic-mode): Add some keywords.
25056 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25057 define-generic-mode like a function declaration.
25058
25059 2005-03-21 Jay Belanger <belanger@truman.edu>
25060
25061 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25062 changing modes.
25063
25064 2005-03-21 Sam Steingold <sds@gnu.org>
25065
25066 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25067
25068 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25069
25070 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25071 Add underscore to "f$ lexicals" regexp.
25072
25073 2005-03-20 Juri Linkov <juri@jurta.org>
25074
25075 * subr.el (progress-reporter-do-update): When `min-value' is equal
25076 to `max-value', set `percentage' to 0 and prevent division by zero.
25077
25078 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
25079
25080 Sync with Tramp 2.0.48.
25081
25082 * net/tramp.el (all): Change all addresses to .gnu.org.
25083 (tramp-append-tramp-buffers): New defun.
25084 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25085 Catch `dont-send' signal.
25086 (tramp-set-auto-save-file-modes): Set always permissions, because
25087 there might be an old auto-saved file belonging to another
25088 original file. This could be a security threat. Reported by
25089 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25090 Check for Emacs 21.3.50 removed.
25091
25092 * net/tramp-smb.el (all): Remove debug construct for
25093 `with-parsed-tramp-file-name'.
25094 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25095 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25096 No error message if DIRECTORY or FILENAME doesn't exist.
25097 (tramp-smb-open-connection): Check existence of
25098 `tramp-smb-program'.
25099
25100 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25101
25102 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25103 Properly handle the case where the `m' or `s' command's argument is not
25104 yet terminated.
25105 (perl-indent-new-calculate): New function.
25106 (perl-indent-line): Use it.
25107
25108 2005-03-20 Miles Bader <miles@gnu.org>
25109
25110 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25111 in text-mode too. Change to new face names.
25112 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25113 Add `:weight bold' attribute.
25114 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25115
25116 2005-03-19 Juri Linkov <juri@jurta.org>
25117
25118 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
25119
25120 * international/mule.el (auto-coding-alist): Sync with
25121 `auto-mode-alist' by adding upper case archive file extensions
25122 and adding ear/war to jar extension.
25123
25124 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
25125
25126 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25127 running, restart it.
25128
25129 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
25130
25131 * finder.el (finder-current-item): Throw an error on an empty line.
25132
25133 * man.el (Man-follow-manual-reference): If current-word returns
25134 nil, use "".
25135
25136 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
25137
25138 * simple.el (goto-line): Doc fix.
25139
25140 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
25141
25142 * files.el (save-buffer): Doc fix.
25143
25144 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
25145
25146 * recentf.el (recentf-cleanup-remote): New variable.
25147 (recentf-cleanup): Use it to conditionally check availability of
25148 remote files.
25149
25150 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
25151
25152 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25153 function names.
25154
25155 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25156
25157 * language/thai-word.el: New file.
25158
25159 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25160
25161 * files.el (backup-buffer): If the file's directory is not
25162 writable, use copy instead of move to backup the file.
25163
25164 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25165
25166 * obsolete/keyswap.el: Moved to obsolete/ from term/.
25167
25168 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25169
25170 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25171 Use functionp instead of symbolp and fboundp. Reported by Drkm
25172 <darkman_spam@yahoo.fr>.
25173 (ps-print-version): New version 6.6.6.
25174
25175 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
25176
25177 * textmodes/table.el (table--line-column-position): New idiom.
25178 (table--row-column-insertion-point-p): New function to test
25179 validity of row and column insertion operation at a location.
25180 (table-global-menu, table-cell-menu): Use above functions for
25181 deterministic test operation.
25182 (table--editable-cell-p): Behave in deterministic fashion.
25183
25184 2005-03-18 Juri Linkov <juri@jurta.org>
25185
25186 * isearch.el (isearch-lazy-highlight-new-loop):
25187 Make arguments beg and end optional.
25188 (isearch-update): Remove optional arguments nil from
25189 isearch-lazy-highlight-new-loop.
25190 (isearch-lazy-highlight-search): Let-bind case-fold-search to
25191 isearch-lazy-highlight-case-fold-search instead of
25192 isearch-case-fold-search, and let-bind isearch-regexp to
25193 isearch-lazy-highlight-regexp.
25194 Use isearch-lazy-highlight-last-string instead of isearch-string.
25195
25196 * replace.el (perform-replace): Remove bindings of global
25197 variables isearch-string, isearch-regexp, isearch-case-fold-search.
25198 Add three new arguments to `replace-highlight'.
25199 (replace-highlight): Add arguments string, regexp, case-fold.
25200 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25201 to allow isearch-lazy-highlight-new-loop to use these values
25202 to set corresponding isearch-lazy-highlight-* internal
25203 variables whose values lazy highlighting will use regardless of
25204 changes to global variables isearch-string, isearch-regexp,
25205 isearch-case-fold-search during lazy highlighting loop.
25206 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25207 to `lazy-highlight-cleanup'.
25208
25209 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25210 (ispell-highlight-face): Set default face to `isearch' when
25211 lazy highlighting is enabled.
25212 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25213 priority to 1. Add lazy highlighting.
25214 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25215 from `isearch-dehighlight'.
25216
25217 2005-03-18 David Ponce <david@dponce.com>
25218
25219 * files.el (hack-local-variables): Do a case-insensitive search
25220 for End.
25221
25222 2005-03-18 Juri Linkov <juri@jurta.org>
25223
25224 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25225 `isearch-lazy-highlight-cleanup', add alias to old name and
25226 declare obsolete. Add release numbers to other obsolete vars.
25227 (isearch-done, isearch-lazy-highlight-new-loop):
25228 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25229 (lazy-highlight-cleanup) <variable>: Doc fix.
25230 (isearch-lazy-highlight-update): Rename obsolete
25231 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25232
25233 2005-03-18 Kenichi Handa <handa@m17n.org>
25234
25235 * language/thai-util.el: Fix categorization of Thai characters in
25236 thai-category-table.
25237 (thai-composition-pattern): Adjust it for the above change.
25238 (thai-self-insert-command, thai-compose-syllable): New functions.
25239 (thai-compose-region): Use thai-compose-syllable.
25240 (thai-compose-string): Likewise.
25241 (thai-composition-function): Likewise.
25242 (thai-auto-composition): New function.
25243 (thai-auto-composition-mode): New minor mode.
25244
25245 * language/thai.el: Fix patterns to be registered in
25246 composition-function-table.
25247
25248 * international/quail.el (quail-input-method): Locally bind
25249 inhibit-modification-hooks to t.
25250
25251 2005-03-17 Richard M. Stallman <rms@gnu.org>
25252
25253 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25254 (perl-mode): Use run-mode-hooks.
25255
25256 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25257 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25258 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25259
25260 * mail/sendmail.el (sendmail-send-it): Reenable the code
25261 to compute resend-to-address and use it.
25262
25263 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25264
25265 * image-mode.el: New file.
25266
25267 * image.el (insert-sliced-image): Add autoload cookie.
25268
25269 * font-lock.el (font-lock-lines-before): New user option.
25270 (font-lock-after-change-function): Obey it.
25271
25272 * bindings.el (esc-map): Make M-g a prefix.
25273 Bind M-g g and M-g M-g to goto-line.
25274
25275 * faces.el (face-id): Doc fix.
25276
25277 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25278
25279 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25280 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25281 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25282
25283 * mail/sendmail.el (mail-yank-ignored-headers)
25284 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25285 Add Mail-Followup-To and Mail-Reply-To headers.
25286 (mail-citation-hook): Add autoload cookie.
25287 (mail-mode): Doc fix.
25288 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25289 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25290 (mail-mode-fill-paragraph): Handle those headers.
25291 (mail-mailing-lists): New variable.
25292 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25293
25294 2005-03-17 Juri Linkov <juri@jurta.org>
25295
25296 * isearch.el (isearch-fallback): Check for `(car previous)'
25297 before calling `isearch-other-end-state'.
25298
25299 2005-03-17 Kim F. Storm <storm@cua.dk>
25300
25301 * simple.el (move-beginning-of-line): Move to beginning of buffer
25302 line, as well as beginning of screen line.
25303
25304 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25305
25306 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25307 argument REDRAW rather than calendar-redrawing variable.
25308 * calendar/calendar.el (calendar-redrawing): Delete.
25309 (redraw-calendar): Do not bind calendar-redrawing.
25310
25311 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25312
25313 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25314 diary-file buffer.
25315
25316 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25317
25318 * help.el (describe-mode): Allow a :minor-mode-function property to
25319 specify a different minor mode toggle function than the variable.
25320 * simple.el (auto-fill-function):
25321 * subr.el (add-minor-mode): Use it.
25322
25323 2005-03-16 Kenichi Handa <handa@m17n.org>
25324
25325 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25326 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25327 (ethio-fidel-to-sera-buffer): Likewise.
25328
25329 2005-03-16 Juri Linkov <juri@jurta.org>
25330
25331 * emacs-lisp/find-func.el (find-function-regexp):
25332 Add defun-emitting macro `menu-bar-make-toggle'.
25333
25334 * isearch.el: Put `isearch-scroll' property to
25335 `split-window-horizontally'.
25336
25337 * info.el: Update error messages for `debug-ignored-errors'.
25338 (Info-isearch-search): Doc fix.
25339 (Info-find-node): Move up code to go into info buffer before
25340 recording the node to the history.
25341 (Info-fontify-node): Fontify titles only if the next line
25342 has two or more `*', `=', `-', `.'.
25343 Display "go to this node" for empty (match-string 3).
25344
25345 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25346
25347 * term/mac-win.el: Add mouse pointer shape constants.
25348
25349 2005-03-15 Kim F. Storm <storm@cua.dk>
25350
25351 * simple.el (move-beginning-of-line): Use vertical-motion.
25352
25353 2005-03-15 Juri Linkov <juri@jurta.org>
25354
25355 * isearch.el (isearch-error): New variable.
25356 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25357 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25358 (isearch-within-brackets-state): Remove.
25359 (isearch-case-fold-search-state, isearch-pop-fun-state):
25360 Decrease frame index.
25361 (isearch-mode, isearch-top-state, isearch-push-state)
25362 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25363 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25364 (isearch-search, isearch-lazy-highlight-new-loop):
25365 Replace `isearch-invalid-regexp' with `isearch-error'.
25366 Remove `isearch-within-brackets'.
25367 (isearch-search): Add `search-failed' handler to `condition-case'.
25368 (isearch-lazy-highlight-search): Add `condition-case' to catch
25369 errors and allow `isearch-lazy-highlight-update' to try
25370 highlighting from the beginning of the window.
25371 (isearch-repeat): Move up code to set isearch-wrapped to t
25372 before calling isearch-wrap-function.
25373
25374 * info.el (Info-isearch-initial-node): New internal variable.
25375 (Info-search): Signal an error in isearch mode when search leaves
25376 the initial node. Signal an error when `bound' is non-nil and
25377 nothing was found in the current subfile.
25378 (Info-isearch-search): Remove `condition-case'.
25379 (Info-isearch-wrap): Don't wrap when search failed during leaving
25380 the initial node. If `Info-isearch-search' is nil, wrap around
25381 the current node.
25382 (Info-isearch-start): New fun.
25383 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25384 `isearch-mode-hook'.
25385
25386 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25387
25388 * simple.el (normal-erase-is-backspace): Set default to t if
25389 running on Mac.
25390
25391 * term/mac-win.el (function-key-map): Sync with x-win.el.
25392
25393 2005-03-15 Kenichi Handa <handa@m17n.org>
25394
25395 * international/mule-cmds.el (locale-language-names): Modify the
25396 format of elements and add more entries.
25397 (locale-preferred-coding-systems): Add more entries.
25398 (set-locale-environment): Adjust for the change of
25399 locale-language-names.
25400
25401 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * pcvs.el (smerge-ediff): Remove bogus autoload.
25404
25405 2005-03-14 Lute Kamstra <lute@gnu.org>
25406
25407 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25408 Ignore a `*' at the beginning of a line.
25409
25410 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25411 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25412 subr.el.
25413 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25414 to specify indentation.
25415
25416 * generic.el (define-generic-mode): Let generic-mode-list be a
25417 list of strings; test membership with equal.
25418
25419 2005-03-14 Kim F. Storm <storm@cua.dk>
25420
25421 * simple.el (next-line, previous-line): Add optional try-vscroll
25422 arg to recognize interactive use. Pass it on to line-move.
25423 (line-move): Don't perform auto-window-vscroll when defining or
25424 executing keyboard macro to ensure consistent behavior.
25425
25426 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25427
25428 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25429
25430 2005-03-13 Lute Kamstra <lute@gnu.org>
25431
25432 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25433 debugger-setup-buffer so that backtrace marks the frames set to
25434 debug-on-exit and we don't have to do it manually. Set an extra
25435 debug-on-exit for macro's.
25436 (debugger-setup-buffer): Don't mark the top frame manually.
25437
25438 2005-03-12 Lute Kamstra <lute@gnu.org>
25439
25440 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25441 lisp-indent-function throughout.
25442 (with-no-warnings): Set lisp-indent-function property.
25443
25444 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25445
25446 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25447 Add entry for backslash.
25448
25449 2005-03-12 Juri Linkov <juri@jurta.org>
25450
25451 * info.el (Info-search): Four fixes for backward search.
25452
25453 2005-03-11 Jay Belanger <belanger@truman.edu>
25454
25455 * calc/calc.el (calc-language-alist): New variable.
25456 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25457 (calc-embedded-find-modes): Use calc-language-alist instead of
25458 calc-embedded-language-alist.
25459
25460 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25461
25462 * calendar/calendar.el (calendar-redrawing): New internal
25463 variable.
25464 (redraw-calendar): Remove bogus save-excursion from previous
25465 change. Bind calendar-redrawing to t for mark-diary-entries.
25466 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25467 calendar if that is why we were called.
25468
25469 2005-03-11 Kenichi Handa <handa@m17n.org>
25470
25471 * international/mule.el (make-coding-system): Set property
25472 coding-system-define-form to nil.
25473 (define-coding-system-alias): Likewise.
25474
25475 2005-03-11 Kenichi Handa <handa@m17n.org>
25476
25477 These changes are suggested by Dave Love <fx@gnu.org>.
25478
25479 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25480 coding: tag.
25481 (adaptive-fill-regexp): Add more bullets.
25482 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25483 regexps.
25484
25485 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25486
25487 * help.el (describe-mode): Properly handle non-trivial lighters.
25488 Don't ignore minor modes that are not listed in minor-mode-list.
25489
25490 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25491 feature ON when the user requests to turn it OFF.
25492
25493 2005-03-10 Lute Kamstra <lute@gnu.org>
25494
25495 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25496 (implement-debug-on-entry): New function to replace debug-entry-code.
25497 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25498 second argument as the 2005-03-07 change makes it obsolete.
25499 (debug-on-entry, cancel-debug-on-entry): Update call to
25500 debug-on-entry-1.
25501 (debug, debugger-setup-buffer): Comment update.
25502 (debugger-frame-number): Update to work with implement-debug-on-entry.
25503
25504 2005-03-10 Jay Belanger <belanger@truman.edu>
25505
25506 * calc/calc-embed.el (math-ms-args): Declare it.
25507 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25508 math-ms-args.
25509 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25510 variables.
25511
25512 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25513
25514 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25515 Use message-box.
25516
25517 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25518 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25519 (tooltip-gud-tips): Simplify.
25520 (tooltip-gud-tips-p): Remove superfluous :set.
25521 (tooltip-gud-modes): Add fortran-mode.
25522 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25523
25524 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25525
25526 2005-03-09 Kim F. Storm <storm@cua.dk>
25527
25528 * play/animate.el (animate-place-char): Use forward-line instead
25529 of next-line to improve performance.
25530
25531 2005-03-09 Simon Josefsson <jas@extundo.com>
25532
25533 * net/browse-url.el (browse-url-default-browser): Doc fix.
25534
25535 2005-03-09 Miles Bader <miles@gnu.org>
25536
25537 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25538 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25539
25540 2005-03-09 Kenichi Handa <handa@m17n.org>
25541
25542 * international/latin-1.el: Set case and syntax for 255 only if
25543 set-case-syntax-set-multibyte is nil.
25544
25545 * textmodes/ispell.el (ispell-insert-word): New function.
25546 (ispell-word): Use ispell-insert-word to insert a new word.
25547 (ispell-process-line): Likewise.
25548 (ispell-complete-word): Likewise.
25549
25550 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25551
25552 * calendar/calendar.el (redraw-calendar): Preserve point.
25553 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25554 (calendar-week-start-day): Move after definition of
25555 redraw-calendar. Delete buffer test, since redraw-calendar has
25556 that now.
25557
25558 * calendar/diary-lib.el (mark-diary-entries): Only call
25559 redraw-calendar in the first of any recursive calls.
25560 Reported by Alan Shutko <ats@acm.org>.
25561
25562 2005-03-08 Juri Linkov <juri@jurta.org>
25563
25564 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25565 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25566 (html-radio-buttons): Add a space before the trailing `/>' where
25567 sgml-xml-mode is non-nil.
25568 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25569 the subsequent tag of the empty XML tag.
25570 (html-href-anchor): Don't set initial input to "http:".
25571 (html-image): Ask for the image URL and set point inside alt="".
25572 (html-name-anchor): Duplicate the name in the `id' attribute when
25573 sgml-xml-mode is non-nil.
25574 (html-paragraph): Remove \n before <p>.
25575 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25576 instead of `checked' when sgml-xml-mode is non-nil.
25577
25578 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25579 Remove 1 space before #RRGGBB to not truncate it on terminal
25580 windows w/o fringes. Remove 1 space between bg and fg examples
25581 to get more space.
25582 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25583 avoid byte-compile warnings.
25584
25585 * image-file.el (image-file-handler): Put `safe-magic' property to
25586 `image-file-handler'.
25587
25588 * info.el (Info-isearch-search): Emulate word search in
25589 isearching through multiple Info nodes with Info-search.
25590 (Info-isearch-wrap): Allow isearch-word.
25591
25592 2005-03-08 Lute Kamstra <lute@gnu.org>
25593
25594 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25595 stepping into the debugger's code is not possible.
25596 (debugger-jumping-flag): Docstring update.
25597
25598 2005-03-08 Jay Belanger <belanger@truman.edu>
25599
25600 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25601 embedded mode begins.
25602 (calc-embedded-language-alist): New variable.
25603 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25604 set default language mode.
25605
25606 2005-03-08 Kenichi Handa <handa@m17n.org>
25607
25608 * international/ccl.el (define-ccl-program): Fix docstring about
25609 extra 256 bytes assured for the output buffer.
25610
25611 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25612 Fix BUFFER_MAGNIFICATION to 2.
25613 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25614
25615 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25616
25617 * align.el (align-rules-list): Added an alignment rule for CSS
25618 declarations (applies to css-mode and html-mode buffers).
25619
25620 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25621
25622 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25623
25624 2005-03-07 Kim F. Storm <storm@cua.dk>
25625
25626 * simple.el (move-beginning-of-line): New command.
25627
25628 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25629
25630 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25631
25632 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25633 and move-beginning-of-line.
25634
25635 * apropos.el (apropos-print): Omit command from M-x ... RET.
25636
25637 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25638
25639 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25640 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25641
25642 2005-03-06 Richard M. Stallman <rms@gnu.org>
25643
25644 * bindings.el (esc-map): Bind M-g to goto-line.
25645
25646 * facemenu.el (global-map): Bind M-o, not M-g.
25647
25648 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25649
25650 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25651 "Open Directory" as for "Open File".
25652
25653 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25654
25655 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25656 (push-mark-command): Run activate-mark-hook.
25657
25658 2005-03-06 Richard M. Stallman <rms@gnu.org>
25659
25660 * help-mode.el (help-mode-finish): Don't alter the element
25661 in view-return-to-alist if there already is one.
25662
25663 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25664 make sure the current buffer is the expected one.
25665
25666 * novice.el (disabled-command-function): Output in *Disabled Command*.
25667 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25668
25669 * textmodes/flyspell.el (flyspell-large-region):
25670 Pass args differently for aspell.
25671
25672 * files.el (mode-require-final-newline): Doc fix.
25673
25674 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25675
25676 * progmodes/which-func.el (which-function):
25677 Specify NOERROR when calling imenu--make-index-alist.
25678
25679 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25680
25681 * simple.el (normal-erase-is-backspace): Define default value.
25682
25683 * custom.el (custom-theme-set-variables): Remove unused var
25684 `immediate'.
25685 (custom-reevaluate-setting): Simple function to handle variables
25686 that are defined before their default value can really be
25687 computed.
25688
25689 * startup.el (command-line): Use it for temporary-file-directory,
25690 small-emporary-file-directory, auto-save-file-name-transforms,
25691 blink-cursor-mode, and normal-erase-is-backspace.
25692
25693 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25694 progress, even with buggy anchored keywords.
25695
25696 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25697
25698 * simple.el (goto-line): Remove unbalanced final parenthesis.
25699
25700 2005-03-05 Richard M. Stallman <rms@gnu.org>
25701
25702 * simple.el (goto-line): Use a number at point as the default.
25703 With C-u as arg, switch buffers.
25704
25705 2005-03-05 Juri Linkov <juri@jurta.org>
25706
25707 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25708 with `no-blinking-cursor'.
25709
25710 * startup.el (no-blinking-cursor): New defvar.
25711 (command-line): Add `--no-blinking-cursor' to longopts.
25712 Set `no-blinking-cursor' to t for command line arguments
25713 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25714 with `no-blinking-cursor' in the condition for calling
25715 `blink-cursor-mode'.
25716
25717 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25718
25719 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25720 (menu-bar-options-save): Add blink-cursor-mode.
25721 (menu-bar-options-menu): Add blink-cursor-mode.
25722
25723 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25724
25725 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25726 (icalendar-export-file, icalendar-export-region)
25727 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25728 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25729
25730 2005-03-04 Lute Kamstra <lute@gnu.org>
25731
25732 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25733 (debug-function-list): Ditto.
25734
25735 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25736
25737 * textmodes/texinfmt.el (texinfo-append-refill):
25738 Redefine the types of line to which @refill
25739 is not appended by replacing a search for `@refill\\|@bye' with
25740 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25741 itemize@refill' bug and the unfilled long lines bug.
25742 (texinfmt-version): Update number and date.
25743
25744 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25745
25746 * international/code-pages.el (windows-1250, windows-125[2-8])
25747 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25748
25749 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25750
25751 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25752 bound yet.
25753
25754 2005-03-02 Romain Francoise <romain@orebokech.com>
25755
25756 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25757 buffer after removing limits.
25758 (ibuffer-pop-filter): Ditto.
25759 Update copyright.
25760
25761 2005-03-02 Miles Bader <miles@gnu.org>
25762
25763 * button.el (make-text-button): If the user doesn't specify a
25764 type, use the default. Rewrite to use `add-text-properties' and
25765 plist functions.
25766
25767 2005-03-01 Lute Kamstra <lute@gnu.org>
25768
25769 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25770 (debugger-jumping-flag): New var.
25771 (debug-entry-code): Use it.
25772 (debugger-jump): Use debugger-jumping-flag and add
25773 debugger-reenable to post-command-hook.
25774 (debugger-reenable): Use debugger-jumping-flag and remove itself
25775 from post-command-hook.
25776 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25777 debugger-reenable.
25778
25779 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25780
25781 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25782 inclusion of "itemize\\|", which may be unnecessary, is certainly
25783 inelegant, and stops refilling in itemize lists when formatting
25784 Japanese Texinfo files to Info.
25785 Update copyright to 2005.
25786
25787 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25788
25789 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25790 of an error if GDB can't find the source file.
25791
25792 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25793
25794 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25795 not just the calendar.
25796
25797 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25798 first.
25799 (diary-redraw-calendar): New function.
25800 (make-diary-entry): Add diary-redraw-calendar to local
25801 write-contents-functions. Turn off selective display before
25802 inserting in diary.
25803
25804 2005-03-01 Kim F. Storm <storm@cua.dk>
25805
25806 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25807
25808 2005-03-01 Lute Kamstra <lute@gnu.org>
25809
25810 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25811 that debug-entry-code can be safely removed from a function while
25812 this code is being evaluated. Revert the 2005-02-27 change as the
25813 new implementation no longer requires it. Make sure that a
25814 function body containing just a string is not mistaken for a docstring.
25815 (debug): Skip one more frame in case of debug on entry.
25816 (debugger-setup-buffer): Delete one more frame line in case of
25817 debug on entry.
25818 (debugger-frame-number): Update to use the new text introduced by
25819 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25820
25821 2005-02-28 Kim F. Storm <storm@cua.dk>
25822
25823 * double.el (double-translate-key): Call force-window-update after
25824 read-event to avoid crash in redisplay.
25825
25826 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25827
25828 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25829 (debug): Use it. Move the inhibit-trace earlier.
25830 (debug-entry-code): New const.
25831 (debug-on-entry-1): Use it.
25832
25833 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25834
25835 * international/utf-16.el (ccl-encode-mule-utf-16le):
25836 Fix BUFFER_MAGNIFICATION to 2.
25837 (ccl-encode-mule-utf-16be): Likewise.
25838
25839 2005-02-28 Kenichi Handa <handa@m17n.org>
25840
25841 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25842 Fix BUFFER_MAGNIFICATION to 4.
25843 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25844
25845 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25846
25847 * speedbar.el (speedbar-update-flag): Doc fix.
25848 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25849 argument.
25850
25851 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25852
25853 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25854 have a non-nil `invisible' property but are actually visible.
25855
25856 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25857 for perldoc sections.
25858 (perl-outline-regexp, perl-outline-level): New var and function.
25859 (perl-mode): Use them.
25860
25861 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25862
25863 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25864 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25865
25866 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25867
25868 * cus-edit.el: Comment change.
25869 (custom-buffer-create-internal): Slightly reword text at top of
25870 Custom buffers. Mention there that saving an option edits the
25871 init file. Add link to Emacs manual node on `custom-file'.
25872 (custom-magic-alist): Rewrite individual State messages to use
25873 capitalized keywords. Doc fix.
25874
25875 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25876
25877 * calendar/calendar.el (calendar-buffer): Move above
25878 calendar-week-start-day.
25879 (calendar-week-start-day): Doc fix. Add :set function.
25880 (calendar-minimum-window-height): New variable.
25881 (generate-calendar-window): Only resize window if selected-window
25882 is displaying the calendar buffer. Use new variable
25883 calendar-minimum-window-height.
25884 (generate-calendar): Reword error message.
25885 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25886
25887 2005-02-27 Andreas Schwab <schwab@suse.de>
25888
25889 * vc.el (vc-do-command): Don't run command asynchronously when
25890 operating in a remote directory.
25891
25892 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25893 change from sync with Tramp 2.0.47.
25894
25895 2005-02-27 Richard M. Stallman <rms@gnu.org>
25896
25897 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25898
25899 * textmodes/flyspell.el (flyspell-mode-on):
25900 Call ispell-change-dictionary only if necessary.
25901
25902 * emacs-lisp/re-builder.el (regexp-builder): New function.
25903
25904 * register.el (describe-register-1): Explicitly handle
25905 yank-excluded-properties = t.
25906
25907 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25908 (custom-magic-alist): Change the status descriptions again.
25909 (face widget-type): Total rewrite based on `restricted-sexp'
25910 to eliminate the confusing double hiding levels.
25911
25912 * emacs-lisp/debug.el (debug-on-entry-1):
25913 If function body is empty, add nil as body form.
25914
25915 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25916
25917 * emacs-lisp/trace.el (inhibit-trace): New var.
25918 (trace-make-advice): Use it.
25919
25920 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25921
25922 2005-02-26 Kim F. Storm <storm@cua.dk>
25923
25924 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25925 (mouse-on-link-p, mouse-drag-region-1): Use it.
25926
25927 2005-02-25 Lute Kamstra <lute@gnu.org>
25928
25929 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25930
25931 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25932
25933 * frame.el (blink-cursor-mode): Add :group keyword.
25934
25935 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25936
25937 * calendar/icalendar.el (icalendar--decode-isodatetime):
25938 New optional argument DAY-SHIFT.
25939 (icalendar-export-region): Fix coding-system-for-write.
25940 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25941 events by one.
25942
25943 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25944
25945 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25946
25947 2005-02-24 Kim F. Storm <storm@cua.dk>
25948
25949 * international/iso-acc.el (iso-accents-compose): Fix crash
25950 during redisplay. Call force-window-update after read-event
25951 and delete-region to signal that window is not accurate.
25952
25953 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25954
25955 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25956 Remove unused and inexistent var `inhibit-trace'.
25957 (debugger-mode): Use run-mode-hooks.
25958 (debugger-list-functions): Add buttons; setup xref stack.
25959
25960 2005-02-23 Richard M. Stallman <rms@gnu.org>
25961
25962 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25963 appointment says it was explicitly made.
25964 (appt-add): Set the 3rd element.
25965 (appt-make-list): Preserve explicit appointments.
25966
25967 * subr.el (find-tag-default): Catch errors in forward-sexp.
25968
25969 2005-02-23 Juri Linkov <juri@jurta.org>
25970
25971 * info.el (Info-isearch-search): New defcustom.
25972 (Info-isearch-search): Call the default isearch function
25973 when Info-isearch-search is nil.
25974 (Info-isearch-wrap): Use variable Info-isearch-search.
25975
25976 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25977
25978 * cus-edit.el: Comment change.
25979
25980 2005-02-22 Kim F. Storm <storm@cua.dk>
25981
25982 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25983 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25984
25985 2005-02-22 Simon Josefsson <jas@extundo.com>
25986
25987 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25988 New variable.
25989 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25990 Oskarsson" <myrkraverk@users.sourceforget.net>.
25991
25992 2005-02-22 Kim F. Storm <storm@cua.dk>
25993
25994 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25995 check that window of that event is the selected window.
25996 (mouse-drag-region-1): Compare mouse event window to selected
25997 window before setting point.
25998
25999 * tooltip.el (tooltip-show-help-function): Pass event to
26000 mouse-on-link-p so it can check selected window.
26001
26002 2005-02-22 Kenichi Handa <handa@m17n.org>
26003
26004 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26005 (ps-mule-show-warning): New function.
26006 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26007 characters are found.
26008
26009 * ps-print.el (ps-header-footer-string): Return a list of header
26010 and footer strings.
26011
26012 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26013
26014 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26015
26016 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26017
26018 * frame.el (blink-cursor-mode): Use define-minor-mode.
26019
26020 * term/mac-win.el (function-key-map): Use char-names more consistently.
26021 (file-name-coding-system): Only set it for MacOS-9. The other case is
26022 already handled in mule-cmds.el (where it also works when mac-win.el
26023 is not used).
26024
26025 2005-02-21 Kenichi Handa <handa@m17n.org>
26026
26027 * international/mule.el (ctext-pre-write-conversion): Always use
26028 " *code-converting-work*" buffer for work.
26029
26030 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26031
26032 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26033
26034 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26035
26036 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26037
26038 * ses.el (undo-more): Restore defadvice, but only the part that
26039 allows changes outside the restricted area of the buffer.
26040
26041 2005-02-20 Kim F. Storm <storm@cua.dk>
26042
26043 * simple.el (line-move): Add fourth optional arg try-vscroll which
26044 must be set to perform auto-window-vscroll.
26045 When moving backwards and doing auto-window-vscroll, automatically
26046 vscroll to the last part of lines which are taller than the window.
26047 (next-line, previous-line): Set try-vscroll arg on line-move.
26048
26049 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26050
26051 * replace.el (query-replace, query-replace-regexp)
26052 (replace-string, replace-regexp): When operating on region, make
26053 the minibuffer prompt say so.
26054
26055 * isearch.el (isearch-forward): Document isearch-query-replace and
26056 isearch-query-replace-regexp keybindings.
26057
26058 2005-02-19 Jay Belanger <belanger@truman.edu>
26059
26060 * calc/calc-aent.el (math-read-token): Add local variable.
26061
26062 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26063 (calc-edit-top): Move declaration to earlier in file.
26064 (calc-edit-macro-repeats): Add local variables.
26065
26066 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26067 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26068 calcFunc-tanh.
26069 Adjust integration rule for calcFunc-tan.
26070
26071 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26072
26073 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26074 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26075 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26076 (viper-skip-separators): Bug fix.
26077 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26078 particular major mode.
26079 (viper-del-backward-char-in-replace): Don't put deleted char on the
26080 kill ring.
26081
26082 * viper-ex.el (viper-color-display-p): New function.
26083 (viper-has-face-support-p): Use viper-color-display-p.
26084
26085 * viper-keym.el (viper-gnus-modifier-map): New keymap.
26086
26087 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26088
26089 * viper-util.el (viper-glob-unix-files): Fix shell status check.
26090 (viper-file-remote-p): Make equivalent to file-remote-p.
26091
26092 * viper.el (viper-major-mode-modifier-list):
26093 Use viper-gnus-modifier-map.
26094
26095 2005-02-19 David Kastrup <dak@gnu.org>
26096
26097 * subr.el (subregexp-context-p): Fix garbled doc string by adding
26098 quoting.
26099
26100 2005-02-19 Jay Belanger <belanger@truman.edu>
26101
26102 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26103 Remove extra definitions.
26104 (calc-coth): New function.
26105 (calcFunc-cot): Fix `let'.
26106
26107 2005-02-19 Eli Zaretskii <eliz@gnu.org>
26108
26109 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26110 the reasons we use "type pc" in these faces.
26111
26112 * button.el (button): Ditto.
26113
26114 2005-02-19 Michael Mauger <mmaug@yahoo.com>
26115
26116 * replace.el (query-replace-read-from): Set the value of
26117 query-replace-from-history-variable to handle the case of an empty
26118 string entered to accept the suggested default.
26119
26120 * net/tramp.el (tramp-file-name-for-operation):
26121 Use dired-call-process instead of dired-call-process-command.
26122
26123 2005-02-19 Jay Belanger <belanger@truman.edu>
26124
26125 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26126 (math-div-non-trig): New variables.
26127 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26128 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26129 (math-combine-prod, math-div-symb-fancy): Add simplifications for
26130 trig expressions.
26131
26132 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
26133
26134 * progmodes/gdb-ui.el (gdb-var-update-handler)
26135 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26136 for watch expressions,
26137 (gdb-var-create-handler): Don't set speedbar-update-flag.
26138 (gdb-post-prompt): Simplify test for speedbar.
26139
26140 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26141
26142 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26143 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26144 we use the syntax table of the correct buffer.
26145 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26146 Felix Gatzemeier.
26147
26148 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26149 (ediff-file-remote-p): Make synonymous with file-remote-p.
26150 In all deffaces ediff-*-face-*, use min-colors.
26151
26152 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26153 ediff-recurse-to-subdirectories.
26154 (ediff-mark-if-equal): Check that the arguments are strings, use
26155 ediff-same-contents (after to Felix Gatzemeier).
26156
26157 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26158 nil.
26159
26160 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
26161
26162 * log-view.el (log-view-message-re): Fix up Subversion regexp.
26163
26164 2005-02-18 David Kastrup <dak@gnu.org>
26165
26166 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26167 use `mark-active' when defined.
26168
26169 2005-02-18 Kenichi Handa <handa@m17n.org>
26170
26171 * ps-print.el (ps-font-info-database): New entry
26172 ZapfChancery-MediumItalic with correct font name. Fix font name
26173 of the entry Zapf-Chancery-MediumItalic.
26174
26175 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
26176
26177 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26178
26179 2005-02-16 Kim F. Storm <storm@cua.dk>
26180
26181 * ido.el (ido-fallback-command): Pass user input to fallback command.
26182
26183 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
26184
26185 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26186 (gdb-find-file-hook): Add server prefix.
26187
26188 2005-02-16 Richard M. Stallman <rms@gnu.org>
26189
26190 * replace.el (perform-replace): Pass new args to replace-highlight.
26191 (replace-highlight): Take region args,
26192 and pass them to isearch-lazy-highlight-new-loop.
26193
26194 * novice.el (disabled-command-hook): Autoload the defalias
26195 and the make-obsolete-variable call.
26196
26197 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26198
26199 * isearch.el (isearch-lazy-highlight-start-limit)
26200 (isearch-lazy-highlight-end-limit): New variables limit
26201 the region for highlighting.
26202 (isearch-lazy-highlight-new-loop): New args BEG and END.
26203 (isearch-lazy-highlight-search): Use the new vars.
26204 (isearch-lazy-highlight-update): Likewise.
26205
26206 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26207
26208 * cus-start.el (all): Use default-boundp.
26209
26210 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26211
26212 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26213
26214 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26215
26216 * autorevert.el (auto-revert-stop-on-user-input)
26217 (auto-revert-verbose): Doc fixes.
26218
26219 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26220
26221 * international/mule-cmds.el (set-locale-environment): Remove call
26222 to set-selection-coding-system on Windows.
26223
26224 2005-02-15 Jay Belanger <belanger@truman.edu>
26225
26226 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26227 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26228 calcFunc-coth.
26229 (math-simplify-sqrt): Add simplifications.
26230
26231 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26232 to list.
26233
26234 * calc/calc-ext.el: Add functions to autoloads.
26235
26236 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26237 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26238 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26239 (math-csc-raw, math-cot-raw): New functions.
26240
26241 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26242
26243 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26244 the variable name in a message.
26245
26246 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26247 calcFunc-csc, calcFunc-cot.
26248
26249 * calc/calcalg2.el: Add derivative and integration rules for
26250 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26251 calcFunc-csch, calcFunc-coth.
26252 (math-do-integral-methods): Add to checks for when to use
26253 substitutions.
26254
26255 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26256
26257 2005-02-15 Lute Kamstra <lute@gnu.org>
26258
26259 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26260 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26261 <monnier@iro.umontreal.ca>
26262 (lisp-outline-level): Improve efficiency. Suggested by David
26263 Kastrup <dak@gnu.org>.
26264
26265 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26266
26267 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26268 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26269 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26270 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26271 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26272
26273 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26274
26275 * cus-start.el (all): Comment change.
26276
26277 2005-02-14 Lute Kamstra <lute@gnu.org>
26278
26279 * cus-start.el (all): Check if symbol is void.
26280
26281 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26282
26283 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26284 optional argument to \cite.
26285
26286 2005-02-14 Richard M. Stallman <rms@gnu.org>
26287
26288 * cus-edit.el (custom-buffer-create-internal): Update help message.
26289 (custom-magic-alist): Update help messages.
26290
26291 * cus-start.el (all): Allow a var to specify a standard value.
26292
26293 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26294
26295 * custom.el (custom-theme-set-variables): Handle variable aliases.
26296
26297 * frame.el (blink-cursor-timer): Doc fix.
26298 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26299 declare obsolete.
26300 (blink-cursor-mode): Define with defcustom and use correct
26301 standard expression in that defcustom.
26302 * startup.el (command-line): Adapt to above changes in frame.el.
26303
26304 2005-02-11 Lute Kamstra <lute@gnu.org>
26305
26306 * apropos.el (apropos-score-doc): Prevent division by zero.
26307
26308 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26309
26310 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26311 (icalendar--get-event-property-attributes)
26312 (icalendar--get-event-properties)
26313 (icalendar--datetime-to-diary-date): New functions.
26314 (icalendar--split-value): Doc fix.
26315 (icalendar--datetime-to-noneuropean-date)
26316 (icalendar--datetime-to-european-date): New optional argument
26317 SEPARATOR. Return result as a string instead of a list.
26318 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26319 (icalendar--convert-string-for-export): Rename arg S to STRING.
26320 (icalendar-export-region): Doc fix. Change name of error buffer.
26321 Save output buffer.
26322 (icalendar-import-file): Add blank at end of prompt.
26323 (icalendar-import-buffer): Doc fix. Do not switch to error
26324 buffer. Indicate status in return value.
26325 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26326 buffer. Save output buffer. Handle exception from recurrence
26327 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26328 events. Fix problems with weekly all-day events.
26329
26330 2005-02-10 Richard M. Stallman <rms@gnu.org>
26331
26332 * simple.el (eval-expression-print-format):
26333 Avoid warning about edebug-active.
26334
26335 * help.el (help-for-help-internal): Rename from help-for-help.
26336 (help-for-help): Define with defalias.
26337
26338 * font-core.el (font-lock-default-function): Use with-no-warnings.
26339
26340 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26341
26342 * custom.el (defface): Doc fix.
26343
26344 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26345
26346 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26347 width 0" to prevent word wrapping problems.
26348
26349 2005-02-09 Kim F. Storm <storm@cua.dk>
26350
26351 * ido.el (ido-file-extensions-order): New defcustom.
26352 (ido-file-extension-lessp, ido-file-extension-aux)
26353 (ido-file-extension-order): New advanced file ordering.
26354 (ido-file-lessp): New simple file ordering.
26355 (ido-sort-list): Remove.
26356 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26357 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26358
26359 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26360
26361 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26362 that some versions of grep produce.
26363 (grep-mode-font-lock-keywords): Likewise.
26364
26365 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26366
26367 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26368 (gdb-cdir): Delete.
26369 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26370 (gdb-source-info): Treat case when source file is in another
26371 directory properly.
26372 (gdb-get-location): New function.
26373
26374 2005-02-07 Jay Belanger <belanger@truman.edu>
26375
26376 * calc/calc-prog.el (calc-write-parse-table-part)
26377 (calc-fix-token-name): Fix a check for language type.
26378
26379 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26380
26381 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26382
26383 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26384 as directory not writable.
26385
26386 2005-02-07 Kim F. Storm <storm@cua.dk>
26387
26388 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26389 (cua--standard-movement-commands): Remove list.
26390 Instead, set CUA property value to move for movement commands.
26391 (cua-movement-commands): Remove. Users must set CUA prop instead.
26392 (cua--pre-command-handler): Check CUA property.
26393 (cua--init-keymaps): Don't remap undo commands.
26394 (cua-mode): Don't call cua--rectangle-on-off.
26395
26396 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26397 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26398 (cua--rect-undo-set-point): New var.
26399 (cua--rectangle-undo-boundary): Setup undo apply entry.
26400 (cua--rect-undo-handler): New function for rectangle undo.
26401 (cua--rect-start-position, cua--rect-end-position): Add.
26402 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26403 for restored rectangle. Set point if cua--rect-undo-set-point.
26404
26405 2005-02-06 Jay Belanger <belanger@truman.edu>
26406
26407 * calc/calc-lang.el (calc-tex-language): Display more information
26408 in messages.
26409
26410 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26411 in TeX mode.
26412
26413 2005-02-06 Richard M. Stallman <rms@gnu.org>
26414
26415 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26416
26417 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26418
26419 * net/ldap.el (ldap-search-internal): Support attributes with
26420 optional descriptions separated by a semi-colon, as in
26421 "userCertificate;binary".
26422
26423 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26424
26425 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26426 isn't a cons (i.e. the version is 0).
26427
26428 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26429
26430 * help.el (help-for-help): Doc fix.
26431
26432 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26433
26434 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26435 GDB-Windows on the menu-bar as this works better.
26436
26437 2005-02-04 Jay Belanger <belanger@truman.edu>
26438
26439 * calc/calc-embed.el (calc-embedded-update): Don't put in
26440 unnecessary newlines. Adjust the end of formula marker.
26441
26442 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26443 (math-latex-parse-two-args): New function.
26444
26445 2005-02-03 Lute Kamstra <lute@gnu.org>
26446
26447 * help-fns.el (help-with-tutorial): Make sure that users cannot
26448 remove the entire text of the tutorial by means of `undo'.
26449
26450 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26451
26452 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26453 in recent changes, where the ispell process was repeatedly
26454 killed & restarted.
26455
26456 * international/mule-cmds.el (set-locale-environment): Set file-name
26457 coding system to utf-8 on Darwin systems.
26458 (set-default-coding-systems): Don't set default-file-name-coding-system
26459 on Darwin systems.
26460
26461 2005-02-03 Richard M. Stallman <rms@gnu.org>
26462
26463 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26464
26465 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26466
26467 * faces.el (list-faces-display): Add optional argument.
26468
26469 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26470
26471 * font-core.el (font-lock-default-function): Handle the rare case where
26472 only font-lock-keywords is set.
26473
26474 2005-02-02 Kenichi Handa <handa@m17n.org>
26475
26476 * international/characters.el: Cancel previous change for
26477 I-WITH-DOT-ABOVE and DOTLESS-i.
26478
26479 * international/latin-5.el: Cancel previous change.
26480
26481 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26482
26483 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26484
26485 2005-02-02 Kenichi Handa <handa@m17n.org>
26486
26487 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26488 DOTLESS-i.
26489
26490 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26491 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26492
26493 * case-table.el (get-upcase-table): New function.
26494 (copy-case-table): Copy upcaes table too if non-nil.
26495 (set-case-syntax-delims): Maintain upcase table too.
26496 (set-case-syntax-pair): Likewise.
26497 (set-upcase-syntax, set-downcase-syntax): New functions.
26498 (set-case-syntax): Maintain upcase table too.
26499
26500 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26501
26502 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26503
26504 * progmodes/gud.el (gud-goto-info): New function.
26505 (gud-tool-bar-map): Use correct icon.
26506
26507 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26508
26509 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26510 When delegating, order args in the funcall correctly.
26511
26512 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26513
26514 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26515
26516 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26517
26518 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26519 buffer not visiting a file.
26520
26521 2005-01-31 Jay Belanger <belanger@truman.edu>
26522
26523 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26524 bound on the line with the formula.
26525
26526 2005-01-31 Kim F. Storm <storm@cua.dk>
26527
26528 * ses.el (ses-create-cell-variable-range)
26529 (ses-destroy-cell-variable-range, ses-reset-header-string)
26530 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26531 (ses-insert-row): Fix format of apply undo entries.
26532
26533 2005-01-31 Jay Belanger <belanger@truman.edu>
26534
26535 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26536 parts.
26537
26538 * calc/calc-embed.el (calc-embedded-open-formula)
26539 (calc-embedded-close-formula): Ignore matrix environments.
26540
26541 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26542 TeX mode.
26543
26544 * calc/calc-lang.el (math-function-table, math-oper-table)
26545 (math-variable-table): Adjust the LaTeX portions.
26546
26547 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26548 (math-latex-ignore-words): New constant.
26549
26550 2005-01-31 Richard M. Stallman <rms@gnu.org>
26551
26552 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26553 (ispell-local-dictionary): Doc fix.
26554 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26555 Don't reinitialize at run time. Don't defcustom.
26556 All uses changed to append ispell-local-dictionary-alist,
26557 or check it first.
26558 (ispell-current-dictionary): New variable for dictionary in use.
26559 (ispell-dictionary): Now used only for global default.
26560 (ispell-start-process): Set ispell-current-dictionary,
26561 not ispell-dictionary.
26562 (ispell-change-dictionary): Use this only for setting
26563 user preferences.
26564 (ispell-internal-change-dictionary): New function
26565 to change the current dictionary in use.
26566 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26567 Use ispell-current-dictionary.
26568 Handle ispell-local-dictionary-overridden.
26569 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26570
26571 2005-01-31 Jay Belanger <belanger@truman.edu>
26572
26573 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26574
26575 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26576 (calc-mode-map): Add calc-latex-language.
26577
26578 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26579 (math-latex-print-frac): New functions.
26580 (math-oper-table, math-function-table, math-variable-table)
26581 (math-complex-format, math-input-filter): Add latex properties.
26582 (calc-set-language): Set math-expr-special-function-mapping.
26583
26584 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26585 (calc-write-parse-table-part): Add LaTeX support.
26586
26587 * calc/calc.el (calc-language): Adjust docstring.
26588 (calc-set-mode-line): Add LaTeX support.
26589 (math-expr-special-function-mapping): New variable.
26590 (math-tex-ignore-words): Add to list.
26591
26592 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26593 Add LaTeX support.
26594 (math-compose-expr): Add support for special functions.
26595
26596 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26597
26598 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26599
26600 * progmodes/gdb-ui.el (gdb-memory-address)
26601 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26602 (gdb-memory-mode-map, gdb-memory-format-keymap)
26603 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26604 (gdb-memory-unit-menu): New variables for a buffer
26605 that lets the user examine program memory.
26606 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26607 (gdb-memory-format-binary, gdb-memory-format-octal)
26608 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26609 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26610 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26611 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26612 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26613 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26614 (gdb-memory-mode, gdb-memory-buffer-name)
26615 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26616 New functions for above buffer.
26617
26618 2005-01-30 Richard M. Stallman <rms@gnu.org>
26619
26620 * cus-edit.el (custom-bury-buffer): Function deleted.
26621 (custom-buffer-done-function): Option deleted.
26622 (custom-buffer-done-kill): New replacement option.
26623 (Custom-buffer-done): Call quit-window.
26624 (custom-buffer-create-internal): Update for above changes.
26625
26626 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26627
26628 * simple.el (undo-ask-before-discard): New var.
26629 (undo-outer-limit-truncate): Implement it.
26630 (undo-extra-outer-limit): Doc update.
26631
26632 2005-01-29 Richard M. Stallman <rms@gnu.org>
26633
26634 * ses.el (undo-more): Delete defadvice.
26635 (ses-begin-change): Doc fix.
26636
26637 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26638 instead of rebinding C-x u and C-_.
26639
26640 * files.el (normal-backup-enable-predicate): Return nil for files
26641 in /tmp, regardless of temporary-file-directory.
26642
26643 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26644
26645 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26646 (open-rectangle, delete-whitespace-rectangle-line)
26647 (clear-rectangle-line): If FILL, pass t instead of FILL
26648 for move-to-column's 2nd arg.
26649
26650 * simple.el (undo): Fix the test for continuing a series of undos.
26651 (undo-more): Set pending-undo-list to t when we reach end.
26652 (pending-undo-list): Move up defvar.
26653
26654 * wid-edit.el (widget-button-click):
26655 Shorten the range of the track-mouse binding.
26656
26657 * comint.el (comint-insert-input): Undo previous changes;
26658 use last-input-event in interactive spec.
26659
26660 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26661
26662 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26663 to nil before invoking call-process. Reset buffer's modified flag
26664 after fontifying it in the no-async branch.
26665
26666 * wid-edit.el (widget-specify-button): If mouse pointer shape
26667 cannot be changed, use mouse face instead.
26668
26669 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26670
26671 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26672 (gdb-goto-breakpoint): Make breakpoint handling work on template
26673 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26674 (gdb-assembler-custom): Update to recognize breakpoint information
26675 added on 2005-01-19.
26676
26677 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26678
26679 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26680 (dsssl-mode): Use define-derived-mode.
26681 (scheme-mode-initialize): Remove.
26682 (scheme-mode): Use run-mode-hooks.
26683
26684 * cus-edit.el (customize-group-other-window)
26685 (custom-buffer-create-other-window): Don't override special-display-*.
26686 (custom-mode-map): Make it dense.
26687
26688 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26689 sets the default value.
26690
26691 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26692
26693 * descr-text.el: Add more keywords.
26694
26695 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26696
26697 * speedbar.el: Avoid unnecessary use of locate-library.
26698
26699 * international/mule-cmds.el (standard-display-european-internal):
26700 Don't fiddle with latin-1 non-break space any more since it's now
26701 special cased in the C code.
26702 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26703
26704 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26705
26706 * cus-start.el (all): Add `undo-outer-limit'.
26707
26708 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26709
26710 * textmodes/bibtex.el (bibtex-format-entry):
26711 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26712 field lines.
26713 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26714 not on part of a buffer.
26715
26716 2005-01-25 Lute Kamstra <lute@gnu.org>
26717
26718 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26719 nonempty field text strings like "{letters\\macro{}more letters}".
26720 Clarify docstring.
26721 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26722 (bibtex-entry-offset, bibtex-parse-association)
26723 (bibtex-parse-field-name): Fix typos in docstrings.
26724 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26725
26726 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26727
26728 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26729 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26730 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26731 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26732
26733 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26734 isearch minor mode.
26735
26736 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26737
26738 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26739
26740 2005-01-24 Lute Kamstra <lute@gnu.org>
26741
26742 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26743 CASECHARS and NOT-CASECHARS regular expressions of the
26744 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26745 striding over charsets" error.
26746
26747 2005-01-24 Jay Belanger <belanger@truman.edu>
26748
26749 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26750 display variable name.
26751
26752 2005-01-24 Kenichi Handa <handa@m17n.org>
26753
26754 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26755 Fix setting of the element of encoded-kbd-iso2022-invocations.
26756
26757 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26758
26759 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26760 (gdb-threads-select): Change to also accept mouse events.
26761 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26762 (gdb-threads-mouse-select): Delete.
26763
26764 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26765
26766 * files.el (insert-directory): Take care of empty directory,
26767 listed without -a switch.
26768
26769 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26770
26771 * textmodes/refill.el (refill-post-command-function):
26772 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26773 to the list of functions that we should be careful not to undo.
26774 (refill-late-fill-paragraph-function): Remove.
26775 (refill-saved-state): New var.
26776 (refill-mode): Use it to save fill-paragraph-function.
26777 Save also the value of auto-fill-function.
26778
26779 * term/w32-win.el: Simplify code.
26780
26781 2005-01-23 Kim F. Storm <storm@cua.dk>
26782
26783 * simple.el (line-move): Adapt to new return value from
26784 pos-visible-in-window-p.
26785
26786 * simple.el (line-move): Fix last change. Check partial
26787 visibility at point rather than at window-start.
26788
26789 2005-01-22 Jason Rumney <jasonr@gnu.org>
26790
26791 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26792
26793 2005-01-22 David Kastrup <dak@gnu.org>
26794
26795 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26796
26797 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26798
26799 * type-break.el (type-break-mode): Add a test for
26800 type-break-file-name being non-nil.
26801
26802 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26803
26804 * net/eudc.el (top level): Call (message "") via progn, so that
26805 eudc-options-file is loaded.
26806
26807 2005-01-22 Kim F. Storm <storm@cua.dk>
26808
26809 * simple.el (line-move-1): Rename from line-move.
26810 (line-move): New function that adjusts vscroll for partially
26811 visible rows, and calls line-move-1 otherwise.
26812
26813 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26814
26815 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26816 since it's not a complete read-event implementation
26817
26818 2005-01-20 Jay Belanger <belanger@truman.edu>
26819
26820 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26821 for called function.
26822
26823 2005-01-20 Steven Tamm <steventamm@mac.com>
26824
26825 * term/mac-win.el (process-connection-type): Remove.
26826 Controlled now by s/darwin.h:PTY_ITERATION.
26827
26828 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26829
26830 * window.el (handle-select-window): Don't switch window when we're
26831 in the minibuffer.
26832
26833 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26834
26835 * subr.el (dotimes-with-progress-reporter): New macro.
26836
26837 * ses.el (ses-dotimes-msg): Remove macro.
26838 Use `dotimes-with-progress-reporter' instead.
26839
26840 2005-01-19 Steven Tamm <steventamm@mac.com>
26841
26842 * term/mac-win.el (process-connection-type): Use new
26843 operating-system-release variable to use ptys on Darwin 7 (OS X
26844 10.3) when using carbon build.
26845
26846 2005-01-19 Jay Belanger <belanger@truman.edu>
26847
26848 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26849 flags if the last command was a tab or M-tab.
26850
26851 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26852 in formula editing buffer.
26853
26854 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26855
26856 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26857 breakpoint image symbol in margin.
26858
26859 2005-01-19 Jay Belanger <belanger@truman.edu>
26860
26861 * calc/calc-prog.el (calc-execute-kbd-macro):
26862 Ignore calc-keep-arg-flag.
26863
26864 2005-01-19 Kenichi Handa <handa@m17n.org>
26865
26866 * textmodes/ispell.el (ispell-looking-at): New function.
26867 (ispell-process-line): Use ispell-looking-at to compare the ispell
26868 output and the buffer contents.
26869
26870 2005-01-18 Jay Belanger <belanger@truman.edu>
26871
26872 * calc/calc.el (calc-display-raw): Fix docstring.
26873
26874 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26875
26876 * simple.el (blink-matching-open): Strip extra info from syntax.
26877
26878 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26879 funny chars in the end-of-here-doc marker.
26880
26881 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26882
26883 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26884 that enable/disabled state of breakpoints is shown correctly in
26885 fringe and on ttys.
26886 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26887 Add breakpoint information as text properties.
26888 (gdb-mouse-toggle-breakpoint):
26889 Rename to gdb-mouse-set-clear-breakpoint.
26890 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26891 breakpoints in the margin.
26892 (gdb-remove-strings): Simplify.
26893
26894 2005-01-17 Jay Belanger <belanger@truman.edu>
26895
26896 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26897 erasing buffer.
26898
26899 2005-01-17 Richard M. Stallman <rms@gnu.org>
26900
26901 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26902 for calling grep-compute-defaults.
26903
26904 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26905 if buffer is empty.
26906
26907 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26908
26909 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26910
26911 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26912
26913 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26914 non-preloaded variables.
26915
26916 2005-01-17 Steven Tamm <steventamm@mac.com>
26917
26918 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26919 tex-shell cause to force interactivity when using pipes.
26920
26921 2005-01-17 Kim F. Storm <storm@cua.dk>
26922
26923 * simple.el (just-one-space): Make arg optional.
26924
26925 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26926
26927 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26928 posn-at-x-y to t to access left-margin.
26929
26930 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26931
26932 Sync with Tramp 2.0.47.
26933
26934 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26935 catching keep-date problems in cp/scp operations.
26936 (tramp-handle-copy-file): Don't call `set-file-modes'
26937 unconditionally. Specialized functions should know better what is
26938 necessary. This improves performance a little bit, and the
26939 functions could catch errors with `cp -p' and `scp -p'.
26940 (tramp-do-copy-or-rename-file-via-buffer)
26941 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26942 when appropriate.
26943 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26944 Call `set-file-modes' when appropriate.
26945 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26946 Johnsson <isak@hypergene.com>
26947 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26948 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26949 <joakim@verona.se>
26950 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26951 Emacs only.
26952
26953 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26954 `find-file-hooks' and `dired-mode-hook'.
26955 (tramp-minor-mode-map): Respective map. Add remapping for
26956 `compile' and `recompile'.
26957 (tramp-remap-command, tramp-recompile): New defuns.
26958 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26959 in buffer "*Compilation*". Call the commands asynchronously.
26960
26961 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26962 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26963 `shell-command', because it isn't magic in XEmacs. Reported by
26964 Adrian Aichner <adrian@xemacs.org>.
26965
26966 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26967 `substitute-in-file-name.
26968 (tramp-smb-handle-substitute-in-file-name): New defun.
26969 (tramp-smb-advice-PC-do-completion): Delete advice.
26970
26971 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26972
26973 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26974 Fix error in deleting region.
26975
26976 2005-01-15 Richard M. Stallman <rms@gnu.org>
26977
26978 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26979 In non-temp buffer, switch syntax table temporarily.
26980
26981 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26982
26983 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26984
26985 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26986
26987 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26988 (imenu--generic-function): Use START, not BEG, as pos of definition.
26989
26990 * simple.el (just-one-space): Argument specifies number of spaces.
26991
26992 * simple.el (eval-expression-print-format): Avoid warning
26993 about edebug-active.
26994
26995 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26996
26997 * progmodes/sh-script.el: Code copied from make-mode.el
26998 with small changes,
26999 (sh-mode-map): Bind C-c C-\.
27000 (sh-backslash-column, sh-backslash-align): New variables.
27001 (sh-backslash-region, sh-append-backslash): New functions.
27002
27003 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27004
27005 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27006 (rmail-pop-password, rmail-pop-password-required): Move to
27007 rmail-obsolete group.
27008 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27009 All callers updated.
27010 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27011 Take an argument specifying whether it is POP or IMAP mailbox we
27012 are using. All callers updated.
27013 (rmail-pop-password-error): Rename to
27014 rmail-remote-password-error. Added mailutils-specific error message.
27015 (rmail-movemail-search-path)
27016 (rmail-movemail-variant-in-use): New variables.
27017 (rmail-remote-password, rmail-remote-password-required):
27018 New customization variables.
27019 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27020 (rmail-parse-url): New function.
27021 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27022 with GNU mailutils movemail.
27023
27024 2005-01-15 Kevin Ryde <user42@zip.com.au>
27025
27026 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27027 suffix to space, $ or '$, to correctly position point when going
27028 to @table style constants like DBL_MAX.
27029
27030 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27031
27032 * type-break.el (type-break-mode, type-break-file-time)
27033 (type-break-file-keystroke-count, type-break-choose-file):
27034 Don't store data in or load data from the file if type-break-file-name
27035 is nil.
27036 (type-break-file-name): Doc update as per the above.
27037
27038 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27039
27040 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27041 lookup-key might return nil; handle that.
27042
27043 2005-01-15 Alan Mackenzie <acm@muc.de>
27044
27045 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27046 rather than the element found, thus enabling the tree to be setcar'd.
27047
27048 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27049
27050 * textmodes/org.el (org-show-following-heading): New option.
27051 (org-show-hierarchy-above): Use `org-show-following-heading'.
27052 (org-cycle): Documentation fix.
27053
27054 * textmodes/org.el (orgtbl-optimized): New option
27055 (orgtbl-mode): New command, a minor mode.
27056 (orgtbl-mode-map): New variable.
27057 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27058 (orgtbl-error, orgtbl-self-insert-command)
27059 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27060
27061 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27062 a local variable in each org-mode buffer.
27063
27064 * textmodes/org.el (org-set-regexps-and-options): Rename from
27065 `org-set-regexps'. Added checking for STARTUP keyword.
27066 (org-get-current-options): Add STARTUP options.
27067 (org-table-insert-row): Make mode intelligent about when
27068 realignment is needed.
27069 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27070 New commands.
27071 (org-enable-table-editor): New default value `optimized'.
27072 (org-table-blank-field): Support blanking regions if active.
27073
27074 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27075
27076 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27077 if the year is not given.
27078
27079 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27080 Add new escapes %m and %M, fixed bug with %F by adding
27081 save-match-data.
27082 (reftex-reference): Remove ?. from list of spaces.
27083 (reftex-label-info): Add automatic label prefix recognition.
27084
27085 * textmodes/reftex-index.el (reftex-index-next-phrase):
27086 Add slave parameter to call of `reftex-index-this-phrase'.
27087 (reftex-index-this-phrase): New optional argument.
27088 (reftex-index-region-phrases): Add slave parameter to call of
27089 `reftex-index-this-phrase'.
27090 (reftex-display-index): New argument redo.
27091 (reftex-index-rescan): Add `redo' to arguments of
27092 `reftex-display-index'.
27093 (reftex-index-Rescan, reftex-index-revert)
27094 (reftex-index-switch-index-tag): Add `redo' to arguments of
27095 `reftex-display-index'.
27096 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27097 indexing. Fix bug with matching is there is a quote before or
27098 after the word.
27099
27100 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27101 Fix bug when collecting citation keys in lines with comments.
27102 (reftex-citation): Prefix argument no longer rescans the document,
27103 but forces prompting for optional arguments of cite macros.
27104 (reftex-do-citation): Prompting for optional arguments implemented.
27105
27106 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27107 Add optional arguments to most cite commands.
27108 (reftex-cite-cleanup-optional-args): New option
27109 (reftex-cite-prompt-optional-args): New option.
27110 (reftex-trust-label-prefix): New option.
27111
27112 * textmodes/reftex-toc.el (reftex-toc-find-section):
27113 Add push-mark before changing the position in the buffer.
27114
27115 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27116 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27117
27118 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
27119
27120 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27121 more carefully.
27122
27123 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
27124
27125 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27126 (sgml-mode): Use it.
27127 (sgml-get-context): Better keep track of implicitly closed tags.
27128
27129 2005-01-13 Kenichi Handa <handa@m17n.org>
27130
27131 * textmodes/ispell.el: These changes are to fix misalignment error
27132 caused by equivalent characters of different Emacs charsets.
27133 (ispell-unified-chars-table): New variable.
27134 (ispell-get-decoded-string): New function.
27135 (ispell-get-casechars, ispell-get-not-casechars)
27136 (ispell-get-otherchars): Call ispell-get-decoded-string.
27137
27138 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27139
27140 * custom.el (custom-declare-variable): Just put symbol instead
27141 of (defvar . symbol) in `current-load-list'.
27142
27143 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
27144
27145 * emacs-lisp/elint.el: Fixed typo in Commentary section.
27146
27147 2005-01-12 Jay Belanger <belanger@truman.edu>
27148
27149 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27150 to create a Calc summary.
27151
27152 2005-01-12 Kim F. Storm <storm@cua.dk>
27153
27154 * mouse.el (mouse-on-link-p): Change functionality and doc
27155 string to comply with latest description in lisp ref.
27156
27157 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
27158
27159 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27160 Enable mouse clicks on mode-line, header-line and margin.
27161 (event-type): Give mouse event symbols an `event-kind' property
27162 with value `mouse-click'.
27163
27164 2005-01-12 Juri Linkov <juri@jurta.org>
27165
27166 * facemenu.el (list-colors-display): Add new arg buffer-name.
27167 Use it. Fix docstring. Replace code for identifying duplicate
27168 colors by the name with call to `list-colors-duplicates' which
27169 identifies duplicate colors by the value unless the color
27170 is one of special Windows colors. Set truncate-lines to t.
27171 Print sorted duplicate color names on each line. Indent to 22
27172 \(the longest color name in rgb.txt) instead of 20. Optimize.
27173 (list-colors-duplicates): New function.
27174 (facemenu-color-name-equal): Delete function.
27175
27176 * facemenu.el (list-colors-print): New function created from code
27177 in list-colors-display. Print #RRGGBB at the window right edge.
27178 (list-colors-display): When temp-buffer-show-function is not
27179 defined, call list-colors-print from temp-buffer-show-hook
27180 to get the right value of window-width in list-colors-print
27181 after the buffer is displayed.
27182
27183 * simple.el (pop-mark): Move deactivate-mark out of conditional
27184 part to deactivate the active mark regardless of the state of the
27185 mark ring.
27186
27187 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27188 variables line in desktop files.
27189
27190 2005-01-12 Juri Linkov <juri@jurta.org>
27191
27192 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27193 Bring together isearch highlight related options.
27194 (lazy-highlight): Replace group `replace' by `matching'.
27195 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27196 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27197 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27198 and declare them obsolete.
27199 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27200 (isearch-faces): Remove defgroup.
27201 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27202 Move isearch highlighting code closer to lazy highlighting code.
27203
27204 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27205 (query-replace-highlight, query-replace-lazy-highlight)
27206 (query-replace): Move definitions to the beginning of the file.
27207
27208 2005-01-11 Juri Linkov <juri@jurta.org>
27209
27210 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27211 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27212 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27213
27214 * info.el (Info-history-forward): New variable.
27215 (Info-select-node): Reset Info-history-forward to nil.
27216 (Info-last): Turn into defalias.
27217 (Info-history-back): Rename from Info-last.
27218 Add current node to Info-history-forward.
27219 (Info-history-forward): New fun.
27220 (Info-mode-map): Replace Info-last by Info-history-back.
27221 Bind Info-history-forward to "r".
27222 (Info-mode-menu): Replace Info-last by Info-history-back.
27223 Fix menu item text. Add menu item for Info-history-forward.
27224 (info-tool-bar-map): Replace Info-last by Info-history-back.
27225 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27226 for Info-history-forward.
27227 (Info-mode): Replace Info-last by Info-history-back in docstring.
27228 Add local variable Info-history-forward.
27229 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27230
27231 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27232
27233 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27234 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27235 Ignore select-window events rather than fiddle with
27236 mouse-autoselect-window.
27237
27238 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27239
27240 * type-break.el (type-break-mode): Fix previous change.
27241
27242 2005-01-10 Jay Belanger <belanger@truman.edu>
27243
27244 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27245 calculator; only reset when point is inside a calculator.
27246 Don't adjust the window height if the window takes up the whole height
27247 of the frame.
27248
27249 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27250
27251 * ebuff-menu.el (Electric-buffer-menu-mode):
27252 Preserve value of buffer-local var header-line-format.
27253
27254 2005-01-09 Jay Belanger <belanger@truman.edu>
27255
27256 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27257 Make sure settings file exists before accessing it.
27258
27259 * calc/calc-embed.el (calc-embedded-subst):
27260 Replace math-multi-subst-rec, which is only supposed to be called
27261 by math-multi-subst, by math-multi-subst.
27262
27263 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27264
27265 * vc.el (vc-allow-async-revert): New user option.
27266 (vc-disable-async-diff): New internal variable.
27267 (vc-revert-buffer): Use them to disable asynchronous diff.
27268
27269 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27270 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27271 asynchronously if vc-disable-async-diff is t.
27272
27273 2005-01-09 Jay Belanger <belanger@truman.edu>
27274
27275 * calc/calc.el (defcalcmodevar): New macro.
27276 (calc-mode-var-list-restore-default-values)
27277 (calc-mode-var-list-restore-saved-values): New functions.
27278 (calc-mode-var-list): Use defcalcmodevar to define it.
27279 (calc-always-load-extensions, calc-line-numbering)
27280 (calc-line-breaking, calc-display-just, calc-display-origin)
27281 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27282 (calc-group-char, calc-point-char, calc-frac-format)
27283 (calc-prefer-frac, calc-hms-format, calc-date-format)
27284 (calc-float-format, calc-full-float-format, calc-complex-format)
27285 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27286 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27287 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27288 (calc-matrix-brackets, calc-language, calc-language-option)
27289 (calc-left-label, calc-right-label, calc-word-size)
27290 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27291 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27292 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27293 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27294 (calc-window-height, calc-display-trail, calc-show-selections)
27295 (calc-use-selections, calc-assoc-selections)
27296 (calc-display-working-message, calc-auto-why, calc-timing)
27297 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27298 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27299 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27300 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27301 (calc-gnuplot-geometry, calc-graph-default-resolution)
27302 (calc-graph-default-resolution-3d, calc-invocation-macro)
27303 (calc-show-banner): Use defcalcmodevar to declare them and set
27304 their default values.
27305
27306 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27307 instead of default values (but restore default values if there is
27308 an argument of 0).
27309
27310 2005-01-09 David Kastrup <dak@gnu.org>
27311
27312 * desktop.el (desktop-restore-eager): Fix typo in type.
27313
27314 2005-01-08 Richard M. Stallman <rms@gnu.org>
27315
27316 * cus-edit.el (customize): Delete :link.
27317
27318 2005-01-08 Jay Belanger <belanger@truman.edu>
27319
27320 * calc/calc.el (calc-mode): Remove the extension from the
27321 `calc-settings-file' file name when loading it.
27322
27323 2005-01-08 Kim F. Storm <storm@cua.dk>
27324
27325 * info.el (Info-mode-map, Info-next-link-keymap)
27326 (Info-prev-link-keymap, Info-up-link-keymap):
27327 Map follow-link to mouse-face.
27328 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27329
27330 2005-01-08 Jay Belanger <belanger@truman.edu>
27331
27332 * calc/calc.el (calc-settings-file): Change default value.
27333 Suggested by cgw in a comment in calc-mode.el.
27334
27335 * calc/calc-mode.el (calc-settings-file-name):
27336 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27337 Replace ~/.emacs in a prompt by calc-settings-file.
27338
27339 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27340
27341 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27342 (desktop-lazy-idle-delay): New customizable variables.
27343 (desktop-buffer-args-list): New variable.
27344 (desktop-append-buffer-args): New function.
27345 (desktop-save): Call desktop-append-buffer-args for some buffers.
27346 (desktop-lazy-create-buffer): New function.
27347 (desktop-idle-create-buffers): New function.
27348 (desktop-read): Add message about buffers to restore lazily.
27349 (desktop-lazy-abort): New command.
27350 (desktop-clear): Call desktop-lazy-abort.
27351 (desktop-lazy-complete): New command.
27352
27353 2005-01-06 Richard M. Stallman <rms@gnu.org>
27354
27355 * emacs-lisp/find-func.el (find-face-definition):
27356 Rename from find-face.
27357
27358 2005-01-06 Kim F. Storm <storm@cua.dk>
27359
27360 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27361
27362 * man.el (Man-xref-man-page, Man-xref-header-file)
27363 (Man-xref-normal-file): Add follow-link property.
27364
27365 2005-01-06 Jay Belanger <belanger@truman.edu>
27366
27367 * calc/calc-units.el: Make sure the proper macro definitions are
27368 available when compiling.
27369
27370 2005-01-06 Juri Linkov <juri@jurta.org>
27371
27372 * isearch.el (isearch-lazy-highlight-update):
27373 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27374
27375 2005-01-06 Miles Bader <miles@gnu.org>
27376
27377 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27378 (isearch-lazy-highlight-face): Use new name.
27379
27380 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27381
27382 * uniquify.el (uniquify-rationalize-file-buffer-names):
27383 Re-add an interactive spec.
27384 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27385 to the same name.
27386
27387 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27388 (isearch-update, isearch-done): Adjust calls accordingly.
27389
27390 2005-01-05 Richard M. Stallman <rms@gnu.org>
27391
27392 * custom.el (custom-set-variables, custom-theme-set-variables):
27393 Clarify documentation.
27394
27395 * emacs-lisp/find-func.el (find-variable)
27396 (find-variable-other-window, find-variable-other-frame):
27397 Fix the TYPE args to find-function-read and find-function-do-it.
27398 (find-function): Doc fix.
27399 (find-function-at-point): Replace function-at-point alias.
27400
27401 2005-01-04 Richard M. Stallman <rms@gnu.org>
27402
27403 * cus-face.el (custom-declare-face):
27404 Record defface in current-load-list.
27405
27406 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27407
27408 * emacs-lisp/find-func.el: Doc fixes.
27409 (find-face-regexp): New variable.
27410 (find-function-regexp-alist): New variable.
27411 (find-function-C-source): Third arg is now TYPE.
27412 (find-function-search-for-symbol): Handle general TYPE.
27413 (find-function-read, find-function-do-it): Handle general TYPE.
27414 (find-definition-noselect, find-face): New functions.
27415 (function-at-point): Alias deleted.
27416
27417 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27418
27419 * battery.el (display-battery-mode): Rename from display-battery.
27420 Handle the case where it gets turned off.
27421
27422 2005-01-04 Richard M. Stallman <rms@gnu.org>
27423
27424 * cus-edit.el (customize): Make :link point to user doc.
27425
27426 * man.el (Man-fontify-manpage): Turn off undo generation.
27427
27428 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27429
27430 2005-01-04 Andreas Schwab <schwab@suse.de>
27431
27432 * files.el (insert-directory): Only look for error lines in
27433 inserted text. Don't move too far after processing --dired markers.
27434
27435 2005-01-04 Richard M. Stallman <rms@gnu.org>
27436
27437 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27438 Don't expand if the character is @, period, dash, etc.
27439 (define-mail-abbrev): Quote names that contain problem characters.
27440
27441 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27442
27443 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27444
27445 2005-01-03 Richard M. Stallman <rms@gnu.org>
27446
27447 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27448 (query-replace-highlight, query-replace-lazy-highlight)
27449 (query-replace): Definitions moved up. Doc fix.
27450
27451 2005-01-03 Richard M. Stallman <rms@gnu.org>
27452
27453 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27454 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27455 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27456 (lazy-highlight-face): Rename from isearch-lazy-...
27457 Change all references to them.
27458
27459 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27460
27461 * cus-edit.el (custom-file): Doc fix for defcustom.
27462 (custom-file): The function no longer sets the variable
27463 `custom-file' to its return value.
27464
27465 * startup.el (command-line): No longer load `custom-file'.
27466
27467 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27468
27469 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27470
27471 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27472 Don't confuse module-prefixed identifiers for labels.
27473 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27474
27475 2005-01-02 Richard M. Stallman <rms@gnu.org>
27476
27477 * files.el (basic-save-buffer-1): Fix previous change.
27478
27479 * loadhist.el (file-loadhist-lookup): New function.
27480 (file-provides, file-requires): Use it.
27481
27482 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27483 instead of calculating the right size.
27484
27485 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27486
27487 * vc-svn.el (vc-svn-diff): Stay local if possible.
27488
27489 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27490
27491 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27492
27493 * files.el (hack-local-variables): Fix last change.
27494
27495 2005-01-02 Jay Belanger <belanger@truman.edu>
27496
27497 * calc/calc-yank.el (calc-edit-top): New variable.
27498 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27499 object. Change header properties.
27500 (calc-edit-finish, calc-edit-finish-stack-object)
27501 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27502 edited object.
27503 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27504 for the beginning of the edited object.
27505 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27506 for the beginning of the edited object.
27507 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27508 (calc-finish-formula-edit, calc-macro-repeats)
27509 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27510 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27511 beginning of the edited object.
27512 (calc-user-define-edit): Change the header for editing macros.
27513 Remove unnecessary variable.
27514
27515 2005-01-01 Jay Belanger <belanger@truman.edu>
27516
27517 * calc/calc-yank.el (calc-edit-mode): Change default header.
27518 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27519 * calc/calc-store.el (calc-edit-variable): Change title to match new
27520 header.
27521 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27522 mode to match new header.
27523 (calc-user-define-edit): Change titles to include names of commands.
27524 (calc-finish-formula-edit): Adjust to handle new header.
27525 (calc-finish-macro-edit): Remove.
27526 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27527 (calc-edit-macro-command, calc-edit-macro-command-type)
27528 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27529 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27530 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27531 (calc-edit-macro-finish-edit): New functions.
27532 (calc-user-define-edit): Use new functions to edit named calc macros.
27533
27534 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27535
27536 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27537
27538 * ses.el (copy-region-as-kill): Deactivate mark.
27539
27540 2005-01-01 Richard M. Stallman <rms@gnu.org>
27541
27542 * replace.el (occur-1): If the output buffer is also an input,
27543 don't kill it, rename it.
27544
27545 * faces.el (set-face-background, set-face-foreground): Doc fix.
27546
27547 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27548 for :foreground and :background.
27549
27550 * dired.el (dired-view-command-alist): Variable deleted.
27551 (dired-view-file, dired-mouse-find-file-other-window):
27552 Delete the code to use it.
27553
27554 2005-01-01 Kim F. Storm <storm@cua.dk>
27555
27556 * image.el (insert-sliced-image): Use t for line-height property.
27557
27558 See ChangeLog.11 for earlier changes.
27559
27560 ;; Local Variables:
27561 ;; coding: iso-2022-7bit
27562 ;; End:
27563
27564 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27565 Copying and distribution of this file, with or without modification,
27566 are permitted provided the copyright notice and this notice are preserved.
27567
27568 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1