]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-09-22 Kenichi Handa <handa@m17n.org>
2
3 * bindings.el: Fix setting self-insert-command for multibyte
4 characters in global-map.
5
6 2006-09-21 David Kastrup <dak@gnu.org>
7
8 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9 doc string.
10
11 2006-09-21 Kim F. Storm <storm@cua.dk>
12
13 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
14 (pushnew): Fix last change.
15
16 2006-09-21 Kenichi Handa <handa@m17n.org>
17
18 * language/european.el ("Latin-1"): Add windows-1252 to
19 coding-priority.
20 ("German"): Likewise.
21
22 2006-09-21 Kim F. Storm <storm@cua.dk>
23
24 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
25 Suggested by Miles Bader.
26
27 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
28 instead of add-to-list in the simple case.
29
30 2006-09-20 Kenichi Handa <handa@m17n.org>
31
32 * isearch.el (isearch-process-search-char): Cancel the previous
33 change.
34 (isearch-search-string): New function.
35 (isearch-search): Use isearch-search-string.
36 (isearch-lazy-highlight-search): Likewise.
37
38 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
39
40 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment
41 to become an option.
42
43 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
46
47 2006-09-20 Kim F. Storm <storm@cua.dk>
48
49 * simple.el (line-move-partial): Call pos-visible-in-window-p with
50 position t instead of trying both window-end and window-end - 1.
51
52 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
53
54 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
55 hidden trees.
56
57 2006-09-20 David Kastrup <dak@gnu.org>
58
59 * mouse.el (mouse-posn-property): Improve doc string.
60 (mouse-on-link-p): Change buffers for function calls on links.
61
62 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
63 buffer is read-only.
64
65 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
66
67 * allout.el (allout-unprotected): Let inhibit-read-only only when
68 buffer-read-only isn't set.
69 (allout-annotate-hidden): Enable topic annotation during copies even
70 when the buffer is read-only, eg for topic copies. Ensure that the loop
71 advances, even when the span extends beyond the deletion region.
72 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
73 rather than allout-exposure-changed-hook, as a stronger assertion.
74 (allout-keybindings-list): Add bindings for
75 allout-copy-line-as-kill and allout-copy-topic-as-kill.
76 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
77 Copy wrappers for allout-kill-line and allout-kill-topic.
78 (allout-listify-exposed): Position correctly to accumulate lines.
79
80 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
81
82 * simple.el (line-move-1): Escape field boundaries occurring
83 exactly at point. Update goal column if constrained to a field.
84 (line-move-finish): Escape field boundaries occurring exactly at point.
85
86 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * mouse.el (mouse-on-link-p): Tentatively fix last change.
89 (mouse-drag-vertical-line): Remove unused var `wconfig'.
90
91 2006-09-19 Kim F. Storm <storm@cua.dk>
92
93 * help.el (describe-key-briefly, describe-key): Simplify printing
94 of descriptions by using format and %S. Fix "is undefined"
95 messages to say "at that spot" for mouse events.
96
97 * simple.el (line-move-partial): Optimize. Try window-line-height
98 before posn-at-point to get vpos of current line.
99
100 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
101
102 * viper.el: Bump up version/date of update to reflect the substantial
103 changes done in August 2006.
104
105 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
106 are defined.
107
108 * ediff-util.el (ediff-add-to-history): New function.
109
110 * ediff.el: Use ediff-add-to-history instead of add-to-history.
111
112 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
113
114 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
115 Delete duplicate make-local-variable form.
116 (conf-space-keywords): Add autoload cookie.
117 Fix typo (`keywords', not `keyword').
118
119 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
120
121 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
122 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
123 to x-gtk-use-old-file-dialog
124
125 2006-09-18 Richard Stallman <rms@gnu.org>
126
127 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
128 that might come in during mouse tracking.
129
130 2006-09-18 Kim F. Storm <storm@cua.dk>
131
132 * simple.el (line-move-partial): Rework 2006-09-15 change to use
133 new window-line-height function. Further optimize by not calling
134 pos-visible-in-window-p for window-end when window-line-height
135 returns useful information.
136
137 2006-09-16 Richard Stallman <rms@gnu.org>
138
139 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
140 (conf-space-mode): Don't handle prefix arg.
141 Delete conf-space-keywords-override code.
142 Use add-hook.
143 (conf-space-keywords): New command.
144 (conf-space-mode-internal): Be careful with imenu-generic-expression.
145 Delete conf-space-keywords-override code.
146 (conf-space-keywords-alist): Doc fix.
147 (conf-space-font-lock-keywords): Doc fix.
148 (conf-space-keywords-override): Var deleted.
149
150 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
151
152 * startup.el (fancy-splash-screens): Don't switch to the scratch
153 buffer; it may not be the next buffer.
154
155 2006-09-16 Romain Francoise <romain@orebokech.com>
156
157 * saveplace.el (load-save-place-alist-from-file): Use expanded name
158 in both messages.
159
160 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
161
162 * progmodes/python.el (python-preoutput-filter):
163 Fix arg order to string-match.
164
165 2006-09-16 Richard Stallman <rms@gnu.org>
166
167 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
168 font-lock-compile-keywords.
169
170 * font-lock.el (font-lock-compile-keywords): Rename optional arg
171 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
172
173 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
174
175 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
176
177 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
178 and the data doesn't look like UTF8, send STRING instead.
179
180 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
181
182 * textmodes/flyspell.el (flyspell-check-region-doublons):
183 New function to detect duplicated words.
184 (flyspell-large-region): Use it.
185
186 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
187
188 * simple.el (line-move-to-column): Revert 2006-08-03 change.
189
190 2006-09-16 Eli Zaretskii <eliz@gnu.org>
191
192 * help.el (describe-prefix-bindings): Use let, not let*.
193
194 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
195
196 * allout.el (allout-regexp, allout-line-boundary-regexp)
197 (allout-bob-regexp): Correct grouping and boundaries to fix
198 backwards traversal.
199 (allout-depth-specific-regexp, allout-depth-one-regexp):
200 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
201 worse time in allout-ascend.
202 (allout-doublecheck-at-and-shallower): Identify depth threshold
203 below which topics are checked for and disqualified by containment
204 discontinuities.
205 (allout-hotspot-key-handler): Correctly handle multiple-key
206 strokes. Remove some unused variables.
207 (allout-mode-leaders): Clarify that mode-specific comment-start
208 will be used.
209 (set-allout-regexp): Correctly regexp-quote allout regexps to
210 properly accept alternative header-leads and primary bullets with
211 regexp-specific characters (eg, C "/*", mathematica "(*").
212 Include new regular expressions among those configured.
213 (allout-infer-header-lead-and-primary-bullet):
214 Rename allout-infer-header-lead.
215 (allout-recent-depth): Manifest as a variable as well as a function.
216 (allout-prefix-data): Simplify into an inline instead of a macro,
217 assuming current match data rather than being explicitly passed
218 it. Establish allout-recent-depth value as well as
219 allout-recent-prefix-beginning and allout-recent-prefix-end.
220 (allout-aberrant-container-p): True when an item's immediate
221 offspring discontinuously contained. Useful for disqualifying
222 unintended topic prefixes, likely at low depths.
223 (allout-goto-prefix-doublechecked): Elaborate version of
224 allout-goto-prefix which disqualifies aberrant pseudo-items.
225 (allout-pre-next-prefix): Layer on top of lower-level routines, to
226 get disqualification of aberrant containers.
227 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
228 containers.
229 (allout-beginning-of-current-entry): Position at start of buffer
230 when in container (depth 0) entry.
231 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
232 (allout-current-bullet): Strip text properties.
233 (allout-get-prefix-bullet): Use right match groups.
234 (allout-beginning-of-line, allout-next-heading):
235 Disqualify aberrant containers.
236 (allout-previous-heading): Disqualify aberrant containers, and
237 change to regular (rather than inline) function, to allow
238 self-recursion.
239 (allout-get-invisibility-overlay): Increment so progress is made
240 when the first overlay is not the sought one.
241 (allout-end-of-prefix): Disqualify aberrant containers.
242 (allout-end-of-line): Cycle something like allout-beginning-of-line.
243 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
244 outline.el outlines) functional again. Change the primary bullet
245 along with the header-lead - level 1 new-style bullets now work.
246 Engage allout-before-change-handler in mainline emacs, not just
247 xemacs, to do undo handling.
248 (allout-before-change-handler): Expose undo changes occurring in
249 hidden regions. Use allout-get-invisibility-overlay instead of
250 reimplementing it inline.
251 (allout-chart-subtree): Use start rather than end of prefix in
252 charts. Use allout-recent-depth variable.
253 (allout-chart-siblings): Disqualify aberrant topics.
254 (allout-beginning-of-current-entry): Position correctly.
255 (allout-ascend): Use new allout-depth-specific-regexp and
256 allout-depth-one-regexp for linear instead of O(N^2) or worse
257 behavior.
258 (allout-ascend-to-depth): Depend on allout-ascend, rather than
259 reimplementing an algorithm.
260 (allout-up-current-level): Depend on allout-ascend, rather than
261 reimplementing an algorithm. Return to start-point if we fail.
262 (allout-descend-to-depth): Use allout-recent-depth variable
263 instead of function.
264 (allout-next-sibling): On traversal of numerous intervening
265 topics, resort to economical allout-next-sibling-leap.
266 (allout-next-sibling-leap): Specialized version of
267 allout-next-sibling that uses allout-ascend cleverly, to depend on
268 a regexp search to leap large numbers of contained topics, rather
269 than arbitrarily many one-by-one traversals.
270 (allout-next-visible-heading): Disqualify aberrant topics.
271 (allout-previous-visible-heading): Position consistently when
272 interactive.
273 (allout-forward-current-level): Base on allout-previous-sibling
274 rather than (differently) reimplmenting the algorithm. Remove some
275 unused variables.
276 (allout-solicit-alternate-bullet): Present default choice stripped
277 of text properties.
278 (allout-rebullet-heading): Use bullet stripped of text properties.
279 Register changes using allout-exposure-change-hook.
280 Disregard aberrant topics.
281 (allout-shift-in): With universal-argument, make topic a peer of
282 it's former offspring. Simplify the code by separating out
283 allout-shift-out functionality.
284 (allout-shift-out): With universal-argument, make offspring peers
285 of their former container, and its siblings. Implement the
286 functionality here, rather than inappropriately muddling the
287 implementation of allout-shift-in.
288 (allout-rebullet-topic): Respect additional argument for new
289 parent-child separation function.
290 (allout-yank-processing): Use allout-ascend directly.
291 (allout-show-entry): Disqualify aberrant topics.
292 (allout-show-children): Handle discontinuous children gracefully,
293 extending the depth being revealed to expose them and posting a
294 message indicating the situation.
295 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
296 Leave cursor in correct position.
297 (allout-hide-current-subtree): Use allout-ascend directly.
298 Disqualify aberrant topics.
299 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
300 a way that the yanks can restore it, as used to happen.
301 (allout-yank-processing): Restore exposure layout as recorded by
302 allout-kill-*, as used to happen.
303 (allout-annotate-hidden, allout-hide-by-annotation): New routines
304 for preseving and restoring exposure layout across kills.
305 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
306 (allout-encrypt-string): Strip text properties.
307 Rearranged order and outline-headings for some of the
308 miscellaneous functions.
309 (allout-resolve-xref): No need to quote the error name in the
310 condition-case handler section.
311 (allout-flatten): Classic recursive (and recursively intensive,
312 without tail-recursion) list-flattener, needed by allout-shift-out
313 when confronted with discontinuous children.
314
315 2006-09-16 Jason Rumney <jasonr@gnu.org>
316
317 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
318 on ms-windows.
319 (dnd-open-unc-file): Remove.
320 (dnd-open-local-file): Mention in doc string that it also handles
321 remote files if the system natively supports unc file-names.
322
323 2006-09-15 Kim F. Storm <storm@cua.dk>
324
325 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
326 all necessary information about the event before erasing *Help*.
327
328 * simple.el (line-move-partial): Use window-line-visiblity to
329 quickly check whether last line is partially visible, and only do
330 the hard (and slow) part in that case.
331
332 2006-09-15 Jay Belanger <belanger@truman.edu>
333
334 * COPYING: Replace "Library Public License" by "Lesser Public
335 License" throughout.
336
337 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
338
339 * term/x-win.el (x-menu-bar-open): New function for F10.
340
341 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
342
343 * progmodes/compile.el (compilation-error-regexp-alist-alist):
344 Disallow filenames containing " -" to avoid confusion with libtool
345 compilation messages. Suggested by Stefan Monnier.
346
347 2006-09-15 David Kastrup <dak@gnu.org>
348
349 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
350 instead of buffer position for `mouse-on-link-p'.
351
352 * mouse.el (mouse-posn-property): New function looking up the
353 properties at a click position in overlays and text properties in
354 either buffer or strings.
355 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
356 of both `follow-link' as well as `mouse-face' properties.
357 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
358 buffer position.
359
360 * help.el (describe-key-briefly): When reading a down-event on
361 mode lines or scroll bar, swallow the following up event, too.
362 Use the new mouse sensitity of `key-binding' for lookup.
363 (describe-key): The same here.
364
365 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
366
367 * play/life.el (life-patterns): Add a few more interesting patterns.
368 (life-setup): Force `show-trailing-whitespace' to nil.
369
370 2006-09-14 Richard Stallman <rms@gnu.org>
371
372 * startup.el (fancy-splash-text): Change text to improve alignment.
373 (fancy-splash-screens): Don't set non-standard tab width.
374 Bind cursor-type temporarily, and make it easy to patch to
375 preserve the splash buffer.
376 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
377 (fancy-splash-screens): Display echo-area message explicitly.
378 Don't set fancy-splash-help-echo.
379
380 * simple.el (line-number-mode): Group mode-line instead of
381 editing-basics.
382 (column-number-mode, size-indication-mode): Likewise.
383
384 * faces.el (mode-line-faces): Group mode-line instead of modeline.
385
386 * time.el (display-time): Group mode-line instead of modeline.
387
388 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
389
390 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
391
392 * startup.el (fancy-splash-text): Move editing instructions to
393 fancy-splash-head.
394 (fancy-splash-head): Issue editing instructions.
395 (fancy-splash-screens): Fixup whitespace.
396
397 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * bindings.el (mode-line-buffer-identification-keymap):
400 Remove duplicate line.
401
402 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
403
404 * ido.el (ido-ignore-item-p): Allow any kind of functions in
405 ignore lists.
406
407 2006-09-14 Kim F. Storm <storm@cua.dk>
408
409 * jit-lock.el (jit-lock-fontify-again): New function.
410 (jit-lock-fontify-now): Use it instead of lambda form.
411
412 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
413
414 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
415 (flyspell-auto-correct-word): Make ispell-filter local to these
416 functions. Check that ispell-filter has new stuff before calling
417 ispell-parse-output.
418
419 2006-09-13 Kim F. Storm <storm@cua.dk>
420
421 * simple.el (line-move-partial): Optimize.
422
423 2006-09-13 Richard Stallman <rms@gnu.org>
424
425 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
426 Delete spurious backquote.
427
428 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
429
430 * net/rcirc.el (rcirc-print): Fix last change.
431
432 2006-09-12 Jay Belanger <belanger@truman.edu>
433
434 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
435
436 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
437
438 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
439 rcirc-show-maximum-output.
440 (rcirc-mode): Remove window-scroll-function hook.
441 (rcirc-scroll-to-bottom): Remove function.
442 (rcirc-print): Recenter so point stays at the bottom of the window
443 if point was already there.
444
445 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
446
447 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
448 not to "t".
449 * progmodes/compile.el (compilation-start): Likewise.
450 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
451 Don't use expand-file-name on invocation-directory, since this
452 might mishandle special characters in invocation-directory.
453
454 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * pcvs-defs.el: Remove * in defcustom's docstrings.
457
458 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
459
460 * progmodes/compile.el (compilation-directory-properties):
461 Doc fix for help-echo.
462
463 2006-09-12 Lars Hansen <larsh@soem.dk>
464
465 * desktop.el (desktop-read): Add comment.
466
467 2006-09-12 Kim F. Storm <storm@cua.dk>
468
469 * simple.el (next-error-highlight, next-error-highlight-no-select):
470 Fix spelling error.
471
472 * subr.el (sit-for): Rework to use input-pending-p and cond.
473 Return nil input is pending on entry also for SECONDS <= 0.
474 (while-no-input): Use input-pending-p instead of sit-for.
475
476 2006-09-11 Richard Stallman <rms@gnu.org>
477
478 * simple.el (next-error-highlight, next-error-highlight-no-select):
479 Fix custom type and doc strings.
480
481 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
484 (diff-apply-hunk): Use it to ask for confirmation.
485
486 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
487
488 * emacs-lisp/cl.el (pushnew): Add missing `,'.
489
490 2006-09-11 David Kastrup <dak@gnu.org>
491
492 * help.el (string-key-binding, describe-key-briefly)
493 (describe-key): Remove `string-key-binding' and its callers since
494 `key-binding' already caters for the proper lookup now.
495
496 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
499 (cfengine-mode): Use it. Fix \ syntax to be like /.
500
501 * bindings.el (mode-line-buffer-identification-keymap):
502 Move initialization into declaration.
503
504 2006-09-10 Kim F. Storm <storm@cua.dk>
505
506 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
507 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
508 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
509 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
510
511 2006-09-10 Richard Stallman <rms@gnu.org>
512
513 * dired-aux.el: Handle errors in recursive copy usefully.
514 (dired-create-files-failures): New variable.
515 (dired-copy-file): Remove condition-case.
516 (dired-copy-file-recursive): Check for errors on all file
517 operations, and add them to dired-create-files-failures.
518 Check file file-date-erorr here too.
519 (dired-create-files): Check dired-create-files-failures
520 and report those errors too.
521
522 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
523
524 * subr.el (add-to-list): New argument COMPARE-FN.
525
526 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
527
528 * filecache.el (file-cache-add-directory)
529 (file-cache-add-directory-list, file-cache-add-file)
530 (file-cache-add-directory-using-find)
531 (file-cache-add-directory-using-locate)
532 (file-cache-add-directory-recursively): Add autoloads.
533
534 2006-09-09 Richard Stallman <rms@gnu.org>
535
536 * textmodes/conf-mode.el (conf-space-mode):
537 Use hack-local-variables-hook instead of calling hack-local-variables.
538 (conf-space-keywords-override): New variable.
539 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
540 (conf-space-mode): Always make conf-space-keywords and
541 conf-space-keywords-override local.
542 Call conf-space-mode-internal directly as well as via hook.
543
544 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
545
546 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
547 quasi-keywords.
548
549 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
552 (python-send-string): Be slightly more careful about adding \n.
553
554 * startup.el (normal-splash-screen): Don't display the buffer if we'll
555 kill it right away anyway.
556
557 2006-09-09 Eli Zaretskii <eliz@gnu.org>
558
559 * international/codepage.el (cp850-decode-table): Fix a few codes.
560 (cp858-decode-table): New variable.
561
562 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
563
564 * net/ldap.el (ldap-search-internal): Doc fix.
565
566 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
567
568 * play/life.el (life-display-generation): Test for input manually if
569 `sleeptime' is negative or null.
570
571 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
572 (print-region-1): Substitute `%s' with the page title.
573
574 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
575
576 * locate.el (locate-current-search): New variable.
577 (locate): Set buffer local value. Use current buffer if it is
578 in Locate mode.
579 (locate-mode): Disable undo here.
580 (locate-do-setup): Use locate-current-filter from buffer to be killed.
581 (locate-update): Use locate-current-search and locate-current-filter.
582
583 2006-09-08 David Kastrup <dak@gnu.org>
584
585 * desktop.el (desktop-read): When loading a desktop, disable
586 saving it while the load progresses, and switch off a pending lazy
587 load by calling `desktop-lazy-abort'.
588
589 2006-08-27 Martin Rudalics <rudalics@gmx.at>
590
591 * window.el (mouse-autoselect-window-timer)
592 (mouse-autoselect-window-position)
593 (mouse-autoselect-window-window)
594 (mouse-autoselect-window-now): New vars.
595 (mouse-autoselect-window-cancel)
596 (mouse-autoselect-window-select)
597 (mouse-autoselect-window-start): New functions.
598 (handle-select-window): Call `mouse-autoselect-window-start' when
599 delayed window autoselection is enabled.
600
601 * cus-start.el (mouse-autoselect-window): Handle delayed window
602 autoselection.
603
604 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
605 commands after which it is allowed to print in the echo area.
606
607 2006-09-08 Richard Stallman <rms@gnu.org>
608
609 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
610
611 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
612 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
613
614 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
615 (cancel-timer-internal): Add doc string.
616 (cancel-function-timers): Doc fix.
617 (with-timeout-handler, timer-event-last*): Add doc strings.
618
619 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
620
621 * files.el (risky-local-variable-p): Match ...-bindat-spec.
622
623 * dired.el (dired-log-summary): Add doc string.
624
625 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
626 (custom-group-menu-create): Not here.
627
628 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
629
630 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
631
632 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
633
634 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
635 (mac-apple-event-map): Define its handler.
636
637 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
638
639 * net/ldap.el (ldap-search-internal): Handle `auth' key.
640
641 2006-09-07 Magnus Henoch <mange@freemail.hu>
642
643 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
644 clause.
645
646 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
647
648 * info.el (Info-index): Bind completion-ignore-case.
649
650 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
653 previous commit.
654 (inferior-prolog-guess-flavor): New fun left out of previous commit.
655 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
656 burp in dedicated windows.
657 (inferior-prolog-self-insert-command): New command.
658 (inferior-prolog-mode-map): Use it.
659
660 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
661
662 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
663
664 * international/code-pages.el: Add cp858.
665
666 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
667
668 * dnd.el: Fix bootstrapping.
669
670 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
671
672 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
673 (dnd-open-remote-url): New function.
674 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
675 not windows-nt.
676
677 2006-09-07 Jason Rumney <jasonr@gnu.org>
678
679 * dnd.el (dnd-open-remote-file-function): New variable.
680 (dnd-open-unc-file): New function.
681 (dnd-open-file): Call dnd-open-remote-file-function if set.
682
683 2006-09-06 Daiki Ueno <ueno@unixuser.org>
684
685 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
686 pgg-passphrase-coding-system rather than locale-coding-system.
687 * pgg-def.el (pgg-passphrase-coding-system): New user option.
688
689 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * progmodes/prolog.el: Remove * in docstrings.
692 (prolog-program-name): Add SWI prolog.
693 (prolog-mode-menu): New menu.
694 (prolog-mode): Set comment-add.
695 (prolog-indent-line): Simplify. Use indent-line-to.
696 (inferior-prolog-buffer): New var.
697 (inferior-prolog-run, inferior-prolog-process): New funs.
698 (run-prolog, switch-to-prolog): Rewrite, using them.
699 (prolog-consult-region): Use inferior-prolog-buffer.
700 (inferior-prolog-load-file): New function.
701 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
702
703 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
704 last word, if it's not the end of the paragraph.
705
706 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
707 file name.
708
709 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
710
711 * frame.el (display-mm-dimensions-alist): New defcustom.
712 (display-mm-height, display-mm-width): Use it.
713
714 2006-09-06 Simon Josefsson <jas@extundo.com>
715
716 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
717
718 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
719
720 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
721 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
722 string values.
723
724 2006-09-06 Kim F. Storm <storm@cua.dk>
725
726 * simple.el (line-move-partial): New function to do vscrolling for
727 partially visible images / tall lines. Rewrite based on code
728 previously in line-move. Simplify backwards vscrolling.
729 (line-move): Use it. Simplify.
730
731 2006-09-05 Kim F. Storm <storm@cua.dk>
732
733 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
734
735 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
736
737 * progmodes/compile.el (compilation-error-regexp-alist-alist):
738 Process the `gcc-include' after the `gnu' rule.
739
740 2006-09-05 Kim F. Storm <storm@cua.dk>
741
742 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
743
744 2006-09-05 Daiki Ueno <ueno@unixuser.org>
745
746 * pgg.el (pgg-clear-string): Alias to clear-string for backward
747 compatibility.
748
749 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
750 inhibit-redisplay; encode passphrase with locale-coding-system.
751
752 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
753
754 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
755
756 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
757
758 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
759 (gdb-var-list-children-regexp): Make type field optional.
760
761 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
762 e.g public, protected in C++.
763
764 2006-09-04 John Paul Wallington <jpw@pobox.com>
765
766 * simple.el (completion-show-help): New defcustom.
767 (completion-setup-function): Heed it.
768
769 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
770
771 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
772
773 2006-09-04 Richard Stallman <rms@gnu.org>
774
775 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
776 (rsf-min-region-to-spam-list): Doc fix.
777 (rsf-add-content-type-field): Doc fix.
778
779 * simple.el (kill-region): Explicitly test there is a region.
780
781 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
782
783 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
784 sendmail in several common directories.
785
786 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
787
788 * paths.el (sendmail-program): Removed.
789
790 2006-09-04 Daiki Ueno <ueno@unixuser.org>
791
792 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
793 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
794 http://article.gmane.org/gmane.emacs.gnus.general/50457
795
796 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
797
798 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
799 mark after running the menu filter.
800
801 2006-09-03 Juri Linkov <juri@jurta.org>
802
803 * international/quail.el (quail-defrule-internal): Add a check
804 if a key is a vector.
805
806 2006-09-02 Juri Linkov <juri@jurta.org>
807
808 * man.el (Man-topic-history): New variable.
809 (man): Use it.
810
811 * woman.el (woman-topic-history): Change defvar to defvaralias
812 for symbol `Man-topic-history'.
813
814 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
815 `comint-last-output-start' is a marker by using `markerp' and
816 check if it has a position by using `marker-position', and use
817 this position for `goto-char'.
818
819 * international/quail.el (quail-defrule-internal): Add missing
820 `error' call for null key.
821
822 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
823
824 * rcirc.el (rcirc-keywords): New variable.
825 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
826 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
827 variables.
828 (rcirc-responses-no-activity): New function.
829 (rcirc-handler-generic): Check for responses in above.
830 (rcirc-process-command): Add ?: character to arguments of raw
831 server commands.
832 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
833 `rcirc-dim-nicks'.
834 (rcirc-gray-toggle): Remove unused variable.
835 (rcirc-print): Remove some tracking logic, which is moved into
836 markup functions.
837 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
838 types.
839 (rcirc-activity-string): Look for 'keyword in activity-types.
840 (rcirc-window-configuration-change): Don't erase overlay-arrow
841 unnecessarily.
842 (rcirc-add-or-remove): New function.
843 (rcirc-cmd-ignore): Use it.
844 (rcirc-message-leader): Remove unused function.
845 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
846 (rcirc-add-face): New function.
847 (rcirc-facify): Use rcirc-add-face.
848 (rcirc-url-regexp): Add parens.
849 (rcirc-map-regexp): Remove function.
850 (rcirc-mangle-regexp): Remove function.
851 (rcirc-markup-text-functions): New variable.
852 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
853 (rcirc-markup-body-text, rcirc-markup-attributes)
854 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
855 (rcirc-markup-bright-nicks): New markup handler functions.
856 (rcirc-nick-in-message-full-line): New face.
857 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
858 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
859
860 2006-09-02 Martin Rudalics <rudalics@gmx.at>
861
862 * cus-start.el (hscroll-margin, hscroll-step)
863 (mode-line-in-non-selected-windows, mouse-autoselect-window)
864 (x-use-underline-position-properties): Change version to "22.1"
865 since they will appear there for the first time.
866
867 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
868
869 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
870
871 2006-08-31 Richard Stallman <rms@gnu.org>
872
873 * cus-edit.el (custom-save-variables): Slight cleanup.
874 (Custom-no-edit): Renamed from custom-no-edit.
875 (Custom-newline): Renamed from custom-newline.
876 (custom-mode-map): Use new names.
877
878 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
879 about customization, rather than M-x customize, in the doc string
880 made for the defcustom.
881
882 * emacs-lisp/trace.el (trace-function-background): Doc fix.
883
884 2006-08-31 Romain Francoise <romain@orebokech.com>
885
886 * dired-x.el (dired-guess-shell-alist-default): Update.
887
888 2006-08-31 Michael Mauger <mmaug@yahoo.com>
889
890 * custom.el (custom-theme-set-variables): Autoload packages before
891 sorting the variables.
892
893 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
894
895 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
896 chars if XEmacs.
897 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
898
899 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * progmodes/python.el (python-eldoc-function): Re-enable quit while
902 waiting for process.
903
904 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
905
906 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
907 results in ASCII-only string, encode original one directly.
908
909 2006-08-29 Romain Francoise <romain@orebokech.com>
910
911 * startup.el (normal-splash-screen, fancy-splash-screens):
912 Make buffer read-only and arrange to enter view mode if necessary.
913
914 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
915
916 * hl-line.el (hl-line): New face.
917 (hl-line-face): Use it.
918
919 * image-mode.el (image-mode): Fix last fix.
920 Suggested by Kim F. Storm.
921
922 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
923
924 Sync with Tramp 2.0.54.
925
926 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
927 of `=', because `tramp-get-remote-gid' might not always return an
928 integer when expected.
929 (tramp-register-file-name-handlers): `partial-completion-mode' is
930 unknown to XEmacs.
931 (tramp-time-diff): Don't use `floor', it might fail for large
932 differences.
933 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
934 `tramp-auto-save-directory' if unset in order to guarantee unique
935 auto-save file names.
936
937 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
938
939 * image-mode.el (image-mode): Display image as text on a terminal.
940
941 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * progmodes/python.el (python-send-command): Simplify.
944 (run-python): Don't generate a new buffer unless `new' was specified.
945 Make sure we send `import emacs' to the proper process.
946
947 * progmodes/python.el (python-send-command): Don't wait for the command
948 to terminate. Don't fiddle with compilation-parsing-end.
949
950 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
951
952 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
953 Insert commentary after first line summary.
954
955 * woman.el (woman-follow): New function, based on `man-follow'.
956 (woman-mode-map): Use it.
957
958 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
959 since ibuffer-do-sort-by-recency does not define a sorter.
960
961 2006-08-28 Kim F. Storm <storm@cua.dk>
962
963 * find-dired.el (find-dired): Use shell-quote-argument to properly
964 escape ( and ) args. Also use it on {} and ; args in default
965 value of find-ls-option string.
966 (find-grep-dired): Use shell-quote-argument on {} and ; args.
967
968 2006-08-27 Michael Olson <mwolson@gnu.org>
969
970 * emacs-lisp/tq.el: Small grammar fix in comments.
971 (tq-enqueue): Check for existence of queue rather than the
972 head queue item's question, which was a no-op.
973 (tq-filter, tq-process-buffer): Make sure the process buffer
974 exists before making it the current buffer.
975
976 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
977
978 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
979 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
980 (special-event-map): Apply 2006-08-16 change for x-win.el.
981
982 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * progmodes/python.el (python-send-receive): Wait in the
985 process's buffer so as to check the right buffer-local variables.
986
987 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
990 (defgroup checkdoc): Move to beginning.
991
992 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
993 (python-preoutput-continuation): Remove.
994 (python-preoutput-filter): Simplify correspondingly.
995 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
996 Loop around to catch embedded _emacs_out output.
997 (run-python): Send the import&print command on a single line.
998 (python-send-command): Send command&print on a single line.
999 (python-send-string): Only add double \n if needed.
1000 (python-send-receive): Loop until the result comes.
1001 (python-mode-running): Defvar it.
1002 (python-setup-brm): Remove unused var `menu'.
1003 Only bind py-mode-map and `features' around brm-init.
1004 (python-calculate-indentation): Remove unused var `point'.
1005 (python-beginning-of-defun): Remove unused var `def-line'.
1006
1007 2006-08-25 Richard Stallman <rms@gnu.org>
1008
1009 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1010
1011 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1012
1013 * viper.el (viper-set-hooks): Use frame bindings for
1014 viper-vi-state-cursor-color.
1015 (viper-non-hook-settings): Don't set default
1016 mode-line-buffer-identification.
1017
1018 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1019 (viper-set-cursor-color-according-to-state)
1020 (viper-get-saved-cursor-color-in-replace-mode)
1021 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1022 viper-emacs-state-cursor-color.
1023
1024 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1025 (viper-undo): Use point if undo-beg-posn is nil.
1026 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1027 (viper-after-change-undo-hook): Don't use
1028 viper-emacs-state-cursor-color by default.
1029 (viper-undo): More sensible positioning after undo.
1030
1031 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1032 (viper-emacs-state-cursor-color): Default to nil, since this feature
1033 doesn't work well yet.
1034
1035 * ediff-mult.el (ediff-intersect-directories)
1036 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1037 always expand filenames.
1038
1039 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * tumme.el: Remove * in defcustoms's docstrings.
1042
1043 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1046 Accept internal time format for SECS arg.
1047 (timer-relative-time): Doc fix.
1048
1049 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1050 adapted from Martin Rudalics.
1051 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1052 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1053 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1054 using sit-for.
1055
1056 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1057
1058 * cus-start.el (all): Add `overline-margin' and
1059 `x-underline-at-descent-line'.
1060
1061 2006-08-24 Kim F. Storm <storm@cua.dk>
1062
1063 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1064 to mean "use find -exec"; nil now unambiguously means auto-detect.
1065 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1066 Use shell-quote-argument to build grep-find-command and
1067 grep-find-template.
1068 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1069 Reported by Tom Seddon.
1070
1071 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * startup.el (fancy-splash-head): Give instructions for dismissing
1074 the splash screen for default startup too.
1075 (display-startup-echo-area-message, fancy-splash-screens)
1076 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1077 all splash text at once and keep the splash buffer around.
1078 (command-line-1): Give display-startup-echo-area-message a t arg.
1079
1080 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1081
1082 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1083 gnus frame is selected.
1084
1085 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1086
1087 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1088
1089 2006-08-22 Kim F. Storm <storm@cua.dk>
1090
1091 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1092 Add suffix matching for subdirs.
1093
1094 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1095
1096 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1097 mouse-yank-at-point is non-nil.
1098
1099 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1102 a bit wider and remove fringes to fit initial output on line.
1103
1104 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * frame.el (blink-cursor-end): Only ignore the error we care about.
1107 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1108
1109 2006-08-21 Richard Stallman <rms@gnu.org>
1110
1111 * whitespace.el (whitespace-cleanup): Doc fix.
1112
1113 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1114
1115 * net/rcirc.el (rcirc-show-maximum-output): New var.
1116 (rcirc-buffer-process): If no buffer argument is supplied, use
1117 current-buffer.
1118 (rcirc-complete-nick): Complete to the last completed nick first.
1119 (rcirc-mode): Preserve the value of `rcirc-urls' across
1120 connections. Setup scroll function.
1121 (rcirc-scroll-to-bottom): New function.
1122 (rcirc-print): Use nick syntax around regexp work.
1123 Notice dim-nicks speaking only if they say our nick.
1124 (rcirc-update-activity-string): Do not show the modeline indicator
1125 if there are no live rcirc processes.
1126 (rcirc-cmd-ignore): Ignore case.
1127 (rcirc-browse-url-at-point): Fix off-by-one error.
1128
1129 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * progmodes/python.el: Remove * in defcustom docstrings.
1132 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1133 (python-mode): Set tab-width and indent-tabs-mode.
1134
1135 2006-08-20 Dave Love <fx@gnu.org>
1136
1137 * progmodes/python.el: Update to Dave Love's latest version.
1138 (python-font-lock-keywords, python-mode): Don't use
1139 font-lock-syntax-table, but match symbol elements explicitly instead.
1140 (python-mode-map): Add help, and a few more key bindings.
1141 (python-skip-comments/blanks): Move out of comments as well.
1142 (python-continuation-line-p): Behave better with unbalanced parens.
1143 (python-blank-line-p): New fun.
1144 (python-open-block-statement-p): Don't use a heuristic.
1145 (python-outdent-p): Better handle blocks-in-the-same-line.
1146 (python-calculate-indentation): Misc improvements.
1147 (python-comment-indent): Remove.
1148 (python-block-pairs): New var.
1149 (python-first-word): New fun.
1150 (python-indentation-levels): Handle more common cases.
1151 (python-indent-line-1): Add `leave' argument.
1152 (python-indent-region): New fun.
1153 (python-skip-out): New fun.
1154 (python-beginning-of-statement, python-end-of-statement): Use it.
1155 (python-next-statement): Return correct count even at eob.
1156 (python-end-of-block): Fix paren-typo.
1157 (python-imenu-create-index): Add module variables.
1158 (run-python): Add `new' arg.
1159 Check we're at a prompt before returning.
1160 (python-send-command): Move to end of buffer.
1161 Wait for prompt to return.
1162 (python-set-proc): New fun.
1163 (python-imports): New var.
1164 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1165 (python-eldoc-function): Try to move out of arg list.
1166 (python-outline-level): Offset by 1.
1167 (python-find-imports): New fun.
1168 (python-symbol-completions): Use python-imports.
1169 (python-module-path, ffap-alist): Add support for ffap.
1170 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1171 (pythin-insert-*, python-default-template, python-expand-template):
1172 Add templates/skeletons.
1173 (python-setup-brm): Support for Bicycle Repair Man.
1174 (python-abbrev-syntax-table): New var.
1175 (python-abbrev-pc-hook, python-pea-hook): New funs.
1176
1177 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * frame.el (blink-cursor-start): Set timer first.
1180 (blink-cursor-end): Ignore timer cancelling errors.
1181 Suggested by Ken Manheimer.
1182
1183 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1186 Add autoload cookie.
1187
1188 2006-08-20 Richard Stallman <rms@gnu.org>
1189
1190 * simple.el (line-number-at-pos): Doc fix.
1191
1192 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1193 timer-activate-when-idle, so timer can run before Emacs becomes
1194 non-idle again.
1195
1196 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1197
1198 * whitespace.el (whitespace-cleanup-internal): New optional arg
1199 REGION-ONLY. If it's non-nil, modify the message to the user
1200 accordingly.
1201 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1202 a non-nil argument.
1203
1204 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1205
1206 * rect.el (spaces-string): Simplify and add doc string.
1207
1208 2006-08-17 Romain Francoise <romain@orebokech.com>
1209
1210 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1211
1212 2006-08-17 Richard Stallman <rms@gnu.org>
1213
1214 * compare-w.el (compare-windows): lambda's take an arg and pass
1215 it to compare-windows-skip-whitespace.
1216
1217 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1218
1219 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1220 the right buffer.
1221
1222 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1225 removed files.
1226
1227 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1228
1229 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1230 (gdb-locals-watch-map-1): Suppress keymap first.
1231 (gdb-edit-locals-map-1): New variable.
1232 (gdb-edit-locals-value): New function.
1233 (gdb-stack-list-locals-handler): Use them.
1234
1235 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1238 cursor would normally be drawn in the fringe.
1239
1240 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1241 Reported by Martin Rudalics <rudalics@gmx.at>.
1242
1243 2006-08-16 Richard Stallman <rms@gnu.org>
1244
1245 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1246 (special-event-map): Process drag-n-drop events this way.
1247
1248 * simple.el (move-beginning-of-line): Test whether fields
1249 would prevent motion back to line's first visible character.
1250 If so, stop where the fields would stop the motion.
1251
1252 * newcomment.el (comment-indent): Fully update INDENT
1253 before checking to see if it will change the text.
1254
1255 * cus-edit.el (custom-newline): New function.
1256 (custom-mode-map): Bind newline to custom-newline.
1257
1258 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1259 into ignore-whitespace.
1260 Check each buffer for its skip-function.
1261 Handle compare-windows-skip-whitespace special-case test
1262 by returning t from default skip function.
1263
1264 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1265
1266 * textmodes/org.el (org-clock-special-range)
1267 (org-clock-update-time-maybe): New functions.
1268 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1269 not only a-z.
1270 (org-agenda-get-blocks): Allow multiple blocks per headline.
1271 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1272 (org-export-html-title-format)
1273 (org-export-html-toplevel-hlevel): New options.
1274 (org-export-language-setup): Add support for Czech.
1275 (org-mode, org-insert-todo-heading, org-find-visible)
1276 (org-find-invisible, org-invisible-p, org-invisible-p2)
1277 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1278 (org-show-subtree, org-show-entry, org-make-options-regexp):
1279 Remove compatibility support for old outline-mode.
1280 (org-check-occur-regexp): Funtion removed.
1281 (org-on-heading-p, org-back-to-heading): Made defalias.
1282 (org-set-local): New defsubst.
1283 (org-set-regexps-and-options, org-mode)
1284 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1285 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1286 (org-remember-apply-template, org-table-edit-field)
1287 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1288 (org-set-autofill-regexps): Use `org-set-local'.
1289 (org-table-eval-formula): Fix bug with parsing of display flags.
1290
1291 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1292
1293 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1294 frame with fringe arrow. Suggested by Simon Marshall
1295 <simon.marshall@misys.com>.
1296 (gdb-stack-position): New variable.
1297 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1298 (gdb-frames-mode): Set gdb-stack-position to nil.
1299 Add to overlay-arrow-variable-list
1300 (gdb-reset): Delete gdb-stack-position from above list.
1301
1302 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1303
1304 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1305 read only.
1306
1307 2006-08-13 Romain Francoise <romain@orebokech.com>
1308
1309 * cus-theme.el (customize-create-theme)
1310 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1311
1312 * filesets.el (filesets-add-buffer): Ditto.
1313
1314 * pcvs.el (cvs-change-cvsroot): Ditto.
1315
1316 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1317
1318 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1319 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1320 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1321 expressions.
1322 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1323 Only search till end of line.
1324 Add face to function names in case of no filename.
1325 Add face to variable names of watchpoints.
1326
1327 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1328
1329 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1330 customization group.
1331
1332 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1333
1334 * allout.el (allout-prior-bindings, allout-added-bindings):
1335 Remove, after long deprecation.
1336 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1337 Add customization vars controlling allout-beginning-of-line and
1338 allout-end-of-line conveniences.
1339 (allout-header-prefix, allout-use-mode-specific-leader)
1340 (allout-use-mode-specific-leader, allout-mode-leaders):
1341 Revise docstrings.
1342 (allout-infer-header-lead): Change to be an alias for
1343 allout-infer-header-lead-and-primary-bullet.
1344 (allout-infer-header-lead-and-primary-bullet): New version of
1345 allout-infer-header-lead which assigns the primary bullet to the
1346 same as the header lead, when its being changed.
1347 (allout-infer-body-reindent): Apply regexp-quote instead of
1348 unconditionally prepending "\\", so that all literal
1349 allout-header-prefix and allout-primary-bullet strings are
1350 properly handled.
1351 (allout-add-resumptions): Add optional qualifier for extending or
1352 appending to existing values, rather than replacing them.
1353 (allout-view-change-hook): Clarify docstring.
1354 (allout-exposure-change-hook): Take explicit arguments, via
1355 run-hook-with-args.
1356 (allout-structure-added-hook)
1357 (allout-structure-deleted-hook)
1358 (allout-structure-shifted-hook): New hooks analogous to
1359 allout-exposure-change-hook for other kinds of structural outline
1360 edits.
1361 (allout-encryption-plaintext-sanitization-regexps): New encryption
1362 customization variable, by which cooperating modes can provde
1363 massage of the plaintext without actually being passed it.
1364 (allout-encryption-ciphertext-rejection-regexps)
1365 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1366 customization variables, by which cooperating modes can prohibit
1367 rare but possible ciphertext patterns from fouling their
1368 operation, with actually being passed the ciphertext.
1369 (allout-mode): Run activation and deactivation hooks after the
1370 minor-mode variable has been toggled, to clarify the mode
1371 disposition. The new encryption ciphertext rejection variable is
1372 used to ensure that the ciphertext does not contain text that
1373 would be recognized as outline structural elements by allout.
1374 Substite allout-beginning-of-line and allout-end-of-line for
1375 conventionall beginning-of-line and end-of-line bindings.
1376 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1377 activation!
1378 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1379 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1380 (allout-chart-subtree): Implement new mode, charting only the
1381 visible items in the subtree, when new 'visible' parameter is non-nil.
1382 (allout-end-of-subtree): Properly handle the last item in the buffer.
1383 (allout-pre-command-business, allout-command-counter):
1384 Increment an advertised counter so that cooperating enhancements can
1385 track revisions of items.
1386 (allout-open-topic): Run allout-structure-added-hook with suitable
1387 arguments.
1388 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1389 arguments.
1390 (allout-shift-out): Fix doubling for negative args and ensure call
1391 of allout-structure-shifted-hook by solely using allout-shift-in.
1392 (allout-kill-line, allout-kill-topic):
1393 Run allout-structure-deleted-hook with suitable arguments.
1394 (allout-yank-processing): Run allout-structure-added-hook with
1395 proper arguments.
1396 (allout-yank): Enclose activity in allout-unprotected.
1397 (allout-flag-region): Run allout-exposure-change-hook with
1398 suitable arguments, instead of making the callee infer the arguments.
1399 (allout-encrypt-string):
1400 Support allout-encryption-plaintext-sanitization-regexps,
1401 allout-encryption-ciphertext-rejection-regexps, and
1402 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1403 en/de cryption mode in symmetric encryption failure message.
1404 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1405 copy of the passphrase, and don't zero it or we'll corrupt the
1406 stashed copy.
1407 (allout-create-encryption-passphrase-verifier)
1408 (allout-verify-passphrase): Respect the new signature for
1409 allout-encrypt-string.
1410 (allout-get-configvar-values): Convenience for getting a
1411 configuration variable value and handling its absence gracefully.
1412
1413 2006-08-11 Romain Francoise <romain@orebokech.com>
1414
1415 * obsolete/zone-mode.el: Delete.
1416
1417 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1420
1421 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1422
1423 * emacs-lisp/bindat.el (bindat-ip-to-string):
1424 Use `format-network-address' if possible.
1425
1426 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1427
1428 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1429
1430 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1433 restore unread-command-events here.
1434 (edebug-display): Do it here, to detect sit-for interruptions.
1435
1436 2006-08-10 Romain Francoise <romain@orebokech.com>
1437
1438 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1439 (dns-mode-soa-auto-increment-serial): New user option.
1440 (dns-mode-soa-maybe-increment-serial): New function.
1441 (dns-mode): Add the latter to `write-contents-functions'.
1442
1443 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1444 Delete autoload cookies.
1445
1446 2006-08-10 John Wiegley <johnw@newartisans.com>
1447
1448 * eshell/em-glob.el (eshell-glob-chars-list)
1449 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1450
1451 2006-08-10 Richard Stallman <rms@gnu.org>
1452
1453 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1454 (facemenu-set-face): Doc fix.
1455 (facemenu-listed-faces): Doc fix.
1456
1457 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * avoid.el (mouse-avoidance-animating-pointer): New var.
1460 (mouse-avoidance-nudge-mouse): Use it.
1461 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1462 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1463 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1464 Don't activate if currently animating. All callers changed.
1465
1466 2006-08-09 John Wiegley <johnw@newartisans.com>
1467
1468 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1469 variable, which causes timeclock to report elapsed time worked,
1470 instead of just work remaining.
1471
1472 2006-08-09 Kenichi Handa <handa@m17n.org>
1473
1474 * international/latexenc.el (latexenc-find-file-coding-system):
1475 Fix for the case that the 2nd element of arg-list is a cons.
1476
1477 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * info.el (Info-fontify-node): Handle preceding `in' for note
1480 reference hiding rules.
1481
1482 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1485 mistake a closing " for an opening one.
1486
1487 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1488
1489 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1490
1491 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * complete.el (PC-do-completion): Filter out completions matching
1494 completion-ignored-extensions before checking whether there are
1495 multiple completions.
1496 Don't use `list' unnecessarily when building completion tables.
1497
1498 2006-08-06 Richard Stallman <rms@gnu.org>
1499
1500 * help.el (describe-mode): Make minor mode list more concise.
1501
1502 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * bindings.el: Give mode-line-format, mode-line-modes, and
1505 mode-line-position `standard-value' properties.
1506
1507 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1508
1509 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1510 "(file)node" instead of the file name.
1511
1512 2006-08-05 Richard Stallman <rms@gnu.org>
1513
1514 * faces.el (escape-glyph): Doc fix.
1515
1516 2006-08-04 Kenichi Handa <handa@m17n.org>
1517
1518 * international/mule-diag.el (describe-font): Improve docstring
1519 and error message. Use frame-parameter (not frame-parameters).
1520
1521 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1524 Correctly mark the end-of-docstring char.
1525
1526 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * simple.el (line-move-to-column): Constrain move-to-column to
1529 current field.
1530
1531 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * font-lock.el (font-lock-beg, font-lock-end)
1534 (font-lock-extend-region-functions): New vars.
1535 (font-lock-extend-region-multiline)
1536 (font-lock-extend-region-wholelines): New functions.
1537 (font-lock-default-fontify-region): Use them.
1538 (font-lock-extend-jit-lock-region-after-change): Only round up
1539 if font-lock-default-fontify-region will do it as well.
1540
1541 * font-lock.el (font-lock-extend-after-change-region-function):
1542 Rename from font-lock-extend-region-function.
1543 (font-lock-extend-region): Remove by inlining at call sites.
1544 (font-lock-after-change-function): Don't needlessly round up to a whole
1545 number of lines.
1546 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1547 the boundary conditions and the interactions between the various ways
1548 to extend the region.
1549
1550 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1553 modification status when forcing the second redisplay.
1554
1555 2006-08-03 Kim F. Storm <storm@cua.dk>
1556
1557 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1558
1559 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1562 doesn't look like a file name.
1563
1564 * complete.el (PC-expand-many-files): Avoid signalling an error when
1565 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1566
1567 2006-08-02 Andreas Schwab <schwab@suse.de>
1568
1569 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1570
1571 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * bindings.el (map): Make mode-line-buffer-identification-keymap
1574 before defining propertized-buffer-identification.
1575
1576 2006-08-01 Richard Stallman <rms@gnu.org>
1577
1578 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1579
1580 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1583 default value.
1584 (gdb-find-source-frame): New function.
1585 (menu): Add to menu bar.
1586
1587 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * font-core.el (font-lock-extend-region-function)
1590 (font-lock-extend-region): Move to font-lock.el.
1591
1592 * font-lock.el (font-lock-extend-region-function)
1593 (font-lock-extend-region): Move from font-core.el. Simplify.
1594
1595 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1596 if needed.
1597 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1598 (jit-lock-after-change-extend-region-functions): New hook.
1599 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1600
1601 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1602 (font-lock-turn-on-thing-lock): Use it.
1603
1604 * longlines.el (longlines-show-region): Make it work on read-only
1605 buffers as well.
1606
1607 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1608
1609 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1610
1611 2006-07-31 Richard Stallman <rms@gnu.org>
1612
1613 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1614 (vhdl-speedbar-display-projects): Update old obsolete
1615 speedbar variable names.
1616
1617 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1620 (gdb-stopped): Use it.
1621
1622 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1623
1624 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1627 for load-history elements.
1628
1629 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1630
1631 * files.el (convert-standard-filename): For Cygwin, replace
1632 characters not allowed in Windows file names.
1633 (make-auto-save-file-name): Add Cygwin to the list of systems
1634 where the auto-save file name needs to be run through
1635 convert-standard-filename.
1636
1637 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1638
1639 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1640
1641 2006-07-28 Richard Stallman <rms@gnu.org>
1642
1643 * bindings.el (mode-line-frame-identification)
1644 (propertized-buffer-identification): Centralize the code
1645 to initialize the variable.
1646
1647 * progmodes/grep.el (grep-default-command): Catch errors from
1648 wildcard-to-regexp.
1649
1650 2006-07-29 Kim F. Storm <storm@cua.dk>
1651
1652 * progmodes/grep.el (grep-tag-default): New function.
1653 (grep-default-command, grep-read-regexp): Use it.
1654 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1655 as default if nothing else applies.
1656
1657 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1658
1659 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1660 Throw error if buffer is not in Dired and Wdired mode, respectively.
1661
1662 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1665 self-insert-command keys don't activate buttons.
1666 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1667
1668 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1669
1670 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1671 faces for enable character.
1672
1673 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1674
1675 * Makefile.in (recompile): Update comment to reflect change
1676 on 2004-04-21.
1677
1678 2006-07-27 Richard Stallman <rms@gnu.org>
1679
1680 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1681 (customize-package-emacs-version): Change msg when pkg has no entry.
1682 (custom-no-edit): On a button, do like widget-button-press.
1683
1684 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1687 S-tab and C-S-tab.
1688
1689 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1690
1691 * progmodes/which-func.el (which-function): Fix documentation/
1692 comment typo.
1693
1694 2006-07-26 Richard Stallman <rms@gnu.org>
1695
1696 * textmodes/ispell.el (ispell-word): If we replace the word,
1697 move point to the end. Insert before deleting.
1698
1699 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1702 a timer.
1703
1704 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1705
1706 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1707 when at first image.
1708 (tumme-forward-image): Add prefix argument. Add error when at last
1709 image.
1710
1711 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * tabify.el (tabify-regexp): Use more specific regexps.
1714 (tabify): Avoid modifying the buffer unnecessarily.
1715
1716 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1717
1718 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1719 (tumme-format-properties-string): Handle empty `buf'.
1720 (tumme-get-comment): Change variable names inside `let'.
1721 Add missing `let' variable that cause font-lock problems.
1722 (tumme-write-comments): Change variable names inside `let'.
1723 Add missing `let' variable that cause font-lock problems.
1724 (tumme-forward-image): Rename from `tumme-forward-char'.
1725 (tumme-backward-image): Rename from `tumme-backward-char'.
1726
1727 2006-07-25 Masatake YAMATO <jet@gyve.org>
1728
1729 * progmodes/ld-script.el (ld-script-keywords)
1730 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1731 and add comments.
1732
1733 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1734
1735 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1736 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1737 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1738 for status indicator.
1739
1740 2006-07-24 Richard Stallman <rms@gnu.org>
1741
1742 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1743
1744 * subr.el (dolist, dotimes): Use interned symbols for locals.
1745 (--dotimes-limit--, --dolist-tail--): New defvars.
1746 (looking-back): Doc fix.
1747
1748 * replace.el (replace-match-string-symbols): Handle dotted lists.
1749
1750 2006-07-24 mathias <mathias@mattis>
1751
1752 * tumme.el (tumme-write-tags): Add.
1753 (tumme-write-comments): Add.
1754 (tumme-tag-files): Change to use `tumme-write-tags'.
1755 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1756 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1757 (tumme-save-information-from-widgets): Change to use
1758 `tumme-write-comments' and `tumme-write-tags'.
1759 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1760 (tumme-write-tag): Remove.
1761 (tumme-write-comment): Remove.
1762 (tumme-display-previous-thumbnail-original): Remove empty line.
1763 (tumme-widget-list): Add punctuation.
1764
1765 2006-07-24 mathias <mathias.dahl@gmail.com>
1766
1767 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1768
1769 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1770
1771 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1772 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1773 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1774
1775 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1776
1777 * mouse.el (mouse-on-link-p): Doc fix.
1778
1779 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1782 Handle "C-h f `".
1783
1784 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1785
1786 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1787 column.
1788
1789 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1790
1791 * textmodes/table.el: Add move-beginning-of-line and
1792 move-end-of-line to Point Motion Only Group.
1793
1794 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1795
1796 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1797
1798 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1799
1800 * startup.el (user-mail-address): Initialize from the `EMAIL'
1801 environment variable first. Document this.
1802 (command-line): Ditto.
1803
1804 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * help-mode.el (help-function-def, help-variable-def)
1807 (help-face-def): Print a message in the minibuffer.
1808
1809 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * term/xterm.el (terminal-init-xterm): Fix key bindings
1812 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1813
1814 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1815
1816 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1817 where `(nth 1 command)' is a cons cell. Doc fix.
1818
1819 * textmodes/po.el (po-find-charset): Doc fix.
1820
1821 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1822
1823 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1824 (allout-beginning-of-current-line, allout-end-of-current-line)
1825 (allout-next-visible-heading, allout-open-topic)
1826 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1827 (allout-flag-current-subtree, allout-show-to-offshoot)
1828 (allout-hide-current-entry, allout-show-current-branches)
1829 (allout-hide-region-body, allout-old-expose-topic)
1830 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1831 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1832 containing `beginning-of-line' and `end-of-line' with
1833 `inhibit-field-text-motion' t.
1834
1835 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1836
1837 * frame.el (focus-follows-mouse): Document that it doesn't have
1838 any effect on MS-Windows.
1839
1840 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1843
1844 2006-07-20 Jay Belanger <belanger@truman.edu>
1845
1846 * calc.el (calc-previous-alg-entry): Remove variable.
1847
1848 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1849 New variables.
1850 (calc-alg-entry): Use `calc-alg-entry-history'.
1851 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1852 Remove reference to `calc-previous-alg-entry'.
1853 (calcAlg-edit, calcAlg-enter): Remove reference to
1854 `calc-previous-alg-entry'.
1855 (calcAlg-previous): Use `previous-history-element' instead of
1856 `calc-previous-alg-entry'.
1857 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1858 Change keybinding for `calcAlg-plus-minus', add keybindings for
1859 `previous-history-element' and `next-history-element'.
1860
1861 * calc-rewr.el (calc-match): Remove reference to
1862 `calc-previous-alg-entry'.
1863
1864 * calc-sel.el (calc-selection-history): New variable.
1865 (calc-enter-selection, calc-sel-mult-both-sides)
1866 (calc-sel-add-both-sides): Use `calc-selection-history'.
1867
1868 * calc-map.el (calc-get-operator-history): New variable.
1869 (calc-get-operator): Use `calc-get-operator-history'.
1870
1871 * calcalg3.el (calc-curve-fit-history): New variable.
1872 (calc-curve-fit): Use `calc-curve-fit-history'.
1873
1874 2006-07-20 Kenichi Handa <handa@m17n.org>
1875
1876 * international/mule-cmds.el (select-safe-coding-system): Fix the
1877 way of deciding eol-type of the coding system.
1878
1879 2006-07-20 Alan Mackenzie <acm@muc.de>
1880
1881 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1882 (c-lang-setvar): New macro.
1883 (c-make-init-lang-vars-fun): Use the initialization forms in
1884 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1885 (comment-start, comment-end, comment-start-skip): Change these from
1886 c-lang-defvar's to c-lang-setvar's.
1887
1888 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1889 which calls make-local-variable on the elements of
1890 c-emacs-variable-inits.
1891 (c-init-language-vars-for): Call this new macro.
1892
1893 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1896 Try to rule out false positives due to time stamps.
1897 (compilation-mode-font-lock-keywords): Remove rules made redundant
1898 because of the above change. Add `segmentation fault' to the known and
1899 highlighted compilation termination messages.
1900
1901 2006-07-19 Kim F. Storm <storm@cua.dk>
1902
1903 * progmodes/grep.el (grep-find-ignored-directories):
1904 Add .svn and _darcs to list.
1905
1906 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1907
1908 * dired.el (dired-mode-map): Add key binding `C-te' for
1909 `tumme-dired-edit-comment-and-tags'.
1910
1911 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1912 image display buffer is displayed before call to
1913 `tumme-display-image.
1914 (tumme-dired-display-image): Make sure image display buffer is
1915 displayed before call to `tumme-display-image.
1916 (tumme-mouse-display-image): Make sure image display buffer is
1917 displayed before call to `tumme-display-image.
1918 (tumme-widget-list): Add.
1919 (tumme-dired-edit-comment-and-tags): Add.
1920 (tumme-save-information-from-widgets): Add.
1921
1922 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1925
1926 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1929 Revert inadvertently installed patch hunk.
1930
1931 * progmodes/compile.el (compilation-find-file): Handle the
1932 cases where the user selects a non-existent file.
1933
1934 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1937
1938 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * subr.el (sit-for): Just sleep-for if noninteractive.
1941
1942 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1945
1946 * custom.el (custom-autoload): Add `noset' argument.
1947 (custom-push-theme): Don't autoload the variable, let callers do it.
1948 (custom-theme-set-variables): Autoload the variable if necessary.
1949
1950 * cus-edit.el (custom-variable-state-set): If the variable was
1951 originally set outside custom, but to the same value as the default,
1952 consider it to be standard.
1953
1954 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1955 file *before* telling Emacs to add the autoloads, in case it fails.
1956
1957 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1958 Use `cond', push', and `dolist'.
1959
1960 2006-07-17 Richard Stallman <rms@gnu.org>
1961
1962 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1963 Add defvars to silence warnings.
1964
1965 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1968 Don't highlight "Compiling file" messages as error.
1969
1970 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1971 file already exists.
1972
1973 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1974
1975 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1976 entry, don't assign to free var; simply return the extracted filename.
1977 (ff-treat-as-special): Incorporate common preamble from callers.
1978 (ff-other-file-name, ff-find-the-other-file):
1979 Update call to ff-treat-as-special.
1980
1981 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1982
1983 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1984
1985 * tumme.el (tumme-get-comment): Fix bug.
1986
1987 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * files.el: Remove spurious * in docstrings.
1990
1991 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1992
1993 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1994 grammar.
1995 (allout-beginning-of-current-line): Beware beginning of buffer.
1996 Also, a comment is simplified.
1997 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1998 when appropriate. (This fix enables use for other than
1999 bullet-hotspot operation.)
2000 (allout-hide-current-subtree): While escalating to sibling-close,
2001 make sure to situate on a topic.
2002
2003 2006-07-14 Kim F. Storm <storm@cua.dk>
2004
2005 * emulation/cua-base.el (cua-delete-selection)
2006 (cua-toggle-set-mark): New defcustoms.
2007 (cua-rectangle-modifier-key): Add `alt' modifier.
2008 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2009 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2010 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2011
2012 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2013
2014 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2015
2016 * allout.el: Require 'cl during byte-compilation/interactive load,
2017 for the `assert' macro.
2018 (allout-mode-deactivate-hook): New hook, run when allout mode
2019 deactivates.
2020 (allout-developer): New allout customization subgroup.
2021 (allout-run-unit-tests-on-load): New allout-developer
2022 customization variable, when true allout unit tests are run towards
2023 end of file load/eval.
2024 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2025 auto-fill-mode.
2026 (allout-resumptions): Remove, to be replaced by...
2027 (allout-add-resumptions): Register variable settings to be
2028 reinstated by `allout-do-resumptions'. The settings are made
2029 buffer-local, but the locality/globality of the suspended setting
2030 is restored on resumption.
2031 (allout-do-resumptions): Reinstate all settings suspended using
2032 `allout-add-resumptions'.
2033 (allout-test-resumptions): Unit tests (and intermediate variables)
2034 for resumptions.
2035 (allout-tests-globally-unbound, allout-tests-globally-true)
2036 (allout-tests-locally-true): Intermediate variables for
2037 resumptions unit tests.
2038 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2039 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2040 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2041 instead of retired `allout-resumptions'. For hook functions, use
2042 `local' parameter so hook settings are created and removed as
2043 buffer-local settings. Revise (resumptions) setting
2044 auto-fill-function so it is set only if already active. (The
2045 related fill-function settings are all made in either case, so
2046 that activating auto-fill-mode activity will have the custom
2047 allout-mode behaviors (hanging indent on topics, if configured for it).
2048 Remove all allout-exposure-category overlays on mode deactivation.
2049 (allout-hotspot-key-handler): New function extracted from
2050 `allout-pre-command-business', so the functionality can be used
2051 for other purposes, eg as a binding in an overlay.
2052 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2053 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2054 customization variable.
2055 (allout-run-unit-tests): Run the (currently quite small)
2056 repertoire of unit tests. Called just before the provide iff user
2057 has customized `allout-run-unit-tests-on-load' non-nil.
2058
2059 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2060
2061 * emacs-lisp/authors.el (authors-aliases): Update.
2062
2063 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2066 gdb-source-window. Add dedicated argument.
2067 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2068 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2069 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2070 (gdb-display-locals-buffer): Use it.
2071
2072 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2073 Set gdb-source-window.
2074
2075 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2078 minor modes, redundant with the custom-autoload line above.
2079
2080 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * longlines.el (longlines-post-command-function): Handle open-line too.
2083
2084 2006-07-12 Richard Stallman <rms@gnu.org>
2085
2086 * progmodes/grep.el (grep-last-buffer): Doc fix.
2087
2088 * info.el (Info-try-follow-nearest-node): Doc fix.
2089
2090 * emacs-lisp/edebug.el (edebug-instrument-function):
2091 Err if find-function-noselect gives no position.
2092
2093 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2094 If can't find definition, return nil for position.
2095 (find-function-do-it): Handle new return value
2096 of find-definition-noselect.
2097 (find-definition-noselect, find-variable-noselect): Doc fix.
2098 (find-function-noselect): Doc fix.
2099
2100 * help-mode.el (help-variable-def): Handle find-variable-noselect
2101 returning no position.
2102 (help-function-def): Likewise for find-function-search-for-symbol.
2103 (help-face-def): Likewise.
2104
2105 * help-fns.el (describe-variable): Handle find-variable-noselect
2106 returning no position.
2107
2108 * files.el (locate-file-completion): Avoid duplicates in result.
2109
2110 * cus-edit.el (custom-no-edit): New command.
2111 (custom-mode-map): Remap to custom-no-edit instead of
2112 using suppress-keymap.
2113
2114 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2115
2116 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2117 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2118 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2119
2120 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2121
2122 2006-07-11 Kim F. Storm <storm@cua.dk>
2123
2124 * ido.el (ido-copy-current-file-name): Use buffer-name if
2125 buffer-file-name is nil.
2126
2127 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * simple.el (undo-ask-before-discard): Set to nil.
2130
2131 * vc.el (vc-exec-after): Don't delete process manually.
2132 (vc-print-log): Run log-view-mode in process sentinel inside
2133 inhibit-read-only. Don't shrink window due to timing issues.
2134
2135 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2136 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2137
2138 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2141 Fix ambiguity introduced by last change.
2142 (compilation-find-file): Move save-excursion to where it may
2143 make sense. Fix a left over `find-file'.
2144
2145 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2146
2147 * textmodes/texinfmt.el (texinfo-format-separate-node):
2148 Insert a string before point, which fits documentation, not after.
2149 (texinfo-multitable-item): In a multitable row, insert any
2150 additional needed @tabs and spaces.
2151
2152 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2153
2154 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2155 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2156 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2157 instead of shell-command.
2158 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2159 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2160 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2161 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2162 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2163 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2164
2165 2006-07-11 Kim F. Storm <storm@cua.dk>
2166
2167 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2168 Remove special case for seconds < 0. Use (redisplay t) instead.
2169
2170 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2173 avoid compilation error.
2174
2175 * subr.el (sit-for): New function.
2176
2177 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2178
2179 2006-07-10 Richard Stallman <rms@gnu.org>
2180
2181 * ldefs-boot.el (edebug): Update page.
2182
2183 2006-07-10 Kim F. Storm <storm@cua.dk>
2184
2185 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2186 to FOR-RELEASE and TODO.
2187
2188 2006-07-10 Romain Francoise <romain@orebokech.com>
2189
2190 * emacs-lisp/authors.el (authors-aliases): Update.
2191
2192 2006-07-10 Alan Mackenzie <acm@muc.de>
2193
2194 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2195 * cc-mode.el: Changes to eradicate eval-after-load.
2196
2197 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2200 on non-char events.
2201
2202 2006-07-09 Romain Francoise <romain@orebokech.com>
2203
2204 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2205 Don't highlight start/end markers as compilation messages.
2206
2207 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2208 to t.
2209
2210 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2213
2214 2006-07-08 Richard Stallman <rms@gnu.org>
2215
2216 * term/x-win.el (x-handle-display): Add doc string.
2217
2218 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2219
2220 * subr.el (def-edebug-spec): Move here.
2221 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2222
2223 * imenu.el (imenu-choose-buffer-index): Doc fix.
2224
2225 2006-07-08 Romain Francoise <romain@orebokech.com>
2226
2227 * term/x-win.el (x-display-name): Fix typo.
2228
2229 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2230
2231 * hexl.el (hexl-find-file): Doc fix.
2232
2233 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2234
2235 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * term/x-win.el (x-display-name): Doc fix.
2238
2239 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2242 long prefixes.
2243 (fill-region-as-paragraph): Don't round up to a whole line.
2244 (fill-comment-paragraph): Don't include the code-before-the-comment
2245 when calling fill-region-as-paragraph.
2246
2247 * international/mule.el (make-char): Remove redundancy.
2248
2249 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2250 property may contain an anonymous function rather than a symbol.
2251
2252 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2253
2254 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2255 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2256
2257 * dirtrack.el (dirtrack-default-directory-function): Remove.
2258 (dirtrack-directory-function): Use file-name-as-directory.
2259 (dirtrack-windows-directory-function): Simplify.
2260 (dirtrack-forward-slash, dirtrack-backward-slash)
2261 (dirtrack-replace-slash): Remove.
2262 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2263 (dirtrack): Fix wrong parenthesizing; use match-string.
2264
2265 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2266 (inferior-octave-mode): Only change the buffer-local value of
2267 comint-dynamic-complete-functions.
2268 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2269 Move the initialization to the declaration.
2270 (inferior-octave-complete): Remove unused var `filter'.
2271
2272 * shell.el (shell-mode): Only change the buffer-local value of
2273 comint-dynamic-complete-functions.
2274
2275 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2276
2277 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2278 entry is skipped because it has been scheduled.
2279 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2280 changing `:org-archived' and `:org-comment' properties.
2281
2282 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * server.el (server-select-display): Don't make the temp frame
2285 minibuffer-only, in case it's not a temp frame.
2286 (server-process-filter): Don't delete the temp frame if it's the
2287 only one we have on that display.
2288
2289 * files.el (find-alternate-file): Doc fix.
2290
2291 2006-07-05 Richard Stallman <rms@gnu.org>
2292
2293 * files.el (abbreviate-file-name): Add save-match-data.
2294
2295 2006-07-03 Richard Stallman <rms@gnu.org>
2296
2297 * faces.el (read-face-name): Doc fix.
2298
2299 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2302
2303 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2304
2305 * vc.el (vc-diff-internal): Fix prev change.
2306
2307 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2308
2309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2310 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2311
2312 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2315 fails if the symbol contains chars like ( or '.
2316 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2317 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2318 `short'.
2319
2320 2006-07-04 Kenichi Handa <handa@m17n.org>
2321
2322 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2323 the current one, don't call set-language-environment, but call one
2324 of set-language-environment-XXX to make INFO effective now.
2325 (set-language-environment): Call set-language-environment-XXX
2326 functions instead of doing the various setups directly.
2327 (set-language-environment-coding-systems): Delete argument eol-type.
2328 (set-language-environment-input-method)
2329 (set-language-environment-nonascii-translation)
2330 (set-language-environment-charset)
2331 (set-language-environment-fontset)
2332 (set-language-environment-unibyte): New functions.
2333
2334 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2335
2336 * locate.el (locate-update-when-revert): New option.
2337 (locate-update-path): New option (suggested by Michael Albinus).
2338 (locate-prompt-for-command): Whitespace change.
2339 (locate-update): No longer offer to update the locate database by
2340 default. Implement the two new options.
2341
2342 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2343
2344 * tooltip.el: Move comment about track-mouse...
2345
2346 * progmodes/gud.el: ...to here.
2347
2348 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * facemenu.el (facemenu-listed-faces): New var.
2351 (facemenu-unlisted-faces): Variable deleted.
2352 (facemenu-add-new-face): Use facemenu-listed-faces.
2353
2354 * emulation/viper-init.el, calendar/calendar.el:
2355 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2356
2357 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2358
2359 * textmodes/org.el (org-mode): Remove no invalid settings for
2360 calc embedded mode.
2361 (org-mode-p): New defsubst.
2362 (org-save-all-org-buffers): New function.
2363 (org-first-headline-recenter): Enclose outline-regexp in group
2364 delimiters.
2365 (org-set-tags): Keep single space after stars.
2366
2367 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * window.el (set-window-text-height): Only set window-min-height to
2370 1 if that's the requested size.
2371
2372 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2373 (diff-unified->context, diff-context->unified)
2374 (diff-reverse-direction): Make sure the end marker stays at the end.
2375 (diff-mode): Add the keymap table at the end of docstring.
2376 Use lexical-let rather than constructing a closure manually.
2377
2378 * files.el (find-file-noselect-1): Remove unused var assignment.
2379 (hack-local-variables-confirm): Print lists of strings as lists of
2380 strings rather than lists of symbols.
2381 (abbreviate-file-name, hack-local-variables-prop-line):
2382 Use match-string.
2383 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2384 (recover-session-finish): Use line-end-position.
2385
2386 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2389
2390 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2391
2392 * progmodes/make-mode.el (makefile-macroassign-regex):
2393 Accept preceding keyword.
2394 (makefile-gmake-statements): Reorganize, now that makepp has
2395 "override" and also handle forgotten "override define".
2396 (makefile-makepp-statements): Add new "global", "override export"
2397 and "override global".
2398
2399 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2402 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2403 (ada-no-auto-case): Fix typos in docstrings.
2404
2405 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2406
2407 * info.el (Info-find-node-2): Search for makeinfo version more
2408 carefully.
2409
2410 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2411
2412 * textmodes/org.el (org-prepare-agenda-buffers):
2413 Use `invisible-OK' argument for `org-end-of-subtree'.
2414 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2415 (org-beginning-of-item): Fix bug in regular expression for white line.
2416 (org-export-as-html): Enforce space after bullet in plain list items.
2417 (org-set-autofill-regexps): Require space after plain list bullet
2418 for paragraph-start.
2419 (org-ts-regexp3): New constant.
2420 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2421 (org-timestamp-up-day, org-timestamp-down-day)
2422 (org-timestamp-change): Work with inactive timestamps.
2423 (org-ts-regexp1): Don't allow brackets in time stamps.
2424
2425 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2426
2427 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2428 for ignoring links.
2429
2430 * faces.el (read-face-name): Use it.
2431
2432 2006-06-28 Juri Linkov <juri@jurta.org>
2433
2434 * buff-menu.el (list-buffers-noselect): Compare Info file
2435 with the string "dir" to detect Info directory.
2436
2437 * complete.el (partial-completion-mode): In lambda for
2438 `choose-completion-string-functions' use full function signature
2439 with 4 args, and move point to the end of the minibuffer only if arg
2440 `mini-p' is non-nil.
2441
2442 2006-06-28 John Paul Wallington <jpw@pobox.com>
2443
2444 * ibuffer.el (ibuffer-mode): Doc fix.
2445
2446 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2447
2448 * textmodes/org.el (org-context): New contexts :item-bullet,
2449 :latex-fragment, :latex-preview.
2450 (org-overlays-at, org-overlay-start, org-overlay-end):
2451 New compatibility functions.
2452 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2453 exact regexp that will be used during export.
2454 (org-latex-regexps): New variable.
2455 (org-cdlatex-mode): Improve advice for `texmathp'.
2456 (turn-on-org-cdlatex): New function.
2457
2458 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2459
2460 * term/mac-win.el (mac-handle-font-selection): Change keys of
2461 mac-atsu-font-table from strings to numbers.
2462 (mac-ts-caret-position): Use also when cursor-type is nil.
2463 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2464 Relax condition for using overlay strings.
2465 Use mac-ts-caret-position face when cursor-type is nil.
2466
2467 2006-06-26 Kim F. Storm <storm@cua.dk>
2468
2469 * help.el (view-emacs-news): Declare `res' in the right let* form.
2470
2471 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * net/rcompile.el (remote-compile): Replace ange-ftp based
2474 implementation by Tramp functions.
2475 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2476
2477 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2478
2479 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2480
2481 * international/fontset.el (setup-default-fontset): Fix a typo in
2482 the "Oriya-Akruti" registry name.
2483
2484 2006-06-23 Lars Hansen <larsh@soem.dk>
2485
2486 * desktop.el (desktop-full-file-name): New function.
2487 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2488 (desktop-revert): Use it.
2489 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2490 (desktop-after-read-hook): Add option list-buffers.
2491 (desktop-locals-to-save): Add tab-width.
2492 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2493 Fix docstring.
2494
2495 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2496
2497 * textmodes/org.el (org-cdlatex-mode-map)
2498 (org-cdlatex-texmathp-advice-is-done): New variables.
2499 (org-cdlatex-mode): New minor mode.
2500 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2501 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2502 (org-export-with-archived-trees): New option.
2503 (org-open-file): Remove the call to `convert-standard-filename'.
2504 (org-archive-tag, org-agenda-skip-archived-trees)
2505 (org-cycle-open-archived-trees)
2506 (org-sparse-tree-open-archived-trees): New options.
2507 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2508 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2509 New functions.
2510 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2511 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2512 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2513 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2514 Call `org-prepare-agenda-buffers'.
2515 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2516 (org-file-apps, org-file-apps-defaults-gnu)
2517 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2518 Handle remote files by forcing them to be opened in Emacs.
2519
2520 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2521
2522 * vc.el (vc-diff-knows-L): New variable.
2523 (vc-diff-internal): Use it to handle "diff" programs that don't
2524 understand -L. This works automatically, no user action is necessary.
2525
2526 2006-06-23 Daniel Brockman <daniel@brockman.se>
2527
2528 * net/rcirc.el (rcirc-default-user-full-name): Default to
2529 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2530 longer exists).
2531 (rcirc-process-list): Check `buffer-live-p' before attempting to
2532 switch to a buffer.
2533
2534 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2535
2536 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2537 based on rcirc-coding-system-alist.
2538
2539 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2540
2541 * cus-edit.el (customize-apropos): A better error message.
2542 (top level) <debug-ignored-errors>: Extend and update the list of
2543 ignored error messages.
2544
2545 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2546
2547 * complete.el (PC-do-completion): Retain capitalization of user
2548 input, when possible, even if completion-ignore-case is set.
2549
2550 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2551
2552 * generic-x.el (bat-generic-mode): Support .cmd files.
2553
2554 * dos-w32.el (top level): Use find-file-not-found-functions
2555 instead of the obsolete find-file-not-found-hooks.
2556
2557 2006-06-22 Kim F. Storm <storm@cua.dk>
2558
2559 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2560 to recognize mode name containing submodes, such as Grep/lw.
2561
2562 2006-06-21 Kim F. Storm <storm@cua.dk>
2563
2564 * simple.el (line-move-1): Check for move-end-of-line instead of
2565 end-of-line when setting temporary-goal-column.
2566
2567 2006-06-21 Miles Bader <miles@gnu.org>
2568
2569 * play/cookie1.el (cookie): Work properly when there's only one entry.
2570
2571 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2572
2573 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2574 (gdb-frame-handler): Generalize frame regexp for templates.
2575
2576 2006-06-20 Glenn Morris <rgm@gnu.org>
2577
2578 * calendar/appt.el (appt-display-format): Default value must be
2579 one of the customize options.
2580
2581 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2582
2583 * term/xterm.el (terminal-init-xterm): Update key availability info.
2584 Bind C-return.
2585
2586 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2587
2588 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2591 whether or not a local variables list is defined.
2592
2593 * msb.el (msb): Move `sit-for' hack here to handle both
2594 "mouse-down and drag" and "mouse-up and select" situations.
2595 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2596
2597 2006-06-20 Kenichi Handa <handa@m17n.org>
2598
2599 * international/characters.el (word-combining-categories):
2600 Add entries for 2-byte Han characters.
2601
2602 2006-06-19 Richard Stallman <rms@gnu.org>
2603
2604 * bindings.el (mode-line-format): Save some mode line space.
2605
2606 * files.el (find-file-noselect): Improve the question wording.
2607 (basic-save-buffer-2): Mask UMASK against 666.
2608
2609 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2610 (mouse-drag-vertical-line): Call it.
2611
2612 * cus-edit.el (customize-option, customize-option-other-window):
2613 Error if SYMBOL is nil.
2614
2615 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2616
2617 * textmodes/org.el: Require noutline, also on XEmacs.
2618 (org-end-of-subtree): Return point.
2619 (org-dblock-start-re, org-dblock-end-re): New constants.
2620 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2621 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2622 (org-update-all-dblocks, org-find-dblock): New functions.
2623 (org-collect-clock-time-entries): New function.
2624 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2625 (org-fixup-indentation): Modify to deal correctly with lines
2626 starting with TAB. Only one argument DIFF now.
2627 (org-demote, org-promote): Call `org-fixup-indentation' with just
2628 one argument, DIFF.
2629 (org-mode): Don't mark buffer as modified when aligning tables.
2630 (org-clock-sum): Don't mark buffer modified when adding time sum
2631 properties.
2632 (org-export-as-html): Add support for a link validation function.
2633 (org-archive-all-done): New function.
2634 (org-archive-subtree): New prefix argument. When set, archive all
2635 done subtrees in this buffer.
2636 (org-remove-clock-overlays)
2637 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2638 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2639 (org-put-clock-overlay): Don't swallow last headline character
2640 when displaying overlay.
2641 (org-store-link): Link to `image-mode' with just the file name.
2642
2643 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2644
2645 * viper-cmd.el (viper-special-read-and-insert-char):
2646 Use read-key-sequence.
2647 (viper-after-change-undo-hook): Misc enhancements.
2648 (viper-after-change-undo-hook): New hook.
2649 (viper-undo): Use viper-after-change-undo-hook.
2650 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2651 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2652 clicking on that widget/button.
2653
2654 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2655
2656 * ediff-diff (ediff-test-patch-utility): Catch errors.
2657 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2658 (ediff-set-actual-diff-options): New function.
2659 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2660 Use ediff-set-actual-diff-options.
2661 (ediff-extract-diffs): Catch errors.
2662 (ediff-whitespace): Add non-breakable space.
2663 (ediff-same-file-contents): Catch errors.
2664
2665 * ediff-mult.el (ediff-collect-custom-diffs):
2666 Save coding-system-for-read.
2667
2668 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2669 (ediff-vc-internal, ediff-vc-merge-internal):
2670 Use ediff-delete-version-file.
2671 (ediff-delete-version-file): New function.
2672
2673 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2674
2675 * ediff.el (ediff-directories, ediff-directory-revisions)
2676 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2677 (ediff-directories-internal, ediff-merge-directory-revisions)
2678 (ediff-merge-directory-revisions-with-ancestor)
2679 (ediff-directories3): Use read-directory-name.
2680
2681 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2682
2683 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2684 Remove superfluous part of regexp for brace matching which is handled
2685 by `scan-lists' call.
2686
2687 2006-06-16 Richard Stallman <rms@gnu.org>
2688
2689 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2690
2691 * files.el (basic-save-buffer-2): For a new precious file,
2692 use the default modes in the return value.
2693
2694 * facemenu.el (facemenu-color-alist): Doc fix.
2695
2696 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2697
2698 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2699
2700 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2701
2702 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2703 (mac-utxt-to-string): Use it.
2704 (mac-ts-update-active-input-area): Use mac-ae-number.
2705
2706 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * term.el (term-handle-scroll, term-delete-lines)
2709 (term-insert-lines): Fix off by one errors.
2710
2711 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2712
2713 * net/tramp.el (tramp-touch): Use UTC to express time.
2714
2715 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * mail/sendmail.el (mail-send): Search explicitly for
2718 mail-header-separator when checking for corrupted header lines.
2719
2720 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2721
2722 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2723 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2724 (gdb-init-1): Initialise them.
2725 (gdb-starting): Reset gdb-printing
2726 (gdb-starting): Save value of gud-overlay-arrow-position.
2727 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2728 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2729 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2730 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2731
2732 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2735
2736 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2737
2738 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2739 (ldap-search-internal): Keep error messages, and a regexp fix.
2740
2741 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2742
2743 * files.el (hack-local-variables-confirm):
2744 Display string value using its printed representation.
2745
2746 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * server.el (server-edit): No-op if no server buffers exist.
2749
2750 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2751
2752 * textmodes/page-ext.el (pages-directory-for-addresses):
2753 Including `pages-directory-address-mode' in the function results
2754 in the message "Buffer in which pages were found is deleted".
2755
2756 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2757
2758 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2759 clocking functions.
2760
2761 (org-agenda-clock-in, org-check-running-clock)
2762 (org-clock-out-if-current, org-remove-clock-overlays)
2763 (org-put-clock-overlay): New functions.
2764 (org-clock-marker, org-clock-file-total-minutes)
2765 (org-clock-overlays): New variables.
2766 (org-clock-display, org-clock-sum, org-clock-cancel)
2767 (org-clock-out, org-clock-in): New commands.
2768 (org-export): New function.
2769 (org-emph-re): New constant.
2770 (org-set-emph-re, org-do-emphasis-faces): New functions.
2771 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2772 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2773 (org-export-html-convert-emphasize): Use the configurable emphasis.
2774 (org-cleaned-string-for-export): Make multiline emphasis visible
2775 to the exporter. New optional argument PARAMETERS.
2776 (org-export-as-html): Specify :emph-multiline parameter to
2777 `org-cleaned-string-for-export'.
2778
2779 2006-06-10 Richard Stallman <rms@gnu.org>
2780
2781 * help.el (help-for-help-internal): Clean up help text.
2782
2783 2006-06-10 Andreas Schwab <schwab@suse.de>
2784
2785 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2786 in doc string.
2787
2788 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2789
2790 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2791
2792 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2793 spaces after the comment start.
2794
2795 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2796
2797 * play/pong.el (pong-init-buffer):
2798 Fill buffer with spaces instead of ^A.
2799
2800 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2801 launched asynchronously, delete its process instead of being cool.
2802 (ispell-async-processp): Check for `delete-process' existence
2803 instead of `kill-process' one for consistency.
2804
2805 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2808 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2809 in mode line at startup.
2810
2811 2006-06-08 Kim F. Storm <storm@cua.dk>
2812
2813 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2814 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2815 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2816 (ido-file-internal): Pass full file name to write-file.
2817 (ido-read-internal): Only pop stack elements automatically if they
2818 actually match an existing directory or file name.
2819
2820 2006-06-07 Kenichi Handa <handa@m17n.org>
2821
2822 * international/mule.el (find-auto-coding): Don't handle the short
2823 name `char-trans'.
2824
2825 * files.el (hack-local-variables-prop-line)
2826 (hack-local-variables): Cancel the previous change.
2827
2828 2006-06-06 Jesper Harder <harder@phys.au.dk>
2829
2830 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2831
2832 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2835 diff-default-read-only is non-nil.
2836 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2837 (diff-refine-hunk): Set inhibit-read-only to t.
2838
2839 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2840 modifying the *Diff* buffer.
2841 (diff-process-filter): New filter function for diff process that
2842 sets inhibit-read-only to t when modifying the *Diff* buffer.
2843
2844 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2845
2846 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2847 insertion point and control the number of empty lines.
2848 (org-paste-subtree): Limit the number of empty lines at the end of
2849 the inserted tree.
2850 (org-agenda): Use buffer name of current file for narrowing.
2851 (org-export-as-xml): Command removed.
2852 (org-export-xml-type): Option removed.
2853 (org-mode-map): Call `org-export-as-xoxo' directly.
2854 (org-get-indentation): New optional argument LINE.
2855 (org-fix-indentation, org-remove-tabs): New functions.
2856 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2857 correct indentation for headlines that are converted it items.
2858 (org-skip-comments): Remove table lines that contain narrowing
2859 cookies but no other non-empty fields.
2860 (org-set-tags): Allow groups of mutually exclusive tags.
2861 (org-cmp-time): Sort 24:21 before items without time.
2862 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2863 (org-open-at-point): Require double colon also for numbers.
2864
2865 2006-06-06 Kim F. Storm <storm@cua.dk>
2866
2867 * ido.el (ido-default-file-method, ido-default-buffer-method):
2868 Make choice values consistent with corresponding command names.
2869 (ido-visit-buffer): Update accordingly. Default to selected-window.
2870
2871 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2872
2873 * progmodes/gud.el (gud-running): Fix doc string.
2874 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2875 (gud-tooltip-modes): Add python-mode.
2876 (gud-tooltip-print-command): Add pdb. Remove perldb.
2877
2878 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2879
2880 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2881 Quote $(EMACS).
2882
2883 2006-06-05 Richard Stallman <rms@gnu.org>
2884
2885 * faces.el (defined-colors): Doc fix.
2886
2887 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2888
2889 * vc.el (vc-process-filter): Inhibit undo info collection around
2890 call to insert.
2891 (vc-setup-buffer): Likewise for call to erase-buffer.
2892 (vc-do-command): Likewise for call to process-file.
2893
2894 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2895
2896 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2897 for gud-go.
2898 (gud-common-init): Other debuggers may trigger error.
2899
2900 2006-06-05 Kenichi Handa <handa@m17n.org>
2901
2902 * international/mule.el (find-auto-coding):
2903 Handle enable-character-translation in file header.
2904
2905 2006-06-04 Kim F. Storm <storm@cua.dk>
2906
2907 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2908 (authors-fixed-entries): Fix spelling.
2909 (authors-canonical-file-name): Don't report error for wildcards.
2910
2911 * help.el (view-emacs-news): Rewrite to support new NEWS,
2912 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2913 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2914 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2915
2916 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2917
2918 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2919 exec constructs like `foo bar`.
2920 (sh-quoted-subshell): New helper function to search for a possibly
2921 nested subshell (like `` or $()) within a "" quoted string.
2922 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2923 (sh-apply-quoted-subshell): Flag quote characters inside a
2924 subshell, which is itself already in a quoted region, as
2925 punctuation, since this is the closest to what they actually are.
2926 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2927 sh-apply-quoted-subshell.
2928 (sh-font-lock-syntactic-face-function): Apply the new face for
2929 text inside `` instead of the old font-lock-string-face.
2930
2931 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2932
2933 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2934 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2935 (mac-bytes-to-text-range, mac-ae-text-range-array)
2936 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2937 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2938 (mac-ts-unicode-for-key-event): New functions.
2939 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2940 (mac-handle-font-selection): Use mac-ae-number.
2941 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2942 New variables.
2943 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2944 (mac-ts-converted-text, mac-ts-selected-converted-text)
2945 (mac-ts-block-fill-text, mac-ts-outline-text)
2946 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2947 (mac-ts-hilite-style-faces): New constant.
2948 (mac-apple-event-map): Bind text input events.
2949 (mac-dispatch-apple-event): Use command-execute instead of
2950 call-interactively.
2951 (global-map): Don't bind mac-apple-event.
2952 (special-event-map): Bind mac-apple-event.
2953
2954 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2955
2956 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2957 file name.
2958 (emacs): Enclose the value of $(EMACS) in quotes.
2959
2960 2006-06-02 Juri Linkov <juri@jurta.org>
2961
2962 * international/mule.el (sgml-html-meta-auto-coding-function):
2963 Remove the condition `(search-forward "<html" size t)'.
2964 Replace `\"' with `[\"']?' in `re-search-forward'.
2965
2966 2006-06-02 Kenichi Handa <handa@m17n.org>
2967
2968 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2969 as well as `coding'.
2970 (hack-local-variables): Likewise.
2971
2972 * international/mule.el (enable-character-translation):
2973 Put permanent-local and safe-local-variable properties.
2974 (find-auto-coding): Handle char-trans: tag.
2975
2976 2006-06-02 Juri Linkov <juri@jurta.org>
2977
2978 * international/mule.el (sgml-html-meta-auto-coding-function):
2979 Limit the search by the end of the HTML header (if any).
2980
2981 2006-06-01 Richard Stallman <rms@gnu.org>
2982
2983 * subr.el (with-current-buffer): Doc fix.
2984
2985 2006-06-02 Masatake YAMATO <jet@gyve.org>
2986
2987 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2988 Almost rewrite. Underlines over all lines of gcov output are too
2989 uncomfortable to read. Suggested by Dan Nicolaescu.
2990
2991 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2992
2993 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2994
2995 * shell.el (shell-mode): Use shell-mode-map in docstring.
2996
2997 * comint.el (comint-send-input): Do not add help-echo and
2998 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2999
3000 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3001
3002 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3003
3004 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3005
3006 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3007 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3008 look up the stack and pop up GUD buffer if necessary.
3009 (gdb-frames-select): Remove redundant call to gud-display-frame.
3010 (gdb-info-threads-custom): Keep point at start of buffer.
3011 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3012
3013 2006-05-31 Juri Linkov <juri@jurta.org>
3014
3015 * replace.el (query-replace-read-from, query-replace-read-to):
3016 Bind `history-add-new-input' to nil. Call `add-to-history'.
3017
3018 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3019
3020 * textmodes/table.el: Convert all HTML tags to lower case for
3021 XHTML compatibility.
3022
3023 2006-05-31 Masatake YAMATO <jet@gyve.org>
3024
3025 * progmodes/compile.el:
3026 (compilation-error-regexp-alist-alist::gcov-called-line):
3027 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3028
3029 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3030
3031 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3032 Revert inadvertent changes made with last commit.
3033
3034 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3035
3036 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3037 New functions.
3038
3039 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3040
3041 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3042
3043 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3044 only matches in the right place.
3045 (org-upcoming-deadline): New face.
3046 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3047 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3048 and make it an option.
3049 (org-export-ascii-bullets): New option.
3050 (org-export-as-html): Many changes to emit valid XHTML.
3051 (org-par-open): New variable.
3052 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3053 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3054 (org-timeline): Pass `org-timeline-show-empty-dates' to
3055 `org-get-all-dates'. Interpret empty dates returned by
3056 `org-get-all-dates'.
3057 (org-get-all-dates): New argument EMPTY. Add dates without
3058 entries to the list, mark large ranges of empty dates.
3059 (org-point-in-group, org-context): New functions.
3060
3061 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3062
3063 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3064
3065 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3066 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3067 to C-mouse-3 (for 2 button mice).
3068 (gdb-send): Do the right thing for C-d.
3069
3070 * speedbar.el (speedbar-detach): Delete.
3071 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3072 it breaks things.
3073 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3074
3075 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3076
3077 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3078 Makeppfile.
3079
3080 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3081 Add makepp diagnostic.
3082
3083 2006-05-29 Richard Stallman <rms@gnu.org>
3084
3085 * window.el (fit-window-to-buffer): Doc fix.
3086
3087 * help.el (temp-buffer-max-height): Doc fix.
3088
3089 * subr.el (with-current-buffer): Doc fix.
3090
3091 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3092
3093 * term/x-win.el: Bind F10 to menu-bar-start if available.
3094
3095 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3096
3097 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3098 uses with a simple test.
3099 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3100 (term-send-raw-string, term-send-raw, term-mouse-paste)
3101 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3102 (term-handle-exit, term-read-input-ring)
3103 (term-previous-matching-input-string)
3104 (term-previous-matching-input-string-position)
3105 (term-previous-matching-input-from-input)
3106 (term-replace-by-expanded-history, term-send-input)
3107 (term-skip-prompt, term-bol, term-send-invisible)
3108 (term-kill-input, term-delchar-or-maybe-eof)
3109 (term-backward-matching-input, term-check-source)
3110 (term-proc-query, term-emulate-terminal)
3111 (term-handle-colors-array, term-process-pager, term-pager-line)
3112 (term-pager-bob, term-unwrap-line, term-word)
3113 (term-dynamic-complete-filename)
3114 (term-dynamic-complete-as-filename)
3115 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3116 unlesses.
3117
3118 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3121 during bootstrapping.
3122
3123 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3124 Basically undo the change of 2006-05-26: use extra arguments instead of
3125 dynamic scoping.
3126 (ewoc-locate): Remove unused var `footer'.
3127
3128 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3131
3132 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3133 (generate-file-autoloads): Obey it. Return whether autoloads were
3134 added at point or not.
3135 (update-file-autoloads): Use this new return value.
3136 Remove redundant test for the presence of an autoload cookie.
3137
3138 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3139 This one calls hack-local-variables.
3140 (generate-file-autoloads, update-file-autoloads): Use it.
3141
3142 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3143 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3144 (bibtex-sort-entry-class-alist): Don't set the global value.
3145 (bibtex-init-sort-entry-class-alist): New fun.
3146 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3147 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3148 of bibtex-init-sort-entry-class.
3149
3150 2006-05-28 Richard Stallman <rms@gnu.org>
3151
3152 * subr.el (load-history-regexp): If FILE is relative, insist
3153 entire last name component must match it.
3154 (load-history-filename-element, load-history-regexp): Doc fixes.
3155
3156 2006-05-29 Kim F. Storm <storm@cua.dk>
3157
3158 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3159 `pos' and `raw-data' for clarity, as eval forms may access these.
3160
3161 2006-05-28 Kim F. Storm <storm@cua.dk>
3162
3163 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3164
3165 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * progmodes/make-mode.el (makefile-browser-map)
3168 (makefile-mode-syntax-table): Move initialization inside declaration.
3169 (makefile-fill-paragraph): Use the default comment-filling code.
3170
3171 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * replace.el (query-replace-defaults): New variable.
3174 (query-replace-read-from): Use `query-replace-defaults' for
3175 default value, instead of history list.
3176 (query-replace-read-to): Update `query-replace-defaults'.
3177
3178 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3181 with no X toolkit.
3182
3183 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3184
3185 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3186 (tumme-show-all-from-dir): Add autoload.
3187
3188 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3189
3190 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3191 (tumme-remove-tag): Fix bug.
3192
3193 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3194
3195 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3196 FOOTER args. Update unique caller.
3197 (ewoc-delete): Compute last node once before looping.
3198 (ewoc--node-branch): Merge into unique caller.
3199 (ewoc--node): Don't define constructor make-ewoc--node for this
3200 structure.
3201 (ewoc): Add member `hf-pp' to this structure.
3202 (ewoc--wrap): New func.
3203 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3204 header/footer pretty-printers. Save header/footer pretty-printer.
3205 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3206
3207 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3208
3209 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3210
3211 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3212 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3213 Tag'. Change "Compare directories..." to "Change Directories...".
3214 Move tumme commands to Operate, Regexp and Immediate menus.
3215 Change "Add Comment" to "Add Image Comment". Change "Add Image
3216 Tag" to "Add Image Tags".
3217
3218 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3219 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3220 `tumme-delete-tag'.
3221
3222 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3223
3224 * shell.el (shell-mode): Call shell-dirtrack-mode after
3225 list-buffers-directory is made a local variable, to avoid setting
3226 the default value.
3227
3228 2006-05-26 Kevin Ryde <user42@zip.com.au>
3229
3230 * info.el (Info-index-next): Use where-is-internal to report
3231 actual binding of Info-index-next, rather than hard-coded `,'.
3232
3233 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3234
3235 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3236 and "Find Command in Manual" to here.
3237
3238 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3239 Info-current-file as the file name.
3240
3241 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3242
3243 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3244 overrides will now be done a different way.
3245 (ses-set-parameter): Reapply this function for undo.
3246 (ses-set-header-row): Reconstruct header row during undo.
3247 (ses-widen): New function.
3248 (ses-goto-data, ses-reconstruct-all): Use new function.
3249 (ses-command-hook): Widen buffer during undo, before unupdating
3250 the cells.
3251 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3252 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3253 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3254 formula hasn't been executed yet.
3255
3256 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3257
3258 * comint.el (comint-kill-whole-line): Rename arg to count.
3259 Fix doc string.
3260
3261 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3264 to copy-file.
3265
3266 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3267
3268 * simple.el (toggle-truncate-lines): Make arg optional for
3269 backward compatibility.
3270
3271 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3272
3273 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3274 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3275 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3276 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3277 (ewoc--adjust): Use ewoc--current-dll.
3278 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3279
3280 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3281
3282 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3283 compact error message.
3284 (org-tags-view): Refresh category table in each file.
3285 (org-table-justify-field-maybe): Remove superfluous arguments to
3286 `format'.
3287 (org-export-as-html): Insert "<p>" before postamble.
3288 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3289
3290 2006-05-26 Kenichi Handa <handa@m17n.org>
3291
3292 * textmodes/po.el (po-find-charset): Pay attention to the case
3293 FILENAME is a cons (NAME . BUFFER).
3294 (po-find-file-coding-system-guts): Likewise.
3295
3296 * arc-mode.el (archive-set-buffer-as-visiting-file):
3297 Call find-operation-coding-system with (FILENAME . BUFFER).
3298
3299 * tar-mode.el (tar-extract): Call find-operation-coding-system
3300 with (FILENAME . BUFFER).
3301
3302 * international/mule.el (decode-coding-inserted-region):
3303 Call find-operation-coding-system with (FILENAME . BUFFER).
3304
3305 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * image-mode.el (image-toggle-display): Use buffer contents to
3308 generate image for a remote file.
3309
3310 2006-05-25 Juri Linkov <juri@jurta.org>
3311
3312 * replace.el (query-replace-read-from, query-replace-read-to):
3313 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3314
3315 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3316
3317 * whitespace.el (whitespace-cleanup): Change to cleanup
3318 region if one is active.
3319 * whitespace.el (whitespace-cleanup-internal): New internal method.
3320
3321 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3322
3323 * dired.el (dired-mode-map): Add help-echo strings to tumme
3324 commands. Bind `tumme-dired-display-image' to C-t i.
3325
3326 * tumme.el (tumme-display-image): Change documentation string slightly.
3327 (tumme-dired-display-image): Add call to `display-buffer'.
3328
3329 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3330
3331 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3332 Signal error if RAW-DATA is a multibyte string.
3333
3334 2006-05-24 Richard Stallman <rms@gnu.org>
3335
3336 * subr.el (with-local-quit): When handling `quit' signal,
3337 make a chance for quit-flag to cause a quit.
3338
3339 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3340 (ad-disable-advice): Add autoloads.
3341
3342 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3343
3344 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3345
3346 * dired.el (dired-mode-map): Change menu items for tumme as per
3347 suggestions in emacs-devel.
3348
3349 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3350
3351 * dired.el (dired-mode-map): Fix breakage.
3352
3353 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3354
3355 * tumme.el (tumme-display-dired-image): Rename to...
3356 (tumme-dired-display-image): ...this.
3357 (tumme-track-movement): Change default value to t.
3358 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3359 used from `tumme-next-line-and-display' and similar commands.
3360
3361 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3362 Immediate menu. Add some tumme commands there.
3363
3364 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3365
3366 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3367
3368 2006-05-24 Chong Yidong <cyd@mit.edu>
3369
3370 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3371 menu entries that open submenus.
3372
3373 2006-05-24 Alan Mackenzie <acm@muc.de>
3374
3375 * startup.el (command-line): For names of preloaded files, don't
3376 append ".elc" (now done in Fload), and call file-truename on the
3377 lisp directory.
3378
3379 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3380 match ANY loaded file with the right name, not just those in
3381 load-path. Put a regexp matching the file name into
3382 after-load-alist, rather than the name itself.
3383
3384 * subr.el: New functions load-history-regexp,
3385 load-history-filename-element, do-after-load-evaluation.
3386
3387 * international/mule.el (load-with-code-conversion): Do the
3388 eval-after-load stuff by calling do-after-load-evaluation.
3389
3390 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3391
3392 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3393 has not been killed.
3394
3395 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3396
3397 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3398 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3399 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3400 Optionally set error message in reply.
3401
3402 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3403
3404 * textmodes/org.el (org-open-at-point): Use renamed variable
3405 `org-confirm-shell-link-function'.
3406 (org-confirm-shell-link-function): Rename from
3407 `org-confirm-shell-links'.
3408 (org-export-directory): New function.
3409 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3410 (org-export-icalendar): Use `org-export-directory'.
3411 (org-indent-item): Keep cursor position.
3412 (org-link-file-path-type): New option.
3413 (org-export-as-html): Fix bug with plain lists starting in
3414 column 0.
3415 (org-export-as-html): Remove deadline formatting, this happens
3416 now already in `org-html-handle-time-stamps'.
3417 (org-export-html-style): Deadline class removed.
3418 (org-insert-labeled-timestamps-at-point): New option.
3419 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3420 of `hide-sublevels 1', in case the first headline is not level 1.
3421 (org-overview, org-content): New fuction.
3422 (org-cycle-global-status, org-cycle-subtree-status): Make these
3423 variables buffer-local.
3424 (org-global-cycle): New command.
3425 (org-shifttab): Use `org-global-cycle'.
3426 (org-insert-heading, org-insert-item): Go to end of new
3427 headline/item after creating it.
3428 (org-export-visible): Rename from `org-export-copy-visible'.
3429 Now creates a temporary org-file and applies an exporting command
3430 to it.
3431 (org-table-eval-formula): Support for lisp forms.
3432 (org-agenda-todo-ignore-scheduled): New option.
3433 (org-agenda-get-todos): Use new option
3434 `org-agenda-todo-ignore-scheduled'.
3435 (org-export-html-inline-images): New value `maybe'.
3436 (org-export-as-html): Inlining of images dependent on link description.
3437 (org-archive-subtree): Check for end-of-buffer before trying
3438 `kill-line'.
3439 (org-agenda-follow-mode): New option.
3440 (org-export-with-tags, org-export-with-timestamps): New options.
3441 (org-html-handle-time-stamps): New function.
3442 (org-keyword-time-regexp): New variable.
3443 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3444 (org-agenda-todo-list-sublevels): New option.
3445 (org-html-level-start): When TITLE is nil, just close all levels.
3446 (org-parse-key-lines, org-parse-export-options): Remove functions,
3447 replaced by `org-infile-export-plist'.
3448 (org-combine-plists, org-infile-export-plist)
3449 (org-default-export-plist): New functions.
3450 (org-export-html-preamble, org-export-html-postamble)
3451 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3452 New variables.
3453 (org-export-publishing-directory): New option.
3454 (org-export-as-html, org-export-as-ascii): Use the new property
3455 lists for settings.
3456 (org-export-copy-visible, org-export-as-xoxo):
3457 Respect `org-export-publishing-directory'.
3458 (org-link-search, org-store-link, org-file-apps): Support for
3459 links to BibTeX database entries..
3460 (org-get-current-options, org-set-regexps-and-options):
3461 Implement logging as a startup option.
3462 (org-store-link): Make sure context string is never empty
3463 (org-insert-link): Use relative path when possible.
3464 (org-at-item-checklet-p): New function.
3465 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3466 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3467 (org-metaright, org-metaup, org-metadown, org-shiftup)
3468 (org-shiftdown, org-shiftright, org-shiftleft)
3469 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3470 Dispatch using `call-interactively'.
3471 (org-call-with-arg): New defsubst.
3472 (org-tag-alist, org-use-fast-tag-selection): New options.
3473 (org-complete): Use `org-tag-alist'.
3474 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3475 (org-next-item, org-previous-item): New commands.
3476 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3477 make command.
3478 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3479
3480 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3481
3482 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3483 (ewoc-filter): Use `ewoc-delete'.
3484
3485 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3486
3487 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3490 Signal more user-friendly error messages.
3491
3492 * complete.el (PC-do-completion): Undo the addition of implicit
3493 wildcards if they did not lead to finding any match.
3494 (read-file-name-internal): Don't add the final > if the completion is
3495 not finished.
3496
3497 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3498
3499 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3500 Quote safe-local-variable predicate.
3501
3502 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3503
3504 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3505
3506 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3507
3508 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3509
3510 * progmodes/make-mode.el (makefile-special-targets-list)
3511 (makefile-macro-table, makefile-target-table): Mark as risky.
3512 (makefile-query-one-target-method): Make this the alias for the
3513 following variable.
3514 (makefile-query-one-target-method-function): Make this the real name.
3515
3516 * textmodes/artist.el (artist-text-renderer): Make this the alias
3517 for the following variable.
3518 (artist-text-renderer-function): Make this the real name.
3519
3520 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3521 the alias for the following variable.
3522 (flyspell-generic-check-word-predicate): Make this the real name.
3523
3524 * textmodes/ispell.el (ispell-format-word): Make this the alias
3525 for the following variable.
3526 (ispell-format-word-function): Make this the real name.
3527 (ispell-message-text-end): Mark as risky.
3528
3529 * skeleton.el (skeleton-transformation, skeleton-filter)
3530 (skeleton-pair-filter): Make these the aliases for the following
3531 variables.
3532 (skeleton-transformation-function, skeleton-filter-function)
3533 (skeleton-pair-filter-function): Make these the real names.
3534
3535 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3536 and skeleton-pair-filter-function.
3537
3538 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3539 alias for the following variable.
3540 (sgml-transformation-function): Make this the real name.
3541 (sgml-tag-alist): Mark as risky.
3542
3543 2006-05-21 Richard Stallman <rms@gnu.org>
3544
3545 * simple.el (kill-region): Interactively, pass point, then mark.
3546
3547 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3548
3549 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3550
3551 2006-05-21 Romain Francoise <romain@orebokech.com>
3552
3553 * dired-x.el (dired-mode-map): Don't bind M-g.
3554
3555 2006-05-20 Richard Stallman <rms@gnu.org>
3556
3557 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3558 (dired-goto-file): Doc fix.
3559
3560 2006-05-21 Kim F. Storm <storm@cua.dk>
3561
3562 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3563 way to enable built-in cua-mode if user loads older CUA-mode package.
3564
3565 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3566 if default-filename is specified.
3567
3568 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3569
3570 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3571
3572 * info.el (info-apropos): Make sure current-file and current-node
3573 have non-nil values. Speed up by using add-to-list instead of
3574 manual consing.
3575
3576 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3577
3578 * progmodes/make-mode.el (makefile-mode): Doc fix.
3579
3580 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3581
3582 * dired-aux.el (dired-do-shell-command): Doc fix.
3583
3584 2006-05-20 Kevin Ryde <user42@zip.com.au>
3585
3586 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3587 ``(custom-manual :tag "Foo" "(foo)Node")''.
3588
3589 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3590
3591 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3592 value is an integer.
3593
3594 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3595
3596 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3597 "format".
3598 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3599
3600 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3601
3602 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3603 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3604
3605 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3608 regexp for keywords.
3609
3610 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3611
3612 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3613 replace-regexp-in-string.
3614
3615 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3616 encode, and escape file name on conversion to URL.
3617
3618 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3619
3620 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3621 Don't unescape URL.
3622 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3623
3624 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3625 on conversion to URLs.
3626
3627 * net/browse-url.el (browse-url-file-url): Encode file name on
3628 conversion to URL.
3629
3630 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3631 conversion to URL.
3632
3633 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3634
3635 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3636
3637 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3638
3639 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3640 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3641
3642 2006-05-19 Glenn Morris <rgm@gnu.org>
3643
3644 * calendar/diary-lib.el (diary-bahai-date)
3645 (list-bahai-diary-entries, mark-bahai-diary-entries)
3646 (mark-bahai-calendar-date-pattern): Not interactive.
3647 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3648 (diary-entries-list): Change format of 4th element in each entry.
3649 (diary-list-entries): Use add-to-diary-list.
3650 (diary-goto-entry): Handle the case where the buffer visiting the
3651 diary has been killed.
3652 (fancy-diary-display): Add 'locator to button rather than 'marker.
3653 Only generate temp-face when there are marks to apply.
3654 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3655 (diary-fancy-date-pattern): New variable.
3656 (diary-time-regexp): Doc fix.
3657 (diary-anniversary, diary-time): New faces.
3658 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3659 diary-time-regexp. Add font-lock-multiline property where needed.
3660 Use new faces diary-anniversary and diary-time.
3661 (diary-fancy-font-lock-fontify-region-function): New function, to
3662 handle multiline font-lock pattern in fancy diary.
3663 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3664 (diary-font-lock-keywords): Tweak time regexp. Use new face
3665 diary-time.
3666
3667 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3668
3669 * international/code-pages.el (mik): Table corrected.
3670
3671 2006-05-18 Kim F. Storm <storm@cua.dk>
3672
3673 * progmodes/grep.el (grep-find): Don't check grep-find-command
3674 before running command (breaks non-interactive usage).
3675
3676 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3677
3678 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3679 (ewoc--insert-new-node): Don't insert trailing newline.
3680 Instead, adjust successor nodes's start markers.
3681 (ewoc--refresh-node): Delete all text from current node's start
3682 marker to the next one's; adjust successor nodes's start markers.
3683 (ewoc--create): Doc fixes.
3684 (ewoc--refresh): Don't insert newline.
3685 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3686 * pcvs.el (cvs-make-cvs-buffer):
3687 Specify extra newline for ewoc's header and footer.
3688 (cvs-update-header): Update initial header recognition.
3689 Append newline to final header and footer values.
3690 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3691
3692 2006-05-17 Richard Stallman <rms@gnu.org>
3693
3694 * files.el (file-name-extension): Doc fix.
3695
3696 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3699 we can explicitly enable/disable rather than toggle.
3700 (shell-mode): Use it.
3701 (shell-cd): Don't try to reproduce what `cd' does.
3702
3703 2006-05-17 Kim F. Storm <storm@cua.dk>
3704
3705 * ido.el (ido-read-internal): Use only nondirectory part of
3706 default item.
3707
3708 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3709
3710 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3711 (ewoc-nth): Doc fix.
3712
3713 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3714
3715 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3716
3717 * international/mule.el (auto-coding-alist): Add .lha to files
3718 read with no-conversion.
3719
3720 * files.el (auto-mode-alist): Add .lha files to archive file
3721 extensions.
3722
3723 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3724 Convert csize to integer when computing offsets within the
3725 compressed archive file.
3726
3727 2006-05-16 Kim F. Storm <storm@cua.dk>
3728
3729 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3730 with read-from-minibuffer.
3731
3732 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3733
3734 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3735 (byte-compile-warnings): Fix safe-local-variable property.
3736
3737 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3738
3739 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3740 (allout-stylish-prefixes, allout-numbered-bullet)
3741 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3742 predicates to qualify `safe-local-variable' property, when
3743 available, else use equivalent lambda.
3744 (allout-current-topic-collapsed-p): Do the right thing regarding
3745 trailing blank lines.
3746
3747 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * server.el (server-start): Only create a directory if needed.
3750 (server-edit, server-unload-hook): server-start => server-mode.
3751 (kill-emacs-hook): Cleanup upon exit.
3752
3753 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * hexl.el (hexlify-buffer): Encode process arguments manually.
3756
3757 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3760 call to gdb-tooltip-print.
3761
3762 2006-05-15 Romain Francoise <romain@orebokech.com>
3763
3764 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3765 systems, default to "tar" since those systems probably have GNU tar.
3766
3767 2006-05-14 Lars Hansen <larsh@soem.dk>
3768
3769 * desktop.el (desktop-missing-file-warning): Fix docstring.
3770 (desktop-restore-file-buffer): Correct question asked on missing file.
3771
3772 2006-05-14 Kim F. Storm <storm@cua.dk>
3773
3774 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3775 Add CUA move property.
3776
3777 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * custom.el (custom-push-theme): Load the variable before checking
3780 its `standard-value'.
3781
3782 2006-05-13 Lars Hansen <larsh@soem.dk>
3783
3784 * desktop.el (desktop-save): Use with-temp-buffer.
3785
3786 2006-05-12 Glenn Morris <rgm@gnu.org>
3787
3788 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3789 * calendar/calendar.el (calendar-mode-map):
3790 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3791 * calendar/appt.el (appt-check, appt-make-list): Refer to
3792 diary-view-entries, diary-list-entries, diary-show-all-entries
3793 rather than obsolete aliases.
3794
3795 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * simple.el (line-move-finish): Avoid calling point motion hooks
3798 while processing intangibility.
3799
3800 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3801
3802 * term/xterm.el (terminal-init-xterm): Fix typo.
3803
3804 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3805
3806 * allout.el (allout-view-change-hook): Mark as being deprecated,
3807 to be replaced by `allout-exposure-change-hook'.
3808 (allout-exposure-change-hook): New, replacing
3809 `allout-view-change-hook'.
3810 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3811 in addition to `allout-view-change-hook'.
3812 (allout-show-bodies, allout-old-style-prefixes)
3813 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3814 lambda forms to prevent their showing up in variable help
3815 presentations as inscrutable byte-compiled code.
3816 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3817 Use string-or-null-p to qualify safe-local-variable values.
3818 (allout-reindent-bodies): Use memq to qualify matches against
3819 valid safe-local-variable values. Also, quote the lambda as above.
3820 (allout-use-mode-specific-leader): Add missing candidate-value
3821 symbols, use memq, and quote the lambda.
3822 (allout-overlay-interior-modification-handler): Remove unused
3823 variables `msg' and 'opened'.
3824 (allout-hidden-p): Constrain invisibility consideration to allout's
3825 invisibility spec, disregarding invisibility for other reasons.
3826
3827 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3828
3829 * files.el (version-control): Correct safe values.
3830
3831 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3832
3833 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3834
3835 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3836 (ewoc--insert-new-node): New func.
3837 Update callers of deleted funcs to use it, instead.
3838
3839 2006-05-11 Glenn Morris <rgm@gnu.org>
3840
3841 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3842 obsolete alias `show-all-diary-entries'.
3843 (make-diary-entry): Not interactive.
3844 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3845 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3846 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3847 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3848 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3849 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3850
3851 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3852
3853 * calendar/calendar.el (calendar-french-date-string)
3854 (calendar-mayan-date-string, calendar-chinese-date-string)
3855 (calendar-astro-date-string, calendar-iso-date-string)
3856 (calendar-islamic-date-string, calendar-bahai-date-string)
3857 (calendar-hebrew-date-string, calendar-coptic-date-string)
3858 (calendar-ethiopic-date-string, calendar-persian-date-string):
3859 These functions are not interactive.
3860
3861 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3862
3863 * files.el: Balance parentheses.
3864
3865 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3866
3867 * files.el, newcomment.el, outline.el, simple.el,
3868 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3869 progmodes/cc-vars.el, progmodes/compile.el:
3870 Move `safe-local-variable' declarations to the respective files.
3871
3872 * help-fns.el (describe-variable): Don't print safe-var if it is
3873 byte-code. Improve wording as suggested by Luc Teirlinck.
3874
3875 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3876
3877 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3878 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3879 Use a token for pending-triggers to ensure gdb-var-update
3880 gets called once per user input again for pre-GDB 6.4.
3881 (gdb-var-delete): Match on more complex expressions.
3882 (gdb-var-list-children-handler, gdb-var-create-handler):
3883 Use a token for consistency.
3884
3885 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3886
3887 * textmodes/org.el (org-read-date, org-goto-calendar)
3888 (org-agenda-goto-calendar):
3889 Bind `view-calendar-holidays-initially' to nil.
3890
3891 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3892
3893 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3894 Update all callers to do it there, instead.
3895
3896 2006-05-10 Glenn Morris <rgm@gnu.org>
3897
3898 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3899 prefix arg case, to avoid view-diary-entries-initially error.
3900 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3901 (calendar-date-is-legal-p): Handle dates with no day part.
3902
3903 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3904
3905 * comint.el (comint-insert-input): Just make it when
3906 comint-use-prompt regexp is nil (default) and with the mouse.
3907 (comint-copy-old-input): Reinstate from 2004-06-23.
3908 (comint-mode-map): Bind C-c C-m to it.
3909
3910 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3911
3912 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3913 Remove spurious move to point-max (new comint behavior fixes).
3914
3915 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3916 compatibility function (Emacs 18/19).
3917 (idlwave-is-continuation-line): Always return point at start of
3918 previous non-blank continuation line.
3919 `keyword-parameters': Fix continued comment font-lock matcher.
3920 (idlwave-font-lock-fontify-region): Written, use as
3921 font-lock-fontify-region-function, to fix continued keyword
3922 fontification issues.
3923
3924 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3925
3926 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3927 (mac-service-selection, mac-service-open-file)
3928 (mac-service-open-selection, mac-service-mail-selection)
3929 (mac-service-mail-to, mac-service-insert-text): Rename from
3930 mac-services-*. All uses changed.
3931 (mac-apple-event-map): Rename event symbol `services' to `service'.
3932
3933 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3934
3935 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3936 (ewoc--node-enter-first, ewoc--node-enter-last)
3937 (ewoc--delete-node-internal): Merge funcs into unique callers.
3938
3939 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3942 return value of read-from-minibuffer for empty input.
3943
3944 2006-05-09 Miles Bader <miles@gnu.org>
3945
3946 * comint.el (comint-insert-input): Remove redundant calls to setq
3947 and goto-char.
3948
3949 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3950
3951 * comint.el (comint-insert-input): Make it work when
3952 comint-use-prompt-regexp is t.
3953
3954 2006-05-10 Miles Bader <miles@gnu.org>
3955
3956 * subr.el (field-at-pos): New function.
3957
3958 * comint.el (comint-insert-input): Use it.
3959
3960 2006-05-09 Juri Linkov <juri@jurta.org>
3961
3962 * battery.el (battery-linux-proc-acpi): Also try
3963 `/proc/acpi/thermal_zone/THR2/temperature'.
3964
3965 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3966 for now unused lambda `string-or-null'.
3967
3968 * add-log.el (change-log-default-name): Put `string-or-null-p'
3969 instead of lambda on `safe-local-variable' property.
3970
3971 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3972 `region-end' instead of `mark' and `point'.
3973 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3974 Operate on region in Transient Mark mode when the mark is active.
3975 Use `region-beginning' and `region-end' instead of `mark' and
3976 `point'.
3977 (diff-hunk-text, diff-goto-source): Doc fix.
3978
3979 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3980 face `mode-line-buffer-id' for mode-line buffer face instead of
3981 hard-coded `(:weight bold)'.
3982
3983 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3984 buffer-undo-list to t (undo-ask is reproducible by visiting
3985 nested archives).
3986
3987 2006-05-09 Kim F. Storm <storm@cua.dk>
3988
3989 * progmodes/grep.el (rgrep): Set default directory of *grep*
3990 buffer if we start M-x rgrep in the *grep* buffer and choose
3991 a different base directory.
3992
3993 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3994
3995 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3996 completion also when ido is loaded.
3997
3998 2006-05-09 Masatake YAMATO <jet@gyve.org>
3999
4000 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4001 "warning" and "import".
4002 (cpp-font-lock-keywords): Added "warning".
4003
4004 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4007
4008 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4011 pages at a time, if we signal the end, we should indeed reach that end.
4012
4013 2006-05-08 David Reitter <david.reitter@gmail.com>
4014
4015 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4016 output during execution of the body.
4017
4018 2006-05-08 Kim F. Storm <storm@cua.dk>
4019
4020 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4021
4022 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4023
4024 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4025 Use with-current-buffer.
4026
4027 2006-05-07 Kim F. Storm <storm@cua.dk>
4028
4029 * subr.el (add-to-history): Remove keep-dups arg.
4030
4031 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4032 to nil around call to add-to-history.
4033
4034 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4037 than after a buffer modification.
4038
4039 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4042 call to...
4043 (gud-watch): ...here so speedbar is raised for already watched
4044 expressions.
4045 (gdb-speedbar-refresh): Delete function.
4046 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4047 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4048 earlier change).
4049 (gdb-var-evaluate-expression-handler)
4050 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4051
4052 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4053 Update localized contents for all buffers except ignored modes.
4054
4055 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4056
4057 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4058 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4059 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4060 (mac-handle-font-panel-closed, mac-handle-font-selection):
4061 New functions.
4062 (mac-font-panel-mode): New minor mode.
4063 (mac-apple-event-map): Add bindings for toolbar toggle button and
4064 font panel.
4065 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4066
4067 2006-05-07 John Paul Wallington <jpw@pobox.com>
4068
4069 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4070 Avoid `regexp-opt'; simplify regexp for readability.
4071
4072 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4073
4074 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4075 * files.el (buffer-stale-function):
4076 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4077 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4078 links to the main manual, not to emacs-xtra.
4079
4080 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4081
4082 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4083 MacJapanese if text is ASCII-only.
4084
4085 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4086
4087 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4088 unless so nil isn't returned.
4089 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4090
4091 2006-05-06 Kim F. Storm <storm@cua.dk>
4092
4093 * subr.el (add-to-history): New function.
4094
4095 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4096 (ediff-merge-files-with-ancestor):
4097 * env.el (setenv):
4098 * isearch.el (isearch-update-ring):
4099 * server.el (server-visit-files):
4100 * progmodes/grep.el (lgrep, rgrep):
4101 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4102 * progmodes/xscheme.el (xscheme-insert-expression):
4103 Use add-to-history.
4104
4105 * kmacro.el (kmacro-push-ring): Use add-to-history.
4106 (kmacro-ring-length): Remove unused defun.
4107 (kmacro-start-macro): Use kmacro-push-ring.
4108
4109 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4110
4111 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4112 directly instead of a lambda expression that calls it.
4113
4114 2006-05-06 Kim F. Storm <storm@cua.dk>
4115
4116 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4117 instead of compute-motion.
4118
4119 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4122 change.
4123
4124 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4125
4126 * startup.el (command-line-1): Refer to "Pure Storage" on
4127 pure-space-overflow.
4128
4129 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4130
4131 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4132 provided faces once they all have been used up.
4133
4134 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4135
4136 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4137 reference to the Lisp manual to the warning about pure space
4138 overflow.
4139
4140 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4141
4142 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4143 argument to avoid the call to `ispell-internal-change-dictionary'
4144 when not needed.
4145 (ispell-change-dictionary): Use this argument and call
4146 `ispell-internal-change-dictionary' after the possible change
4147 to `ispell-local-dictionary'.
4148 (ispell-internal-change-dictionary): Check for a change in
4149 personal dictionary use too.
4150
4151 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4152
4153 * startup.el (command-line): On MS-Windows, probe "~", not
4154 "~USER", for warning about non-existent home directory
4155
4156 * arc-mode.el (archive-l-e): New optional argument `float' means
4157 generate a float value.
4158 (archive-arc-summarize, archive-lzh-summarize)
4159 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4160 with 3rd argument non-nil when file's size is being computed.
4161 Format the file sizes with %8.0f instead of %8d.
4162
4163 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4164
4165 * cus-start.el (all): Add mac-dnd-known-types.
4166
4167 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4168 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4169 (mac-TIFF-to-string): New functions.
4170 (x-get-selection, x-selection-value)
4171 (mac-select-convert-to-string): Use them.
4172 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4173 (mac-dnd-types-alist): New customization variable.
4174 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4175 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4176 (mac-dnd-handle-drag-n-drop-event): New functions.
4177 (mac-drag-n-drop): Remove function.
4178 (global-map): Bind drag-n-drop and M-drag-n-drop to
4179 mac-dnd-handle-drag-n-drop-event.
4180
4181 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4182
4183 * progmodes/perl-mode.el (perl-beginning-of-function):
4184 Skip anonymous subs.
4185
4186 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4187
4188 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4189 regexp-opt at run time.
4190
4191 * term.el (term-handle-ansi-escape): Fix off by one error.
4192
4193 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4194
4195 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4196 (gdb-init-1, gdb-post-prompt): ...and references to it.
4197 (gdb-frame-handler): Strip directory name from filename if present.
4198
4199 * progmodes/gud.el (gdb-force-update): Delete defvar
4200 (gud-speedbar-buttons): ...and references to it. Use window-start
4201 to try to keep positon in watch expression.
4202
4203 2006-05-03 Richard Stallman <rms@gnu.org>
4204
4205 * simple.el (next-history-element, previous-history-element): Doc fix.
4206
4207 * isearch.el (isearch-update-ring): Doc fix.
4208
4209 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4210
4211 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4212 into consideration. Replace one arm ifs with whens.
4213
4214 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4217 (menu): Fix typo.
4218
4219 2006-05-02 Miles Bader <miles@gnu.org>
4220
4221 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4222
4223 2006-05-02 Jay Belanger <belanger@truman.edu>
4224
4225 * calc/calc-embed.el (calc-override-minor-modes-map)
4226 (calc-override-minor-modes): New variables.
4227 (calc-do-embedded): Make sure that Calc keystrokes aren't
4228 overwritten by minor modes.
4229
4230 2006-05-02 Chong Yidong <cyd@mit.edu>
4231
4232 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4233
4234 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4235
4236 * startup.el (command-line-1): Refer to Lisp manual when
4237 pure-space-overflow occurs.
4238
4239 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4240 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4241 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4242 (version-control): Don't use `t' for safe-local-variable declarations.
4243
4244 2006-05-01 Richard Stallman <rms@gnu.org>
4245
4246 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4247 M-r, M-R, M-A, M-SPC or M-DEL.
4248 (diff-mode-map): diff-refine-hunk now on C-c C-w
4249 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4250
4251 * help-mode.el (help-mode): view-exit-action calls delete-window
4252 only when it is safe and possible.
4253
4254 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4255 in messages.
4256
4257 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4258
4259 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4260 in the default tool-bar-map.
4261
4262 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4263
4264 * net/tramp.el (tramp-completion-file-name-handler-alist)
4265 (tramp-run-real-handler, tramp-completion-run-real-handler)
4266 (tramp-completion-handle-file-name-all-completions)
4267 (tramp-completion-handle-file-name-completion): Autoload them.
4268 (tramp-completion-handle-file-exists-p)
4269 (tramp-completion-handle-file-name-directory)
4270 (tramp-completion-handle-file-name-nondirectory)
4271 (tramp-completion-handle-expand-file-name): Remove them.
4272 (tramp-handle-file-name-directory): Return the real directory name.
4273 Returning "/" only doesn't need to be necessary any longer.
4274 (tramp-file-name-handler): Make special attention when in hostname
4275 completion mode.
4276 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4277 (tramp-register-file-name-handlers):
4278 Register `tramp-completion-file-name-handler' only when
4279 `partial-completion-mode' is enabled.
4280 (tramp-completion-handle-file-name-all-completions):
4281 Delete directory part from results.
4282 (tramp-get-completion-methods, tramp-get-completion-user-host):
4283 Discard deleting "/", it doesn't work after the change of
4284 `tramp-handle-file-name-directory' above.
4285
4286 2006-05-01 Kim F. Storm <storm@cua.dk>
4287
4288 * progmodes/grep.el (grep-expand-template): Use save-match-data
4289 and symbol-value.
4290
4291 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4292
4293 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4294 Use select-frame-set-input-focus instead of raise-frame.
4295 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4296
4297 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4298
4299 * progmodes/gud.el (gud-def): Add %c case.
4300 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4301 (gud-format-command): Make match case sensitive. Match on %F.
4302
4303 2006-04-30 Glenn Morris <rgm@gnu.org>
4304
4305 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4306 (cal-tex-preamble): Use cal-tex-preamble-extra.
4307 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4308 than alias `list-diary-entries'.
4309
4310 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4311
4312 * help-fns.el (describe-variable): Add info about safe local variables.
4313
4314 2006-04-29 Richard Stallman <rms@gnu.org>
4315
4316 * bindings.el (mode-line-format): help-echo doc fixes.
4317
4318 * net/tramp.el (tramp-file-name-handler-alist): Delete
4319 expand-file-name and other operations that can cause spurious loading.
4320
4321 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * files.el (safe-local-variable-p): Remove support for the special
4324 value t.
4325
4326 * textmodes/paragraphs.el (sentence-end-without-space):
4327 Fix safety predicate.
4328 (sentence-end-double-space, sentence-end-without-period)
4329 (paragraph-ignore-fill-prefix):
4330 * textmodes/fill.el (colon-double-space):
4331 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4332
4333 * subr.el (booleanp): New fun.
4334
4335 * textmodes/reftex-vars.el (reftex-guess-label-type):
4336 Tighten the safety predicate.
4337
4338 2006-04-28 Kim F. Storm <storm@cua.dk>
4339
4340 * progmodes/grep.el (defgroup grep): Doc fix.
4341 (grep-auto-highlight): Remove.
4342 (grep-template): New defcustom.
4343 (grep-find-template): Rename from grep-tree-template.
4344 (grep-files-aliases): Rename from grep-tree-files-aliases.
4345 Remove "all" alias, add "l" alias.
4346 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4347 (grep-find-ignored-directories): New defcustom to replace
4348 grep-tree-ignore-CVS-directories, to facilitate ignoring
4349 subdirectories for multiple version control systems.
4350 (grep-mode-map): Add Recursive grep item to GREP menu.
4351 (grep-regexp-history, grep-files-history): New defvars.
4352 (grep-probe): New helper function.
4353 (grep-compute-defaults): Use it to simplify code.
4354 Adapt to name changes.
4355 Use `.' as base in grep-find-template rather than <D>.
4356 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4357 Call grep-compute-defaults unconditionally.
4358 (grep-expand-keywords): New defconst.
4359 (grep-expand-template): Rename from grep-expand-command-macros.
4360 Simplify via grep-expand-keywords. Look at case-fold-search instead
4361 of grep-tree-ignore-case to add -i option.
4362 Bind case-fold-search to nil while matching keywords.
4363 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4364 (grep-read-regexp, grep-read-files): New helper functions.
4365 (rgrep): Rename from grep-tree. Rework to use proper histories.
4366 Adapt to changes in defcustoms and functions above.
4367 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4368
4369 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * net/tramp.el (tramp-completion-file-name-handler):
4372 Disable Tramp's functionality while loading Tramp itself.
4373 (tramp-register-file-name-handlers): That's a defsubst now.
4374 Code from `tramp-repair-jka-compr' moved here. Apply it via
4375 `after-init-hook'.
4376 (tramp-repair-jka-compr): Remove.
4377
4378 2006-04-27 Jay Belanger <belanger@truman.edu>
4379
4380 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4381 read expression when `math-read-big-expr' doesn't work.
4382
4383 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4384
4385 * startup.el (command-line-1): Display warning when
4386 pure-space-overflow is non-nil.
4387
4388 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4389
4390 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4391 risky.
4392
4393 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4394
4395 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4396 Return the URL or nil if none can be generated.
4397
4398 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4399
4400 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4401 byte compiler warnings.
4402 (gud-basic-call, gud-find-expr): Let user select an expression
4403 for printing. Print expression as well as value in GUD buffer.
4404
4405 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4406
4407 * allout.el: Remove local autoload declaration for
4408 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4409 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4410 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4411 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4412 (allout-stylish-prefixes, allout-numbered-bullet)
4413 (allout-file-xref-bullet, allout-presentation-padding)
4414 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4415 safe-local-variable with suitable value spec, and add autoload
4416 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4417 (move-beginning-of-line, move-end-of-line): Repair so these compat
4418 functions now actually resituate the point, when appropriate.
4419
4420 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4423
4424 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4425 (add-log-iso8601-time-string): Fix call to format-time-string.
4426
4427 2006-04-26 Kim F. Storm <storm@cua.dk>
4428
4429 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4430
4431 2006-04-26 Masatake YAMATO <jet@gyve.org>
4432
4433 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4434 Add support for "//" style comments. Remove `b' flag
4435 from ?* in `asm-mode-syntax-table'.
4436
4437 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * follow.el: Use (featurep 'xemacs) everywhere.
4440 (follow-mode): Use define-minor-mode.
4441 (follow-mode-map): Move initialization into the declaration.
4442 Use command remapping.
4443 (follow-emacs-version-xemacs-p): Remove.
4444 (follow-submit-feedback): Remove.
4445
4446 * allout.el (allout-layout, allout-passphrase-verifier-string)
4447 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4448
4449 * textmodes/reftex-vars.el (reftex-vref-is-default)
4450 (reftex-fref-is-default, reftex-guess-label-type):
4451 Tighten up a bit the safety predicate.
4452
4453 * textmodes/paragraphs.el (sentence-end-double-space)
4454 (sentence-end-without-period, sentence-end-without-space)
4455 (page-delimiter, paragraph-ignore-fill-prefix):
4456 Tighten up a bit the safety predicate.
4457
4458 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4459
4460 * progmodes/python.el (python-continuation-line-p)
4461 (python-beginning-of-statement): syntax-ppss may return
4462 a negative depth.
4463 (python-mode): Don't forcefully enable font-lock.
4464
4465 * time-stamp.el (time-stamp-start, time-stamp-end)
4466 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4467
4468 * add-log.el: Remove spurious * in docstrings.
4469 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4470 (add-change-log-entry): Use it here, since it's not specific
4471 to iso8601.
4472 (add-log-iso8601-time-string): Don't use it here any more.
4473 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4474
4475 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4476
4477 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4478
4479 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4480 (rcirc-toggle-low-priority): Doc fix.
4481 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4482 ChanServ regexp.
4483 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4484 #emacs.
4485 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4486 (rcirc-decode-coding-system): Use utf-8 as the default.
4487 (rcirc-multiline-minor-mode): Set the fill-column.
4488 (rcirc-format-response-string): Display bright and dim nicks.
4489 (rcirc-browse-url): Update interactive spec to fill ARG.
4490 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4491 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4492
4493 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4494
4495 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4496 case for @Article, etc.
4497
4498 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4501 Added with autoload cookie.
4502 (tramp-unload-file-name-handlers): Rename from
4503 `tramp-unload-file-name-handler-alist'.
4504
4505 2006-04-23 Romain Francoise <romain@orebokech.com>
4506
4507 * comint.el (comint-match-partial-filename): Doc fix.
4508
4509 2006-04-21 Glenn Morris <rgm@gnu.org>
4510
4511 * calendar/cal-menu.el (calendar-mode-map): Refer to
4512 `diary-view-entries' rather than alias `view-diary-entries'.
4513 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4514
4515 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * progmodes/antlr-mode.el (antlr-default):
4518 * cus-edit.el (custom-documentation):
4519 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4520 in defface.
4521
4522 2006-04-21 Kim F. Storm <storm@cua.dk>
4523
4524 * image.el (image-type): New defun split out of create-image.
4525 (create-image): Use it.
4526
4527 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4528
4529 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4530 (org-open-at-point): Remove the "...done" message to keep output
4531 in the echo area visible.
4532 (org-export-as-xoxo): Fix call to `indent-region'.
4533
4534 2006-04-21 Kevin Ryde <user42@zip.com.au>
4535
4536 * international/mule.el (keyboard-coding-system): defcustom
4537 info-link fixes: "Specify Coding" has been split, keyboard now in
4538 "Terminal Coding", and "Single-Byte Character Support" is now
4539 "Unibyte Mode".
4540
4541 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4544 Use font-lock-warning-face for any errors e.g. no stack.
4545 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4546
4547 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4548
4549 * progmodes/sh-script.el (sh-shell): Mark as safe.
4550
4551 * newcomment.el (comment-start, comment-start-skip)
4552 (comment-end-skip, comment-end): Mark as safe.
4553
4554 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4555
4556 * textmodes/org.el (org-deadline-announce): Face removed.
4557 (org-level-faces, org-n-levels): Convert to constant.
4558 (org-compatible-face): New function.
4559 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4560 (org-level-5, org-level-6, org-level-7, org-level-8)
4561 (org-special-keyword, org-warning, org-headline-done, org-link)
4562 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4563 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4564 Face definition revised for better color tty support.
4565 (org-bold-re, org-italic-re, org-underline-re): New constants.
4566 (org-set-font-lock-defaults): Use the new constants.
4567 (org-agenda-highlight-todo): New function.
4568 (org-agenda-todo): Fix bug with point at end of line.
4569 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4570 Fontify TODO keywords.
4571 (org-insert-link): Preserve relative path in ../ links.
4572 (org-export-as-html): Convert links pointing to .org files into
4573 links that will work beteen the exported HTML files.
4574 (org-todo-list): Fix bug when arg=0.
4575 (org-insert-heading): More fine-tuning.
4576
4577 2006-04-19 Romain Francoise <romain@orebokech.com>
4578
4579 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4580 from `rmail-mime-charset-pattern'.
4581
4582 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4583
4584 * progmodes/python.el (python-mode): Fix typo.
4585
4586 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4587
4588 * comint.el (comint-previous-input): Don't clobber input line
4589 when moving off either end of the input history ring.
4590 (comint-delete-input): New function, used by
4591 `comint-previous-input' and others.
4592 (comint-previous-matching-input):
4593 Use `coming-delete-input'. Save the partial input if leaving the
4594 edit line. Goto point-max before deleting input to avoid
4595 partial input fragments hanging around.
4596 (comint-restore-input): New function, used by `comint-previous-input'.
4597
4598 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * imenu.el (imenu--index-alist): Balance parentheses.
4601
4602 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4605
4606 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4607
4608 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4609 file is nil.
4610
4611 2006-04-18 Richard Stallman <rms@gnu.org>
4612
4613 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4614
4615 * imenu.el (imenu-create-index-function, imenu--index-alist)
4616 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4617 (imenu-default-create-index-function, imenu--generic-function):
4618 Doc fixes.
4619
4620 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4621
4622 * help-mode.el (help-mode): Set view-exit-action to delete window.
4623
4624 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4625 now works by passing nil as arg.
4626
4627 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4628
4629 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4630 (read-abbrev-file): Provide default when reading filename.
4631
4632 * files.el (enable-local-variables): Allow :all as value.
4633 (hack-local-variables): Implement that value.
4634 (safe-local-variable-values, safe-local-eval-forms)
4635 (enable-local-variables): Mark as risky.
4636 (find-file-visit-truename, kept-old-versions): Mark safe.
4637
4638 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4639 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4640 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4641
4642 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4645 Use forward-line so as to get to BOL even in the presence of fields.
4646 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4647 in return.
4648 (inferior-tcl): Tell tclsh to work in interactive mode.
4649
4650 * complete.el (partial-completion-mode):
4651 Use 'choose-completion-string-functions to make sure that
4652 choose-completion fills the minibuffer properly.
4653
4654 * complete.el (PC-old-read-file-name-internal): Remove.
4655 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4656 of read-file-name-internal.
4657 (partial-completion-mode): Enable/disable this advice.
4658
4659 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4662 of 2006-04-17.
4663
4664 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4665
4666 * textmodes/org.el (org-insert-heading): Insert heading before
4667 current if at beginning of line.
4668 (org-todo, org-date): New faces.
4669 (org-table-align): Make sure tooltip window contains full text.
4670 (org-no-properties): New defsubst.
4671 (org-set-font-lock-defaults): Use new faces.
4672
4673 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4674
4675 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4676 for root variables.
4677
4678 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4679 (gdb-frame-address): Re-use to identify frame for watch expression.
4680 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4681 variables.
4682 (gdb-init-1, gdb-source, gdb-post-prompt)
4683 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4684 (gdb-frame-handler): Get gdb-frame-address.
4685
4686 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4687
4688 Sync with Tramp 2.0.53.
4689
4690 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4691 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4692 (tramp-completion-file-name-handler): Add autoload cookie for
4693 adding to `file-name-handler-alist'.
4694
4695 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4696 the prompt. If it returns earlier (when detecting an error
4697 message), the rest of the output will merge accidently with the
4698 output of the next command. Reported by M Jared Finder
4699 <jared@hpalace.com>.
4700
4701 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4702 for `process-file', in order to let it work for older Emacsen too.
4703
4704 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4705
4706 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4707 (tex-font-lock-keywords-3): Use it.
4708
4709 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * newcomment.el (comment-add): New function.
4712 (comment-region-default, comment-dwim): Use it.
4713
4714 2006-04-15 Michael Olson <mwolson@gnu.org>
4715
4716 * emacs-lisp/tq.el: Improve comments.
4717 (tq-queue-head-question): New accessor function.
4718 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4719 Update for modified queue structure.
4720 (tq-queue-add): Accept `question' argument.
4721 (tq-queue-pop): If a question is pending, send it.
4722 (tq-enqueue): Accept new optional argument `delay-question'.
4723 If this is non-nil, and at least one other question is pending a
4724 response, queue the question rather than sending it immediately.
4725
4726 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4727
4728 * calendar/appt.el (appt-add): Check whether an appointment is
4729 already present in appt-time-msg-list. Simplify code.
4730
4731 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * progmodes/cc-langs.el (c-mode-menu):
4734 Don't presume c-subword-mode is bound.
4735
4736 2006-04-13 Bill Wohler <wohler@newt.com>
4737
4738 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4739 (customize-package-emacs-version): Use cdr instead of cadr now
4740 that alists use dotted pairs.
4741
4742 * custom.el (defcustom): Fix docstring for :package-version.
4743
4744 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4747 (tramp-handle-shell-command): Display output buffer only when
4748 `tramp-display-shell-command-buffer' is true.
4749 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4750
4751 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4752
4753 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4754 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4755
4756 2006-04-13 Romain Francoise <romain@orebokech.com>
4757
4758 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4759 leaving temporary .cvsignore buffers behind.
4760
4761 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4762
4763 * textmodes/org.el (org-set-regexps-and-options)
4764 (org-get-current-options): Better names for the startup folding
4765 options.
4766
4767 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4768
4769 * vc.el (vc-annotate): Arrange for point to end up at the same
4770 line number as in the original, but only when using a new buffer.
4771
4772 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4773
4774 * files.el (hack-one-local-variable-eval-safep):
4775 Recognize `edebug-form-spec' for `put', but only if it passes
4776 `edebug-basic-spec'. Generalize `put' handling.
4777
4778 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4779 vetting file-local form specs.
4780
4781 * allout.el (allout-layout): Autoload its `safe-local-variable'
4782 property.
4783
4784 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4785
4786 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4787 (org-agenda-mouse-1-follows-link)
4788 (org-mouse-1-follows-link): New options.
4789 (org-format-agenda-item): Fix bug if TAGS is nil.
4790 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4791
4792 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4793
4794 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4795 GDB 6.1+ gives full filename for "info sources" so use
4796 file-name-nondirectory.
4797
4798 2006-04-12 Romain Francoise <romain@orebokech.com>
4799
4800 * subr.el (read-passwd): Bind `message-log-max' to nil.
4801
4802 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * progmodes/perl-mode.el (perl-indent-new-calculate):
4805 Recompute parse-start after jumping backward by a whole sexp.
4806
4807 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4810 window configuration.
4811 (vc-annotate-display-select): Select the buffer so that current-buffer
4812 (and selected-window) is the output buffer at the end of vc-annotate.
4813
4814 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4815
4816 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4817 8-color terminals, to use all of the colors in a sensible order.
4818 256-color terminals work well with the standard map.
4819 (vc-annotate-lines): Only strip the first color character if it
4820 is "#", to allow for terminal-style named colors.
4821 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4822 the correct buffer is scrolled.
4823
4824 2006-04-11 Richard Stallman <rms@gnu.org>
4825
4826 * emacs-lisp/bytecomp.el (byte-compile-file):
4827 Bind enable-local-variables to :safe, and make normal-mode obey it.
4828
4829 * files.el (enable-local-variables): Allow value :safe.
4830 (normal-mode): Doc fix.
4831 (hack-local-variables): Implement enable-local-variables = :safe.
4832 (hack-local-variables-confirm): Don't prevent quitting.
4833
4834 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * loadhist.el (unload-feature): A bit of sanity check of
4837 load-history entries. Cancel timer-vars before unbinding them.
4838
4839 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4840 quote special chars, and make the trick work on the hex part of the
4841 buffer as well.
4842 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4843 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4844
4845 * startup.el (normal-splash-screen): Fix last change so we don't wait
4846 2 minutes if we don't show the splash screen.
4847
4848 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4849
4850 * textmodes/org.el (org-export-plain-list-max-depth)
4851 (org-table-spaces-around-separators)
4852 (org-radio-targets, org-activate-camels)
4853 (org-table-spaces-around-invisible-separators): Options removed.
4854 (org-time-stamp-rounding-minutes, org-remember-templates)
4855 (org-ellipsis, org-activate-links, org-descriptive-links):
4856 New options.
4857 (org-remember-apply-template, org-current-time)
4858 (org-finish-edit-table-field)
4859 (org-link-unescape, org-link-escape)
4860 (org-string-width, org-table-clean-line, org-html-do-expand)
4861 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4862 (org-read-agenda-file-list): New functions.
4863 (org-table-edit-field)
4864 (org-table-create-or-convert-from-region): New commands
4865 (org-table-toggle-vline-visibility): Command removed.
4866 (org-table-convert-region): Made a command.
4867 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4868 Replace with the normal org- functions.
4869 (org-self-insert-command): Don't trigger realign unnecessarily
4870 when blanking a field that is not full.
4871 (org-mode): `Set buffer-invisibility-spec' for links.
4872 (org-activate-links2): Hide link part and only show descriptive
4873 part of the link.
4874 (org-insert-link): Modify for new linking system.
4875 (org-store-link): Store description separately, for use by
4876 `org-insert-link'.
4877 (org-table-align): Use `org-string-width'.
4878 (defgroup): Completely new group structure for custom variables.
4879 (org-agenda-files): Option: Single file name allowed. Function:
4880 Optional argument unrestrited means ignore any restricitons.
4881 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4882 trying to modify the menu. Use generalized access to
4883 `org-agenda-files.'
4884 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4885 (org-agenda-file-to-front, org-remove-file, org-diary)
4886 (org-tags-view, org-export-icalendar-all-agenda-files)
4887 (org-export-icalendar-combine-agenda-files): Use generalized
4888 access to `org-agenda-files'.
4889 (org-remember-handler): Correctly preserve heading if present.
4890 (org-table-insert-row, org-table-insert-hline): Deal with
4891 invisible characters.
4892
4893 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4894
4895 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4896 (vc-annotate-color-map): New 18 element constant
4897 value/saturation, rotating hue colormap, from red->blue.
4898 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4899 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4900 (vc-annotate): To avoid killing the required local variables,
4901 set them before the end of `with-output-to-temp-buffer', and
4902 after first switching to annotate-mode.
4903 (vc-annotate-warp-version): Add buffer argument in goto-line to
4904 ensure annotation, not source, is scrolled.
4905
4906 2006-04-10 Bill Wohler <wohler@newt.com>
4907
4908 * custom.el (defcustom, custom-handle-keyword):
4909 Add :package-version keyword.
4910 (custom-add-package-version): New function. Sets value of new
4911 property 'custom-package-version from :package-version keyword.
4912 (defcustom): Create Common Keywords section in docstring.
4913 (defface, defgroup): Replace definitions of a select few keywords
4914 with a reference to the Common Keywords in defcustom.
4915 (defcustom, defface, defgroup): Replace reference to Customization
4916 chapter in manual with hyperlink.
4917
4918 * cus-edit.el (customize-package-emacs-version-alist):
4919 New variable.
4920 (customize-changed-options): Add check for custom-package-version.
4921 (customize-package-emacs-version): New function to look up Emacs
4922 version corresponding to the given package version.
4923
4924 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4925 defun name, in similar fashion to find-variable-regexp.
4926
4927 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4928
4929 * international/mule-cmds.el (set-locale-environment): Fix last
4930 change for when the locale's preferences don't specify any encoding.
4931
4932 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4935 so the defined var/fun doesn't need to be quoted.
4936
4937 2006-04-10 Richard Stallman <rms@gnu.org>
4938
4939 * finder.el (finder-mode-map): Add n and p bindings.
4940
4941 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4942
4943 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4944 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4945 (gdb-setup-windows): Put something in source window if we can't find
4946 the source file.
4947 (gdb-frame-handler): Make it work again with just assembly.
4948 (gdb-data-list-register-values-handler): Make it work when there is
4949 no stack.
4950
4951 2006-04-09 Richard Stallman <rms@gnu.org>
4952
4953 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4954 specs while looking for charset.
4955
4956 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4957
4958 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4959 Make them faces.
4960 (lm-font-lock-keywords): Update appropriately.
4961
4962 2006-04-10 Kim F. Storm <storm@cua.dk>
4963
4964 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4965 it can also replace buffer-substring-no-properties.
4966
4967 * emulation/cua-base.el (cua-delete-region, cua-paste)
4968 (cua-repeat-replace-region): Use filter-buffer-substring.
4969
4970 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4971 (cua-cut-region-to-global-mark): Likewise.
4972
4973 * emulation/cua-rect.el (cua--extract-rectangle)
4974 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4975
4976 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4977
4978 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4979 entry-type. Add field delimiters to numerical fields if they are
4980 not present.
4981
4982 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4983
4984 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4985 string-const to return value.
4986 (bibtex-remove-delimiters): Use it.
4987
4988 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4991 cl-byte-compile-compiler-macro unless it exists.
4992
4993 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4994
4995 * files.el (hack-local-variables-confirm) <offer-save>:
4996 Clarify message text. Suggested by Ralf Angeli.
4997
4998 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4999
5000 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5001 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5002 instead of `buffer-substring' and `delete-region'. (Most of the
5003 code actually copied from `kill-region'.)
5004
5005 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5006
5007 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5008 (rcirc-default-port): Rename from rcirc-port.
5009 (rcirc-default-nick): Rename from rcirc-nick.
5010 (rcirc-default-user-name): Rename from rcirc-user-name.
5011 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5012 (rcirc-low-priority-flag): New variable.
5013 (rcirc-decode-coding-system): New defcustom.
5014 (rcirc-encode-coding-system): New defcustom.
5015 (rcirc-coding-system-alist): New defcustom.
5016 (rcirc-multiline-major-mode): New defcustom.
5017 (rcirc-nick): New internal variable.
5018 (rcirc-process): Remove variable.
5019 (rcirc-server-buffer): New variable.
5020 (rcirc): Update to use rcirc-default-* variables above.
5021 (rcirc-connect): Do not add window-configuration-hook-here.
5022 (rcirc-server): New internal variable.
5023 (rcirc-connect): Do not send keepalive pings if
5024 rcirc-keepalive-seconds is nil.
5025 (with-rcirc-server-buffer): New macro.
5026 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5027 (rcirc-server-name): Rename from rcirc-server.
5028 (rcirc-buffer-process): New function.
5029 (rcirc-buffer-nick): New function.
5030 (rcirc-buffer-target): Remove function.
5031 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5032 New commands.
5033 (rcirc-mode-map): Change binding of C-c C-l to
5034 rcirc-toggle-low-priority.
5035 (rcirc-mode): Initialize coding system based on
5036 rcirc-coding-system-alist. New change-major-mode-hook to part the
5037 channel on a mode change. Make kill-buffer-hook buffer-local.
5038 (rcirc-change-major-mode-hook): New function.
5039 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5040 (rcirc-last-post-time): New variable.
5041 (rcirc-process-message): Store the last time user posted a message
5042 to this target.
5043 (rcirc-multiline-minor-mode): New mode.
5044 (rcirc-multiline-minor-mode-map): New mode map.
5045 (rcirc-edit-multiline): Put multiline-edit buffer in
5046 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5047 (rcirc-print): Ignore any line starting with an ignored nick.
5048 (rcirc-print): Decode using rcirc-decode-coding-system.
5049 (rcirc-track-minor-mode): Update global-mode-string when disabling
5050 this mode.
5051 (minor-mode-alist): Add LowPri indicator.
5052 (rcirc-toggle-low-priority): New function.
5053 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5054 next lowpriority buffer with activity.
5055 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5056 last time the user posted a message in to the target.
5057 (rcirc-update-activity-string): New formatting for low priority
5058 buffers.
5059 (rcirc-split-activity): New function.
5060 (rcirc-handler-PART, rcirc-handler-KICK)
5061 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5062 (rcirc-nick-away-alist): New variable.
5063 (rcirc-handler-301): New handler. Away messages are printed once
5064 per change.
5065
5066 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5067
5068 * info.el (Info-follow-nearest-node): Doc fix.
5069
5070 * international/mule-cmds.el (set-locale-environment): Make sure
5071 the coding-system preferred by the locale's language has the same
5072 EOL conversion type as the original buffer-file-coding-system.
5073 (locale-language-names): Add a few MS Windows language codes.
5074
5075 2006-04-07 Richard Stallman <rms@gnu.org>
5076
5077 * simple.el (eval-expression): Doc fix.
5078
5079 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5080 (eval-defun): Doc fixes.
5081
5082 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5083
5084 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5085
5086 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5087
5088 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5089 GDB list command without argument for greater generality.
5090
5091 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * subr.el (string-or-null-p): New function.
5094
5095 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5096
5097 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5098
5099 * files.el: Update comment about safe-local-variable declarations.
5100
5101 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5102
5103 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5104 See idlwave.org.
5105
5106 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5107 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5108
5109 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5110 See idlwave.org.
5111
5112 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5113 version 6.0 (minimal changes). See idlwave.org.
5114
5115 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5116 6.0 (minimal changes). See idlwave.org.
5117
5118 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5119
5120 2006-04-06 Romain Francoise <romain@orebokech.com>
5121
5122 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5123 symmetric encryption features and a new asynchronous interface to
5124 GnuPG. This new version is version 1.4, plus whitespace changes.
5125
5126 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * files.el: Move some `safe-local-variable' declarations to the
5129 respective files.
5130
5131 * textmodes/ispell.el (ispell-check-comments)
5132 (ispell-local-dictionary): Mark as safe.
5133
5134 * abbrev.el (abbrev-mode): Mark as safe.
5135
5136 * add-log.el (change-log-default-name): Mark as safe.
5137
5138 * textmodes/reftex-vars.el (reftex-vref-is-default)
5139 (reftex-fref-is-default, reftex-level-indent)
5140 (reftex-guess-label-type): Mark as safe.
5141
5142 * textmodes/fill.el (colon-double-space): Mark as safe.
5143
5144 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5145 (sentence-end-double-space, sentence-end-without-period)
5146 (sentence-end-without-space, sentence-end, sentence-end-base)
5147 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5148
5149 2006-04-06 Kim F. Storm <storm@cua.dk>
5150
5151 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5152 the :set-after list.
5153 (ido-downcase-unc-hosts): New user option. Default on.
5154 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5155 when it is set, as regexps are now applied on the fly.
5156 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5157 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5158 on the fly, but only when ido-process-ignore-lists is set.
5159 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5160 Only downcase names if ido-downcase-unc-hosts is set.
5161
5162 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5165
5166 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5167
5168 2006-04-05 Kim F. Storm <storm@cua.dk>
5169
5170 * ido.el (ido-mode): Set after ido-unc-hosts and
5171 ido-ignore-unc-host-regexps.
5172 (ido-save-history): Save ido-unc-hosts-cache.
5173 (ido-load-history): Load ido-unc-hosts-cache.
5174 (ido-reread-directory): Refresh unc hosts cache in // dir.
5175
5176 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5177 to nil while displaying slash screen.
5178
5179 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5180
5181 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5182 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5183
5184 2006-04-05 Kenichi Handa <handa@m17n.org>
5185
5186 * international/characters.el: Setup cases of Latin, Greek, and
5187 Cyrillic characters in CJK charsets.
5188
5189 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5190
5191 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5192 default-enable-multibyte-characters. This reverts the change from
5193 revision 6.17 which is no longer necessary because the passphrase
5194 is sent separately now. GnuPG messages are unreadable under
5195 multibyte locales with default-enable-multibyte-characters set to nil.
5196
5197 2006-04-04 Andreas Schwab <schwab@suse.de>
5198
5199 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5200 and `byte-compile-warnings' as `safe-local-variable'.
5201
5202 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5203
5204 * man.el (Man-mode-map): Restore the \r binding.
5205 (Man-abstract-xref-man-page): If Man-target-string is a function,
5206 call it.
5207 (Man-highlight-references): Use Man-default-man-entry to get the
5208 target. Deal with xrefs too.
5209 (Man-highlight-references0): Don't call the target function.
5210
5211 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5212 cannot deal with it.
5213
5214 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5215
5216 * pgg-gpg.el: Clean up process buffers every time gpg processes
5217 complete.
5218
5219 2006-04-04 Kenichi Handa <handa@m17n.org>
5220
5221 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5222 here.
5223 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5224 Temporarily bind inhibit-field-text-motion to t.
5225
5226 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * startup.el (normal-splash-screen): Only set mode-line-format in the
5229 splash buffer, so as not to interfere when debugging the code.
5230 Ignore errors when switching buffer.
5231
5232 2006-04-03 Romain Francoise <romain@orebokech.com>
5233
5234 * dired.el (dired-dnd-protocol-alist): Fix typo.
5235
5236 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5237
5238 * savehist.el (savehist): Add :version.
5239 (savehist-ignored-variables): New variable.
5240 (savehist-minibuffer-hook): Don't save variables listed in
5241 `savehist-ignored-variables'.
5242
5243 * dired.el (dired-dnd-protocol-alist): Mention that change does
5244 only apply to new buffers in doc string.
5245
5246 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5247
5248 * recentf.el (recentf-open-files-item): Include newline in button
5249 field, so opening a file will work, when the point is at the end
5250 of the file name. Allow, for example, to [i]search a file by
5251 extension and just push RET to open it.
5252
5253 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5254
5255 * pgg-gpg.el (pgg-gpg-process-filter)
5256 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5257
5258 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5259 lines, temporary fix.
5260
5261 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5262
5263 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5264
5265 2006-04-02 Richard Stallman <rms@gnu.org>
5266
5267 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5268
5269 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5270
5271 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5272 header-mouse-map.
5273
5274 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5275 (ibuffer-mode-header-map): New keymaps.
5276 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5277 and keybindings for column headers.
5278 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5279 property.
5280
5281 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5282
5283 * speedbar.el (speedbar-after-create-hook): Doc fix.
5284
5285 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5286
5287 * shell.el (shell-directory-tracker)
5288 (shell-dynamic-complete-command): Doc fixes.
5289
5290 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5291
5292 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5293 terminals.
5294
5295 2006-04-01 Kim F. Storm <storm@cua.dk>
5296
5297 * ido.el (ido-unc-hosts-cache): New defvar.
5298 (ido-unc-hosts): If value of defcustom is a function, call it to
5299 get list of UNC hosts. Add function-item choices to specify
5300 ido-unc-hosts-net-view or user function.
5301 (ido-ignore-unc-host-regexps): New defcustom.
5302 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5303 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5304 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5305
5306 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5309 wwidth.
5310
5311 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5314 (ido-max-work-file-list, ido-switch-buffer)
5315 (ido-read-file-name-as-directory-commands):
5316 Fix typos in docstrings.
5317
5318 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5319
5320 * term/mac-win.el (mac-system-coding-system): Define and use after
5321 Mac-specific coding systems are ready.
5322
5323 2006-03-27 Romain Francoise <romain@orebokech.com>
5324
5325 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5326
5327 * ldefs-boot.el: Update.
5328
5329 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5330
5331 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5332 passphrases when it is not needed.
5333 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5334 passphrase stuff from gpg, should only be necessary when you use
5335 gpg with a smartcard.
5336
5337 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * comint.el (comint-dynamic-list-completions): Allow user to
5340 select *Completions* buffer.
5341
5342 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5343
5344 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5345
5346 2006-03-26 Andreas Schwab <schwab@suse.de>
5347
5348 * progmodes/gud.el (gdb): Only complain about multiple debugging
5349 when the gdb process is still running.
5350
5351 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5352
5353 * mail/rmail.el (tool-bar-map): Defvar it.
5354 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5355 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5356
5357 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5358
5359 * help.el (print-help-return-message): Suggest to use
5360 display-buffer instead of switch-to-buffer-other-window to restore
5361 the previous window without selecting it.
5362
5363 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5364
5365 * frame.el (select-frame-by-name): Call x-focus-frame also when
5366 window-system is mac.
5367
5368 * term/mac-win.el: Adjust Courier font specifications in
5369 x-fixed-font-alist.
5370 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5371 when directly encoding to UTF-16 in native byte order, no BOM.
5372
5373 2006-03-25 Kim F. Storm <storm@cua.dk>
5374
5375 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5376 (cua--init-keymaps): Use it instead of fixed C-return.
5377 (cua-mode): Set after it.
5378
5379 * emulation/cua-rect.el (cua--init-rectangles):
5380 Use cua-rectangle-mark-key instead of fixed C-return.
5381
5382 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5385 "run" in .gdbinit.
5386 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5387
5388 2006-03-24 Romain Francoise <romain@orebokech.com>
5389
5390 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5391 `display-buffer-other-frame'.
5392
5393 2006-03-24 Kim F. Storm <storm@cua.dk>
5394
5395 * apropos.el (apropos-synonyms): Add selection => region.
5396
5397 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5398
5399 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5400 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5401 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5402 (gdb-data-list-register-values-regexp)
5403 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5404 Future proof against new fields being added to MI output.
5405 (gdb-send): Don't treat backslashes for program input as
5406 continuations.
5407 (gdb-assembler-handler): Don't use window-start for this handler.
5408 (gdb-frame-handler): Don't change to hollow arrow if overlay
5409 arrow doesn't move to new frame.
5410
5411 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5414 prevent compiler warnings.
5415 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5416 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5417 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5418 buffer too.
5419
5420 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5421
5422 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5423 make-network-process, so we can use the same code in Gnus v5-10
5424 too and have this file fully synchronized with that release.
5425
5426 2006-03-23 Romain Francoise <romain@orebokech.com>
5427
5428 * ibuf-ext.el (ibuffer-read-filter-group-name):
5429 Use `ibuffer-generate-filter-groups' to make completion list match
5430 the filter groups that are really displayed in the Ibuffer buffer.
5431 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5432
5433 2006-03-23 Kenichi Handa <handa@m17n.org>
5434
5435 * international/mule-cmds.el (sort-coding-systems): Describe that
5436 the argument is modified in docstring.
5437
5438 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5439
5440 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5441 (pgg-gpg-update-agent): New function.
5442 (pgg-gpg-use-agent-p): New function.
5443 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5444 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5445 (pgg-gpg-sign-region): Use it.
5446
5447 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * cus-edit.el (custom-face-set): Call custom-push-theme before
5450 face-spec set so that `changed' theme is correctly saved.
5451 (custom-face-reset-standard): Reset to recalculated face rather
5452 than defface spec.
5453
5454 * custom.el (custom-push-theme): Only save `changed' theme if the
5455 current face does not match the defface specs.
5456
5457 2006-03-21 Simon Josefsson <jas@extundo.com>
5458
5459 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5460 <wilde@sha-bang.de>.
5461 (pgg-gpg-use-agent): New variable.
5462 (pgg-gpg-process-region): Use it.
5463 (pgg-gpg-encrypt-region): Likewise.
5464 (pgg-gpg-encrypt-symmetric-region): Likewise.
5465 (pgg-gpg-decrypt-region): Likewise.
5466 (pgg-gpg-sign-region): Likewise.
5467 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5468
5469 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5470
5471 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5472 bracket links.
5473
5474 2006-03-21 Kim F. Storm <storm@cua.dk>
5475
5476 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5477 fringe-indicator-alist instead of modifying global value.
5478 (gdb-frame-handler): Likewise.
5479
5480 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5481
5482 * diff-mode.el (diff-function): Make it inherit from diff-header
5483 instead of diff-context.
5484
5485 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5486 bitmap.
5487 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5488 change names in macro above for consistency.
5489 (gdb-frame-handler): Use hollow-right-triangle for all selected
5490 frames which except the innermost (where execution has stopped).
5491 (gdb-reset): Reset buffer-local values of overlay-arrow.
5492
5493 2006-03-20 Richard Stallman <rms@gnu.org>
5494
5495 * simple.el (set-mark-command): Doc fix.
5496
5497 * files.el (display-buffer-other-frame): New command.
5498 (ctl-x-4-map): Bind C-x 5 C-o to it.
5499
5500 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5503 rather than just defer-time, in case defer-time has been changed but
5504 the timer isn't running yet.
5505 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5506
5507 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * help-mode.el (help-follow-symbol): New function.
5510 Essentially identical to the old `help-follow', but do not let
5511 `push-button' do the work when on an xref.
5512 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5513
5514 2006-03-19 Richard Stallman <rms@gnu.org>
5515
5516 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5517 preceded by the word `program'.
5518 (help-follow-mouse, help-follow): Throw error if not on xref.
5519 Delete no longer used args.
5520
5521 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5524 annotation ensure gud-overlay-arrow-position is redisplayed.
5525
5526 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5527
5528 * textmodes/bibtex.el (bibtex-include-OPTkey)
5529 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5530 (bibtex-autokey-name-case-convert)
5531 (bibtex-autokey-titleword-case-convert): Make these the aliases
5532 for the following two variables.
5533 (bibtex-autokey-name-case-convert-function)
5534 (bibtex-autokey-titleword-case-convert-function): Make these the
5535 real names.
5536 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5537 bibtex-font-lock-crossref sublists.
5538 (bibtex-mode): Revert 2005-12-30 change (which made
5539 completion-ignore-case buffer-local).
5540 (bibtex-url): Simplify.
5541
5542 2006-03-19 Kim F. Storm <storm@cua.dk>
5543
5544 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5545 cursor property value to 2 (to align with C level change).
5546
5547 2006-03-19 Bill Wohler <wohler@newt.com>
5548
5549 * image.el (image-load-path-for-library): Shorten first line in
5550 docstring.
5551
5552 2006-03-18 Richard Stallman <rms@gnu.org>
5553
5554 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5555
5556 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5557
5558 * isearch.el (isearch-other-meta-char): Handle user bindings for
5559 shifted control characters.
5560
5561 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5562
5563 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5564 part that matches email addresses, file names, etc.
5565
5566 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5567
5568 * term/w32-win.el (mouse-set-font):
5569 Mention w32-list-proportional-fonts in the doc string.
5570
5571 2006-03-18 Kim F. Storm <storm@cua.dk>
5572
5573 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5574 (ido-unc-hosts): New user option to explicitly define list of know
5575 UNC-style hosts for completion.
5576 (ido-cache-unc-host-shares-time): New user option.
5577 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5578 New helper functions for UNC file-name support.
5579 (ido-may-cache-directory): Check for UNC host. Simplify.
5580 (ido-wash-history): Clean out old UNC hosts.
5581 (ido-nonreadable-directory-p): UNC hosts are always readable.
5582 (ido-directory-too-big-p): UNC hosts are never too big.
5583 (ido-set-current-directory): Handle UNC root path.
5584 (ido-file-name-all-completions): Complete UNC host names from
5585 ido-unc-hosts list. Cache UNC host shares.
5586 (ido-make-file-list-1): Don't filter UNC root.
5587 (ido-exhibit): Check for // in root directory, and switch to UNC
5588 mode by setting ido-current-directory to //.
5589
5590 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5591
5592 * cus-edit.el (customize-changed-options): Mention explicit
5593 version number as default in prompt.
5594
5595 2006-03-17 Bill Wohler <wohler@newt.com>
5596
5597 * image.el (image-load-path-for-library): Minor docstring fix.
5598
5599 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5600
5601 * textmodes/org.el (org-read-date): Include subgroup 5 into
5602 replacement text.
5603 (org-popup-calendar-for-date-prompt): Fix customization type.
5604
5605 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5608 (gdb-continuation): New variable.
5609 (gdb-send): Deal with continuation lines.
5610
5611 * progmodes/gud.el (gud-gdb-complete-command)
5612 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5613 expressions.
5614 (gud-tooltip-mode): Use buffer-local value.
5615
5616 2006-03-16 Kim F. Storm <storm@cua.dk>
5617
5618 * ido.el (ido-edit-input): Use selected match, if any.
5619
5620 2006-03-16 Bill Wohler <wohler@newt.com>
5621
5622 * image.el (image-load-path-for-library): Prefer user's images in
5623 image-load-path.
5624
5625 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5626
5627 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5628 when checking for attempt to drag leftmost or rightmost scrollbar.
5629
5630 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5631
5632 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5633 (gdb-force-mode-line-update): New function.
5634 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5635 (gdb-exited): Use them.
5636 (gdb-signal): New function.
5637 (gdb-annotation-rules): Provide a rule for it.
5638
5639 2006-03-16 Kenichi Handa <handa@m17n.org>
5640
5641 * international/mule.el (auto-coding-regexp-alist): Add entries
5642 for Unicode BOM.
5643
5644 * sort.el (sort-build-lists): Temporarily bind
5645 inhibit-field-text-motion to t.
5646
5647 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5648
5649 * locate.el (locate-command, locate-make-command-line)
5650 (locate-fcodes-file, locate-update-command)
5651 (locate-prompt-for-command, locate, locate-with-filter)
5652 (locate-get-file-positions): Doc fixes.
5653 (locate-buffer-name, locate-header-face): Remove leading `*' in
5654 defcustom.
5655 (locate-filter-output): Use `keep-lines' instead of its alias
5656 `delete-non-matching-lines'.
5657 (locate-get-filename, locate-get-dirname): Add introductory comment.
5658 (locate-find-directory-other-window): Give appropriate error
5659 message if used outside main listing.
5660
5661 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5664 the new extend-region feature.
5665 (font-lock-after-change-function): Update correspondingly.
5666 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5667 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5668
5669 2006-03-15 Bill Wohler <wohler@newt.com>
5670
5671 * image.el (image-load-path-for-library): Fix example by not
5672 recommending that one binds image-load-path. Just defvar it to
5673 placate compiler and only use it if previously defined.
5674
5675 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5676
5677 * textmodes/org.el (org-insert-centered): Use `string-width' to
5678 make underlining work for wide characters.
5679 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5680 TAB to `org-cycle', to make sure that no binding in
5681 `outline-mode-map' can supercede it.
5682
5683 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5684
5685 * allout.el: Increment version to 2.2.1 in file commentary.
5686
5687 (allout-version): Increment to 2.2.1.
5688
5689 (allout-default-layout): New customization variable, used when the
5690 file lacks a specific allout-layout. Uses allout-layout-type for
5691 recursively nested definition.
5692
5693 (allout-layout-type): Widget defining allout layouts, necessary for
5694 self-recursive definition.
5695
5696 (allout-mode): Incorporate allout-default-layout as fallback for
5697 allout-layout.
5698
5699 (allout-layout): Mark as 'safe-local-variable', and refer mention
5700 fallback to `allout-default-layout' in absence of a specified value.
5701 (allout-passphrase-verifier-string)
5702 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5703
5704 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5705
5706 (allout-get-encryption-passphrase-verifier): Use correct name of
5707 passphrase verifier in docstring.
5708
5709 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5710
5711 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5712 elements.
5713 (gdb-find-watch-expression): Make it work for arrays too.
5714 Follow change to gdb-var-list.
5715 (gud-watch): Allow the user to enter variable name with a prexix
5716 arg. Create keybindings.
5717 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5718 (gdb-var-list-children-handler, gdb-var-update-handler)
5719 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5720 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5721 Follow change to gdb-var-list.
5722 (gdb-starting): Don't show the overlay arrows when program is running.
5723
5724 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5725 gdb-var-list.
5726
5727 2006-03-14 Bill Wohler <wohler@newt.com>
5728
5729 * image.el (image-load-path-for-library): Pass value of path
5730 rather than symbol. Always return list of directories.
5731 Guarantee that image directory comes first.
5732
5733 2006-03-14 Alan Mackenzie <acm@muc.de>
5734
5735 * font-core.el (font-lock-extend-region\(-function\)?.):
5736 New function/variable.
5737
5738 * font-lock.el (font-lock-after-change-function):
5739 Call font-lock-extend-region. Obey font-lock-lines-before.
5740 (font-lock-default-fontify-region): Remove reference to
5741 font-lock-lines-before.
5742
5743 * jit-lock.el (jit-lock-after-change):
5744 Call font-lock-extend-region. Obey font-lock-lines-before.
5745
5746 2006-03-14 David Ponce <david@dponce.com>
5747
5748 * tree-widget.el (tree-widget-themes-load-path)
5749 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5750
5751 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5752
5753 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5754 (rcirc-print): Mark the start of text at the end of the prompt.
5755 (rcirc-track-minor-mode): Add autoload cookie.
5756 (rcirc-update-activity-string): Add space to front of mode-line
5757 indicator.
5758
5759 2006-03-13 Miles Bader <miles@gnu.org>
5760
5761 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5762 (rcirc-abbrev-nick): Remove function.
5763 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5764
5765 2006-03-13 David Ponce <david@dponce.com>
5766
5767 * tree-widget.el: Handle themes across all occurrences of the main
5768 themes sub-directory found in tree-widget-themes-load-path.
5769 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5770 (tree-widget--locate-sub-directory): Return all occurrences.
5771 (tree-widget-themes-path): New function.
5772 Replace tree-widget-themes-directory, and return a list of directories.
5773 (tree-widget-set-parent-theme)
5774 (tree-widget-lookup-image): Use it.
5775
5776 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5777
5778 * textmodes/org.el (org-link-search): Avoid self-matching of
5779 links, allow target text to be distributed over several lines.
5780 (org-search-not-link): New function.
5781 (org-set-regexps-and-options, org-get-current-options):
5782 New startup options.
5783 (org-export-as-html): Take odd-level setting from local variable.
5784 (org-fontify-emphasized-text): New option.
5785 (org-set-font-lock-defaults): Include emphasized text.
5786 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5787 (org-font-lock): Customize group renamed from `org-faces'.
5788
5789 2006-03-13 John Paul Wallington <jpw@pobox.com>
5790
5791 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5792 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5793
5794 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5795
5796 * cus-start.el (all): Delete :version keyword for members of the
5797 fringe group, since the entire group is new in 22.1.
5798
5799 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5802 map if value is hexadecimal (an address).
5803 (gud-watch): Only search roots for existing watch expressions.
5804 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5805 prevent caching problems with speedbar-update-directory-contents.
5806
5807 2006-03-12 Juri Linkov <juri@jurta.org>
5808
5809 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5810 before comparing with `low' and `warn'.
5811
5812 * info.el (Info-dir-remove-duplicates): Move point to the
5813 beginning of the current line after deleting the entries from
5814 redundant heading. Use marker for `limit' and compare it with
5815 point before calling `re-search-forward'.
5816
5817 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * simple.el (yank): Fix typo in docstring.
5820
5821 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5822
5823 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5824 messages, where "D" is the 6th character.
5825
5826 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5827
5828 * simple.el (yank): Fix last change.
5829
5830 2006-03-11 David Ponce <david@dponce.com>
5831
5832 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5833 merging elements from the standard ispell-dictionary-alist.
5834 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5835 alist, and return the new alist.
5836
5837 2006-03-11 Richard Stallman <rms@gnu.org>
5838
5839 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5840
5841 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5842 the way it is implemented is too unclean.
5843
5844 * simple.el (kill-region, yank): Doc fix.
5845
5846 * battery.el (battery-echo-area-format): Doc fix.
5847 (battery-mode-line-format): Likewise.
5848 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5849 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5850
5851 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5852
5853 * progmodes/octave-mod.el (octave-indent-for-comment):
5854 Behave according to do string.
5855
5856 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5857
5858 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5859 Be visible only if major mode is Mail Mode.
5860
5861 * textmodes/flyspell.el (flyspell-external-point-words)
5862 (flyspell-process-localwords): Fix last changes.
5863
5864 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5865
5866 * calendar/holidays.el (list-holidays): Doc fix.
5867
5868 * international/mule.el (auto-coding-alist): Add .odt
5869 (OpenOffice's open document) files.
5870
5871 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5872 document) files. Mention in the doc string the need to sync with
5873 auto-coding-alist.
5874
5875 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5878 enable-local-variables is set to always query, or there is no
5879 savable variable.
5880
5881 2006-03-10 Bill Wohler <wohler@newt.com>
5882
5883 * image.el (image-load-path-for-library): Merge at least three
5884 functions from Gnus and MH-E into this one function that can now
5885 be shared.
5886
5887 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5890 gdb-remove-mouse-face and remove help-echo too.
5891 (gdb-enqueue-input): Correct conditional clause.
5892
5893 2006-03-10 Glenn Morris <rgm@gnu.org>
5894
5895 * calendar/calendar.el (calendar-holidays): Doc fix.
5896 * calendar/holidays.el (list-holidays): Doc fix.
5897
5898 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5901 it gets called in gdb-prompt anyway.
5902 (gdb-use-separate-io-buffer): Only restore window arrangement for
5903 gdb-many-windows.
5904 (gdb-enqueue-input): Make it harder to send GDB input when program
5905 is running.
5906 (gdb-buffer-list): New variable.
5907 (gdb-remove-mouse-face): New function.
5908 (gdb-starting): Use it when GDB input won't get sent.
5909
5910 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * help.el (view-lossage): Remove trailing whitespace before
5913 inserting "\n".
5914
5915 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * files.el (hack-local-variables-confirm):
5918 Set coding-system-for-read to nil before writing to .emacs.
5919
5920 * arc-mode.el (archive-extract): Check if an existing buffer name
5921 comes from a different archive.
5922
5923 * help.el (describe-key-briefly): If KEY is a down event, read and
5924 discard the up event.
5925
5926 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5929 be edited and use font-lock-warning-face for any changes.
5930
5931 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5932 (gdb-edit-value): Use it to report any errors.
5933
5934 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * help.el (describe-key): Remove leftover test code.
5937
5938 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5939
5940 * textmodes/org.el: Move defvars out of eval-when-compile.
5941 Use buffer-file-name variable.
5942 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5943 arg `file'.
5944 (org-level-faces): Remove startup dependency.
5945 (org-cycle, org-map-tree, org-scan-tags)
5946 (org-remember-handler): Don't call `outline-level' directly.
5947 (org-mhe-search-all-folders): New option.
5948 (org-mhe-get-message-folder-from-index)
5949 (org-mhe-get-message-folder): Fix indexing search.
5950 (org-format-agenda-item): Handle nil TAGS argument.
5951 (org-cleaned-string-for-export, org-activate-target-links)
5952 (org-make-target-link-regexp): Deal with empty radio target list.
5953 (org-tag): New face.
5954 (org-get-level-face): New function.
5955 (org-set-font-lock-defaults): Simplify setup for headlines.
5956 (org-complete): Pass common substring to `display-completion-list'.
5957
5958 2006-03-06 David Ponce <david@dponce.com>
5959
5960 * tree-widget.el: Update Commentary header.
5961 (tree-widget-theme-name): Ignore parent themes.
5962 (tree-widget-set-parent-theme): New function.
5963 (tree-widget-set-theme): Use it.
5964 (tree-widget-set-image-properties): Move definition. Does nothing
5965 if image properties have already been set.
5966 (tree-widget-image-properties): Move definition. Receive an image
5967 name. Set the :pointer property.
5968 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5969 Don't set the :pointer image property.
5970 (tree-widget-convert-widget): New function. Handle :dynargs
5971 compatibility here.
5972 (tree-widget): Use it to :convert-widget. Add the :expander-p
5973 predicate to control when the :expander function is entered.
5974 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5975 (tree-widget-value-create): Handle :expander-p. widget-apply
5976 :expander.
5977 (tree-widget-expander-p): New function. Default value of the
5978 :expander-p property.
5979
5980 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * help.el (describe-key): Properly handle the return value of
5983 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5984 remaps. Handle string and vector `follow-link' values.
5985
5986 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * complete.el (PC-expand-many-files): Try be more careful when parsing
5989 the shell's output.
5990
5991 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * outline.el (hide-sublevels): Provide better interactive default.
5994
5995 2006-03-06 Kenichi Handa <handa@m17n.org>
5996
5997 * international/fontset.el (create-fontset-from-fontset-spec):
5998 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5999
6000 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6001
6002 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6003 backslashes instead of one in regexp.
6004 (gud-tooltip-dereference): Add missing optional argument.
6005
6006 2006-03-04 John Paul Wallington <jpw@pobox.com>
6007
6008 * wdired.el (toplevel): Require `cl' at compile-time.
6009
6010 2006-03-04 Andreas Schwab <schwab@suse.de>
6011
6012 * server.el (server-process-filter): Handle errors during
6013 evaluation of the argument.
6014
6015 2006-03-03 John Paul Wallington <jpw@pobox.com>
6016
6017 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6018 escape parentheses at beginning of line.
6019 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6020 (t-mouse-mode): Remove period from end of error message.
6021
6022 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6023
6024 * textmodes/flyspell.el (flyspell-process-localwords):
6025 Be case-sensitive.
6026
6027 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6028
6029 * cus-edit.el (custom-quote): Remove function, since it has been
6030 moved to custom.el.
6031
6032 * font-lock.el (lisp-font-lock-keywords-2)
6033 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6034 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6035 they have no special meaning.
6036
6037 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6038 indirect buffer gets killed before indirect buffer. Use dolist.
6039
6040 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6041
6042 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6043 value instead of a literal constant (1) on more pauses.
6044
6045 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6046
6047 * textmodes/flyspell.el (flyspell-external-point-words):
6048 Be case-sensitive.
6049
6050 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6051
6052 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6053 with "www".
6054
6055 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6056
6057 * allout.el: Restablish intermediate missing comment header to
6058 preserve outline structure.
6059 (allout-beginning-of-current-entry): Skip invisible text.
6060 (allout-open-topic): Fix opening a topic at end-of-buffer.
6061 (allout-minor-mode): Move nearer to allout-mode function.
6062
6063 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6064
6065 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6066
6067 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6068
6069 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6070 is nil.
6071
6072 * progmodes/gud.el (gud-speedbar-menu-items):
6073 Use buffer-local-value and add missing :visible keyword.
6074
6075 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6076
6077 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6078
6079 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6080 must be `follow-link'.
6081
6082 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6083
6084 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6085 formatting: No nested anchors.
6086 (org-all-targets): Fix bug with XEmacs compatibility.
6087 (org-read-date): Add (require 'parse-time).
6088 (org-set-tags): Fix bug with extra inserted space.
6089 (org-export-html-style): Define a style class for targets.
6090 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6091 (org-hide-leading-stars): New option.
6092 (org-hide): New face.
6093 (org-set-font-lock-defaults): Allow to hide leading stars.
6094 (org-get-legal-level, org-tr-level): New functions.
6095 (org-odd-levels-only): New option.
6096 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6097 (org-demote, org-promote): Deal with double-star levels.
6098 (org-convert-to-odd-levels): New command.
6099
6100 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6101
6102 * speedbar.el (speedbar-update-localized-contents): Try to
6103 preserve window-start.
6104 (speedbar-update-directory-contents): Try to preserve window-start
6105 and window-point.
6106 (speedbar-update-special-contents): Don't move back to start of window.
6107
6108 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6109 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6110 speedbar-timer-fn.
6111 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6112 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6113 instead of gdb-speedbar-timer-fn.
6114
6115 2006-02-28 Jay Belanger <belanger@truman.edu>
6116
6117 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6118 (math-compose-expr): Use latex option when calling
6119 `math-compose-tex-matrix' for latex mode.
6120
6121 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6122
6123 * speedbar.el: Re-instate comments about developing for speedbar
6124 [this is what info and gdb-ui use even if better methods exist now].
6125
6126 * t-mouse.el: New file.
6127 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6128 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6129 (t-mouse-make-event-element): Use posn-at-x-y instead.
6130 (t-mouse-make-event): Deal with Fedora Core 3.
6131 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6132 (t-mouse-mouse-position-function): New function. Use it instead
6133 of advising mouse-position.
6134 (t-mouse-mode): New minor mode.
6135 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6136
6137 2006-02-27 Glenn Morris <rgm@gnu.org>
6138
6139 * calendar/calendar.el (calendar-holidays): Doc fix.
6140
6141 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6144 Re-introduce the concept of a source window.
6145 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6146 consistency with get-buffer-create.
6147 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6148 (gdb-data-list-register-values-handler)
6149 (gdb-stack-list-locals-handler): Try to preserve window-start as
6150 well as window-point.
6151 (gdb-display-source-buffer): New function (old concept).
6152 (gdb-goto-breakpoint): Use it.
6153
6154 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6155 for gdb-ui/gdb-mi (old concept).
6156
6157 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6158
6159 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6160 binding.
6161
6162 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6163
6164 * textmodes/reftex-sel.el (reftex-select-label-map)
6165 (reftex-select-bib-map): Add `follow-mouse' binding.
6166
6167 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6170 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6171 Give :set functions to provide automatic updating.
6172 Update docstring. Give compiler defvars early in the file
6173 and move the defcustoms to a later spot where all called functions
6174 are defined.
6175 (jka-compr-file-name-handler-entry): Doc fix.
6176 (jka-compr-compression-info-list--internal)
6177 (jka-compr-mode-alist-additions--internal)
6178 (jka-compr-load-suffixes--internal): New variables.
6179 (jka-compr-install): Set the three above variables.
6180 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6181 (jka-compr-update, jka-compr-set): New functions.
6182 (auto-compression-mode): Doc fix.
6183
6184 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6185 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6186 Use jka-compr-compression-info-list--internal,
6187 jka-compr-mode-alist-additions--internal and
6188 jka-compr-load-suffixes--internal.
6189
6190 * files.el (load-library):
6191 * loadhist.el (file-loadhist-lookup):
6192 * startup.el (command-line):
6193 * subr.el (locate-library):
6194 * emacs-lisp/autoload.el (update-directory-autoloads):
6195 * emacs-lisp/find-func.el (find-library-suffixes):
6196 Use `get-load-suffixes' instead of `load-suffixes'.
6197
6198 * subr.el (locate-library):
6199 * emacs-lisp/find-func.el (find-library-name):
6200 Use `load-file-rep-suffixes' instead of '("").
6201
6202 2006-02-26 Kim F. Storm <storm@cua.dk>
6203
6204 * ido.el (ido-save-history, ido-load-history): Simplify.
6205 Don't use find-file-noselect to avoid interference from other modes.
6206
6207 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6208
6209 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6210 to use the default shell if filename is not available.
6211 Reported by Giorgos Keramidas.
6212
6213 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6214
6215 * progmodes/etags.el (tags-completion-table): Do completion from
6216 all the tables in the current list, as documented in the manual.
6217
6218 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6219
6220 * CC Mode Update to 5.31.3.
6221
6222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6223
6224 * progmodes/cc-mode.el (c-postprocess-file-styles):
6225 Bind inhibit-read-only to t, around the call to
6226 c-remove-any-local-eval-or-mode-variables, so that it works on a
6227 RO file.
6228
6229 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6230
6231 * progmodes/cc-awk.el: Correct a typo.
6232
6233 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6234
6235 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6236 c-hungry-delete-backwards, at the request of RMS. Leave the old
6237 name as an alias.
6238
6239 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6240
6241 * progmodes/cc-mode.el: Correct a typo.
6242
6243 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6244
6245 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6246
6247 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6248
6249 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6250 brace-else-brace (error due to mbeg, mend being undefined).
6251
6252 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6253
6254 * progmodes/cc-mode.el: File Local variables: Solve the problem
6255 where both `mode' and c-file-offsets are specified: `mode' will
6256 overwrite c-f-o's settings:
6257 (c-remove-any-local-eval-or-mode-variables): New function.
6258 (c-postprocess-file-styles): Call the above new function, within
6259 c-tentative-buffer-change, to splat `mode' and `eval' before the
6260 second hack-local-variables.
6261
6262 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6263
6264 * progmodes/cc-mode.el:
6265 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6266 (c-after-change): Protect the match data with save-match-data.
6267 It was getting corrupted by c-after-change-check-<>-operators.
6268
6269 * cc-defs.el: [Supersedes patch V1.38]:
6270 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6271 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6272
6273 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6274 with save-match-data. It was being corrupted when Font Lock was
6275 not enabled.
6276
6277 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6278
6279 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6280 Mode and Subword Mode.
6281
6282 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6283 real labels ("case 1:" or "foo:") from non-labels ("public:").
6284 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6285 coding; c-f-t-2 doesn't move over a token at EOB.
6286
6287 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6288
6289 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6290 (c-update-modeline): Concatenate the minor mode indicators
6291 directly onto mode-name, removing c-submode-indicators.
6292 Sometimes, c-s-i got separated from the mode name on the mode line.
6293
6294 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6295 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6296
6297 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6298
6299 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6300 error message when there's an evaluation error to show whether
6301 it's loaded from source or not.
6302 (c-filter-ops): Make it available at runtime too to work when
6303 `c-make-init-lang-vars-fun' needs to evaluate from source.
6304
6305 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6306
6307 * help.el (help): Revert last part of 2006-02-23 change (deletion
6308 of the `provide' call).
6309
6310 2006-02-23 Juri Linkov <juri@jurta.org>
6311
6312 * compare-w.el (compare-windows-highlight): Add new value
6313 `persistent' and change :type from `boolean' to `choice'.
6314 (compare-windows-overlays1, compare-windows-overlays2):
6315 New internal variables.
6316 (compare-windows-highlight): If compare-windows-highlight is
6317 `persistent', add current overlays to compare-windows-overlays[12]
6318 instead of adding compare-windows-dehighlight to pre-command-hook.
6319 (compare-windows-dehighlight): Delete all overlays from
6320 compare-windows-overlays[12].
6321
6322 * info.el (Info-search): Don't bind search-spaces-regexp to
6323 Info-search-whitespace-regexp in non-regexp isearch mode.
6324
6325 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6328
6329 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * textmodes/org.el (org-xemacs-p)
6332 (org-export-html-show-new-buffer, org-table-may-need-update)
6333 (org-insert-item, org-mhe-get-message-real-folder)
6334 (org-mhe-get-message-folder-from-index)
6335 (org-mhe-get-message-folder, org-mhe-get-message-num)
6336 (org-mhe-get-header, org-make-org-heading-search-string)
6337 (org-make-org-heading-camel, org-table-sort-lines)
6338 (org-format-org-table-html, org-format-table-table-html):
6339 Fix typos in docstrings.
6340
6341 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6342
6343 * textmodes/org.el (org-cleaned-string-for-export)
6344 (org-solidify-link-text): New function.
6345 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6346 XEmacs, just to silence the compiler.
6347 (org-export-as-ascii, org-export-as-html-and-open):
6348 Use `org-cleaned-string-for-export' and create internal links.
6349 (org-follow-mhe-link): Require mh-e, use folder.
6350
6351 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6354
6355 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6356 gdb-debug-log-length.
6357 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6358 it a real ring but...
6359 (gud-gdba-marker-filter): ...make it work like mark-ring.
6360 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6361 (gdb-mouse-jump): New function. Add bindings.
6362
6363 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6364
6365 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6366 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6367 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6368 (gdb-debug-log-length): Customize it's length.
6369 (gud-watch, gdb-var-create-handler): Display function::var format
6370 but don't use to create variable object.
6371 (gdb-var-create-handler): Use message-box in place of message.
6372 (gdb-stopped): Call gdb-exited if signalled.
6373
6374 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6375
6376 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6377
6378 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6379
6380 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6381 if `reftex-try-all-extensions' is set.
6382
6383 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6384 fail silently when there is no valid argument at point.
6385 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6386 `fail-silently' argument. From a patch by David Reiter.
6387
6388 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6389 New commands.
6390 (org-mark-ring): New variable.
6391 (org-mark-ring-length): New option.
6392 (org-open-at-point, org-goto, org-open-file): Push old position
6393 onto the mark ring.
6394 (org-add-hook): New function.
6395 (org-export-table-remove-special-lines): New option.
6396 (org-skip-comments, org-format-org-table-html): Respect new
6397 option `org-export-table-remove-special-lines'.
6398 (org-open-file): Allow special command configuration for
6399 directory link.
6400 (org-file-apps): Fix bugs in customize type, added setting
6401 for directories.
6402 (org-activate-tags, org-format-agenda-item, org-complete)
6403 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6404 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6405 (org-link-search, org-make-org-heading-search-string)
6406 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6407 (org-radio-targets, org-file-link-context-use-camel-case)
6408 (org-activate-camels): New options.
6409 (org-update-radio-target-regexp, org-all-targets)
6410 (org-make-target-link-regexp, org-activate-target-links):
6411 New functions.
6412 (org-make-org-heading-search-string): New function.
6413 (org-store-link, org-insert-link): Use new option
6414 `org-file-link-context-use-camel-case'.
6415 (org-activate-camels): Use new option `org-activate-camels'.
6416 (org-link-regexp): Add mhe prefix.
6417 (org-open-at-point, org-store-link): Support for mhe links.
6418 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6419 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6420 (org-mhe-get-header, org-follow-mhe-link): New functions.
6421 (org-remove-angle-brackets, org-add-angle-brackets):
6422 New functions.
6423 (org-bracket-link-regexp): New constant.
6424 (org-read-date): Fix bug that was rejecting all typed dates.
6425 (org-link-search): Make hierarchy above visible after a match.
6426 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6427 (org-store-link): Fix bug with link creation when cursor is in
6428 an empty line.
6429 (org-open-at-point): Fix bug with matching a link.
6430 Fixed buggy argument sequence in call to `org-view-tags'.
6431 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6432 (org-prefix-has-tag): New variable.
6433 (org-format-agenda-item): Remove tags from headline
6434 if appropriate.
6435 (org-agenda-remove-tags-when-in-prefix): New option.
6436
6437 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6438
6439 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6440 Fix the regular expressions.
6441
6442 2006-02-21 Richard M. Stallman <rms@gnu.org>
6443
6444 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6445 if there's no other specific basis.
6446
6447 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6448 as variables at all.
6449 (unsafep-variable): Rename arg; doc fix.
6450
6451 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6452
6453 * calendar/appt.el (diary-selective-display): Add defvar.
6454
6455 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6456
6457 * isearch.el (search-whitespace-regexp): Fix custom type.
6458
6459 * help.el (describe-key-briefly): Compute interactive args
6460 in same was as before previous change.
6461
6462 * files.el (enable-local-variables): Doc fix.
6463
6464 2006-02-21 Kim F. Storm <storm@cua.dk>
6465
6466 * fringe.el: Cleanup as file is now pre-loaded.
6467 (fringe-bitmaps): Initialize unconditionally.
6468 (fringe-mode, set-fringe-style): Remove autoload cookies.
6469
6470 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6471
6472 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6473 `horizontal-bar'.
6474 (fringe-cursor-alist): Use `horizontal-bar'.
6475
6476 2006-02-20 Kim F. Storm <storm@cua.dk>
6477
6478 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6479 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6480
6481 * loadup.el: Load "fringe" on window systems.
6482
6483 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6484
6485 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6486 out of scope components.
6487
6488 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6489 default.
6490
6491 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * custom.el (customize-mark-to-save, customize-mark-as-set):
6494 Load the symbol first.
6495
6496 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6497
6498 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6499 strech spec so it doesn't display as "^J" on the header line
6500 when `Buffer-menu-use-header-line' is t.
6501
6502 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6503
6504 * speedbar.el (speedbar-make-button): Keep text properties
6505 of string arguments if desired.
6506
6507 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6508 expessions.
6509
6510 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6511 of speedbar.
6512
6513 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6514
6515 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6516 to value of `read-file-name-completion-ignore-case'.
6517
6518 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * custom.el (customize-mark-as-set): Push to `user' theme.
6521
6522 * cus-edit.el (custom-save-variables): Allow unthemed values.
6523 (customize-set-variable): Push setting to `user' theme.
6524
6525 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * progmodes/gud.el: Don't require font-lock as it's now
6528 automatically loaded.
6529 (gud-speedbar-buttons): Replace gdb-var-changed with
6530 gdb-force-update.
6531
6532 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6533 gdb-var-changed.
6534 (gdb-post-prompt): Use it.
6535 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6536 (gdb-var-update-handler, gdb-var-delete)
6537 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6538 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6539 gdb-force-update in gdb-post-prompt.
6540 (gdb-reset): Clear watch expressions from speedbar when quitting.
6541
6542 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6543
6544 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6545 (viper-change-state-to-vi, viper-change-state-to-emacs):
6546 Make aware of cursor coloring in the Emacs state.
6547 (viper-special-read-and-insert-char): Use read-char-exclusive.
6548 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6549
6550 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6551
6552 * viper-util.el (viper-save-cursor-color)
6553 (viper-get-saved-cursor-color-in-replace-mode)
6554 (viper-get-saved-cursor-color-in-insert-mode)
6555 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6556 state.
6557 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6558
6559 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6560 (ediff-ignore-case-option3, ediff-actual-diff-options)
6561 (ediff-actual-diff3-options): New variables to control case sensitivity.
6562 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6563 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6564 (ediff-toggle-ignore-case): New function.
6565 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6566
6567 * ediff-help.el (ediff-long-help-message-narrow2)
6568 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6569 (ediff-long-help-message-word-mode): Add ignore-case command.
6570 (ediff-help-for-quick-help): Add ignore-case command.
6571
6572 * ediff-merg.el: Move provide to the end.
6573
6574 * ediff-ptch.el: Move provide to the end.
6575
6576 * ediff-wind.el: Move provide to the end.
6577
6578 * ediff-mult.el: Move provide to the end.
6579 (ediff-set-meta-overlay): Enable follow-link.
6580
6581 * ediff.el: Move provide to the end.
6582 Break recursive load cycle in eval-when-compile.
6583 (ediff-patch-buffer): Better heuristics.
6584
6585 * ediff-util.el: Move provide to the end.
6586 Break recursive load cycle in eval-when-compile.
6587 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6588 defuns.
6589 (ediff-submit-report): Pass the values of ediff-diff3-program,
6590 ediff-diff3-options.
6591
6592 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6595 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6596 `' (for example, in the docstring of `windmove-default-keybindings').
6597
6598 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6601 shadow face. Don't provide binding to edit variable when it is
6602 out of scope.
6603
6604 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6605 (gdb-var-update-handler): Detect out of scope variables with pre
6606 GDB 6.4 too.
6607 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6608 Reset status of variable objects to nil in update handlers.
6609 (gdb-var-update-handler-1): Detect when a variable object comes
6610 in scope. setcar on var changes gdb-var-list directly.
6611
6612 2006-02-17 Juri Linkov <juri@jurta.org>
6613
6614 * ffap.el (ffap) <defface>: Add explicit face declaration.
6615 (ffap-highlight): Use face `ffap' directly instead of checking
6616 for its existence.
6617
6618 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6619 `visible-ok' of `other-buffer' to find the right original buffer.
6620
6621 * info.el (Info-search): Skip `Local Variables' node.
6622
6623 2006-02-17 Juri Linkov <juri@jurta.org>
6624
6625 * info.el (Info-find-file): Check for symbols `apropos', `history',
6626 `toc' in the input filename, and return these symbols as is.
6627 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6628 `history', `toc' instead of strings.
6629 (Info-set-mode-line): For non-string Info-current-file use the
6630 symbol's name inside **.
6631 (Info-isearch-push-state): Add quote before Info-current-file and
6632 Info-current-node.
6633 (Info-isearch-pop-state): Use `equal' instead of `string='.
6634 (Info-extract-pointer, Info-following-node-name): Use
6635 `match-string-no-properties' instead of `match-string'.
6636 (Info-up): Check `old-file' for `stringp'.
6637 (Info-history): Use `equal' instead of `string-equal'.
6638 Check `file' for `stringp'.
6639 (Info-history): Use symbol `history' instead of string as first arg
6640 of `Info-find-node'.
6641 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6642 `toc' instead of string.
6643 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6644 instead of `buffer-substring', and `match-string-no-properties'
6645 instead of `match-string'.
6646 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6647 instead of strings.
6648 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6649 Use symbol `apropos' instead of string.
6650 (Info-copy-current-node-name): Check `Info-current-file' for
6651 `stringp' and construct a command with `Info-find-node' from it.
6652 (Info-fontify-node): Use `match-string-no-properties' instead of
6653 `match-string' and check file names for `stringp'.
6654 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6655 `history', `toc' instead of strings.
6656
6657 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * files.el: Rearrange functions and variables in the file local
6660 variables section.
6661
6662 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * files.el: Add truncate-lines, ispell-check-comments and
6665 ispell-local-dictionary as safe local variables.
6666
6667 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6668
6669 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6670 out of scope variables.
6671 (gud-speedbar-buttons): Use unless.
6672
6673 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6674 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6675 (gdb-show-changed-values): Also use for out of scope variables.
6676 (gdb-var-update-handler-1): Note if variable goes out of scope.
6677
6678 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6679
6680 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6681 default to global variable values for unsupplied args.
6682 (rcirc-get-buffer-create): Fix bug with setting the target.
6683 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6684 test for rcirc-always-use-server-buffer-flag here.
6685 (rcirc-response-formats): Add %N, which is a facified nick. %n
6686 uses the default face. Change the ACTION format string. If the
6687 "nick" is the server, don't print anything for that field.
6688 Comment fixes.
6689 (rcirc-target-buffer): Don't test
6690 rcirc-always-use-server-buffer-flag here.
6691 (rcirc-print): Squeeze extra spaces out of the text before message.
6692 (rcirc-put-nick-channel): Strip potential "@" char from nick
6693 before adding them to nick table.
6694 (rcirc-url-regexp): Improve to match address like "foo.com".
6695
6696 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6697
6698 * allout.el (allout-hidden-p): Move this defsubst before
6699 allout-overlay-interior-modification-handler, where it is first
6700 used.
6701
6702 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6703
6704 * allout.el: Use allout invisible-text overlays instead of
6705 selective display for concealed text. Also, lots of general
6706 cleanup, and improved compatibility code.
6707
6708 (allout-version) Incremented, corrected, revised, and refined
6709 module commentary.
6710
6711 (provide 'allout): Moved to the bottom, added a require of overlay.
6712
6713 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6714 `except-current'.
6715 (allout-write-file-hook-handler): Minimize delay.
6716 (count-trailing-whitespace-region): New function so
6717 auto-encryption of current topic can resituate cursor exactly.
6718 PGP/GPG encryption trims trailing whitespace from lines, which
6719 must be accounted for across encryption then decryption.
6720
6721 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6722 just plain "\C-c", to avoid intruding on user's keybinding space.
6723
6724 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6725 parameter, so user request to provide a new password is done.
6726
6727 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6728 Refined mechanism for auto-filling behavior while in allout mode.
6729
6730 (allout-mode): Explicitly specify the mode map in the docstring.
6731 Clarify provision for various write-file hook var names.
6732 Adjusted for invisible-text overlays instead of selective-display.
6733
6734 (allout-depth): Really return 0 if not within any topic. This
6735 rectifies `allout-beginning-of-level' and sequence numbering
6736 errors that occur when cutting and pasting numbered topics.
6737 Changed from a in-line subst to a regular function, as well.
6738
6739 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6740
6741 (allout-end-of-subtree, allout-end-of-subtree)
6742 (allout-end-of-entry, allout-end-of-current-heading)
6743 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6744 (allout-show-children, allout-show-to-offshoot)
6745 (allout-hide-current-entry, allout-show-current-entry): Rectified
6746 handling of trailing blank lines between items.
6747
6748 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6749 (allout-current-depth, allout-unprotected, allout-hidden-p)
6750 (allout-on-current-heading-p, allout-listify-exposed)
6751 (allout-chart-subtree, allout-goto-prefix)
6752 (allout-back-to-current-heading, allout-get-body-text)
6753 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6754 (allout-hide-region-body, allout-toggle-subtree-encryption)
6755 (allout-encrypt-string, allout-encrypted-key-info)
6756 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6757 (allout-file-vars-section-data): Adjusted for use with
6758 invisible-text overlays instead of selective-display.
6759
6760 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6761 Reworked for use with invisible text overlays.
6762
6763 (allout-current-topic-collapsed-p): New function.
6764
6765 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6766 to know when to close the containing topic.
6767
6768 (allout-pre-command-business, allout-post-command-business):
6769 Simplify undo-batching and dynamic isearch exposure.
6770
6771 (allout-set-overlay-category): New for invisible-text overlays.
6772 Sets properties of allout-overlay-category, used by
6773 allout-flag-region to set invisible-text overlay properties.
6774 (allout-get-invisibility-overlay): Get the first qualifying
6775 invisibility overlay, so we can find the extent of it.
6776 (allout-back-to-visible-text): Get to just before the beginnining
6777 of the current invisibility overlay, if any.
6778
6779 (allout-overlay-insert-in-front-handler)
6780 (allout-overlay-interior-modification-handler)
6781 (allout-before-change-handler, allout-isearch-end-handler): New
6782 functions to handle extraordinary actions affecting concealed
6783 text.
6784
6785 (allout-flag-region): Use overlays instead of selective-display
6786 for invisible text - by inheritence from the properties of
6787 allout-overlay-category in mainline Emacs, and applied
6788 property-by-property in XEmacs, some recent versions of which
6789 don't inherit the properties from the category. Provisions to
6790 respond to concealed-text edits simplified drastically.
6791
6792 (allout-isearch-rectification, allout-isearch-was-font-lock)
6793 (allout-isearch-expose, allout-enwrap-isearch)
6794 (allout-isearch-abort, allout-pre-was-isearching)
6795 (allout-isearch-prior-pos, allout-isearch-did-quit)
6796 (allout-isearch-dynamic-expose)
6797 (allout-hide-current-entry-completely): Functions deleted.
6798
6799 (allout-undo-aggregation): Explicit undo aggregation no longer
6800 necessary due to transition away from selective-display.
6801
6802 (set-allout-regexp, allout-up-current-level)
6803 (allout-next-visible-heading, allout-forward-current-level)
6804 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6805 (allout-kill-line, allout-yank-processing, allout-show-children)
6806 (allout-expose-topic, allout-old-expose-topic)
6807 (allout-listify-exposed, allout-insert-latex-header)
6808 (allout-toggle-subtree-encryption, allout-encrypt-string)
6809 (remove-from-invisibility-spec, allout-hide-current-subtree):
6810 Ditched unused variables.
6811
6812 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6813
6814 * textmodes/ispell.el (ispell-change-dictionary): Call
6815 ispell-buffer-local-dict instead of
6816 ispell-accept-buffer-local-defs.
6817 (ispell-local-dictionary-alist): Accept as valid any coding-system
6818 supported by Emacs.
6819 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6820 changed to iso-8859-3.
6821
6822 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6823
6824 * speedbar.el (speedbar-frame-width): Make an inline function
6825 instead of a macro. Use frame-width.
6826 (speedbar-try-completion, speedbar-update-contents)
6827 (speedbar-timer-fn): Use consp.
6828 (speedbar-update-localized-contents): Try to preserve point.
6829
6830 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6831 (menu): Re-order menu items.
6832 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6833 field.
6834 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6835 (gdb-post-prompt): Speed things by not forcing update.
6836
6837 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6840 press and perform default action if we get a mouse movement event.
6841
6842 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * calendar/icalendar.el (icalendar--get-event-property)
6845 (icalendar--get-event-property-attributes): Fix typos in
6846 docstrings.
6847
6848 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6849 docstring.
6850
6851 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6852
6853 * bs.el (bs-mode): Use `buffer-disable-undo'.
6854 (bs--get-file-name): Simplify.
6855 (bs-show-in-buffer): Mark the buffer as not modified.
6856
6857 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6860 widget-button-click.
6861
6862 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6863 (custom-mode): Update docstring.
6864
6865 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6866 binding.
6867
6868 * files.el (hack-local-variables-confirm): Allow scrolling if the
6869 file variable list is too long. Kill temp buffer after use.
6870
6871 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6872
6873 * progmodes/gud.el (gdb): Improve doc string.
6874 (gdb-script-font-lock-keywords): Expand allowed character set.
6875
6876 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6877 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6878 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6879 (gdb-separate-io-stop, gdb-separate-io-eof):
6880 Rename from gdb-inferior-* to gdb-separate-*.
6881 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6882
6883 2006-02-14 Jay Belanger <belanger@truman.edu>
6884
6885 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6886 expression is a symbol before checking that it is bound.
6887
6888 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6889 test to see if equation can be solved.
6890
6891 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * wid-edit.el (widget-button-click): Use :pressed-face property
6894 for overlay face, if it exists.
6895
6896 * cus-edit.el (custom-manual, custom-add-see-also)
6897 (custom-add-parent-links, custom-group-link): Add :pressed-face
6898 property to links.
6899
6900 * files.el (hack-local-variables): Remove ignored variables before
6901 checking if any variables need setting.
6902
6903 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6904
6905 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6906
6907 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * help.el (where-is): Fix message for remapped commands.
6910
6911 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6912 Fix typos in docstrings.
6913
6914 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * files.el (safe-local-variable-values): New option.
6917 (hack-local-variables-prop-line): Return a list of variable-value
6918 pairs if MODE-ONLY is non-nil.
6919 (hack-local-variables): Construct list of variable-value pairs,
6920 and apply or reject them in one go. Ask for confirmation if
6921 variables are not known safe.
6922 (hack-local-variables-confirm): Complete rewrite. Support
6923 `safe-local-variable-values'.
6924 (enable-local-variables): Update docstring to reflect new
6925 behavior.
6926 (ignored-local-variables): Ignore ignored-local-variables and
6927 safe-local-variable-values.
6928 (safe-local-variable-p): New function.
6929 (risky-local-variable-p): `safe-local-variable' property check
6930 moved to safe-local-variable-p.
6931 (hack-one-local-variable): Checks moved to hack-local-variables.
6932
6933 (byte-compile-dynamic, c-basic-offset, c-file-style)
6934 (c-indent-level, comment-column, fill-column, fill-prefix)
6935 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6936 (no-update-autoloads, outline-regexp, page-delimiter)
6937 (paragraph-start, paragraph-separate, sentence-end)
6938 (sentence-end-double-space tab-width, version-control):
6939 Add `safe-local-variable' property.
6940
6941 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6942
6943 * icomplete.el, play/landmark.el: Change nonexistent
6944 `outline-layout' file variable to `allout-layout'.
6945
6946 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6949 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6950 to gud-comint-buffer.
6951 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6952 gdb-ui.el for gdb-mi.el.
6953 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6954 registers buffer to gdb-get-changed-registers.
6955 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6956 deletion of catchpoints (throw and catch).
6957 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6958 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6959 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6960 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6961 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6962
6963 2006-02-13 Jay Belanger <belanger@truman.edu>
6964
6965 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6966 expression is a symbol before checking that it is bound.
6967
6968 2006-02-13 Richard M. Stallman <rms@gnu.org>
6969
6970 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6971 for the minibuffer too, but not if resize-mini-windows will interfere.
6972
6973 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6974 inside `interactive' spec.
6975 (describe-key-briefly-internal, describe-key-internal):
6976 Functions merged back into their callers.
6977
6978 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6979
6980 * info.el (info-xref-visited): Inherit from info-xref too.
6981 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6982 when propertizing Info-current-file and Info-current-node.
6983
6984 2006-02-13 Juri Linkov <juri@jurta.org>
6985
6986 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6987 (tumme-thumb-name): Fix per-directory format.
6988
6989 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6992
6993 2006-02-12 Miles Bader <miles@gnu.org>
6994
6995 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6996
6997 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6998
6999 * tumme.el: Remove history section. If someone needs the it, it
7000 can always be found in CVS.
7001
7002 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7003
7004 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7005 about the Thumbnail Managing Standard option.
7006
7007 2006-02-12 Richard M. Stallman <rms@gnu.org>
7008
7009 * subr.el (substitute-key-definition): Doc fix.
7010
7011 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7012
7013 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7014
7015 * info.el (Info-mode): Doc fix.
7016
7017 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7018
7019 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7022 because on Solaris a POSIX compatible "id" is needed. Reported by
7023 Magnus Henoch <mange@freemail.hu>.
7024
7025 2006-02-12 Juri Linkov <juri@jurta.org>
7026
7027 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7028 (tumme) <defgroup>: Change :group to `multimedia'.
7029 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7030 Managing Standard.
7031 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7032 Fix dostring.
7033 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7034 and %y. Fix docstring.
7035 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7036 (tumme-cmd-create-standard-thumbnail-command): New user options.
7037 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7038 is `standard'. Fix docstring.
7039 (tumme-thumb-width, tumme-thumb-height): New user options.
7040 (tumme-external-viewer): Try to find various viewers.
7041 (tumme-get-thumbnail-image): Use `create-image' instead of
7042 constructing the `image' structure.
7043 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7044 `standard'.
7045 (tumme-thumb-name): Add file name generation for standard storage.
7046 Simplify code for other storages.
7047 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7048 Add modification time %m and thumbnail-nq8 %q.
7049 Use `tumme-cmd-create-standard-thumbnail-command' if
7050 tumme-thumbnail-storage is `standard'.
7051 (tumme-dired-insert-marked-thumbs): New autoload command.
7052 (tumme-dired-after-readin-hook): New function.
7053 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7054 `tumme-thumb-size'.
7055 (tumme-display-image): Replace size-x %x and size-y %y with
7056 width %w and height %h.
7057
7058 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7059 `tumme-dired-insert-marked-thumbs'.
7060
7061 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7062
7063 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7064 include path).
7065 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7066 matching tag.
7067
7068 2006-02-12 Miles Bader <miles@gnu.org>
7069
7070 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7071 New variables.
7072 (rcirc-abbrev-nick): New function.
7073 (rcirc-format-response-string): Rewrite to use the formats in
7074 `rcirc-response-formats' and expand escape sequences therein.
7075 A text-property `rcirc-text' is added over the actual response
7076 text to make easy to find inside the returned string.
7077 (rcirc-print): When filling, just look for the `rcirc-text'
7078 text-property to find the appropriate fill prefix, instead of
7079 using hardwired patterns.
7080
7081 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7082
7083 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7084 Managing Standard.
7085
7086 2006-02-11 Kim F. Storm <storm@cua.dk>
7087
7088 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7089 Don't use insert-buffer; do insert-buffer-substring directly.
7090 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7091
7092 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7093
7094 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7095 with inhibit-read-only. Suggested by Stefan Monnier.
7096 (revert-buffer): Let insert-file-contents discard
7097 buffer-undo-list. Simplify code.
7098 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7099
7100 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7101
7102 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7103
7104 * help.el (describe-key-briefly): Now a wrapper for
7105 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7106 to t. Populate yank-menu if empty.
7107 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7108 (describe-key): Now a wrapper for describe-key-internal. Bind
7109 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7110 (describe-key-internal): Renamed from describe-key.
7111
7112 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7113
7114 * progmodes/glasses.el (glasses-separator): Doc fix.
7115 (glasses-original-separator): New defcustom.
7116 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7117
7118 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7119
7120 * mwheel.el (mouse-wheel-up-event): Doc fix.
7121
7122 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7123
7124 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7125 (tumme-dir): New function. Copied from thumbs.el.
7126
7127 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * desktop.el (desktop-outvar): Fix typo.
7130 (desktop-save-buffer-p): Doc fix.
7131
7132 * subr.el (substitute-key-definition): Fix typo.
7133
7134 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7135
7136 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7137 when window-system is mac.
7138
7139 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7140
7141 2006-02-10 Kim F. Storm <storm@cua.dk>
7142
7143 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7144 indirect-function instead of using condition-case.
7145
7146 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7147
7148 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7149 less `colloquial'...
7150
7151 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7152
7153 * tumme.el: Add a couple of todo items.
7154
7155 2006-02-09 Lars Hansen <larsh@soem.dk>
7156
7157 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7158 (highlight-changes-mode): Don't change desktop-locals-to-save.
7159
7160 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * image-mode.el (image-toggle-display): Clear image cache if using
7163 filename.
7164
7165 2006-02-09 Masatake YAMATO <jet@gyve.org>
7166
7167 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7168 a `dired-man' target.
7169
7170 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7171 boundary of symbols.
7172
7173 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7174
7175 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7176
7177 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7178
7179 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7180 `mapcar'; return nil.
7181
7182 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7185 some other event.
7186
7187 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7188
7189 * net/rcirc.el (rcirc-startup-channels-alist):
7190 Add irc.freenode.net and #emacs as defaults.
7191 (rcirc-ignore-all-activity-flag): Remove variable.
7192 (rcirc-authinfo): New variable.
7193 (rcirc-authinfo-filename): Remove variable.
7194 (rcirc-always-use-server-buffer-flag): New flag.
7195 (rcirc): M-x rcirc will automatically connect without prompting.
7196 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7197 connection in lisp.
7198 (rcirc-process-server-response-1): Remove everything but the nick
7199 portion of the sender so it doesn't need to be done everywhere
7200 else. Update related code.
7201 (global-map): Remove global keybindings.
7202 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7203 (rcirc-send-input): Split into several functions.
7204 (rcirc-process-input-line, rcirc-process-message)
7205 (rcirc-process-command): New functions.
7206 (rcirc-target-buffer): New function to determine where to route
7207 messages.
7208 (rcirc-user-nick): Save match data.
7209 (rcirc-toggle-ignore-buffer-activity)
7210 (rcirc-update-activity-string): Remove global ignore functionality,
7211 which can be done now by toggling rcirc-track-minor-mode.
7212 (rcirc-track-minor-mode-map): New keymap.
7213 (rcirc-track-minor-mode): New minor-mode.
7214 (ignore): Make the ignore output nicer. Always print it when
7215 adding or removing nicks.
7216 (rcirc-url-regexp): Improve.
7217 (rcirc-mangle-text): Remove properties before using text in the
7218 modeline.
7219 (rcirc-authenticate): Authentication data comes from
7220 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7221 (rcirc-server-prefix): Inherit from rcirc-server.
7222
7223 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7224
7225 * Makefile.in (compile): Append "|| true" to the end of the `find'
7226 command, like compile-always does.
7227
7228 2006-02-08 Sam Steingold <sds@gnu.org>
7229
7230 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7231 output from a dead connection.
7232
7233 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7234
7235 * dired.el (dired-mode-map): Add more bindings for tumme.
7236
7237 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * wdired.el (wdired-mode-map): Use remap.
7240 (wdired-get-filename): Massage.
7241 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7242 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7243 `keymap' property rather than `local-map'.
7244
7245 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7246
7247 * tumme.el (tumme-get-thumbnail-image): New utility function.
7248 Suggested by from Chong Yidong.
7249 (tumme-dired-with-window-configuration): Rename from
7250 `tumme-dired'. Add code to save window configuration.
7251 (tumme-restore-window-configuration): New command to restore the
7252 window configuration that `tumme-dired-with-window-configuration'
7253 saves before it changes the window configuration.
7254 (tumme-show-all-from-dir): New command to display thumbnails for
7255 all files in a directory entered by the user, like M-x thumbs.
7256 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7257 have been created.
7258 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7259 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7260 Remove obsolete test function.
7261
7262 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7263
7264 * vc.el (small-temporary-file-directory): Remove defvar; there's
7265 a defcustom for it in files.el.
7266
7267 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7268 Fix typo in message.
7269 (tumme-gallery-generate): Fix typo in `error' message.
7270 (tumme-display-window-height-correction)
7271 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7272 (tumme-line-up-interactive): Dox fixes.
7273 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7274 (tumme-restore-window-configuration, tumme-format-properties-string)
7275 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7276 Fix typos in docstrings.
7277
7278 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7279
7280 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7281
7282 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7285 User should use hook if desired.
7286
7287 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7288 buffer if necessary.
7289 (gdb-delete-frame-or-window): New function.
7290 (gdb-breakpoints-mode-map): Bind "q" to it.
7291
7292 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * textmodes/nroff-mode.el: Clean up name space.
7295 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7296 (nroff-mode): Obey the global setting of nroff-electric-mode.
7297 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7298
7299 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7300
7301 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7302
7303 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7304
7305 2006-02-06 Lars Hansen <larsh@soem.dk>
7306
7307 * generic-x.el (etc-fstab-generic-mode): Add file system types
7308 cifs and usbdevfs. Allow special chars in file names.
7309
7310 2006-02-05 Jay Belanger <belanger@truman.edu>
7311
7312 Update copyright notices of the files in lisp/calc.
7313
7314 2006-02-05 Romain Francoise <romain@orebokech.com>
7315
7316 Update copyright notices of all files in the lisp/play directory.
7317
7318 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * ldefs-boot.el: Regenerate.
7321
7322 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7323
7324 2006-02-05 Kim F. Storm <storm@cua.dk>
7325
7326 * files.el (magic-mode-regexp-match-limit): New defvar.
7327 (set-auto-mode): Use it to limit magic-mode-alist matching.
7328
7329 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7330
7331 * simple.el (display-message-or-buffer): Compare the number of
7332 characters to the frame width when determining whether a 1-line
7333 message string will fit in the echo area. Count screen lines
7334 instead of buffer lines when determining whether a multi-line
7335 message will fit in the echo area/minibuffer window.
7336
7337 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7338
7339 * info.el (Info-index, Info-mode): Improve the description of the
7340 `i' command.
7341
7342 * ldefs-boot.el: Regenerate.
7343
7344 2006-02-03 Werner Lemberg <wl@gnu.org>
7345
7346 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7347 greedy to find the closing bracket in \*[...] and similar
7348 expressions. This is a first rough fix -- many additional
7349 refinements are necessary to make nroff mode really usable with groff.
7350
7351 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7352
7353 * international/mule-cmds.el (set-locale-environment):
7354 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7355 libX11.
7356
7357 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7358
7359 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7360 archive are created in archive-tmpdir.
7361
7362 2006-02-02 John Paul Wallington <jpw@pobox.com>
7363
7364 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7365 (ibuffer-fontification-alist): Use it.
7366 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7367 to "* z" and the Ibuffer Mark menu.
7368
7369 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7370
7371 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * textmodes/table.el (*table--cell-describe-mode)
7374 (*table--cell-describe-bindings): Undo last change since
7375 print-help-return-message is not obsoleted by anything at all.
7376
7377 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7378
7379 * emulation/cua-base.el (cua-mode): Doc fix.
7380
7381 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * dframe.el (dframe-handle-make-frame-visible)
7384 (dframe-handle-iconify-frame, dframe-get-focus)
7385 (dframe-select-attached-frame, dframe-power-click)
7386 (dframe-frame-mode): Fix typos in docstrings.
7387
7388 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7389 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7390 Fix typos in docstrings.
7391
7392 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7393 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7394 (hi-lock-archaic-interface-message-used)
7395 (hi-lock-file-patterns-range): Fix typos in docstrings.
7396
7397 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7398 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7399
7400 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7401 Fix typo in docstring.
7402
7403 * net/newsticker.el (newsticker--decode-iso8601-date)
7404 (newsticker--set-customvar, newsticker--buffer-insert-item)
7405 (newsticker--do-run-auto-mark-filter)
7406 (newsticker--parse-generic-feed): Doc fixes.
7407 (newsticker--retrieval-timer-list, newsticker-url-list)
7408 (newsticker-hide-immortal-items-in-echo-area)
7409 (newsticker-hide-obsolete-items-in-echo-area)
7410 (newsticker-new-item-face, newsticker--enclosure)
7411 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7412 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7413 (newsticker--parse-generic-feed, newsticker--cache-contains)
7414 (newsticker--stat-num-items, newsticker-download-enclosures):
7415 Fix typos in docstrings.
7416
7417 * net/rcirc.el (rcirc-debug): Doc fix.
7418 (rcirc-fill-column, rcirc-receive-message-hooks)
7419 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7420 (rcirc-mode, rcirc-generate-new-buffer-name)
7421 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7422 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7423 Fix typos in docstrings.
7424 (rcirc-print): "?\ " -> "?\s".
7425 (rcirc-cmd-join): Improve argument/docstring consistency.
7426
7427 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7428
7429 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7430 before narrow-to-region.
7431
7432 2006-02-01 Richard M. Stallman <rms@gnu.org>
7433
7434 * simple.el (move-beginning-of-line): Scan properly for invis change.
7435
7436 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7437
7438 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7439
7440 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7441 change bit only when id-format is 'integer. Reported by Matt
7442 Hodges <M.P.Hodges@rl.ac.uk>.
7443
7444 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * hilit-chg.el (highlight-changes-initial-state)
7447 (highlight-changes-global-initial-state): Doc fixes.
7448 (highlight-changes-global-modes, global-highlight-changes):
7449 Fix typos in docstrings.
7450
7451 2006-02-01 Kim F. Storm <storm@cua.dk>
7452
7453 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7454 transient-mark-mode in doc string.
7455
7456 2006-01-31 Richard M. Stallman <rms@gnu.org>
7457
7458 * replace.el (multi-occur): Doc fix.
7459 (multi-occur-in-matching-buffers): Rename from
7460 multi-occur-by-filename-regexp. Prefix arg says match
7461 buffer names instead of file names.
7462
7463 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * bs.el: Allow non-default values of `bs-header-lines-length'.
7466 (bs--running-in-xemacs): Remove (not needed anymore).
7467 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7468 instead of `shrink-window', thus avoiding having to compute the
7469 height of the window.
7470 (bs--up): Wrap around even when there's no header.
7471 (bs--down): Use `forward-line' instead of `next-line'.
7472
7473 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * image-mode.el (image-toggle-display): Use file name if possible,
7476 instead of unnecessarily allocating a (possibly huge) lisp string.
7477
7478 2006-01-30 John Paul Wallington <jpw@pobox.com>
7479
7480 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7481 because the `assert' macro signals it at runtime.
7482
7483 * emacs-lisp/cl.el (toplevel): Remove definition of
7484 `cl-assertion-failed' condition.
7485
7486 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * thumbs.el (thumbs-marked-list): Make buffer-local and
7489 permanent-local.
7490 (thumbs-insert-thumb): Make help-echo non-sticky.
7491 (thumbs-file-alist): Use eolp as check for (non)-image.
7492
7493 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7494
7495 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7496 (ediff-before-session-group-setup-hooks)
7497 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7498 Fix typos in docstrings.
7499
7500 * window.el (bw-dir, bw-eqdir, balance-windows)
7501 (split-window-keep-point): Fix typos in docstrings.
7502
7503 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7504 (org-quote-string, org-calendar-to-agenda-key)
7505 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7506 (org-show-following-heading, org-tags-column)
7507 (org-use-tag-inheritance, org, org-allow-space-in-links)
7508 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7509 (org-enable-table-editor, org-calc-default-modes)
7510 (org-table-allow-automatic-line-recalculation)
7511 (org-export-html-style, org-export-with-fixed-width)
7512 (org-export-with-sub-superscripts, org-special-keyword)
7513 (org-formula, org-time-grid, org-table-may-need-update)
7514 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7515 (org-goto-quit, org-get-indentation, org-end-of-item)
7516 (org-move-item-down, org-move-item-up)
7517 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7518 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7519 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7520 (org-agenda-log-mode, org-agenda-toggle-diary)
7521 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7522 (org-agenda-file-to-end, org-agenda-no-heading-message)
7523 (org-agenda-get-closed, org-format-agenda-item)
7524 (org-cmp-priority, org-cmp-category, org-cmp-time)
7525 (org-agenda-change-all-lines, org-agenda-diary-entry)
7526 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7527 (org-link-search, org-camel-to-words, org-open-file)
7528 (org-remember-handler, org-table-convert-region)
7529 (org-table-move-row-down, org-table-move-row-up)
7530 (org-table-copy-region, org-table-wrap-region)
7531 (org-table-toggle-vline-visibility)
7532 (org-table-get-vertical-vector, org-table-modify-formulas)
7533 (org-table-get-specials, org-recalc-commands)
7534 (org-table-rotate-recalc-marks, org-table-eval-formula)
7535 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7536 (org-level-color-stars-only, org-insert-heading):
7537 Fix typos in docstrings.
7538 (last-arg): Add defvar.
7539
7540 * makefile.w32-in (WINS): Add erc.
7541 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7542
7543 2006-01-29 Bill Wohler <wohler@newt.com>
7544
7545 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7546 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7547 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7548 (mh-autoloads): Don't use comments on otherwise empty lines.
7549
7550 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7551
7552 * emulation/viper.el (viper-major-mode-modifier-list): Add
7553 insert-state and vi-state entries for erc-mode.
7554 (viper-go-away, viper-set-hooks): Add and remove
7555 viper-comint-mode-hook from erc-mode-hook as appropriate.
7556
7557 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7558
7559 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7560
7561 * bs.el (bs--format-aux): Implement `middle' alignment as
7562 described in the docstring for `bs-attributes-list'.
7563 (bs--get-name): Simplify. Don't pad the buffer name.
7564
7565 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7566
7567 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7568 English aspell dictionary is installed, use the first entry of
7569 ispell-dictionary-alist-1.
7570
7571 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7572
7573 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7574 Doc fix.
7575
7576 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7577
7578 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7579 for `process-file', in order to let it work for older Emacsen too.
7580
7581 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7582
7583 * international/latexenc.el: Add a suitable `coding:' tag.
7584 (latexenc-find-file-coding-system): Undo last change.
7585
7586 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7587
7588 * international/latexenc.el (latexenc-find-file-coding-system):
7589 Make sure latexenc-main-file is a regular file and is readable.
7590
7591 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7592
7593 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7594 Pass FILE to vc-user-login-name.
7595
7596 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7597
7598 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7601 there are no more images to display.
7602 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7603 the next image.
7604
7605 2006-01-26 Richard M. Stallman <rms@gnu.org>
7606
7607 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7608
7609 * wid-edit.el (advertised-widget-backward): New alias.
7610 (widget-keymap): Use advertised-widget-backward for S-TAB.
7611
7612 * tumme.el: Correct the keywords.
7613 (tumme-dir-max-size): Use defvar.
7614 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7615
7616 * simple.el (move-beginning-of-line): Take account of fields.
7617 (clone-indirect-buffer-other-window): Take args like
7618 clone-indirect-buffer, and work like it.
7619
7620 * help-fns.el (describe-function): Don't pass `nil' as default.
7621
7622 * files.el (risky-local-variable-p): Follow var aliases.
7623
7624 * subr.el (lazy-completion-table): Doc fix.
7625
7626 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7627 global binding of `line'.
7628
7629 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7630
7631 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7632 Tramp.
7633
7634 * vc.el (vc-default-dired-state-info): Pass FILE to
7635 vc-user-login-name.
7636 (vc-default-update-changelog): Don't use vc-user-login-name, we
7637 don't need it here.
7638
7639 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7640 no longer necessary.
7641
7642 2006-01-25 Kenichi Handa <handa@m17n.org>
7643
7644 * international/mule.el (decode-char): Avoid the overhead of
7645 calling utf-lookup-subst-table-for-decode if
7646 utf-translate-cjk-mode is nil.
7647 (encode-char): Avoid the overhead of calling
7648 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7649 nil.
7650
7651 2006-01-22 Kenichi Handa <handa@m17n.org>
7652
7653 * international/mule.el (make-subsidiary-coding-system): Reset
7654 `coding-system-define-form' property of subsidiaries to nil.
7655 Avoid duplicated entry in coding-system-alist.
7656 (make-coding-system): Avoid duplicated entry in
7657 coding-system-alist.
7658 (define-coding-system-alias): Likewise.
7659
7660 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * completion.el: Minor fixes in introductory comment.
7663 (completion-def-wrapper): Fix alist.
7664
7665 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * thumbs.el (thumbs-new-image-size): New function.
7668 (thumbs-increment-image-size-element)
7669 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7670 (thumbs-decrement-image-size): Delete.
7671 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7672 temp files and use to resize.
7673 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7674 Use increment argument to enlarge/shrink. Preserve point.
7675 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7676 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7677 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7678 (thumbs-mark, thumbs-unmark): Preserve point.
7679 (thumbs-modify-image): Keep old temp files and use to modify.
7680 Cleanup old temp files at load time. Preserve point.
7681 (thumbs-view-image-mode-map): Use new command names.
7682
7683 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7686
7687 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7688 the nastiest part of the cyclic dependency.
7689 (cal-menu-update): Use dotimes and calendar-increment-month.
7690
7691 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7692 (calendar-week-start-day): Add an :initializer.
7693 (calendar-mode-map): Use suppress-keymap, and command remapping.
7694 (describe-calendar-mode): Setup xref-stack info for the back button.
7695 (calendar-star-date): Insert before delete.
7696 (calendar-set-mode-line): Add file-modified info if applicable.
7697 (calendar-increment-month): New function.
7698
7699 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7700
7701 * font-lock.el (lisp-font-lock-keywords-2):
7702 Recognize "& keywords" only at word boundaries.
7703
7704 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7705
7706 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7707 and permanent-local.
7708 (thumbs-max-image-number): New variable.
7709 (thumbs-do-thumbs-insertion): Use them.
7710 (thumbs-per-line): Change default to 4.
7711 (thumbs-marked-list): Rename from thumbs-markedL.
7712 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7713 (thumbs-rename-images): Use -list instead of L for internal variables.
7714 (thumbs-call-convert): Use call-process instead of shell-command.
7715 (thumbs-insert-thumb): Add filename as help-echo to each image.
7716 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7717 Give dir to thumbs-show-thumbs-list.
7718 (thumbs-show-thumbs-list): Set default-directory to that of images.
7719 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7720 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7721 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7722 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7723
7724 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * ses.el (ses-read-cell): Provide a default value.
7727
7728 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * term/w32-win.el (image-library-alist): Add additional names for
7731 GIF library.
7732
7733 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7734
7735 * international/latexenc.el (latexenc-find-file-coding-system):
7736 Add file-regular-p check.
7737
7738 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * simple.el (clone-buffer): Don't show the new buffer in the same
7741 window.
7742
7743 2006-01-23 Juri Linkov <juri@jurta.org>
7744
7745 * faces.el (link, link-visited): New faces based on default values
7746 of `info-xref' and `info-xref-visited'.
7747
7748 * info.el (info-xref): Inherit from `link'.
7749 (info-xref-visited): Inherit from `link-visited'.
7750
7751 * cus-edit.el (custom-buffer-create-internal): Use widget type
7752 `custom-manual' instead of `info-link' and don't set properties
7753 `button-face' and `mouse-face' explicitly.
7754 (custom-browse-group-tag, custom-browse-variable-tag)
7755 (custom-browse-face-tag): Inherit from widget class
7756 `custom-group-link' instead of `push-button'.
7757 (custom-button-unraised): Inherit from `underline' face.
7758 (custom-link): Inherit from `link' face. Fix doc and group.
7759 (custom-add-parent-links, custom-group-value-create): Don't set
7760 properties `button-face' and `mouse-face' explicitly for
7761 `custom-group-link' widget.
7762 (custom-group-link): Add properties `button-face' and `mouse-face'
7763 to widget definition.
7764 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7765 editable-field's :keymap property.
7766 (custom-mode): Fix docstring: substitute keybindings for
7767 `widget-forward' and `widget-backward' from `widget-keymap',
7768 `widget-complete' from `custom-field-keymap', replace old
7769 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7770
7771 * desktop.el (desktop-load-file): Check for `fboundp' before
7772 calling `symbol-function'.
7773
7774 * simple.el (clone-buffer, clone-indirect-buffer)
7775 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7776 `read-string'. Fix prompts.
7777
7778 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7779
7780 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7783
7784 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * startup.el (inhibit-splash-screen, initial-scratch-message):
7787 Doc fixes.
7788
7789 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7790
7791 Sync with Tramp 2.0.52.
7792
7793 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7794 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7795 `tramp-unload-tramp' for checklist.
7796
7797 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7798 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7799 (tramp-unload-file-name-handler-alist)
7800 (tramp-unload-tramp): New defuns.
7801 (tramp-advice-PC-expand-many-files): New defadvice.
7802 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7803 removed.
7804 (tramp-handle-expand-file-name): Remove double slash.
7805 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7806 It doesn't matter, because it will be converted later on.
7807 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7808 implementation was just heuristic.
7809 (tramp-post-connection): Set uid and gid properties.
7810 (tramp-convert-file-attributes): Set file's gid change bit.
7811 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7812 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7813 in case of su(do)? methods. The home directory of the local user
7814 will be taken else.
7815 (tramp-open-connection-telnet)
7816 (tramp-open-connection-rsh, tramp-open-connection-su)
7817 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7818 local shell prompt could hurt. Reported by Romain Francoise
7819 <romain@orebokech.com>.
7820 (tramp-let-maybe): Add `edebug-form-spec' property.
7821 (tramp-handle-expand-file-name): Bind `default-directory' locally
7822 to "/" in order to avoid problems with UNC shares or Cygwin
7823 mounts.
7824 (tramp-md5-function): Fix typo in error message.
7825
7826 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7827
7828 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7829 for byte-compiler pacification.
7830
7831 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7832
7833 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7834 ID-FORMAT `string'. This allows us to get rid of
7835 `vc-user-login-name UID'.
7836
7837 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7838
7839 2006-01-22 John Paul Wallington <jpw@pobox.com>
7840
7841 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7842
7843 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7844
7845 * emacs-lisp/find-func.el (find-definition-noselect)
7846 (find-variable-noselect): Search variables in C source code too.
7847 (find-function-C-source, find-function-noselect, find-function)
7848 (find-function-other-frame, find-variable-noselect, find-variable)
7849 (find-variable-other-frame, find-variable-at-point):
7850 Fix docstrings.
7851
7852 2006-01-21 Francesco Potorti` <pot@gnu.org>
7853
7854 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7855
7856 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7857
7858 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7859 Default to disabling the "Save affix" question.
7860
7861 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7862
7863 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7864 the first arg to run-python.
7865
7866 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7867
7868 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7869 is not loaded.
7870
7871 2006-01-20 Jay Belanger <belanger@truman.edu>
7872
7873 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7874 limit is 0.
7875
7876 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7877 the correct variable.
7878
7879 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7880
7881 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7882 link. Fixed buggy argument sequence in call to `org-view-tags'.
7883 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7884 (org-prefix-has-tag): New variable.
7885 (org-format-agenda-item): Remove tags from headline if
7886 appropriate.
7887 (org-agenda-remove-tags-when-in-prefix): New option.
7888 (org-get-tags-at): New function.
7889
7890 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7891
7892 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7893 (thumbs-find-image): Move image name and number from buffer name
7894 to mode name. Set thumbs-buffer. Preserve point so that large
7895 images remain visible.
7896 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7897 order.
7898 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7899 mode name.
7900 (thumbs-next-image, thumbs-previous-image): Make them work.
7901
7902 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7903
7904 * cus-edit.el (custom-buffer-create-internal): State in the text above
7905 the whole buffer buttons that they do not operate on hidden items.
7906 (custom-face-menu): Use `custom-face-save' instead of
7907 `custom-face-save-command'.
7908 (custom-face-save-command): Make it an alias for `custom-face-save'
7909 and declare it obsolete.
7910 (custom-face-save): Doc fix.
7911
7912 * dired.el (dired-no-confirm): Add quote.
7913 (dired-subdir-alist-pre-R): Add quote in
7914 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7915
7916 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * textmodes/table.el (table-mode-indicator): Typo in last change.
7919
7920 2006-01-19 Richard M. Stallman <rms@gnu.org>
7921
7922 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7923 Fixes bug reported in Nov 2005.
7924
7925 * isearch.el (isearch-forward): Doc fix.
7926
7927 * dired.el (dired-move-to-filename-regexp): Define as alias.
7928 (dired-no-confirm): Use defcustom.
7929 (dired-subdir-alist-pre-R): Put defvar at top level.
7930
7931 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7932
7933 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7934 Mark as risky.
7935
7936 * simple.el (set-mark-command): Doc fix.
7937 (clone-indirect-buffer-other-window):
7938 Read arg like clone-indirect-buffer.
7939 (move-beginning-of-line): Skip invisible newlines.
7940
7941 2006-01-19 Masatake YAMATO <jet@gyve.org>
7942
7943 * progmodes/cpp.el (cpp-edit-load): Make the order of
7944 listed conditions in a base C code buffer and its associate
7945 CPP Edit buffer the same.
7946
7947 2006-01-19 Kenichi Handa <handa@m17n.org>
7948
7949 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7950 (rmail-mime-feature): Likewise.
7951 (rmail-require-mime-maybe): Use display-warning to show a warning
7952 message.
7953
7954 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7955 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7956
7957 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * array.el: Move defvars out of eval-when-compile.
7960 (array-make-template): Replace undeclared global var with a local one.
7961 (array-mode): Inline initialization functions.
7962 (array-init-local-variables, array-init-max-row)
7963 (array-init-max-column, array-init-columns-per-line)
7964 (array-init-field-width, array-init-rows-numbered)
7965 (array-init-line-length, array-init-lines-per-row): Remove.
7966
7967 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7968 (doc-mode-map): Define explicitly.
7969 (doctor-txtype): Use mapc.
7970
7971 * textmodes/table.el: Move defvars out of eval-when-compile.
7972 Remove harmful code meant to avoid byte-compiler warnings.
7973 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7974 specification that checks table-fixed-width-mode directly.
7975 (table-recognize-region, table-recognize-cell):
7976 Use restore-buffer-modified-p.
7977 (table-fixed-width-mode): Remove code that refreshes
7978 table-fixed-mode-indicator.
7979 (*table--cell-describe-bindings, *table--cell-describe-mode):
7980 Avoid obsolete name print-help-return-message.
7981 (table--test-cell-list): Don't use replace-regexp from elisp.
7982 (table--point-entered-cell-function, table--point-left-cell-function):
7983 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7984
7985 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7986 that was after the end of file. Use buffer-file-name variable.
7987 (org-timestamp-change): Use with-current-buffer.
7988 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7989 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7990 `file'.
7991
7992 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7993 (fortran-break-line): Remove unused var `opoint'.
7994 (fortran-abbrev-start): Obey help-event-list.
7995
7996 2006-01-18 Jesper Harder <harder@phys.au.dk>
7997
7998 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7999
8000 2006-01-18 Masatake YAMATO <jet@gyve.org>
8001
8002 * progmodes/make-mode.el (makefile-imake-mode): New mode
8003 derived from makefile-mode.
8004 (makefile-imake-mode-syntax-table): New syntax table
8005 derived from makefile-mode-syntax-table.
8006 (makefile-mode): Write about makefile-imake-mode in doc string.
8007 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8008 (makefile-imake-font-lock-keywords): New font lock keywords.
8009
8010 * files.el (auto-mode-alist): Add Imakefile.
8011
8012 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8013
8014 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8015 loading the file rather than when turning on flyspell-mode.
8016
8017 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8018
8019 * cus-edit.el (customize-rogue): Minor doc fix.
8020
8021 2006-01-17 Juri Linkov <juri@jurta.org>
8022
8023 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8024 instead of the file at the mark as default if the file at the mark
8025 is the same as the file at point or if dired-dwim-target-directory
8026 is not the same as the current directory and the mark is not active.
8027
8028 * log-view.el (log-view-minor-wrap): Use the same logic to get
8029 revisions as `log-view-diff'.
8030
8031 * info.el (Info-revert-find-node): Check for Info-current-file
8032 before preserving new-history.
8033
8034 * man.el (Man-heading-regexp): Add `/'.
8035
8036 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8037 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8038
8039 2006-01-16 Juri Linkov <juri@jurta.org>
8040
8041 * faces.el (mode-line-faces): New defgroup.
8042 (mode-line-highlight): Move definition after new defgroup.
8043 (mode-line, mode-line-inactive, mode-line-highlight):
8044 Replace :group `modeline' with `mode-line-faces'.
8045 (mode-line-buffer-id): New face.
8046 (modeline-buffer-id): New face alias.
8047 (vertical-border): Remove :group `modeline'.
8048
8049 * bindings.el (propertized-buffer-identification): Use face
8050 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8051 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8052 (mode-line-buffer-identification-keymap): For mouse-1 replace
8053 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8054 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8055 mouse-3.
8056
8057 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8058 Buffer-menu-buffer. Doc fix.
8059 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8060 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8061 `Buffer-menu-buffer'.
8062
8063 * info.el (Info-mode-line-node-keymap): New defvar.
8064 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8065 Propertize Info-current-node with `mode-line-buffer-id' and
8066 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8067
8068 * time.el (display-time-mail-face): Replace :group `faces' with
8069 `mode-line-faces'.
8070
8071 2006-01-16 Kenichi Handa <handa@m17n.org>
8072
8073 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8074
8075 * language/european.el (cp1252): New alias for windows-1252.
8076
8077 * international/mule.el (autoload-coding-system): Prepare for EOL
8078 variants.
8079
8080 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8081
8082 * term.el (term-raw-map): Add mapping for insert.
8083 (term-send-insert): New.
8084 (term-mode): Make variables local here instead of doing it in
8085 `term-emulate-terminal'.
8086 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8087 Scroll reverse needs to take into account the scroll region.
8088 Saving and restoring the cursor should save the color attributes too.
8089 (term-reset-terminal): Reset the scroll region.
8090 (term-handle-ansi-escape): Cursor up and down should take into
8091 account the scroll region.
8092 (term-set-scroll-region): Rename from `term-scroll-region'.
8093 Move to 0,0 after setting the region.
8094 (term-handle-scroll): Handle scroll up.
8095 (term-down): Fix off by one error.
8096 (term-delete-lines): Do not delete outside the scroll region.
8097 (term-insert-lines): Take into account the scroll region.
8098
8099 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * textmodes/ispell.el (ispell-internal-change-dictionary)
8102 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8103 (start, end): Move declaration outside of eval-when-compile.
8104
8105 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8106 (flyspell-mode-on): Use it.
8107
8108 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8109 ispell-kill-ispell-hook.
8110
8111 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8112
8113 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8114 (Custom-reset-saved): Do not ask for confirmation in single option
8115 buffers.
8116
8117 2006-01-13 Richard M. Stallman <rms@gnu.org>
8118
8119 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8120
8121 2006-01-13 Romain Francoise <romain@orebokech.com>
8122
8123 * add-log.el (add-change-log-entry, change-log-merge):
8124 Conditionally use `hard-newline'.
8125
8126 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8127
8128 * wid-edit.el (widget-field-end): If the overlay is no longer
8129 associated with a buffer, behave as if the overlay didn't exist.
8130
8131 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8132 Make sure the links use the `custom-link' face.
8133
8134 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8137 (ld-script-mode): Don't set indent-line-function since we don't
8138 have one.
8139
8140 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8141
8142 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8143 application.
8144 (org-file-apps-defaults-gnu): Use mailcap as the default for
8145 selecting an application on a UNIX system.
8146 (org-agenda-show-tags): New command.
8147 (org-table-insert-hline): Keep cursor in current table line.
8148 (org-table-convert): Offset effect of modifying
8149 `org-table-insert-hline'.
8150 (org-format-agenda-item): New optional argument TAG.
8151 (org-compile-prefix-format): Handle %T format for the tag.
8152 (org-expand-wide-chars): New function.
8153 (org-table-insert-row, org-table-insert-hline):
8154 Use `org-expand-wide-chars'.
8155 (org-open-file): Fix bug in program launch.
8156 (org-get-time-of-day): Fix bug with times before 1am.
8157 (org-agenda-menu): Add tags commands.
8158
8159 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8160
8161 * textmodes/ispell.el (ispell-init-process): Include the used
8162 dictionary in ispell process start message.
8163 (ispell-internal-change-dictionary): When flyspell-mode is active
8164 and dictionary is changed, make sure ispell process is restarted
8165 and flyspell word cache cleared out for the current buffer.
8166 (ispell-change-dictionary): Make sure flyspell word cache is
8167 cleared out in all buffers with active flyspell mode when
8168 dictionary is globally changed.
8169 Call ispell-internal-change-dictionary after dictionary change.
8170
8171 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8172
8173 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8174
8175 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8176 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8177 years. Fix small differences wrt Makefile.in.
8178 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8179 Makefile.in does.
8180
8181 2006-01-12 Bill Wohler <wohler@newt.com>
8182
8183 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8184 mh-search.el.
8185
8186 2006-01-12 Masatake YAMATO <jet@gyve.org>
8187
8188 * progmodes/ld-script.el: Update copyright year.
8189
8190 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8191
8192 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8193 Don't add widget if setting undefined.
8194
8195 2006-01-12 John Paul Wallington <jpw@pobox.com>
8196
8197 * help-fns.el (describe-variable): Remove newlines from void
8198 variable output.
8199
8200 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8201
8202 * wdired.el (wdired-mode-map): Add help echo for
8203 wdired-abort-changes.
8204
8205 * man.el (Man-file-name-regexp): Adjust for a list of files.
8206
8207 2006-01-12 Masatake YAMATO <jet@gyve.org>
8208
8209 * progmodes/ld-script.el (auto-mode-alist): Support
8210 suffix conventions used in netbsd and eCos.
8211
8212 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8215 (custom-variable-menu, custom-face-menu, custom-group-menu)
8216 (Custom-mode-menu): Change names of menu items. (As discussed on
8217 emacs-devel.)
8218 (custom-face-menu): Add "Undo Edits" item.
8219
8220 * startup.el (init-file-user): defcustom -> defvar.
8221
8222 * tooltip.el (tooltip-mode): Doc fix.
8223
8224 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * reveal.el (reveal-post-command): window-buffer signals an error on
8227 dead windows rather than returning nil.
8228 (reveal-open-new-overlays): An overlay might die while we open others.
8229
8230 2006-01-11 Bill Wohler <wohler@newt.com>
8231
8232 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8233 phrasing in docstring.
8234
8235 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8236 can give some systems gas. Add new file mh-buffers.el.
8237
8238 2006-01-06 Masatake YAMATO <jet@gyve.org>
8239
8240 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8241 C preprocessor forward ported from GNU Emacs 21.2.
8242
8243 * progmodes/asm-mode.el (asm-font-lock-keywords):
8244 Use `cpp-font-lock-keywords'.
8245
8246 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8247
8248 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8249 of $ for "\\.ld[s]?".
8250
8251 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8254 (tcl-indent-line): Return `noindent' if inside a string.
8255
8256 * progmodes/flymake.el (flymake-split-string): Remove more than one
8257 empty string at beg/end of the result.
8258 (flymake-find-buildfile, flymake-find-possible-master-files):
8259 Use expand-file-name.
8260 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8261 since expand-file-name does it for us. Use directory-file-name.
8262 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8263 (flymake-ler-get-type, flymake-ler-get-text)
8264 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8265 (flymake-current-line-no): Remove spurious interactive spec.
8266 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8267 (flymake-check-include): Remove arg inc-path merged into inc-name.
8268 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8269 Arg regexp-list replaced by a simple regexp.
8270 (flymake-master-make-header-init, flymake-master-tex-init):
8271 Correspondingly replace regexp-list with a regexp. Fix regexp.
8272
8273 2006-01-10 Simon Josefsson <jas@extundo.com>
8274
8275 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8276 describing AUTH PLAIN fix.
8277
8278 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8279
8280 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8281 (report-emacs-bug): Don't record initial prompt text.
8282 Instead, add text properties to prompting text.
8283 (report-emacs-bug-hook): Delete prompting text.
8284
8285 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8288 `dirs'. Adjust callers.
8289
8290 2006-01-09 John Paul Wallington <jpw@gnu.org>
8291
8292 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8293
8294 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * reveal.el (reveal-open-new-overlays): New extracted fun.
8297 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8298 using them. Simplify the code.
8299 (reveal-post-command): Use them. Fix up obsolete windows in
8300 reveal-open-spots.
8301
8302 * progmodes/flymake.el: Use `require' rather than autoload for
8303 XEmacs's overlays.
8304 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8305 Delete. Use file-relative-name instead.
8306 (flymake-get-syntax-check-program-args, flymake-perl-init):
8307 Simplify the resulting code.
8308
8309 * log-view.el (log-view-file-re, log-view-message-re): Add support
8310 for DaRCS output.
8311
8312 2006-01-09 Alex Schroeder <alex@gnu.org>
8313
8314 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8315 identifiers sometimes added in square brackets at the beginning of
8316 subject lines.
8317
8318 2006-01-07 Richard M. Stallman <rms@gnu.org>
8319
8320 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8321 (Custom-reset-current, Custom-reset-saved): Change question text.
8322 (Custom-reset-standard): Likewise.
8323 (custom-variable-reset-saved): Doc fix.
8324
8325 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8326
8327 * startup.el (init-file-user): Doc fix.
8328
8329 2006-01-07 Alex Schroeder <alex@gnu.org>
8330
8331 * mail/rmail.el (rmail-current-subject): New function.
8332 (rmail-current-subject-regexp): New function.
8333 (rmail-next-same-subject): Use it.
8334
8335 * mail/rmailsum.el (rmail-summary-by-topic):
8336 Use rmail-current-subject and rmail-current-subject-regexp.
8337 (rmail-summary-next-same-subject): Ditto.
8338
8339 * net/rcirc.el (rcirc-send-input): No longer check whether the
8340 process is open, since not all commands need an open process.
8341 (rcirc-send-string): Check whether the process is open before
8342 sending anything.
8343 (rcirc-ignore-list): New option.
8344 (rcirc-ignore-list-automatic): New variable.
8345 (rcirc-print): Take rcirc-ignore-list into account.
8346 (rcirc-cmd-ignore): New command.
8347 (rcirc-ignore-update-automatic): New function.
8348 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8349 list if ignored nicks.
8350 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8351
8352 2006-01-06 David Reitter <david.reitter@gmail.com>
8353
8354 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8355 reflect the address to which the report will be sent.
8356
8357 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8358
8359 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8360 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8361
8362 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8363
8364 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8365
8366 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8367 the doc string: "functoin" => "function".
8368 * ldefs-boot.el: Likewise.
8369
8370 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8371 message text: "Duplicat" => "Duplicate".
8372
8373 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8374
8375 * files.el (basic-save-buffer-2): If backing-up failed, reset
8376 buffer-backed-up to nil.
8377
8378 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8379
8380 * progmodes/gud.el (gdb-script-skip-to-head)
8381 (gdb-script-calculate-indentation): Indent for breakpoint command
8382 lists also.
8383
8384 2006-01-05 Bill Wohler <wohler@newt.com>
8385
8386 * Makefile.in (compile-always): Add mh-autoloads dependency.
8387 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8388 provides it.
8389 (updates): Remove mh-autoloads dependency, since it probably has
8390 already run recently (via recompile).
8391
8392 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8395 argument `force' to disable the flyspell-last-buffer optimization.
8396 (flyspell-mode-on): Use it.
8397
8398 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8399 flymake-simple-cleanup.
8400 (flymake-allowed-file-name-masks): Use this new default.
8401 All the functions are now called in the right buffer rather than
8402 passing the buffer as argument.
8403 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8404 (flymake-parse-err-lines): Remove redundant buffer arg.
8405 (flymake-get-program-dir): Comment out unused function.
8406 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8407 Remove redundant buffer argument.
8408 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8409 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8410
8411 2006-01-05 Richard M. Stallman <rms@gnu.org>
8412
8413 * info.el (Info-find-node): Don't record previous node if have none.
8414 (info): Go to directory only if history is empty.
8415
8416 * simple.el (mark): Doc fix.
8417
8418 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8419
8420 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8421 already of desired type.
8422 (mac-ae-list): Coerce parameter to "list" type.
8423 (mac-dispatch-apple-event): Replace cadr part of event with a
8424 dummy position so that event-start returns it.
8425
8426 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8427
8428 * textmodes/org.el (org-end-of-subtree): New function.
8429 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8430 Use `org-end-of-subtree'.
8431 (org-agenda, org-agenda-convert-date): Protect calls to
8432 `fit-window-to-buffer'.
8433 (org-tags-view): Force matching of sublevels when doing a
8434 todo-only search. Define the correct redo command, including the
8435 arguments.
8436 (org-agenda-redo): Display message.
8437 (org-check-for-org-mode): New function.
8438 (org-agenda-type): New variable.
8439 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8440 Set `org-agenda-type'.
8441 (org-agenda-check-type): New function.
8442 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8443 (org-agenda-week-view, org-agenda-day-view)
8444 (org-agenda-next-date-line, org-agenda-previous-date-line)
8445 (org-agenda-log-mode, org-agenda-toggle-diary)
8446 (org-agenda-toggle-time-grid, org-agenda-date-later)
8447 (org-agenda-date-prompt, org-agenda-diary-entry)
8448 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8449 (org-agenda-convert-date, org-agenda-menu):
8450 Use `org-agenda-check-type'.
8451 (org-make-overlay, org-delete-overlay)
8452 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8453 New compatibility functions.
8454 (org-calendar-select-mouse): New command.
8455
8456 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8459 (Custom-reset-standard): Fix y-or-n-p messages.
8460 (custom-link): New face for links.
8461 (custom-buffer-create-internal, custom-manual): Use it.
8462 (custom-face-save): Push to theme-face before setting face spec.
8463
8464 * wid-edit.el (widget-default-mouse-face-get): New function.
8465 (widget-specify-button): Handle mouse-face like button-face.
8466
8467 * custom.el (load-theme): Clear old theme settings if reloading.
8468
8469 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8470
8471 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8472 "Erase Customization" button back to same position it occupies in
8473 the individual State menus.
8474
8475 2006-01-04 Kim F. Storm <storm@cua.dk>
8476
8477 * wid-edit.el (key-sequence): Rework widget to read key binding
8478 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8479 (widget-key-sequence-default-value): Default value for empty sequence.
8480 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8481 (widget-key-sequence-read-event): New command for C-q.
8482 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8483 (widget-key-sequence-value-to-external): New functions.
8484
8485 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8488 Use expand-file-name.
8489 (flymake-delete-temp-directory): Use expand-file-name,
8490 file-name-directory, and directory-file-name.
8491 (flymake-strrchr): Delete.
8492 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8493 to the init-f function.
8494 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8495 (flymake-init-find-buildfile-dir)
8496 (flymake-init-create-temp-source-and-master-buffer-copy)
8497 (flymake-simple-make-init-impl, flymake-simple-make-init)
8498 (flymake-master-make-init, flymake-master-make-header-init)
8499 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8500 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8501 (flymake-xml-init): Remove corresponding redundant buffer argument.
8502 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8503 the default anyway. Clean up regexps.
8504
8505 * progmodes/flymake.el (flymake-temp-source-file-name)
8506 (flymake-master-file-name, flymake-temp-master-file-name)
8507 (flymake-base-dir): New buffer-local vars.
8508 (flymake-buffer-data, flymake-get-buffer-value)
8509 (flymake-set-buffer-value): Replace those hash-tables by the new
8510 buffer-local vars. Update callers.
8511
8512 * progmodes/flymake.el (flymake-check-start-time)
8513 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8514 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8515 Move definition, so we can remove redundant earlier declaration.
8516 (flymake-replace-regexp-in-string, flymake-split-string)
8517 (flymake-get-temp-dir): Use defalias.
8518 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8519 (flymake-xemacs-window-edges): Remove unused function.
8520 (flymake-get-point-pixel-pos): Move.
8521 (flymake-pid-to-names, flymake-reg-names)
8522 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8523 Replace by a simple list flymake-processes and by process-buffer.
8524 Update callers. Other than simplify the code, it uses buffers rather
8525 than buffer-names so it doesn't get confused by uniquify.
8526 (flymake-buffer-data): The global value should just be nil.
8527
8528 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8529 Optimize the body of a defalias like any other code.
8530
8531 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8532 Make sure we've setup font-lock's vars. It may influence which
8533 function we then call.
8534 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8535 here since it's too late anyway.
8536
8537 2006-01-03 Romain Francoise <romain@orebokech.com>
8538
8539 * startup.el (fancy-splash-tail, normal-splash-screen):
8540 Update copyright year.
8541
8542 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8543
8544 * mouse.el (mouse-drag-track): Rename, from
8545 `mouse-drag-region-1'. Includes optional argument required to
8546 enable post-drag event processing (e.g. delete region keys).
8547 Can be used without this argument to track a mouse region and operate
8548 on it as soon as the drag completes.
8549 (mouse-drag-region): Use `mouse-drag-track'.
8550
8551 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8554 Move to `custom-buffer' group.
8555
8556 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8557 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8558 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8559 (custom-theme-face-menu): New variables.
8560 (custom-theme-add-variable, custom-theme-variable-action)
8561 (custom-variable-reset-theme, custom-theme-delete-variable)
8562 (custom-face-reset-theme, custom-theme-face-action)
8563 (custom-theme-delete-face, custom-theme-merge-theme)
8564 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8565
8566 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * custom.el: Move Custom Themes commentary to start of theme code.
8569 (custom-known-themes): Rename `standard' theme to `changed'.
8570 (custom-push-theme): Caller no longer specifies what theme to use
8571 when doing `reset'---the setting is simply removed from the theme.
8572 Delete MODE from `theme-value' and `theme-settings' properties.
8573 (custom-declare-theme): Ignore &rest args since we don't use them.
8574
8575 (custom-loaded-themes): Delete variable.
8576 (custom-theme-load-themes, custom-theme-loaded-p)
8577 (custom-theme-value): Delete functions.
8578
8579 (custom-declare-theme): Signal error on invalid theme names.
8580 (provide-theme): custom-loaded-themes was deleted.
8581 (load-theme): Load the file unconditionally.
8582 (enable-theme): Call `load-theme' if theme is undefined.
8583 (custom-enabled-themes): Only update value for successful loads.
8584 (disable-theme): Complete from enabled themes when interactive.
8585 (custom-variable-theme-value): Calculate theme value directly.
8586
8587 (custom-theme-reset-variables, custom-reset-variables): Mark as
8588 XEmacs compatibility functions. We don't actually use these.
8589
8590 * cus-edit.el (custom-variable-state-set):
8591 Use custom-variable-theme-value instead of custom-theme-value.
8592 (custom-face-state-set): Rename `standard' theme to `changed'.
8593 (custom-save-variables, custom-save-faces): Delete unneeded
8594 references to custom-reset-variables.
8595 (custom-save-resets): Delete function.
8596 (custom-save-variables, custom-save-faces): MODE argument deleted.
8597 (custom-save-variables, custom-save-faces): Ignore theme values.
8598
8599 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8600 compatibility function.
8601
8602 2006-01-01 Richard M. Stallman <rms@gnu.org>
8603
8604 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8605 (Custom-reset-current, Custom-reset-saved): Likewise.
8606 (Custom-reset-standard): Show message if aborted.
8607 (custom-mode): Doc fix, describing those commands.
8608
8609 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8610 put on event-kind property.
8611
8612 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * custom.el (provide-theme): Ban `user' theme name.
8615 (custom-enabling-themes): New variable.
8616 (enable-theme): Don't enable user if custom-enabling-themes is t.
8617 (custom-enabled-themes): Make it a defcustom.
8618 (custom-theme-recalc-face): No-op if face is undefined.
8619
8620 * cus-edit.el (custom-button-mouse): New variable.
8621 (custom-button-mouse): New face.
8622 (custom-raised-buttons, custom-mode): Use it.
8623
8624 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8625
8626 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8627
8628 * progmodes/gud.el (gud-display-line): Support hl-line in the
8629 source buffer.
8630
8631 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8632
8633 * mouse.el (mouse-drag-window-above): Verify that the found window
8634 overlaps with the given window in the horizontal dimension.
8635
8636 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8637
8638 * Makefile.in (cvs-update): New target.
8639
8640 * makefile.w32-in (cvs-update): Ditto.
8641
8642 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8643
8644 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8645 (custom-new-theme-mode-map): New variable.
8646
8647 2005-12-30 Richard M. Stallman <rms@gnu.org>
8648
8649 * custom.el (custom-load-themes): Function deleted.
8650
8651 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8652 (custom-save-variables): Don't delete or add custom-load-themes call.
8653
8654 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * cus-start.el: Add `visible-cursor'.
8657
8658 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8659 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8660 (flymake-process-filter): Switch to buffer before calling it instead.
8661 (flymake-post-syntax-check, flymake-highlight-err-lines)
8662 (flymake-delete-own-overlays, flymake-parse-err-lines)
8663 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8664 (flymake-count-lines, flymake-parse-residual):
8665 Remove constant buffer argument.
8666 (flymake-start-syntax-check-for-current-buffer): Remove.
8667 Update callers to use flymake-start-syntax-check instead.
8668 (flymake-display-err-menu-for-current-line):
8669 Remove unused var `mouse-pos'.
8670 (flymake-restore-formatting): Comment out unused function.
8671 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8672 argument, use current-buffer instead. Update callers.
8673
8674 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8675
8676 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8677 buffer-local because choose-completion-delete-max-match requires
8678 that we set completion-ignore-case (i.e., binding via let is not
8679 sufficient).
8680 (bibtex-complete): Always set completion-ignore-case and
8681 choose-completion-string-functions. The latter is needed because
8682 choose-completion-string-functions keeps its value if we quit the
8683 *Completions* buffer without requesting a completion.
8684
8685 2005-12-30 Andreas Schwab <schwab@suse.de>
8686
8687 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8688
8689 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8690
8691 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8692
8693 2005-12-30 Juri Linkov <juri@jurta.org>
8694
8695 * locate.el (locate-fcodes-file, locate-header-face)
8696 * progmodes/delphi.el (delphi-other-face)
8697 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8698
8699 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8700 group `paren-showing-faces'.
8701
8702 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8703 (goto-address): Fix docstring.
8704
8705 * net/webjump.el (webjump-sample-sites): Update URLs.
8706
8707 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8708
8709 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8710
8711 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * font-lock.el (font-lock-compile-keywords): Signal an error when
8714 font-lock-set-defaults hasn't been called.
8715
8716 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * subr.el (noreturn, 1value): Doc fixes.
8719
8720 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8721
8722 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8723 that assoc-string returns nil.
8724
8725 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8726
8727 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8728 (bibtex-entry-type-str, bibtex-empty-field-re)
8729 (bibtex-search-backward-string, bibtex-preamble-prefix)
8730 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8731 (bibtex-any-valid-entry-type): New variable.
8732 (bibtex-parse-field-name): Simplify.
8733 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8734 (bibtex-preamble-prefix): Include left delimiter.
8735 (bibtex-search-forward-field, bibtex-search-backward-field):
8736 Allow unbounded search past entry boundaries (required by bibtex-pop).
8737 (bibtex-text-in-field-bounds): Use push.
8738 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8739 (bibtex-parse-preamble, bibtex-valid-entry)
8740 (bibtex-beginning-first-field): New functions.
8741 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8742 (bibtex-map-entries): Fix docstring.
8743 (bibtex-flash-head): New arg prompt. Simplify.
8744 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8745 (bibtex-insert-kill): Simplify. Always insert text past the
8746 current field or entry.
8747 (bibtex-format-entry): Use bibtex-parse-field.
8748 (bibtex-pop): Use bibtex-beginning-of-entry and
8749 bibtex-end-of-entry to initiate the search. Insert empty field if
8750 we found ourselves.
8751 (bibtex-print-help-message): New args field and comma.
8752 Handle entry keys.
8753 (bibtex-make-field): Use bibtex-beginning-of-entry.
8754 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8755 invalid entry.
8756 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8757 Handle preambles. Simplify code for thorough test.
8758 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8759 New arg comma. Handle entry heads.
8760 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8761 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8762 New arg comma.
8763 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8764 (bibtex-fill-field): Simplify.
8765 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8766 bibtex-parse-field.
8767 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8768 (bibtex-complete): Use bibtex-parse-preamble.
8769
8770 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8771
8772 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8773 Display name of expression instead of convenience variable.
8774 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8775
8776 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8777 toggle-gud-tooltip-dereference.
8778 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8779 (gud-tooltip-tips): ...here when dereferencing.
8780
8781 2005-12-28 Bill Wohler <wohler@newt.com>
8782
8783 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8784
8785 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8788 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8789 (vc-annotate-display-autoscale): Adjust call.
8790 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8791 Fix interactive spec.
8792 (vc-annotate-time-span): Remove.
8793 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8794 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8795 (vc-annotate-display-select): Use new name.
8796
8797 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8798 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8799 Correct the construction of span entries. Simplify.
8800 (vc-annotate-display-select): Fix the nil case.
8801 (vc-annotate): Remove obsolete (and now broken) code.
8802 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8803 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8804
8805 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8806
8807 * subr.el (lazy-completion-table): Correct typo in docstring.
8808
8809 * startup.el (command-line): Use `custom-reevaluate-setting' for
8810 `send-mail-function'.
8811
8812 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8813
8814 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8815
8816 * mail/smtpmail.el (smtpmail-try-auth-methods):
8817 Send credentials together with "AUTH PLAIN" command.
8818
8819 2005-12-27 Richard M. Stallman <rms@gnu.org>
8820
8821 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8822 mouse-2, go back to previously selected window, so it's selected
8823 when mouse-2 command runs.
8824
8825 2005-12-27 Juri Linkov <juri@jurta.org>
8826
8827 * descr-text.el (describe-text-sexp): Use square brackets for
8828 button [Show] to distinguish it from the property value `show'.
8829 (describe-property-list): Use `insert-text-button' with
8830 `help-face' type instead of putting face in quotes, because button
8831 is not created automatically for a list of faces.
8832 (describe-text-properties-1): Put button-type value in quotes to
8833 distinguish from plain text "button".
8834 (describe-char): Display code point values in hex. Don't use
8835 `symbol-name' for `current-input-method' because it is a string.
8836 Use `insert-text-button' with `help-face' type instead of putting
8837 hardcoded face in quotes, because button is not created automatically.
8838
8839 2005-12-27 Richard M. Stallman <rms@gnu.org>
8840
8841 * progmodes/glasses.el (glasses-face): More specific custom type.
8842
8843 * files.el (set-visited-file-name): Doc fix.
8844
8845 * textmodes/flyspell.el (flyspell-external-point-words):
8846 Use local var buffer-scan-pos to advance scan for next misspelling.
8847 Advance it only after we find the misspelling.
8848
8849 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8850
8851 * textmodes/flyspell.el (flyspell-external-point-words):
8852 New criteria for finding the misspelling in the buffer.
8853
8854 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8855
8856 * help-mode.el (help-insert-string): Set help-xref-stack-item
8857 rather than call help-setup-xref.
8858
8859 * descr-text.el (describe-char): Revert previous changes for
8860 optional buffer argument.
8861
8862 2005-12-27 Juri Linkov <juri@jurta.org>
8863
8864 * help-mode.el (help-insert-string): New function. Save buffer
8865 contents in cases where it is impossible to recompute the old contents.
8866
8867 * descr-text.el (describe-char): Set help-xref-stack-item
8868 explicitly after buffer has been generated.
8869
8870 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8871
8872 * cus-start.el (all): Add x-gtk-show-hidden-files.
8873
8874 2005-12-26 Richard M. Stallman <rms@gnu.org>
8875
8876 * replace.el (perform-replace): Calculate match-again
8877 before skipping read-only matches.
8878
8879 * paren.el (paren-showing-faces): New group.
8880 (show-paren-match, show-paren-mismatch): Move to that group.
8881
8882 * button.el (button): Put into group `basic-faces'.
8883
8884 * progmodes/make-mode.el: Remove faces from group `faces'.
8885
8886 * apropos.el (apropos, apropos-value): Doc fix.
8887 (apropos-documentation): Doc fix.
8888
8889 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * subr.el (lazy-completion-table): Remove argument `args'.
8892
8893 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8894 Don't use the `args' argument of lazy-completion-table.
8895
8896 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8897
8898 * descr-text.el (describe-char): Add optional argument for buffer.
8899 Set buffer appropriately. Call help-setup-xref.
8900 Suggested by Stefan Monnier.
8901
8902 2005-12-26 Juri Linkov <juri@jurta.org>
8903
8904 * descr-text.el: Require `help-fns' at runtime. Don't require
8905 `button' for byte compilation.
8906 (describe-text-widget): Add `help-echo' for first button.
8907 Use `help-info' for second.
8908 (describe-property-list): Use `help-argument-name' instead of `italic'.
8909 (describe-text-category): Add prompt to interactive spec.
8910 Call `help-setup-xref'.
8911 (describe-char): Use `help-character-set'. Add `help-echo' for
8912 code point. Use `help-input-method'. Remove superfluous insert.
8913
8914 2005-12-25 Richard M. Stallman <rms@gnu.org>
8915
8916 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8917 at point, in case of narrowing.
8918
8919 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8920
8921 * locate.el (locate-header-face): Allow nil in type.
8922
8923 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8924
8925 2005-12-25 Romain Francoise <romain@orebokech.com>
8926
8927 * battery.el (battery-linux-proc-acpi): Also try
8928 `/proc/acpi/thermal_zone/THM0/temperature'.
8929
8930 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * custom.el (custom-push-theme): Fix docstring.
8933
8934 * cus-edit.el (custom-variable-set, custom-variable-save)
8935 (custom-variable-save): Custom-quote widget values.
8936 (customize-save-variable): Fix custom-push-theme call.
8937
8938 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8939
8940 * w32-fns.el (w32-batch-update-autoloads): New function.
8941
8942 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8943 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8944 from the command line.
8945
8946 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8949 reset means to remove setting from theme entirely. Don't keep
8950 expanding theme-settings list; delete old entries if necessary.
8951
8952 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8953 customization" button one line up.
8954 (custom-themed): New face.
8955 (custom-magic-alist): New value, THEMED, for theme settings.
8956 (custom-variable-state-set, custom-face-state-set):
8957 Check theme-value instead of saved-value.
8958 (custom-variable-reset-standard, custom-face-reset-standard):
8959 Remove theme setting entirely. Recalculate new values.
8960 (custom-variable-set, custom-variable-set)
8961 (custom-variable-reset-saved, custom-variable-reset-backup)
8962 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8963 (custom-variable-save): Fix typos.
8964
8965 2005-12-23 Juri Linkov <juri@jurta.org>
8966
8967 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8968 Add autoload cookies.
8969 (edebug-outside-d-c-i-n-s-w): New variable.
8970 (edebug-display, edebug-outside-excursion): Use it to save the
8971 original value of default-cursor-in-non-selected-windows.
8972 Set default-cursor-in-non-selected-windows to t while Edebug
8973 is active.
8974 (edebug-mode, edebug-eval-mode): Doc fix.
8975
8976 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8977 with `buffer-substring-no-properties' to remove common substring
8978 highlighting.
8979
8980 * info.el (info-other-window, info): Rename function argument
8981 `file' to `file-or-node'.
8982 (Info-complete-menu-item): Use local variable `complete-nodes' to
8983 keep the global value of `Info-complete-nodes' unchanged for
8984 subsequent completions.
8985 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8986
8987 * simple.el (get-next-valid-buffer, last-buffer)
8988 (next-error-buffer-p, next-error-find-buffer)
8989 (minibuffer-history-sexp-flag): Doc fix.
8990
8991 * savehist.el (savehist-mode-hook): Add `:group'.
8992
8993 * log-view.el: Call autoload for vc-find-version.
8994 (log-view-current-file): Adjust subgroup numbers.
8995 (log-view-current-tag): Add `length'.
8996
8997 2005-12-23 Richard M. Stallman <rms@gnu.org>
8998
8999 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9000
9001 2005-12-23 Juri Linkov <juri@jurta.org>
9002
9003 * hi-lock.el (hi-lock-archaic-interface-message-used)
9004 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9005 (hi-lock-mode): Display "Hi" in the mode line only when
9006 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9007 (hi-lock-write-interactive-patterns):
9008 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9009 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9010 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9011 font-lock-add-keywords to t.
9012
9013 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9014
9015 * hi-lock.el (hi-lock-highlight-range): New variable.
9016 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9017 only if font-lock-fontified is non-nil. Remove overlays.
9018 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9019 font-lock-fontified is non-nil, otherwise use overlays (instead of
9020 text properties).
9021 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9022 New variables.
9023 (hi-lock-string-serialize) New function.
9024
9025 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9026
9027 * menu-bar.el (menu-find-file-existing): New function.
9028 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9029
9030 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9031
9032 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * vc.el: Remove unnecessary leading * in docstrings.
9035 (vc-annotate-mode-map): Move initialization into declaration.
9036 (vc-static-header-alist): Nitpick on the regexp.
9037 (vc-default-init-version): New fun.
9038 (vc-register): Use it.
9039 (vc-insert-headers): Use dolist.
9040 (vc-annotate-get-backend): Remove unused function.
9041 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9042 (vc-annotate-mode): Remove corresponding call.
9043 (vc-annotate-car-last-cons): Simplify.
9044 (vc-annotate-buffers): Remove var.
9045 (vc-annotate-backend): Make it buffer-local.
9046 (vc-annotate): Move the interaction to the interactive spec.
9047 Add a `buf' argument.
9048 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9049 killing&creating a vc-annotate buffer, which is very disruptive when
9050 the buffers are shown in dedicated frames.
9051
9052 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9053
9054 * descr-text.el: Add FSF as maintainer.
9055 (describe-text-mode, describe-text-mode-map)
9056 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9057 help-mode.
9058 (describe-text-widget, describe-text-sexp)
9059 (describe-property-list, describe-text-category)
9060 (describe-text-properties, describe-text-properties-1)
9061 (describe-char): Use help buttons instead of widgets.
9062 (describe-char-unicodedata-file): Make URL link in doc string.
9063
9064 2005-12-22 Richard M. Stallman <rms@gnu.org>
9065
9066 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9067 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9068 Don't include buttons that write a file when there's no file.
9069 (custom-variable-menu, custom-face-menu, custom-group-menu):
9070 Don't include commands that write a file when there's no file.
9071 (customize-browse): Reword the top-of-buffer help intro.
9072 (custom-buffer-create-internal): Fix previous change.
9073 (customize-changed-options-previous-release): Prev release is 21.1.
9074 (customize-changed-options): Doc fix.
9075 (customize-changed): New alias.
9076 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9077 Say "standard values".
9078 (Custom-reset-standard): Doc fix.
9079 (custom-face-reset-standard): Doc fix.
9080
9081 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9084 even if font-lock-mode is non-nil since it may be t without having
9085 turned on font-lock-mode-internal.
9086 (font-lock-choose-keywords): Minor optimization.
9087 (font-lock-add-keywords, font-lock-remove-keywords)
9088 (font-lock-set-defaults): Don't call make-local-variable on a variable
9089 that we know to already be local.
9090
9091 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9092
9093 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9094 messages if in the minibuffer.
9095
9096 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9099 (tex-mode-flyspell-verify, flyspell-get-word)
9100 (flyspell-external-point-words): Don't use point-min/max uselessly.
9101
9102 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9103 by Kevin Rodgers. Instead, just hide the completions buffer if we
9104 don't need to show it.
9105
9106 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9107
9108 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9109
9110 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9113 delete-windows-on with an inexistent buffer.
9114
9115 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9118 Delete defcustom variable :tag names.
9119
9120 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9123 (log-view-font-lock-keywords): Ajust subgroup numbers.
9124 (log-view-current-tag): Don't hard code the number of subgroups.
9125
9126 2005-12-20 Juri Linkov <juri@jurta.org>
9127
9128 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9129 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9130
9131 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9132 (menu-bar-non-minibuffer-window-p): Instead of checking
9133 display-multi-frame-p, use selected-frame when menu-updating-frame
9134 is nil.
9135
9136 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9137
9138 * align.el (align-rules-list): Use [ \t] instead of \s-
9139 for column separators in text mode.
9140
9141 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9142
9143 * help-mode.el (help-customize-variable, help-customize-face):
9144 Don't pop help-xref-stack as help-follow no longer pushes
9145 anything on to it.
9146
9147 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9148
9149 * textmodes/org.el (org-agenda-custom-commands): New option.
9150 (org-agenda): Offer custom commands on splash screen.
9151 (org-make-tags-matcher): Parser for Boolean logic added.
9152 (org-agenda-set-tags): New command.
9153 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9154 (org-set-tags): Efficiency improvements.
9155 (org-auto-align-tags): New option.
9156 (org-todo, org-demote, org-promote): Realign tags.
9157 (org-tags-completion-function): Use also "&" and "|" as separators.
9158 (org-org-menu): Agenda commands simplified.
9159
9160 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * cus-edit.el (customize-apropos, customize-apropos-options):
9163 Docstring changes.
9164
9165 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9166
9167 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * longlines.el (longlines-mode): Wrap while widened.
9170 (longlines-decode-region, longlines-encode-region): Compute max
9171 just once.
9172
9173 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9174
9175 * cus-edit.el (mac): New group.
9176
9177 * cus-start.el (all): Add user options in macterm.c. Add test for
9178 Mac-related built-ins. Fix test for GTK-related built-ins.
9179
9180 * term/mac-win.el (mac-handle-language-change)
9181 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9182 (mac-services-open-selection, mac-services-mail-selection)
9183 (mac-services-mail-to, mac-services-insert-text)
9184 (mac-dispatch-apple-event): Add docstrings.
9185 (x-get-selection, mac-select-convert-to-string): Select coding
9186 system from `utf-16be' and `utf-16le' using `byteorder'.
9187
9188 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9191 a "list" (lambda ...) rather than a real completion list.
9192
9193 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9194 lexical-let when encountering ((lambda (...) ...) ...).
9195
9196 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * progmodes/sh-script.el (sh-mode):
9199 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9200 * textmodes/picture.el (picture-mode): Update docstrings.
9201
9202 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9203
9204 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9205 commands enclosed in $(ARGQUOTE)s should not be split between two
9206 lines, as that will break with GNU Make >3.80, when sh.exe is used
9207 and arg quoting is with '..'.
9208 (autoloads): Don't break the quoted --eval expression between
9209 several lines.
9210
9211 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9212
9213 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9214 Capture error from printing circular structures.
9215
9216 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9217
9218 * wid-edit.el (widget-checkbox-action): Clear undo info.
9219
9220 2005-12-16 Bill Wohler <wohler@newt.com>
9221
9222 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9223 bar, not menubar in comment.
9224
9225 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9228 After-change-functions should not clobber the match data.
9229
9230 2005-12-16 Juri Linkov <juri@jurta.org>
9231
9232 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9233 instead of `buffer-substring'.
9234 (completion-common-substring): Doc fix.
9235 (completion-setup-function): Use minibuffer-completion-contents
9236 instead of minibuffer-contents. Don't set common-string-length
9237 initially. Remove special handling of partial-completion-mode.
9238 Move computation of completion-base-size into one cond.
9239 Call completion-base-size-function in mainbuf. In computation of
9240 completion-base-size for file name completion don't move point to
9241 the end of the minibuffer. Move computation of common-string-length
9242 into one cond. Start putting faces only when common-string-length>=0.
9243 Add condition to put completions-common-part when
9244 common-string-length>0.
9245
9246 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9247 place point at the first different character in the minibuffer
9248 even if this position is at the beginning of the minibuffer.
9249
9250 * info.el (Info-read-node-name-1): In completion-base-size-function's
9251 lambda return 1 if common-substring or minibuffer-completion-contents
9252 starts with (, and 0 otherwise.
9253
9254 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9255 Use `crm-current-element' for second arg of `display-completion-list'.
9256
9257 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9258
9259 * files.el (set-auto-mode): Look for an interpreter specified on
9260 the first line also if search for mode specification succeeded,
9261 but the mode is not known.
9262
9263 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9264
9265 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9266 (org-open-at-point): Implement tag searches as links.
9267 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9268 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9269 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9270 (org-agenda-dispatch): New commands.
9271 (org-use-tag-inheritance, org-tags-column): New options.
9272 (org-tab-follows-link, org-return-follows-link): New options.
9273 (org-tags): New customize group.
9274 (org-start-icalendar-file): Get local time zone.
9275 (org-tags-completion-function): New function.
9276 (org-set-font-lock-defaults): Make sure links will also be
9277 highlighted inside headlines.
9278
9279 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9280
9281 * term.el (term-emulate-terminal):
9282 Let term-handle-ansi-terminal-messages override what Bash says about
9283 its current directory.
9284
9285 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9286
9287 * bindings.el (last-buffer): Move to simple.el.
9288 * simple.el (last-buffer): Move here.
9289 (get-next-valid-buffer): New function.
9290 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9291 (prev-buffer): Ditto. Rename to `previous-buffer'.
9292
9293 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9294 * bindings.el (global-map): Ditto.
9295
9296 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9297
9298 * cus-edit.el: Introductory comment change.
9299 (custom-magic-alist): Change message string for the `rogue' state.
9300
9301 2005-12-15 Richard M. Stallman <rms@gnu.org>
9302
9303 * tooltip.el: Delete defcustom variable :tag names.
9304
9305 * complete.el (partial-completion-mode): Doc fix.
9306
9307 * textmodes/flyspell.el (flyspell-external-point-words):
9308 Use save-excursion to ensure we don't move backward in the
9309 search loop, not even one character.
9310 (flyspell-delete-all-overlays): Use remove-overlays directly.
9311
9312 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9313 (ispell-start-process): Set that variable.
9314 Clear ispell-buffer-local-name.
9315 (ispell-internal-change-dictionary):
9316 Set ispell-current-dictionary after killing process.
9317 (ispell-buffer-local-dict):
9318 Don't set spell-personal-dictionary after killing process.
9319 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9320 (ispell-tex-skip-alists, ispell-html-skip-alists)
9321 (ispell-skip-region-alist): Mark as risky.
9322
9323 * net/newsticker.el (newsticker--retrieval-timer-list)
9324 (newsticker--display-timer, newsticker-running-p)
9325 (newsticker-ticker-running-p): Definitions moved up.
9326
9327 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9328
9329 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9330
9331 2005-12-15 David Ponce <david@dponce.com>
9332
9333 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9334 (recentf-edit-list, recentf-open-files): Signal an error when
9335 there is no recent file.
9336
9337 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9338
9339 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9340 read-only except for texinfo-format-region evaluation.
9341
9342 2005-12-14 Richard M. Stallman <rms@gnu.org>
9343
9344 * vc.el (vc-default-previous-version, vc-default-next-version)
9345 (vc-do-command): Doc fixes.
9346
9347 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9348
9349 * textmodes/bibtex.el (bibtex-expand-strings)
9350 (bibtex-autokey-expand-string, bibtex-name-part)
9351 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9352 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9353 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9354 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9355 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9356 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9357 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9358 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9359 (bibtex-beginning-of-last-entry): Remove.
9360 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9361 message if comma is missing but buffer is read-only.
9362 (bibtex-parse-field-text): Handle whitespaces at the end of field
9363 text. Return 3-element list with beginning and end of field text
9364 and end of field.
9365 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9366 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9367 (bibtex-search-forward-field, bibtex-search-backward-field):
9368 Search always delimited by limits of entry. Use more efficient
9369 search algorithms.
9370 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9371 bibtex-end-of-name-in-field.
9372 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9373 extracting the content of a field.
9374 (bibtex-text-in-field): Use search limits.
9375 (bibtex-parse-string-prefix): Handle empty string keys based on
9376 bibtex-string-empty-key.
9377 (bibtex-parse-string): Fix docstring.
9378 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9379 (bibtex-preamble-prefix, bibtex-strings): New functions.
9380 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9381 BibTeX entries (consistent with other BibTeX functions).
9382 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9383 (bibtex-search-entry): Fix docstring. Simplify.
9384 (bibtex-flash-head, bibtex-complete-string-cleanup)
9385 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9386 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9387 (bibtex-parse-entry): New optional arg content.
9388 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9389 Use bibtex-text-in-field-bounds.
9390 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9391 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9392 bibtex-parse-string-postfix.
9393 (bibtex-find-text-internal): New function.
9394 (bibtex-remove-delimiters): Use it.
9395 (bibtex-find-text): Use it. New optional arg help.
9396 (bibtex-complete): Handle BibTeX string and preamble entries.
9397 (bibtex-Preamble): Fix order of closing delimiters.
9398
9399 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * vc.el (vc-default-revert): New fun.
9402
9403 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9404
9405 2005-12-14 Romain Francoise <romain@orebokech.com>
9406
9407 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9408 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9409 (font-lock-remove-keywords): Likewise.
9410
9411 2005-12-14 Juri Linkov <juri@jurta.org>
9412
9413 * log-view.el (log-view-diff): Doc fix.
9414
9415 * isearch.el (isearch-query-replace): Use (mark) instead of
9416 isearch-opoint if mark is active in transient-mark-mode.
9417
9418 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9419
9420 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9421
9422 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9423
9424 * progmodes/cpp.el (cpp-face): New widget.
9425 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9426
9427 2005-12-14 Juri Linkov <juri@jurta.org>
9428
9429 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9430 around `erase-buffer' and `insert'.
9431
9432 * descr-text.el (describe-text-properties): Replace buffer name
9433 "*Help-2*" with "*Help*<2>".
9434 (describe-char): Add functions print-help-return-message,
9435 toggle-read-only. Use help-setup-xref with nil to not store
9436 describe-char in help-xref-stack. Use help-make-xrefs to
9437 make [back] button.
9438
9439 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9440
9441 * wdired.el (wdired-old-point): New internal variable.
9442 (wdired-change-to-wdired-mode): Set it buffer-locally.
9443 (wdired-abort-changes): Restore point after aborting changes.
9444
9445 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * vc.el (vc-do-command): Add a new value t for okstatus.
9448
9449 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9450 frame in case of errors.
9451
9452 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9453
9454 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9455 so it comes after "On the Left" in the menu.
9456
9457 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9458
9459 * cus-edit.el (customize-apropos, customize-apropos-options)
9460 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9461
9462 2005-12-12 Bill Wohler <wohler@newt.com>
9463
9464 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9465 non-writable Subversion-controlled files by saving window
9466 configuration before calling vc-do-command. vc-do-command calls
9467 pop-to-buffer on error which is unexpected during registration.
9468
9469 2005-12-12 Jay Belanger <belanger@truman.edu>
9470
9471 * calc/README: Update the summary of changes.
9472
9473 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * descr-text.el (describe-char): Rework last fix to solve the problem
9476 is the same way it's solved for everything else in that function
9477 (i.e. by extracting the info before setting up the *Help* buffer).
9478
9479 2005-12-12 Kim F. Storm <storm@cua.dk>
9480
9481 * subr.el (version-regexp-alist): Allow space as separator before
9482 non-numeric part, e.g. "1.0 alpha".
9483 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9484
9485 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9486
9487 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9488 Implement Logging and the keep-modes setting.
9489 (org-get-category): Make sure a string is returned.
9490 (org-log-done): New function.
9491 (org-log-done, org-closed-string): New options.
9492
9493 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9494
9495 * tooltip.el (tooltip-y-offset): Change default to 20.
9496
9497 2005-12-12 Richard M. Stallman <rms@gnu.org>
9498
9499 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9500
9501 * frame.el (display-hourglass): Doc fix.
9502
9503 * help.el (help-for-help-internal): Simplify entry for `a'.
9504
9505 * info.el (Info-on-current-buffer): Doc fix.
9506 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9507
9508 * startup.el (inhibit-splash-screen): Make this the real name.
9509 (inhibit-startup-message): Make this the alias.
9510 (command-line): Find only simple.el, and use its directory
9511 to fill in other preloaded files' names.
9512 (command-line): Deactivate the mark if deactivate-mark is set.
9513
9514 * international/mule.el (load-with-code-conversion):
9515 Bind deactivate-mark.
9516
9517 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9518
9519 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9520
9521 * cus-edit.el (customize-apropos): Avoid listing an option more
9522 than once under different aliases. No longer list user options
9523 that are not defined with defcustom (unless a prefix arg is given).
9524 Doc fix.
9525 (customize-apropos-options): Doc fix.
9526
9527 2005-12-11 Juri Linkov <juri@jurta.org>
9528
9529 * frame.el (set-background-color, set-foreground-color)
9530 (set-cursor-color, set-mouse-color, set-border-color):
9531 Add explicit prompts to read colors by `facemenu-read-color'.
9532 (show-trailing-whitespace, blink-cursor-delay)
9533 (blink-cursor-interval, display-hourglass, hourglass-delay):
9534 Remove tags.
9535 (display-hourglass, hourglass-delay): Doc fix.
9536 (cursor-in-non-selected-windows): Capitalize words in tag.
9537
9538 * faces.el (frame-background-mode): Replace `choice-item' keywords
9539 with `const' to not make [default] button. Change default value tag
9540 from `default' to `automatic'. Doc fix.
9541 (trailing-whitespace) <defface>: Change group `whitespace' to
9542 `whitespace-faces'.
9543
9544 2005-12-11 Richard M. Stallman <rms@gnu.org>
9545
9546 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9547
9548 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9549
9550 * term/mac-win.el: Create keymap for mac-apple-event-map.
9551
9552 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9553
9554 * tooltip.el (tooltip-mode): Move to start of file so that it
9555 appears at top of customize buffer.
9556
9557 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9558 Add the gud groupname.
9559 (gud-tooltip-mode): Add the tooltip groupname.
9560 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9561 avoid conflict with tooltip-use-echo-area.
9562
9563 2005-12-10 Romain Francoise <romain@orebokech.com>
9564
9565 * help.el (help-for-help-internal): Add `r' in doc string.
9566
9567 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9568
9569 * align.el (align-regexp, align-highlight-rule):
9570 Use region-beginning and region-end instead of point and mark, so that
9571 repetition (with `repeat-complex-command') recomputes the region
9572 bounds.
9573
9574 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9575
9576 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9577 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9578 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9579 (balance-windows): Rewrite using the above new functions.
9580
9581 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9582
9583 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9584 react if global-hi-lock-mode seems intended.
9585 (global-hi-lock-mode) Renamed from hi-lock-mode.
9586 (hi-lock-archaic-interface-message-used)
9587 (hi-lock-archaic-interface-deduce): New variables.
9588 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9589 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9590 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9591 Replace hi-lock-buffer-mode with hi-lock-mode.
9592
9593 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9594
9595 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9596 completion list, even after a partial completion has been
9597 inserted in the current buffer. If there are more than 1
9598 completion, redisplay the *Completions* buffer; if the
9599 completion is unique, delete the *Completions* window.
9600
9601 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9602
9603 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9604 strings and long subject lines that were broken into multiple
9605 lines at arbitrary places. Handle subjects that have "Re: " in
9606 the middle.
9607
9608 2005-12-10 John W. Eaton <jwe@octave.org>
9609
9610 * emacs/octave-mod.el (octave-electric-space): Don't indent
9611 comments or strings if octave-auto-indent is nil.
9612
9613 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9614
9615 * term/mac-win.el: Require url when compiling.
9616 Call mac-process-deferred-apple-events after loading init files.
9617 (mac-apple-event-map): New defvar. Define event handlers in it.
9618 (core-event, internet-event): New Apple event class symbols.
9619 (open-application, reopen-application, open-documents)
9620 (print-documents, open-contents, quit-application)
9621 (application-died, show-preferences, autosave-now, get-url):
9622 New Apple event ID symbols.
9623 (about): New HICommand ID symbol.
9624 (mac-event-spec, mac-event-ae): New macros.
9625 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9626 (mac-ae-selection-range, mac-ae-text-for-search)
9627 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9628 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9629 and Services menu events are now defined in mac-apple-event-map.
9630 (mac-drag-n-drop): Remove selection range handling.
9631
9632 2005-12-10 Kenichi Handa <handa@m17n.org>
9633
9634 * simple.el (zap-to-char):
9635 * isearch.el (isearch-process-search-char): Translate CHAR by
9636 translation-table-for-input.
9637
9638 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * foldout.el (foldout-exit-fold): Properly hide subtree.
9641
9642 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9643
9644 * files.el (save-buffer):
9645 * international/ucs-tables.el (ucs-set-table-for-input):
9646 * mail/mail-extr.el (mail-extract-address-components):
9647 * mail/sendmail.el (mail-mode): Reformat doc string.
9648
9649 2005-12-09 Juri Linkov <juri@jurta.org>
9650
9651 * isearch.el (isearch-highlight): Change main overlay priority
9652 from 1 to 1001. Simplify.
9653 (isearch-lazy-highlight-update): Change lazy overlay priority
9654 from 0 to 1000.
9655
9656 * replace.el (replace-highlight): Change overlay priority from
9657 1 to 1001.
9658
9659 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9660 Change overlay priority from 1 to 1001. Reuse existing overlay.
9661
9662 * compare-w.el (compare-windows-highlight): Change overlay
9663 priority from 1 to 1000.
9664
9665 * menu-bar.el (menu-bar-edit-menu): Add listp around
9666 pending-undo-list to disable menu item "undo" when pending
9667 undo list is empty.
9668
9669 * locate.el (locate): Disable undo in *Locate* buffer.
9670
9671 2005-12-09 Kim F. Storm <storm@cua.dk>
9672
9673 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9674
9675 2005-12-09 David Ponce <david@dponce.com>
9676
9677 * recentf.el: Improvement of the menu code.
9678 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9679 instead of menu hook.
9680 (recentf-show-menu, recentf-hide-menu): New functions.
9681 (recentf-menu-customization-changed, recentf-mode): Use them.
9682 (recentf-menu-action, recentf-max-menu-items)
9683 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9684 (recentf-arrange-by-rule-others)
9685 (recentf-arrange-by-rules-min-items)
9686 (recentf-arrange-by-rule-subfilter) : Don't use
9687 `recentf-menu-customization-changed'.
9688 (recentf-arrange-rules): Likewise. Accept functions to compute
9689 sub-menu titles.
9690 (recentf-menu-filter): Likewise. Doc fix.
9691 (recentf-menu-value-shortcut): Doc fix.
9692 (recentf-dump-variable): Quote atom value.
9693 (recentf-make-menu-items): Update to use it as a menu filter.
9694 (recentf-match-rule): New function.
9695 (recentf-arrange-by-rule): Use it.
9696 (recentf-indirect-mode-rule): New function.
9697 (recentf-build-mode-rules): Use it.
9698 (recentf-dir-rule): New function.
9699 (recentf-arrange-by-dir): Use it.
9700 (recentf-filter-changer-current): Rename from
9701 `recentf-filter-changer-state'. All references updated.
9702 (recentf-filter-changer-alist): Update filter names.
9703 (recentf-filter-changer-select): New function.
9704 (recentf-filter-changer): Use it. Make a sub-menu from filters
9705 available in `recentf-filter-changer-alist'.
9706 (recentf-data-cache, recentf-clear-data)
9707 (recentf-update-menu): Remove. All references updated.
9708 (recentf-match-rule-p, recentf-build-dir-rules)
9709 (recentf-filter-changer-goto-next)
9710 (recentf-filter-changer-get-current)
9711 (recentf-filter-changer-get-next): Remove.
9712
9713 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9714
9715 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9716 buffer "Reset" button to "Reset to Current" for consistency with
9717 the State buttons.
9718
9719 2005-12-08 John Paul Wallington <jpw@pobox.com>
9720
9721 * ibuf-ext.el (define-ibuffer-filter filename):
9722 If `dired-directory' is a list then really use its car.
9723
9724 2005-12-08 Kim F. Storm <storm@cua.dk>
9725
9726 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9727 Fix indention of text on right side of replaced rectangle.
9728
9729 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9730
9731 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9732 No need to check gud-comint-buffer is bound.
9733 (gdb): Prevent multiple debugging when first session uses gdba.
9734
9735 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9736
9737 CC Mode update to 5.31.
9738
9739 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9740 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9741 We might do this function properly in the future).
9742
9743 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9744 New macros c-sentence-end and c-default-value-sentence end, to cope
9745 with Emacs 22's new function `sentence-end'.
9746
9747 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9748
9749 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9750 compat issue using `c-put-overlay' and `c-delete-overlay'.
9751
9752 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9753 New compat macros to handle overlays/extents.
9754
9755 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9756
9757 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9758 (for GNU Emacs 20.4)
9759
9760 * progmodes/cc-defs.el:
9761 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9762
9763 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9764 highlighting mechanism so it will work in XEmacs too.
9765
9766 * progmodes/cc-defs.el: Insert c-int-to-char.
9767
9768 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9769 call to the new macro c-int-to-char. This solves XEmacs's
9770 regarding characters as different from integers.
9771
9772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9773
9774 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9775 New internal helper.
9776
9777 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9778 construct to make the indirect face lookup work in XEmacs.
9779
9780 (c-cpp-matchers): Append the negation char face to the existing
9781 fontification, so that the cpp face doesn't disappear.
9782 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9783 and strings.
9784
9785 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9786 to map to `font-lock-negation-char-face' in emacsen where it exists.
9787
9788 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9789
9790 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9791
9792 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9793 Rename "c-subword-move-mode" as "c-subword-mode".
9794
9795 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9796 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9797
9798 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9799
9800 * progmodes/cc-mode.el: Added autoload directive for
9801 `c-subword-move-mode' for use in older emacsen.
9802
9803 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9804
9805 * progmodes/cc-mode.el:
9806 (i) Insert a binding for C-c C-backspace into
9807 c-bind-special-erase-keys which works in TTYs.
9808 (ii) Make sure that when file styles are used, any explicitly
9809 given style variables take priority over those in the style.
9810 Do this by calling `hack-local-variables' a second time.
9811
9812 * progmodes/cc-vars.el: Add language specific customization
9813 widgets for AWK to c-doc-comment-style, c-require-final-newline
9814 and c-default-style. Add a defcustom for awk-mode-hook.
9815 Give c-syntactic-element and c-syntactic-context doc-strings by
9816 directly setting their `variable-documentation' propery.
9817 This allows Emacs 22.1 to read these with C-h v.
9818
9819 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9820
9821 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9822
9823 * progmodes/cc-fonts.el, cc-vars.el
9824 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9825 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9826 Masatake YAMATO.
9827
9828 (c-doc-comment-style): Made GtkDoc default in C mode.
9829
9830 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9831 and C-c C-<delete>.
9832
9833 (c-bind-special-erase-keys): New function for use on
9834 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9835
9836 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9837 <delete> key behavior in XEmacs according to `delete-forward-p'.
9838 C.f. `c-electric-delete'.
9839
9840 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9841
9842 * progmodes/cc-mode.el: Give c-hungry-backspace and
9843 c-hungry-delete-forward permanent key bindings.
9844
9845 * progmodes/cc-cmds.el (c-electric-semi&comma):
9846 Bind c-syntactic-context for calls to "criteria functions", for
9847 consistency with other calls to user functions.
9848
9849 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9850 `current-prefix-arg', since this might be the prefix arg to a
9851 command which calls c-indent-command as a function. Change the
9852 interactive spec from "p" to "P".
9853
9854 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9855 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9856 was difficult to understand.
9857
9858 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9859
9860 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9861 first char of an identifier.
9862
9863 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9864 +" syntax in C++.
9865
9866 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9867
9868 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9869 auto-fill doesn't split a c-comment's last word from a hanging
9870 "*/" when a space is typed between them after fill-column.
9871
9872 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9873
9874 * progmodes/cc-styles.el (c-set-style)
9875 (c-setup-paragraph-variables): Abort the command if we're not in a
9876 CC Mode buffer.
9877
9878 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9879 with blank comment-prefix, and a blank line as the comment's
9880 second line.
9881
9882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9883
9884 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9885 Incorporate the patterns added in the Emacs development branch
9886 for the new Emacs 22 face `font-lock-negation-char-face'.
9887
9888 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9889 of "red" since it stands out better in xterms and DOS terminals.
9890
9891 * progmodes/cc-engine.el (c-literal-faces):
9892 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9893
9894 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9895
9896 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9897 forcibly enable c-electric-flag.
9898
9899 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9900 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9901 after the comment-prefix of a C-style comment will close that comment.
9902
9903 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9904
9905 * progmodes/cc-fonts.el (c-basic-matchers-before)
9906 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9907 in Pike.
9908
9909 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9910 digraphs.
9911
9912 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9913 (c-cpp-message-directives, c-cpp-include-directives)
9914 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9915 (c-cpp-expr-directives): Introduce new language constants to
9916 control cpp syntax in a cleaner way.
9917
9918 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9919
9920 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9921
9922 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9923 (c-multiline-string-start-char): New language constants and
9924 variables to specify how newlines in string literals work.
9925
9926 (c-font-lock-invalid-string): Use them.
9927
9928 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9929 unbalanced close brace is entered. Optimization by avoiding going
9930 back over arbitrarily large blocks. Removed hints that this
9931 function only would be relevant/useful in AWK.
9932
9933 (c-electric-brace): Indent syntactically after the cleanups since
9934 lineup functions might do it differently then.
9935
9936 * progmodes/cc-engine.el, cc-langs.el
9937 (c-opt-op-identifier-prefix): New language constant and variable.
9938
9939 (c-just-after-func-arglist-p, c-after-special-operator-id)
9940 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9941
9942 * progmodes/cc-align.el, cc-engine.el
9943 (c-after-special-operator-id): New helper to handle C++ operator
9944 identifiers.
9945
9946 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9947 (c-guess-basic-syntax): Handle C++ operator identifiers in
9948 declarations.
9949
9950 * progmodes/cc-langs.el (c-assignment-operators): Add the
9951 trigraph version of ^= too.
9952
9953 * progmodes/cc-langs.el (c-assignment-operators): Add the
9954 trigraph version of |= in C++.
9955
9956 * progmodes/cc-fonts.el (c-font-lock-declarators):
9957 Handle `c-decl-hangon-kwds' after the identifier name.
9958
9959 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9960 whether an arglist is "nonempty", ignore a comment after the open
9961 paren if it isn't followed by a non-comment token on the same line.
9962
9963 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9964 Enable heuristics below the point to cope with classes inside special
9965 brace lists in Pike.
9966
9967 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9968
9969 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9970
9971 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9972
9973 * progmodes/cc-guess.el (cc-guess-install): New function to
9974 install an already guessed style in another buffer.
9975
9976 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9977 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9978 anyway if the change always is undone.
9979
9980 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9981
9982 Implement togglable electricity:
9983
9984 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9985 saying when it should be used.
9986
9987 * progmodes/cc-engine.el: Add the new buffer-local variable,
9988 c-electric-flag.
9989
9990 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9991 c-toggle-auto-newline.
9992
9993 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9994 c-toggle-auto-newline. Remove the binding for
9995 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9996 c-toggle-electric-state.
9997
9998 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9999
10000 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10001 c-\(forward\|backward\)-subword.
10002 (c-update-modeline): Add the new modeline flag `l' for
10003 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10004 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10005 Make the old name an alias of the new name.
10006 (c-toggle-electric-state): New function.
10007 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10008 Adapt these functions to do electric things only when
10009 c-electric-flag is non-nil.
10010 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10011 new functions from c-electric-brace.
10012 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10013 mode, so that the tentative extra newline doesn't change the
10014 syntax of the following brace.
10015 (c-electric-brace): Restructure by extracting the above functions.
10016 Tidy up the coding somewhat.
10017 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10018 restructure a bit.
10019
10020 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10021
10022 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10023 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10024
10025 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10026 (c-submode-indicators): Change name from `c-auto-hungry-string'
10027 since it's now used to track another submode.
10028
10029 (c-update-modeline): Convert to function and extended to check
10030 `c-subword-move-mode'.
10031
10032 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10033 Convert to compat aliases for `c-forward-subword' and
10034 `c-backward-subword'.
10035
10036 * progmodes/cc-subword.el: New functions and minor mode to handle
10037 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10038
10039 (c-forward-subword, c-backward-subword, c-mark-subword)
10040 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10041 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10042 Functions corresponding to the standard word handling functions.
10043
10044 (c-subword-move-mode): Minor mode that replaces all the standard
10045 word handling functions with their subword equivalences.
10046
10047 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10048
10049 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10050 entry for one-liner-defun.
10051
10052 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10053 name in its def-edebug-spec.
10054
10055 * progmodes/cc-cmds.el (c-electric-brace): Make the
10056 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10057 compacts space before a comment, if this will make things fit on
10058 one line.
10059
10060 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10061
10062 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10063
10064 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10065 clean-up one-liner-defun.
10066
10067 * progmodes/cc-styles.el: Add the new "awk" style.
10068
10069 * progmodes/cc-vars.el: Add description of one-liner-defun to
10070 c-cleanup-list's doc-string. New user options,
10071 c-max-one-liner-length. In c-default-style, set the default style
10072 for AWK to "awk".
10073
10074 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10075
10076 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10077 macros inside labels.
10078
10079 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10080 `c-at-statement-start-p' and `c-at-expression-start-p'.
10081
10082 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10083 error if the mark isn't set.
10084
10085 * progmodes/cc-engine.el (c-guess-continued-construct)
10086 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10087 accurately detect functions inside functions.
10088
10089 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10090 like `c-at-statement-start-p' that additionally recognizes commas
10091 and expression parentheses as delimiters.
10092
10093 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10094 to avoid heuristics that doesn't work for unclosed blocks.
10095 (c-at-statement-start-p): New function.
10096
10097 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10098 Objective-C directives, e.g. directives spanning lines should work
10099 reasonably well now.
10100
10101 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10102
10103 (c-forward-objc-directive): New function to move over any ObjC
10104 directive.
10105
10106 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10107 (c-basic-matchers-before): Use it.
10108
10109 (c-font-lock-objc-iip-decl): Remove.
10110
10111 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10112 in the template arglist recognition.
10113
10114 * progmodes/cc-styles.el (c-style-alist): Fix several
10115 inconsistencies in the Whitesmith style.
10116
10117 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10118 New lineup function to get lines after Whitesmith style blocks
10119 correctly indented.
10120
10121 (c-lineup-whitesmith-in-block): Back out the compensation for
10122 opening parens since it's done using `add' lists in the style
10123 definition instead. Don't use the anchor position since it varies
10124 too much between the syntactic symbols. :P
10125
10126 * progmodes/cc-vars.el (c-valid-offset): Update.
10127
10128 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10129 lists where the offsets are combined according to several
10130 different methods: `first', `min', `max', and `add'.
10131 Report offset evaluation errors with `c-benign-error' so that some kind
10132 of reindentation still is done.
10133
10134 * progmodes/cc-engine.el (c-guess-basic-syntax):
10135 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10136 `arglist-close'.
10137
10138 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10139 situations for `arglist-cont-nonempty' and `arglist-close'.
10140
10141 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10142
10143 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10144 cc-bytecomp-boundp' in a number of places.
10145
10146 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10147 macro related issue.
10148
10149 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10150
10151 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10152 list is now [asdf], a char class [:alpha:].
10153 Include code for char classes.
10154 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10155 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10156
10157 Remove (nearly all of) the cruft associated with AWK Mode's former
10158 concept of "virtual semicolons":
10159
10160 Adapt c-beginning-of-statement, c-end-of-statement (together with
10161 subfunctions) to use the new notion of "virtual semicolon" in
10162 place of the old awkward special handling for AWK. There remains
10163 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10164 * progmodes/cc-cmds.el:
10165 (c-ascertain-adjacent-literal): In the backwards direction, now
10166 recognises AWK regexp delimiters as string delimiters.
10167 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10168 check more rigorously for "end of macro".
10169 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10170 virtual semicolons;
10171 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10172 out the code for forward movement into ...
10173 (c-end-of-statement): Now contains the code for forward movement,
10174 adapted for virtual semicolons.
10175
10176 * progmodes/cc-engine.el:
10177 (c-ws*-string-limit-regexp): New regexp.
10178 (c-forward-single-comment, c-backward-single-comment): Comment out
10179 the (now redundant) "special" AWK stuff.
10180
10181 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10182 c-string-par-start, c-string-par-separate to be more like Text
10183 Mode than Fundamental Mode.
10184
10185 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10186
10187 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10188 to the fontified region so that fontification doesn't occur
10189 outside it (could happen e.g. when fontifying a line with an
10190 unfinished declaration).
10191
10192 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10193
10194 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10195 start of the file. ^L now separate sections of the file.
10196 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10197 (c-awk-one-line-possibly-open-string-re)
10198 (c-awk-regexp-one-line-possibly-open-char-class-re)
10199 (c-awk-one-line-possibly-open-regexp-re)
10200 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10201 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10202
10203 Amend the concept of "virtual semicolons" (in the indentation
10204 engine) for languages like AWK, such that they are now
10205 conceptually attached to end of the last token of a statement, not
10206 the end of the line. (In AWK Mode, however, the pertinent text
10207 property is still physically set on the EOL.) Remove the specific
10208 tests for awk-mode, thus facilitating the introduction of other
10209 language modes where EOLs can end statements.
10210 (Note: The funtionality in cc-cmds.el, specifically
10211 c-beginning/end-of-statement has yet to be amended.)
10212
10213 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10214 New macros.
10215
10216 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10217 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10218 c-vsemi-status-unknown-p-fn (in a new page).
10219
10220 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10221 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10222 numerous awkward forms like
10223 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10224 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10225 variable before-ws-ip, the place just after char-before-ip appears.
10226
10227 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10228 a comment.
10229
10230 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10231
10232 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10233 `c-tentative-buffer-changes'.
10234
10235 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10236 convert to macro to choose between Emacs and XEmacs at compile time.
10237
10238 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10239
10240 (c-tentative-buffer-changes): New macro to handle temporary buffer
10241 changes in a convenient way.
10242
10243 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10244 for `c-tentative-buffer-changes'.
10245
10246 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10247 the checks for paren sexps between the point and the keyword, to
10248 avoid some false alarms.
10249
10250 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10251 Fixed a situation where an error could be thrown for unbalanced
10252 parens. Changed to make use of c-keyword-member' to avoid some
10253 repeated regexp matches.
10254
10255 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10256 These language variable are no longer necessary.
10257
10258 (c-block-stmt-kwds): New language constant used by
10259 c-looking-at-inexpr-block'.
10260
10261 (c-guess-basic-syntax): Remove an optional check that looked at
10262 the existence of the now removed language variables.
10263
10264 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10265 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10266 object instantiation expressions as declarations in some contexts.
10267 This bug only affected languages where the declarator can't be
10268 enclosed in parentheses.
10269
10270 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10271 insert newlines before and after substatement braces.
10272
10273 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10274 function declaration headers and the handling of C++ style member
10275 init lists.
10276
10277 (c-just-after-func-arglist-p): Rewritten to use
10278 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10279
10280 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10281
10282 (c-guess-basic-syntax): Adapt case 5B for the new
10283 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10284 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10285 covers all cases now).
10286
10287 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10288
10289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10290
10291 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10292 c-string-par-start/separate c-sentence-end-with-esc-eol,
10293 initialised in c-setup-paragraph-variables, used in string
10294 scanning subroutines of c-beginning-of-statement.
10295
10296 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10297 which precedes the newly inserted `{'.
10298
10299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10300
10301 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10302 function for declaration level blocks. It should now cope with
10303 templates better and also be a lot more comprehensible.
10304
10305 (c-looking-at-decl-block): The new function.
10306
10307 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10308 for compatibility.
10309
10310 (c-add-class-syntax, c-guess-continued-construct)
10311 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10312
10313 (c-decl-block-key): Change to tell apart ambiguous and
10314 unambiguous keywords. Pike specials are now handled directly in
10315 the code instead.
10316
10317 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10318 New language constants and variables to make the backward skip in
10319 `c-looking-at-decl-block' as tight as possible.
10320
10321 (c-nonsymbol-token-char-list): New language constant.
10322
10323 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10324 find balanced template arglists backwards.
10325
10326 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10327 making char classes for `c-syntactic-skip-backward'.
10328
10329 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10330 16D - can't be a class-close at that point.
10331
10332 * progmodes/cc-engine.el (c-guess-basic-syntax)
10333 (c-add-class-syntax): Don't narrow out the enclosing declaration
10334 level. This makes everything a lot easier, and it was actually
10335 only four small places that needed it to work. Some places that
10336 previously did `widen' are removed now, which has the effect that
10337 `c-guess-basic-syntax' never will look at things outside the
10338 current narrowment now. The anchor position for `topmost-intro'
10339 is affected by this, but it was so bogus it was basically useless
10340 before, and now it's equally bogus but in a slightly different way.
10341
10342 (c-narrow-out-enclosing-class): Gone.
10343
10344 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10345 the narrowed region.
10346
10347 (c-least-enclosing-brace): Remove silly optional argument.
10348
10349 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10350 the point could be left directly after an open paren when finding
10351 the beginning of the first decl in the block.
10352
10353 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10354 Specify which submatch to use.
10355
10356 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10357
10358 (c-decl-start-re): No longer any need for special treatment of
10359 ObjC due to the above.
10360
10361 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10362 presumably follows C in that regard.
10363
10364 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10365 New language constants to specify operator tokens inside
10366 identifiers in a more high level way.
10367
10368 (c-opt-identifier-prefix-key): New internal language constant.
10369
10370 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10371 (c-identifier-start, c-identifier-key): Now completely calculated
10372 from other constants.
10373
10374 (c-identifier-last-sym-match): Decommission since it's no longer used.
10375
10376 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10377
10378 * progmodes/cc-engine.el (c-forward-name): Remove the
10379 optimization when c-identifier-key is equal to c-symbol-key since
10380 it doesn't work in byte compiled files. Don't record empty
10381 regions as identifiers.
10382
10383 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10384 simplify access to `c-operators' and its likes.
10385
10386 (c-operator-list, c-all-op-syntax-tokens)
10387 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10388 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10389 (c-primary-expr-regexp, c-cast-parens): Use it.
10390
10391 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10392 an explicit language in functions.
10393
10394 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10395 variant of adornment.
10396
10397 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10398 variable.
10399
10400 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10401 the Pike value.
10402
10403 * progmodes/cc-engine.el (c-on-identifier)
10404 (c-simple-skip-symbol-backward): Small fix for handling "-"
10405 correctly in `skip-chars-backward'. Affected the operator lfun
10406 syntax in Pike.
10407
10408 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10409 diagnostic message about precompiled language vars not being used.
10410
10411 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10412 "__attribute__" is followed by a parenthesis.
10413
10414 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10415 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10416 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10417
10418 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10419 Internal cleanups to properly detect the declared identifiers in
10420 various declarations.
10421
10422 (c-decl-start-kwds): New language constant to recognize
10423 declarations that can start anywhere. Used for class declarations
10424 in Pike.
10425
10426 (c-specifier-key, c-not-decl-init-keywords)
10427 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10428 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10429
10430 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10431 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10432 handling of the compiler specific extension keywords into a new
10433 language constant `c-decl-hangon-kwds' that defines keyword
10434 clauses to be ignored in declarations.
10435
10436 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10437 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10438 Necessary to stop at the declared identifier in e.g. IDL valuetype
10439 declarations.
10440
10441 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10442 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10443 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10444 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10445 class and enum declarations as such and not as part of the type.
10446
10447 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10448 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10449
10450 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10451 declarations when there's some syntax error later on.
10452
10453 (c-complex-decl-matchers): Did away with a reference to
10454 `c-specifier-key'.
10455
10456 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10457 value - this variable is always dynamically bound.
10458
10459 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10460 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10461 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10462 functions that might do hidden buffer changes: All such internal
10463 functions are now marked instead of those that don't.
10464
10465 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10466 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10467 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10468 (c-literal-type): Allow these functions to make hidden buffer changes,
10469 so that they are free to use text property caching later on.
10470
10471 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10472 (c-electric-brace, c-electric-slash, c-electric-star)
10473 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10474 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10475 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10476 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10477 with the changed semantics of the functions above.
10478
10479 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10480 when macros occur in obscure places. Optimized the sexp movement
10481 a bit.
10482
10483 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10484
10485 Enhancements for c-beginning-of-statement to work in AWK Mode:
10486
10487 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10488 (completed statement) with `}' (statement completed by closing
10489 brace or semicolon) and `$' (statement completed by EOL).
10490
10491 (c-awk-virtual-semicolon-ends-prev-line-p)
10492 (c-awk-virtual-semicolon-ends-line-p)
10493 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10494 (c-awk-at-statement-end-p): New functions.
10495
10496 * progmodes/cc-cmds.el: Simplify the structure of functions
10497 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10498 two functions and c-beginning-of-statement to handle AWK Mode.
10499
10500 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10501 c-backward-single-comment for AWK mode. Attempt to clarify their
10502 doc-strings.
10503
10504 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10505
10506 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10507
10508 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10509 label handling. Labels are now recognized in a uniform and more
10510 robust way, regardless of context. Text properties are put on all
10511 labels to recognize the following declarations better.
10512 Multiword labels are handled both in indentation and fontification for
10513 the benefit of language extensions like Qt. For consistency, keywords
10514 in labels are now fontified with the label face instead.
10515 That also applies to "case" and "default".
10516
10517 (c-beginning-of-statement-1): Fix some bugs in the label
10518 handling. Disregard `c-nonlabel-token-key' in labels that begin
10519 with `c-label-kwds'.
10520
10521 (c-find-decl-spots): Support that the callback adds more
10522 `c-decl-end' spots to find.
10523
10524 (c-forward-decl-or-cast-1): Don't treat a list of plain
10525 identifiers followed by a colon as a declaration.
10526
10527 (c-forward-label): New function to recognize labels.
10528
10529 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10530 `c-forward-label'. Moved the label recognition cases (14 and 15)
10531 earlier since they aren't so context sensitive now. Handle labels
10532 on the top level gracefully. Moved access label recognition to
10533 the generic label case (CASE 15) - removed CASE 5E.
10534
10535 (c-font-lock-declarations): Add recognition of labels in the
10536 same round since we need to handle labels in parallell with other
10537 declarations to recognize both accurately. It should also improve
10538 speed.
10539
10540 (c-simple-decl-matchers, c-basic-matchers-after):
10541 Move `c-font-lock-labels' so that it only is used on decoration level 2
10542 since `c-font-lock-declarations' handles it otherwise.
10543
10544 (c-complex-decl-matchers): Remove the simplistic recognition of
10545 access labels.
10546
10547 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10548 with labels earlier.
10549
10550 (c-decl-start-re): New language variable to make
10551 `c-font-lock-declarations' stop for the special protection labels
10552 in Objective-C that start with `@'.
10553
10554 (c-label-key): Remove since it's no longer used.
10555
10556 (c-recognize-colon-labels, c-label-prefix-re): New language
10557 constants to support recognition of generic colon-terminated labels.
10558
10559 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10560 are colon terminated labels.
10561
10562 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10563 first argument starts with a special brace list.
10564
10565 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10566 (c-font-lock-declarations): Break out the declaration and cast
10567 recognition from `c-font-lock-declarations' to a new function, so
10568 that it can be used in the indentation engine.
10569
10570 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10571 up to the start of the literal. Fixed bug with the point on the
10572 wrong side of the search limit that could happen when the start
10573 position is inside a literal.
10574
10575 * progmodes/cc-engine.el (c-parse-state)
10576 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10577 so that it's kept a little bit back to increase the hit rate.
10578
10579 (c-parse-state): Change the macro handling and fixed some
10580 glitches. Macro context is checked more often than necessary now,
10581 but otoh less garbage conses are generated.
10582
10583 * progmodes/cc-engine.el (c-parse-state)
10584 (c-invalidate-state-cache): Cache the last position where
10585 `c-state-cache' applies. This can speed up refontification quite
10586 a bit in blocks where there are many non-brace parens before the point.
10587
10588 (c-state-cache-end): New variable for this.
10589
10590 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10591 cache variable.
10592
10593 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10594 get close initial continue positions when the start position is
10595 inside a literal or macro. Do not call the callback for spots
10596 before the start position (which can happen e.g. for `c-decl-end'
10597 spots inside comments). Optimize better in special cases when the
10598 region is a single line inside a literal or macro (typically when
10599 the current line is refontified).
10600
10601 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10602 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10603 entries from the paren state.
10604
10605 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10606 special case for "else if" clauses.
10607
10608 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10609 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10610
10611 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10612 New language variable to recognize the gcc extension with statement
10613 blocks inside expressions.
10614
10615 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10616 it somewhat more comprehensible. The argument AT-BLOCK-START is
10617 no longer used and hence removed.
10618
10619 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10620 to `c-add-stmt-syntax'.
10621
10622 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10623 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10624 This fixes bogus label recognition.
10625
10626 * progmodes/cc-engine.el (c-add-type, c-check-type)
10627 (c-forward-name, c-forward-type): Improve storage of template
10628 types in `c-found-types' so that they can be recognized better.
10629
10630 (c-syntactic-content): Add option to skip past nested parens.
10631
10632 * progmodes/cc-engine.el (c-forward-name):
10633 Set `c-last-identifier-range' all the time. It's less work that way.
10634 Handle that there might not be an identifier to store in
10635 `c-last-identifier-range'.
10636
10637 (c-forward-type): Handle that `c-last-identifier-range' might be
10638 nil from `c-forward-name'.
10639
10640 * progmodes/cc-defs.el (c-safe-scan-lists)
10641 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10642
10643 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10644 to work even if the form fails.
10645
10646 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10647 down in a large file in one go.
10648
10649 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10650
10651 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10652 function which is like `c-lineup-math' but returns nil instead of
10653 `c-basic-offset' when it doesn't match.
10654
10655 (c-lineup-math): Change to use `c-lineup-assignments'.
10656
10657 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10658
10659 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10660 c-beginning-of-statement. New subfunctions
10661 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10662
10663 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10664
10665 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10666 hardcoded char classes whereever possible. Changed a couple of
10667 places to use skip by syntax instead of skip by char class.
10668
10669 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10670 Fix a bug in the regexp that caused extreme backtracking.
10671
10672 * progmodes/cc-langs.el (c-block-comment-starter)
10673 (c-block-comment-ender): New language constants to specify in a
10674 single place how block comments look.
10675
10676 (c-comment-start-regexp, c-block-comment-start-regexp)
10677 (comment-start, comment-end, comment-start-skip)
10678 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10679 (c-syntactic-ws, c-nonempty-syntactic-ws)
10680 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10681 `c-line-comment-starter', `c-block-comment-starter' and
10682 `c-block-comment-ender'.
10683
10684 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10685 New language constants to break up things a bit.
10686
10687 (c-simple-ws): New language constant for simple whitespace.
10688
10689 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10690
10691 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10692 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10693 newlines. Allow and ignore nil elements in the list.
10694
10695 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10696
10697 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10698 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10699
10700 * progmodes/cc-cmds.el: Tidy up the comments in
10701 c-beginning-of-statement and subfunctions.
10702
10703 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10704 more flexible c-put-char-property and c-clear-char-properties.
10705 Add the author's email address.
10706
10707 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10708
10709 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10710 closing "*/" of a block comment.
10711
10712 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10713 subfunctions) so that it works at BOB and EOB.
10714
10715 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10716 c-beginning-of-statement, including new variable
10717 c-block-comment-start-regexp.
10718
10719 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10720
10721 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10722 symbols from `*-font-lock-extra-types' so that there's no need to
10723 use `regexp-opt' on those lists.
10724
10725 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10726 `c-type-modifier-kwds' is empty.
10727
10728 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10729 there are several strings on the same line.
10730
10731 * progmodes/cc-engine.el (c-literal-limits): Remove the
10732 compatibility function for older emacsen. `c-literal-limits-fast'
10733 has now taken the place of this function.
10734
10735 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10736 with older emacsen: We now require `pps-extended-state'.
10737
10738 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10739
10740 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10741 which obviates the need to hack sentence-end. This now handles
10742 escaped newlines in strings correctly. Correct minor bugs in
10743 c-move-over-sentence and in c-beginning-of-statement.
10744
10745 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10746 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10747 that movement over macros and code are rigorously separated from
10748 eachother. Correct a few incidental bugs.
10749
10750 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10751 Improve its doc-string. Improve the handling of certain specific cases.
10752
10753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10754
10755 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10756 (c-guess-basic-syntax): Change the way class-level labels are
10757 recognized; they can now contain essentially any symbols.
10758
10759 (c-opt-extra-label-key): New language variable to cope with the
10760 special protection label syntax in Objective-C.
10761
10762 (c-opt-access-key): Remove; this is now handled better by
10763 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10764
10765 (c-complex-decl-matchers): Update to handle that
10766 `c-opt-access-key' no longer exists.
10767
10768 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10769 improved label recognition in `c-beginning-of-statement-1'.
10770
10771 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10772 Recognize bitfields better.
10773
10774 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10775 Remove some cruft and fixed a bug that could cause it to go to a
10776 position further down.
10777
10778 * progmodes/cc-langs.el, cc-engine.el
10779 (c-beginning-of-statement-1): Improve detection of labels in
10780 declaration contexts.
10781
10782 (c-beginning-of-decl-1): Use it.
10783
10784 (c-nonlabel-token-key): New language constant and variable needed
10785 by `c-beginning-of-statement-1'.
10786
10787 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10788 manifested itself due to the correction in `c-forward-sexp'.
10789
10790 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10791 Make these behave as documented when used at the buffer limits.
10792
10793 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10794 (c-type-decl-end-used): Made this a language variable.
10795
10796 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10797 correctly when `combine-after-change-calls' is used together with
10798 temporary narrowings.
10799
10800 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10801 Report labels correctly when the start point is immediately after the
10802 colon.
10803
10804 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10805 Remove since it isn't used anymore.
10806
10807 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10808 bracket arglists such as template parens in C++.
10809
10810 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10811 in the last check-in. Some optimization.
10812
10813 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10814 where it could stop at the same level in a preceding sexp when
10815 PAREN-LEVEL is set.
10816
10817 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10818 text property lookup only when it's needed.
10819
10820 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10821 Change the policy for paren marked angle brackets to be more
10822 persistent; once marked they remain marked even when they're found
10823 to be unbalanced in the searched region. This should keep the
10824 paren syntax around even when individual lines are refontified in
10825 multiline template arglists.
10826
10827 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10828 to control markup so that incorrect angle bracket arglists aren't
10829 marked in contexts where the correct value for
10830 `c-disallow-comma-in-<>-arglists' isn't known.
10831
10832 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10833 argument has become `c-parse-and-markup-<>-arglists'.
10834
10835 (c-remove-<>-arglist-properties): Remove - no longer used.
10836
10837 (c-after-change-check-<>-operators): New function used on
10838 `after-change-functions' to avoid that "<" and ">" characters that
10839 are part of longer operators have paren syntax.
10840
10841 (c-<>-multichar-token-regexp): New language variable used by
10842 `c-after-change-check-<>-operators'.
10843
10844 (c-after-change): Call `c-after-change-check-<>-operators'.
10845
10846 (c-font-lock-<>-arglists): Use the context properties set by
10847 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10848 correctly to avoid doing invalid markup.
10849
10850 (c-font-lock-declarations): Remove code that undoes the invalid
10851 markup done by `c-font-lock-<>-arglists'.
10852
10853 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10854 after `c-font-lock-declarations'.
10855
10856 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10857 Add paren-level feature.
10858
10859 (c-guess-basic-syntax): Improve the anchor position for
10860 `template-args-cont' in nested template arglists. There's still
10861 much to be desired in this area, though.
10862
10863 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10864
10865 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10866 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10867
10868 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10869
10870 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10871 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10872
10873 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10874 it doesn't work no longer are supported.
10875
10876 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10877 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10878 requires support for the syntax-table' text property, which rules
10879 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10880 cruft associated with those versions.
10881
10882 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10883 for the `syntax-table' text property, which rules out Emacs 19 and
10884 XEmacs < 21.4. Removed various compatibility cruft associated
10885 with those versions.
10886
10887 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10888 support for the `syntax-table' text property.
10889
10890 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10891 variable and use an extra quoted face name instead. All the
10892 emacsen flavors handle that correctly.
10893
10894 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10895 (c-font-lock-declarators, c-font-lock-declarations)
10896 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10897 property to mark the items in in declarator lists to handle
10898 refontification inside multiline declarations better.
10899
10900 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10901 construct like "a * b = c;" as a declaration.
10902
10903 2005-12-08 Kim F. Storm <storm@cua.dk>
10904
10905 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10906 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10907 select either meta, hyper, or super modifier for rectangle commands.
10908 (cua--rectangle-modifier-key): New defvar.
10909 (cua--M/H-key): Use it. Remove special case for `space'.
10910 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10911 on X, to meta otherwise. Always bind C-return to toggle
10912 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10913
10914 * emulation/cua-rect.el (cua-help-for-rectangle):
10915 Use cua--rectangle-modifier-key. Handle super modifier too.
10916 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10917 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10918
10919 * ido.el: Move Acknowledgements and History after Commentary.
10920 Minor changes to Commentary.
10921
10922 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10923 keymap if cua--prefix-override-timer is `shift'.
10924 (cua--shift-control-prefix): New function; emulate "type prefix
10925 key twice" functionality to handle shifted prefix key override.
10926 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10927 New commands.
10928 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10929
10930 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10931
10932 * textmodes/org.el (org-insert-heading): Try to do items before
10933 headings.
10934 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10935 (org-insert-item): New function.
10936 (org-renumber-ordered-list): Don't skip to higher level lists.
10937
10938 2005-12-08 Juri Linkov <juri@jurta.org>
10939
10940 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10941
10942 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10943
10944 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10945
10946 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10947 the constructed function name fun-1.
10948
10949 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10950 because such links don't lead to parent documentation.
10951
10952 2005-12-08 Kenichi Handa <handa@m17n.org>
10953
10954 * descr-text.el (describe-char): Use *Help-2* buffer if the
10955 current buffer is *Help*. Call describe-text-properties while
10956 setting the original buffer.
10957
10958 2005-12-07 Bill Wohler <wohler@newt.com>
10959
10960 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10961 and causes problems with non-MH users (such as Gnus users).
10962
10963 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10964
10965 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10966 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10967 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10968 command "info sources". Move calls to GDB command "list".
10969 (gdb-find-file-hook): Just use gdb-source-file-list.
10970 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10971 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10972 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10973 (gdb-data-list-register-values-handler): Use correct trigger name.
10974
10975 2005-12-07 Kim F. Storm <storm@cua.dk>
10976
10977 * ido.el (ido-completion-map): Rename from ido-mode-map.
10978 (ido-common-completion-map, ido-file-completion-map)
10979 (ido-file-dir-completion-map, ido-buffer-completion-map):
10980 Rename from ido-mode-....-map.
10981 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10982 (ido-setup-completion-map): Rename from ido-define-mode-map.
10983 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10984 to ido-completion-map.
10985
10986 2005-12-07 Kenichi Handa <handa@m17n.org>
10987
10988 * international/mule-cmds.el
10989 (set-display-table-and-terminal-coding-system): If the coding
10990 system specified in `unibyte-display' property is different from
10991 the arg coding-system, don't setup standard-display-table.
10992
10993 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10996 that comments end at \n, regardless of selective-display.
10997
10998 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10999
11000 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11001 (gdb-version): New variables.
11002 (gdb-source-file-list, gdb-register-names)
11003 (gdb-changed-registers): New variables for use with GDB 6.4+.
11004 (gdb-ann3): Replace with...
11005 (gdb-init-1, gdb-init-2): ...two new functions.
11006 (gdba, gdb-prompt): Call gdb-init-1.
11007 (gdb-get-version): New function. Call gdb-init-2 from here.
11008 (gud-watch): Make it work with mouse events too.
11009 (gdb-post-prompt): Don't add to queue until GDB version is known.
11010 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11011 (gdb-locals-mode): Use gdb-version.
11012 (gdb-memory-format-map, gdb-memory-unit-map)
11013 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11014 (gdb-locals-font-lock-keywords-1)
11015 (gdb-locals-font-lock-keywords-2): New variables.
11016 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11017 (gdb-set-gud-minor-mode-existing-buffers-1)
11018 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11019 (gdb-var-update-1, gdb-var-update-handler-1)
11020 (gdb-data-list-register-values-handler)
11021 (gdb-data-list-register-values-custom)
11022 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11023 (gdb-stack-list-locals-handler, gdb-get-register-names):
11024 New functions for use with GDB 6.4+.
11025 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11026 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11027 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11028 (gdb-stack-list-locals-regexp)
11029 (gdb-data-list-register-names-regexp): New regexps for use with
11030 GDB 6.4+.
11031
11032 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11035
11036 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11037
11038 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11039 prompts work for AUTH PLAIN. Also reported by Steve Allan
11040 <seallan@verizon.net>.
11041
11042 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11043
11044 * frame.el (set-frame-parameter): Add doc string.
11045
11046 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11047
11048 * textmodes/org.el (org-occur-highlights): New variable.
11049 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11050 (org-highlight-sparse-tree-matches): New option.
11051 (org-do-occur): New function.
11052 (org-get-heading): Make it work also at beginning of line.
11053 (org-category-table): New variable.
11054 (org-get-category-table, org-get-category)
11055 (org-camel-to-words, org-link-search): New functions.
11056 (org-select-this-todo-keyword): New variable.
11057 (org-todo-list): New command.
11058 (org-shiftright, org-shiftleft): New commands.
11059 (org-agenda-todo): Add prefix argument.
11060 (org-show-hierarchy-above): New option.
11061 (org-show-todo-tree): Numerical prefix creates tree for specific
11062 TODO keyword.
11063 (org-outline-level): New function, to assign a level to plain
11064 lists items.
11065 (org-cycle-include-plain-lists): New option.
11066 (org-mode): Use `org-outline-level' as value of `outline-level'.
11067 (org-cycle): Temporarily switch `outline-regexp' if
11068 `org-cycle-include-plain-lists' is non-nil.
11069 (org-start-icalendar-file): Fix format bug.
11070 (org-agenda-get-day-entries): Create category table.
11071 (org-agenda-get-todos, org-agenda-get-timestamps)
11072 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11073 (org-agenda-get-blocks): Use `org-get-category'.
11074 (org-context-in-file-links): Rename from
11075 `org-line-numbers-in-file-links'.
11076
11077 2005-12-06 Romain Francoise <romain@orebokech.com>
11078
11079 * window.el (balance-windows): Delete extraneous third arg in call
11080 to `enlarge-window'.
11081
11082 2005-12-06 Kenichi Handa <handa@m17n.org>
11083
11084 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11085
11086 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el (gdb-var-create-handler)
11089 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11090 (gdb-var-list-children-handler, gdb-var-update-handler):
11091 Current buffer is already gdb-partial-output-buffer, don't
11092 make it current again.
11093
11094 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11095
11096 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11097 (list-buffers-noselect): Use it.
11098
11099 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11102 (mail-yank-ignored-headers): Use regexp-opt.
11103 (mail-mode-map): Move initialization into declaration.
11104 (mail-sent-via): Remove unused shadowed var `to-line'.
11105 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11106 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11107 (mail-do-fcc): Use dolist and push.
11108 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11109 (mail-yank-ignored-headers): Don't autoload.
11110
11111 2005-12-05 Kenichi Handa <handa@m17n.org>
11112
11113 * international/mule-cmds.el (set-language-info-internal): New fun.
11114 (set-language-info): Call set-language-info-internal to update
11115 language-info-alist. If LANG-ENV is the current one, call
11116 set-language-environment to make INFO effective now.
11117 (set-language-info-alist): Likewise.
11118 (locale-language-names): With locale "en", use English
11119 lang. env. but set the default codings to iso-8859-1.
11120
11121 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11122
11123 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11124 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11125 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11126 for plain strings.
11127 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11128 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11129 Create registers buffer if necessary. Echo new state in minibuffer.
11130 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11131
11132 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11133
11134 * info.el (Info-fontify-node): Match external links using
11135 non-directory part of filename.
11136
11137 2005-12-04 Juri Linkov <juri@jurta.org>
11138
11139 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11140 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11141 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11142 because there is no customization option for it.
11143
11144 * font-lock.el (lisp-font-lock-keywords-1):
11145 Add define-global-minor-mode.
11146
11147 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11148
11149 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11150 properties on the constructed variable names.
11151
11152 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11153 Put `definition-name' properties on the constructed function names
11154 next-sym and prev-sym.
11155
11156 * emacs-lisp/find-func.el (find-function-regexp):
11157 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11158 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11159 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11160 and easy-menu-define.
11161
11162 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11163 easy-mmode-define-global-mode and define-global-minor-mode.
11164 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11165
11166 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11167 instead of easy-mmode-define-global-mode.
11168
11169 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11170 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11171
11172 * cus-edit.el (customize-group, customize-group-other-window):
11173 Filter out autoloaded options from the group completion list by
11174 using heuristics that autoloaded groups don't have `custom-autoload'
11175 property on their symbols (they have only `custom-loads').
11176
11177 * simple.el (completion-setup-function): Put completions-common-part
11178 face on complete completion string too (i.e. completion string
11179 without completions-first-difference face).
11180
11181 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11182
11183 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11184
11185 * view.el (view-mode): Doc fix.
11186
11187 * disp-table.el (standard-display-european): Add to the warning
11188 message a reference to the doc string.
11189
11190 * play/yow.el (apropos-zippy): Call print-help-return-message,
11191 similar to other Help and Apropos commands.
11192
11193 * help.el (print-help-return-message): If pop-up-frames is
11194 non-nil, set up help-return-method to delete the help window and,
11195 possibly, its frame as well, and don't display message about
11196 scrolling the help window. Doc fix.
11197 (help-return-method): Doc fix.
11198
11199 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11200
11201 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11202 whereby names of length one or names starting with a
11203 symbol-constituent character would not be returned.
11204
11205 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11206
11207 * subr.el (atomic-change-group): Add edebug and indentation spec.
11208
11209 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * completion.el (save-completions-file-name): Fix typo in last change.
11212
11213 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11214
11215 * info.el: Move back/forward history to the beginning of the tool bar.
11216
11217 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11218
11219 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11220 Add fset of allout-real-isearch-abort during compile to fix
11221 byte-compilation warnings.
11222 (allout-mode-p): Move definition of this macro above all uses, or
11223 byte compilation in barren emacs (eg, during emacs build) will
11224 lack the definition.
11225 (allout-mode): Move this variable above any uses, or byte
11226 compilation will fail.
11227 (allout-resolve-xref): Remove use of personal file-reference function.
11228 (allout-toggle-current-subtree-encryption): Do the current (ie,
11229 visible containing) topic, rather than nearest around point. Doc fix.
11230 (allout-toggle-subtree-encryption): New function, workhorse that
11231 works on nearest topic containing point.
11232 (allout-encrypt-string): Signal requirement for newer version of pgg.
11233 (allout-resumptions): Doc fix.
11234
11235 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11236
11237 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11238
11239 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11240
11241 * textmodes/flyspell.el (flyspell-external-point-words):
11242 Consider a misspelling as found in the string search if: (a) misspelling
11243 and found string lengths match, or (b) misspelling is found as
11244 element in a boundary-chars separated longer string, or (c)
11245 ispell-program-name is really ispell and misspelling is found as
11246 part of a TeX string. After successful match move beginning of
11247 search region to end of match. Warn about not found misspellings
11248 once the process is done.
11249 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11250
11251 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11252
11253 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11254 tool bar (removed inadvertently).
11255
11256 2005-12-02 Juri Linkov <juri@jurta.org>
11257
11258 * log-view.el (log-view-diff): Clarify doc string.
11259
11260 2005-12-01 Bill Wohler <wohler@newt.com>
11261
11262 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11263 triggers lm-verify errors.
11264
11265 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11266
11267 * simple.el (transient-mark-mode, line-number-mode)
11268 (column-number-mode, size-indication-mode): Remove `:require nil'.
11269
11270 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11271
11272 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11273 in the margin also.
11274 (gdb-breakpoints-mode-map): Use D instead of d for
11275 gdb-delete-breakpoint.
11276 (gdb-get-frame-number): Require a number to match on.
11277 (gdb-threads-mode-map): Add follow-link binding.
11278
11279 2005-11-30 Jason Rumney <jasonr@gnu.org>
11280
11281 * isearch.el (isearch-mode-map): Avoid exiting search on
11282 language-change event.
11283
11284 2005-11-30 Romain Francoise <romain@orebokech.com>
11285
11286 * speedbar.el (speedbar-default-position): New defcustom.
11287 (speedbar-frame-reposition-smartly): Use it.
11288
11289 * dframe.el (dframe-reposition-frame-emacs): Fix position
11290 computation for `left' location.
11291 Update copyright year.
11292
11293 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * help.el (help-map): Move initialization into declaration.
11296
11297 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11298
11299 * help-fns.el (help-argument-name): Don't autoload.
11300 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11301 to be re-loaded when customizing the `help' group.
11302
11303 2005-11-30 John Paul Wallington <jpw@gnu.org>
11304
11305 * help-fns.el (describe-function-1): Fill arglist output.
11306
11307 2005-11-30 Kim F. Storm <storm@cua.dk>
11308
11309 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11310 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11311 after revert-buffer (or anything else which kills all local variables).
11312
11313 * apropos.el (apropos-parse-pattern): Doc fix.
11314 Set apropos-regexp directly, rather than expecting callers to do so.
11315 (apropos-command, apropos, apropos-value, apropos-documentation):
11316 Simplify calls to apropos-parse-pattern.
11317
11318 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11321 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11322 (hi-lock-write-interactive-patterns): Use comment-region.
11323
11324 * longlines.el (longlines-mode): Add mail-setup-hook.
11325
11326 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11327
11328 * simple.el (sendmail-user-agent-compose, next-line):
11329 Conditionally use hard-newline.
11330
11331 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11332
11333 * international/latexenc.el (latex-inputenc-coding-alist):
11334 Reword doc string.
11335
11336 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * help.el (describe-key-briefly, describe-key): Recognize default
11339 bindings.
11340
11341 2005-11-29 Romain Francoise <romain@orebokech.com>
11342
11343 * view.el (view-inhibit-help-message): New defcustom.
11344 (view-mode-enter): Use it.
11345
11346 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11347
11348 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11349 Preserve user position.
11350
11351 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11352
11353 * font-lock.el: Throw error if facemenu is not loaded to prevent
11354 accidental change of loading order in loadup.el. (Suggested by RMS.)
11355
11356 * loadup.el: Add comment explaining why facemenu must be loaded
11357 before font-lock.
11358
11359 2005-11-28 Jay Belanger <belanger@truman.edu>
11360
11361 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11362 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11363
11364 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11365
11366 * calc/calc-embed.el (calc-do-embedded): Update help message.
11367
11368 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11369
11370 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11373
11374 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11375 called-interactively-p.
11376 (elp-profilable-p): Rename from elp-not-profilable-p.
11377 Invert result and take into account macros and autoloaded functions.
11378 (elp-instrument-function): Update call.
11379 (elp-instrument-package): Update call. Add completion.
11380 (elp-pack-number): Use match-string.
11381 (elp-results-jump-to-definition-by-mouse): Merge into
11382 elp-results-jump-to-definition and then remove.
11383 (elp-output-insert-symname): Make help echo text single-line.
11384
11385 * replace.el (query-replace-map): Move initialization into declaration.
11386 (occur-engine): Use with-current-buffer.
11387 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11388 (occur-mode-mouse-goto): Replace with an alias.
11389
11390 2005-11-28 Juri Linkov <juri@jurta.org>
11391
11392 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11393
11394 * term/w32-win.el: Bind [S-tab] to [backtab].
11395
11396 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11397 `Info-find-file' to t.
11398
11399 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11400 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11401 and same-window-regexps.
11402 (occur-next-error): Don't move point for arg 0.
11403
11404 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11407
11408 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * log-edit.el (log-edit-changelog-use-first): New var.
11411 (log-edit-changelog-ours-p): Use it.
11412 (log-edit-insert-changelog): Set it with new arg `use-first'.
11413 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11414 (log-edit-hook): Add them to the list of suggested options.
11415
11416 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11417 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11418 redundant work.
11419 (flyspell-mode-on): Use add-hook for after-change-functions.
11420 (flyspell-mode-off): Use remove-hook for after-change-functions.
11421 (flyspell-changes): Make it buffer-local.
11422 (flyspell-after-change-function): Make it non-interactive. Use push.
11423 (flyspell-post-command-hook): Check input-pending-p while processing
11424 the potentially long list of buffer changes.
11425
11426 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11427
11428 * buff-menu.el (list-buffers-noselect): Display the selected
11429 frame's buffer list, not the global one.
11430
11431 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11434 that (list last-input-event) works as in interactive spec.
11435
11436 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11437
11438 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11439 `facemenu-keymap' needs to be defined when font-lock is loaded.
11440 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11441
11442 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * completion.el: Remove useless leading * in defcustom docstrings.
11445 (save-completions-file-name): Use ~/.emacs.d if available.
11446 (completion-standard-syntax-table): Rename from
11447 cmpl-standard-syntax-table and fold initialization into declaration,
11448 thus removing cmpl-make-standard-completion-syntax-table.
11449 (completion-lisp-syntax-table, completion-c-syntax-table)
11450 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11451 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11452 (symbol-under-point, symbol-before-point)
11453 (symbol-under-or-before-point, symbol-before-point-for-complete)
11454 (add-completions-from-c-buffer): Use with-syntax-table.
11455 (make-completion): Don't return a list of completion entries.
11456 Update callers.
11457 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11458 (completion-initialize): Rename from initialize-completions.
11459 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11460 (kill-emacs-save-completions): Collect stats here.
11461 (save-completions-to-file, load-completions-from-file):
11462 Use with-current-buffer.
11463 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11464 into a function. Move all calls to toplevel.
11465 (completion-lisp-mode-hook): New fun.
11466 (completion-c-mode-hook, completion-setup-fortran-mode):
11467 Set the syntax-table here. Use local-set-key.
11468 (completion-saved-bindings): New var.
11469 (dynamic-completion-mode): Make it into a proper minor mode.
11470 (load-completions-from-file): Remove unused var `num-uses'.
11471
11472 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11473 constructor if it is explicitly overridden.
11474
11475 * complete.el (PC-completion-as-file-name-predicate):
11476 Use minibuffer-completing-file-name.
11477 (partial-completion-mode): Use find-file-not-found-functions.
11478 (PC-lisp-complete-symbol): Use with-syntax-table.
11479 (PC-look-for-include-file): Remove dead setq.
11480 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11481 (PC-complete): Use with-current-buffer.
11482
11483 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11484 escape single quotes.
11485
11486 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11487
11488 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11489 of `if' whose condition always returned nil. Doc fix.
11490
11491 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11492 window's buffer the current buffer around the call to
11493 `list-buffers-noselect'. This is necessary to mark that buffer
11494 with a `.' in the Buffer Menu when called from Lisp, for instance
11495 by Auto Revert Mode.
11496
11497 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11498
11499 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11500 attaching to it.
11501 (gdb-pre-prompt): Make sure gdb-error is reset.
11502
11503 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11504 with a child process, detect it.
11505 (gud-speedbar-buttons): Match regexp more carefully.
11506
11507 2005-11-27 Richard M. Stallman <rms@gnu.org>
11508
11509 * mouse.el (mouse-drag-move-window-bottom):
11510 Use adjust-window-trailing-edge.
11511
11512 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11513
11514 * simple.el (blink-matching-open): Ignore
11515 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11516 (blink-matching-paren-on-screen): Update docstring.
11517
11518 * paren.el (show-paren-mode): No longer change
11519 `blink-matching-paren-on-screen'.
11520
11521 2005-11-27 John Paul Wallington <jpw@pobox.com>
11522
11523 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11524 (gdb-threads-select, gdb-edit-register-value):
11525 Use `posn-set-point' instead of `mouse-set-point' because the
11526 latter is not fbound when configured without X.
11527
11528 2005-11-27 Kim F. Storm <storm@cua.dk>
11529
11530 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11531 existing face when partially highlighting a TAB in a rectangle.
11532
11533 2005-11-26 Kim F. Storm <storm@cua.dk>
11534
11535 * ido.el (ido-mode-map): Doc fix.
11536 (ido-mode-common-map, ido-mode-file-map)
11537 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11538 (ido-define-mode-map): Rewrite. Select one of the new maps as
11539 parent for ido-mode-map instead of building from scratch.
11540 (ido-init-mode-maps): New defun to initialize new maps.
11541 (ido-mode): Call it.
11542 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11543 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11544
11545 2005-11-26 John Paul Wallington <jpw@pobox.com>
11546
11547 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11548 `mouse-set-point' because the latter is not fbound when configured
11549 without X.
11550
11551 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11552
11553 * files.el (file-relative-name): Doc fix.
11554
11555 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11556
11557 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11558 non-empty string for secondary prompt PS2.
11559
11560 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * progmodes/compile.el (compilation-setup): Fix last change.
11563
11564 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11565
11566 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11567 (gdb-mouse-toggle-breakpoint-margin)
11568 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11569 Add gdb-server-prefix to keep out of command history.
11570 (gdb-edit-register-value): New function.
11571 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11572 (gdb-info-registers-custom): Use above map.
11573
11574 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11575
11576 * custom.el (enable-theme): Signal error if argument is not a
11577 theme. Don't recalculate a face if it's not loaded yet.
11578
11579 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11580 the `user' theme is in effect.
11581
11582 * info.el (Info-on-current-buffer): Record actual filename in
11583 Info-current-file, instead of t, or a fake filename if a non-file
11584 buffer. Make autoload.
11585 (Info-find-node, Info-revert-find-node): No need to check for
11586 Info-current-file nil.
11587 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11588 Info-current-file is now never `t'.
11589 (Info-fontify-node): Many simplifications due to Info-current-file
11590 always being valid. Use Info-find-file to find node filename.
11591
11592 2005-11-25 David Kastrup <dak@gnu.org>
11593
11594 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11595 new character, then delete" in order to preserve markers.
11596
11597 2005-11-25 David Ponce <david@dponce.com>
11598
11599 * recentf.el (recentf-arrange-by-rule): Handle a special
11600 `auto-mode-alist'-like "strip suffix" rule.
11601 (recentf-build-mode-rules): Handle second level auto-mode entries.
11602
11603 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11604
11605 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11606 window modes.
11607
11608 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11609 jde-javadoc-checker-report-mode.
11610
11611 * ediff-wind (ediff-make-wide-display): Slight simplification.
11612
11613 * ediff.el (ediff-date): Change the date of last update.
11614
11615 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11616
11617 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11618 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11619 (hi-lock-mode): New global minor mode.
11620 (turn-on-hi-lock-if-enabled): New function.
11621 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11622 Change arguments to regexp and face instead of a font-lock pattern.
11623 Directly set face property, instead of refontifying.
11624 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11625 (hi-lock-find-patterns): Use line-number-at-pos.
11626
11627 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11628 arguments for hi-lock-set-pattern.
11629 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11630 Call font-lock-fontify-buffer.
11631 (hi-lock-find-file-hook, hi-lock-current-line)
11632 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11633
11634 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11635 turned off.
11636
11637 * progmodes/compile.el (compilation-setup): Don't fiddle with
11638 font-lock-defaults.
11639
11640 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11641
11642 * progmodes/gdb-ui.el (gdb-var-create-handler)
11643 (gdb-var-list-children-handler): Find values for all variable
11644 objects. gud-speedbar-buttons decides whether to display them.
11645
11646 2005-11-24 Romain Francoise <romain@orebokech.com>
11647
11648 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11649 buffer name with a space.
11650
11651 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11652
11653 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11654 `org-export-local-list-max-depth'. Change default value to 3.
11655 (org-auto-renumber-ordered-lists)
11656 (org-plain-list-ordered-item-terminator): New options.
11657 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11658 (org-get-indentation, org-get-string-indentation)
11659 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11660 New functions.
11661 (org-move-item-down, org-move-item-up): New commands.
11662 (org-export-as-html): New classes for CSS support. Bug fix in
11663 regular expression detecting fixed-width regions. Respect
11664 `org-local-list-ordered-item-terminator'.
11665 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11666 also a list item.
11667 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11668 New item moving functions.
11669
11670 2005-11-24 Juri Linkov <juri@jurta.org>
11671
11672 * isearch.el (isearch-repeat): With empty search ring set
11673 `isearch-error' to the error string instead of signaling error
11674 with the function `error'.
11675
11676 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11677
11678 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11679
11680 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11681
11682 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11683 and variable.
11684 (gdb-var-create-handler, gdb-var-list-children-handler):
11685 Don't match on "char **...".
11686 (gdb-var-update-handler): Find values for all variable objects.
11687 (gdb-info-frames-custom): Identify frames by leading "#".
11688
11689 * progmodes/gud.el (gud-speedbar-menu-items): Add
11690 gdb-speedbar-auto-raise as radio button.
11691 (gud-speedbar-buttons): Raise speedbar if requested.
11692 Don't match on "char **...".
11693 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11694 Make it editable.
11695
11696 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * info.el (Info-fontify-node): Handle the case where
11699 Info-current-file is t.
11700
11701 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * simple.el (blink-matching-open): Fix off-by-one in last change.
11704
11705 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11706
11707 * term/mac-win.el: Don't change default directory.
11708
11709 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11712 buffers correctly. (It used to throw an error in such buffers.)
11713 Make it ask for confirmation in group buffers and other Custom
11714 buffers containing more than one customization item.
11715
11716 2005-11-22 John Paul Wallington <jpw@gnu.org>
11717
11718 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11719 property on mail and url overlays.
11720 (goto-address-at-point): Use `posn-set-point' instead of
11721 `mouse-set-point' because the latter is not fbound when configured
11722 without X.
11723
11724 2005-11-22 Lars Hansen <larsh@soem.dk>
11725
11726 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11727 (ls-lisp-classify, ls-lisp-format): Delete call to
11728 ls-lisp-parse-symlink.
11729 (ls-lisp-handle-switches): Handle symlinks to directories as
11730 directories when ls-lisp-dirs-first in non-nil.
11731
11732 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11733
11734 * startup.el (command-line): Make sure that loaddefs.el is handled
11735 correctly in load-history.
11736
11737 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11738
11739 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11740 (gdb-struct-string, gdb-array-string): New constants.
11741 (gdb-info-locals-handler): Use them.
11742 (gdb-reset): Reset gdb-var-list to nil.
11743
11744 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11747 in patterns.
11748
11749 2005-11-21 Juri Linkov <juri@jurta.org>
11750
11751 * custom.el (defcustom): Update link types in docstring.
11752
11753 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11754
11755 * custom.el (defgroup): Add doc-string-elt info.
11756
11757 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11758
11759 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * newcomment.el (comment-enter-backward): Fix last fix.
11762
11763 * simple.el (blink-matching-open):
11764 * paren.el (show-paren-function): Allow new paren-class info.
11765
11766 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11767
11768 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11769 handled automagically.
11770
11771 2005-11-20 Andreas Schwab <schwab@suse.de>
11772
11773 * descr-text.el (describe-char): When copying overlays put them
11774 over the full char description instead of just the first character
11775 of it.
11776
11777 2005-11-20 Juri Linkov <juri@jurta.org>
11778
11779 * simple.el (what-cursor-position):
11780 * descr-text.el (describe-char): Use Lisp-readable syntax
11781 for octal and hex. Reorder decimal, octal and hex values.
11782 Remove excess whitespace in the output. Use `=' in `column='
11783 like in `point=' and `Hscroll='.
11784
11785 * international/mule-cmds.el (encoded-string-description):
11786 Use Lisp-readable syntax for hex.
11787
11788 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * newcomment.el (comment-enter-backward): Handle the case where the
11791 comment is closed by EOB.
11792
11793 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11794
11795 * longlines.el (longlines-before-revert-hook)
11796 (longlines-after-revert-hook): New functions.
11797 (longlines-mode): Turn off longlines temporarily when reverting.
11798 Add a message-setup-hook.
11799 (longlines-decode-buffer): New function.
11800 (longlines-wrap-line): Preserve marker positions.
11801
11802 2005-11-19 Andreas Schwab <schwab@suse.de>
11803
11804 * emacs-lisp/shadow.el: Handle compressed files.
11805
11806 2005-11-19 Romain Francoise <romain@orebokech.com>
11807
11808 * net/browse-url.el (browse-url-default-browser): Signal an error
11809 if no usable browser can be found, rather than try to load w3.
11810
11811 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11812
11813 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11814 replacing existing properties.
11815 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11816 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11817 tty specs.
11818 (rcirc-server-prefix, rcirc-server): New faces.
11819 (rcirc-url-regexp): Generate with rx macro.
11820 (rcirc-last-server-message-time): New variable.
11821 (rcirc-filter): Record time of last message.
11822 (rcirc-keepalive): Kill processes that did not send a message
11823 since the last ping.
11824 (rcirc-mode): Give rcirc-topic a local binding here.
11825
11826 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11827
11828 * subr.el (read-passwd): Fontify the prompt as we do with other
11829 prompts.
11830
11831 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11832
11833 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11834 binding buffer-read-only to nil.
11835
11836 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11837
11838 * complete.el (partial-completion-mode):
11839 Mention completion-auto-help in the doc string.
11840
11841 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11842 more Lisp-ish way.
11843
11844 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11845
11846 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11847 digits, not 8, to avoid misalignment for files larger than 100MB.
11848
11849 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11850
11851 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11852 Mention "keyboard shortcuts" in the help text.
11853
11854 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11855
11856 * startup.el (fancy-splash-default-action): Discard only
11857 mouse-down and succeeding mouse-up events in the splash screen
11858 window so that drag-n-drop event can be processed.
11859
11860 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * longlines.el (longlines-mode): Add hacks for mail-mode and
11863 message-mode.
11864
11865 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11866
11867 * textmodes/org.el (org-table-sort-lines): New command.
11868 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11869 (org-add-file): Command removed, use `org-agenda-file-to-front'
11870 instead.
11871 (org-export-icalendar): Use `org-icalendar-combined-name'.
11872 (org-cycle-agenda-files, org-agenda-file-to-end)
11873 (org-agenda-file-to-front): New commands.
11874 (org-table-tab-jumps-over-hlines, org-export-html-style):
11875 New options.
11876 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11877 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11878 New functions.
11879 (org-fill-paragraph): Call `org-table-align' in tables.
11880 (org-mode): Call `org-set-autofill-regexps'.
11881 (org-export-as-html): Support for local handformatted lists.
11882 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11883 (org-export-local-list-max-depth): New option.
11884 (org-html-expand): Use `org-html-protect'.
11885
11886 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11887
11888 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11889 to "p".
11890 (gdb): Move definition of gud-pp to...
11891
11892 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11893 speedbar.
11894 (gdb-find-watch-expression): New function.
11895
11896 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * faces.el (face-attribute, set-face-attribute): Mention existence
11899 of `:ignore-defface' setting in docstring.
11900
11901 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * simple.el (completion-setup-function): Fix last change.
11904
11905 2005-11-17 John Paul Wallington <jpw@pobox.com>
11906
11907 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11908 Use `posn-set-point' instead of `mouse-set-point' because the
11909 latter is not fbound when configured without X.
11910
11911 * comint.el (comint-insert-input): Likewise.
11912
11913 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11914
11915 * simple.el (hard-newline): New variable.
11916 (sendmail-user-agent-compose, next-line): Use it.
11917
11918 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11919 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11920 (mail-mail-reply-to, mail-mail-followup-to)
11921 (mail-position-on-field, mail-signature, mail-yank-original)
11922 (mail-attach-file): Likewise.
11923
11924 * mail/mailheader.el (mail-header-format)
11925 (mail-header-format-function): Likewise.
11926
11927 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11928
11929 2005-11-17 Juri Linkov <juri@jurta.org>
11930
11931 * font-lock.el (font-lock-faces): Rename this defgroup from
11932 `font-lock-highlighting-faces'.
11933 (font-lock-comment-face, font-lock-comment-delimiter-face)
11934 (font-lock-string-face, font-lock-doc-face)
11935 (font-lock-keyword-face, font-lock-builtin-face)
11936 (font-lock-function-name-face, font-lock-variable-name-face)
11937 (font-lock-type-face, font-lock-constant-face)
11938 (font-lock-warning-face, font-lock-negation-char-face)
11939 (font-lock-preprocessor-face)
11940 (font-lock-regexp-grouping-backslash)
11941 (font-lock-regexp-grouping-construct): Rename :group from
11942 `font-lock-highlighting-faces' to `font-lock-faces'.
11943
11944 * cus-edit.el (lisp, c, tex):
11945 * progmodes/ada-mode.el (ada):
11946 * progmodes/asm-mode.el (asm):
11947 * progmodes/cperl-mode.el (cperl-faces):
11948 * progmodes/cpp.el (cpp):
11949 * progmodes/dcl-mode.el (dcl):
11950 * progmodes/f90.el (f90):
11951 * progmodes/fortran.el (fortran):
11952 * progmodes/icon.el (icon):
11953 * progmodes/idlwave.el (idlwave-misc):
11954 * progmodes/m4-mode.el (m4):
11955 * progmodes/make-mode.el (makefile):
11956 * progmodes/meta-mode.el (meta-font):
11957 * progmodes/modula2.el (modula2):
11958 * progmodes/octave-mod.el (octave):
11959 * progmodes/pascal.el (pascal):
11960 * progmodes/perl-mode.el (perl):
11961 * progmodes/prolog.el (prolog):
11962 * progmodes/ps-mode.el (PostScript-edit):
11963 * progmodes/scheme.el (scheme):
11964 * progmodes/sh-script.el (sh-script):
11965 * progmodes/simula.el (simula):
11966 * progmodes/tcl.el (tcl):
11967 * textmodes/nroff-mode.el (nroff):
11968 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11969 * textmodes/sgml-mode.el (sgml):
11970 * textmodes/texinfo.el (texinfo):
11971 Add :link (custom-group-link font-lock-faces) to defgroup.
11972
11973 * hi-lock.el (hi-lock): Rename this defgroup from
11974 `hi-lock-interactive-text-highlighting'. Change parent group from
11975 `faces' to `font-lock'. Add link to the manual.
11976 (hi-lock-mode, hi-lock-file-patterns-range)
11977 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11978 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11979 (hi-lock-faces): Add :group `faces'.
11980
11981 * cus-edit.el (custom-variable-prompt): Clarify the code.
11982
11983 * faces.el (face-read-string): Set the default value arg of
11984 completing-read.
11985
11986 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11987
11988 * rfn-eshadow.el (file-name-shadow-properties)
11989 (file-name-shadow-tty-properties, file-name-shadow-mode):
11990 Remove autoloads, because the file is now preloaded.
11991
11992 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * printing.el (easy-menu-intern): Don't define.
11995 (pr-get-symbol): Use easy-menu-intern only if defined.
11996
11997 * simple.el (blink-matching-open): Simplify a bit.
11998 (completion-setup-function): Fix the case of partial-completion-mode
11999 when the minibuffer's contents start with "-".
12000 Obey completion-base-size-function even when
12001 minibuffer-completing-file-name is non-nil.
12002
12003 2005-11-16 Richard M. Stallman <rms@gnu.org>
12004
12005 * net/eudcb-ph.el (eudc-ph-open-session):
12006 Use set-process-query-on-exit-flag.
12007
12008 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12009
12010 * international/ucs-tables.el (ucs-set-table-for-input):
12011 Use make-local-variable, not make-variable-buffer-local.
12012
12013 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12014 Improve warning message text.
12015
12016 * savehist.el (savehist-save-hook): Add :group.
12017
12018 * menu-bar.el (menu-bar-help-menu):
12019 Rename Find Extra Packages to External Packages.
12020
12021 * cus-edit.el (Custom-reset-standard): Verify that
12022 :custom-standard-value prop exists before calling it.
12023
12024 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12025
12026 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12027
12028 * wid-edit.el (color): Enclose %t in %{...%}.
12029
12030 * cus-edit.el (face): Enclose %t in %{...%}.
12031
12032 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12033
12034 * savehist.el (savehist-mode-hook): Re-add the var.
12035 (savehist-mode): Use it.
12036
12037 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * textmodes/flyspell.el: Fix commenting convention.
12040 Remove unnecessary leading * in custom docstrings.
12041 (flyspell-emacs): Remove unused var.
12042 (flyspell-delete-region-overlays): Use remove-overlays.
12043 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12044 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12045 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12046 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12047 (make-flyspell-overlay): Don't locally reuse a global name.
12048 (flyspell-highlight-incorrect-region)
12049 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12050 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12051 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12052 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12053 Wrap calls to accept-process-output inside with-local-quit since it's
12054 often called from a post-command-hook.
12055 (flyspell-correct-word, flyspell-auto-correct-word):
12056 Use ispell-send-string.
12057 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12058
12059 * calendar/diary-lib.el (diary-list-entries): Also hide the
12060 terminating newline.
12061
12062 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12063
12064 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12065 window-system, to allow fonts on tty.
12066
12067 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12068
12069 * progmodes/gud.el (gud-speedbar-item-info): New function.
12070 (gud-install-speedbar-variables): Use it to display data type
12071 of watch expression as a tooltip in speedbar.
12072
12073 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * font-core.el (global-font-lock-mode): Add :version keyword,
12076 because default was changed.
12077
12078 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12079
12080 * startup.el (command-line): Use `custom-reevaluate-setting' for
12081 `file-name-shadow-mode'.
12082
12083 * loadup.el: Preload rfn-eshadow.
12084
12085 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12086 Add :version keyword.
12087 (file-name-shadow-properties, file-name-shadow-tty-properties)
12088 (file-name-shadow): Add :version keyword.
12089
12090 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12091 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12092 in the custom-group property of the symbol frames and the fringe
12093 group got no link to its parent group frames.
12094 Doc fix.
12095
12096 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * progmodes/gud.el (gud-stop-subjob): New function.
12099 (gud-menu-map, gud-tool-bar-map): Use it.
12100
12101 2005-11-16 Kim F. Storm <storm@cua.dk>
12102
12103 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12104 than kill it.
12105 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12106 to a more useful/logical place.
12107
12108 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12109
12110 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12111 go buttons complementary.
12112
12113 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12114
12115 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12116 (rfn-eshadow-sifn-equal): New function.
12117 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12118
12119 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12120
12121 * viper-utils.el (viper-non-word-characters-reformed-vi):
12122 Quote `-' in string.
12123
12124 * viper.el (viper-emacs-state-mode-list): Ensure that
12125 rcirc-mode buffers come up in Emacs state.
12126
12127 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12128 operation.
12129
12130 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12131
12132 * term.el (term-termcap-format): Fix typos.
12133 (term-down): Fix the negative argument case.
12134
12135 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12136
12137 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12138 2005-08-15.
12139 (gdb-ann3): New command gud-go.
12140 (menu): Accomodate gdb-mi.el.
12141 (gdb-assembler-custom): Make buffer of selected window current
12142 so that set-window-point works.
12143
12144 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12145 buttons and include new ones.
12146
12147 2005-11-16 Kim F. Storm <storm@cua.dk>
12148
12149 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12150 (gud-menu-map): Use it.
12151
12152 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12153
12154 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12155 that works correctly for Custom and that does not override a user
12156 who disables it.
12157
12158 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12159 (help-xref-interned, help-follow): Make hyperlinks for variables
12160 that are unbound, but have a non-nil variable-documentation property.
12161
12162 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12163 mode hook. (It conflicted with defcustoms for some mode hooks.)
12164 Use the `variable-documentation' property to give the mode hook a
12165 docstring and expand that docstring.
12166
12167 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12168
12169 * savehist.el (savehist-mode): Don't bother with
12170 `custom-set-minor-mode'.
12171 (savehist-coding-system): Check XEmacs version.
12172 (history-length): Declare also at run time.
12173 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12174 Don't set the customize state.
12175 (savehist-minibuffer-hook): Special case for when
12176 minibuffer-history-variable is equal to t.
12177
12178 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * files.el (write-file): Refresh VC status.
12181
12182 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12183 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12184 than fundamental-mode to see if the mode was set.
12185
12186 2005-11-14 Romain Francoise <romain@orebokech.com>
12187
12188 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12189 dummy function in `eval-when-compile' to avoid compiler warning.
12190 Require `man' at compile time.
12191
12192 2005-11-14 Jay Belanger <belanger@truman.edu>
12193
12194 * calc-alg.el (calcFunc-write-out-power): Rename it to
12195 calcFunc-powerexpand.
12196 (math-write-out-power): Rename it to math-powerexpand; have it
12197 handle negative exponents.
12198 (calc-writeoutpower): Rename it to calc-powerexpand.
12199
12200 * calc-ext.el: Change calcFunc-writeoutpower and
12201 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12202 autoloads.
12203 Add calcFunc-ldiv to autoloads.
12204
12205 * calc-arith.el (calcFunc-ldiv): New function.
12206
12207 * calc.el (calc-left-divide): New function.
12208
12209 2005-11-14 Juri Linkov <juri@jurta.org>
12210
12211 * cus-edit.el (custom-variable-prompt): Set the default value arg
12212 of completing-read.
12213
12214 * cus-dep.el (custom-make-dependencies): Reverse the list of
12215 found dependencies.
12216
12217 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12218
12219 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12220 Highlighting" entry, it is on by default now.
12221 (menu-bar-options-save): Do not save global-font-lock-mode.
12222
12223 2005-11-13 Richard M. Stallman <rms@gnu.org>
12224
12225 * textmodes/flyspell.el (flyspell-large-region):
12226 Call flyspell-accept-buffer-local-defs.
12227
12228 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12229
12230 * textmodes/flyspell.el (flyspell-notify-misspell):
12231 Fix misspelling of "Misspelling".
12232 (flyspell-process-localwords): New function.
12233 (flyspell-large-region): Call flyspell-process-localwords and
12234 flyspell-delete-region-overlays.
12235 (flyspell-delete-region-overlays): New function.
12236 (flyspell-delete-all-overlays): Call that.
12237
12238 2005-11-13 Richard M. Stallman <rms@gnu.org>
12239
12240 * help.el (help-for-help-internal): Improve doc of C-h a.
12241 (describe-key): Improve prompt; doc fix.
12242
12243 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * vc-svn.el (vc-svn-registered): Catch all errors.
12246
12247 * cus-dep.el (custom-make-dependencies): Typo.
12248
12249 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12250
12251 * net/tramp-util.el (top): Fix compilation warning.
12252
12253 2005-11-13 Kim F. Storm <storm@cua.dk>
12254
12255 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12256
12257 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12258
12259 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12260 (gud-speedbar-buttons): Match on "const char *" too.
12261
12262 * progmodes/gdb-ui.el (gdb-var-create-handler)
12263 (gdb-var-list-children-handler): Match on "const char *" too.
12264 (gdb-var-evaluate-expression-handler): Match on empty string.
12265 (gdb-var-update-handler): Only call
12266 gdb-var-evaluate-expression-handler when required.
12267
12268 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12269
12270 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12271 selected window. This still doesn't work for speedbar.
12272 (gud-speedbar-buttons): Handle string expressions properly.
12273
12274 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12275 (gdb-var-create-handler): Handle string expressions properly.
12276 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12277 Handle string expressions properly. Move "type" field into regexp.
12278
12279 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12280
12281 * bookmark.el (bookmark-maybe-message): New function to reduce
12282 code duplication: invokes `message' iff baud-rate is high enough.
12283 (bookmark-write-file): Use above instead of an inline conditional.
12284 (bookmark-load): Same.
12285
12286 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12287
12288 * bookmark.el (bookmark-write-file): Don't visit the destination
12289 file, just write the data to it using write-region. This is
12290 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12291 change to avoid visiting the file in the first place.
12292
12293 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12294
12295 * hi-lock.el (hi-lock-mode): Set the default value of
12296 font-lock-defaults.
12297
12298 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12299
12300 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12301 arg to `file-attributes'.
12302 (find-lisp-format): The UID and GID can now be strings.
12303
12304 2005-11-12 Kim F. Storm <storm@cua.dk>
12305
12306 * help.el (help-map): Bind C-h d to apropos-documentation.
12307
12308 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12309 when point is at end-of-buffer.
12310
12311 * apropos.el (apropos-match-face): Doc fix.
12312 (apropos-sort-by-scores): Add new choice `verbose'.
12313 (apropos-documentation-sort-by-scores): New defcustom.
12314 (apropos-pattern): Now contains the pattern entered by the user.
12315 (apropos-pattern-quoted): New defvar.
12316 (apropos-regexp): New defvar, containing the regexp corresponding
12317 to apropos-pattern.
12318 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12319 (apropos-read-pattern): New defun. Use it to read pattern arg in
12320 interactive calls; returns list of words for a word list, and
12321 string for a regexp.
12322 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12323 parses a list of words or regexp as returned by apropos-read-pattern.
12324 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12325 (apropos-score-doc): Return a very high score if the string
12326 entered by the user matches literally.
12327 (apropos-variable): Doc fix. Use apropos-read-pattern.
12328 (apropos-command): Doc fix. Use apropos-read-pattern and
12329 apropos-parse-pattern. Call apropos-print with nosubst=t.
12330 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12331 apropos-parse-pattern.
12332 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12333 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12334 apropos-documentation-sort-by-scores. Call apropos-print with
12335 nosubst=t.
12336 (apropos-documentation-internal): Pass doc string through
12337 substitute-key-definition before adding text properties.
12338 Highlight substring matching literal user input if possible.
12339 (apropos-documentation-check-doc-file): Remove locals beg and end.
12340 Fix calculation of score (as added twice). Pass doc string through
12341 substitute-key-definition before adding text properties.
12342 (apropos-documentation-check-elc-file): Pass doc string through
12343 substitute-key-definition before adding text properties.
12344 Highlight substring matching literal user input if possible.
12345 (apropos-print): Add new arg NOSUBST; if set, command and variable
12346 doc strings have already been passed through substitute-key-definition.
12347 Add code to handle apropos-accumulator items without score element
12348 for backwards compatibility (e.g. with woman package).
12349 Only show scores if apropos-sort-by-scores is `verbose'.
12350
12351 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12354 Add jka-compr-load-suffixes to load-suffixes.
12355
12356 * jka-compr.el: Require jka-cmpr-hook.
12357 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12358 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12359 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12360 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12361 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12362 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12363 (jka-compr-uninstall): Remove entries from
12364 jka-compr-added-to-file-coding-system-alist after they are used.
12365 (jka-compr-error): Remove unused var `curbuf'.
12366 (jka-compr-file-local-copy): Remove unused var `notfound'.
12367
12368 2005-11-10 Romain Francoise <romain@orebokech.com>
12369
12370 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12371
12372 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12373
12374 * progmodes/gud.el (gud-menu-map): Move parentheses.
12375 (gdb): New command gud-pv.
12376
12377 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12378
12379 * tar-mode.el: Remove spurious or unnecessary leading stars
12380 in docstrings.
12381 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12382 (tar-parse-octal-integer-safe): Use mapc.
12383 (tar-header-block-summarize): Remove unused var `ck'.
12384 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12385 cleared before. Obey default-enable-multibyte-characters.
12386 Use mapconcat. Simplify setting of tar-header-offset.
12387 (tar-mode-map): Move initialization inside delcaration.
12388 (tar-flag-deleted): Use `abs'.
12389 (tar-expunge-internal): Remove unused var `line'.
12390 (tar-expunge-internal): Don't hardcode point-min==1.
12391 (tar-expunge): Widen while doing set-buffer-multibyte.
12392 (tar-rename-entry): Use file-name-coding-system.
12393 (tar-alter-one-field): Don't hardcode point-min==1.
12394 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12395 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12396
12397 2005-11-10 Masatake YAMATO <jet@gyve.org>
12398
12399 * add-log.el (add-log-current-defun): Handle class::method
12400 notation of c++. Fix incorrect comment.
12401
12402 2005-11-10 Alan Mackenzie <acm@muc.de>
12403
12404 * help-fns.el (describe-variable): Make C-h v work when a variable
12405 has variable documentation yet is unbound.
12406
12407 2005-11-10 Masatake YAMATO <jet@gyve.org>
12408
12409 * man.el (Man-highlight-references): Set an empty
12410 string to `Man-arguments' if it is nil.
12411 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12412
12413 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12416 commenting conventions.
12417
12418 * cus-dep.el (custom-make-dependencies): Simplify.
12419 Better follow the commenting conventions.
12420
12421 2005-11-09 Richard M. Stallman <rms@gnu.org>
12422
12423 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12424 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12425 All uses changed.
12426 (apropos-rewrite-regexp): Doc fix.
12427 (apropos-variable, apropos-command, apropos, apropos-value):
12428 Change prompt; carry through the argument renaming.
12429
12430 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12431
12432 * find-lisp.el: Require dired.
12433 (find-lisp-find-dired-internal): Do not call
12434 `abbreviate-file-name' on DIR.
12435
12436 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12437
12438 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12439
12440 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12441
12442 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12443 when using the speedbar.
12444 (gdb): New command gud-pp.
12445 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12446
12447 2005-11-09 Juri Linkov <juri@jurta.org>
12448
12449 * replace.el (occur-excluded-properties): New defcustom.
12450 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12451
12452 2005-11-08 Jay Belanger <belanger@truman.edu>
12453
12454 * calc/calc-units.el (math-convert-units): Replace any composite
12455 unit by its definition.
12456
12457 2005-11-08 Lars Hansen <larsh@soem.dk>
12458
12459 * emacs-lisp/autoload.el (update-directory-autoloads):
12460 Add obsolete function alias.
12461
12462 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12465 comment-indent-function.
12466 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12467
12468 * reveal.el (reveal-post-command): Rework the handling of
12469 reveal-open-spots, so as to be more reliable. There were several
12470 tricky corner cases where an open spot might be lost, or where
12471 a closed spot might end up on the list of open spots.
12472 Only reveal text that's ellipsised.
12473
12474 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12475
12476 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12477
12478 2005-11-07 John Paul Wallington <jpw@gnu.org>
12479
12480 * ibuffer.el (ibuffer): Search iconified frames too when
12481 getting Ibuffer buffer's window.
12482
12483 2005-11-06 Richard M. Stallman <rms@gnu.org>
12484
12485 * progmodes/compile.el (compilation-internal-error-properties):
12486 save-excursion around the computation of MARKER.
12487
12488 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12489
12490 * textmodes/flyspell.el (flyspell-external-point-words):
12491 flyspell-get-word returns a list, not just a string.
12492
12493 2005-11-06 John Paul Wallington <jpw@pobox.com>
12494
12495 * ibuffer.el (ibuffer): Search all visible frames when getting
12496 Ibuffer buffer's window.
12497
12498 2005-11-07 Masatake YAMATO <jet@gyve.org>
12499
12500 * man.el (Man-reference-regexp): Accept spaces between
12501 `Man-name-regexp' and `Man-section-regexp'.
12502 (Man-apropos-regexp): New variable.
12503 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12504 if available.
12505 (Man-highlight-references, Man-highlight-references0):
12506 Handle the case when `Man-arguments' includes "-k".
12507 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12508 `TARGET'. `TARGET' can be a number, function or nil.
12509
12510 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12511
12512 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12513 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12514 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12515 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12516 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12517 (gdb-send-item): Use buffer-local-value and simplify.
12518
12519 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12520
12521 * startup.el (command-line): Use `custom-reevaluate-setting' for
12522 `global-font-lock-mode'.
12523
12524 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12525 by default, except in batch mode or when the -D option is given.
12526
12527 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12528 specified keyword args on to `define-minor-mode'. Update docstring.
12529
12530 2005-11-05 Romain Francoise <romain@orebokech.com>
12531
12532 * replace.el (occur-engine): Add marker at end of line, too.
12533
12534 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12535
12536 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12537 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12538 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12539 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12540 argument to all these routines, so the passphrase can be managed
12541 externally and passed in to the system.
12542 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12543 pgg-add-passphrase-to-cache function.
12544
12545 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12546 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12547 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12548 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12549 argument to all these routines, so the passphrase can be managed
12550 externally and passed in to the system.
12551 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12552 function.
12553
12554 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12555
12556 * font-lock.el: Don't deal with font-lock-face-attributes here,
12557 move the code ...
12558
12559 * startup.el (command-line): ... here. Use face-spec-set instead
12560 of custom-declare-face.
12561
12562 * faces.el (face-spec-set): Reset the face if spec is not nil.
12563
12564 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * newcomment.el (comment-region-internal): Box more tightly in the
12567 common case where there's no TAB in the boxed text.
12568
12569 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12570
12571 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12572 up-node.
12573
12574 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12575
12576 * newsticker.el: Commentary updated. Code formatting changed.
12577 (newsticker-version): Change to "1.9".
12578 (newsticker, newsticker-feed): Doc fix.
12579 (newsticker-url-list): Doc fix. Add option "Weekly".
12580 (newsticker-retrieval-interval): Add option "Weekly".
12581 (newsticker-headline-processing): Doc fix.
12582 (newsticker-auto-mark-filter): Remove.
12583 (newsticker-auto-mark-filter-list): New.
12584 (newsticker-layout, newsticker-sort-method): Doc fix.
12585 (newsticker-hide-old-items-in-newsticker-buffer)
12586 (newsticker-heading-format, newsticker-item-format)
12587 (newsticker-desc-format): Doc fix.
12588 (newsticker-show-all-rss-elements): Remove.
12589 (newsticker-show-all-news-elements): New.
12590 (newsticker-faces, newsticker-ticker): Doc fix.
12591 (remove-from-invisibility-spec): Code formatting.
12592 (newsticker--process-ids): New.
12593 (newsticker-mode): Doc fix.
12594 (newsticker-mode): Change mode-line-format.
12595 (newsticker-start): Remove debug output.
12596 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12597 (newsticker-w3m-show-inline-images): Code formatting.
12598 (newsticker-next-item): Call `force-mode-line-update'.
12599 (newsticker-previous-item): Call `force-mode-line-update'.
12600 (newsticker-next-feed): Call `force-mode-line-update'.
12601 (newsticker-previous-feed): Call `force-mode-line-update'.
12602 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12603 (newsticker-show-old-items): Do not show descs.
12604 (newsticker-hide-entry): Hide too much.
12605 (newsticker-hide-entry, newsticker-show-entry)
12606 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12607 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12608 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12609 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12610 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12611 (newsticker-get-news): Call `force-mode-line-update'.
12612 Collect process ids.
12613 (newsticker--sentinel): Change coding system handling.
12614 Move image retrieval to new functions newsticker--get-logo-url-*.
12615 Move feed parsing to new functions newsticker--parse-*.
12616 Update list of process ids.
12617 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12618 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12619 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12620 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12621 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12622 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12623 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12624 (newsticker--decode-coding-string): Remove.
12625 (newsticker--decode-numeric-entities): Check input. Format code.
12626 (newsticker--remove-whitespace): Check input.
12627 (newsticker--do-forget-preformatted): Doc fix.
12628 (newsticker--decode-rfc822-date): Allow for missing time.
12629 (newsticker--update-process-ids): New.
12630 (newsticker--image-sentinel): Change comment.
12631 (newsticker--image-read): Change error message.
12632 (newsticker--imenu-goto): Doc fix. Show headline title.
12633 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12634 (newsticker--buffer-do-insert-text): Clean whitespace in
12635 html-rendered headline title. Code formatting.
12636 Call `newsticker--buffer-print-extra-elements'.
12637 (newsticker--buffer-print-extra-element): Remove.
12638 (newsticker--buffer-print-extra-elements): New.
12639 (newsticker--buffer-do-print-extra-element): New.
12640 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12641 large sizes.
12642 (newsticker--run-auto-mark-filter)
12643 (newsticker--do-run-auto-mark-filter):
12644 Use `newsticker-auto-mark-filter-list'.
12645
12646 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12647
12648 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12649 (rcirc-print): Force redisplay before running hooks. Do long
12650 buffer truncation after making new text read-only. Deal with nil
12651 text when decoding strings. If TARGET is nil, use either the
12652 currently selected buffer, if it is an rcirc buffer and of the
12653 same process or the process buffer.
12654 (rcirc-mode): Remove header-line. Recompute short buffer names.
12655 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12656 (rcirc-short-buffer-name): Add variable.
12657 (rcirc-kill-buffer-hook): Recompute short buffer names.
12658 Remove nick from private channel.
12659 (rcirc-send-input): Send command text to current-buffer.
12660 Don't clear overlay arrow here.
12661 (rcirc-short-buffer-name): Return a short buffer name.
12662 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12663 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12664 buffer-name abbreviations.
12665 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12666 Do not touch nick-table when killing a parted channel.
12667 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12668 Clear arrow from current buffer if it is now hidden.
12669 (rcirc-current-buffer): Add variable.
12670 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12671 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12672 Remove -face from names.
12673 (rcirc-update-activity-string): Print "DND" when globally ignoring
12674 activity.
12675 (rcirc-ignore-buffer-activity-flag): Rename from
12676 rcirc-ignore-channel-activity.
12677 (rcirc-ignore-all-activity-flag): Doc fix.
12678 (rcirc-channels): Remove variable.
12679 (rcirc-kill-buffer-hook):
12680 (rcirc-get-buffer-create): Add nick to private channel.
12681 (rcirc-multiline-edit-submit): Remove tabs.
12682 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12683 folded.
12684 (rcirc-remove-nick-channel): Bug fix.
12685 (rcirc-toggle-ignore-buffer-activity): Rename from
12686 rcirc-toggle-ignore-channel-activity.
12687 (rcirc-record-activity): Add buffers to the front of the list.
12688 (rcirc-update-activity): Remove killed buffers from list.
12689 (rcirc-process-server-response-1): Remove last argument if it is
12690 null before calling handler.
12691 (rcirc): Add "rcirc" defcustom prefix.
12692 (rcirc-prompt): Simplify default prompt.
12693 Use custom-initialize-default.
12694 (rcirc-private-chats): Remove variable.
12695 (rcirc-prompt): Change initialization.
12696 (rcirc-version): Remove function.
12697 (rcirc-id-string): Add constant.
12698 (rcirc-last-buffer): Remove variable.
12699 (rcirc-buffer-alist): Add variable.
12700 (rcirc-connect): Update variable setup.
12701 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12702 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12703 default.
12704 (rcirc-handler-generic): Trigger activity.
12705 (rcirc-send-message): Create the buffor of the target.
12706 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12707 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12708 (rcirc-multiline-edit-cancel): Remove function.
12709 (rcirc-set-last-buffer): Remove function.
12710 (rcirc-get-any-buffer): Add function.
12711 (rcirc-join-channels): Don't print /join text.
12712 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12713 messages.
12714 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12715 (rcirc-handler-NOTICE): Recognize CTCP responses.
12716 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12717 constructing TOPIC string for buffers we are not JOINed.
12718 (rcirc-handler-CTCP-response): Add handler.
12719 (rcirc-multiline-edit-submit): Restore the window-configuration
12720 before adjusting point.
12721 (rcirc): Add customization group.
12722 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12723 (rcirc-user-full-name, rcirc-startup-channels-alist)
12724 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12725 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12726 (rcirc-input-ring-size, rcirc-read-only-flag)
12727 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12728 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12729 Change defvar to defcustom.
12730 (rcirc-update-prompt): Add optional ALL arg, which will update
12731 prompts in all rcirc buffers. Regexp quote replacement text.
12732 (rcirc-fill-column): Accept frame-width as a value.
12733 (rcirc-set-changed): Add function.
12734 (rcirc-next-active-buffer): Write more meaningful messages.
12735 (rcirc-faces): Add customization group.
12736 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12737 (rcirc-nick-in-message-face, rcirc-prompt-face)
12738 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12739 (with-rcirc-process-buffer): Move before first usage.
12740 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12741 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12742 (rcirc-debug): Rename from `rcirc-log'.
12743 (rcirc-format-response-string): Do not print `-' chars for a
12744 NOTICE with no sender. Simplify output of server responses.
12745
12746 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12747
12748 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12749 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12750 Make urls mouse and RET clickable.
12751
12752 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12753
12754 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12755
12756 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12757
12758 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12759 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12760 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12761 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12762 argument to all these routines, so the passphrase can be managed
12763 externally and passed in to the system.
12764 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12765 pgg-add-passphrase-to-cache function.
12766
12767 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12768 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12769 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12770 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12771 argument to all these routines, so the passphrase can be managed
12772 externally and passed in to the system.
12773 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12774 function.
12775
12776 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12777
12778 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12779 from goto-address-url-regexp.
12780
12781 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12782
12783 * textmodes/org.el (org-read-date, org-goto-calendar)
12784 (org-recenter-calendar, org-agenda-goto-calendar):
12785 Temporarily clear `calendar-move-hook'.
12786
12787 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12788
12789 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12790 merging.
12791
12792 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12793 have merge clashes.
12794
12795 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12796
12797 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12798 Undo previous change.
12799
12800 * startup.el (command-line): Use `custom-reevaluate-setting' for
12801 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12802 tty-register-default-colors on Mac.
12803
12804 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12805
12806 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12807 (gdb-buffer-type): Make it automatically buffer local...
12808 (gdb-get-create-buffer): ...and set it accordingly.
12809 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12810 actually work.
12811
12812 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12813
12814 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12815 not red.
12816
12817 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12818
12819 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12820 case GUD buffer is not visible.
12821 (gdb-goto-breakpoint): Try to force display in source buffer.
12822 (gdb-frame-gdb-buffer): Copy other similar functions.
12823 (gdb-restore-windows): Don't display source if not asked for.
12824 (gdb-assembler-buffer-name): Don't capitalise.
12825
12826 2005-11-03 Richard M. Stallman <rms@gnu.org>
12827
12828 * wid-edit.el (key-sequence): New widget type.
12829
12830 * simple.el (set-mark-command-repeat-pop): New variable.
12831 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12832 if set-mark-command-repeat-pop is true.
12833
12834 * info.el (Info-fontify-node): Don't display extra "see" if there
12835 already is one here.
12836
12837 * mouse.el: Fix special handling of DEL after dragging a region:
12838 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12839 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12840
12841 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12842
12843 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12844 not to assume it pertains to an affix.
12845
12846 * textmodes/flyspell.el (flyspell-post-command-hook):
12847 Bind deactivate-mark to prevent deactivation.
12848
12849 2005-11-03 Lars Hansen <larsh@soem.dk>
12850
12851 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12852 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12853 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12854
12855 2005-11-03 Romain Francoise <romain@orebokech.com>
12856
12857 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12858 Update copyright years.
12859
12860 2005-11-03 Sam Steingold <sds@gnu.org>
12861
12862 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12863 Use system-type instead of window-system because window-system is not
12864 correctly defined during loadup.
12865
12866 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12867
12868 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12869 (xml-parse-tag): Join strings separated by a comment properly.
12870
12871 2005-11-02 Andreas Schwab <schwab@suse.de>
12872
12873 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12874
12875 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12878 (byte-optimize-pure-func): Quote the eval'd value.
12879
12880 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12881 Rename from perl-font-lock-syntactic-face-function.
12882 Change the calling convention so it can be used as a font-lock MATCHER.
12883 Do the parse-partial-sexp loop outselves.
12884 (perl-font-lock-syntactic-keywords): Use it.
12885 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12886
12887 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12888
12889 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12890 disassembly buffer too.
12891 (gdb-exited): Remove overlay arrows when execution has finished.
12892 (gdb-info-frames-custom, gdb-info-threads-custom)
12893 (gdb-info-registers-custom): Don't add inappropriate text
12894 properties if inferior is not active.
12895
12896 2005-11-02 Glenn Morris <rgm@gnu.org>
12897
12898 * progmodes/fortran.el (fortran-blink-match):
12899 Use `blink-matching-delay'.
12900
12901 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12902
12903 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12904
12905 2005-11-02 Lars Hansen <larsh@soem.dk>
12906
12907 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12908 "Permission denied".
12909
12910 2005-11-01 Richard M. Stallman <rms@gnu.org>
12911
12912 * textmodes/flyspell.el (flyspell-external-point-words):
12913 Pass nil to flyspell-get-word.
12914
12915 2005-11-02 Kim F. Storm <storm@cua.dk>
12916
12917 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12918 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12919
12920 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12923 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12924 (calendar-mouse-print-dates): Add optional `event' argument.
12925 Update interactive-spec.
12926 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12927 Use `calendar-event-to-date' instead of `event'.
12928
12929 2005-11-02 Masatake YAMATO <jet@gyve.org>
12930
12931 * progmodes/ld-script.el (ld-script-builtins):
12932 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12933 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12934 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12935
12936 2005-11-01 Romain Francoise <romain@orebokech.com>
12937
12938 * vc-sccs.el: Update copyright year.
12939 * ezimage.el: Likewise.
12940
12941 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12942
12943 * info.el (Info-fontify-node): Use `string-width' for fontifying
12944 underlined titles.
12945
12946 2005-11-01 Juri Linkov <juri@jurta.org>
12947
12948 * info.el (Info-fontify-node): Downcase node header keywords Node,
12949 Prev, Next, Up before comparison.
12950 (Info-history): Insert absolute directory name, and put invisible
12951 property on it.
12952
12953 2005-11-01 Juri Linkov <juri@jurta.org>
12954
12955 * info.el (Info-file-supports-index-cookies): New variable.
12956 (Info-find-node-2): Check makeinfo version for index cookie support.
12957 (Info-index-nodes): Search for nodes with index cookies only when
12958 Info-file-supports-index-cookies is t. Otherwise, search nodes
12959 with "Index" in the node name.
12960 (Info-index-node): Search index cookie in the current node only when
12961 Info-file-supports-index-cookies is t. Otherwise, check the word
12962 "Index" in the node name.
12963 (Info-find-emacs-command-nodes): Remove code that searches nodes
12964 with "Index" node name in the top menu.
12965
12966 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * progmodes/scheme.el (scheme-mode-variables): Use the default
12969 comment-indent-function.
12970
12971 * faces.el (face-attribute): Handle the case where a face inherits from
12972 a non-existent face.
12973
12974 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12975 for octal and hexa output, and merge the char into the paren.
12976 (kill-new): Use push.
12977 (copy-to-buffer): Use with-current-buffer.
12978 (completion-setup-function): Move code in loop to remove redundancy.
12979 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12980 those inherited from minibuffer-local-completion-map.
12981
12982 * savehist.el (savehist-mode) <defcustom>:
12983 Use custom-set-minor-mode if available.
12984 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12985 and emit a message if applicable.
12986
12987 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12988
12989 * savehist.el: Sync up to version 19.
12990 (savehist-mode): New minor mode.
12991 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12992 (savehist-length): Remove (use history-length instead).
12993 (savehist-file-modes): Rename from savehist-modes.
12994 (savehist-save-hook, savehist-loaded): New vars.
12995 (savehist-load): Use savehist-mode. Try to smooth up transition from
12996 old format to new format.
12997 (savehist-install): Allow savehist-autosave-interval to be nil.
12998 (savehist-save): Run the new hook. Be more careful to only trim the
12999 history variables.
13000 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13001 (savehist-printable): Print into a buffer rather than char-by-char.
13002
13003 2005-11-01 John Wiegley <johnw@newartisans.com>
13004
13005 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13006 toggle-ignore keybinding (C-a). The author said it had been
13007 disabled much earlier due to a possible incompatibility, but after
13008 many months of usage I have encountered no problems (and it is a
13009 rather useful option, especially for switching to " *temp*").
13010
13011 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13012 support for OS/X's AddressBook, by calling out to the open source
13013 program "contacts" (installable through Fink).
13014
13015 * net/eudc.el (eudc-expand-inline): If the
13016 `eudc-multiple-match-handling-method' is set to `all', delete the
13017 query string before inserting the query result.
13018
13019 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13020 flag, to prevent Eshell from using the system ls when
13021 `eshell-ls-insert-directory' is in used.
13022 (eshell-ls-insert-directory): Disable font-lock in directory
13023 buffer so that Eshell's own fontification is seen. This broke
13024 recently due to changes in font-lock, so this goes back to version
13025 21 behavior.
13026
13027 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13028
13029 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13030 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13031 (gdb-many-windows): Doc fix.
13032
13033 2005-10-31 Romain Francoise <romain@orebokech.com>
13034
13035 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13036
13037 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13038
13039 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13040 that global-font-lock-mode can be enabled by default.
13041
13042 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13043 (font-lock-add-keywords, font-lock-remove-keywords)
13044 (font-lock-fontify-buffer): Remove autoload cookies.
13045
13046 * jit-lock.el (jit-lock-register): Likewise.
13047
13048 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13049
13050 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13051
13052 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13053 intact if there is no gud-comint-buffer.
13054
13055 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13056
13057 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13058 old prompt comint-prompt-read-only is t and GDB commands are
13059 issued from tool bar etc.
13060
13061 2005-10-31 Masatake YAMATO <jet@gyve.org>
13062
13063 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13064
13065 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13066
13067 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13068 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13069
13070 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13071
13072 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13073 starting at beginning of line. Fontification is messed up when
13074 `open-paren-in-column-0-is-defun-start' set to t.
13075 Reported by John Paul Wallington <jpw@pobox.com>.
13076
13077 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13078
13079 * comint.el (comint-send-input): Call `comint-update-fence' when
13080 `comint-process-echoes' and `comint-prompt-read-only' are both
13081 non-nil, to avoid leftover read-only newline.
13082
13083 2005-10-30 Richard M. Stallman <rms@gnu.org>
13084
13085 * textmodes/flyspell.el (flyspell-external-point-words):
13086 Detect when WORD can't be checked properly because
13087 flyspell-get-word finds just part of it, and move on.
13088
13089 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13090 boundarychar for Polish.
13091 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13092 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13093
13094 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13095
13096 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13097 (gdb-registers-font-lock-keywords): Delete.
13098 (gdb-registers-mode): Don't fontify.
13099 (gdb-info-registers-custom): Use text properties instead as, in
13100 future, changed register values will use font-lock-warning-face.
13101 (gdb-local-font-lock-keywords): Rename to...
13102 (gdb-locals-font-lock-keywords): ...for consistency.
13103
13104 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13105
13106 * vc.el (vc-switch-backend): Better error message if the buffer is
13107 not visiting a file under version control.
13108
13109 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13110
13111 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13112
13113 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13114 ~/.emacs.d/.emacs.
13115
13116 2005-10-29 Richard M. Stallman <rms@gnu.org>
13117
13118 * replace.el (occur-mode-mouse-goto): Always go to other window.
13119 (occur-mode-goto-occurrence): Always switch in same window.
13120
13121 * simple.el (undo): Display message at end, not at start.
13122
13123 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13124 New arg REUSE-CELL.
13125 (cancel-timer-internal): New function.
13126 (timer-event-handler): Use cancel-timer-internal,
13127 and pass the cell it returns to timer-activate...
13128
13129 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13130 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13131 (jit-lock-after-change): Test memory-full.
13132
13133 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13134
13135 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13136 part of the decoded armor to find the key-identifier.
13137 (pgg-gpg-lookup-key-owner): New function to return the
13138 human-readable identifier of a key owner.
13139 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13140 key itself.
13141 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13142 the key value) if we have a key and can match it against a secret
13143 key. Also, added a note pointing out fact that the prompt only
13144 indicates the first matching key.
13145
13146 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13147 pgg-decrypt-region.
13148 (pgg-pending-timers): A new hash for tracking the passphrase cache
13149 timers, so that new ones supercede old ones.
13150 (pgg-add-passphrase-to-cache): Rename from
13151 `pgg-add-passphrase-cache' to reduce confusion (all callers
13152 changed). Modified to cancel old timers when new ones are added.
13153 (pgg-remove-passphrase-from-cache): Rename from
13154 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13155 changed). Modified to cancel old timers when their keys are
13156 removed from the cache.
13157 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13158 XEmacs, an indirection to delete-itimer.
13159 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13160 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13161 users can only check cache without risk of prompting. Correct bug in
13162 notruncate behavior.
13163 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13164 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13165 Add informative docstrings.
13166 (pgg-decrypt): Convey provided passphrase in subordinate call to
13167 pgg-decrypt-region.
13168
13169 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13170 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13171 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13172 `passphrase' argument, so the passphrase can be managed externally
13173 and then passed in to the system.
13174
13175 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13176 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13177 so the passphrase cache can be used reliably with identifiers
13178 besides a pgp packet's key id.
13179
13180 * pgg-gpg.el (pgg-pgp-encrypt-region)
13181 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13182 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13183 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13184 argument to all these routines, so the passphrase can be managed
13185 externally and passed in to the system.
13186
13187 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13188 `notruncate' argument, so the passphrase cache can be used
13189 reliably with identifiers besides a pgp packet's key id.
13190
13191 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13192
13193 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13194 symmetric encryption.
13195 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13196 encrypted session key.
13197 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13198 message ask for the passphrase in a proper way.
13199
13200 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13201 New user commands for symmetric encryption.
13202
13203 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13204
13205 * textmodes/conf-mode.el (conf-assignment-sign)
13206 (conf-assignment-regexp): Fix docstrings.
13207 (conf-mode-initialize): New function.
13208 (conf-mode): Remove optional args. Use delay-mode-hooks to
13209 recognize recursive calls.
13210 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13211 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13212 (conf-xdefaults-mode): Use define-derived-mode and
13213 conf-mode-initialize.
13214
13215 2005-10-29 Romain Francoise <romain@orebokech.com>
13216
13217 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13218
13219 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13220
13221 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13222 part of the decoded armor to find the key-identifier.
13223 (pgg-gpg-lookup-key-owner): New function to return the
13224 human-readable identifier of a key owner.
13225 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13226 key itself.
13227 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13228 the key value) if we have a key and can match it against a secret
13229 key. Also, added a note pointing out fact that the prompt only
13230 indicates the first matching key.
13231
13232 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13233 pgg-decrypt-region.
13234 (pgg-pending-timers): A new hash for tracking the passphrase cache
13235 timers, so that new ones supercede old ones.
13236 (pgg-add-passphrase-to-cache): Rename from
13237 `pgg-add-passphrase-cache' to reduce confusion (all callers
13238 changed). Modified to cancel old timers when new ones are added.
13239 (pgg-remove-passphrase-from-cache): Rename from
13240 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13241 changed). Modified to cancel old timers when their keys are
13242 removed from the cache.
13243 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13244 XEmacs, an indirection to delete-itimer.
13245 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13246 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13247 users can only check cache without risk of prompting. Correct bug in
13248 notruncate behavior.
13249 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13250 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13251 Add informative docstrings.
13252 (pgg-decrypt): Convey provided passphrase in subordinate call to
13253 pgg-decrypt-region.
13254
13255 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13256
13257 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13258 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13259 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13260 `passphrase' argument, so the passphrase can be managed externally
13261 and then passed in to the system.
13262
13263 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13264 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13265 so the passphrase cache can be used reliably with identifiers
13266 besides a pgp packet's key id.
13267
13268 * pgg-gpg.el (pgg-pgp-encrypt-region)
13269 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13270 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13271 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13272 argument to all these routines, so the passphrase can be managed
13273 externally and passed in to the system.
13274
13275 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13276 `notruncate' argument, so the passphrase cache can be used
13277 reliably with identifiers besides a pgp packet's key id.
13278
13279 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13280
13281 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13282 symmetric encryption.
13283 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13284 encrypted session key.
13285 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13286 message ask for the passphrase in a proper way.
13287
13288 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13289 New user commands for symmetric encryption.
13290
13291 2005-10-28 Bill Wohler <wohler@newt.com>
13292
13293 * help-mode.el (help-url): New button type. Calls browse-url.
13294 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13295 Similar to Info nodes: URL `url'.
13296 (help-make-xrefs): Create help-url buttons for
13297 help-xref-url-regexp matches.
13298
13299 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13300
13301 * tool-bar.el (tool-bar-add-item-from-menu)
13302 (tool-bar-local-item-from-menu): Fix doc strings.
13303
13304 2005-10-28 Romain Francoise <romain@orebokech.com>
13305
13306 * ldefs-boot.el: Update.
13307
13308 * subr.el (locate-library): Move from help-fns.el.
13309 * help-fns.el (locate-library): Move to subr.el.
13310
13311 2005-10-28 Richard M. Stallman <rms@gnu.org>
13312
13313 * net/tramp.el (tramp-completion-mode): defvar moved up.
13314
13315 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13316
13317 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13318
13319 * files.el (find-file-noselect): Use %d to format large file size.
13320
13321 * bindings.el (mode-line-format): Add %e.
13322
13323 * loadup.el ("facemenu"): Load unconditionally.
13324 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13325 ("x-dnd"): Load, when appropriate.
13326
13327 * startup.el (command-line): Call before-init-hook earlier.
13328 Warn about some bad characters in -u user name.
13329
13330 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13331 (flyspell-external-point-words): Error if misspelled word is not found.
13332 Set flyspell-large-region-beg at end of word.
13333
13334 2005-10-28 Andreas Schwab <schwab@suse.de>
13335
13336 * view.el (View-revert-buffer-scroll-page-forward):
13337 Use view-page-size-default.
13338
13339 2005-10-28 Juri Linkov <juri@jurta.org>
13340
13341 * international/quail.el (quail-get-current-str): Translate last
13342 raw character for deterministic input methods.
13343
13344 2005-10-27 Jay Belanger <belanger@truman.edu>
13345
13346 * calc/calc-ext.el: Add functions to autoloads.
13347 (math-identity-matrix-p, math-ident-row-p): New functions.
13348
13349 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13350 multiplication by an identity matrix; don't turn multiplication by
13351 an inverse matrix into division.
13352 (math-div-symbol-fancy): Replace division by matrices with
13353 multiplication by inverse.
13354
13355 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13356
13357 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13358 (calc-writeoutpower): New functions.
13359
13360 2005-10-27 Romain Francoise <romain@orebokech.com>
13361
13362 * replace.el (occur-engine): Include colon in mouse-face highlight.
13363
13364 * dired-x.el: Change Maintainer field.
13365
13366 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13367
13368 * longlines.el (longlines-mode): Bind after-change-functions to
13369 nil during initial decoding and final encoding.
13370
13371 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13372
13373 * term.el (term-emulate-terminal, term-handle-colors-array)
13374 (term-handle-ansi-escape): Specify the terminfo capabilities
13375 implemented.
13376
13377 2005-10-26 Richard M. Stallman <rms@gnu.org>
13378
13379 * info.el (Info-fontify-node): Fix detection of sentence-break
13380 before *Note.
13381
13382 2005-10-26 Romain Francoise <romain@orebokech.com>
13383
13384 * smerge-mode.el: Add `tools' to file keywords.
13385
13386 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13387
13388 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13389 when the fringe is not available.
13390
13391 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13392 (def-gdb-auto-update-trigger): Simplify construction.
13393 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13394 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13395 defined explicitly.
13396 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13397 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13398 defined explicitly.
13399 (gdb-info-locals-custom): Remove as it's a no-op.
13400
13401 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13402
13403 * longlines.el (longlines-mode): Remove narrowing before
13404 performing the initial decoding or final encoding.
13405
13406 2005-10-25 Romain Francoise <romain@orebokech.com>
13407
13408 * emacs-lisp/find-func.el (find-library-name): Also strip
13409 extension if library name ends in .el, to take advantage of
13410 `find-library-suffixes'.
13411
13412 2005-10-25 Richard M. Stallman <rms@gnu.org>
13413
13414 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13415
13416 2005-10-25 Juri Linkov <juri@jurta.org>
13417
13418 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13419 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13420
13421 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13424 (blackbox-redefine-key): Add argument `map'.
13425
13426 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13427 regions when moving the jit-lock-context-unfontify-pos boundary.
13428
13429 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13430
13431 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13432
13433 2005-10-25 Masatake YAMATO <jet@gyve.org>
13434
13435 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13436
13437 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13438
13439 * play/blackbox.el (blackbox-redefine-key): New function.
13440 (blackbox-mode-map): Use it to remap existing bindings for cursor
13441 motion instead of binding literal keys.
13442
13443 2005-10-25 Glenn Morris <rgm@gnu.org>
13444
13445 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13446 diary does not end in a newline. Do not assume a blank line at
13447 the start of the diary file.
13448
13449 2005-10-25 Kenichi Handa <handa@m17n.org>
13450
13451 * international/quail.el (quail-translate-key): If the input
13452 method is deterministic and failed to handle the last key, restart
13453 the key handling loop from an appropriate key.
13454
13455 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13456
13457 * vc.el (vc-dired-mode): Extend comment for binding of
13458 `directory-listing-before-filename-regexp'.
13459
13460 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * textmodes/texinfo.el (texinfo-mode):
13463 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13464 not to unnecessarily expose emacs-mule's internal char codes.
13465
13466 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13467
13468 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13469 Display hand pointer and help-echo on disabled icon too.
13470 (gdb-mouse-until): New function.
13471 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13472
13473 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13474
13475 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13476 with 2005-10-23 change to doctor.el.
13477
13478 * finder.el (finder-mode-map): Add follow-link binding.
13479
13480 2005-10-25 Kim F. Storm <storm@cua.dk>
13481
13482 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13483 to gdb-mouse-toggle-breakpoint-fringe.
13484 (gdb-mouse-toggle-breakpoint-margin): Rename from
13485 gdb-mouse-toggle-breakpoint. Fix doc.
13486 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13487 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13488 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13489 string properties also for fringe breakpoint bitmaps.
13490
13491 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13492
13493 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13494
13495 2005-10-25 Masatake YAMATO <jet@gyve.org>
13496
13497 * simple.el (completion-common-substring):
13498 Use `completion-common-substring' prior to `completion-base-size'.
13499
13500 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13501
13502 * savehist.el: Require CL while compiling.
13503 (savehist-history-variables): Remove.
13504 (savehist-save-minibuffer-history, savehist-additional-variables)
13505 (savehist-minibuffer-history-variables): New vars.
13506 (savehist-save): Use them.
13507 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13508 (savehist-install): New fun, extracted from savehist-load.
13509 (savehist-load): Use them.
13510
13511 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13514 a dummy doc-string-elt property.
13515 (defalias, defvaralias, define-category): Add a docstring property.
13516
13517 * image.el (defimage):
13518 * widget.el (define-widget):
13519 * custom.el (defface, defcustom): Add `doc-string' declaration.
13520
13521 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13522 (defadvice): Add `doc-string' declaration.
13523
13524 * emacs-lisp/byte-run.el (macro-declaration-function):
13525 Handle `doc-string' declarations.
13526 (define-obsolete-function-alias, define-obsolete-variable-alias):
13527 Add `doc-string' declaration.
13528
13529 2005-10-24 Kenichi Handa <handa@m17n.org>
13530
13531 * international/utf-7.el (utf-7): Add autoload cookie.
13532
13533 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13534
13535 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13536
13537 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13538 list of directories passed to batch-update-autoloads. Add "." to
13539 the list of the echoed directories.
13540
13541 * pgg-def.el:
13542 * pgg-gpg.el:
13543 * pgg-parse.el:
13544 * pgg-pgp.el:
13545 * pgg-pgp5.el:
13546 * pgg.el: Moved here from the gnus subdirectory.
13547
13548 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13549
13550 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13551 in case comint-prompt-read-only is set to t.
13552
13553 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13554 in case comint-prompt-read-only is set to t.
13555
13556 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13557
13558 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13559 Now a string.
13560 (icalendar-import-format): Handle CLASS, STATUS, URL.
13561 Rename `subject' to `summary'.
13562 (icalendar-import-format-summary): Rename from
13563 `icalendar-import-format-subject'.
13564 (icalendar-import-format-url, icalendar-import-format-status)
13565 (icalendar-import-format-class): New variables.
13566 (icalendar--rris): Take variable argument list.
13567 (icalendar--datestring-to-isodate): Remove unnecessary
13568 calendar-style check when converting dates with explicit month names.
13569 (icalendar-export-region): Change return type of conversion
13570 subroutines. Bury current buffer unless error occurred.
13571 (icalendar--convert-to-ical)
13572 (icalendar--parse-summary-and-rest): New functions.
13573 (icalendar--convert-ordinary-to-ical)
13574 (icalendar--convert-weekly-to-ical)
13575 (icalendar--convert-yearly-to-ical)
13576 (icalendar--convert-block-to-ical)
13577 (icalendar--convert-cyclic-to-ical)
13578 (icalendar--convert-anniversary-to-ical): Change return type.
13579 Strip trailing blanks from subject.
13580 (icalendar--convert-sexp-to-ical): Change return type.
13581 Strip trailing blanks from subject. Handle simple sexp
13582 entries as generated by icalendar.el.
13583 (icalendar--convert-float-to-ical)
13584 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13585 (icalendar-import-file): Doc fix.
13586 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13587 Correct call to icalendar--rris.
13588 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13589 `summary'.
13590 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13591
13592 2005-10-24 Romain Francoise <romain@orebokech.com>
13593
13594 * server.el (server-sentinel): Set query-on-exit flag to nil on
13595 new client processes (it isn't inherited from the server process).
13596
13597 * replace.el (occur-engine): Rearrange text properties.
13598
13599 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13602 case-fold-search is nil.
13603 (debug-help-follow): Use help-xref-interned directly.
13604
13605 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13606
13607 * thumbs.el (thumbs-image-type): Add .pbm.
13608
13609 2005-10-23 Richard M. Stallman <rms@gnu.org>
13610
13611 * faces.el (inhibit-face-set-after-frame-default): New variable.
13612 (set-face-attribute): Bind it.
13613 (face-set-after-frame-default): Test it.
13614
13615 * help-fns.el (describe-simplify-lib-file-name): New function.
13616 (describe-function-1, describe-variable): Use it.
13617
13618 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13619
13620 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13621 Eliminate nil as possible value.
13622 (tooltip-hide-delay): Reduce internal-border-width.
13623
13624 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13625 (menu-bar-file-menu) <new-file>: Likewise.
13626
13627 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13628
13629 * international/mule.el (load-with-code-conversion):
13630 Pass full file name to `eval-buffer' unless preloading.
13631
13632 * textmodes/flyspell.el (flyspell-large-region):
13633 Call ispell-check-version.
13634
13635 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13636 Fix the make-variable-buffer-local call that was supposed
13637 to be for this variable.
13638 (ispell-aspell-supports-utf8): Doc fix.
13639 (ispell-find-aspell-dictionaries): Preserve elements of
13640 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13641 (ispell-aspell-find-dictionary): Return nil on error.
13642
13643 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13644 (doctor-symptoms): Likewise.
13645
13646 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13647
13648 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13649
13650 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13651 (custom-raised-buttons): Add :set spec.
13652 (custom-button-unraised, custom-button-pressed-unraised):
13653 New faces, so that custom-raised-buttons actually does something.
13654 (custom-mode): Use custom-button and custom-button-pressed.
13655
13656 * wid-edit.el (widget-specify-button): Don't ignore
13657 widget-mouse-face on graphic terminals.
13658 (widget-move-and-invoke): Cleanup.
13659
13660 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13661
13662 * whitespace.el (whitespace-cleanup): Doc fix.
13663
13664 2005-10-23 Romain Francoise <romain@orebokech.com>
13665
13666 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13667 `eval-after-load' to avoid evaluating their result.
13668
13669 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13670
13671 * files.el (directory-listing-before-filename-regexp):
13672 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13673
13674 * dired.el (dired-move-to-filename-regexp): Remove.
13675 All occurences replaced by `directory-listing-before-filename-regexp'.
13676
13677 * dired-x.el, locate.el, vc.el:
13678 Replace `dired-move-to-filename-regexp' by
13679 `directory-listing-before-filename-regexp'. In vc.el it is
13680 overwritten locally; maybe this can be handled in files.el too.
13681
13682 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13683 replaced by `directory-listing-before-filename-regexp'.
13684
13685 2005-10-23 Andreas Schwab <schwab@suse.de>
13686
13687 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13688 and eval-next-after-load.
13689
13690 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13691
13692 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13693 exist, create it.
13694
13695 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13696
13697 * allout.el: Remove autoloads for mailcrypt and crypt++.
13698 Require pgg, pgg-gpg during compilation.
13699 (allout-version): Increment version number to 2.1, and use a literal
13700 rather than RCS Id.
13701 (allout-default-encryption-scheme): Remove.
13702 (allout-passphrase-verifier-handling)
13703 (allout-passphrase-verifier-string)
13704 (allout-file-passphrase-verifier-string)
13705 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13706 (allout-passphrase-hint-handling): Rename and simplify.
13707 (allout-init): Use `find-file-hook' if available, otherwise
13708 `find-file-hooks'.
13709 (allout-mode): Use `write-file-functions' if available, otherwise
13710 `local-write-file-hooks' and, instead of making auto-save-hook
13711 buffer local, make the write-file-hook activity contingent to
13712 allout-mode.
13713 (allout-mode): Use key-binding substitution in the docstring.
13714 (allout-kill-line): Spell-out kill ring data structure mutation
13715 instead of using byte-compiler-complaint-provoking `pop'.
13716 (allout-insert-listified): Use `insert' rather than `insert-string'
13717 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13718 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13719 (allout-encrypt-string): Totally revamped vis new underlying
13720 encryption facilities.
13721 (allout-mc-activate-passwd): Remove.
13722 (allout-obtain-passphrase): New, more or less replaces
13723 allout-mc-activate-passwd.
13724 (allout-encrypted-key-info): More or less replaces
13725 allout-encrypted-text-type.
13726 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13727 (my-mark-marker): Use `(featurep 'xemacs)'.
13728
13729 2005-10-23 Lars Hansen <larsh@soem.dk>
13730
13731 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13732 (byte-compile-file-form-defmumble, byte-compile-defun)
13733 (byte-compile-defmacro): Use it.
13734 (byte-compile-form): Don't call byte-compile-set-symbol-position
13735 when a byte-compile handler is called.
13736
13737 2005-10-22 Romain Francoise <romain@orebokech.com>
13738
13739 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13740
13741 * subr.el (eval-after-load): Convert library name to an absolute
13742 file name using locate-library, since load-history no longer has
13743 library names in it.
13744
13745 2005-10-22 Richard M. Stallman <rms@gnu.org>
13746
13747 * files.el (make-temp-file): Move from subr.el.
13748 * subr.el (make-temp-file): Move to files.el.
13749
13750 * window.el (get-buffer-window-list): Move from subr.el.
13751 * subr.el (get-buffer-window-list): Move to window.el.
13752
13753 * image.el (image-load-path): Use eval-at-startup to initialize.
13754
13755 * subr.el (eval-at-startup): New macro.
13756
13757 * subr.el: Much rearrangement of functions and division
13758 into pages. No code changes.
13759
13760 2005-10-22 Kenichi Handa <handa@m17n.org>
13761
13762 * tar-mode.el (tar-extract): Be sure to call
13763 find-operation-coding-system if set-auto-coding doesn't find a
13764 coding system.
13765
13766 2005-10-22 Kim F. Storm <storm@cua.dk>
13767
13768 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13769 Change users.
13770 (image-type-file-name-regexps): New defconst.
13771 (image-type-from-data): Simplify loop.
13772 (image-type-from-buffer): New defun.
13773 (image-type-from-file-header): Use it instead of image-type-from-data.
13774 Use image-search-load-path instead of only looking in data-directory.
13775 (image-type-from-file-name): New defun.
13776 (image-search-load-path): Change `pathname' to `filename'.
13777 Make PATH arg optional, default to image-load-path.
13778
13779 2005-10-21 Richard M. Stallman <rms@gnu.org>
13780
13781 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13782
13783 * textmodes/paragraphs.el (sentence-end-base): New variable.
13784 (sentence-end): Use sentence-end-base.
13785
13786 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13787
13788 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13789 property independently from the font-lock-multiline variable.
13790
13791 2005-10-21 Richard M. Stallman <rms@gnu.org>
13792
13793 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13794
13795 * startup.el (command-line): Convert library names
13796 in `load-history' to absolute file names.
13797
13798 * subr.el (symbol-file): Doc fix.
13799
13800 * loadhist.el (file-loadhist-lookup): Call locate-library
13801 instead of find-library-name. Don't try converting
13802 abs file names to library names, since load-history no longer
13803 has library names in it.
13804 (file-dependents, file-provides, file-requires): Doc fixes.
13805
13806 2005-10-21 Juri Linkov <juri@jurta.org>
13807
13808 * progmodes/etags.el (tags-table-mode): New function.
13809 (tags-verify-table): Replace initialize-new-tags-table with
13810 tags-table-mode.
13811
13812 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13813 default value.
13814 (desktop-modes-not-to-save): Add tags-table-mode to the
13815 default value.
13816
13817 * info.el (Info-index-next): Add total number of index
13818 alternatives to the message.
13819
13820 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13821 backward only space (instead of space and period) before looking
13822 at sentence end.
13823
13824 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13825 Add the old variable value as 4th default-value arg of read-string.
13826
13827 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13828
13829 * cus-face.el (custom-declare-face): Make face from X resources
13830 also on Mac.
13831
13832 * disp-table.el (standard-display-g1, standard-display-graphic):
13833 Refuse to use string glyphs also on Mac.
13834 (standard-display-european): Don't set terminal coding system also
13835 on Mac.
13836
13837 * frame.el (display-screens): Use x-display-screens also on Mac.
13838
13839 2005-10-21 Romain Francoise <romain@orebokech.com>
13840
13841 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13842
13843 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13844
13845 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13846 and $? into sexps.
13847
13848 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13849 warning face on open-paren-in-column-0.
13850
13851 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13852 boundary case. Fix typo.
13853 Suggested by Martin Rudalics <rudalics@gmx.at>.
13854
13855 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13856
13857 * textmodes/org.el (org-combined-agenda-icalendar-file)
13858 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13859 (org-export-icalendar-this-file)
13860 (org-export-icalendar-all-agenda-files)
13861 (org-export-icalendar-combine-agenda-files): New commands.
13862 (org-export-icalendar, org-print-icalendar-entries)
13863 (org-start-icalendar-file, org-finish-icalendar-file)
13864 (org-ical-ts-to-string): New functions.
13865 (org-read-date, org-goto-calendar)
13866 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13867 call to `calendar'.
13868 (orgtbl-setup): Remove the :keys arguments from the menu description.
13869 (org-after-save-iCalendar-file-hook): New variable.
13870
13871 2005-10-21 Kenichi Handa <handa@m17n.org>
13872
13873 * language/vietnamese.el (tcvn-5712): Make it an alias of
13874 vietnamese-tcvn coding-system.
13875
13876 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13877
13878 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13879 group id is given.
13880
13881 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13884 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13885 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13886 whose line is either continued or ends with a comment.
13887
13888 2005-10-20 Romain Francoise <romain@orebokech.com>
13889
13890 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13891
13892 * replace.el (occur-engine): Add follow-link property.
13893
13894 * font-core.el (font-lock-mode): Doc fix.
13895
13896 2005-10-20 Richard M. Stallman <rms@gnu.org>
13897
13898 * net/rcirc.el: New file.
13899
13900 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13901
13902 * term.el (term-term-name): Initialize to "eterm-color".
13903
13904 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13905
13906 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13907 for encryption functionality.
13908 Move allout customization subgroup from `editing' to `outlines' group.
13909 Fix commentary keywords to legitimate ones.
13910 Update author info (using my current email address, obscurified).
13911 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13912 (allout-encrypted-topic-p, allout-encrypted-text-type)
13913 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13914 (allout-situate-encryption-key-verifier)
13915 (allout-get-encryption-key-verifier, allout-verify-key)
13916 (allout-next-topic-pending-encryption)
13917 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13918 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13919 (outline-key-verifier-handling, outline-key-hint-handling)
13920 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13921 (allout-file-key-verifier-string, allout-encryption-scheme)
13922 (allout-key-verifier-string, allout-key-hint-string)
13923 (allout-after-save-decrypt): New variables.
13924 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13925 (allout-after-saves-handler): New hook functions.
13926 (allout-post-command-business): Do allout-after-save-decrypt.
13927 (allout-enable-file-variable-adjustment): Custom var to enable
13928 mechanism for adding and adjusting settings of Emacs file variables.
13929 (allout-adjust-file-variable, allout-file-vars-section-data):
13930 New functions, implement the mechanism.
13931 (outlineify-sticky): Use the file vars mechanism.
13932 (allout-inhibit-protection, allout-during-write-cue)
13933 (allout-override-protect, allout-before-change-protect): Remove.
13934 (allout-flag-region, allout-open-topic): Adjust read-only text.
13935 (allout-open-line-not-read-only): Add to facilitate read-only
13936 text based protection.
13937 (allout-kill-line): Revise to adjust read-only text, clue the
13938 user about the inhibition.
13939 (allout-unprotected): Use unwind-protect.
13940 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13941 topic deeper than the offspring depth of the previous topic -
13942 avoiding confusing "containment discontinuities".
13943 (allout-reindent-bodies): Fix retention of body relative hanging
13944 indent during promotion of collapsed bodies.
13945 (allout-open-topic): Make it easy to open new topic with same
13946 bullet as current topic - topic creation functions provided with
13947 any universal argument provokes now prompt for bullet, defaulting
13948 to the bullet of the previous topic.
13949 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13950 Plain bullet alternates `.' period and `,' comma only. All other
13951 bullets are relegated to special status (but customizable).
13952 (allout-end-of-entry): Rename from allout-end-of-current-entry
13953 since it actually operates w.r.t. most immediately containing
13954 entry, visible or not.
13955 (allout-hide-current-entry, allout-show-current-entry): Use the
13956 revised version.
13957 (allout-old-expose-topic): Solidify deprecation.
13958 (allout-end-of-subtree): Add so we can span concealed as well
13959 as visible topics.
13960 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13961 (allout-end-of-current-heading): Tweak to just respect the first line.
13962 (allout-get-body-text): Add.
13963 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13964 when invoked interactively.
13965 (allout-up-current-level): Use `interactive-p'.
13966 (allout-mode, allout-init): Miscellaneous docstring and
13967 operational refinements, as well as hookups of new encryption stuff.
13968 (allout-beginning-of-current-entry): Now works as advertised.
13969 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13970 (allout-isearch-rectification): Refine condition for isearching.
13971 (allout-isearch-abort, allout-enwrap-isearch)
13972 (allout-flag-region, my-region-active-p): Relocate some macros.
13973 (allout-title): Fallback title is (buffer-name), not
13974 non-existing (current-buffer-name).
13975 (subst-char-in-string): Define if absent (for some XEmacs versions).
13976
13977 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13978
13979 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13980 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13981 (mail-citation-prefix-regexp, mail-signature-file)
13982 (mail-default-headers, mail-bury-selects-summary)
13983 (mail-send-nonascii): Add autoload cookies.
13984
13985 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13986
13987 * frame.el (blink-cursor-mode): Add `mac' to the list of
13988 window-system's that support blinking cursor.
13989
13990 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13991
13992 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13993
13994 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13995
13996 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13997 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13998 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13999
14000 2005-10-20 Kim F. Storm <storm@cua.dk>
14001
14002 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14003 (ido-set-current-directory): Don't add / after final @.
14004 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14005 Explicitly handle ange-ftp completion oddities.
14006 (ido-make-file-list): Don't rotate list at tramp root to avoid
14007 triggering tramp file handler for expand-file-name via get-file-buffer.
14008
14009 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14012
14013 2005-10-19 Jay Belanger <belanger@truman.edu>
14014
14015 * calc/calc-units.el (math-standard-units): Add units, adjust
14016 symbols and update values.
14017 (math-unit-prefixes): Add more prefixes.
14018
14019 2005-10-19 Romain Francoise <romain@orebokech.com>
14020
14021 * bookmark.el (bookmark-menu-heading): New face.
14022 (bookmark-bmenu-list): Use it.
14023 Don't fiddle with `baud-rate' at top-level.
14024
14025 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14026
14027 * image.el (create-image, find-image): Mention max-image-size in
14028 docstring.
14029
14030 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * savehist.el (savehist-load): Revert to checking XEmacs.
14033
14034 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14035 Various docstring and line-width fixups.
14036 (conf-mode): Use cond.
14037 Set font-lock-defaults. Don't set comment-use-syntax.
14038
14039 2005-10-18 David Ponce <david@dponce.com>
14040
14041 * tree-widget.el (tree-widget-button-click): New function.
14042 (tree-widget-button-keymap): Use it.
14043
14044 2005-10-18 Romain Francoise <romain@orebokech.com>
14045
14046 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14047 (bookmark-bmenu-hide-filenames): Add follow-link property.
14048 Improve help-echo text.
14049
14050 * ffap.el (find-file-at-point): Doc fix.
14051
14052 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14053
14054 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14055
14056 2005-10-18 Masatake YAMATO <jet@gyve.org>
14057
14058 Install to the CVS repository what I forgot to install in my
14059 2005-10-16 changes.
14060
14061 * progmodes/python.el (python-complete-symbol): Pass the common
14062 prefix substring of completion to `display-completion-list'.
14063
14064 * textmodes/org.el (org-complete): Ditto.
14065
14066 2005-10-18 Masatake YAMATO <jet@gyve.org>
14067
14068 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14069
14070 * woman.el (WoMan-xref-man-page): New button type derived
14071 from `Man-abstract-xref-man-page'.
14072 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14073
14074 * man.el (Man-abstract-xref-man-page): New button type.
14075 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14076 (Man-highlight-references): Add new optional argument `xref-man-type'.
14077
14078 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14079
14080 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14081
14082 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14083
14084 * cus-edit.el (Custom-move-and-invoke): Delete.
14085 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14086
14087 * wid-edit.el (widget-move-and-invoke): New function, from
14088 Custom-move-and-invoke.
14089
14090 2005-10-17 Bill Wohler <wohler@newt.com>
14091
14092 Move all remaining images from lisp/toolbar to etc/images, move
14093 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14094 the low resolution images in their own directory (low-color).
14095
14096 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14097 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14098 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14099 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14100 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14101 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14102 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14103
14104 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14105 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14106 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14107 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14108 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14109 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14110 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14111 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14112 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14113 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14114 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14115 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14116 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14117 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14118 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14119
14120 To conform with convention, replace the underscore (_) in the
14121 following image names with dash (-) or (/) as appropriate.
14122
14123 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14124 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14125 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14126 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14127 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14128 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14129 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14130 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14131 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14132 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14133 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14134 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14135 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14136 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14137 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14138
14139 * info.el (info-tool-bar-map): Replace underscores in image names
14140 with dashes.
14141
14142 * makefile.w32-in (WINS): Remove toolbar.
14143
14144 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14145
14146 * tool-bar.el: Move to lisp from toolbar. Now that
14147 toolbar is empty, it should be deleted when folks run "cvs up -P".
14148
14149 2005-10-18 Jay Belanger <belanger@truman.edu>
14150
14151 * calc/calc-store.el (calc-store-into): Get the proper variable name
14152 to display in message.
14153
14154 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14155
14156 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14157 expressions display in speedbar for all buffers when debugging.
14158 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14159
14160 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14161 (speedbar-insert-button, speedbar-make-button):
14162 Use add-text-properties.
14163 (speedbar-update-localized-contents)
14164 (speedbar-update-directory-contents)
14165 (speedbar-update-special-contents): Use dolist.
14166 (speedbar-buffer-easymenu-definition): Add a menu separator.
14167
14168 2005-10-17 Jason Rumney <jasonr@gnu.org>
14169
14170 * makefile.w32-in: Use $(lisp) consistently.
14171 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14172 for shell specific generation of mh-autoloads.
14173
14174 2005-10-17 Richard M. Stallman <rms@gnu.org>
14175
14176 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14177
14178 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * jit-lock.el (jit-lock-fontify-now):
14181 Move jit-lock-context-unfontify-pos to avoid wasted work.
14182
14183 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14184
14185 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14186 `tramp-completion-mode' for checking if we are in completion mode.
14187 (tramp-completion-handle-file-name-all-completions): Reorder code
14188 in order to complete for file names only in case there are no
14189 method/user/host completions. This is necessary for cooperation
14190 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14191
14192 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * longlines.el (longlines-search-forward)
14195 (longlines-search-backward): Match any number of spaces.
14196
14197 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14198
14199 * diff-mode.el (diff-mode): Doc fix.
14200
14201 2005-10-16 David Reitter <david.reitter@gmail.com>
14202
14203 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14204 as default on darwin and windows systems.
14205
14206 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14207
14208 * arc-mode.el (archive-zip-extract): Doc fix.
14209
14210 2005-10-16 Romain Francoise <romain@orebokech.com>
14211
14212 * mouse.el (mouse-1-click-follows-link): Doc fix.
14213
14214 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * savehist.el: Don't require CL at runtime.
14217 (savehist-xemacs): Remove.
14218 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14219 (savehist-no-conversion): Use (featurep 'xemacs).
14220 (savehist-load): Check existence of start-itimer rather than XEmacs.
14221 Use an idle timer.
14222 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14223 `delete-if-not'.
14224
14225 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14226
14227 * savehist.el: Newer version.
14228 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14229 (savehist-last-checksum, savehist-no-conversion): New vars.
14230 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14231 New functions.
14232 (savehist-load, savehist-save): Use them.
14233 (savehist-delimit): Remove.
14234
14235 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * progmodes/compile.el (compilation-goto-locus): Display the
14238 compilation buffer first and the source buffer second, in case they're
14239 in overlapping frames. Don't raise the compilation frame if it was the
14240 selected window upon entry. Pass the `other-window' arg to
14241 pop-to-buffer.
14242
14243 * info.el (Info-fontify-node): Use dolist.
14244 Change add-text-properties to put-text-property.
14245
14246 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14247
14248 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14249 bound of search.
14250
14251 2005-10-16 Masatake YAMATO <jet@gyve.org>
14252
14253 * dabbrev.el (dabbrev-completion): Pass the common
14254 prefix substring of completion to `display-completion-list'.
14255
14256 * filecache.el (file-cache-minibuffer-complete)
14257 (file-cache-complete): Ditto.
14258
14259 * tempo.el (tempo-display-completions): Ditto.
14260
14261 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14262
14263 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14264
14265 * eshell/em-hist.el (eshell-list-history): Ditto.
14266
14267 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14268
14269 * mail/mailalias.el (mail-complete): Ditto.
14270
14271 * progmodes/etags.el (complete-tag): Ditto.
14272
14273 * progmodes/make-mode.el (makefile-complete): Ditto.
14274
14275 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14276
14277 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14278
14279 * progmodes/pascal.el (pascal-complete-word)
14280 (pascal-show-completions): Ditto.
14281
14282 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14283
14284 * simple.el (completion-common-substring): New variable.
14285 (completion-setup-function): Use `completion-common-substring'
14286 to put faces.
14287
14288 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14289
14290 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14291 (x-get-selection, mac-select-convert-to-string): Convert from/to
14292 UTF-16 clipboard data as in native byte order, no BOM.
14293
14294 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14295
14296 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14297 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14298 (gud-sentinel): Use speedbar-frame to check for speedbar.
14299
14300 2005-10-15 Richard M. Stallman <rms@gnu.org>
14301
14302 * savehist.el: New file.
14303
14304 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14305
14306 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14307 Fix bug in \bf fontification.
14308
14309 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 * pcvs.el (cvs-edit-log-files): New var.
14312 (cvs-mode-edit-log): New arg `file'.
14313 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14314 Instead force the use of the original file and nothing else.
14315 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14316 the cvs-minor-wrap-function is set.
14317 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14318
14319 2005-10-14 Bill Wohler <wohler@newt.com>
14320
14321 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14322 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14323 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14324 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14325 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14326 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14327 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14328 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14329 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14330 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14331 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14332 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14333 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14334 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14335 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14336
14337 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14338 appropriately (for example, gud-break to gud/break).
14339
14340 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14341
14342 * longlines.el (longlinges-search-function)
14343 (longlines-search-forward, longlines-search-backward): New functions.
14344 (longlines-mode): Set isearch-search-fun-function to
14345 longlinges-search-function.
14346
14347 * mouse.el (mouse-drag-region-1): Handle the case where a
14348 double-click event is bound to an arbitrary function.
14349
14350 2005-10-14 David Ponce <david@dponce.com>
14351
14352 * recentf.el (recentf-track-opened-file)
14353 (recentf-track-closed-file, recentf-update-menu)
14354 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14355 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14356 mouse-1-click-follows-link.
14357
14358 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14359
14360 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14361 Gnome file-manager.png. Suggested by
14362 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14363
14364 * toolbar/README: Add diropen.xpm.
14365
14366 2005-10-13 Bill Wohler <wohler@newt.com>
14367
14368 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14369 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14370
14371 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14374 Don't waste the byte-compiler's time on constant data.
14375
14376 2005-10-13 Kenichi Handa <handa@m17n.org>
14377
14378 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14379 byte with `escape-glyph' face.
14380
14381 * international/fontset.el (ccl-encode-unicode-font):
14382 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14383 Handle the case that ucs-mule-to-mule-unicode translates a character to
14384 ASCII (usually for IPA characters).
14385
14386 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14389 Don't hide the underline of titles if font-lock-mode is disabled.
14390
14391 2005-10-12 Bill Wohler <wohler@newt.com>
14392
14393 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14394 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14395 files in MH-E-SRC have been updated.
14396 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14397
14398 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14401 (mixal-mode-syntax-table): Add \n as end-comment.
14402 (mixal-operation-codes-alist): Immediately initialize to full value.
14403 (mixal-add-operation-code): Remove.
14404 (mixal-describe-operation-code): Make the arg non-optional.
14405 Use the interactive spec instead.
14406 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14407 (mixal-font-lock-keywords): Don't highlight comments here any more.
14408 (mixal-font-lock-syntactic-keywords): New var.
14409 (mixal-mode): Use it. Fix comment-start-skip.
14410
14411 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14412
14413 * startup.el (command-line-x-option-alist): -nb => -nbi
14414
14415 2005-10-12 Kim F. Storm <storm@cua.dk>
14416
14417 * startup.el (fancy-splash-default-action): Discard mouse click in
14418 the splash screen window, as it has no sensible meaning in the
14419 next window to be selected. Fixes error reported by Jan D.
14420
14421 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14422
14423 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14424
14425 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14428 Try to fix up minor layout issues like indentation, line break, etc...
14429 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14430 because it doesn't work.
14431 (mixal-operation-codes): Add some more codes.
14432 (mixal-font-lock-keywords): Process comments here.
14433 (mixal-mode): mixasm no longer needs -g option.
14434
14435 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14436
14437 * progmodes/sh-script.el (sh-tmp-file):
14438 Use mktemp -t. Finish support for es and rc shells.
14439
14440 2005-10-11 Jay Belanger <belanger@truman.edu>
14441
14442 * calc/calcalg2.el (calc-integral): With an argument, compute the
14443 definite integral.
14444
14445 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14446
14447 * mouse.el (mouse-drag-region-1): Don't try to catch a
14448 double-click when doing follow-link (it's overridden anyway).
14449
14450 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14451
14452 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14453 (autoload-print-form-outbuf): Add docstring.
14454
14455 2005-10-11 Juri Linkov <juri@jurta.org>
14456
14457 * info.el (Info-mode-menu): Delete menu item "Edit".
14458 (Info-mode): Delete description of Info-edit from docstring,
14459 and rearrange descriptions of Info commands in the order
14460 they are documented in the Info manual.
14461
14462 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * calendar/appt.el (appt-check): Use diary-selective-display var.
14465
14466 2005-10-10 Richard M. Stallman <rms@gnu.org>
14467
14468 * net/newsticker.el (newsticker-start, newsticker-show-news):
14469 Add autoload cookies.
14470
14471 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14472
14473 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14474
14475 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14476
14477 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14478
14479 2005-10-10 Jay Belanger <belanger@truman.edu>
14480
14481 * calc/calc-arith.el (math-check-known-scalarp)
14482 (math-check-known-matrixp): Check the values of arguments that are
14483 variables.
14484 (math-check-known-square-matrixp): New function.
14485 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14486 (math-super-types): Add sqmatrix type.
14487
14488 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14489 mode name `square' to `sqmatrix'.
14490
14491 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14492 mode name `square' to `sqmatrix'.
14493
14494 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * progmodes/etags.el (select-tags-table-mode): Don't use
14497 selective-display.
14498 (tags-select-tags-table): Pass `button' to the action function.
14499 (select-tags-table): Place the side-info on button properties rather
14500 than in hidden text. Abbreviate file names.
14501 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14502 (select-tags-table-select): Add `button' argument.
14503 Get side-info from the button property rather than from hidden text.
14504
14505 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14506
14507 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14508 (gud-speedbar-buttons): Preserve point if possible.
14509 (gud-sentinel): Restore previous speedbar display type.
14510
14511 * progmodes/gdb-ui.el (gdba): Improve diagram.
14512 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14513 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14514 Call get-buffer-window once.
14515
14516 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14517
14518 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14519 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14520 (pascal-indent-command): Remove unused var `ind'.
14521 (pascal-indent-case): Remove unused var `oldpos'.
14522 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14523 since it's now used as a proper minor mode map.
14524 (pascal-outline): Rename to pascal-outline-mode.
14525 (pascal-outline-mode): Use define-minor-mode.
14526 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14527 selective-display.
14528
14529 2005-10-10 Andreas Schwab <schwab@suse.de>
14530
14531 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14532 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14533
14534 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14535 outside source directory.
14536
14537 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14538
14539 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14540 C-x' as a prefix.
14541 (orgtbl-mode-map): Full keymap instead of sparse, because all
14542 `self-insert-command' keys are redefined in this map.
14543 (org-export-as-html): Specify charset for HTML file, by taking it
14544 from the coding system.
14545
14546 2005-10-10 Kenichi Handa <handa@m17n.org>
14547
14548 * textmodes/flyspell.el (flyspell-check-word-p):
14549 If unread-command-events is non-empty, don't call sit-for.
14550
14551 2005-10-09 Richard M. Stallman <rms@gnu.org>
14552
14553 * font-lock.el (font-lock-syntactic-keywords)
14554 (font-lock-keywords): Doc fixes.
14555
14556 * textmodes/flyspell.el (flyspell-external-point-words):
14557 Simplify logic, and don't try to check for consecutive appearances
14558 of one incorrect word.
14559
14560 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14561
14562 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14563 separator.
14564
14565 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14566 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14567 (gud-expansion-speedbar-buttons): New function.
14568 (gud-speedbar-buttons): Check for gud-comint-buffer.
14569
14570 2005-10-09 Bill Wohler <wohler@newt.com>
14571
14572 * Makefile.in (updates): Add mh-loaddefs dependency.
14573
14574 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * speedbar.el (speedbar-file-key-map): Fix typo.
14577
14578 2005-10-09 Daniel Brockman <daniel@brockman.se>
14579
14580 * cus-start.el (line-spacing): Add custom spec.
14581
14582 2005-10-09 Romain Francoise <romain@orebokech.com>
14583
14584 * textmodes/ispell.el (ispell-check-version): Fix last change.
14585
14586 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14587
14588 * term/x-win.el: Remove -i, --icon-type from comment.
14589
14590 * startup.el (command-line-x-option-alist): Remove options -i,
14591 -itype, --icon-type, added -nb, --no-bitmap-icon
14592
14593 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14594
14595 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14596 instead of :active.
14597
14598 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14599
14600 * textmodes/ispell.el (ispell-check-version):
14601 Ignore hyphen, and all that follows, in aspell's version text.
14602
14603 2005-10-08 Jay Belanger <belanger@truman.edu>
14604
14605 * calc/calc-arith.el (math-known-square-matrixp): New function.
14606 (math-pow-fancy): Check for matrices before distributing exponent
14607 across products.
14608
14609 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14610 fullscreen keypad. Suggested by Luc Teirlinck.
14611 (calc-keypad-show-input): Add space for formatting.
14612
14613 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14614 Add square matrix option.
14615
14616 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14617 of checking calc-matrix-mode when deciding how to expand.
14618
14619 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14620
14621 2005-10-08 Lars Hansen <larsh@soem.dk>
14622
14623 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14624 Add error handling.
14625 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14626
14627 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14628
14629 Sync with Tramp 2.0.51.
14630
14631 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14632 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14633 Insert special handling for `last-coding-system-used', again
14634 it still seems to be necessary (unlike stated before).
14635 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14636 (tramp-password-prompt-regexp): There might be other words before
14637 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14638 (tramp-chunksize): Improve docstring.
14639 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14640 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14641 Christian Joergensen <bugs@razor.dk>.
14642
14643 2005-10-07 Glenn Morris <rgm@gnu.org>
14644
14645 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14646 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14647 precision'.
14648
14649 2005-10-07 Romain Francoise <romain@orebokech.com>
14650
14651 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14652 (ibuffer-do-shell-command-pipe-replace)
14653 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14654 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14655 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14656 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14657 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14658 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14659 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14660 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14661 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14662 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14663 Autoload file sans suffix.
14664
14665 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14666
14667 2005-10-07 David Ponce <david@dponce.com>
14668
14669 * recentf.el (recentf-menu-open-all-flag): New option.
14670 (recentf-digit-shortcut-command-name): New function.
14671 (recentf--shortcuts-keymap): New variable.
14672 (recentf-menu-shortcuts): New variable.
14673 (recentf-make-menu-items): Initialize it. Replace the "More..."
14674 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14675 (recentf-menu-value-shortcut): New function.
14676 (recentf-make-menu-item): Use it. No more in-lined.
14677 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14678 (recentf-open-most-recent-file): Rename from
14679 `recentf-open-file-with-key'. Don't depend on key binding.
14680 (recentf-mode-map): New variable.
14681 (recentf-mode): Use it.
14682
14683 2005-10-06 Bill Wohler <wohler@newt.com>
14684
14685 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14686
14687 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14688 (MH-E-SRC): New. Used by mh-autoloads.
14689 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14690 files in MH-E-SRC have been updated.
14691 (compile, recompile, bootstrap): Depend on mh-autoloads.
14692
14693 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14694
14695 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14696 gud-break and gud-remove icons when the fringe is not available.
14697
14698 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14699 Typo.
14700
14701 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14702
14703 * play/zone.el (zone): Wrap body with save-window-excursion.
14704
14705 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14708 Use the new `list-only' arg to diary-list-entries.
14709
14710 * calendar/diary-lib.el: Use overlays rather than selective-display.
14711 (diary-selective-display): New var.
14712 (diary-header-line-format): Use it.
14713 (diary-list-entries): Add argument `list-only'.
14714 Put the buffer in diary-mode. Don't add \^M at beg and end.
14715 Replace \^M by invisible overlays.
14716 (diary-unhide-everything): Replace \^M by invisible overlays.
14717 (print-diary-entries): Look for overlays rather than \^M.
14718 Add a space to the temp buffer name.
14719 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14720 Put the buffer in diary-mode.
14721 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14722 (diary-anniversary): Make the year arg optional.
14723 (diary-time-regexp): New const.
14724 (diary-font-lock-keywords): Use it to accept a few more time formats.
14725
14726 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14727
14728 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14729
14730 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14731 Fix bug introduced 2005-07-03: Use (car (last ...))
14732 to faithfully reproduce replaced artist-last.
14733 (artist-set-arrow-points-for-poly): Likewise.
14734 Suggested by Johan Bockg\e,Ae\e(Brd.
14735
14736 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14737
14738 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14739 * wid-edit.el (widget):
14740 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14741 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14742
14743 2005-10-06 Kenichi Handa <handa@m17n.org>
14744
14745 * international/mule-cmds.el (set-language-environment):
14746 Fix setting up of case-table for unibyte mode.
14747
14748 * simple.el (what-cursor-position): If the character is displayed
14749 by some `display' text property, show that. Don't use
14750 single-key-description for eight-bit characters in multibyte mode.
14751
14752 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14753
14754 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14755 (gdb-ann3): Set it.
14756 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14757 (gdb-info-frames-custom): Use inverse-video for first five
14758 characters of selected frame only.
14759 (gdb-get-frame-number): Select frame even when point is on frame
14760 number.
14761
14762 2005-10-06 Masatake YAMATO <jet@gyve.org>
14763
14764 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14765 Put `font-lock-function-name-face'.
14766 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14767 and `font-lock-variable-name-face'
14768 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14769 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14770 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14771 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14772 (gdb-local-font-lock-keywords): New font lock keywords definition.
14773 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14774 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14775 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14776
14777 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14778
14779 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14780 (ediff-merge-region-is-non-clash-to-skip): Previously called
14781 ediff-merge-region-is-non-clash.
14782
14783 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14784 Use insert-buffer-substring.
14785
14786 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14787 selecting files to patch. Also bug fixes.
14788
14789 * ediff-util.el (ediff-setup): Bug fix.
14790 (ediff-next-difference): Never skip clashes that differ in white
14791 space only.
14792
14793 * ediff-wind.el (ediff-setup-control-frame)
14794 (ediff-destroy-control-frame): Check the menubar feature.
14795
14796 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14797 (viper-refresh-mode-line): Use make-local-variable to localize
14798 some vars instead of make-variable-buffer-local. Suggested by
14799 Stefan Monnier.
14800
14801 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14802 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14803 Use make-local-variable instead of make-variable-buffer-local.
14804 Suggested by Stefan Monnier.
14805
14806 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14807 (viper-comint-mode-hook): Use make-local-variable on
14808 require-final-newline.
14809 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14810
14811 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14814 also the second char of a comment-start sequence.
14815 (scheme-sexp-comment-syntax-table): New var.
14816 (lambda, define): Set their scheme-doc-string-elt property.
14817 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14818 Use lisp-font-lock-syntactic-face-function now that it properly
14819 handles |...| symbols.
14820 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14821 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14822
14823 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14824 bit from # to |.
14825 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14826
14827 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14828 (lisp-doc-string-elt-property): New var.
14829 (lisp-font-lock-syntactic-face-function): Use it.
14830 Rewrite to recognize docstrings even for forms not at toplevel.
14831
14832 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14833 annotation on the | part of #| rather than on the # part.
14834 (scheme-font-lock-syntactic-face-function): New function, to
14835 distinguish strings from |...| symbols.
14836 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14837 syntax-table so that #|...|# is properly highlighted.
14838
14839 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14840 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14841
14842 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14845 and C-e.
14846
14847 * emacs-lisp/eldoc.el: Move comments into docstrings.
14848 (eldoc-message-commands): Initialize in its declaration.
14849 Add move-beginning-of-line and move-end-of-line.
14850 (eldoc-add-command, eldoc-add-command-completions)
14851 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14852
14853 * outline.el (outline-mark-subtree): Activate the mark.
14854
14855 * calendar/appt.el (appt-time-regexp): New var.
14856 (appt-add, appt-make-list): Use it.
14857 (appt-convert-time): Clean up.
14858
14859 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14860 Don't set any syntax-table property here.
14861 (tex-font-lock-verb): New function. Do it here.
14862 (tex-font-lock-syntactic-keywords): Use it.
14863
14864 2005-10-04 Richard M. Stallman <rms@gnu.org>
14865
14866 * wid-edit.el (widget-file-complete): Get the widget start point
14867 the right way. Default directory to `/' if file has none.
14868
14869 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14870
14871 * textmodes/flyspell.el (flyspell-mode-on):
14872 Call ispell-maybe-find-aspell-dictionaries.
14873
14874 * textmodes/ispell.el (ispell-word, ispell-region):
14875 Call ispell-maybe-find-aspell-dictionaries.
14876 (ispell-accept-buffer-local-defs):
14877 Don't call ispell-maybe-find-aspell-dictionaries
14878
14879 2005-10-04 Richard M. Stallman <rms@gnu.org>
14880
14881 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14882
14883 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14884
14885 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14886 instead of `fboundp' in order to allow for anonymous functions.
14887
14888 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14889
14890 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14891 case the user clicks on the link while another window is selected.
14892 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14893
14894 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14895 functionality.
14896 (dframe-help-echo): Save point in case mouse tracking is off.
14897
14898 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14899
14900 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14901
14902 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14905 not change the global value of those vars.
14906
14907 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14908 make-local-variable which we do not need any more.
14909
14910 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14911
14912 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14913 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14914 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14915 (speedbar-path-line): Define obsolete aliases.
14916 (speedbar-line-directory): Doc fix.
14917
14918 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14919 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14920 instead of speedbar-line-path.
14921
14922 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14923
14924 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14925 to nil if dropping on a window. Handle dropping on a minibuffer window
14926 like dropping on a non-window part of Emacs.
14927
14928 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * net/ange-ftp.el: Use with-current-buffer.
14931 (ange-ftp-insert-directory): Do not follow symlinks any more.
14932
14933 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14934 Remove interactive spec.
14935
14936 2005-10-03 Kim F. Storm <storm@cua.dk>
14937
14938 * ido.el (ido-mode): Use custom-initialize-set.
14939
14940 2005-10-02 Richard M. Stallman <rms@gnu.org>
14941
14942 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14943 Use insert-buffer-substring.
14944
14945 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14946 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14947
14948 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14951 in last change.
14952 (ange-ftp-insert-directory): Fix up the search for the case where
14953 `file' is absolute.
14954
14955 2005-10-02 Romain Francoise <romain@orebokech.com>
14956
14957 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14958
14959 2005-10-02 Andreas Schwab <schwab@suse.de>
14960
14961 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14962 directory component in the session info.
14963
14964 2005-10-01 Richard M. Stallman <rms@gnu.org>
14965
14966 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14967
14968 * simple.el (next-error-internal): New function.
14969
14970 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14971 (compilation-start): Pass new arg to compilation-buffer-name.
14972 (compile-goto-error): Use next-error-internal.
14973
14974 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * speedbar.el: Remove RCS tag.
14977 (speedbar-check-read-only): Handle non-existent files.
14978
14979 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14980
14981 * info.el (Info-speedbar-hierarchy-buttons)
14982 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14983
14984 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14985
14986 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14987 Do not match newline.
14988 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14989 (bibtex-summary): Remove unnecessary save-excursion.
14990 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14991
14992 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14993
14994 * term/mac-win.el: Add charset info for "iso10646-1".
14995 Modify default fontset to use ATSUI-compatible fonts for some charsets
14996 if available.
14997
14998 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14999
15000 * speedbar.el: Re-apply arch tag.
15001 (speedbar-version): Rename to version 1.0. Suggested by Eric
15002 M. Ludlam.
15003 Reapply two changes from Emacs CVS' version of speedbar lost
15004 during the merge:
15005 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15006 (speedbar-frame-parameters): Improve customize type.
15007
15008 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15009
15010 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15011 (ange-ftp-file-directory-p): Fix the symlink case.
15012 (ange-ftp-insert-directory): When listing a single file, get a list of
15013 the parent buffer and extract the relevant line. Inspired from a patch
15014 by Katsumi Yamaoka <yamaoka@jpl.org>.
15015 (ange-ftp-file-name-sans-versions): Simplify.
15016
15017 2005-09-30 Bill Wohler <wohler@newt.com>
15018
15019 Move MH-E image files from toolbar and mail directories into
15020 etc/images.
15021
15022 * mail/reply2.*: Move to etc/images/mail/reply*.
15023
15024 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15025 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15026 etc/images.
15027
15028 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15029 * toolbar/reply*: Move to etc/images/mail.
15030
15031 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15032
15033 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15034
15035 * speedbar.el: New version 1.0pre3.
15036
15037 Frame management code (including timer, and mouse click specifics)
15038 moved to dframe.el:
15039 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15040 (speedbar-timer): Removed. Use dframe-timer.
15041 (speedbar-close-frame): Removed. Use dframe-close-frame.
15042 (speedbar-activity-change-focus-flag): Removed. Use
15043 dframe-activity-change-focus-flag.
15044 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15045 dframe-update-speed.
15046
15047 (speedbar-current-frame): New macro. Use this instead of the
15048 variable speedbar-frame.
15049
15050 (speedbar-use-images, speedbar-expand-image-button-alist)
15051 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15052
15053 (speedbar-find-image-on-load-path): Removed. Replaced by
15054 defezimage in ezimage.el.
15055 (speedbar-expand-image-button-alist): Removed. Replaced by
15056 ezimage-expand-image-button-alist in ezimage.el.
15057
15058 (speedbar-ignored-directory-regexp)
15059 (speedbar-add-ignored-directory-regexp)
15060 (speedbar-ignored-directory-expressions)
15061 (speedbar-line-directory, speedbar-buffers-line-directory)
15062 (speedbar-directory-line, speedbar-buffers-line-directory):
15063 Renamed, replacing `path' with `directory'.
15064
15065 (speedbar-create-directory, speedbar-expand-line-descendants)
15066 (speedbar-toggle-line-expansion)
15067 (speedbar-contract-line-descendants): New commands.
15068
15069 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15070 (speedbar-use-tool-tips-flag): New options.
15071
15072 (speedbar-check-read-only, speedbar-require-version)
15073 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15074 (speedbar-handle-delete-frame, speedbar-try-completion)
15075 (speedbar-update-localized-contents): New functions.
15076
15077 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15078 (speedbar-object-read-only-indicator): New variables.
15079
15080 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15081 New hooks.
15082
15083 (speedbar-separator-face): New face.
15084
15085 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15086 (speedbar-ignored-modes): Add fundamental-mode.
15087 (speedbar-directory-unshown-regexp): Add . directories.
15088
15089 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15090 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15091 `]' for full expand/close.
15092 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15093
15094 (speedbar-check-vc): Support hidden files.
15095 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15096 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15097 state is nil, it is not checked out.
15098
15099 (speedbar-line-text, speedbar-line-token): Support expand buttons
15100 with no text.
15101 (speedbar-refresh): Universal argument acts as power-click.
15102 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15103 that buffer to get variable values.
15104
15105 And many other bugfixes.
15106
15107 * dframe.el, ezimage.el, sb-image.el: New files.
15108
15109 * sb-*.xpm: Remove files. New image files installed into
15110 etc/images/ezimage.
15111
15112 2005-09-30 Kenichi Handa <handa@m17n.org>
15113
15114 * ps-mule.el (ps-mule-show-warning): If a character is in
15115 ps-print-translation-table, don't treat it as non-printable.
15116
15117 2005-09-30 David Ponce <david@dponce.com>
15118
15119 * tree-widget.el (tree-widget-themes-load-path): New variable.
15120 (tree-widget-themes-directory): Doc fix.
15121 (tree-widget-image-formats) [Emacs]: Doc fix.
15122 (tree-widget--locate-sub-directory): New function.
15123 (tree-widget-themes-directory): Use it.
15124
15125 * recentf.el (recentf-filename-handlers): Rename from
15126 `recentf-filename-handler'. Allow a list of functions.
15127 (recentf-menu-items-for-commands): Fix :help strings.
15128 (recentf-apply-filename-handlers): New function.
15129 (recentf-expand-file-name): Use it.
15130 (recentf-cleanup): Remove duplicates too.
15131
15132 2005-09-29 Juri Linkov <juri@jurta.org>
15133
15134 * faces.el: Rearrange face definitions to be in the same order as
15135 their face descriptions in "(emacs)Standard Faces".
15136
15137 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15138
15139 * tooltip.el (tooltip): Add group `basic-faces'.
15140
15141 * buff-menu.el (Buffer-menu-buffer): Remove group
15142 `font-lock-highlighting-faces'.
15143
15144 * progmodes/compile.el (compilation-error, compilation-warning)
15145 (compilation-info, compilation-line-number, compilation-column-number):
15146 Change group from `font-lock-highlighting-faces' to `compilation'.
15147
15148 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15149 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15150 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15151 (vhdl-font-lock-reserved-words-face)
15152 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15153 `font-lock-highlighting-faces'.
15154
15155 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15156
15157 2005-09-28 Kim F. Storm <storm@cua.dk>
15158
15159 * emulation/cua-base.el: Set CUA move property on additional commands:
15160 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15161 forward-sexp, backward-sexp, forward-list, backward-list.
15162
15163 2005-09-28 Romain Francoise <romain@orebokech.com>
15164
15165 * comint.el (comint-show-output): Really set point at the
15166 beginning of the output when not using `comint-use-prompt-regexp'.
15167
15168 2005-09-27 Jay Belanger <belanger@truman.edu>
15169
15170 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15171 in TeX mode.
15172
15173 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15174
15175 * textmodes/org.el (org-table-sum): Fix format string.
15176
15177 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15178 Quote face names.
15179
15180 2005-09-26 Romain Francoise <romain@orebokech.com>
15181
15182 * isearch.el (isearch-forward-regexp): Close doc string.
15183
15184 2005-09-25 Richard M. Stallman <rms@gnu.org>
15185
15186 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15187
15188 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15189
15190 * progmodes/compile.el (compilation-error-properties):
15191 When getting the file from the previous error message,
15192 correctly decode the new data format.
15193
15194 * progmodes/cc-cmds.el (c-electric-paren):
15195 Call old-blink-paren only for close-paren.
15196
15197 2005-09-24 Andreas Schwab <schwab@suse.de>
15198
15199 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15200 condition.
15201
15202 2005-09-25 Romain Francoise <romain@orebokech.com>
15203
15204 * dired-aux.el (dired-copy-file-recursive):
15205 * dired.el (dired-delete-file):
15206 * ediff-mult.el (ediff-dir-diff-copy-file):
15207 * ediff-util.el (ediff-test-save-region):
15208 * forms.el (forms-mode):
15209 * ido.el (ido-file-internal, ido-delete-file-at-head):
15210 * log-edit.el (log-edit-done):
15211 * ses.el (ses-yank-resize):
15212 * play/gomoku.el (gomoku-human-plays, gomoku)
15213 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15214 (gomoku-offer-a-draw):
15215 * play/landmark.el (lm-human-resigns, lm):
15216 * net/eudcb-ldap.el (eudc-ldap-check-base):
15217 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15218 * progmodes/ebrowse.el (ebrowse-find-pattern):
15219 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15220 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15221 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15222
15223 * vc.el (vc-delete-file):
15224 * play/gomoku.el (gomoku-terminate-game, gomoku)
15225 (gomoku-prompt-for-move, gomoku-human-takes-back):
15226 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15227 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15228
15229 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15230
15231 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15232 color rxvt terminals by using the code xterm.el used to use before
15233 2005-04-09 in order to match the colors used by rxvt.
15234
15235 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15236
15237 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15238 colors rxvt-unicode terminals by using the same code as xterm.el.
15239
15240 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15243 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15244 new symbol used for the tex-verbatim face.
15245
15246 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15247
15248 * woman.el (woman-file-name):
15249 * wid-edit.el (widget-file-prompt-value)
15250 (widget-coding-system-prompt-value):
15251 * w32-fns.el (set-w32-system-coding-system):
15252 * vc.el (vc-version-diff, vc-annotate):
15253 * textmodes/reftex-auc.el (reftex-arg-cite)
15254 (reftex-arg-index-tag):
15255 * textmodes/refer.el (refer-get-bib-files):
15256 * textmodes/artist.el (artist-figlet-choose-font):
15257 * terminal.el (terminal-emulator):
15258 * replace.el (occur-read-primary-args):
15259 * rect.el (string-rectangle, string-insert-rectangle):
15260 * ps-print.el (ps-print-preprint):
15261 * progmodes/pascal.el (pascal-goto-defun):
15262 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15263 * progmodes/compile.el (compilation-find-file):
15264 * printing.el (pr-interactive-n-up):
15265 * play/animate.el (animate-birthday-present):
15266 * net/rcompile.el (remote-compile):
15267 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15268 * mail/rmailsum.el (rmail-summary-search-backward)
15269 (rmail-summary-search):
15270 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15271 (rmail-output-read-file-name):
15272 * mail/rmail.el (rmail-search, rmail-search-backwards):
15273 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15274 * locate.el (locate):
15275 * international/quail.el (quail-show-keyboard-layout):
15276 * international/mule.el (set-buffer-file-coding-system)
15277 (revert-buffer-with-coding-system, set-file-name-coding-system)
15278 (set-terminal-coding-system, set-keyboard-coding-system)
15279 (set-next-selection-coding-system):
15280 * international/mule-diag.el (describe-coding-system)
15281 (describe-font, describe-fontset):
15282 * international/mule-cmds.el (universal-coding-system-argument)
15283 (search-unencodable-char, describe-input-method)
15284 (set-language-environment, describe-language-environment):
15285 * international/codepage.el (codepage-setup):
15286 * international/code-pages.el (codepage-setup):
15287 * info.el (Info-search, Info-follow-reference)
15288 (Info-search-backward):
15289 * emacs-lisp/advice.el (ad-read-advised-function)
15290 (ad-read-advice-class, ad-clear-cache, ad-activate)
15291 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15292 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15293 (ad-read-regexp):
15294 * ediff-util.el (ediff-toggle-regexp-match):
15295 * ediff-ptch.el (ediff-prompt-for-patch-file):
15296 * dired-aux.el (dired-diff):
15297 * diff.el (diff):
15298 * cus-edit.el (custom-variable-prompt):
15299 * calendar/timeclock.el (timeclock-ask-for-project):
15300 * calc/calcalg3.el (calc-get-fit-variables):
15301 * calc/calc-store.el (calc-edit-variable)
15302 (calc-permanent-variable):
15303 * vc-mcvs.el (vc-mcvs-register):
15304 * shadowfile.el (shadow-define-literal-group):
15305 * woman.el (woman-file-name):
15306 * vc.el (vc-version-diff, vc-merge):
15307 * textmodes/reftex-index.el (reftex-index-complete-tag):
15308 * format.el (format-decode-buffer, format-decode-region):
15309 * emulation/viper-cmd.el (viper-read-string-with-history):
15310 * emacs-lisp/debug.el (cancel-debug-on-entry):
15311 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15312 * ediff.el (ediff-merge-revisions)
15313 (ediff-merge-revisions-with-ancestor, ediff-revision):
15314 * completion.el (interactive-completion-string-reader):
15315 * calc/calc-prog.el (calc-user-define-formula):
15316 Follow convention for reading with the minibuffer.
15317
15318 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15319
15320 * progmodes/python.el (python-describe-symbol): Add globals() and
15321 locals() to the arguments of emacs.ehelp.
15322
15323 2005-09-24 Magnus Henoch <mange@freemail.hu>
15324
15325 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15326 New function, code extracted from ispell-valid-dictionary-list.
15327 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15328 Call it.
15329
15330 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15331
15332 * subr.el (version-regexp-alist): Extend valid syntax for version
15333 strings: allow any of the characters -,_,+ to separate the
15334 alpha/beta/rc part from the version part. Doc fix.
15335 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15336
15337 2005-09-23 David Reitter <david.reitter@gmail.com>
15338
15339 * mail/mailclient.el: New file.
15340
15341 2005-09-23 Richard M. Stallman <rms@gnu.org>
15342
15343 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15344 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15345 Doc fixes.
15346
15347 * progmodes/cc-mode.el (c-font-lock-init):
15348 Specify font-lock-lines-before.
15349
15350 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15353 whole conflict.
15354
15355 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15356
15357 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15358 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15359 of `remap' feature when available. Additional key bindings for
15360 better tty support.
15361 (org-mode-restart, org-force-self-insert): New commands.
15362 (org-time-stamp-inactive): New command.
15363 (org-remap): New function.
15364 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15365 (org-enable-fixed-width-editor): Move to `org-structure'
15366 customization group.
15367 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15368 blank field after field motion commands.
15369
15370 2005-09-23 Kenichi Handa <handa@m17n.org>
15371
15372 * international/mule-cmds.el (set-language-environment):
15373 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15374 have to call utf-translate-cjk-load-tables.
15375
15376 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * mouse.el (mouse-move-drag-overlay): Fix last change.
15379
15380 2005-09-22 David Ponce <david@dponce.com>
15381
15382 * tree-widget.el (tree-widget-value-create): Fix previous change.
15383
15384 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15385
15386 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15387
15388 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15389
15390 * mouse.el (mouse-move-drag-overlay): New function.
15391 (mouse-drag-region-1): Use it.
15392 Try to simplify a bit the state handling. Handle clicks on links
15393 inside intangible areas.
15394 (mouse-save-then-kill): Minor simplification.
15395 (mouse-secondary-overlay): Make it always non-nil instead of
15396 recreating it each time.
15397 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15398 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15399 Simplify accordingly.
15400
15401 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15402
15403 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15404
15405 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15406
15407 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15408 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15409 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15410 to patch.
15411
15412 * ediff-util.el: Use insert-buffer-substring.
15413
15414 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15415
15416 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15417 field boundaries in the minibuffer.
15418 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15419 (viper-minibuffer-post-command-hook): New hook.
15420 (viper-line): Don't move cursor at bolp.
15421
15422 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15423
15424 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15425 avoid compiler warnings.
15426
15427 * emulation/viper-macs.el (ex-map): Better messages.
15428
15429 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15430
15431 * emulation/viper.el: Replace make-variable-buffer-local with
15432 viper-make-variable-buffer-local everywhere, to avoid warnings.
15433
15434 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15437 Delete unused var `old-selected-window'.
15438 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15439 (mouse-drag-secondary): Delete unused var `start-frame'.
15440
15441 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15442
15443 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15444
15445 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15448 Re-indent within 80 columns. Use inhibit-read-only.
15449
15450 2005-09-19 Romain Francoise <romain@orebokech.com>
15451
15452 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15453
15454 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15457 unconditionally, since the after-change-function already did it.
15458
15459 2005-09-19 Miles Bader <miles@gnu.org>
15460
15461 * net/newsticker.el: Get rid of CVS keyword.
15462
15463 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15464
15465 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15466 The prompt is formatted later.
15467
15468 2005-09-19 David Ponce <david@dponce.com>
15469
15470 * tree-widget.el (tree-widget-value-create): Save the converted
15471 tree :node widget.
15472
15473 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15476 variable `message'.
15477
15478 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15479
15480 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15481 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15482 <slawomir.nowaczyk.847@student.lu.se>.
15483
15484 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15485
15486 * image.el (image-load-path): Use symbol `data-directory' instead
15487 of its value, for backward compatibility with packages that bind
15488 it during `find-image'. Suggested by Katsumi Yamaoka.
15489 (image-search-load-path): Handle symbols whose values are strings.
15490
15491 2005-09-18 Romain Francoise <romain@orebokech.com>
15492
15493 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15494 with-current-buffer form in save-excursion.
15495
15496 2005-09-18 Deepak Goel <deego@gnufans.org>
15497
15498 * apropos.el (apropos-command): Fix `message' call: first arg
15499 should be a format spec. In this and all other cases that appear
15500 below and elsewhere in the source code, I made a change only when
15501 two conditions were satisfied: [1] I can think of a possibility
15502 that the arguments would cause an error, for example, the code in
15503 question relies on external variables such as filenames. [2] I
15504 was sure that the arg to `message' could not have been nil in the code.
15505
15506 * textmodes/tildify.el (tildify-region): Ditto.
15507
15508 * textmodes/reftex-index.el (reftex-index-change-entry)
15509 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15510 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15511 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15512 (org-priority, org-table-sum):
15513 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15514 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15515 (flyspell-word, flyspell-display-next-corrections):
15516 * textmodes/bibtex.el (bibtex-print-help-message):
15517 * textmodes/artist.el (artist-key-set-point-poly):
15518 * term/mac-win.el (mac-services-insert-text):
15519 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15520 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15521 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15522 (vhdl-compose-configuration):
15523 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15524 (sh-set-indent, sh-learn-line-indent):
15525 * progmodes/ps-mode.el (ps-mode-target-column):
15526 * progmodes/idlwave.el (idlwave-make-tags)
15527 (idlwave-scan-library-catalogs):
15528 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15529 * progmodes/gud.el (gud-jdb-analyze-source):
15530 * progmodes/flymake.el (flymake-log):
15531 * progmodes/ebnf2ps.el (ebnf-generate-region):
15532 * progmodes/cmacexp.el (c-macro-expansion):
15533 * progmodes/ada-xref.el (ada-treat-cmd-string):
15534 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15535 (ada-justified-indent-current, ada-batch-reformat):
15536 * play/zone.el (zone):
15537 * play/landmark.el (lm-move):
15538 * play/decipher.el (decipher-show-alphabet):
15539 * net/newsticker.el (newsticker--display-jump)
15540 (newsticker--display-scroll):
15541 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15542 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15543 * mail/feedmail.el (feedmail-dump-message-to-queue):
15544 * eshell/esh-proc.el (eshell-remove-process-entry):
15545 * emulation/ws-mode.el (ws-last-error):
15546 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15547 (viper-record-kbd-macro):
15548 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15549 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15550 * emacs-lisp/find-func.el (find-function-noselect):
15551 * calendar/timeclock.el (timeclock-status-string)
15552 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15553 (timeclock-when-to-leave-string):
15554 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15555 * calc/calc-units.el (calc-enter-units-table):
15556 * calc/calc-mode.el (calc-mode-record-mode):
15557 * woman.el (woman-mini-help):
15558 * wdired.el (wdired-change-to-wdired-mode):
15559 * vc.el (vc-retrieve-snapshot):
15560 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15561 * startup.el (display-startup-echo-area-message):
15562 * simple.el (set-goal-column):
15563 * ses.el (ses-command-hook, ses-recalculate-cell):
15564 * server.el (server-process-filter):
15565 * printing.el (pr-interface-txt-print, pr-interface-printify)
15566 (pr-interface-ps):
15567 * pcvs.el (cvs-help):
15568 * log-edit.el (log-edit, log-edit-mode-help):
15569 * iswitchb.el (iswitchb-possible-new-buffer):
15570 * isearch.el (isearch-edit-string):
15571 * image-mode.el (image-mode, image-minor-mode):
15572 * ibuf-macs.el (define-ibuffer-filter):
15573 * hi-lock.el (hi-lock-find-patterns):
15574 * files.el (toggle-read-only):
15575 * ediff-util.el (ediff-copy-diff)
15576 (ediff-write-merge-buffer-and-maybe-kill):
15577 * echistory.el (Electric-history-undefined):
15578 * dnd.el (dnd-insert-text):
15579 * dired-aux.el (dired-query):
15580 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15581 * bookmark.el (bookmark-bmenu-locate):
15582 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15583 Fix `message' calls to ensure first arg is a format string.
15584 The change was made only when these two conditions were satisfied:
15585 [1] when there is a possibility that the arguments would cause an error
15586 for example, if the code in question relies on external variables
15587 such as filenames, and
15588 [2] if the arg to `message' could not have been nil in the code.
15589
15590 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15591 Not having a %s would be weird, though not technically wrong.
15592
15593 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15594
15595 * term/mac-win.el (mac-add-charset-info): Doc fix.
15596
15597 2005-09-17 Romain Francoise <romain@orebokech.com>
15598
15599 * shell.el (shell-resync-dirs): Handle echoing processes more
15600 reliably. Don't insert resync command if `comint-process-echoes'
15601 is non-nil.
15602
15603 2005-09-17 Magnus Henoch <mange@freemail.hu>
15604
15605 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15606 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15607 aspell versions >= 0.60.
15608 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15609 only if ispell-aspell-supports-utf8 is non-nil.
15610
15611 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15612
15613 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15614 buffer-local value to lisp-indent-function.
15615
15616 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15617
15618 * progmodes/glasses.el (glasses-make-readable): If
15619 glasses-separator differs from underscore, put appropriate
15620 overlays over underscore characters.
15621 (glasses-convert-to-unreadable): If glasses-separator differs from
15622 underscore, try to convert glasses-separator characters to
15623 underscores.
15624
15625 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15626
15627 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15628 Use with-syntax-table and dolist.
15629
15630 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15631
15632 * textmodes/reftex-auc.el:
15633 * textmodes/reftex-cite.el:
15634 * textmodes/reftex-dcr.el:
15635 * textmodes/reftex-global.el:
15636 * textmodes/reftex-parse.el:
15637 * textmodes/reftex-ref.el:
15638 * textmodes/reftex-sel.el:
15639 * textmodes/reftex-toc.el:
15640 * textmodes/reftex-vars.el:
15641 * textmodes/reftex.el: Small changes to remove compiler warnings.
15642
15643 * textmodes/reftex-index.el: Likewise.
15644 (reftex-query-index-phrase): More efficient use of markers.
15645
15646 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15647
15648 * image.el (image-load-path): New variable.
15649 (image-search-load-path): New function.
15650 (find-image): Search for images in `image-load-path'.
15651
15652 2005-09-15 Richard M. Stallman <rms@gnu.org>
15653
15654 * follow.el: Change Maintainer field.
15655
15656 2005-09-15 David Ponce <david@dponce.com>
15657
15658 * recentf.el (recentf-save-file-modes): New option.
15659 (recentf-save-list): Use it.
15660
15661 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15662
15663 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15664 (mode-line-mule-info, mode-line-modified): Move bindings from
15665 mouse-3 to mouse-1.
15666
15667 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15668
15669 * simple.el (sendmail-user-agent-compose): Revert last change.
15670
15671 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15674 Use with-current-buffer.
15675 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15676 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15677 (ange-ftp-insert-directory): Remove unused var `short'.
15678 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15679
15680 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15681 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15682
15683 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15684 (check-calendar-holidays, diary-list-entries): Autoload.
15685 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15686 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15687
15688 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15689 which mistakenly removed a call to display-buffer.
15690
15691 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15692
15693 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15694
15695 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15696
15697 * progmodes/hideshow.el
15698 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15699 (hs-allow-nesting): New user var.
15700 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15701 (hs-hide-block-at-point): When nesting allowed,
15702 if there is already an overlay in place, delete it.
15703 (hs-safety-is-job-n): Delete func; remove call sites.
15704 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15705 (hs-overlay-at): New func.
15706 (hs-already-hidden-p, hs-show-block): Use it.
15707 (hs-hide-all): Don't pre-clean if nesting allowed.
15708 (hs-show-all): Temporarily disallow
15709 nesting around call to `hs-discard-overlays'.
15710
15711 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15712
15713 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15714 Delete unused local var.
15715
15716 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * help-fns.el (describe-categories): "?\ " -> "?\s".
15719 (help-do-arg-highlight): Recognize also ARG-n, as in
15720 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15721
15722 * international/codepage.el (dos-unsupported-char-glyph):
15723 * net/newsticker.el (tool-bar-map, w3-mode-map)
15724 (w3m-minor-mode-map):
15725 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15726 (ent-alist):
15727 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15728
15729 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15730
15731 * custom.el (custom-push-theme): Handle the case where a symbol is
15732 bound but face properties have not yet been assigned.
15733
15734 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15735 Fix behavior if noerase is `t' and there is no mail buffer.
15736
15737 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15738 if `continue' is nil, rather than signal an error.
15739
15740 2005-09-12 Richard M. Stallman <rms@gnu.org>
15741
15742 * font-lock.el (font-lock-keywords): Add autoload.
15743
15744 * help-fns.el (describe-variable): Rearrange to put source link
15745 in a predictable place.
15746
15747 * net/newsticker.el: New file.
15748
15749 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15750
15751 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15752 (calendar-basic-setup): Use the new nil arg.
15753 (number-of-diary-entries): Move to diary-lib.el.
15754
15755 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15756 (diary-list-entries): Use with-syntax-table and dolist.
15757 Rename from list-diary-entries.
15758 Use number-of-diary-entries if `number' is nil.
15759 (diary, diary-view-entries): Use this new name and new nil arg value.
15760 (number-of-diary-entries): Move from calendar.el.
15761 (diary-unhide-everything): New function.
15762 (include-other-diary-files, fancy-diary-display)
15763 (diary-show-all-entries, make-diary-entry): Use it.
15764 (diary-mail-entries): Use buffer-string.
15765 (mark-diary-entries): Fix long standing paren typo.
15766 (diary-sexp-entry): Use count-lines.
15767 (make-diary-entry): Avoid `previous-line'.
15768 (diary-mode-map): New var.
15769 (diary-mode): Redraw cal after saving. Setup header-line.
15770 (fancy-diary-display-mode): Use local-set-key.
15771
15772 * startup.el (command-line): Try calling various terminal-init-foo-bar
15773 functions by stripping hyphenated suffixes from $TERM.
15774
15775 * files.el (normal-mode): Check boundness of font-lock-keywords.
15776
15777 2005-09-12 Richard M. Stallman <rms@gnu.org>
15778
15779 * progmodes/compile.el: Don't decide a file's directory
15780 until the user actually tries to go there.
15781 (compilation-next-error-function):
15782 Pass compilation-find-file the directory from the file-struct.
15783 (compilation-internal-error-properties): Separate local FILE-STRUCT
15784 from FILE. Doc the args better. Rename arg FMT to FMTS.
15785 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15786 Expand it, and if nil, use default-directory.
15787 (compilation-get-file-structure): Don't mix specified directory
15788 with default directory. Put specified directory into
15789 file-struct. Don't make the file name absolute.
15790
15791 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15792 (compile-command): Add autoload.
15793 (compilation-disable-input): Add autoload.
15794
15795 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15796
15797 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15798 strings of the variables it can override.
15799 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15800 %Q and %q, for fully-qualified domain name and unqualified host name.
15801
15802 2005-09-11 Kim F. Storm <storm@cua.dk>
15803
15804 * emacs-lisp/authors.el (authors-aliases): Update list.
15805 (authors-fixed-entries): Update mldrag.el entry.
15806
15807 2005-09-10 Alan Mackenzie <acm@muc.de>
15808
15809 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15810 from the region narrowed to.
15811
15812 2005-09-10 Magnus Henoch <mange@freemail.hu>
15813
15814 * textmodes/ispell.el (ispell-check-version): Signal an error if
15815 aspell version is less than 0.60.
15816
15817 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15818
15819 * progmodes/octave-inf.el (inferior-octave-startup):
15820 Resync current dir at the end.
15821
15822 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15823
15824 * woman.el (woman-topic-at-point-default):
15825 Rename to woman-use-topic-at-point-default.
15826 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15827 (woman-file-name): Reflect renames above. Automatically use the
15828 word at point as topic if woman-use-topic-at-point is non-nil.
15829 Otherwise offer it as default but don't insert it in the
15830 minibuffer. Also use `test-completion' instead of `assoc' as
15831 suggested by Stefan Monnier.
15832
15833 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15834
15835 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15836 the attempt to do it over Tramp. This is not yet supported.
15837
15838 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15839
15840 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15841 (menu-bar-non-minibuffer-window-p): New functions.
15842 ("Split Window", "Save As..."): Use them.
15843 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15844 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15845 Use menu-bar-menu-frame-live-and-visible-p.
15846 ("Save Buffer", "Insert File", "Open Directory...")
15847 ("Open File...", "Visit New File..."):
15848 Use menu-bar-non-minibuffer-window-p.
15849 (kill-this-buffer-enabled-p, dired <menu-enable>):
15850 Use menu-bar-non-minibuffer-window-p.
15851
15852 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15853
15854 * cus-start.el (all): Don't complain about fringe-related
15855 built-ins if fringes are not supported. Ditto about
15856 selection-related built-ins. Fix the test for GTK-related built-ins.
15857
15858 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15859 ("Postscript Print Buffer", "Print Region", "Save As...")
15860 ("Save", "Insert File...", "Open Directory...")
15861 ("Open File...", "Visit New File..."")
15862 ("Truncate Long Lines in this Buffer"): Don't look at
15863 menu-updating-frame if this display does not support multiple frames.
15864
15865 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15866
15867 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15868
15869 2005-09-09 Emilio Lopes <eclig@gmx.net>
15870
15871 * woman.el: Format- and whitespace-related changes.
15872
15873 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15874
15875 * woman.el: Fix my email address.
15876
15877 2005-09-08 Richard M. Stallman <rms@gnu.org>
15878
15879 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15880 (sh-mode): Locally set skeleton-pair-default-alist.
15881
15882 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15883
15884 * progmodes/flymake.el: Require `compile' unconditionally.
15885
15886 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15887
15888 * woman.el (woman-file-name): Provide a default, not initial input.
15889
15890 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15891
15892 * font-lock.el (font-lock-support-mode): Doc fix.
15893
15894 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15895
15896 2005-09-08 Richard M. Stallman <rms@gnu.org>
15897
15898 * simple.el (blink-matching-open): Get rid of text props from
15899 the string shown in echo area. Don't permanently set point.
15900 Some rearrangements.
15901
15902 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15903
15904 * recentf.el (recentf-filename-handler): Add custom choice
15905 `abbreviate-file-name'.
15906
15907 * msb.el (msb--very-many-menus): Fix typo.
15908
15909 * disp-table.el (standard-display-european): Don't set
15910 enable-multibyte-characters to nil.
15911
15912 2005-09-08 David Ponce <david@dponce.com>
15913
15914 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15915 (recentf-expand-file-name): Doc fix.
15916 (recentf-dialog-mode-map): Define digit shortcuts.
15917 (recentf--files-with-key): New variable.
15918 (recentf-show-digit-shortcut-filter): New function.
15919 (recentf-open-files-items): New function.
15920 (recentf-open-files): Use it.
15921 (recentf-open-file-with-key): New command.
15922
15923 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15924
15925 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15926 Suggested by Kim F. Storm.
15927 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15928 (Buffer-menu-make-sort-button): Use global keymap.
15929
15930 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15931
15932 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15933 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15934 necessary any longer with the remapped command.
15935 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15936 formatting time only.
15937
15938 * net/tramp.el (tramp-action-password)
15939 (tramp-multi-action-password): Compile the password prompt from
15940 `method', `user' and `host'. Sometimes it isn't obvious which
15941 password to enter, for example with remote files offered by
15942 recentf.el, or with multiple steps. Suggested by Robert Marshall
15943 <robert@chezmarshall.freeserve.co.uk>.
15944
15945 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15948 Fix regexp for when "s///" is at the beginning of line.
15949
15950 2005-09-07 Jay Belanger <belanger@truman.edu>
15951
15952 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15953 when in matrix mode.
15954
15955 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15956
15957 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15958 non-anonymous functions.
15959
15960 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15961
15962 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15963 when using a header line. Otherwise, use mouse-1-click-follows-link.
15964
15965 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15966 can't be moved; don't signal an error.
15967
15968 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15969
15970 * cus-theme.el (custom-theme-write-faces): Save the current face
15971 spec, not the defface spec.
15972
15973 * custom.el (custom-known-themes): Clarify meaning of "standard".
15974 (custom-push-theme): Save old values in the standard theme.
15975 (disable-theme): Correct typo.
15976 (custom-face-theme-value) Deleted unused function.
15977 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15978
15979 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15980
15981 * progmodes/compile.el (compilation-goto-locus): Take into account
15982 iconified frames when determining whether the buffer is
15983 already visible.
15984 Don't reset window height if the window already existed.
15985
15986 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15987
15988 * custom.el (load-theme): Rename from require-theme.
15989 Add interactive spec.
15990 (enable-theme): Rename from custom-enable-theme.
15991 Add interactive spec.
15992 (disable-theme): Rename from custom-disable-theme.
15993 Add interactive spec.
15994 (custom-make-theme-feature): Doc fix.
15995 (custom-theme-directory): Doc fix.
15996 (provide-theme): Call enable-theme.
15997
15998 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * obsolete/lazy-lock.el (lazy-lock-mode):
16001 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16002 font-lock-mode if it's off. Print a warning instead.
16003
16004 * progmodes/compile.el (compilation-start): Ignore errors if the
16005 process died before we get to send-eof.
16006
16007 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16008 Undo last change. Enclosing the result in quotes broke things on Unix
16009 since tex-send-command passes it through shell-quote-argument.
16010 (tex-send-command): Pass `file' through convert-standard-filename
16011 when possible.
16012 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16013 info in a transcript.
16014
16015 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16016
16017 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16018 fix compilation warning. Reorder the key definitions to group
16019 together keys emitted by the current version of xterm.
16020
16021 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16022 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16023 Reorder predicates to correct min-color usage.
16024
16025 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16026
16027 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16028 Kill local variables when longlines-mode is turned off.
16029
16030 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16033
16034 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16035
16036 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16037
16038 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16039 (font-lock-lines-before): Change default to being inactive.
16040 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16041 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16042
16043 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16044
16045 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16046 Deactivate temporarily advice if active (not needed for Emacs 22,
16047 but for backwards compatibility).
16048 (tramp-exists-file-name-handler): Rewrite. First implementation
16049 was too simple.
16050 (tramp-advice-make-auto-save-file-name):
16051 Call `tramp-handle-make-auto-save-file-name' (again, just for
16052 backwards compatibility).
16053
16054 2005-08-31 Reto Zimmermann <reto@gnu.org>
16055
16056 * progmodes/vhdl-mode.el
16057 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16058 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16059 (vhdl-set-default-project): New function (easier setting of default).
16060 (vhdl-port-copy): Handle extended identifiers for generics.
16061 (vhdl-compiler-alist): Better description for error message regexp.
16062 (vhdl-make): Query for target, use previous as default.
16063 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16064 (vhdl-font-lock-keywords-2): Fix fontification for record
16065 el. assign.
16066 (vhdl-speedbar-make-subpack-line): Add package body link.
16067 (vhdl-generate-makefile-1): Not include itself as dependency.
16068 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16069 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16070 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16071 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16072 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16073 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16074 (vhdl-import-project): Add string argument for `error'.
16075 (vhdl-compose-configuration)
16076 (vhdl-compose-configuration-architecture): Add configuration
16077 declaration generation.
16078 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16079 (vhdl-trailer-re): Add "record" keyword (better indentation).
16080 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16081 "[^ \t-\"]+".
16082 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16083 (vhdl-testbench-entity-file-name)
16084 (vhdl-testbench-architecture-file-name): Allow separate
16085 customization of testbench file names.
16086 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16087 (vhdl-get-visible-signals): Allow newline within alias declaration.
16088 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16089 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16090 (member-ignore-case): Alias for missing function in XEmacs.
16091 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16092 (vhdl-update-sensitivity-list): Ignore case on read signals.
16093 (vhdl-replace-string): Adjust case only for file names.
16094 (vhdl-update-sensitivity-list): Fix search for read signals.
16095 (vhdl-update-sensitivity-list): Exclude formal parameters.
16096 (vhdl-get-visible-signals): Include aliases of signals.
16097 (vhdl-get-visible-signals): Fix signal name searching.
16098 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16099 (vhdl-fixup-whitespace-region): Fix for character
16100 literals (e.g. `:').
16101
16102 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16103
16104 * ansi-color.el (comint-last-output-start):
16105 * bs.el (font-lock-verbose):
16106 * diff-mode.el (add-log-buffer-file-name-function):
16107 * dired-x.el (vm-folder-directory):
16108 * faces.el (help-xref-stack-item):
16109 * files.el (font-lock-keywords):
16110 * find-lisp.el (dired-buffers, dired-subdir-alist):
16111 * ido.el (cua-inhibit-cua-keys):
16112 * log-view.el (cvs-minor-wrap-function):
16113 * outline.el (font-lock-warning-face):
16114 * simple.el (compilation-current-error):
16115 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16116 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16117 * tooltip.el (comint-prompt-regexp):
16118 * w32-fns.el (explicit-shell-file-name):
16119 * term/mac-win.el (mac-charset-info-alist)
16120 (mac-services-selection, mac-system-script-code):
16121 * term/tty-colors.el (msdos-color-values):
16122 * term/w32-win.el (xlfd-regexp-registry-subnum):
16123 * term/x-win.el (x-keysym-table, x-selection-timeout)
16124 (x-session-id, x-session-previous-id):
16125 * textmodes/ispell.el (mail-yank-prefix):
16126 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16127 * textmodes/org.el (calc-embedded-close-formula)
16128 (calc-embedded-open-formula)
16129 (font-lock-unfontify-region-function):
16130 * textmodes/reftex-global.el (isearch-next-buffer-function)
16131 (TeX-master):
16132 * textmodes/reftex.el (font-lock-keywords):
16133 * textmodes/tex-mode.el (font-lock-comment-face)
16134 (font-lock-doc-face):
16135 * textmodes/texinfo.el (outline-heading-alist):
16136 Add defvars.
16137
16138 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16139 (artist-spray-chars, artist-mode-init, artist-replace-string)
16140 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16141 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16142 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16143
16144 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16145 (conf-align-assignments): "?\ " -> "?\s".
16146
16147 * textmodes/reftex-index.el (TeX-master): Add defvar.
16148 (reftex-index-phrases-marker): Move up defvar.
16149
16150 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16151 (reftex-toc-include-labels-indicator)
16152 (reftex-toc-include-index-indicator)
16153 (reftex-toc-max-level-indicator): Move up declarations.
16154
16155 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16156 of args to `tramp-run-real-handler', even if it's empty in this case.
16157
16158 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16159
16160 * dired.el (dired-move-to-filename-regexp): Add date format for
16161 Mac OS X 10.3 in East Asian locales.
16162
16163 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16164
16165 * files.el (make-auto-save-file-name): Add file name handler call
16166 if applicable.
16167
16168 * net/tramp.el (tramp-file-name-handler-alist)
16169 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16170 (tramp-handle-make-auto-save-file-name): Rename from
16171 `tramp-make-auto-save-file-name'.
16172 (tramp-exists-file-name-handler): New defun.
16173 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16174 `make-auto-save-file-name' is not a magic file name operation.
16175
16176 2005-08-30 Richard M. Stallman <rms@gnu.org>
16177
16178 * files.el (risky-local-variable-p):
16179 Match `-predicates' and `-commands.
16180
16181 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16182 (custom-save-all): Visit the file if necessary;
16183 kill the buffer if we created it.
16184 (custom-save-delete): Don't visit file or kill buffer here.
16185
16186 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16187
16188 * textmodes/org.el (org-special-keyword): New face.
16189 (org-table-copy-down, org-table-eval-formula)
16190 (org-table-recalculate, org-init-section-numbers):
16191 Use `string-to-number' instead of `string-to-int'.
16192 (org-get-location): Use `insert-buffer-substring' instead of
16193 `insert-buffer'.
16194 (org-modify-diary-entry-string): New function.
16195 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16196 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16197 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16198 active region.
16199 (org-export-as-html): Handle QUOTE keyword.
16200 (org-quote-string): New option.
16201 (org-bookmark-jump-unhide): New function, used for
16202 `bookmark-after-jump-hook'.
16203 (org-diary-default-entry): Apply only when not called through
16204 `org-agenda'.
16205
16206 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16207
16208 * net/eudc.el (mode-popup-menu):
16209 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16210 * progmodes/ada-mode.el (compile-auto-highlight)
16211 (skeleton-further-elements):
16212 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16213 * progmodes/cmacexp.el (msdos-shells):
16214 * progmodes/compile.el (font-lock-extra-managed-props)
16215 (font-lock-keywords, font-lock-maximum-size)
16216 (font-lock-support-mode):
16217 * progmodes/grep.el (font-lock-lines-before):
16218 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16219 * progmodes/mixal-mode.el (compile-command):
16220 * progmodes/perl-mode.el (font-lock-comment-face)
16221 (font-lock-doc-face, font-lock-string-face):
16222 * progmodes/prolog.el (comint-prompt-regexp):
16223 * progmodes/sh-script.el (font-lock-comment-face)
16224 (font-lock-set-defaults, font-lock-string-face):
16225 * progmodes/sql.el (font-lock-keyword-face)
16226 (font-lock-set-defaults, font-lock-string-face):
16227 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16228 (itimer-version, lazy-lock-defer-contextually)
16229 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16230 Add defvars.
16231
16232 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16233 (cperl-electric-keyword, cperl-electric-pod)
16234 (cperl-electric-backspace, cperl-forward-re)
16235 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16236 (vc-rcs-header, vc-sccs-header): Add defvars.
16237
16238 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16239 (font-lock-syntactic-keywords, gud-find-expr-function):
16240 Add defvars.
16241
16242 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16243 (gdb-frame-parameters): Declare before use.
16244
16245 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16246 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16247 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16248 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16249
16250 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16251 (idlwave-help-with-source): Use `insert-buffer-substring', not
16252 `insert-buffer'.
16253
16254 2005-08-29 Juri Linkov <juri@jurta.org>
16255
16256 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16257 Put outline-back-to-heading function call inside save-excursion.
16258
16259 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16260
16261 * man.el (Man-init-defvars, Man-translate-references)
16262 (Man-support-local-filenames, Man-highlight-references):
16263 * progmodes/sql.el (sql-interactive-mode):
16264 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16265
16266 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16267 (compilation-mode-font-lock-keywords): Add defvars.
16268 (checkdoc-interactive-loop): "?\ " -> "?\s".
16269
16270 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16271 (font-lock-doc-face, font-lock-string-face)
16272 (font-lock-keywords-case-fold-search): Add defvars.
16273 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16274
16275 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16276 Don't pass X and Y (they are ignored anyway).
16277 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16278 (mouse-delete-window): Make arguments optional.
16279
16280 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16281 (caesar-translate-table, minor-modes, news-buffer-save)
16282 (news-group-name, news-minor-modes): Add defvars.
16283
16284 * emacs-lisp/lselect.el (mouse-highlight-priority)
16285 (x-lost-selection-functions, zmacs-regions):
16286 * emacs-lisp/pp.el (font-lock-verbose):
16287 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16288 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16289 (ses-mode-map):
16290 * emacs-lisp/tcover-unsafep.el (safe-functions):
16291 * international/mule-cmds.el (mac-system-coding-system)
16292 (mac-system-locale):
16293 * language/ethio-util.el (rmail-current-message)
16294 (rmail-message-vector):
16295 * language/thai-util.el (thai-auto-composition-mode):
16296 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16297 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16298 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16299 (vm-primary-inbox, vm-spool-files):
16300 * mail/rmail.el (deleted-head, font-lock-fontified)
16301 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16302 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16303 (total-messages):
16304 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16305 (rmail-summary-mode-map):
16306 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16307 (rmail-last-label, rmail-last-multi-labels)
16308 (rmail-summary-vector, rmail-total-messages):
16309 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16310 * mail/rmailsum.el (msgnum):
16311 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16312 (rmail-current-message):
16313 * obsolete/fast-lock.el (font-lock-face-list):
16314 * obsolete/rnewspost.el (mail-reply-buffer):
16315 * obsolete/scribe.el (compile-command):
16316 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16317
16318 2005-08-28 John Paul Wallington <jpw@gnu.org>
16319
16320 * ibuf-ext.el (ibuffer-auto-update-changed):
16321 Use `frame-or-buffer-changed-p' to check whether we need to update.
16322 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16323 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16324 as a `frame-or-buffer-changed-p' state vector instead.
16325
16326 2005-08-27 Romain Francoise <romain@orebokech.com>
16327
16328 * textmodes/makeinfo.el (makeinfo-compile):
16329 Use `compilation-start'. Set `next-error-function' according to
16330 `disable-errors'.
16331 (makeinfo-next-error): New function.
16332 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16333 (makeinfo-buffer): Likewise.
16334
16335 * progmodes/compile.el (compilation-start): Add autoload cookie.
16336
16337 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16338 * textmodes/sgml-mode.el: Likewise.
16339 * progmodes/python.el: Likewise.
16340
16341 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16342
16343 * simple.el (blink-matching-paren-distance): Document the meaning
16344 of nil value, and allow to customize to nil.
16345
16346 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16347 command.com, not command.exe.
16348
16349 2005-08-26 John Wiegley <johnw@newartisans.com>
16350
16351 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16352 code around a bit so that an extraneous nil argument is not added
16353 to a command when no args are given.
16354
16355 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16356 double-quoted argument resolves to nil, return it as an empty
16357 string rather than as nil. This made it impossible to pass "" to
16358 a shell script as a null string argument.
16359
16360 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * outline.el (outline-invent-heading): New fun.
16363 (outline-promote, outline-demote): Use it.
16364 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16365 (outline-end-of-subtree): Remove unused var `opoint'.
16366
16367 2005-08-26 David Reitter <david.reitter@gmail.com>
16368
16369 * menu-bar.el (truncate-lines, write-file, print-buffer)
16370 (ps-print-buffer-faces, ps-print-buffer, split-window):
16371 Disable menu items when the frame they refer to is invisible, or when
16372 they refer to a buffer and the minibuffer is selected.
16373
16374 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16375
16376 * progmodes/flymake.el (flymake-highlight-err-lines):
16377 Use save-excursion around flymake-highlight-line to preserve point.
16378
16379 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16380
16381 * progmodes/octave-mod.el: Change Author and Maintainer address.
16382 (octave-maintainer-address): Change Kurt's email address.
16383 * progmodes/octave-inf.el: Change Author and Maintainer address.
16384 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16385
16386 2005-08-26 Kim F. Storm <storm@cua.dk>
16387
16388 * subr.el (version-list-<, version-list-<=, version-list-=):
16389 Rename from integer-list-*.
16390 (version-list-not-zero): Likewise. Fix while loop.
16391 (version=): Use version-list-= instead of string-equal.
16392
16393 2005-08-26 Richard M. Stallman <rms@gnu.org>
16394
16395 * outline.el (outline-promote): Try shortening the heading.
16396 As last resort, read the heading to use.
16397 (outline-demote): As last resort, read the heading to use.
16398
16399 2005-08-26 Romain Francoise <romain@orebokech.com>
16400
16401 * progmodes/compile.el (compilation-start): Doc fix.
16402
16403 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16404 (antlr-font-lock-additional-keywords): Fix reference to
16405 `antlr-font-lock-literal-regexp' erroneously changed during the
16406 mass face rename.
16407 (antlr-run-tool): Use `compilation-start'.
16408
16409 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16410 instead of the obsolete `compile-internal'.
16411
16412 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16413
16414 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16415 (number, original-date):
16416 * calendar/cal-china.el (date):
16417 * calendar/cal-coptic.el (date):
16418 * calendar/cal-french.el (date):
16419 * calendar/cal-hebrew.el (date, entry, number, original-date):
16420 * calendar/cal-islam.el (date, number, original-date):
16421 * calendar/cal-iso.el (date):
16422 * calendar/cal-julian.el (date):
16423 * calendar/cal-mayan.el (date):
16424 * calendar/cal-menu.el (date, event):
16425 * calendar/cal-persia.el (date):
16426 * calendar/lunar.el (date):
16427 * calendar/solar.el (date): Add defvars.
16428
16429 * emerge.el:
16430 * ibuffer.el:
16431 * info-xref.el:
16432 * obsolete/bg-mouse.el:
16433 * obsolete/sun-curs.el:
16434 * obsolete/swedish.el: Move the `defvar's to the top level.
16435
16436 * smerge-mode.el (smerge-refined-change): Add :group.
16437
16438 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16441 (smerge-keep-n): Remove props.
16442 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16443 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16444 now that it's done in smerge-keep-n.
16445 (smerge-refined-change): New face.
16446 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16447 (smerge-refine): New funs.
16448 (smerge-basic-map): Bind smerge-refine.
16449
16450 2005-08-25 Juri Linkov <juri@jurta.org>
16451
16452 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16453 compilation-process-setup-function and compilation-disable-input
16454 in grep-mode instead of let-bindings in grep.
16455
16456 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16457 Delete "Automatic File De/compression" (auto-compression-mode).
16458
16459 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16460
16461 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16462 Silence warning about non-existent variable.
16463
16464 2005-08-25 Richard M. Stallman <rms@gnu.org>
16465
16466 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16467 Rename "Describe Key" to "Describe Key or Mouse Operation".
16468
16469 * mail/mailalias.el (build-mail-aliases): Delete comments
16470 from the contents before processing them.
16471
16472 * isearch.el (isearch-edit-string): Erase the Search prompt
16473 if user enters an empty string and there is no default.
16474
16475 * comint.el (comint-file-name-prefix): Add autoload.
16476
16477 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16478
16479 * subr.el (play-sound): Rearrange to avoid warning.
16480
16481 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16482
16483 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16484 New hook.
16485 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16486
16487 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16490
16491 * custom.el (custom-theme-set-variables): Sort minor modes last.
16492
16493 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16494
16495 * subr.el (version-separator, version-regexp-alist): New vars used by
16496 version comparison funs.
16497 (integer-list-<, integer-list-=, integer-list-<=)
16498 (integer-list-not-zero): New funs for integer list comparison.
16499 (version-to-list, version=, version<, version<=): New funs for version
16500 comparison.
16501
16502 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16503
16504 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16505 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16506 time to silence the byte-compiler.
16507
16508 * ibuffer.el (ibuffer-compile-make-eliding-form)
16509 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16510 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16511 so it's silly to get warnings for it).
16512 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16513 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16514 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16515 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16516 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16517 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16518 Defvar at compile time.
16519 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16520 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16521 Declare them before use.
16522
16523 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16524 (info-xref-good, info-xref-bad): Defvar at compile time.
16525
16526 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16527 Use `let*' instead of `let'.
16528
16529 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16530 (*mouse-y*, menu, char): Defvar at compile time.
16531 (sc::menu): Declare it before use.
16532 (sc::pack-one-line): Use `let', not `let*'.
16533
16534 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16535 (mail-send-hook): Defvar at compile time.
16536
16537 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16538 Defvar at compile time.
16539
16540 * term/sun-mouse.el (current-global-mousemap)
16541 (current-local-mousemap): Declare them before use.
16542
16543 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16544
16545 * bookmark.el (bookmark-after-jump-hook): New hook.
16546 (bookmark-jump): Run `bookmark-after-jump-hook'.
16547
16548 2005-08-23 Juri Linkov <juri@jurta.org>
16549
16550 * faces.el (minibuffer-prompt): Doc fix.
16551
16552 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * progmodes/xscheme.el: Trivial changes to silence warnings.
16555 (xscheme-previous-mode, xscheme-previous-process-state):
16556 Add defvars.
16557 (xscheme-last-input-end, xscheme-process-command-line)
16558 (xscheme-process-name, xscheme-buffer-name)
16559 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16560 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16561 (xscheme-control-g-synchronization-p)
16562 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16563 (default-xscheme-runlight, xscheme-runlight)
16564 (xscheme-runlight-string, xscheme-process-filter-state)
16565 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16566 Move to beginning of file.
16567 (scheme-interaction-mode-commands-alist)
16568 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16569 Declare them before use. Note: the initialization code for the
16570 variables has not been moved because it uses functions that reference
16571 the variables.
16572 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16573 (xscheme-prompt-for-expression-map): Declare them before use.
16574 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16575
16576 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16577
16578 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16579
16580 2005-08-22 Juri Linkov <juri@jurta.org>
16581
16582 * faces.el (set-face-underline): Delete this duplicate function
16583 and make an obsolete alias to set-face-underline-p.
16584 (set-face-underline-p): Use docstring of set-face-underline.
16585 (describe-face): Create hyperlink to parent face.
16586
16587 * info.el (Info-insert-dir): Use save-excursion around
16588 insert-buffer-substring.
16589 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16590 (Info-escape-percent): Delete function.
16591 (Info-fontify-node): Replace Info-escape-percent by
16592 replace-regexp-in-string with REP arg set to lambda that
16593 duplicates `%' and preserves text properties.
16594
16595 * progmodes/compile.el (compilation-disable-input): Doc fix.
16596 (define-compilation-mode): Doc fix and refill.
16597 (kill-compilation): Use `mode-name' in the error message.
16598 (compilation-find-file): Use `compilation-error' in the
16599 read-file-name's prompt.
16600
16601 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16602
16603 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16604 (smerge-auto-leave): Make undo re-enable the mode.
16605 (debug-ignored-errors): Add the user-error of impossible resolution.
16606 (smerge-resolve): Move things around a bit, in preparation for later.
16607 (smerge-diff): Don't fail if the buffer has no associated file.
16608 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16609 (smerge-conflict-overlay): New function.
16610 (smerge-match-conflict): Don't add text properties here.
16611 (smerge-find-conflict): Instead, add an overlay here.
16612 Also check for the case where we're inside a conflict already, so as to
16613 obviate the need for font-lock-multiline, which is unbearably slow with
16614 large conflicts and ciomplex font-lock patterns.
16615 (smerge-remove-props): Remove overlay rather than text-properties.
16616 (smerge-mode): Don't set font-lock-multiline.
16617 Remove overlays when turned off.
16618
16619 2005-08-21 Kim F. Storm <storm@cua.dk>
16620
16621 * ido.el (ido-ignore-item-p): Use save-match-data.
16622 Bind case-fold-search to ido-case-fold locally.
16623
16624 2005-08-20 Richard M. Stallman <rms@gnu.org>
16625
16626 * files.el (normal-mode): If font lock is on, turn it off and on.
16627
16628 * subr.el (replace-regexp-in-string): Doc fix.
16629
16630 * startup.el (command-line-1): Don't suppress startup screen
16631 due to existing processes.
16632
16633 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16634
16635 * progmodes/compile.el (compilation-disable-input): Default to nil.
16636
16637 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16638
16639 * progmodes/compile.el (compilation-disable-input): New defcustom.
16640 (compilation-start): If compilation-disable-input is non-nil, send
16641 EOF to the compilation process.
16642
16643 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16644
16645 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16646 Run the argument of tex-shell-cd-command through
16647 convert-standard-filename, to get the correct style of slashes on
16648 Windows, and enclose the result in quotes, in case the file name
16649 includes whitespace or other special characters.
16650
16651 2005-08-19 Andreas Schwab <schwab@suse.de>
16652
16653 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16654 process.
16655
16656 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16657
16658 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16659
16660 2005-08-18 Kim F. Storm <storm@cua.dk>
16661
16662 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16663
16664 2005-08-18 Richard M. Stallman <rms@gnu.org>
16665
16666 * scroll-lock.el: New file.
16667
16668 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16669
16670 * dired.el (dired-move-to-end-of-filename):
16671 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16672
16673 2005-08-18 Kim F. Storm <storm@cua.dk>
16674
16675 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16676 rather than toggle mode when custom value is nil.
16677 (ido-everywhere): Fix defun doc string.
16678
16679 2005-08-17 Richard M. Stallman <rms@gnu.org>
16680
16681 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16682 as tag instead of "Inviolable".
16683
16684 2005-08-17 Kim F. Storm <storm@cua.dk>
16685
16686 * windmove.el (windmove-coordinates-of-position): Remove.
16687 (windmove-coordinates-of-window-position): Remove.
16688 (windmove-reference-loc): Use posn-at-point instead.
16689
16690 * subr.el (insert-for-yank-1): Doc fix.
16691
16692 * ido.el (ido-enter-matching-directory): Rename from
16693 ido-enter-single-matching-directory. Change `slash' choice to
16694 `only'. Add `first' choice.
16695 (ido-exhibit): Adapt to above changes.
16696
16697 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16698
16699 * Makefile.in: Expand comment about building loaddefs.el.
16700
16701 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16702
16703 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16704 Comment use of defadvice.
16705
16706 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16707
16708 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16709
16710 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16711 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16712 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16713 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16714 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16715 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16716 for backward compatibility for faces that did not appear in the
16717 previous Emacs release.
16718
16719 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16720
16721 2005-08-15 Kim F. Storm <storm@cua.dk>
16722
16723 * emulation/cua-base.el (cua-delete-region): Return t if
16724 deleted region was non-empty.
16725 (cua-replace-region): Inhibit overwrite-mode for
16726 self-insert-command if replaced region was non-empty.
16727 (cua--explicit-region-start, cua--status-string): Make them
16728 buffer-local at top-level...
16729 (cua-mode): ...rather than when mode is enabled.
16730
16731 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16732
16733 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16734 Set t for Emacs 21, 22, and so on.
16735
16736 2005-08-15 David Ponce <david@dponce.com>
16737
16738 * tree-widget.el: Update Commentary header.
16739 (tree-widget-theme): Doc fix.
16740 (tree-widget-space-width): New option.
16741 (tree-widget-image-properties): Look up in the default theme too.
16742 (tree-widget--cursors): Only for images with arrow pointer shape.
16743 (tree-widget-lookup-image): Pointer shape is hand by default.
16744 (tree-widget-icon): Rename generic icon widget from
16745 `tree-widget-control'.
16746 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16747 derive from `tree-widget-icon'.
16748 (tree-widget-handle): Improve default look and feel of the text
16749 representation.
16750 (tree-widget): Rename :*-control properties to :*-icon properties.
16751 Add :action and :help-echo properties.
16752 (tree-widget-after-toggle-functions): Move.
16753 (tree-widget-close-node, tree-widget-open-node): Remove.
16754 (tree-widget-before-create-icon-functions): New hook.
16755 (tree-widget-value-create): Update to allow customization of icons
16756 and nodes at run-time via that new hook.
16757 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16758 (tree-widget-icon-action, tree-widget-icon-help-echo)
16759 (tree-widget-action, tree-widget-help-echo): New functions.
16760
16761 2005-08-15 Kim F. Storm <storm@cua.dk>
16762
16763 * ido.el (ido-buffer-internal): Use with-no-warnings.
16764 (ido-make-merged-file-list): Use while-no-input.
16765
16766 2005-08-15 Richard M. Stallman <rms@gnu.org>
16767
16768 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16769 (flyspell-large-region): Fix doc and custom type.
16770
16771 2005-08-14 Richard M. Stallman <rms@gnu.org>
16772
16773 * files.el (interpreter-mode-alist): Doc fix.
16774
16775 * mail/rmail.el (rmail-nonignored-headers): New variable.
16776 (rmail-clear-headers): Use it.
16777 (rmail-reply): Better handling of mail-followup-to header.
16778
16779 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16780 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16781 don't try to refer to executable-font-lock-keywords.
16782 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16783 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16784 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16785 (sh-mode): Set comment-start-skip, local-abbrev-table,
16786 imenu-case-fold-search.
16787 (sh-set-shell): Don't set them here.
16788 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16789 Don't cache the results in the original alist; don't ever modify
16790 that alist.
16791
16792 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16793
16794 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16795 empty.
16796
16797 2005-08-15 Andreas Schwab <schwab@suse.de>
16798
16799 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16800
16801 * dired.el, info.el, mail/rmail.el: Revert last change.
16802
16803 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16804
16805 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16806 modification in `eval-after-load' form.
16807 * info.el: Likewise.
16808 * mail/rmail.el: Likewise.
16809
16810 2005-08-14 Juri Linkov <juri@jurta.org>
16811
16812 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16813 Remove highlighting of "Compilation started". Highlight only
16814 the word "finished" in "Compilation finished". Add highlighting
16815 of "interrupt", "killed", "terminated" and the exit code.
16816 (compilation-start): Add newline after header. Use exactly the
16817 same time stamp format as the finishing message.
16818 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16819
16820 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16821 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16822 Add highlighting of "interrupt", "killed", "terminated".
16823
16824 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16825 enabled and the current command is self-insert-command, call it
16826 explicitly with overwrite-mode bound to nil, to not allow it
16827 to delete the character after the selected region.
16828
16829 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16830
16831 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16832 move-end-of-line, end-of-line, and beginning-of-line to the list
16833 of commands after which the echo area is updated.
16834
16835 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16836
16837 * cus-edit.el (custom-save-all, custom-save-delete):
16838 Bind recentf-exclude to exclude custom-file.
16839
16840 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16841
16842 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16843 to go to the bottom of the mail message. Added to
16844 `rmail-summary-mode-map' with key "/".
16845 (rmail-summary-show-message): New (internal) function for use by
16846 both `rmail-summary-beginning/end-of-message'.
16847 (rmail-summary-beginning-of-message): Change to use
16848 rmail-summary-show-message.
16849
16850 * mail/rmail.el (rmail-end-of-message): New command to go to the
16851 end of the current message. Added to `rmail-mode-map' with key "/".
16852 (rmail-beginning-of-message): Fix to work as documented.
16853 (rmail-mode): Change documentation.
16854
16855 * progmodes/compile.el (compilation-start): Add the line
16856 "Compilation started" with compilation start time.
16857 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16858
16859 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16860
16861 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16862 of menu items.
16863
16864 2005-08-11 Richard M. Stallman <rms@gnu.org>
16865
16866 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16867
16868 * battery.el (battery-status-function): Don't use ignore-errors.
16869
16870 2005-08-11 Lute Kamstra <lute@gnu.org>
16871
16872 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16873 define-obsolete-variable-alias.
16874
16875 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16876
16877 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16878 (ange-ftp-send-cmd): Revert last change, and expand
16879 the comment explaining the problem.
16880
16881 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16882
16883 * ldefs-boot.el: Update.
16884
16885 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16886 item to "Time, Load and Mail". Change help echo text.
16887
16888 * time.el (display-time-use-mail-icon, display-time-format)
16889 (display-time-string-forms): Shorten first line of docstrings.
16890
16891 2005-08-10 Lars Hansen <larsh@soem.dk>
16892
16893 * desktop.el (desktop-buffer-mode-handlers):
16894 Make non-customizable. Add autoload cookie. Change initial value to
16895 nil; add elements in respective modules instead. Fix doc string.
16896 (desktop-load-file): New function.
16897 (desktop-minor-mode-handlers): New autoloaded variable.
16898 (desktop-create-buffer): Call minor mode handlers.
16899 Use desktop-load-file to load major and minor mode modules prior to
16900 checking for a handler.
16901 (desktop-save): Don't add nil to desktop-minor-modes for minor
16902 modes with nil function in desktop-minor-mode-table. Don't delete
16903 desktop file before rewriting it.
16904 (desktop-locals-to-save): Add autoload cookie. Don't make
16905 automatically buffer-local. Add variables column-number-mode,
16906 size-indication-mode, indent-tabs-mode,
16907 indicate-buffer-boundaries, indicate-empty-lines and
16908 show-trailing-whitespace.
16909 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16910 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16911 (desktop-clear-preserve-buffers-regexp): Delete.
16912 (desktop-clear-preserve-buffers): Update initial value and docstring.
16913 (desktop-save-buffer): Fix doc string.
16914
16915 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16916 (hilit-chg-desktop-restore): New function.
16917 (highlight-changes-mode): Add highlight-changes-mode to
16918 desktop-locals-to-save.
16919
16920 * dired.el: Add handler to desktop-buffer-mode-handlers.
16921 (dired-restore-desktop-buffer): Remove autoload cookie.
16922 (dired-mode): Add autoload cookie.
16923
16924 * info.el: Add handler to desktop-buffer-mode-handlers.
16925 (Info-restore-desktop-buffer): Remove autoload cookie.
16926 (Info-mode): Add autoload cookie.
16927
16928 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16929 (mh-restore-desktop-buffer): Remove autoload cookie.
16930 (mh-folder-mode): Add autoload cookie.
16931
16932 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16933 (rmail-restore-desktop-buffer): Remove autoload cookie.
16934
16935 2005-08-11 Masatake YAMATO <jet@gyve.org>
16936
16937 * hexl.el (hexl-address-region):
16938 (hexl-ascii-region, hexl-font-lock-keywords):
16939 (hexl-highlight-line-range): Use the term "region"
16940 instead of "area" for consistency with the other symbols
16941 defined in hexl.el.
16942
16943 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16944
16945 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16946 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16947 out by Juri Linkov). Add `display-battery-mode'.
16948
16949 2005-08-09 Juri Linkov <juri@jurta.org>
16950
16951 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16952 Remove `-text' from face variable names.
16953 (compilation-error-file-name, compilation-warning-file-name)
16954 (compilation-info-file-name): Delete faces.
16955 (compilation-line-number, compilation-column-number):
16956 Remove face underlining.
16957 (compilation-message-face): Set to `underline' value by default.
16958 (compilation-error-face, compilation-warning-face)
16959 (compilation-info-face): Remove `-file-name' from face names.
16960 (compilation-error-text-face, compilation-warning-text-face)
16961 (compilation-info-text-face): Delete face variables.
16962 (compilation-text-face): Delete function.
16963
16964 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16965 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16966 (grep-error-face): Set to `compilation-error' instead of
16967 `compilation-error-face' (which is redefined to `grep-hit-face' in
16968 grep buffers).
16969 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16970 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16971
16972 * dired-aux.el (dired-do-query-replace-regexp):
16973 Use `query-replace-read-args'.
16974
16975 * replace.el (query-replace-read-from, query-replace-read-to)
16976 (query-replace-read-args): Rename arg `string' to `prompt'.
16977
16978 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16979
16980 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16981
16982 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16983 uploading files.
16984 (ange-ftp-canonize-filename): Handle file names beginning with ~
16985 correctly.
16986
16987 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16988
16989 * textmodes/fill.el (canonically-space-region)
16990 (fill-context-prefix, fill-french-nobreak-p)
16991 (fill-delete-newlines, fill-comment-paragraph)
16992 (justify-current-line): "?\ " -> "?\s".
16993
16994 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16995
16996 * textmodes/fill.el (fill-nonuniform-paragraphs):
16997 Improve argument/docstring consistency.
16998
16999 2005-08-09 Richard M. Stallman <rms@gnu.org>
17000
17001 * textmodes/ispell.el (ispell-word): More fboundp checks.
17002
17003 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17004 (find-file-noselect-1): Call it here, only if RAWFILE.
17005 (normal-mode): Always set some major mode.
17006 (save-some-buffers-action-alist): Change some explanation strings.
17007 (file-name-non-special): In the `quote' method, use unwind-protect.
17008
17009 2005-08-09 Magnus Henoch <mange@freemail.hu>
17010
17011 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17012 (ispell-have-aspell-dictionaries): New variable.
17013 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17014 (ispell-get-aspell-config-value): New function.
17015 (ispell-aspell-find-dictionary): New function.
17016 (ispell-aspell-add-aliases): New function.
17017 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17018 appropriate. Don't look for ispell dictionaries if we use aspell.
17019 (ispell-menu-map): Don't build a submenu of dictionaries.
17020
17021 2005-08-09 Richard M. Stallman <rms@gnu.org>
17022
17023 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17024 (sql-read-passwd): Use read-passwd.
17025
17026 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17027 (idlwave-toolbar-is-possible): Add defvars.
17028
17029 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17030 Avoid warnings.
17031
17032 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17033 (idlwave-system-class-info, idlwave-executive-commands-alist):
17034 Use defvar.
17035
17036 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17037
17038 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17039 Avoid warnings.
17040
17041 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17042 and content-type: headers.
17043
17044 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17045
17046 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17047 and rename some of them to be more self-explanatory.
17048
17049 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17050
17051 * startup.el (command-line-1): Implement -scriptload.
17052
17053 * replace.el (occur-engine): Initial *Occur* output not undoable.
17054
17055 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17056 and improve help strings.
17057
17058 * isearch.el (isearch-repeat): When changing direction,
17059 mark search successful.
17060
17061 * ediff-init.el: Use (featurep 'xemacs).
17062
17063 * comint.el (send-invisible): Identify buffer, if not selected.
17064
17065 * align.el: Delete autoload for c-guess-basic-syntax.
17066
17067 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17068
17069 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17070 Improve argument/docstring consistency. Doc fixes.
17071 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17072 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17073 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17074 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17075 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17076 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17077 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17078 Defvar at compile time.
17079
17080 2005-08-09 Juri Linkov <juri@jurta.org>
17081
17082 * info.el: Replace `info' with upper-case `Info' where appropriate.
17083 (info-title-1, info-title-2, info-title-3, info-title-4)
17084 (info-menu-header): Move up face definitions.
17085 (info-menu-star): Rename from `info-menu-5'.
17086 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17087 (Info-fontify-visited-nodes): Fix docstring.
17088 (Info-hide-note-references): Fix docstring.
17089 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17090 menu items in the same way as on cross-references.
17091 (info-apropos): Fix sorting order and formatting to be like in the
17092 stand-alone Info browser. Display error messages for 1 sec.
17093 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17094 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17095 from the menu bar.
17096 (Info-insert-dir): Restore point after calling
17097 `insert-buffer-substring'.
17098
17099 2005-08-08 Richard M. Stallman <rms@gnu.org>
17100
17101 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17102 (recompute-lucid-menubar): Add defvars.
17103
17104 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17105
17106 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17107
17108 * net/net-utils.el (run-dig): Rename from `dig'.
17109
17110 * play/gametree.el (gametree-mode): Use make-local-variable,
17111 not make-variable-buffer-local.
17112
17113 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17114
17115 * ansi-color.el (ansi-color-make-extent)
17116 (ansi-color-set-extent-face): Use fboundp, not functionp.
17117
17118 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17119 not make-variable-buffer-local.
17120
17121 * bookmark.el (Info-current-file): Add defvar.
17122 (bookmark-jump-noselect): Use with-no-warnings.
17123
17124 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17125
17126 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17127
17128 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17129
17130 * find-file.el (ada-procedure-start-regexp)
17131 (ada-package-start-regexp): Add defvars.
17132
17133 * info.el (Info-insert-dir): Use insert-buffer-substring.
17134
17135 * xml.el (xml-att-def-re): Add defvar.
17136
17137 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17138 calling convention.
17139
17140 * subr.el (while-no-input): Return t if there is input.
17141
17142 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17143
17144 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17145
17146 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17149 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17150
17151 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17152
17153 * cmuscheme.el (scheme-start-file): Replace reference to
17154 `user-emacs-directory' by "~/.emacs.d/".
17155
17156 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17157
17158 * info.el (Info-dir-remove-duplicates): Avoid case folding
17159 in loop; instead, keep downcased strings for comparison.
17160 Suggested by Helmut Eller.
17161
17162 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17163
17164 Sync with Tramp 2.0.50.
17165
17166 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17167 XEmacs case; not necessary anymore.
17168 (tramp-user-regexp): Allow "@" as part of user name.
17169 (tramp-handle-set-visited-file-modtime)
17170 (tramp-handle-insert-file-contents)
17171 (tramp-handle-write-region): No special handling for
17172 `last-coding-system-used, because this is done in
17173 `tramp-accept-process-output' now.
17174 (tramp-accept-process-output): New defun.
17175 (tramp-process-one-action, tramp-process-one-multi-action)
17176 (tramp-wait-for-regexp, tramp-wait-for-output)
17177 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17178 Howells <dhowells@redhat.com>.
17179 (clear-visited-file-modtime): Defadvice removed. The check for
17180 unset buffer's modtime does not need to be based on
17181 `tramp-buffer-file-attributes'. Suggested by RMS.
17182 (tramp-message): Insert "\n" if not being at beginning of line.
17183 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17184 sequence with same logic.
17185 (tramp-completion-handle-expand-file-name): Discard call of
17186 `tramp-drop-volume-letter'. It is not necessary, and there have
17187 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17188 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17189 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17190 should always be visible.
17191 (tramp-handle-insert-directory, tramp-setup-complete)
17192 (tramp-set-process-query-on-exit-flag)
17193 (tramp-append-tramp-buffers): Pacify byte-compiler.
17194 (tramp-bug): Delete non-existing variables from list.
17195 Apply `tramp-load-report-modules' as pre-hook.
17196 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17197 `shell-prompt-pattern' because of non-7bit characters.
17198 Reported by Sebastian Luque <sluque@mun.ca>.
17199 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17200 (tramp-match-string-list): Remove function.
17201 (tramp-wait-for-regexp): Remove call of that function.
17202 Suggested by Kim F. Storm <storm@cua.dk>.
17203 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17204 instead of octal character code ?\600. The latter resulted in a
17205 syntax error with XEmacs.
17206
17207 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17208 XEmacs case; not necessary anymore.
17209 (tramp-smb-handle-write-region): No special handling for
17210 `last-coding-system-used, because this is done in
17211 `tramp-accept-process-output' now.
17212 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17213
17214 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17215
17216 * wid-edit.el (widget-choice-value-create):
17217 Unconditionally respect user choice. Set :explicit-choice back to nil
17218 when no longer needed.
17219 (widget-choice-action): Unconditionally respect user choice.
17220 Eliminate :explicit-choice-value.
17221
17222 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17223
17224 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17225 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17226 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17227 running new function `toggle-indicate-empty-lines'.
17228 Rename "Customize" item to "Customize fringe".
17229 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17230 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17231 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17232 Delete "Empty lines only" item.
17233 (menu-bar-showhide-fringe-ind-customize): New function.
17234 (menu-bar-showhide-fringe-ind-mixed)
17235 (menu-bar-showhide-fringe-ind-box)
17236 (menu-bar-showhide-fringe-ind-right)
17237 (menu-bar-showhide-fringe-ind-left)
17238 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17239 instead of `fringe-indicators'.
17240
17241 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17242
17243 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17244 Change the date of last update.
17245
17246 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17247
17248 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17249 (viper-exec-yank, viper-put-back): Don't display modification msg
17250 if in the minibuffer.
17251
17252 * viper-init.el (viper-replace-overlay-cursor-color)
17253 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17254 Make variables frame local.
17255
17256 * viper-util.el (viper-append-filter-alist): Use append instead of
17257 nconc.
17258
17259 * viper.el (viper-vi-state-mode-list)
17260 (viper-emacs-state-mode-list): Move help-mode and
17261 completion-list-mode from the first list to the second.
17262 (viper-mode): Docstring.
17263 (viper-go-away, viper-non-hook-settings): Don't localize
17264 minor-mode-alist in newer Emacsen. Add advice to
17265 set-cursor-color. Don't bind "\C-c\\".
17266
17267 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17268
17269 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17270 (scheme-macro-expand-command): New user options.
17271 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17272 (scheme-form-at-point, scheme-start-file)
17273 (scheme-interactively-start-process): New functions.
17274 (scheme-get-process): New function, extracted from `scheme-proc'.
17275 (run-scheme): Call `scheme-start-file' to get start file, and pass
17276 it to `make-comint'.
17277 (switch-to-scheme, scheme-proc):
17278 Call `scheme-interactively-start-process' if no Scheme buffer/process
17279 is available.
17280
17281 2005-08-06 Juri Linkov <juri@jurta.org>
17282
17283 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17284 Use `compilation-text-face', `compilation-info-text-face' and
17285 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17286 (compilation-error): New face.
17287 (compilation-error-file-name): Inherit from
17288 `compilation-error' instead of `font-lock-warning-face'.
17289 (compilation-warning-file-name): Inherit from
17290 `compilation-warning' instead of `font-lock-warning-face'.
17291 (compilation-info, compilation-error-file-name)
17292 (compilation-warning-file-name, compilation-info-file-name)
17293 (compilation-line-number, compilation-column-number): Doc fix.
17294 (compilation-error-text-face, compilation-warning-text-face)
17295 (compilation-info-text-face): New face variables.
17296 (compilation-line-face, compilation-column-face)
17297 (compilation-enter-directory-face)
17298 (compilation-leave-directory-face): Doc fix.
17299 (compilation-text-face): New function.
17300
17301 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17302 instead of 1 to display binary file names as info file links.
17303 (grep-error-face): Use `compilation-error-face' instead of
17304 `font-lock-keyword-face'.
17305 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17306 and `compilation-warning-text-face' instead of
17307 `font-lock-keyword-face'. Use `compilation-error-text-face'
17308 instead of `grep-error-face'.
17309
17310 2005-08-05 Kenichi Handa <handa@m17n.org>
17311
17312 * international/code-pages.el: Add autoload cookies for all coding
17313 systems.
17314
17315 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17316
17317 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17318
17319 2005-08-04 Juri Linkov <juri@jurta.org>
17320
17321 * progmodes/compile.el (compilation-mode-map):
17322 * progmodes/grep.el (grep-mode-map):
17323 Bind TAB to `compilation-next-error' and [backtab] to
17324 `compilation-previous-error'.
17325
17326 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17327 matching line numbers, column numbers and their ranges with regexp
17328 matching only line numbers.
17329 (grep-context-face): New face variable.
17330 (grep-mode-font-lock-keywords): Use it.
17331
17332 * faces.el (read-face-name): Delete duplicate faces.
17333
17334 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17335
17336 * thumbs.el (thumbs-find-image): Don't make variables
17337 automatically buffer local.
17338 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17339 (thumbs-image-num): Make automatically buffer local.
17340 (thumbs-show-thumbs-list): Use `make-local-variable', not
17341 `make-variable-buffer-local'.
17342 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17343
17344 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17345 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17346 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17347 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17348 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17349 (feelings-about, foullst, found, hello, history, howareyoulst)
17350 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17351 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17352 (neglst, obj, object, owner, please, problems, qlist)
17353 (random-adjective, relation, remlst, repetitive-shortness)
17354 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17355 (shortlst, something, sportslst, stallmanlst, states, subj)
17356 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17357 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17358 Defvar at compile time.
17359
17360 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17361 not `make-variable-buffer-local'.
17362
17363 2005-08-02 Kim F. Storm <storm@cua.dk>
17364
17365 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17366 rectangle overlay in selected window.
17367
17368 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17369
17370 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17371 instead of display group. Make `indicate-buffer-boundaries'
17372 customizable through Custom.
17373
17374 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17375
17376 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17377 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17378 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17379 (gdb-put-string): Fix typos in docstrings.
17380
17381 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17382
17383 Update copyright notices of files in progmodes directory for
17384 release of Emacs 22.1.
17385
17386 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17387
17388 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17389 Don't barf if the GUD buffer has been killed.
17390
17391 2005-08-01 Kim F. Storm <storm@cua.dk>
17392
17393 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17394
17395 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * simple.el (next-error-follow-minor-mode):
17398 make-variable-buffer-local -> make-local-variable.
17399
17400 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17401
17402 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17403 (byte-compile-form-make-variable-buffer-local): New functions to warn
17404 about misuses of make-variable-buffer-local where make-local-variable
17405 was meant.
17406
17407 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17408
17409 * bs.el (bs-attributes-list): Doc fix.
17410 (bs): Update url-link.
17411
17412 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17413 (desktop-load-default): Simplify.
17414
17415 * ibuffer.el (ibuffer-columnize-and-insert-list)
17416 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17417 (ibuffer-unmark-all, ibuffer-toggle-marks)
17418 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17419 (ibuffer-compile-make-format-form, ibuffer-format-column)
17420 (ibuffer-current-buffers-with-marks)
17421 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17422 (ibuffer): Doc fix.
17423 (ibuffer-mode): Fix typo in docstring.
17424 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17425 with `define-obsolete-variable-alias'.
17426 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17427
17428 2005-07-29 Kenichi Handa <handa@m17n.org>
17429
17430 * international/mule-cmds.el (select-message-coding-system):
17431 Be sure to use LF for end-of-line. If no coding system is decided,
17432 return iso-8859-1-unix.
17433
17434 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17437 (ange-ftp-pending-error-line): New vars.
17438 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17439 to handle the non-fatal no-route-to-host messages.
17440 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17441
17442 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17443
17444 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17445 (isearch-quote-char, isearch-printing-char)
17446 (isearch-text-char-description): "?\ " -> "?\s".
17447 (isearch-lazy-highlight-cleanup)
17448 (isearch-lazy-highlight-initial-delay)
17449 (isearch-lazy-highlight-interval)
17450 (isearch-lazy-highlight-max-at-a-time)
17451 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17452 Declare with define-obsolete-*-alias macros.
17453 (isearch-forward): Fix typo in docstring.
17454 (search-invisible, search-ring-yank-pointer)
17455 (regexp-search-ring-yank-pointer): Doc fixes.
17456
17457 * recentf.el (recentf-menu-append-commands-p): Declare with
17458 `define-obsolete-variable-alias'.
17459 (recentf-max-saved-items, recentf-menu-filter)
17460 (recentf-arrange-by-rule-subfilter): Doc fixes.
17461 (recentf-menu-append-commands-flag)
17462 (recentf-initialize-file-name-history, recentf-expand-file-name)
17463 (recentf-clear-data): Fix typos in docstrings.
17464
17465 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17466
17467 * progmodes/gdb-ui.el: Smarten comments.
17468 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17469
17470 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17471
17472 * term/apollo.el (terminal-init-apollo): New function containing
17473 all former top level forms in the file.
17474 * term/bobcat.el (terminal-init-bobcat):
17475 * term/cygwin.el (terminal-init-cygwin):
17476 * term/iris-ansi.el (terminal-init-iris-ansi):
17477 * term/linux.el (terminal-init-linux):
17478 * term/news.el (terminal-init-news):
17479 * term/rxvt.el (terminal-init-rxvt):
17480 * term/sun.el (terminal-init-sun):
17481 * term/tvi970.el (terminal-init-tvi970):
17482 * term/vt100.el (terminal-init-vt100):
17483 * term/vt102.el (terminal-init-vt102):
17484 * term/vt125.el (terminal-init-vt125):
17485 * term/vt200.el (terminal-init-vt200):
17486 * term/vt201.el (terminal-init-vt201):
17487 * term/vt220.el (terminal-init-vt220):
17488 * term/vt240.el (terminal-init-vt240):
17489 * term/vt300.el (terminal-init-vt300):
17490 * term/vt320.el (terminal-init-vt320):
17491 * term/vt400.el (terminal-init-vt400):
17492 * term/vt420.el (terminal-init-vt420):
17493 * term/wyse50.el (terminal-init-wyse50):
17494 * term/xterm.el (terminal-init-xterm): Likewise.
17495
17496 * term/README: Describe the terminal-init-* functionality.
17497
17498 * startup.el (command-line): After loading the terminal initialization
17499 file call the corresponding terminal initialization function.
17500
17501 2005-07-27 Kenichi Handa <handa@m17n.org>
17502
17503 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17504 negative.
17505
17506 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17507 (ps-mule-composition-prologue): Fix for the case that
17508 RelativeCompose is false.
17509
17510 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17513
17514 * descr-text.el (describe-char): Handle the case where the list of
17515 chars is displayed in a separate frame.
17516 Be a bit more discriminating when looking for the char.
17517
17518 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17519
17520 * bookmark.el (bookmark-automatically-show-annotations)
17521 (bookmark-read-annotation-text-func): Doc fixes.
17522 (bookmark-save): Improve argument/docstring consistency.
17523 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17524 (bookmark-alist-from-buffer)
17525 (bookmark-upgrade-file-format-from-0)
17526 (bookmark-grok-file-format-version)
17527 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17528 (bookmark-read-annotation-mode)
17529 (bookmark-insert-current-bookmark, bookmark-jump)
17530 (bookmark-exit-hook): Fix typos in docstrings.
17531 (bookmark-exit-hooks): Define as obsolete alias.
17532 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17533 not `bookmark-exit-hooks'. Fix docstring.
17534 (bookmark-bmenu-select): "?\ " -> "?\s".
17535
17536 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17537
17538 * startup.el (command-line): Fix typo.
17539
17540 2005-07-24 Richard M. Stallman <rms@gnu.org>
17541
17542 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17543 not emacs-quick-startup.
17544
17545 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17546
17547 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17548 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17549 instead of `reb-with-current-window'.
17550 (reb-prev-match): Likewise. Also, don't move left if the search
17551 was unsuccessful.
17552 (reb-initialize-buffer): New function.
17553 (re-builder, reb-change-syntax): Use it.
17554
17555 * man.el (Man-goto-page): Make second argument NOERROR optional.
17556
17557 2005-07-23 Richard M. Stallman <rms@gnu.org>
17558
17559 * man.el (Man-bgproc-sentinel): Check here for failure to find
17560 any man page in the output, and report the error here.
17561 (Man-arguments): Make it permanent local.
17562 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17563 (Man-mode): Pass t for NOERROR.
17564
17565 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17566 (grep-mode-font-lock-keywords):
17567 Don't use compilation-...-face for messages that are not file names.
17568
17569 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17570 Don't use compilation-...-face for messages that are not file names.
17571
17572 2005-07-22 Juri Linkov <juri@jurta.org>
17573
17574 * startup.el (normal-splash-screen): Update menu name.
17575
17576 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17577
17578 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17579
17580 * term/xterm.el: Load term/rxvt if the terminal is actually an
17581 rxvt terminal.
17582 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17583
17584 * term/rxvt.el (function-key-map): Use substitute-key-definition
17585 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17586
17587 * term/cygwin.el: New file.
17588
17589 2005-07-22 Kim F. Storm <storm@cua.dk>
17590
17591 * image-file.el (insert-image-file, image-file-yank-handler):
17592 Fix last change to maintain a (unique) yank-handler on yanked images.
17593
17594 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17595
17596 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17597 of the file size (as in "177B" for 177 bytes). This happens with
17598 "ls -lh" on FreeBSD.
17599
17600 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17601
17602 * hilit-chg.el (highlight-changes-global-initial-state)
17603 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17604 (hilit-chg-fixup, highlight-changes-mode):
17605 Fix typos in docstrings.
17606 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17607 Doc fixes.
17608
17609 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17610
17611 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17612 mode function using `eval-after-load'.
17613
17614 2005-07-21 Kim F. Storm <storm@cua.dk>
17615
17616 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17617 included when reporting an emacs crash, and tell about the DEBUG file.
17618
17619 * image-file.el (insert-image-file): Add yank-handler.
17620 (image-file-yank-handler): Yank handler to make unique copies of
17621 images when they are yanked into a buffer next to each other.
17622
17623 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17624
17625 * comint.el (comint-use-prompt-regexp, comint-send-input)
17626 (comint-source-default, comint-extract-string)
17627 (comint-get-source, comint-word, comint-completion)
17628 (comint-source, comint-prompt-read-only, comint-update-fence):
17629 Fix typos in docstrings.
17630 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17631 Declare with define-obsolete-*-alias macros.
17632 (comint-previous-matching-input-from-input)
17633 (comint-next-matching-input-from-input)
17634 (comint-previous-matching-input, comint-next-matching-input)
17635 (comint-forward-matching-input):
17636 Improve argument/docstring consistency.
17637
17638 * desktop.el (desktop-clear-preserve-buffers-regexp):
17639 Also preserve the *server* buffer.
17640
17641 * simple.el (clone-indirect-buffer): Doc fix.
17642 (fixup-whitespace, just-one-space)
17643 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17644 (next-error, next-error-highlight)
17645 (next-error-highlight-no-select, next-error-last-buffer)
17646 (next-error-buffer-p, next-error-find-buffer, next-error)
17647 (previous-error, next-error-no-select, previous-error-no-select)
17648 (open-line, split-line, minibuffer-prompt-width, kill-new)
17649 (binary-overwrite-mode): Fix typos in docstrings.
17650 (set-fill-column): Fix typo in message.
17651
17652 * skeleton.el (skeleton-proxy-new): Doc fix.
17653
17654 * strokes.el (strokes-load-hook): Doc fix.
17655 (strokes-grid-resolution, strokes-get-grid-position)
17656 (strokes-renormalize-to-grid, strokes-read-stroke)
17657 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17658 (strokes-global-map): Fix typos in docstrings.
17659 (strokes-help): Doc fix. Fix help message and pass it through
17660 `substitute-command-keys'.
17661
17662 * tempo.el (tempo-insert-prompt, tempo-interactive)
17663 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17664 (tempo-insert-string-functions, tempo-local-tags)
17665 (tempo-define-template, tempo-insert-template)
17666 (tempo-insert-prompt-compat, tempo-is-user-element)
17667 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17668 Fix typos in docstrings.
17669
17670 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17671 (vcursor-key-bindings, vcursor-use-vcursor-map)
17672 (vcursor-find-window, vcursor-scroll-down)
17673 (vcursor-disable, vcursor-beginning-of-buffer)
17674 (vcursor-end-of-buffer): Fix typos in docstrings.
17675 (vcursor-relative-move, vcursor-get-char-count):
17676 Improve argument/docstring consistency.
17677
17678 * version.el: "?\ " -> "?\s".
17679
17680 * wid-edit.el (widget-default-create, widget-after-change)
17681 (widget-default-format-handler, widget-checklist-add-item)
17682 (widget-radio-add-item, widget-choose, widget-specify-secret)
17683 (widget-field-value-create, widget-field-value-get)
17684 (widget-editable-list-format-handler)
17685 (widget-editable-list-entry-create, widget-group-value-create)
17686 (widget-documentation-link-add)
17687 (widget-documentation-string-value-create): "?\ " -> "?\s".
17688 (widget-convert-text): Doc fix.
17689 (widget-narrow-to-field, widget-field-find)
17690 (widget-url-link-action, widget-emacs-library-link-action)
17691 (widget-color-notify): Fix typos in docstrings.
17692
17693 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17694 (x-select-text, set-w32-system-coding-system)
17695 (w32-add-charset-info): Fix typos in docstrings.
17696
17697 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17698 (cua-enable-cua-keys, cua-use-hyper-key)
17699 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17700 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17701
17702 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17703
17704 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17705 `defalias' instead of faking it.
17706
17707 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17708 (eshell-ls-missing, eshell-ls-dired-initial-args)
17709 (eshell-ls-use-in-dired): Fix typos in docstrings.
17710
17711 2005-07-20 Kim F. Storm <storm@cua.dk>
17712
17713 * emulation/cua-base.el (cua-mode): Improve doc string.
17714
17715 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * abbrev.el (expand-region-abbrevs): Doc fix.
17718 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17719 Improve argument/docstring consistency.
17720
17721 * arc-mode.el (archive-get-descr, archive-alternate-display):
17722 Doc fixes.
17723 (archive-l-e): Improve argument/docstring consistency.
17724 (archive-tmpdir, archive-unixdate, archive-unixtime)
17725 (archive-chmod-entry): Fix typos in docstrings.
17726 (archive-unflag, archive-unflag-backwards)
17727 (archive-unmark-all-files): "?\ " -> "?\s".
17728
17729 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17730 (Buffer-menu-not-modified, Buffer-menu-execute)
17731 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17732 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17733
17734 * composite.el (compose-string, encode-composition-rule)
17735 (compose-last-chars): Fix typos in docstrings.
17736
17737 * desktop.el (desktop-enable, desktop-basefilename):
17738 Declare with `define-obsolete-variable-alias'.
17739 (desktop-internal-v2s): Don't quote keywords.
17740 (desktop-clear): "?\ " -> "?\s".
17741
17742 * dired.el (dired-align-file, dired-flag-backup-files)
17743 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17744 (dired-listing-switches, dired-ls-F-marks-symlinks)
17745 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17746 (dired-directory, dired-faces, dired, dired-revert)
17747 (dired-mode, dired-summary, dired-view-file)
17748 (dired-copy-filename-as-kill, dired-delete-file)
17749 (dired-no-confirm, dired-unmark-all-marks)
17750 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17751 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17752 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17753 Fix typos in message strings.
17754
17755 * dired-x.el (virtual-dired): Declare with `defalias'.
17756 (dired-mark-unmarked-files, dired-local-variables-file)
17757 (dired-omit-here-always): Doc fix.
17758 (dired-omit-mode, dired-find-subdir)
17759 (dired-enable-local-variables, dired-clean-up-buffers-too)
17760 (dired-extra-startup, dired-mark-extension, dired-jump)
17761 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17762 (dired-smart-shell-command, dired-guess-shell-alist-user)
17763 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17764 (dired-x-bind-find-file, dired-x-submit-report):
17765 Fix typos in docstrings.
17766 (dired-mark-unmarked-files): "?\ " -> "?\s".
17767
17768 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17769
17770 * faces.el (describe-face): "?\ " -> "?\s".
17771 (read-all-face-attributes, read-face-font, modify-face)
17772 (face-attr-construct, italic): Fix typos in docstrings.
17773 (frame-update-face-colors): Declare with
17774 `define-obsolete-function-alias'.
17775
17776 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17777 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17778 (magic-mode-alist, buffer-file-numbers-unique)
17779 (write-file-functions, get-free-disk-space):
17780 Fix typos in docstrings.
17781 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17782 (write-contents-hooks, write-file-hooks):
17783 Declare with `define-obsolete-variable-alias'.
17784
17785 * forms-d2.el (arch-rj): Fix typo in docstrings.
17786 (arch-tocol): Likewise. "?\ " -> "?\s".
17787
17788 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17789 Fix typo in docstring.
17790 (set-screen-width, set-screen-height): Delete redundant info in
17791 doctrings.
17792 (new-frame, screen-height, screen-width): Declare with
17793 `define-obsolete-function-alias'.
17794 (delete-frame-hook, blink-cursor): Declare with
17795 `define-obsolete-variable-alias'.
17796
17797 * paths.el (prune-directory-list): Fix typos in docstring.
17798
17799 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17800 (cvs-prefix-get): Fix typos in docstrings.
17801
17802 * ps-print.el (ps-extend-face-list, ps-extend-face)
17803 (ps-print-background-image): Fix typos in docstrings.
17804 (ps-default-fg, ps-default-bg): Doc fixes.
17805
17806 * s-region.el (s-region-bind): Doc fix.
17807 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17808
17809 * textmodes/org.el (org-table-formula-substitute-names)
17810 (org-table-get-vertical-vector): Doc fixes.
17811 (org-table-recalculate): Remove unused argument to `message'.
17812
17813 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17814
17815 * textmodes/org.el (org-table-column-names)
17816 (org-table-column-name-regexp)
17817 (org-table-named-field-locations): New variables.
17818 (org-archive-subtree): Protect `this-command' when calling
17819 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17820 the kill buffer.
17821 (org-complete): Remove fixed-formula completion.
17822 (org-edit-formulas-map): New variable.
17823 (org-table-edit-formulas): New command.
17824 (org-finish-edit-formulas, org-abort-edit-formulas)
17825 (org-show-variable, org-table-get-vertical-vector): New functions.
17826 (org-table-maybe-eval-formula): Handle `:=' fields.
17827 (org-table-get-stored-formulas, org-table-store-formulas)
17828 (org-table-get-formula, org-table-modify-formulas)
17829 (org-table-replace-in-formulas): Handle named field formulas.
17830 (org-table-get-specials): Store locations of named fields.
17831
17832 2005-07-19 Juri Linkov <juri@jurta.org>
17833
17834 * progmodes/grep.el (grep-regexp-alist)
17835 (grep-mode-font-lock-keywords, grep-process-setup):
17836 Use default GNU grep match color "01;31m" instead of "01;41m".
17837 (grep-regexp-alist, grep-mode-font-lock-keywords):
17838 Use `\\[[0-9]*m' instead of `\\[00m'.
17839 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17840 sgr_start where its handling is more important. Use the real
17841 length of sgr_start instead of constant 8.
17842 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17843 specially. Delete all remaining escape sequences.
17844 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17845 (grep-regexp-alist): Make hyperlink only for binary file name
17846 instead of the whole line.
17847 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17848 (grep-mode): Add autoload.
17849
17850 * emacs-lisp/find-func.el (find-function-regexp):
17851 Add `define-compilation-mode'.
17852
17853 2005-07-19 Juri Linkov <juri@jurta.org>
17854
17855 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17856 (compare-windows-sync-string-size, compare-windows-recenter)
17857 (compare-windows-highlight, compare-windows): Add version 22.1.
17858 (compare-windows) <defface>: Inherit from lazy-highlight instead
17859 of duplicating its default value.
17860
17861 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17862 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17863
17864 * descr-text.el (describe-char): Create link buttons for `charset'
17865 and `code point'. Add the current input method name with a link
17866 button to `to input' field. Print face names of display table
17867 characters in `The display table entry is displayed by' section
17868 instead of printing face-id in the `display' field.
17869 Guess hardcoded faces and create a link button for them.
17870 Skip empty fields when calculating max-width.
17871 Treat `widget-create' specially while inserting strings from the
17872 collected field list.
17873 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17874
17875 * diff-mode.el (diff-file-header): Change foreground color from
17876 yellow to green on light backgrounds.
17877 (diff-context): Inherit from `shadow' only for color/grayscale
17878 with more than 88 colors.
17879 (diff-indicator-removed, diff-indicator-added)
17880 (diff-indicator-changed): New faces.
17881 (diff-font-lock-keywords): Use new faces. Regroup rules.
17882 Add "^---$" for `normal' diff format. Fontify `#' lines with
17883 font-lock-comment-delimiter-face and font-lock-comment-face.
17884 Add `#' to ^[^...] in the rule for `diff-context-face'.
17885
17886 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17887 a button-like box. Inherit from `highlight' on low colors.
17888 (shadow): Use shades of gray only for color/grayscale with
17889 more than 88 colors. Use green for light backgrounds with
17890 8 colors, and yellow for dark backgrounds with 8 colors.
17891
17892 * font-lock.el (font-lock-regexp-grouping-backslash):
17893 Don't inherit from escape-glyph (use bold for all cases).
17894
17895 * info.el (info-xref-visited): Use light foreground color `violet'
17896 for dark backgrounds instead of dark color `magenta3'.
17897 (info-title-1): Use `yellow' color for dark backgrounds.
17898
17899 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17900 too-light magenta2.
17901
17902 * replace.el (match): Use slightly more light RoyalBlue3 instead
17903 of dark RoyalBlue4.
17904
17905 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17906
17907 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17908
17909 * novice.el (disabled-command-hook): Declare it with
17910 `define-obsolete-variable-alias'.
17911
17912 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17913 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17914 (desktop-load-default): Add release to obsolescence info.
17915 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17916 (desktop-append-buffer-args, desktop-read):
17917 Fix typos in docstrings.
17918 (desktop-kill): Fix typo in message.
17919 (desktop-save): Doc fix.
17920
17921 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17922
17923 * viper-cmd.el (viper-escape-to-state): Bug fix.
17924 (viper-envelop-ESC-key): Change the definition of fast
17925 keysequence so it'll work with keyboard macros.
17926
17927 * ediff.el (ediff-patch-buffer): Change the docstring.
17928
17929 2005-07-19 Kenichi Handa <handa@m17n.org>
17930
17931 * international/mule-cmds.el (select-safe-coding-system): Try to
17932 use an auto-coding (if any) before anything else. If the found
17933 auto-coding is invalid, show a warning message.
17934
17935 * international/mule.el (find-auto-coding): New function created
17936 by modifying the body of set-auto-coding.
17937 (set-auto-coding): Use find-auto-coding to find a coding.
17938
17939 2005-07-18 Richard M. Stallman <rms@gnu.org>
17940
17941 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17942 not isearch-mode-end-hook-error.
17943 (allout-before-change-protect): Fix error message.
17944
17945 2005-07-18 Juri Linkov <juri@jurta.org>
17946
17947 * allout.el (allout-mode):
17948 * calculator.el (calculator-copy):
17949 * custom.el (custom-known-themes):
17950 * dired.el (dired-desktop-buffer-misc-data)
17951 (dired-restore-desktop-buffer):
17952 * dired-x.el (dired-omit-marker-char):
17953 * files.el (basic-save-buffer):
17954 * font-core.el (font-lock-mode):
17955 * calendar/calendar.el (calendar-goto-hebrew-date)
17956 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17957 (calendar-goto-persian-date):
17958 * language/ethio-util.el (ethio-sera-to-fidel-region):
17959 * textmodes/picture.el (picture-mode):
17960 Delete duplicate duplicate words.
17961
17962 2005-07-18 Juri Linkov <juri@jurta.org>
17963
17964 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17965 chars * ? } |.
17966 (isearch-fallback): Don't call `isearch-process-search-char'.
17967 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17968 (isearch-process-search-char): Call `isearch-fallback' for regexp
17969 chars * ? } |.
17970 (isearch-return-char): Make obsolete with `make-obsolete' instead
17971 of simply documenting it as obsolete in the docstring.
17972 (isearch-fallback): Refill docstring.
17973
17974 * international/isearch-x.el
17975 (isearch-process-search-multibyte-characters): Remove unneeded
17976 `concat'. Add intermediate values to `junk-hist' instead of
17977 `minibuffer-history'. Test the length of `str'.
17978
17979 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17980
17981 * allout.el (allout-resolve-xref): Fix typos in error strings.
17982 (allout-before-change-protect): Remove unneeded `concat'.
17983
17984 * array.el (array-mode, array-reconfigure-rows)
17985 (untabify-backward): Fix typos in docstrings.
17986 (array-reconfigure-rows): Use `insert-buffer-substring', not
17987 `insert-buffer'.
17988
17989 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17990 * progmodes/ada-mode.el (ada-make-body):
17991 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17992
17993 * dired.el (dired-log):
17994 * tar-mode.el (tar-subfile-save-buffer):
17995 * play/zone.el (zone-pgm-stress-destress):
17996 Use `insert-buffer-substring', not `insert-buffer'.
17997
17998 2005-07-17 Simon Josefsson <jas@extundo.com>
17999
18000 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18001
18002 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18003
18004 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18005 Add plain auth method.
18006 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18007
18008 2005-07-17 Kim F. Storm <storm@cua.dk>
18009
18010 * ido.el (dired-other-window): Add ido property.
18011
18012 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18013
18014 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18015 Fix typo in docstring.
18016 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18017 `insert-file-literally'.
18018
18019 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18020 info and delete redundant message. Doc fix.
18021 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18022 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18023
18024 2005-07-16 Richard M. Stallman <rms@gnu.org>
18025
18026 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18027 (byte-compile-and): Use byte-compile-and-recursion.
18028 (byte-compile-or-recursion): New function.
18029 (byte-compile-or): Use that.
18030 (byte-compile-if): Guard the else-clause too.
18031 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18032
18033 * isearch.el (isearch-mode-end-hook-quit): New variable.
18034 (isearch-done): Bind it.
18035 (isearch-mode-end-hook): Doc fix.
18036
18037 * allout.el (allout-isearch-did-quit): Variable deleted.
18038 (allout-real-isearch-abort): Function name no longer used.
18039 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18040 (allout-isearch-rectification): isearch-mode always exists.
18041 Don't set allout-isearch-did-quit.
18042 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18043 allout-isearch-did-quit.
18044 (allout-enwrap-isearch): Just add the hook.
18045 (allout-isearch-abort): Function deleted.
18046 (allout-pre-command-business): Avoid warning.
18047
18048 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18049 Correctly avoid warnings.
18050 (pascal-outline): Likewise.
18051
18052 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18053
18054 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18055
18056 * play/tetris.el (tetris-mode): Avoid warning.
18057
18058 * play/snake.el (snake-mode): Avoid warning.
18059
18060 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18061 (gamegrid-set-display-table): Avoid warning.
18062 (gamegrid-set-timer): Likewise.
18063 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18064 (gamegrid-add-score-with-update-game-score-1): Take FILE
18065 as argument.
18066 (gamegrid-add-score-with-update-game-score): Pass that argument.
18067 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18068
18069 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18070
18071 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18072 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18073
18074 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18075 and insert-file.
18076
18077 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18078 (sc-ask): Avoid warnings.
18079
18080 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18081 (eshell-hist-initialize): Use that var the natural way.
18082
18083 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18084
18085 * emacs-lisp/re-builder.el (reb-cook-regexp):
18086 Avoid warning calling lre-compile-string.
18087 (reb-color-display-p): Avoid warning.
18088
18089 * calculator.el (calculator-last-input): Guard uses
18090 of event-key and key-press-event-p.
18091 (event-key, key-press-event-p): Delete definitions.
18092
18093 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18094 (find-gc-source-directory, find-gc-subrs-callers)
18095 (find-gc-noreturn-list, find-gc-source-files)
18096 (find-gc-subrs-called): Vars renamed and defvar'd.
18097
18098 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18099 (checkdoc-overlay-put, checkdoc-delete-overlay)
18100 (checkdoc-overlay-start, checkdoc-overlay-end)
18101 (checkdoc-mode-line-update, checkdoc-char=):
18102 Define such that compiler knows they are defined.
18103 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18104 (checkdoc-read-event): Delete. Use read-event directly.
18105
18106 * whitespace.el (whitespace-make-overlay)
18107 (whitespace-overlay-put, whitespace-delete-overlay)
18108 (whitespace-overlay-start, whitespace-overlay-end):
18109 Define such that compiler knows they are defined.
18110 (whitespace): Move conditional inside.
18111
18112 * tempo.el (tempo-insert-template): Suppress warning.
18113
18114 * ediff-diff.el (longlines-mode): Add defvar.
18115
18116 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18117
18118 * server.el: Bind "C-x #" in a way that works even if C-x is
18119 redefined to a command key, not a prefix key.
18120
18121 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18122
18123 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18124 cl-make-type-test till execution time.
18125
18126 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18127
18128 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18129 arg ARG and use it.
18130
18131 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18132
18133 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18134
18135 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18136
18137 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18138 a defcustom with two :set or :type keywords.
18139
18140 2005-07-15 Richard M. Stallman <rms@gnu.org>
18141
18142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18143 Don't give ^M comment-end syntax.
18144
18145 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18146
18147 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18148 Don't consider gdbmi (gdb-mi.el has its own update functions).
18149 (gdb-var-delete): Make it work for gdbmi as well.
18150 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18151
18152 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18153 (gud-speedbar-menu-items): Correct logic for enabling items.
18154
18155 2005-07-15 Kim F. Storm <storm@cua.dk>
18156
18157 * ido.el: Fix commentary.
18158 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18159 Use with-no-warnings around ffap-guesser.
18160 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18161 Let bind minibuffer-completing-file-name to t.
18162
18163 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18164
18165 * startup.el (site-run-file, keyboard-type): Doc fixes.
18166 (command-line): Check for "--basic-display" argument; also for
18167 "--quick", not "--bare-bones" (which was renamed).
18168 (fancy-splash-text): Add missing item "Getting New Versions".
18169 (normal-splash-screen): Fix typos and improve consistency with
18170 `fancy-splash-text'. Update copyright year.
18171
18172 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18173 valid binding for `help-char'.
18174
18175 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18176
18177 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18178
18179 * term.el (term-mode): Disable cua-mode for term buffers.
18180
18181 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18182
18183 * add-log.el (add-log-mailing-address, change-log-merge):
18184 Doc fixes.
18185 (change-log-get-method-definition): Fix typo in docstring.
18186
18187 2005-07-14 Kim F. Storm <storm@cua.dk>
18188
18189 * emulation/cua-base.el:
18190 (cua--pre-command-handler-1, cua--pre-command-handler)
18191 (cua--post-command-handler-1, cua--post-command-handler):
18192 Split in two. Check (buffer local) value of cua-mode.
18193 (cua-selection-mode): New command.
18194
18195 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18196
18197 * custom.el (custom-initialize-safe-set)
18198 (custom-initialize-safe-default): Doc fixes.
18199
18200 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18201 and simplify :init-value again.
18202
18203 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18204 and simplify :init-value again. Delete autoload.
18205
18206 * startup.el (command-line): Use `custom-reevaluate-setting' again
18207 for tooltip-mode.
18208
18209 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18210 a defcustom with two :initialize keywords.
18211
18212 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18213
18214 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18215 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18216 (allout-post-command-business, allout-flag-region)
18217 (isearch-reenable-font-lock, allout-yank)
18218 (allout-insert-latex-header, allout-insert-latex-trailer)
18219 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18220 (allout-latex-verb-quote): Fix typos in docstrings.
18221 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18222 (allout-unprotected, allout-prefix-data):
18223 Improve argument/docstring consistency.
18224 (allout-chart-subtree): Fix argument spec.
18225 (allout-open-topic): Rename `use_sib_bullet' argument to
18226 `use-sib-bullet'. Doc fix.
18227
18228 * whitespace.el (whitespace-check-buffer-leading)
18229 (whitespace-check-buffer-trailing)
18230 (whitespace-check-buffer-indent)
18231 (whitespace-check-buffer-spacetab)
18232 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18233 (whitespace-check-leading-whitespace)
18234 (whitespace-check-trailing-whitespace)
18235 (whitespace-check-spacetab-whitespace)
18236 (whitespace-check-indent-whitespace)
18237 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18238 (whitespace-modes): Fix typos in docstrings.
18239 (defgroup, defcustom): Doc fixes.
18240
18241 * winner.el (winner-mode, winner-boring-buffers)
18242 (winner-pending-undo-ring): Doc fixes.
18243 (winner-ring): Remove unneeded `progn'.
18244 (winner-equal): `defsubst' it.
18245 (winner-redo): Fix message.
18246
18247 2005-07-13 Kim F. Storm <storm@cua.dk>
18248
18249 * simple.el (line-move-1): Always use vertical-motion to
18250 do the last (or only) line move to ensure some movement.
18251 Undo 2005-06-23 change--don't check for overlays.
18252
18253 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18254
18255 * term/mac-win.el (ccl-encode-mac-roman-font)
18256 (ccl-encode-mac-centraleurroman-font)
18257 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18258 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18259 Change charset-id boundary of dimension to ?\xef.
18260 (mac-char-fontspec-list): New constant.
18261 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18262 argument. Nil uses itself as family in font-spec. Previous
18263 behavior for nil is now provided by non-nil non-string argument.
18264 All callers changed. Add font-specs for Mac fonts to
18265 "fontset-default" unless iso8859-1 fonts are installed.
18266
18267 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18270 a continuation line if the \ is preceded by SPC or TAB.
18271 (sh-get-indent-info): Simplify.
18272 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18273 Use with-current-buffer.
18274
18275 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18276 when the matched text is empty.
18277
18278 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18279
18280 * startup.el (command-line): Revert to previous handling of
18281 tooltip-mode. Explain in comment why the complexity is needed.
18282
18283 * tooltip.el (tooltip-mode): Revert to previous implementation of
18284 its defcustom.
18285
18286 * frame.el (blink-cursor-mode): Revert to previous implementation
18287 of its defcustom. Update comment.
18288
18289 2005-07-12 Lars Hansen <larsh@soem.dk>
18290
18291 * desktop.el: Update e-mail address.
18292
18293 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18294
18295 * term/mac-win.el (mac-services-mail-selection)
18296 (mac-services-mail-to): New functions.
18297 (mac-application-menu-map): Bind them.
18298
18299 2005-07-12 wulei <milton@wulei.net> (tiny change)
18300
18301 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18302
18303 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18304
18305 * custom.el (custom-reevaluate-setting): Doc fix.
18306
18307 2005-07-11 Jay Belanger <belanger@truman.edu>
18308
18309 * calc/calc.el (calc-embedded-announce-formula-alist)
18310 (calc-embedded-open-close-plain-alist)
18311 (calc-embedded-open-close-mode-alist): Add checks for additional
18312 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18313
18314 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * custom.el (custom-enable-theme): Don't add theme to
18317 `custom-enabled-themes' with `push' because there is no
18318 setf-method for `delq'.
18319
18320 2005-07-11 Richard M. Stallman <rms@gnu.org>
18321
18322 * custom.el (custom-declare-variable): Doc fix.
18323
18324 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18325 from the alists.
18326
18327 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18328 Do nothing if edebug-active.
18329
18330 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18331 (edebug-display): Do it here instead.
18332
18333 2005-07-10 Richard M. Stallman <rms@gnu.org>
18334
18335 * cus-face.el (custom-theme-set-faces): Make it work.
18336 (custom-reset-faces): Doc fix.
18337 (custom-theme-reset-internal-face, custom-theme-face-value):
18338 Functions deleted.
18339
18340 * custom.el (custom-push-theme): Maintain list of the settings
18341 of a given theme in its theme-settings property.
18342 Maintain position of old settings in the theme-value
18343 or theme-face property.
18344 (custom-enabled-themes): New variable.
18345 (custom-theme-enabled-p): New function.
18346 (provide-theme): Update custom-enabled-themes.
18347 Disable and reenable the `user' theme.
18348 (require-theme): Doc fix.
18349 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18350 (custom-theme-value, custom-theme-variable-value): Likewise.
18351 (custom-theme-reset-internal): Likewise.
18352 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18353 (custom-enable-theme, custom-disable-theme): New functions.
18354 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18355 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18356 (custom-theme-reset-variables): Simplify.
18357 (deftheme, custom-declare-theme, custom-make-theme-feature):
18358 Definitions moved.
18359
18360 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18361
18362 * longlines.el (longlines-show-region)
18363 (longlines-unshow-hard-newlines): Recognize hard newlines by
18364 non-nil hard property, instead of t.
18365
18366 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18367
18368 * viper-cmd.el (viper--key-maps): New variable.
18369 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18370 emulation-mode-map-alists.
18371 (viper-envelop-ESC-key): Use viper-subseq.
18372 (viper-search-forward/backward/next): Disable debug-on-error.
18373
18374 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18375 (viper-ESC-key): New defcustoms.
18376
18377 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18378
18379 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18380 (viper-subseq): Copy of subseq from cl.el.
18381
18382 * viper.el (viper-go-away, viper-set-hooks): Use
18383 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18384
18385 * viper-mous.el (viper-current-frame-saved): Use defvar.
18386
18387 * viper-init.el: Get rid of -face in face names.
18388
18389 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18390 Make it work with longlines mode
18391
18392 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18393
18394 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18395
18396 * ediff-init.el: Get rid of -face in face names.
18397
18398 2005-07-10 Richard M. Stallman <rms@gnu.org>
18399
18400 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18401 and with-timeout-unsuspend.
18402
18403 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18404 and with-timeout-unsuspend.
18405
18406 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18407 (with-timeout): Bind that variable to record timers.
18408 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18409
18410 * emacs-lisp/debug.el (debug-help-follow): New function.
18411 (debugger-mode-map): Use that instead of help-follow.
18412 (debugger-setup-buffer): Use eval-buffer-list
18413 to handle eval-buffer frames.
18414
18415 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18416
18417 * timezone.el (timezone-parse-date): Change first regexp
18418 so it will not mistakenly match dates with no time zone.
18419
18420 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18421
18422 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18423
18424 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18425
18426 * custom.el (custom-initialize-safe-set)
18427 (custom-initialize-safe-default): New functions.
18428
18429 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18430 and simplify :init-value.
18431
18432 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18433 and simplify :init-value. Delete obsolete comment.
18434
18435 * startup.el (command-line): Use `custom-reevaluate-setting' to
18436 handle `tooltip-mode'. Delete obsolete comment.
18437
18438 * files.el (set-visited-file-name): Avoid calling
18439 `file-name-nondirectory' with a nil argument.
18440
18441 2005-07-09 Richard M. Stallman <rms@gnu.org>
18442
18443 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18444 was called with nil for the buffer, handle the read position right.
18445 Handle read position for eval-region, too.
18446
18447 2005-07-09 Juri Linkov <juri@jurta.org>
18448
18449 * fringe.el (fringe-mode): Add period in docstring.
18450 (fringe-query-style): Build prompt depending on `all-frames' arg.
18451
18452 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18453 to not create links to unrelated functions in the Help buffer.
18454
18455 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18456 Doc fix.
18457
18458 * simple.el (next-error-hook): New variable.
18459 (next-error): Use it. Doc fix.
18460
18461 * textmodes/ispell.el (ispell-command-loop): Add current
18462 dictionary name and program name to mode-line-format.
18463 (ispell-region, ispell-process-line): Add current dictionary name
18464 and program name to messages.
18465
18466 2005-07-08 Jay Belanger <belanger@truman.edu>
18467
18468 * calc/calc.el (calc-embedded-announce-formula-alist)
18469 (calc-embedded-open-close-formula-alist)
18470 (calc-embedded-open-close-word-alist)
18471 (calc-embedded-open-close-plain-alist)
18472 (calc-embedded-open-close-new-formula-alist)
18473 (calc-embedded-open-close-mode-alist)
18474 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18475 (calc-embedded-mode-hook): New variables.
18476
18477 * calc/calc-embed.el (calc-embedded-firsttime)
18478 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18479 New variables.
18480 (calc-do-embedded): Use calc-embedded-firsttime,
18481 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18482 determine whether or not to run hooks.
18483 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18484 calc-embedded-firsttime-formula appropriately.
18485 Set calc-embedded delimiter variables according to mode.
18486
18487 2005-07-08 Richard M. Stallman <rms@gnu.org>
18488
18489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18490 Check for "emacs", etc., as entire symbol, not just as word.
18491 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18492
18493 * files.el (set-visited-file-name): Report the error
18494 for "empty filename" earlier.
18495 (kill-some-buffers): Ignore buffers already dead.
18496
18497 * fringe.el (fringe-mode): Doc fix.
18498
18499 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18500 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18501 Use unwind-protect to ensure byte-compile-unresolved-functions
18502 is updated.
18503
18504 * whitespace.el (whitespace-buffer-leading-cleanup):
18505 Simplify w/ skip-chars-forward.
18506 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18507
18508 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18509 Unconditionally try to leave point at the same old place.
18510
18511 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18512
18513 * comint.el (comint-postoutput-scroll-to-bottom)
18514 (comint-show-maximum-output): Take scroll-margin into consideration.
18515
18516 2005-07-08 Kim F. Storm <storm@cua.dk>
18517
18518 * ido.el (ido-use-filename-at-point): New choice `guess'.
18519 (ido-file-internal): Try ffap-guesser if selected.
18520
18521 * ido.el (ido-before-fallback-functions): New hook.
18522 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18523 (ido-read-file-name): Run it.
18524
18525 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18528 strings rather than a list of symbols to the completion function.
18529
18530 2005-07-07 Jay Belanger <belanger@truman.edu>
18531
18532 * calc/calc-units.el (math-apply-units): Change the places in
18533 which units are simplified.
18534
18535 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18536
18537 * cus-edit.el (customize-option, customize-option-other-window):
18538 Make them handle aliases.
18539
18540 * custom.el (custom-variable-p): Make it recursively follow
18541 aliases. Mention that in the docstring.
18542
18543 2005-07-07 Richard M. Stallman <rms@gnu.org>
18544
18545 * cus-start.el (exec-path): Use `directory' instead of `file'.
18546 Fix tag for nil.
18547
18548 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18549
18550 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18551 when called non-interactively. Doc fix.
18552
18553 2005-07-07 Lute Kamstra <lute@gnu.org>
18554
18555 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18556 new address as well.
18557
18558 2005-07-07 Kenichi Handa <handa@m17n.org>
18559
18560 * international/mule.el (make-coding-system):
18561 Describe `ascii-incompatible' property in the docstring.
18562 (set-file-name-coding-system): Signal an error if coding-system is
18563 ascii-incompatible.
18564 (set-keyboard-coding-system): Likewise.
18565
18566 * international/mule-cmds.el (set-default-coding-systems):
18567 Don't set default-file-name-coding-system and
18568 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18569
18570 * international/utf-16.el: Declare that all UTF-16-based coding
18571 systems are ASCII-incompatible.
18572
18573 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18574
18575 * progmodes/gud.el: Require font-lock for displaying errors.
18576 Used by gdb-ui.el.
18577
18578 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18581 values for the pattern lists which are `read'able but not
18582 `append'able (like symbols).
18583
18584 2005-07-06 Richard M. Stallman <rms@gnu.org>
18585
18586 * progmodes/flymake.el (flymake-float-time): Instead of
18587 with-no-warnings, test for xemacs.
18588 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18589 to avoid warning.
18590
18591 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18592
18593 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18594
18595 2005-07-05 Lute Kamstra <lute@gnu.org>
18596
18597 * battery.el: Add support for Darwin (with much debugging help
18598 from Samuel Lauber <sam124@operamail.com>).
18599 (battery-status-function, battery-echo-area-format)
18600 (battery-mode-line-format): Add support for pmset on Darwin.
18601 (battery-load-low, battery-load-critical): New user options.
18602 (battery-pmset): New function.
18603
18604 2005-07-05 Lute Kamstra <lute@gnu.org>
18605
18606 Update FSF's address in GPL notices.
18607
18608 * textmodes/page-ext.el: Update FSF's address.
18609
18610 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18613 filling from using prefix when filling a single-line docstring.
18614
18615 * progmodes/flymake.el: Remove useless eval-when-compile.
18616
18617 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18618
18619 2005-07-04 Richard M. Stallman <rms@gnu.org>
18620
18621 * textmodes/org.el (org-file-apps-defaults-gnu):
18622 Rename from org-file-apps-defaults-linux.
18623 (org-default-apps): Don't test system-type for `linux'.
18624 (org-file-apps): Doc fix.
18625
18626 2005-07-04 David Ponce <david@dponce.com>
18627
18628 * tree-widget.el: Improve header Commentary section.
18629 (tree-widget) [defgroup]
18630 (tree-widget-image-enable, tree-widget-themes-directory)
18631 (tree-widget-theme, tree-widget-image-properties-emacs)
18632 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18633 (tree-widget-image-formats, tree-widget-control)
18634 (tree-widget-empty-control, tree-widget-leaf-control
18635 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18636 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18637 (tree-widget-keep, tree-widget-after-toggle-functions)
18638 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18639 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18640 :help-echo message.
18641 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18642 (tree-widget-image-properties): Doc fix. Clearer implementation.
18643 (tree-widget--cursors): New constant.
18644 (tree-widget-lookup-image): New function split from
18645 `tree-widget-find-image'. Clearer implementation.
18646 (tree-widget-find-image): Use it.
18647 (tree-widget-button-keymap): Use `set-keymap-parent'.
18648 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18649 Define the sub-widgets here.
18650 (tree-widget-node): Check that :node is not a tree-widget.
18651 (tree-widget-get-super, tree-widget-open-control)
18652 (tree-widget-close-control, tree-widget-empty-control)
18653 (tree-widget-leaf-control, tree-widget-guide)
18654 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18655 (tree-widget-no-handle, tree-widget-value-delete)
18656 (tree-widget-map): Remove.
18657 (tree-widget-children-value-save): Doc fix. Simplified.
18658 (tree-widget-value-create): Update according to previous changes.
18659
18660 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18661
18662 * textmodes/org.el: Leading space replaced by TABS.
18663 (org-recalc-marks, org-table-rotate-recalc-marks)
18664 (org-table-get-specials): Treat "^" and "_" marks.
18665 (org-table-justify-field-maybe): Optional argument NEW.
18666 (org-table-eval-formula): Parsing of the format simplified.
18667 New modes C,I. Honor the %= parameter in the current table.
18668 Avoid unnecessary re-align by using the NEW argument to
18669 `org-table-justify-field-maybe'.
18670 (org-calc-default-modes): Default for date-format mimicks org-mode.
18671 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18672
18673 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18674
18675 * cus-face.el (custom-theme-set-faces): Make it handle face
18676 aliases whose alias declarations are pre- or autoloaded.
18677
18678 2005-07-04 Juri Linkov <juri@jurta.org>
18679
18680 * faces.el (read-face-name): Put the code for getting a face name
18681 from the buffer before adding the faces from the `face' property.
18682 Use `completing-read-multiple' instead of `completing-read'.
18683 Require `crm'. Add default value and post-process the returned
18684 list of faces.
18685
18686 * emacs-lisp/crm.el (crm-find-current-element)
18687 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18688
18689 * emacs-lisp/lisp-mode.el (eval-defun-1):
18690 * emacs-lisp/edebug.el (edebug-eval-defun):
18691 Remove unnecessary quotes.
18692
18693 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18694
18695 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18696 (prolog-indent-level): Fix typo in docstring.
18697
18698 * info.el (Info-history, Info-history-forward)
18699 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18700
18701 * add-log.el (add-change-log-entry):
18702 * comint.el (comint-dynamic-list-input-ring)
18703 (comint-dynamic-list-completions):
18704 * dabbrev.el (dabbrev-expand):
18705 * delim-col.el (delimit-columns-rectangle-line):
18706 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18707 (diff-unified->context):
18708 * ediff-init.el (ediff-abbrev-jobname):
18709 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18710 (ediff-replace-session-activity-marker-in-meta-buffer):
18711 * info.el (Info-summary):
18712 * lpr.el (printify-region):
18713 * printing.el (pr-create-interface):
18714 * ps-print.el (ps-print-quote):
18715 * ses.el (ses-column-widths, ses-print-cell)
18716 (ses-adjust-print-width, ses-center):
18717 * shell.el (shell-file-name-quote-list):
18718 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18719 (strokes-fill-current-buffer-with-whitespace)
18720 (strokes-xpm-for-stroke, strokes-list-strokes)
18721 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18722 * term.el (term-dynamic-list-input-ring)
18723 (term-dynamic-list-completions):
18724 * calc/calc.el (math-format-stack-value):
18725 * emacs-lisp/edebug.el (edebug-display-freq-count):
18726 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18727 (delphi-new-comment-line):
18728 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18729 * progmodes/executable.el (executable-set-magic):
18730 * progmodes/python.el (inferior-python-mode):
18731 * progmodes/scheme.el (scheme-mode-syntax-table):
18732 * progmodes/sh-script.el (sh-maybe-here-document):
18733 * progmodes/sql.el (sql-copy-column):
18734 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18735 * textmodes/bibtex.el (bibtex-mode):
18736 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18737 (sgml-auto-attributes):
18738 * textmodes/table.el (table-insert, table-shorten-cell)
18739 (table--generate-source-scan-lines, table-delete-row)
18740 (*table--cell-delete-char, table--spacify-frame)
18741 (table--horizontally-shift-above-and-below)
18742 (table--cell-insert-char, table--cell-blank-str)
18743 (table--fill-region-strictly):
18744 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18745 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18746
18747 * add-log.el (change-log):
18748 * apropos.el (apropos):
18749 * comint.el (comint-completion, comint-source):
18750 * dabbrev.el (dabbrev):
18751 * delim-col.el (columns):
18752 * diff-mode.el (diff-mode):
18753 * ediff.el (ediff):
18754 * ediff-diff.el (ediff-diff):
18755 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18756 * ediff-mult.el (ediff-mult):
18757 * ediff-ptch.el (ediff-ptch):
18758 * ediff-wind.el (ediff-window):
18759 * facemenu.el (facemenu):
18760 * indent.el (indent):
18761 * info.el (info):
18762 * jka-cmpr-hook.el (compression, jka-compr):
18763 * lpr.el (lpr):
18764 * outline.el (outlines):
18765 * pcmpl-cvs.el (pcmpl-cvs):
18766 * pcmpl-rpm.el (pcmpl-rpm):
18767 * printing.el (printing):
18768 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18769 (ps-print-vertical, ps-print-headers, ps-print-font)
18770 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18771 (ps-print-background, ps-print-printer, ps-print-page)
18772 (ps-print-miscellany):
18773 * ses.el (ses):
18774 * shell.el (shell, shell-directories, shell-faces):
18775 * startup.el (initialization):
18776 * strokes.el (strokes):
18777 * term.el (term):
18778 * uniquify.el (uniquify):
18779 * w32-vars.el (w32):
18780 * calc/calc.el (calc):
18781 * emacs-lisp/bytecomp.el (bytecomp):
18782 * emacs-lisp/cl-indent.el (lisp-indent):
18783 * emacs-lisp/edebug.el (edebug):
18784 * emacs-lisp/elp.el (elp):
18785 * emacs-lisp/testcover.el (testcover):
18786 * emacs-lisp/trace.el (trace):
18787 * emulation/viper-ex.el (viper-ex):
18788 * emulation/viper-mous.el (viper-mouse):
18789 * mail/mailalias.el (mailalias):
18790 * mail/supercite.el (supercite, supercite-frames)
18791 (supercite-attr, supercite-cite, supercite-hooks):
18792 * net/rcompile.el (remote-compile):
18793 * net/rlogin.el (rlogin):
18794 * obsolete/ooutline.el (outlines):
18795 * progmodes/delphi.el (delphi):
18796 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18797 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18798 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18799 (ebnf-optimization):
18800 * progmodes/etags.el (etags):
18801 * progmodes/executable.el (executable):
18802 * progmodes/idlwave.el (idlwave):
18803 * progmodes/pascal.el (pascal):
18804 * progmodes/prolog.el (prolog):
18805 * progmodes/python.el (python):
18806 * progmodes/scheme.el (scheme):
18807 * progmodes/sh-script.el (sh, sh-script):
18808 * progmodes/sql.el (SQL):
18809 * progmodes/tcl.el (tcl):
18810 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18811 * textmodes/enriched.el (enriched):
18812 * textmodes/makeinfo.el (makeinfo):
18813 * textmodes/sgml-mode.el (sgml):
18814 * textmodes/table.el (table-hooks):
18815 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18816 * textmodes/texinfo.el (texinfo):
18817 * textmodes/two-column.el (two-column):
18818 Finish `defgroup' description with period.
18819
18820 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18821 * eshell/esh-var.el (eshell-var):
18822 * progmodes/vhdl-mode.el (vhdl-testbench):
18823 * textmodes/org.el (org): Fix typos in docstrings.
18824
18825 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18826 consistency.
18827
18828 * progmodes/flymake.el (flymake-find-file): Remove.
18829 (flymake-float-time): Use `with-no-warnings'.
18830 (flymake-check-start-time, flymake-check-was-interrupted)
18831 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18832 (flymake-new-err-info): `defvar' at compile time.
18833
18834 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18835
18836 * replace.el (occur-hook): Doc fix.
18837 (occur-1): Don't call `occur-hook' if there are no matches.
18838
18839 2005-07-03 Richard M. Stallman <rms@gnu.org>
18840
18841 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18842 global-map, save the same map.
18843 (global-map): Don't alter it at top level.
18844 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18845 Then alter it here instead.
18846 (tpu-edt-off): Set global-map to the saved one.
18847
18848 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18849 All references simplified.
18850 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18851 (zmacs-regions): Add defvar.
18852 (repeat-complex-command-map): Everything about that deleted.
18853
18854 * textmodes/artist.el (artist-key-is-drawing)
18855 (artist-key-endpoint1, artist-key-poly-point-list)
18856 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18857 (artist-key-compl-table, artist-rb-save-data)
18858 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18859 Don't put them in eval-when-compile.
18860 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18861
18862 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18863 Use with-no-warnings.
18864
18865 * net/browse-url.el (dos-windows-version): Add defvar.
18866
18867 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18868
18869 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18870 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18871 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18872 Add defvar.
18873 (rmail-summary-beginning-of-message): Use with-no-warnings.
18874 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18875
18876 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18877 Use with-no-warnings.
18878
18879 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18880 (c-mark-function): Add point-moving-unit property.
18881 (vi-goto-line): Use with-no-warnings.
18882
18883 * emulation/edt.el (edt-last-copied-word): Add defvar.
18884 (zmacs-region-stays): Likewise.
18885 (edt-mark-section-wisely): Use c-mark-function for C.
18886 Use makr-defun for Fortran.
18887 (time-string): defvar deleted.
18888 (edt-display-the-time): Don't set time-string.
18889
18890 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18891
18892 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18893 Don't warn when name is not constant
18894 or for defining the group `emacs'.
18895
18896 * tooltip.el (gud-tooltip-mode): Add defvar.
18897
18898 * startup.el (default-frame-background-mode): Add defvar.
18899
18900 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18901
18902 * info.el (tool-bar-map): Add defvar.
18903
18904 * dired.el (dnd-protocol-alist): Add defvar.
18905
18906 * dired-aux.el (dired-query): Display question with answer, when
18907 the user answers.
18908
18909 * custom.el (custom-add-option): Doc fix.
18910
18911 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18912
18913 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18914
18915 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18916 bogus name from the last change.
18917
18918 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18919
18920 * custom.el (custom-declare-variable): Fix typos in comment.
18921 (custom-known-themes): Doc fix.
18922 (custom-theme-directory): New defcustom.
18923 (require-theme): Make it check `custom-theme-directory'.
18924
18925 * cus-theme.el (custom-new-theme-mode): New function.
18926 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18927 (custom-theme-description): Add compiler defvars.
18928 (customize-create-theme): Add doc to the "*New Custom Theme*"
18929 buffer. Use `custom-new-theme-mode'.
18930 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18931 and save it to the `custom-theme-directory'. Make this the
18932 default directory of the buffer.
18933
18934 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18935
18936 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18937 Fix unbalanced parentheses.
18938
18939 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18940
18941 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18942 into flymake-mode and delegate to flymake-mode.
18943
18944 * find-file.el (ff-which-function-are-we-in): Clean up.
18945
18946 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18947
18948 * replace.el (occur-rename-buffer): Fix docstring.
18949
18950 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18951 (edt-last-copied-word, edt-learn-macro-count)
18952 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18953 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18954 (time-string, zmacs-region-stays):
18955 * emulation/edt-mapper.el (edt-save-function-key-map)
18956 (EDT-key-name): `defvar' to silence the byte-compiler.
18957
18958 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18959
18960 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18961 font-lock-regexp-backslash. Doc fix.
18962 (font-lock-regexp-backslash-grouping-construct): Rename from
18963 font-lock-regexp-backslash-construct. Doc fix.
18964 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18965 grouping constructs.
18966
18967 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18968
18969 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18970 updating all the prerequisites.
18971
18972 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * textmodes/org.el (org-agenda-start-on-weekday)
18975 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18976 (org-agenda-use-time-grid, org-archive-location)
18977 (org-allow-space-in-links, org-usenet-links-prefer-google)
18978 (org-enable-table-editor, org-export-default-language)
18979 (org-export-html-show-new-buffer, org-fill-paragraph)
18980 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18981 (org-goto-quit, org-occur, org-eval-in-calendar)
18982 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18983 (org-agenda-diary-entry, org-remember-help)
18984 (org-table-convert-region, org-at-table-p)
18985 (org-table-move-row-down, org-table-move-row-up)
18986 (org-table-copy-region, org-table-toggle-vline-visibility)
18987 (org-table-get-stored-formulas, org-table-get-specials)
18988 (org-recalc-commands, org-table-eval-formula)
18989 (org-table-formula-substitute-names, orgtbl-make-binding)
18990 (org-format-org-table-html, org-format-table-table-html)
18991 (org-format-table-table-html-using-table-generate-source)
18992 (org-customize): Fix typos in docstrings.
18993 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18994 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18995 (org-back-to-heading): Doc fixes.
18996 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18997 (org-agenda-change-all-lines, org-get-header):
18998 Improve argument/docstring consistency.
18999 (orgtbl-error): Fix error message.
19000
19001 * progmodes/flymake.el (flymake-find-possible-master-files)
19002 (flymake-master-file-compare, flymake-get-line-err-count)
19003 (flymake-highlight-line, flymake-gui-warnings-enabled):
19004 Fix typos in docstrings.
19005 (flymake-parse-line, flymake-get-project-include-dirs-function)
19006 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19007 Doc fixes.
19008 (flymake-get-project-include-dirs-function)
19009 (flymake-make-err-menu-data):
19010 Improve argument/docstring consistency.
19011
19012 2005-07-01 Lute Kamstra <lute@gnu.org>
19013
19014 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19015 Catch errors with ignore-errors. Use temporary buffer.
19016 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19017
19018 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19019 background color faces.
19020 (facemenu-set-foreground, facemenu-set-background):
19021 Use facemenu-set-face-from-menu.
19022 (facemenu-set-face-from-menu): Treat face names that start with
19023 "fg:" or "bg:" as special.
19024 (facemenu-add-new-color): Don't create faces. Simplify.
19025
19026 2005-06-30 Richard M. Stallman <rms@gnu.org>
19027
19028 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19029 (crm-find-current-element): Likewise.
19030
19031 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19032
19033 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19034
19035 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19036
19037 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19038 (archive-mouse-extract): Make it an obsolete alias.
19039 (archive-mode-map): Don't use archive-mouse-extract any more.
19040 (archive-mode, archive-extract): write-contents-hooks ->
19041 write-contents-functions.
19042 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19043 first arg.
19044 (archive-rename-entry): Update the call.
19045 (archive-zip-summarize): Remove unused var `method'.
19046 (archive-lzh-summarize): Remove unused var `creator'.
19047
19048 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19049 dedicated frame upon exit.
19050
19051 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19052 (archive-zip-extract, archive-zip-expunge)
19053 (archive-zip-update, archive-zip-update-case): Use executable-find.
19054 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19055 Use restore-buffer-modified-p.
19056 (archive-extract, archive-add-new-member, archive-write-file-member):
19057 Use with-current-buffer.
19058 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19059
19060 2005-06-30 Andreas Schwab <schwab@suse.de>
19061
19062 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19063
19064 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19065
19066 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19067
19068 2005-06-30 Juri Linkov <juri@jurta.org>
19069
19070 * faces.el (vertical-border): Inherit from mode-line-inactive
19071 only on tty.
19072
19073 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19074
19075 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19076 example, -NLINES in the `occur' docstring).
19077
19078 * replace.el (occur-1): When no matches are found, do not set the
19079 `buffer-read-only' and modified flags for the occur buffer,
19080 because it is deleted.
19081
19082 * emulation/cua-base.el (cua-check-pending-input)
19083 (cua-repeat-replace-region, cua-mode, cua-debug)
19084 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19085 Fix typos in docstrings.
19086
19087 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19088 (cua-cut-region-to-global-mark)
19089 (cua--cut-rectangle-to-global-mark):
19090 Remove period from end of messages.
19091
19092 * emulation/cua-rect.el (cua-do-rectangle-padding):
19093 Remove period from end of messages.
19094 (cua--rectangle-seq-format): Fix typo in docstring.
19095 (cua-sequence-rectangle, cua-fill-char-rectangle):
19096 Improve argument/docstring consistency.
19097
19098 2005-06-29 Juri Linkov <juri@jurta.org>
19099
19100 * faces.el (default-frame-background-mode): New internal variable.
19101 (frame-set-background-mode): Use it.
19102
19103 * startup.el (normal-top-level): Set default-frame-background-mode
19104 instead of frame-background-mode. Before setting it, test for its
19105 nil value. Remove tests for frame-background-mode and frame
19106 parameter `reverse'. Add test for "unspecified-fg".
19107
19108 * term/xterm.el (xterm-rxvt-set-background-mode):
19109 * term/rxvt.el (rxvt-set-background-mode):
19110 Set default-frame-background-mode instead of frame-background-mode.
19111
19112 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19113
19114 * simple.el (set-variable): Warn about obsolete user variables.
19115
19116 * imenu.el (imenu--completion-buffer):
19117 * mouse.el (mouse-buffer-menu-alist):
19118 * msb.el (msb-invisible-buffer-p):
19119 * calendar/diary-lib.el (diary-header-line-format):
19120 * emacs-lisp/pp.el (pp-buffer):
19121 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19122 * textmodes/picture.el (picture-replace-match):
19123 Change space constants followed by a sexp to "?\s ".
19124
19125 * play/decipher.el (decipher-loop-with-breaks):
19126 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19127 constants "protected" from end of line by a comment to "?\s".
19128
19129 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19130
19131 * font-lock.el (save-buffer-state): Use `declare'.
19132
19133 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19134 reset the syntax-table to cperl-mode-syntax-table.
19135 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19136 "foo_print_bar" is not matched as a reserved keyword.
19137
19138 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19139
19140 * textmodes/org.el (orgtbl-setup): New function, for delayed
19141 setup for the orgtbl commands.
19142 (org-calc-default-modes): New option.
19143 (orgtbl-make-binding): Use `defun' to get better help display.
19144 (org-diary): Call `org-compile-prefix-format'.
19145 (org-table-formula-substitute-names): New function.
19146 (org-agenda-day-view, org-agenda-week-view): New commands.
19147 (org-agenda-toggle-week-view): Command removed.
19148 (org-tbl-menu): Split off from org-org-menu.
19149 (org-mode): Move removal of outline-mode menus to here.
19150 (org-table-formula-debug): New option.
19151 (org-table-insert-row): Keep first field if just "#" or "*".
19152 (org-mode): Paragraph regexps fixed.
19153 (org-table-recalculate-regexp): New constant.
19154 (org-table-justify-field-maybe): Avoid replace if not necessary.
19155 (org-copy-special, org-cut-special): Use `call-interactively'.
19156 (org-table-copy-region): Take region from `interactive' call.
19157 (org-trim): Return string even if no match.
19158 (org-formula): New face.
19159 (org-set-font-lock-defaults): No longer highlight "FIXME".
19160 But highlight formula-related fields in table.
19161 (org-table-p): Use regexp, not fontification.
19162 (org-table-align): Handle white space at end of line.
19163 (org-table-formula-evaluate-inline): New option.
19164 (org-mode): Auto-wrapping in comment lines turned off.
19165 (org-table-copy-down): Evaluate only in copied field, not in
19166 destination.
19167 (org-table-current-formula): Variable removed.
19168 (org-table-store-formulas, org-table-get-stored-formulas)
19169 (org-table-modify-formulas, org-table-replace-in-formulas)
19170 (org-table-maybe-eval-formula): New functions.
19171 (org-table-get-formula): Modify to use stored formulas.
19172 (org-table-insert-column, org-table-delete-column)
19173 (org-table-move-column): Call `org-table-modify-formulas'.
19174 (org-complete): Add completion for keyword formulas.
19175 (orgtbl-mode): Pull orgtbl-mode-map to start of
19176 minor-mode-map-alist.
19177
19178 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19179
19180 * progmodes/python.el (python-check): Require `compile' before
19181 modifying its variables.
19182
19183 * newcomment.el (comment-indent-default): Don't get fooled by an early
19184 end of buffer.
19185
19186 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19187
19188 * ps-print.el (ps-print-version): Fix version number.
19189
19190 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19191
19192 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19193
19194 2005-06-28 Richard M. Stallman <rms@gnu.org>
19195
19196 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19197 (flyspell-local-mouse-map): Declaration deleted.
19198 (flyspell-mouse-map): Bind only mouse-2.
19199 (flyspell-mode-map): Don't test flyspell-use-local-map.
19200 (flyspell-overlay-keymap-property-name): Var deleted.
19201 (flyspell-mode-on): Don't make local bindings for
19202 flyspell-mouse-map and flyspell-mode-map.
19203 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19204
19205 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19206
19207 * progmodes/compile.el (compilation-next-error-function):
19208 Don't switch buffers; operate on the current buffer.
19209
19210 * progmodes/compile.el (compilation-error-file-name)
19211 (compilation-warning-file-name, compilation-info-file-name)
19212 (compilation-line-number, compilation-column-number): New faces.
19213 (compilation-error-face, compilation-warning-face)
19214 (compilation-info-face, compilation-line-face)
19215 (compilation-column-face): Use them.
19216
19217 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19218
19219 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19220
19221 * bindings.el (global-map): Bind insertchar and its variants.
19222
19223 2005-06-27 Richard M. Stallman <rms@gnu.org>
19224
19225 * textmodes/artist.el (artist-text-overwrite)
19226 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19227
19228 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19229
19230 * ps-print.el: It was not working the page selection for printing.
19231 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19232 (ps-print-version): New version 6.6.7.
19233 (ps-end-sheet): New fun.
19234 (ps-header-sheet, ps-end-job): Call it.
19235
19236 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19237
19238 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19239
19240 2005-06-27 Lute Kamstra <lute@gnu.org>
19241
19242 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19243 background color faces.
19244 (facemenu-get-face): Delete function.
19245 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19246 (facemenu-add-new-color): Make second argument mandatory.
19247 Create the appropriate face and return it. Simplify.
19248 (facemenu-set-foreground, facemenu-set-background): Don't check if
19249 color is defined. Use return value of facemenu-add-new-color.
19250
19251 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19252
19253 * progmodes/gud.el (gud-filter): Add missing argument to
19254 with-selected-window.
19255
19256 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19257
19258 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19259 a :require to the defcustom.
19260
19261 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19262 defcustoms corresponding to minor modes.
19263
19264 2005-06-26 David Ponce <david@dponce.com>
19265
19266 * recentf.el: Require tree-widget instead of wid-edit.
19267 (recentf-filename-handler): Fix widget :type.
19268 (recentf-cancel-dialog, recentf-open-more-files)
19269 (recentf-open-files-action): Doc fix.
19270 (recentf-dialog-goto-first): New function.
19271 (recentf-dialog-mode-map): Set parent keymap first.
19272 (recentf-dialog-mode): Define with define-derived-mode.
19273 Don't display continuation lines in dialogs.
19274 (recentf-edit-list): Rename from recentf-edit-selected-items.
19275 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19276 Simplify.
19277 (recentf-edit-list-validate): New function.
19278 (recentf-edit-list): Update accordingly.
19279 (recentf-open-files-item-shift): Remove.
19280 (recentf-open-files-item): Convert menu elements into tree and
19281 link widgets. Don't create the widgets.
19282 (recentf-open-files): Update accordingly.
19283 (recentf-save-list): Untabify.
19284
19285 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19286
19287 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19288 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19289 partially contained in the active region. Do not take active
19290 region into account when called from Lisp, unless INTERACTIVE arg
19291 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19292 avoid trouble with fields. Make marker point nowhere when no
19293 longer used. Always return nil. Doc fix.
19294 (flush-lines): Add INTERACTIVE arg. Do not take active region
19295 into account when called from Lisp, unless INTERACTIVE arg is
19296 non-nil. Use `forward-line' instead of `beginning-of-line' to
19297 avoid trouble with fields. Make marker point nowhere when no
19298 longer used. Always return nil. Doc fix.
19299 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19300 interchangeable. Do not take active region into account when
19301 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19302 message in echo area when called from Lisp, unless INTERACTIVE arg
19303 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19304 Return the number of matches. Doc fix.
19305 (occur): Doc fix.
19306 (perform-replace): Make comment follow double space convention for
19307 the sake of `outline-minor-mode'.
19308
19309 * faces.el (facep): Doc fix.
19310
19311 2005-06-25 Richard M. Stallman <rms@gnu.org>
19312
19313 * facemenu.el (facemenu-enable-faces-p): New function.
19314 (facemenu-background-menu, facemenu-foreground-menu)
19315 (facemenu-face-menu): Add menu-enable property.
19316
19317 * jka-compr.el (jka-compr-insert-file-contents):
19318 Special handling if cannot find the uncompression program.
19319
19320 * cus-face.el (custom-face-attributes): Add autoload.
19321
19322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19323 Bind comment-indent-function locally.
19324
19325 * window.el (save-selected-window): Use save-current-buffer.
19326
19327 * subr.el (with-selected-window): Use save-current-buffer.
19328
19329 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19330 and with-current-buffer.
19331
19332 2005-06-24 Richard M. Stallman <rms@gnu.org>
19333
19334 * simple.el (line-move-1): Fix previous change.
19335
19336 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19337
19338 * replace.el (occur-1): Set `buffer-read-only' and the
19339 buffer-modified flag before running `occur-hook' to protect
19340 against unintentional buffer switches that can lead to data loss.
19341
19342 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19343
19344 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19345 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19346 initial error.
19347
19348 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19349 after fresh input.
19350 (gdb-var-create-handler): Put name of expression in quotes.
19351
19352 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19353
19354 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19355 elements of RING in order, and without bogus nil elements.
19356
19357 2005-06-23 Richard M. Stallman <rms@gnu.org>
19358
19359 * simple.el (set-variable): Args renamed; doc fix.
19360 (line-move-1): When there are overlays around, use vertical-motion.
19361
19362 * faces.el (escape-glyph): Use brown against light background.
19363 (nobreak-space): Rename from no-break-space.
19364 Fix previous change.
19365
19366 * dired-aux.el (dired-do-copy): Fix arg prompt.
19367
19368 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19369
19370 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19371
19372 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19373 rather than "Distributor".
19374
19375 2005-06-23 Lute Kamstra <lute@gnu.org>
19376
19377 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19378 (debug-on-entry): Use it. New interactive declaration that uses
19379 function-called-at-point.
19380
19381 2005-06-23 Kim F. Storm <storm@cua.dk>
19382
19383 * subr.el (save-match-data): Add comment about using evaporate arg
19384 to set-match-data.
19385
19386 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19387
19388 * cus-edit.el (customize-face)
19389 (customize-face-other-window): Handle face aliases.
19390
19391 * faces.el (face-documentation, set-face-attribute)
19392 (face-spec-set): Handle face aliases.
19393
19394 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19395
19396 * help-mode.el (help-make-xrefs): If a symbol representing a face
19397 name is not followed by the word "face", it could still be a
19398 function or variable name, so don't bypass other checks.
19399
19400 2005-06-22 Juri Linkov <juri@jurta.org>
19401
19402 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19403 Replace aliased functions with calls where second arg `inherit' is t.
19404
19405 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19406
19407 * progmodes/gdb-ui.el (gdb-error): New variable.
19408 (gdb-error): New function.
19409 (gdb-annotation-rules): Act on error-begin and error annotations.
19410 (gdb-concat-output): Use font-lock-warning-face for errors.
19411
19412 2005-06-22 Miles Bader <miles@gnu.org>
19413
19414 * bindings.el (propertized-buffer-identification): Use renamed
19415 `Buffer-menu-buffer' face.
19416
19417 * faces.el (vertical-border): Rename from `vertical-divider'.
19418 (escape-glyph): Change dark-background color back to `cyan'.
19419
19420 2005-06-21 Juri Linkov <juri@jurta.org>
19421
19422 * faces.el (face-user-default-spec): Try getting `customized-face'
19423 prior to `saved-face'.
19424 (frame-background-mode): Refill docstring.
19425
19426 * emacs-lisp/lisp-mode.el (eval-defun-1):
19427 * emacs-lisp/edebug.el (edebug-eval-defun):
19428 Set `saved-face' temporarily to nil before calling form.
19429 Set `customized-face' to the new spec after that.
19430
19431 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19432
19433 * subr.el (1value, lambda, key-substitution-in-progress):
19434 Doc fixes.
19435
19436 * autoinsert.el (auto-insert-alist):
19437 * ses.el (ses-call-printer):
19438 * subr.el (noreturn):
19439 * emacs-lisp/lisp.el (check-parens):
19440 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19441 * net/browse-url.el (browse-url-mosaic):
19442 * progmodes/cc-defs.el (c-safe-scan-lists):
19443 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19444 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19445 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19446 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19447 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19448 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19449
19450 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19451
19452 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19453
19454 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19455
19456 * calendar/appt.el (appt-make-list): Activate the package, if
19457 not already active (for backwards compatibility).
19458
19459 2005-06-20 Kim F. Storm <storm@cua.dk>
19460
19461 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19462
19463 2005-06-20 Miles Bader <miles@gnu.org>
19464
19465 * faces.el (vertical-divider): New face.
19466
19467 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19468
19469 * simple.el (kill-whole-line): Doc fix.
19470 (next-error-buffer-p, next-error-find-buffer)
19471 (clone-indirect-buffer): Fix typos in docstrings.
19472 (comment-line-break-function): Doc fix: don't say variable
19473 is automatically buffer-local (it isn't).
19474
19475 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19476
19477 * net/tramp-ftp.el (top):
19478 * net/tramp-smb.el (top):
19479 * net/tramp-util.el (top):
19480 * net/tramp-uu.el (top):
19481 * net/tramp-vc.el (top):
19482 * net/tramp.el (top): Revert copyright years back to original
19483 ones. Tramp has a life outside GNU Emacs.
19484
19485 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19486
19487 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19488
19489 2005-06-18 Juri Linkov <juri@jurta.org>
19490
19491 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19492 end of first regexp to limit the match to the position between
19493 line number and source line with same separator character as used
19494 between file name and line number. In the second regexp limit
19495 mouse-face area to file name and line number by adding new group
19496 for them and referring it in HYPERLINK arg.
19497 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19498 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19499 previous line where grep markers may be already removed.
19500
19501 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19502
19503 * progmodes/ps-mode.el: Update version and maintainer's email address.
19504
19505 2005-06-18 Steve Youngs <steve@xemacs.org>
19506
19507 * net/browse-url.el (browse-url-browser-function)
19508 (browse-url-default-browser): Add firefox.
19509 (browse-url-firefox-program, browse-url-firefox-arguments)
19510 (browse-url-firefox-startup-arguments)
19511 (browse-url-firefox-new-window-is-tab): New defcustoms.
19512 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19513
19514 2005-06-17 Richard M. Stallman <rms@gnu.org>
19515
19516 * startup.el (command-line): Warn if specified user name has
19517 no home directory.
19518
19519 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19520 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19521
19522 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19523 Doc fixes.
19524
19525 * faces.el (underline): Try bold if terminal doesn't support underline.
19526
19527 * mail/sendmail.el (mail-setup-with-from): New variable.
19528 (mail-insert-from-field): New function.
19529 (sendmail-send-it): Call it.
19530 (mail-setup): Optionally call it here.
19531
19532 * term/linux.el: Call tty-no-underline.
19533
19534 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19535
19536 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19537
19538 2005-06-17 Miles Bader <miles@gnu.org>
19539
19540 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19541 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19542 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19543 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19544 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19545 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19546 Remove "-face" suffix from face names.
19547 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19548 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19549 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19550 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19551 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19552 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19553 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19554 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19555 New backward-compatibility aliases for renamed faces.
19556 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19557 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19558 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19559 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19560 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19561 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19562 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19563 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19564 Use renamed ediff faces.
19565
19566 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19567 Remove "-face" suffix from face names.
19568 (eshell-test-ok-face, eshell-test-failed-face):
19569 New backward-compatibility aliases for renamed faces.
19570 (eshell-run-test): Use renamed eshell-test faces.
19571
19572 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19573 face name.
19574 (eshell-prompt-face): New backward-compatibility alias for renamed
19575 face.
19576 (eshell-emit-prompt): Use renamed eshell-prompt face.
19577
19578 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19579 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19580 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19581 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19582 Remove "-face" suffix from face names.
19583 (eshell-ls-directory-face, eshell-ls-symlink-face)
19584 (eshell-ls-executable-face, eshell-ls-readonly-face)
19585 (eshell-ls-unreadable-face, eshell-ls-special-face)
19586 (eshell-ls-missing-face, eshell-ls-archive-face)
19587 (eshell-ls-backup-face, eshell-ls-product-face)
19588 (eshell-ls-clutter-face):
19589 New backward-compatibility aliases for renamed faces.
19590 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19591
19592 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19593 Remove "-face" suffix from face name.
19594 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19595 instead of literal face.
19596
19597 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19598
19599 * emacs-lisp/warnings.el (display-warning, lwarn)
19600 (warning-minimum-log-level): Doc fixes.
19601 (warning-minimum-level, warning-minimum-log-level):
19602 Add :debug to :type choices.
19603
19604 * progmodes/ada-mode.el (ada-format-paramlist)
19605 (ada-get-indent-case, ada-check-matching-start)
19606 (ada-check-defun-name, ada-goto-matching-decl-start)
19607 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19608 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19609 (ada-make-subprogram-body): Follow error conventions.
19610 (ada-case-exception-file, ada-indent-comment-as-code)
19611 (ada-indent-handle-comment-special, ada-indent-renames)
19612 (ada-indent-return, ada-search-directories-internal)
19613 (ada-tab-policy, ada-case-exception-substring)
19614 (ada-other-file-alist, ada-matching-start-re)
19615 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19616 (ada-imenu-generic-expression, ada-compile-goto-error)
19617 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19618 (ada-popup-menu, ada-add-extensions, ada-mode)
19619 (ada-region-selected, ada-create-case-exception)
19620 (ada-create-case-exception-substring, ada-after-keyword-p)
19621 (ada-activate-keys-for-case, ada-adjust-case-region)
19622 (ada-adjust-case-buffer, ada-format-paramlist)
19623 (ada-scan-paramlist, ada-insert-paramlist)
19624 (ada-indent-newline-indent)
19625 (ada-indent-newline-indent-conditional)
19626 (ada-justified-indent-current, ada-goto-previous-word)
19627 (ada-indent-current, ada-get-indent-open-paren)
19628 (ada-get-indent-paramlist, ada-get-indent-end)
19629 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19630 (ada-get-indent-block-start, ada-get-indent-subprog)
19631 (ada-get-indent-noindent, ada-get-indent-label)
19632 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19633 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19634 (ada-goto-stmt-end, ada-goto-next-word)
19635 (ada-check-matching-start, ada-check-defun-name)
19636 (ada-goto-matching-decl-start, ada-goto-matching-start)
19637 (ada-goto-matching-end, ada-search-ignore-string-comment)
19638 (ada-in-decl-p, ada-looking-at-semi-or)
19639 (ada-looking-at-semi-private, ada-in-paramlist-p)
19640 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19641 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19642 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19643 (ada-previous-package, ada-create-menu)
19644 (ada-fill-comment-paragraph-justify)
19645 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19646 (ada-other-file-name, ada-last-which-function-line)
19647 (ada-last-which-function-subprog, ada-which-function)
19648 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19649 (ada-gen-treat-proc, ada-check-emacs-version)
19650 (ada-continuation-indent, ada-align-region-separate):
19651 Fix typos in docstrings.
19652 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19653
19654 2005-06-16 Lute Kamstra <lute@gnu.org>
19655
19656 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19657 conditionally.
19658
19659 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19660
19661 * comint.el (comint-replace-by-expanded-filename)
19662 (comint-prompt-regexp, comint-delimiter-argument-list)
19663 (comint-preinput-scroll-to-bottom):
19664 * info.el (Info-hide-cookies-node):
19665 * ls-lisp.el (ls-lisp-classify):
19666 * find-file.el (ff-search-directories, ff-special-constructs)
19667 (ff-find-other-file):
19668 * font-lock.el (font-lock-keywords):
19669 * shell.el (shell-prompt-pattern)
19670 (shell-dynamic-complete-functions, shell-mode)
19671 (shell-delimiter-argument-list):
19672 * term.el (term-replace-by-expanded-filename)
19673 (term-prompt-regexp, term-delimiter-argument-list):
19674 * woman.el (woman-ignore, woman0-if):
19675 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19676 * emacs-lisp/elint.el (elint-init-env):
19677 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19678 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19679 * language/ethio-util.el (ethio-tilde-escape)
19680 (ethio-use-three-dot-question):
19681 * net/zone-mode.el (zone-mode-load-time-setup):
19682 * progmodes/cc-align.el (c-lineup-argcont):
19683 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19684 * progmodes/cperl-mode.el (cperl-set-style-back):
19685 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19686 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19687 Fix spellings in docstrings.
19688
19689 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19690 * progmodes/modula2.el (m2-for): Fix spellings.
19691
19692 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19693
19694 * simple.el (undo-more): Don't use `format' on `error' arguments.
19695 Improve argument/docstring consistency.
19696 (pending-undo-list): Doc fix.
19697
19698 * smerge-mode.el (smerge-ensure-match):
19699 * emulation/vip.el (vip-ex):
19700 * net/zone-mode.el (zone-mode-update-serial):
19701 * progmodes/idlwave.el (idlwave-complete):
19702 * progmodes/vhdl-mode.el (vhdl-visit-file)
19703 (vhdl-compose-wire-components):
19704 Don't use `format' on `error' arguments.
19705
19706 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19707 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19708 (tooltip-help-tips): Fix typos in docstrings.
19709
19710 2005-06-16 David Ponce <david@dponce.com>
19711
19712 * tree-widget.el (tree-widget-value-create): Simplify last change.
19713
19714 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19715
19716 * ido.el (ido-incomplete-regexp): New variable.
19717 (ido-set-matches-1): Handle invalid-regexp error and set
19718 ido-incomplete-regexp.
19719 (ido-incomplete-regexp): New face.
19720 (ido-completions): Use it.
19721 (ido-complete, ido-exit-minibuffer, ido-completions):
19722 Handle incomplete regexps.
19723 (ido-completions): Add check for complete match when entering a regexp.
19724
19725 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19728
19729 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19730
19731 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19732 by field delimiters.
19733
19734 2005-06-15 David Ponce <david@dponce.com>
19735
19736 * tree-widget.el: eval-and-compile inlined functions so they will
19737 be available at run-time too.
19738 (tree-widget-super-format-handler)
19739 (tree-widget-format-handler): Remove.
19740 (tree-widget-value-create): Handle the :indent property.
19741
19742 2005-06-15 Miles Bader <miles@gnu.org>
19743
19744 * progmodes/which-func.el (which-func): Only inherit
19745 `font-lock-function-name-face' when that makes sense against the
19746 default mode-line face, otherwise set the face color explicitly.
19747
19748 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19749 faces instead of (non-existent) variables.
19750
19751 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19752
19753 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19754 (iswitchb-get-matched-buffers): Likewise. Simplify.
19755
19756 2005-06-14 Miles Bader <miles@gnu.org>
19757
19758 * progmodes/ld-script.el (ld-script-location-counter):
19759 Remove "-face" suffix from face name.
19760 (ld-script-location-counter-face):
19761 New backward-compatibility alias for renamed face.
19762 (ld-script-location-counter-face): Use renamed face.
19763
19764 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19765 (cperl-hash): Remove "-face" suffix from face names.
19766 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19767 New backward-compatibility aliases for renamed faces.
19768 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19769 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19770
19771 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19772 name.
19773 (which-func-face): New backward-compatibility alias for renamed face.
19774 (which-func-format): Use renamed which-func face.
19775
19776 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19777 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19778 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19779 names.
19780 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19781 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19782 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19783 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19784 (vhdl-speedbar-architecture-selected)
19785 (vhdl-speedbar-configuration-selected)
19786 (vhdl-speedbar-package-selected)
19787 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19788 names.
19789 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19790 Use renamed faces.
19791 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19792 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19793 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19794 Use renamed faces.
19795 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19796 names.
19797 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19798 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19799 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19800 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19801 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19802 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19803
19804 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19805 face name.
19806 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19807 (sh-heredoc-face): Use renamed sh-heredoc face.
19808
19809 * progmodes/idlw-help.el (idlwave-help-link):
19810 Remove "-face" suffix from face name.
19811 (idlwave-help-link-face):
19812 New backward-compatibility alias for renamed face.
19813 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19814
19815 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19816 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19817 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19818 New backward-compatibility aliases for renamed faces.
19819 (idlwave-shell-disabled-breakpoint-face)
19820 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19821
19822 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19823 Remove "-face" suffix from face names.
19824 (flymake-errline-face, flymake-warnline-face):
19825 New backward-compatibility aliases for renamed faces.
19826 (flymake-highlight-line): Use renamed flymake faces.
19827
19828 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19829 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19830 (ebrowse-member-class, ebrowse-progress):
19831 Remove "-face" suffix from face names.
19832 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19833 (ebrowse-file-name-face, ebrowse-default-face)
19834 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19835 (ebrowse-progress-face):
19836 New backward-compatibility aliases for renamed faces.
19837 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19838 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19839 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19840 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19841
19842 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19843 antlr-syntax)
19844 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19845 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19846 names.
19847 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19848 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19849 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19850 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19851 backward-compatibility aliases for renamed faces.
19852 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19853 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19854 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19855 remove "font-lock-". Use renamed antlr-mode faces.
19856 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19857 literal face-names with face variable references.
19858
19859 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19860 face name.
19861 (Buffer-menu-buffer-face): New backward-compatibility alias for
19862 renamed face.
19863 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19864
19865 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19866
19867 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19868 Eliminate "-face" suffix.
19869 (makefile-targets): Inherit from font-lock-function-name-face and
19870 eliminate "-face" suffix.
19871 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19872 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19873 actions, instead of prepending, to make it less visible.
19874 (makefile-previous-dependency, makefile-match-dependency):
19875 Don't match a target on a continuation line.
19876
19877 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19878
19879 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19880
19881 * progmodes/gdb-ui.el (menu): Re-order menu items.
19882 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19883
19884 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19885 Define in tooltip.el.
19886 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19887 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19888 gud-tooltip-echo-area.
19889
19890 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19891 backward compatibility and make obsolete.
19892 (tooltip-help-tips): Use tooltip-use-echo-area.
19893 (tooltip-show-help-function): Rename to...
19894 (tooltip-show-help): ...this, because it is a function.
19895 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19896
19897 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19898
19899 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19900 (edebug-print-length, edebug-print-level, edebug-print-circle)
19901 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19902 (edebug-eval-print-last-sexp): Doc fixes.
19903
19904 2005-06-14 Kim F. Storm <storm@cua.dk>
19905
19906 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19907 as the coverage buffer/file/both may change.
19908
19909 2005-06-14 Lute Kamstra <lute@gnu.org>
19910
19911 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19912 and run-mode-hooks. Simplify.
19913
19914 * mail/rmailedit.el (rmail-edit-mode):
19915 * progmodes/octave-inf.el (inferior-octave-mode):
19916 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19917
19918 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19919 and run-mode-hooks.
19920 (recentf-edit-list, recentf-open-files): Don't call
19921 kill-all-local-variables directly.
19922
19923 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19924
19925 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19926
19927 * emacs-lisp/byte-run.el (make-obsolete)
19928 (define-obsolete-function-alias): Rename arguments FUNCTION and
19929 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19930 (make-obsolete-variable, define-obsolete-variable-alias):
19931 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19932 respectively.
19933
19934 * isearchb.el (isearchb-activate):
19935 * pcvs.el (cvs-mode):
19936 * ses.el (ses-load):
19937 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19938 * net/tramp.el (tramp-find-file-exists-command)
19939 (tramp-find-shell):
19940 * progmodes/ada-mode.el (ada-create-case-exception)
19941 (ada-create-case-exception-substring, ada-make-subprogram-body):
19942 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19943 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19944 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19945 * textmodes/org.el (org-promote, org-evaluate-time-range)
19946 (org-agenda-next-date-line, org-agenda-previous-date-line)
19947 (org-agenda-error, org-open-at-point, org-table-move-row)
19948 (org-format-table-table-html-using-table-generate-source)
19949 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19950 * textmodes/reftex.el (reftex-access-scan-info):
19951 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19952 (reftex-toc-promote-prepare): Follow error conventions.
19953
19954 * diff-mode.el (diff-mode): Fix typo in docstring.
19955
19956 * forms.el (forms--intuit-from-file): Fix reference to
19957 `forms-number-of-fields' in error message.
19958 (forms-print): Fix quoting in error message.
19959
19960 * forms.el (forms-mode):
19961 * emulation/vi.el (vi-goto-insert-state):
19962 * progmodes/flymake.el (flymake-new-err-info)
19963 (flymake-start-syntax-check-for-current-buffer)
19964 (flymake-simple-cleanup):
19965 * eshell/esh-var.el (eshell/export):
19966 * progmodes/gud.el (xdb):
19967 * textmodes/flyspell.el (flyspell-incorrect-hook)
19968 (flyspell-maybe-correct-transposition)
19969 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19970
19971 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19972
19973 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19974 minibuffer prompt.
19975
19976 2005-06-13 Kim F. Storm <storm@cua.dk>
19977
19978 * subr.el (add-to-ordered-list): New defun.
19979
19980 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19981 add cua--keymap-alist to emulation-mode-map-alists.
19982
19983 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * subr.el (complete-in-turn): New macro.
19986 (dynamic-completion-table, lazy-completion-table): Add debug info.
19987
19988 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19989 in preference to face aliases.
19990
19991 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19992 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19993 Remove unused vars `start' and `firstline'.
19994 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19995 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19996
19997 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19998
19999 * cus-start.el (all): Don't complain about missing GTK-related
20000 variables, unless either `gtk' is boundp or this isn't a
20001 `windows-nt' build.
20002
20003 2005-06-13 Lute Kamstra <lute@gnu.org>
20004
20005 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20006 run-mode-hooks.
20007
20008 * ediff-mult.el (ediff-meta-mode):
20009 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20010
20011 * ledit.el (ledit-mode): Use delay-mode-hooks.
20012
20013 * woman.el (woman-mode-line-format): Delete constant.
20014 (woman-mode-map): Initialize it properly.
20015 (woman-mode): Set mode-class property to special.
20016 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20017 Set major-mode and mode-name. Don't set mode-line-format directly.
20018 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20019
20020 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20021 string argument obsolete.
20022
20023 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20024
20025 * textmodes/org.el (org-CUA-compatible): New option.
20026 (org-disputed-keys): New variable.
20027 (org-key): New function.
20028 (orgtbl-make-binding): Add docstring to the created function.
20029 (org-mode): Set paragraph start/separate regexps.
20030 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20031 (org-archive-location, org-archive-mark-done)
20032 (org-archive-stamp-time): New options.
20033 (org-archive-subtree): New command.
20034 (org-fill-paragraph): New function.
20035 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20036 (org-fake-empty-table-line): Function removed.
20037 (org-format-org-table-html): Do not create empty table lines at
20038 separator lines. Improved table header treatment.
20039 (org-link-format): New option.
20040 (org-make-link): New function.
20041 (org-insert-link, org-store-link): Use org-make-link.
20042 (org-open-file): Quote file name for shell command, to allow
20043 spaces in file names.
20044 (org-link-regexp): Fix bug with mailto link.
20045 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20046 New constants.
20047 (org-export-as-html): Deal with the optional angles around a link.
20048 Better treatment of file: links.
20049 (org-open-at-point): Replace @{ and @} with < and >.
20050 (org-run-mode-hooks): Function removed.
20051 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20052
20053 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20054
20055 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20056 MI command -data-list-register-values.
20057 (gdb-post-prompt): Indent properly.
20058
20059 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20060
20061 * hilit-chg.el (highlight-changes-colors): Rename from
20062 `highlight-changes-colours'.
20063 (highlight-changes-colours): Keep as obsolete alias.
20064 (highlight-changes-face-list): Doc fix.
20065 (hilit-chg-make-list): Use `highlight-changes-colors'.
20066
20067 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20068
20069 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20070 defun-prompt-regexp.
20071
20072 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20073
20074 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20075 and cygwin.
20076
20077 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20078 Don't use an old loaddefs.el, as in Makefile.in.
20079
20080 2005-06-12 Lute Kamstra <lute@gnu.org>
20081
20082 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20083
20084 * man.el (Man-mode-map): Initialize it properly.
20085 (Man-mode): Set mode-class property to special.
20086
20087 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20088
20089 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20090
20091 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20092 A newline is needed in the docstring there.
20093
20094 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20095 Doc fixes.
20096
20097 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20098
20099 * printing.el: Doc fix. The menubar is no more changed when printing
20100 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20101 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20102 (pr-version): New version number (6.8.4).
20103 (pr-menu-bind): New command.
20104 (pr-update-menus): Docstring and code fix.
20105 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20106 Docstring fix.
20107 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20108 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20109
20110 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20111
20112 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20113 "Returns" to "return", document useful return values, etc.
20114
20115 2005-06-11 Alan Mackenzie <acm@muc.de>
20116
20117 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20118 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20119 (adaptive-file-function): Minor amendment to doc-string.
20120
20121 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20122
20123 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20124 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20125 Fix :type--it is `integer', not `string'.
20126
20127 * faces.el (modeline-highlight): Rename from (the erroneous)
20128 `modeline-higilight'.
20129
20130 2005-06-11 Lute Kamstra <lute@gnu.org>
20131
20132 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20133 lisp-interaction-mode-map but make it the parent.
20134 (edebug-eval-mode): Use define-derived-mode.
20135
20136 2005-06-11 Andreas Schwab <schwab@suse.de>
20137
20138 * bindings.el: Add binding of `ESC functionkey' for every
20139 `M-functionkey'.
20140 * hexl.el (hexl-mode-map): Likewise.
20141
20142 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20143
20144 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20145 [msft]: update regexp for newer msft compilers.
20146
20147 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20148
20149 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20150 ATTLIST portions of included DTDs.
20151 (xml-parse-dtd): Eliminate use of inefficient match-data.
20152
20153 2005-06-10 Miles Bader <miles@gnu.org>
20154
20155 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20156 (mpuz-text): Remove "-face" suffix from face names.
20157 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20158 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20159 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20160
20161 * play/gomoku.el (gomoku-O, gomoku-X):
20162 Remove "-face" suffix from face names.
20163 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20164 New backward-compatibility aliases for renamed faces.
20165 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20166
20167 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20168
20169 * thumbs.el: Fixes for changes of 2005-06-09.
20170 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20171 as a directory.
20172 (thumbs-thumbname): Remove directory separator from format string;
20173 `thumbs-thumbsdir' now returns a valid directory name.
20174 (thumbs-temp-dir): New defsubst.
20175 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20176 Use it.
20177
20178 * cus-edit.el (minibuffer):
20179 * files.el (make-backup-file-name-function):
20180 * filesets.el (filesets-external-viewers):
20181 * hilit-chg.el (highlight-changes-colours)
20182 (highlight-changes-face-list, highlight-changes-rotate-faces):
20183 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20184 * kmacro.el (kmacro-call-macro):
20185 * log-edit.el (log-edit-changelog-full-paragraphs):
20186 * mouse.el (mouse-1-click-follows-link):
20187 * skeleton.el (skeleton-autowrap):
20188 * subr.el (insert-for-yank-1):
20189 * tempo.el (tempo-insert-region):
20190 * terminal.el (terminal-emulator):
20191 * time.el (display-time-mail-face):
20192 * vc.el (vc-annotate):
20193 * vcursor.el (vcursor-copy-line):
20194 * woman.el (woman-bold-headings, woman-ignore)
20195 (woman-default-faces, woman-monochrome-faces):
20196 * calendar/todo-mode.el (todo-insert-threshold):
20197 * emulation/pc-select.el (pc-select-selection-keys-only)
20198 (pc-selection-mode):
20199 * emulation/vip.el (vip-find-char-forward):
20200 * emulation/viper-cmd.el (viper-find-char-forward):
20201 * international/mule-cmds.el
20202 (select-safe-coding-system-accept-default-p)
20203 (input-method-exit-on-invalid-key):
20204 * international/mule-diag.el (describe-coding-system):
20205 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20206 * net/browse-url.el (browse-url-xterm-program):
20207 * obsolete/lazy-lock.el (lazy-lock-mode):
20208 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20209 (cperl-mode):
20210 * progmodes/cpp.el (cpp-face-light-name-list)
20211 (cpp-face-dark-name-list):
20212 * progmodes/delphi.el (delphi-newline-always-indents):
20213 Fix spellings in docstrings.
20214
20215 * ido.el (ido-mode, ido-file-extensions-order)
20216 (ido-default-file-method, ido-default-buffer-method)
20217 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20218 (ido-decorations, ido-read-file-name-as-directory-commands)
20219 (ido-read-file-name-non-ido, ido-work-directory-list)
20220 (ido-ignore-item-temp-list, ido-current-directory)
20221 (ido-magic-forward-char, ido-enter-find-file)
20222 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20223 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20224
20225 2005-06-10 Lute Kamstra <lute@gnu.org>
20226
20227 * play/dunnet.el (dun-mode): Use define-derived-mode.
20228 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20229 obsolete alias.
20230
20231 * play/doctor.el (doctor-mode-map): Remove defvar.
20232 (doctor-mode): Use define-derived-mode.
20233
20234 * mail/mspools.el (mspools-mode):
20235 * net/eudc-hotlist.el (eudc-hotlist-mode):
20236 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20237
20238 2005-06-10 Miles Bader <miles@gnu.org>
20239
20240 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20241 Remove "-face" suffix from face names.
20242 (flyspell-incorrect-face, flyspell-duplicate-face):
20243 New backward-compatibility aliases for renamed faces.
20244 (flyspell-mode-on, make-flyspell-overlay)
20245 (flyspell-highlight-incorrect-region)
20246 (flyspell-highlight-duplicate-region)
20247 (flyspell-display-next-corrections)
20248 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20249
20250 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20251 from face name.
20252 (texinfo-heading-face): New backward-compatibility alias for
20253 renamed face.
20254 (texinfo-heading-face): Use renamed texinfo-heading face.
20255
20256 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20257 suffix from face names.
20258 (tex-math-face, tex-verbatim-face):
20259 New backward-compatibility aliases for renamed faces.
20260 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20261 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20262 literal face name.
20263
20264 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20265 name.
20266 (table-cell-face): New backward-compatibility alias for renamed face.
20267 (table--put-cell-face-property, table--update-cell-face):
20268 Use renamed table-cell face.
20269
20270 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20271 from face name.
20272 (sgml-namespace-face): New backward-compatibility alias for
20273 renamed face.
20274 (sgml-namespace-face): Use renamed sgml-namespace face.
20275
20276 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20277 (org-level-4, org-level-5, org-level-6, org-level-7)
20278 (org-level-8, org-warning, org-headline-done)
20279 (org-deadline-announce, org-scheduled-today)
20280 (org-scheduled-previously, org-link, org-done, org-table)
20281 (org-time-grid): Remove "-face" suffix from face names.
20282 (org-level-1-face, org-level-2-face, org-level-3-face)
20283 (org-level-4-face, org-level-5-face, org-level-6-face)
20284 (org-level-7-face, org-level-8-face, org-warning-face)
20285 (org-headline-done-face, org-deadline-announce-face)
20286 (org-scheduled-today-face, org-scheduled-previously-face)
20287 (org-link-face, org-done-face, org-table-face)
20288 (org-time-grid-face):
20289 New backward-compatibility aliases for renamed faces.
20290 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20291 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20292 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20293 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20294
20295 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20296 (viper-minibuffer-emacs, viper-minibuffer-insert)
20297 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20298 (viper-search-face, viper-replace-overlay-face)
20299 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20300 (viper-minibuffer-vi-face):
20301 New backward-compatibility aliases for renamed faces.
20302 (viper-search-face, viper-replace-overlay-face)
20303 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20304 (viper-minibuffer-vi-face): Use renamed viper faces.
20305
20306 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20307 Remove "-face" suffix from face names.
20308 (testcover-nohits-face, testcover-1value-face):
20309 New backward-compatibility aliases for renamed faces.
20310 (testcover-mark): Use renamed testcover faces.
20311
20312 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20313 face name.
20314 (diary-button-face): New backward-compatibility alias for renamed face.
20315 (diary-entry): Use renamed diary-button face.
20316
20317 * calendar/calendar.el (diary, calendar-today, holiday)
20318 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20319 (diary-face, calendar-today-face, holiday-face):
20320 New backward-compatibility aliases for renamed faces.
20321 (eval-after-load "facemenu", diary-entry-marker)
20322 (calendar-today-marker, calendar-holiday-marker, diary-face):
20323 Use renamed calendar faces.
20324
20325 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20326 (compare-windows-face): New backward-compatibility alias for
20327 renamed face.
20328 (compare-windows-highlight): Use renamed compare-windows face.
20329
20330 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20331 (strokes-char-face): New backward-compatibility alias for renamed face.
20332 (strokes-encode-buffer): Use renamed strokes-char face.
20333
20334 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20335 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20336 Remove "-face" suffix from face names.
20337 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20338 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20339 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20340 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20341 Use renamed pcvs faces.
20342 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20343 * pcvs-defs.el (cvs-mode-map): Likewise.
20344 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20345
20346 * info.el (info-title-1, info-title-2, info-title-3)
20347 (info-title-4): Remove "-face" suffix from and downcase face names.
20348 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20349 (Info-title-4-face):
20350 New backward-compatibility aliases for renamed faces.
20351 (Info-fontify-node): Use renamed info faces.
20352
20353 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20354 Remove "-face" suffix from face names.
20355 (highlight-changes-face, highlight-changes-delete-face):
20356 New backward-compatibility aliases for renamed faces.
20357 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20358 (hilit-chg-make-list): Use renamed highlight-changes faces.
20359
20360 * generic-x.el (show-tabs-tab, show-tabs-space):
20361 Remove "-face" suffix from face names.
20362 (show-tabs-tab-face, show-tabs-space-face):
20363 New backward-compatibility aliases for renamed faces.
20364 (show-tabs-generic-mode-font-lock-defaults-1)
20365 (show-tabs-generic-mode-font-lock-defaults-2):
20366 Use renamed show-tabs faces.
20367
20368 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20369 (smerge-markers): Remove "-face" suffix from face names.
20370 (smerge-mine-face, smerge-other-face, smerge-base-face)
20371 (smerge-markers-face):
20372 New backward-compatibility aliases for renamed faces.
20373 (smerge-mine-face, smerge-other-face, smerge-base-face)
20374 (smerge-markers-face): Use renamed smerge faces.
20375
20376 * log-view.el (log-view-file, log-view-message): Remove "-face"
20377 suffix from face names.
20378 (log-view-file-face, log-view-message-face):
20379 New backward-compatibility aliases for renamed faces.
20380 (log-view-file-face, log-view-message-face): Use renamed log-view
20381 faces.
20382
20383 * paren.el (show-paren-match, show-paren-mismatch):
20384 Remove "-face" suffix from face names.
20385 (show-paren-match-face, show-paren-mismatch-face):
20386 New backward-compatibility aliases for renamed faces.
20387 (show-paren-function): Use renamed show-paren faces.
20388
20389 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20390 (ruler-mode-margins, ruler-mode-fringes)
20391 (ruler-mode-column-number, ruler-mode-fill-column)
20392 (ruler-mode-comment-column, ruler-mode-goal-column)
20393 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20394 suffix from face names.
20395 (ruler-mode-default-face, ruler-mode-pad-face)
20396 (ruler-mode-margins-face, ruler-mode-fringes-face)
20397 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20398 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20399 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20400 New backward-compatibility aliases for renamed faces.
20401 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20402 (ruler-mode-column-number, ruler-mode-fill-column)
20403 (ruler-mode-comment-column, ruler-mode-goal-column)
20404 (ruler-mode-tab-stop, ruler-mode-current-column)
20405 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20406 faces.
20407
20408 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20409 face name.
20410 (whitespace-highlight-the-space): Use renamed face.
20411 (whitespace-highlight-face): New backward-compatibility alias for
20412 renamed face.
20413
20414 * woman.el (woman-italic, woman-bold, woman-unknown)
20415 (woman-addition, woman-symbol-face):
20416 Remove "-face" suffix from face names.
20417 (woman-italic-face, woman-bold-face, woman-unknown-face)
20418 (woman-addition-face):
20419 New backward-compatibility aliases for renamed faces.
20420 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20421 (woman-decode-region, woman-replace-match)
20422 (woman-display-extended-fonts, woman-special-characters)
20423 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20424 Use renamed woman faces.
20425
20426 * longlines.el (longlines-visible-face): Face removed.
20427
20428 * diff-mode.el (diff-header, diff-file-header, diff-index)
20429 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20430 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20431 suffix from face names.
20432 (diff-header-face, diff-file-header-face, diff-index-face)
20433 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20434 (diff-changed-face, diff-function-face, diff-context-face)
20435 (diff-nonexistent-face): New backward-compatibility aliases for
20436 renamed faces.
20437 (diff-header-face, diff-file-header-face)
20438 (diff-index, diff-index-face, diff-hunk-header)
20439 (diff-hunk-header-face, diff-removed, diff-removed-face)
20440 (diff-added, diff-added-face, diff-changed-face, diff-function)
20441 (diff-function-face, diff-context-face, diff-nonexistent)
20442 (diff-nonexistent-face): Use renamed diff-mode faces.
20443
20444 * progmodes/compile.el (compilation-warning-face)
20445 (compilation-info-face): Remove "-face" suffix from face names.
20446 (compilation-warning-face, compilation-info-face):
20447 New backward-compatibility aliases for renamed faces.
20448 (compilation-warning-face, compilation-info-face):
20449 Use renamed compilation faces.
20450
20451 * add-log.el (change-log-date, change-log-name)
20452 (change-log-email, change-log-file, change-log-list)
20453 (change-log-conditionals, change-log-function)
20454 (change-log-acknowledgement): Remove "-face" suffix from face names.
20455 (change-log-date-face, change-log-name-face)
20456 (change-log-email-face, change-log-file-face)
20457 (change-log-list-face, change-log-conditionals-face)
20458 (change-log-function-face, change-log-acknowledgement-face):
20459 New backward-compatibility aliases for renamed faces.
20460 (change-log-font-lock-keywords): Use renamed change-log faces.
20461
20462 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20463 (custom-set, custom-changed, custom-saved, custom-button)
20464 (custom-button-pressed, custom-documentation, custom-state)
20465 (custom-comment, custom-comment-tag, custom-variable-tag)
20466 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20467 (custom-group-tag): Remove "-face" suffix from face names.
20468 (custom-magic-alist, custom-magic-value-create)
20469 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20470 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20471 (custom-set-face, custom-changed-face, custom-saved-face)
20472 (custom-button-face, custom-button-pressed-face)
20473 (custom-documentation-face, custom-state-face)
20474 (custom-comment-face, custom-comment-tag-face)
20475 (custom-variable-tag-face, custom-variable-button-face)
20476 (custom-face-tag-face, custom-group-tag-face-1)
20477 (custom-group-tag-face):
20478 New backward-compatibility aliases for renamed faces.
20479
20480 * wid-edit.el (widget-documentation, widget-button)
20481 (widget-field, widget-single-line-field, widget-inactive)
20482 (widget-button-pressed): "-face" suffix removed from face names.
20483 (widget-documentation-face, widget-button-face)
20484 (widget-field-face, widget-single-line-field-face)
20485 (widget-inactive-face, widget-button-pressed-face):
20486 New backward-compatibility aliases for renamed faces.
20487 (widget-documentation-face, widget-button-face)
20488 (widget-button-pressed-face, widget-specify-field)
20489 (widget-specify-inactive): Use renamed widget faces.
20490
20491 2005-06-10 Kenichi Handa <handa@m17n.org>
20492
20493 * term/x-win.el (x-clipboard-yank): Remove condition-case
20494 wrapping.
20495
20496 2005-06-11 Kenichi Handa <handa@m17n.org>
20497
20498 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20499 date lines stricter.
20500
20501 2005-06-10 Zhang Wei <id.brep@gmail.com>
20502
20503 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20504 of x-get-selection.
20505
20506 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20507
20508 * comint.el (comint-mode, comint-snapshot-last-prompt):
20509 * frame.el (frame-current-scroll-bars):
20510 * term.el (term-mode, term-check-proc, term-input-sender)
20511 (term-simple-send, term-extract-string, term-word)
20512 (term-match-partial-filename):
20513 * window.el (window-current-scroll-bars):
20514 * emulation/cua-base.el (cua-normal-cursor-color)
20515 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20516 (cua-global-mark-cursor-color):
20517 * mail/undigest.el (rmail-forward-separator-regex):
20518 Fix typos in docstrings.
20519
20520 * comint.el (comint-check-proc, make-comint-in-buffer)
20521 (comint-source-default): Doc fixes.
20522
20523 * term.el (term-send-string): Improve argument/docstring consistency.
20524
20525 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20526
20527 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20528 call to `delete-region'.
20529 (comint-mode-hook): Do not enable Font Lock by default.
20530
20531 2005-06-09 Lute Kamstra <lute@gnu.org>
20532
20533 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20534 could be void.
20535
20536 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20537
20538 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20539 (debug): Use it.
20540 (debugger-step-through, debugger-continue, debugger-jump)
20541 (debugger-return-value): Set it when needed.
20542 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20543 Use inhibit-read-only.
20544
20545 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20546
20547 * window.el (shrink-window-if-larger-than-buffer)
20548 (window-size-fixed): Fix typo in docstring.
20549
20550 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20551 thumbnails directory on loading.
20552 (thumbs-conversion-program): Use `eq' to check the system type,
20553 not `equal'.
20554 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20555 not "/tmp". Fix docstring.
20556 (thumbs-thumbsdir): New function to return the thumbnails
20557 directory, creating it if needed.
20558 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20559 (thumbs-temp-file): Delete variable and make it into a function.
20560 (thumbs-resize-image, thumbs-modify-image): Use it.
20561 (thumbs-kill-buffer): Simplify.
20562 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20563 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20564 docstrings.
20565
20566 2005-06-09 Kim F. Storm <storm@cua.dk>
20567
20568 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20569 set-match-data to free markers in match-data.
20570
20571 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20572 match-data to unchain markers in match-data.
20573
20574 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20577 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20578 unnecessary now.
20579
20580 2005-06-08 Richard M. Stallman <rms@gnu.org>
20581
20582 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20583 give the variable a doc string that doesn't say don't set it directly.
20584
20585 * textmodes/ispell.el (ispell-check-version):
20586 Use match-string-no-properties.
20587 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20588 (ispell-buffer-local-words): Likewise.
20589
20590 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20591 except on terminals with enough colors to really display it.
20592 (makefile-dependency-regex): Delete spurious `bb'.
20593
20594 * faces.el (escape-glyph): Use blue once again in last case.
20595 (no-break-space): Redefine so that it isn't invisible on a tty.
20596
20597 2005-06-08 Kim F. Storm <storm@cua.dk>
20598
20599 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20600 also when reading directory name.
20601
20602 2005-06-08 Lute Kamstra <lute@gnu.org>
20603
20604 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20605 (flyspell-mode-line-string): Remove autoload cookie.
20606 (flyspell-mode): Remove defvar.
20607
20608 2005-06-07 Lute Kamstra <lute@gnu.org>
20609
20610 * textmodes/org.el (org-run-mode-hooks): New function.
20611 (org-agenda-mode): Use it.
20612
20613 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20614
20615 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20616
20617 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20620
20621 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20622
20623 * font-lock.el (font-lock-add-keywords): Doc fix.
20624
20625 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20626
20627 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20628 (tex-compile-default): In the absence of any history, use the order in
20629 tex-compile-alist to choose the preferred command.
20630 (tex-compile-commands): Reorder a bit.
20631
20632 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20633 (flyspell-incorrect-face, flyspell-duplicate-face):
20634 Use (X)Emacs-agnostic code.
20635 (flyspell-mode-map): Don't overwrite at each load. Remove code
20636 redundant with the subsequent add-minor-mode. Merge Emacs and
20637 XEmacs code.
20638 (flyspell-word): Minor simplification.
20639 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20640 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20641 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20642 Merge the corresponding Emacs code.
20643 (flyspell-correct-word, flyspell-xemacs-popup):
20644 Use flyspell-do-correct.
20645
20646 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20647 a dedicated window.
20648
20649 * international/latexenc.el (latexenc-find-file-coding-system):
20650 Undo part of last patch, to turn off a compiler warning.
20651
20652 2005-06-06 Juri Linkov <juri@jurta.org>
20653
20654 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20655 Rename `tmm-inactive-face' to `tmm-inactive'.
20656
20657 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20658
20659 * iswitchb.el: Rename faces.
20660
20661 2005-06-06 Kim F. Storm <storm@cua.dk>
20662
20663 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20664 (cua-global-mark): Remove -face suffix from face names.
20665
20666 * emulation/cua-gmrk.el (cua--init-global-mark):
20667 Remove cua-global-mark face setup.
20668
20669 2005-06-06 Richard M. Stallman <rms@gnu.org>
20670
20671 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20672 just like other allowed characters.
20673 (makefile-match-dependency): Exclude leading and training whitespace
20674 from the range of regexp subexp 1.
20675 (makefile-macroassign-regex): Don't try to match the body,
20676 just the name of the macro being defined.
20677
20678 * info.el (Info-read-node-name-2): New function.
20679 (Info-read-node-name-1): Use that.
20680 Add a completion-base-size-function property.
20681
20682 * simple.el (completion-setup-function): Look for
20683 completion-base-size-function property of minibuffer-completion-table.
20684
20685 * files.el (locate-file-completion): Doc fix.
20686
20687 * printing.el: Don't call pr-update-menus; user must do that.
20688
20689 * emacs-lisp/debug.el (debugger-window): New variable.
20690 (debug): Use debugger-window if it is set and still alive.
20691 Record debugger-window for next entry.
20692
20693 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20694
20695 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20696
20697 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20698 (hack-one-local-variable, hack-local-variables)
20699 (hack-local-variables-prop-line): Pass that arg.
20700
20701 2005-06-06 Kim F. Storm <storm@cua.dk>
20702
20703 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20704 (ido-indicator): Remove -face suffix from face names.
20705
20706 2005-06-06 Juri Linkov <juri@jurta.org>
20707
20708 * font-lock.el (font-lock-regexp-backslash)
20709 (font-lock-regexp-backslash-construct): New faces.
20710 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20711 after `('. Add `while-no-input' to control structures.
20712
20713 * faces.el (no-break-space, shadow): New faces.
20714 (escape-glyph): Use less loud colors pink2 and red4.
20715
20716 * diff-mode.el (diff-context-face)
20717 * dired.el (dired-ignored)
20718 * rfn-eshadow.el (file-name-shadow)
20719 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20720
20721 * info.el (Info-title-1-face): Use green instead of yellow because
20722 bold yellow is not readable on light backgrounds.
20723
20724 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20725 before selecting the desired mode to not spend time fontifying
20726 old contents.
20727
20728 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20729
20730 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20731 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20732
20733 * ps-print.el (ps-default-fg, ps-default-bg):
20734 Fix typos in docstrings.
20735
20736 * isearchb.el (isearchb): Don't pass a spurious second argument to
20737 `iswitchb-completions'.
20738
20739 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20740
20741 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20742 to preserve point.
20743 (gdb-find-file-hook): Add doc string.
20744
20745 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20746 C dereferenced pointer expression.
20747 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20748
20749 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20750
20751 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20752 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20753 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20754 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20755 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20756 Make background transparent.
20757
20758 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20759
20760 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20761 (font-lock-remove-keywords): Doc fix.
20762 (font-lock-mode-major-mode): Compiler defvar.
20763 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20764
20765 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20766 (font-lock-mode): Update `font-lock-mode-major-mode'.
20767 (font-lock-set-defaults): Compiler defvar.
20768 (font-lock-default-function): Take `font-lock-mode-major-mode'
20769 into account.
20770
20771 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20772 keep track of which major mode it enabled the minor mode for.
20773 Use find-file-hook again. Update docstring.
20774
20775 * simple.el (eval-expression-print-level)
20776 (eval-expression-print-length, eval-expression-debug-on-error):
20777 Doc fixes.
20778
20779 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20780
20781 * iswitchb.el (iswitchb-single-match-face)
20782 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20783 (iswitchb-invalid-regexp-face): New faces.
20784 (iswitchb-completions): Use them.
20785 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20786 now marked as an obsolete alias.
20787 (iswitchb-read-buffer): Remove check for bound font variables.
20788 (iswitchb-invalid-regexp): New free variable.
20789 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20790 set iswitchb-invalid-regexp.
20791 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20792 invalid regexps.
20793 (iswitchb-completions): Add check for complete match when entering
20794 a regexp.
20795 (iswitchb-completions): Remove require-match argument.
20796 (iswitchb-exhibit): Fix caller.
20797 (iswitchb-common-match-inserted): New variable.
20798 (iswitchb-complete, iswitchb-completion-help): Use it.
20799
20800 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20801
20802 * url-http.el (url-http-chunked-encoding-after-change-function):
20803 Use `url-http-debug' instead of `message'.
20804
20805 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20806
20807 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20808 callback argument.
20809
20810 2005-06-04 Kim F. Storm <storm@cua.dk>
20811
20812 * simple.el (line-move): Only call sit-for when moving backwards.
20813
20814 * ido.el (ido-make-merged-file-list-1): New defun split from
20815 ido-make-merged-file-list.
20816 (ido-make-merged-file-list): Bind throw-on-input around call to
20817 ido-make-merged-file-list-1. Return input-pending-p if
20818 interrupted by more input available.
20819 (ido-read-internal): Handle input-pending-p return value from
20820 ido-make-merged-file-list.
20821
20822 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20823
20824 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20825 compatibility code.
20826
20827 * international/latexenc.el (latexenc-find-file-coding-system):
20828 Don't inherit the EOL part of the coding-system from the
20829 tex-main buffer. Fit within 80 columns.
20830
20831 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20832
20833 * tmm.el (tmm-inactive-face): New face.
20834 (tmm-remove-inactive-mouse-face): New function.
20835 (tmm-prompt, tmm-add-one-shortcut)
20836 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20837 but not selectable.
20838
20839 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20840
20841 * faces.el (face-equal): Improve argument/docstring consistency.
20842
20843 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20844
20845 * progmodes/make-mode.el (makefile-targets-face)
20846 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20847 (makefile-bsdmake-dependency-regex)
20848 (makefile-makepp-rule-action-regex)
20849 (makefile-bsdmake-rule-action-regex): New constants.
20850 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20851
20852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20853 Allow (...) within `...' for makepp messages.
20854
20855 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20856
20857 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20858
20859 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20860 "." files are deleted from all file lists before comparison.
20861
20862 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20863 (viper-ESC-key): Made them customizable.
20864
20865 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20866
20867 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20868
20869 * autorevert.el (auto-revert-buffers): Use save-match-data.
20870
20871 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20874 menu items with a nil command binding.
20875
20876 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20877
20878 * emacs-lisp/cl-macs.el (defsetf):
20879 Improve argument/docstring consistency.
20880
20881 * faces.el (list-faces-display): Improve the formatting by
20882 computing the maximum length required for any face-name (reworked
20883 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20884 (internal-find-face): Remove redundant info in docstring.
20885
20886 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20887
20888 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20889 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20890 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20891 (gdb-assembler-custom): Improve regexps.
20892 (def-gdb-auto-update-handler): Use window point to preserve point.
20893
20894 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20895
20896 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20897
20898 2005-05-31 Jay Belanger <belanger@truman.edu>
20899
20900 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20901 to calc-embedded.
20902 (calc-embedded-make-info): Have plain prefix argument select
20903 entire line.
20904
20905 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20906
20907 * faces.el (list-faces-display): Signal error if passed a regexp
20908 that matches no face name.
20909
20910 * simple.el (filter-buffer-substring): Fix typo in docstring.
20911
20912 2005-05-31 Richard M. Stallman <rms@gnu.org>
20913
20914 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20915 (vhdl-emacs-21): Doc fix.
20916 (vhdl-mode): Unconditionally set comment-padding.
20917 (vhdl-fixup-whitespace-region): Insert spaces only where
20918 there are none.
20919 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20920
20921 2005-05-30 John Wiegley <johnw@newartisans.com>
20922
20923 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20924 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20925 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20926 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20927 `string-to-number'.
20928
20929 2005-05-30 Jay Belanger <belanger@truman.edu>
20930
20931 * calc/calc.el (calc-bug-address): Fix docstring.
20932 (calc-window-hook, calc-trail-window-hook): New variables.
20933 (calc-trail-display): Restore use of calc-trail-window-hook.
20934 (calc): Restore use of calc-window-hook.
20935
20936 2005-05-31 Masatake YAMATO <jet@gyve.org>
20937
20938 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20939
20940 * help-fns.el (help-C-file-name): Add autoload mark for
20941 `find-function-noselect'.
20942
20943 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20944
20945 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20946 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20947
20948 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20949
20950 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20951 included diary buffer if it was not already being visited.
20952 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20953
20954 * calendar/icalendar.el (top-level): Do not require appt.
20955
20956 * mail/supercite.el (sc-select-attribution): Only use a list
20957 element from sc-attrib-selection-list if it returns a string.
20958 Reported by Davide G. M. Salvetti <salve@debian.org>.
20959
20960 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20961
20962 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20963 includes a hash value to improve its uniqueness, and has a ".jpg"
20964 extension. Also, it is now a valid filename on all systems.
20965 (thumbs-make-thumb): Use `let', not `let*'.
20966 (thumbs-show-thumbs-list): Check for JPEG availability.
20967
20968 2005-05-30 Richard M. Stallman <rms@gnu.org>
20969
20970 * filesets.el (filesets-menu-ensure-use-cached):
20971 Prevent warning when emacs-version>= is undefined.
20972
20973 * printing.el (pr-interactive-n-up): Use string-to-number.
20974
20975 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20976
20977 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20978 Warn only when name to be defined is quoted.
20979
20980 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20981
20982 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20983 Make regexp more robust.
20984 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20985 Force regeneration of disassembly.
20986
20987 2005-05-29 Jay Belanger <belanger@truman.edu>
20988
20989 * calc/calc.el (calc-user-invocation): Check if
20990 calc-invocation-macro is non-nil.
20991
20992 2005-05-29 Juri Linkov <juri@jurta.org>
20993
20994 * add-log.el (change-log-font-lock-keywords):
20995 Add `+' to e-mail regexp to accept mail address with keywords.
20996
20997 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20998
20999 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21000
21001 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21002
21003 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21004
21005 2005-05-29 Richard M. Stallman <rms@gnu.org>
21006
21007 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21008 Undo the change that moves to end of the current word.
21009
21010 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21011
21012 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21013 Throw error when count <= 0 to ensure input is a number.
21014 (gdb-read-memory-custom): Pick up address from buffer.
21015 (gdb-memory-mode): Allow user to increment and decrement
21016 memory address from header line.
21017
21018 2005-05-29 Richard M. Stallman <rms@gnu.org>
21019
21020 * flyspell.el (flyspell-version): Function deleted.
21021 (flyspell-auto-correct-previous-hook): Doc fix.
21022
21023 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21024 Do nothing if memory is full.
21025
21026 * font-lock.el (font-lock-fontify-syntactically-region):
21027 Pass t for GREEDY to looking-back.
21028
21029 * saveplace.el (save-place-alist-to-file): Write the file
21030 using write-region.
21031
21032 * subr.el (looking-back): New argument GREEDY.
21033
21034 * progmodes/compile.el (compilation-start): Set the mode
21035 before inserting the initial text.
21036
21037 * progmodes/which-func.el (which-func-update-1): Turn the mode
21038 off in case of error by setting which-func-mode.
21039
21040 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21041
21042 * flyspell.el (flyspell-auto-correct-previous-word):
21043 Narrow down to what's on the screen, and recenter overlays
21044 at the end of the next word.
21045
21046 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21047
21048 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21049 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21050 (flyspell-abbrev-p): Default to nil.
21051 (flyspell-use-global-abbrev-table-p): Doc fix.
21052 (flyspell-large-region): Allow nil as value.
21053 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21054
21055 (mail-mode-flyspell-verify): More robust handling
21056 of `mail-header-separator'. More efficient signature detection.
21057 Allow for regexp metacharacters in message-header-separator.
21058 Adding `To' not to be checked in mail-mode-flyspell-verify.
21059
21060 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21061 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21062 Bind flyspell-auto-correct-binding.
21063 Bind C-. and C-, .
21064 (flyspell-mode-map): Likewise.
21065 (flyspell-mode): Doc fix.
21066 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21067 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21068 (flyspell-word-cache-result): New var, always local.
21069 (flyspell-check-pre-word-p): Doc fix.
21070 (flyspell-check-changed-word-p): Handle spc like newline.
21071 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21072 (flyspell-word-search-backward, flyspell-word-search-forward):
21073 New functions.
21074 (flyspell-word): Return t if nothing to check.
21075 When parsing TeX code, check for after } or \.
21076 Use flyspell-word-search-backward to find previous word.
21077 Return nil if duplicated word.
21078 For word already checked, return same value as last time.
21079 Set flyspell-word-cache-result after checking.
21080 Don't clobber the return value.
21081 (flyspell-get-word): Major rewrite.
21082 (flyspell-external-point-words): New locals pword, pcount.
21083 Fix size used in progress message.
21084 Find the proper corresponding word in flyspell-large-region-buffer.
21085 (flyspell-region): Check for flyspell-large-region = nil.
21086 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21087 (flyspell-auto-correct-word): Check that WORD is a cons.
21088 (flyspell-correct-word): Likewise.
21089
21090 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21091
21092 * progmodes/make-mode.el (makefile-rule-action-regex)
21093 (makefile-macroassign-regex, makefile-makepp-mode)
21094 (makefile-bsdmake-mode): Continuation lines may be empty.
21095 Reported by Joshua Varner.
21096 (makefile-makepp-font-lock-keywords): Add $(stem).
21097
21098 2005-05-28 Karl Berry <karl@gnu.org>
21099
21100 * textmodes/tex-mode.el: Now that tex-send-command calls
21101 shell-quote-argument (2005-03-31 change), remove all calls to
21102 shell-quote-argument; they all end up invoking tex-send-command.
21103 The double quoting loses on filenames with non-safe characters,
21104 such as "@". Reported by Frederik Fouvry.
21105
21106 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21107
21108 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21109 about preserving point.
21110
21111 2005-05-27 Jay Belanger <belanger@truman.edu>
21112
21113 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21114 Info-goto-node.
21115
21116 * calc/calc-embed.el (calc-embed-arg): New variable.
21117 (calc-do-embedded-activate, calc-embedded-activate-formula)
21118 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21119 variable by new variable.
21120 (calc-embedded-make-info): Replace undeclared variable by new
21121 variable. When selecting region with positive prefix
21122 argument, use end of previous line instead of beginning of line.
21123
21124 * calc/calc-aent.el (calc-arg-values): Declare it.
21125
21126 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21127 Declare them.
21128
21129 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21130
21131 * calc/calc.el (calc-alg-map): Declare it.
21132
21133 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21134
21135 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21136
21137 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21138 (gdb-registers-buffer, toggle-gdb-all-registers):
21139 Toggle display of floating point registers.
21140 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21141
21142 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21143 (toggle-gud-tooltip-dereference):
21144 Rename from gud-toggle-tooltip-dereference.
21145
21146 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21149
21150 2005-05-27 Jay Belanger <belanger@truman.edu>
21151
21152 * calc/calc-prog.el (calc-kbd-report): Remove.
21153 (calc-kbd-query): Rewrite.
21154
21155 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21156
21157 * image.el (image-library-alist): Move to image.c.
21158 (image-type-available-p): Doc fix.
21159
21160 2005-05-27 Lute Kamstra <lute@gnu.org>
21161
21162 * calc/calc.el (calc):
21163 * outline.el (outline-1, outline-2, outline-3, outline-4)
21164 (outline-5, outline-6, outline-7, outline-8):
21165 * textmodes/dns-mode.el (dns-mode):
21166 * textmodes/sgml-mode.el (sgml-namespace-face):
21167 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21168 (tex-verbatim-face, tex-use-reftex):
21169 * textmodes/texinfo.el (texinfo-heading-face):
21170 Specify customization group.
21171
21172 * longlines.el: Don't require easy-mmode.
21173 (longlines-visible-face): Specify customization group.
21174
21175 2005-05-27 Kenichi Handa <handa@m17n.org>
21176
21177 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21178 encoding table of windows-1251.
21179
21180 * international/ucs-tables.el (ucs-set-table-for-input):
21181 If translation-table-for-input of a coding system is a symbol, get
21182 its translation-table property.
21183
21184 * international/code-pages.el: Don't register a coding system into
21185 non-iso-charset-alist more than once.
21186 (cp-make-coding-system): Likewise.
21187
21188 2005-05-26 John Wiegley <johnw@newartisans.com>
21189
21190 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21191 `eshell-resume-eval' is wrapped in a list, it indicates that the
21192 command was run asynchronously. In that case, unwrap the value
21193 before checking the delimiter value.
21194
21195 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21196 character before a space at the end of a line is \, assume the space
21197 is part of the last argument rather than a final argument separator.
21198
21199 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21200 is in use, and the target is `t' or `nil' (which are the most common
21201 values), don't assume that the symbol target is a buffer.
21202
21203 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21204
21205 * calendar/calendar.el (calendar-mode-line-format):
21206 Use mode-line-highlight as mouse-face.
21207
21208 * time.el (display-time-string-forms, display-time-update):
21209 Use mode-line-highlight as mouse-face.
21210
21211 2005-05-26 Jay Belanger <belanger@truman.edu>
21212
21213 * calc/calc.el (calc-language-alist): Remove extra defvar.
21214
21215 2005-05-26 Lute Kamstra <lute@gnu.org>
21216
21217 * arc-mode.el (archive-mode):
21218 * bookmark.el (bookmark-read-annotation-mode)
21219 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21220 * bs.el (bs-mode):
21221 * calc/calc-yank.el (calc-edit-mode):
21222 * calc/calc.el (calc-mode, calc-trail-mode):
21223 * calculator.el (calculator-mode):
21224 * chistory.el (command-history-mode):
21225 * comint.el:
21226 * cus-edit.el (custom-mode):
21227 * descr-text.el (describe-text-mode):
21228 * ebuff-menu.el (Electric-buffer-menu-mode):
21229 * ediff-util.el (ediff-mode):
21230 * emacs-lisp/re-builder.el (reb-mode):
21231 * emulation/vi.el (vi-mode-setup):
21232 * emulation/ws-mode.el (wordstar-mode):
21233 * eshell/esh-mode.el (eshell-mode):
21234 * forms.el (forms-mode):
21235 * help-mode.el (help-mode):
21236 * hexl.el (hexl-mode):
21237 * ibuffer.el (ibuffer-mode):
21238 * ielm.el (inferior-emacs-lisp-mode):
21239 * info.el (Info-mode, Info-edit-mode):
21240 * international/swedish.el:
21241 * ledit.el (ledit-from-lisp-mode):
21242 * locate.el (locate-mode):
21243 * mail/rmail.el (rmail-mode):
21244 * mail/rmailedit.el (rmail-edit-mode):
21245 * mail/rmailsum.el (rmail-summary-mode):
21246 * mail/supercite.el (sc-electric-mode):
21247 * net/eudc.el (eudc-mode):
21248 * net/quickurl.el (quickurl-list-mode):
21249 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21250 * obsolete/ooutline.el (outline-mode):
21251 * obsolete/options.el (Edit-options-mode):
21252 * obsolete/rnews.el (news-mode):
21253 * obsolete/rnewspost.el (news-reply-mode):
21254 * play/5x5.el (5x5-mode):
21255 * play/decipher.el (decipher-mode, decipher-stats-mode):
21256 * play/gomoku.el (gomoku-mode):
21257 * play/snake.el (snake-mode):
21258 * play/solitaire.el (solitaire-mode):
21259 * play/tetris.el (tetris-mode):
21260 * progmodes/ada-mode.el (ada-mode):
21261 * progmodes/antlr-mode.el (antlr-mode):
21262 * progmodes/autoconf.el (autoconf-mode):
21263 * progmodes/dcl-mode.el (dcl-mode):
21264 * progmodes/delphi.el (delphi-mode):
21265 * progmodes/ebrowse.el (ebrowse-tree-mode)
21266 (ebrowse-electric-list-mode, ebrowse-member-mode)
21267 (ebrowse-electric-position-mode):
21268 * progmodes/f90.el (f90-mode):
21269 * progmodes/fortran.el (fortran-mode):
21270 * progmodes/icon.el (icon-mode):
21271 * progmodes/idlw-help.el (idlwave-help-mode):
21272 * progmodes/idlw-shell.el (idlwave-shell-mode):
21273 * progmodes/idlwave.el (idlwave-mode):
21274 * progmodes/inf-lisp.el (inferior-lisp-mode):
21275 * progmodes/m4-mode.el (m4-mode):
21276 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21277 * progmodes/modula2.el (modula-2-mode):
21278 * progmodes/octave-inf.el (inferior-octave-mode):
21279 * progmodes/octave-mod.el (octave-mode):
21280 * progmodes/pascal.el (pascal-mode):
21281 * progmodes/sh-script.el (sh-mode):
21282 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21283 * progmodes/vhdl-mode.el (vhdl-mode):
21284 * progmodes/xscheme.el (scheme-interaction-mode):
21285 * replace.el (occur-mode):
21286 * ses.el (ses-mode):
21287 * simple.el (completion-list-mode):
21288 * skeleton.el:
21289 * speedbar.el (speedbar-mode):
21290 * term.el (term-mode):
21291 * terminal.el (terminal-edit-mode):
21292 * textmodes/reftex-index.el (reftex-index-mode)
21293 (reftex-index-phrases-mode):
21294 * textmodes/reftex-sel.el (reftex-select-label-mode)
21295 (reftex-select-bib-mode):
21296 * textmodes/reftex-toc.el (reftex-toc-mode):
21297 * wdired.el (wdired-change-to-wdired-mode):
21298 * wid-browse.el (widget-browse-mode):
21299 Use run-mode-hooks.
21300
21301 * array.el (array-mode):
21302 * calendar/todo-mode.el (todo-mode):
21303 * man.el (Man-mode):
21304 * play/landmark.el (lm-mode):
21305 * play/mpuz.el (mpuz-mode):
21306 Use kill-all-local-variables and run-mode-hooks.
21307
21308 * subr.el (delay-mode-hooks): Specify indentation.
21309
21310 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21311
21312 * xml.el (xml-substitute-special): Don't die for undefined xml
21313 entities.
21314
21315 2005-05-26 Jay Belanger <belanger@truman.edu>
21316
21317 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21318 of nil.
21319
21320 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21321
21322 * progmodes/gdb-ui.el (gdb-frame-address):
21323 Rename from gdb-current-address.
21324 (gdb-previous-frame-address): Rename from gdb-previous-address.
21325 (gdb-selected-frame): Rename from gdb-current-frame.
21326 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21327 (gdb-frame-number): Rename from gdb-current-stack-level.
21328 (gdb-ann3): Match new mode-name for disassembly buffer.
21329 Extend initialization of variables.
21330 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21331 (gdb-memory-mode): Use mouse-face in header line.
21332 (gdb-assembler-buffer-name): Call it disassembly and give frame
21333 in mode line.
21334 (gdb-source-spec-regexp, gdb-assembler-custom)
21335 (gdb-invalidate-assembler, gdb-frame-handler):
21336 Make robust to leading zeroes in address format.
21337
21338 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21339
21340 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21341 define `org-mode'.
21342 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21343
21344 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21345
21346 * log-edit.el (log-edit-changelog-entries): Distinguish between
21347 filenames like xfns.c and fns.c.
21348
21349 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21350
21351 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21352 point after reverting.
21353 (Buffer-menu-make-sort-button): Handle the case where
21354 `Buffer-menu-use-header-line' is nil.
21355
21356 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21357
21358 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21359 New funcs. In minibuffer-local-completion-map bind `]', `/'
21360 and `:' to them.
21361
21362 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * startup.el (normal-top-level): Allow modification of load-path while
21365 we're iterating over it.
21366
21367 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21368
21369 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21370 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21371 (thumbs-resize-interactive, thumbs-insert-image)
21372 (thumbs-insert-thumb, thumbs-dired-show-marked)
21373 (thumbs-find-image-at-point, thumbs-delete-images)
21374 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21375 (thumbs-increment-image-size, thumbs-decrement-image-size):
21376 Fix typos in docstrings.
21377
21378 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21379
21380 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21381 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21382 (cperl-mode): Use them.
21383
21384 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21385
21386 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21387 Doc fixes.
21388
21389 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21390
21391 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21392 Bind C-d to gdb-inferior-io-eof.
21393
21394 * dired.el (dired-dnd-popup-notice): Use message-box.
21395
21396 2005-05-23 Masatake YAMATO <jet@gyve.org>
21397
21398 * bindings.el (mode-line-major-mode-keymap):
21399 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21400
21401 * faces.el (mode-line-highlight): New face.
21402
21403 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21404 as mouse-face.
21405
21406 * bindings.el (top-level, help-echo, mode-line-modified)
21407 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21408 as mouse-face.
21409
21410 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21411
21412 * progmodes/cc-engine.el (c-guess-basic-syntax):
21413 Remove spurious call to `zerop'.
21414
21415 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21416
21417 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21418
21419 CC Mode update to 5.30.10:
21420
21421 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21422 could go past the limit in decoration level 2, thereby causing
21423 errors during interactive fontification.
21424
21425 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21426 the file is evaluated interactively.
21427
21428 * cc-engine.el (c-guess-basic-syntax): Handle operator
21429 declarations somewhat better in C++.
21430
21431 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21432 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21433 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21434 (awk-mode): Use it.
21435 (make-local-hook): Suppress warning about obsoleteness.
21436
21437 * cc-engine.el, cc-align.el, cc-cmds.el
21438 (c-append-backslashes-forward, c-delete-backslashes-forward)
21439 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21440 Compensate for return value from `forward-line' when it has moved
21441 but not to a different line due to eob.
21442
21443 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21444 `objc-method-intro' and `objc-method-args-cont'.
21445
21446 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21447
21448 CC Mode update to 5.30.10:
21449
21450 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21451 in the copyright statement. Incidentally, change "along with GNU
21452 Emacs" to "along with this program" where it occurs.
21453
21454 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21455 so that it is interactive, hence can be found by M-x awk-mode
21456 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21457 <gmorris+emacs@ast.cam.ac.uk>.
21458
21459 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21460 Mode's regexps.
21461
21462 2005-05-23 Kevin Ryde <user42@zip.com.au>
21463
21464 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21465 c-parse-state, to avoid a lisp error (on bad code).
21466
21467 2005-05-23 Lute Kamstra <lute@gnu.org>
21468
21469 * subr.el (font-lock-defaults): Remove defvar as it's already
21470 defined in font-core.el.
21471
21472 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21473
21474 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21475
21476 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21477 more general and work when GDB variable "print pretty" is on,
21478 as with Emacs, for example.
21479
21480 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21481
21482 * font-core.el: Update comment.
21483
21484 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21485 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21486
21487 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21488
21489 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21490
21491 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21492 and `yank-handler' in the doc strings.
21493
21494 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21497
21498 2005-05-22 Richard M. Stallman <rms@gnu.org>
21499
21500 * help.el (describe-key): Move print-help-return-message call
21501 out of conditional.
21502
21503 * progmodes/etags.el (list-tags): Use with-no-warnings.
21504
21505 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21506 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21507 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21508
21509 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21510
21511 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21512 Add defvar.
21513
21514 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21515 Use defvar, not defconst.
21516
21517 * hexl.el (hexl-follow-line): Use with-no-warnings.
21518
21519 * emulation/tpu-extras.el: Use write-file-functions instead of
21520 write-file-hooks.
21521
21522 * dired.el (dired-font-lock-keywords): Fontify files with junk
21523 extensions even if marked by -F.
21524
21525 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21526
21527 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21528 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21529 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21530 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21531 (concatenate, list-length, get*, getf, cl-remprop):
21532 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21533 (etypecase, progv, lexical-let, lexical-let*)
21534 (multiple-value-bind, multiple-value-setq, shiftf):
21535 Improve argument/docstring consistency.
21536
21537 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21538
21539 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21540
21541 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21542 doesn't exist.
21543
21544 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21545 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21546
21547 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21548
21549 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21550 already deleted variables: auto-fill-hook, blink-paren-hook,
21551 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21552 suspend-hooks, comment-indent-hook, meta-flag,
21553 before-change-function, after-change-function,
21554 font-lock-doc-string-face.
21555
21556 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21557
21558 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21559
21560 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21561
21562 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21563 rmail-dont-reply-to.
21564
21565 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21566
21567 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21568 literal blank when splitting new-header-values.
21569
21570 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21571
21572 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21573 string so that tmm doesn't create a completion entry for it.
21574
21575 * textmodes/table.el (table-disable-menu): Ditto.
21576
21577 2005-05-21 Richard M. Stallman <rms@gnu.org>
21578
21579 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21580
21581 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21582
21583 * net/rcompile.el (remote-compile): Use compilation-start.
21584
21585 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21586
21587 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21588
21589 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21590 Default to makefile-bsdmake-mode on BSD systems.
21591
21592 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21593 REGEXP may also be a search function now. The part of doc-string
21594 for describing the structure was 95% identical to that of
21595 `imenu--generic-function'. Unify it there.
21596
21597 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21598 Use function to find dependencies, because regexp alone is so complex,
21599 it easily goes into an endless loop.
21600 (makefile-makepp-mode): Also add submenu for Perl functions
21601 defined in the makefile.
21602 (makefile-bsdmake-mode): Special imenu-generic-expression no
21603 longer needed, due to function call.
21604 (makefile-match-dependency): Take BOUND into account when checking
21605 if we're through.
21606
21607 2005-05-20 Jay Belanger <belanger@truman.edu>
21608
21609 * calc/calc-units.el (calc-invalidate-units-table):
21610 Use inhibit-read-only.
21611 (math-build-units-table-buffer): Use view-mode.
21612
21613 2005-05-20 David Kastrup <dak@gnu.org>
21614
21615 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21616 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21617
21618 2005-05-20 Lute Kamstra <lute@gnu.org>
21619
21620 * diff-mode.el (diff-header-face, diff-file-header-face)
21621 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21622 (diff-added-face, diff-changed-face, diff-function-face)
21623 (diff-context-face, diff-nonexistent-face): Put them in the
21624 diff-mode customization group.
21625
21626 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21627
21628 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21629
21630 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21631
21632 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21633 Minor regexp-optimization.
21634
21635 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21636
21637 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21638 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21639 (org-agenda-add-time-grid-maybe): New function.
21640 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21641 (org-table-create): `dotimes' instead of `mapcar'.
21642 (org-xor): Simplify implementation.
21643 (org-agenda): `inhibit-redisplay' turned on.
21644 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21645 a consistent line after a state change.
21646 (org-agenda-remove-times-when-in-prefix): New option.
21647 (org-prefix-has-time): New variable.
21648 (org-parse-time-string): Optional argument NODEFAULT.
21649 (org-format-agenda-item): Parse items for time-of-day
21650 specifications and move these into the prefix if possible.
21651 (org-agenda-priority): Get current heading, not previous heading
21652 during agenda remote editing.
21653
21654 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21655
21656 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21657 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21658 (remove-duplicates, delete-duplicates, substitute)
21659 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21660 (nsubstitute-if-not, find, find-if, find-if-not, position)
21661 (position-if, position-if-not, count, count-if, count-if-not)
21662 (mismatch, search, sort*, stable-sort, merge, member*)
21663 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21664 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21665 (intersection, nintersection, set-difference, nset-difference)
21666 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21667 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21668 (nsublis, tree-equal): Improve argument/docstring consistency.
21669
21670 * subr.el (send-string, send-region): Remove obsolescence declaration.
21671 (window-dot, set-window-dot, read-input, show-buffer)
21672 (eval-current-buffer, string-to-int):
21673 Add release number to obsolescence declarations.
21674
21675 2005-05-19 Kim F. Storm <storm@cua.dk>
21676
21677 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21678 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21679
21680 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21681
21682 * faces.el (list-faces-display): Make back button respect optional
21683 regexp arg.
21684
21685 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21686
21687 * calculator.el (calculator-radix-grouping-mode)
21688 (calculator-radix-grouping-digits, calculator-displayer)
21689 (calculator-radix-grouping-separator, calculator-copy-displayer):
21690 * dabbrev.el (dabbrev-search-these-buffers-only):
21691 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21692 (diff-advance-after-apply-hunk, diff-mode-hook)
21693 (diff-minor-mode-prefix):
21694 * imenu.el (imenu-use-popup-menu):
21695 * jit-lock.el (jit-lock-context-time):
21696 * newcomment.el (comment-fill-column, comment-column)
21697 (comment-style, comment-padding, comment-multi-line)
21698 (comment-empty-lines, comment-auto-fill-only-comments):
21699 * reveal.el (reveal-around-mark):
21700 * uniquify.el (uniquify-buffer-name-style)
21701 (uniquify-after-kill-buffer-p)
21702 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21703 (uniquify-min-dir-content, uniquify-separator)
21704 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21705 * w32-vars.el (w32-fixed-font-alist):
21706 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21707 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21708 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21709 * progmodes/perl-mode.el (perl-indent-level)
21710 (perl-continued-statement-offset, perl-continued-brace-offset)
21711 (perl-brace-offset, perl-brace-imaginary-offset)
21712 (perl-label-offset, perl-indent-continued-arguments)
21713 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21714 * progmodes/tcl.el (tcl-indent-level)
21715 (tcl-continued-indent-level, tcl-auto-newline)
21716 (tcl-tab-always-indent, tcl-electric-hash-style)
21717 (tcl-help-directory-list, tcl-use-smart-word-finder)
21718 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21719 (inferior-tcl-source-command):
21720 * textmodes/fill.el (enable-kinsoku):
21721 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21722 * textmodes/table.el (table-yank-handler):
21723 Specify missing group (and type, if simple) in defcustom.
21724
21725 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21726
21727 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21728
21729 2005-05-19 Richard M. Stallman <rms@gnu.org>
21730
21731 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21732
21733 * subr.el (event-basic-type): Don't get an error.
21734 (left-fringe-p): Function deleted.
21735
21736 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21737 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21738
21739 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21740 in recursive copy.
21741
21742 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21743
21744 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21745
21746 * emacs-lisp/bytecomp.el
21747 (byte-compile-file-form-custom-declare-variable):
21748 Call byte-compile-nogroup-warn if appropriate.
21749
21750 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21751 (compilation-set-window): Don't call left-fringe-p; do it directly.
21752
21753 2005-05-19 Jay Belanger <belanger@truman.edu>
21754
21755 * calc/calc-graph.el (calc-graph-format-data): Make sure
21756 var-PlotRejects is bound before trying to check its value.
21757
21758 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21759
21760 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21761 definition of this variable from reftex-global.el to reftex.el,
21762 because it is needed in the menu.
21763
21764 2005-05-19 Lute Kamstra <lute@gnu.org>
21765
21766 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21767 years are fixed. Don't insert a space after a dash.
21768
21769 2005-05-19 Kim F. Storm <storm@cua.dk>
21770
21771 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21772
21773 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21774
21775 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21776 strings, because (eq ... ?\\) is fairly frequent.
21777
21778 * progmodes/make-mode.el (makefile-add-this-line-targets):
21779 Simplify and integrate into `makefile-pickup-targets'.
21780 (makefile-add-this-line-macro): Simplify and integrate into
21781 `makefile-pickup-macros.
21782 (makefile-pickup-filenames-as-targets): Simplify.
21783 (makefile-previous-dependency, makefile-match-dependency):
21784 Don't stumble over `::'.
21785
21786 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21787
21788 * subr.el (post-command-idle-hook, post-command-idle-delay):
21789 Remove obsoletion of post-command-idle-hook and
21790 post-command-idle-delay.
21791
21792 * faces.el (list-faces-display): Provide button when describe-face
21793 is called to take user back to the list of faces.
21794
21795 * help-fns.el (describe-variable): Remove hyperlinks in a
21796 variable's value as these are quite frequently inappropriate.
21797
21798 * follow.el (follow-submit-feedback, follow-mode):
21799 Remove references to post-command-idle-hook.
21800
21801 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21802
21803 * progmodes/make-mode.el (makefile-previous-dependency)
21804 (makefile-match-dependency): Check for := (and in bsd mode also
21805 !=) to give a better result, even when font-lock is not on.
21806
21807 2005-05-18 Jay Belanger <belanger@truman.edu>
21808
21809 * calc/calc-help.el (calc-s-prefix-help):
21810 Add `calc-copy-special-constant' to help string.
21811
21812 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21813
21814 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21815
21816 2005-05-18 Jay Belanger <belanger@truman.edu>
21817
21818 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21819 in linear factors are in proper order.
21820
21821 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21822
21823 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21824 Support for jurabib.
21825
21826 * textmodes/reftex.el (featurep): Define aliases for overlay
21827 commands, for XEmacs compatibility, and use these aliases in
21828 overlay initializations.
21829 (reftex-highlight): Use `reftex-move-overlay'.
21830 (reftex-unhighlight): Use `reftex-delete-overlay'.
21831 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21832 (reftex-access-search-path): Use `reftex-uniquify' instead of
21833 `reftex-uniq'
21834
21835 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21836 `before-string' property modification enables for Emacs as well.
21837 (reftex-select-item): Use `reftex-delete-overlay'.
21838 (reftex-select-mark): Use `reftex-make-overlay' and
21839 `reftex-overlay-put'.
21840 (reftex-select-unmark): Use `reftex-delete-overlay' and
21841 `reftex-overlay-put'.
21842
21843 2005-05-18 Lute Kamstra <lute@gnu.org>
21844
21845 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21846
21847 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21848
21849 * add-log.el (add-change-log-entry):
21850 * array.el (array-make-template, array-reconfigure-rows)
21851 (array-init-max-row, array-init-max-column)
21852 (array-init-columns-per-line, array-init-field-width):
21853 * replace.el (replace-match-maybe-edit, perform-replace):
21854 * textmodes/spell.el (spell-region):
21855 Replace `read-input' by `read-string'.
21856
21857 * forms.el (forms-mode):
21858 * finder.el (finder-compile-keywords):
21859 * shadowfile.el (shadow-read-files):
21860 Replace `eval-current-buffer' by `eval-buffer'.
21861
21862 * terminal.el (te-pass-through):
21863 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21864 (ange-ftp-raw-send-cmd):
21865 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21866 (send-process-next-char, telnet-initial-filter, telnet):
21867 Replace `send-string' by `process-send-string'.
21868
21869 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21870 (prolog-consult-region): Replace `send-string' by
21871 `process-send-string'; replace `send-region' by `process-send-region'.
21872
21873 * progmodes/delphi.el (delphi-log-msg):
21874 Replace `set-window-dot' by `set-window-point'.
21875
21876 * subr.el (window-dot, set-window-dot, read-input, send-string)
21877 (send-region, show-buffer, eval-current-buffer):
21878 Make really obsolete, as the comment says.
21879
21880 2005-05-17 Kim F. Storm <storm@cua.dk>
21881
21882 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21883 (cua--init-keymaps): Bind C-return instead of S-return to set
21884 rectangle mark.
21885
21886 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21887 instead of S-return to toggle/clear rectangle mark.
21888
21889 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21890
21891 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21892 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21893 Also fontify plain strings assigned to variables, mostly so that a
21894 colon has a face and is thus not taken as a dependency separator.
21895 (makefile-previous-dependency): Inline the new matcher, because it
21896 is too complex to work in both directions.
21897 (makefile-match-dependency): Eliminate `backward' arg (see above).
21898 Completely reimplemented so as to not sometimes go into an endless
21899 loop. It should also be more efficient, because first it only
21900 searches for `:', instead of applying the very complex regexp.
21901 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21902 to be fontified in one piece can be too long for JIT.
21903 Makefiles are never *that* big.
21904
21905 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21906
21907 * dired.el (dired-mode): Simplify.
21908
21909 2005-05-17 Lute Kamstra <lute@gnu.org>
21910
21911 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21912 defcustom for the mode hook variable.
21913
21914 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21915 Emacs Lisp Reference Manual.
21916
21917 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21918
21919 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21920 (evenp, list*):
21921 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21922 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21923
21924 * net/tramp-smb.el (tramp-smb-open-connection):
21925 Pass `tramp-chunksize' as fifth (required) argument.
21926
21927 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21928
21929 * font-lock.el (lisp-font-lock-keywords-1):
21930 Set `font-lock-negation-char-face' for [^...] char group.
21931 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21932
21933 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21934 a var, and refine it to mask one more level of nested vars.
21935 (makefile-rule-action-regex): Turn it into a var, and refine it so
21936 it recognizes backslashed continuation lines as belonging to the
21937 same command.
21938 (makefile-macroassign-regex): Refine it so it recognizes
21939 backslashed continuation lines as belonging to the same command.
21940 (makefile-var-use-regex): Don't look at the next char, because it
21941 might be the same one to be skipped by the initial [^$], leading
21942 to an overlooked variable use.
21943 (makefile-make-font-lock-keywords): Remove two parameters, which
21944 are now variables that some of the modes set locally.
21945 Handle dependency and rule action matching through functions, because
21946 regexps alone match too often. Dependency matching now comes
21947 last, so it can check, whether a colon already matched something else.
21948 (makefile-mode): Inform that font-lock improves makefile parsing
21949 capabilities.
21950 (makefile-match-dependency, makefile-match-action): New functions.
21951
21952 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21953
21954 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21955
21956 * align.el (align-regexp):
21957 * ansi-color.el (ansi-color-get-face):
21958 * array.el (array-reconfigure-rows, array-init-max-row)
21959 (array-init-max-column, array-init-columns-per-line)
21960 (array-init-field-width):
21961 * dired-aux.el (dired-trample-file-versions):
21962 * dired-x.el (dired-mark-sexp):
21963 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21964 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21965 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21966 * faces.el (face-read-integer):
21967 * files.el (backup-extract-version, insert-directory):
21968 * hexl.el (hexl-insert-decimal-char):
21969 * server.el (server-process-filter):
21970 * shell.el (shell-extract-num):
21971 * startup.el (command-line-1):
21972 * term.el (term-command-hook):
21973 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21974 (time-stamp-do-number):
21975 * time.el (display-time-update):
21976 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21977 (timezone-fix-time):
21978 * vms-patch.el (vms-suspend-resume-hook):
21979 * calendar/appt.el (appt-convert-time):
21980 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21981 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21982 * calendar/cal-islam.el (mark-islamic-diary-entries):
21983 * calendar/calendar.el (calendar-cursor-to-date)
21984 (calendar-star-date):
21985 * calendar/diary-lib.el (diary-attrtype-convert)
21986 (mark-diary-entries, diary-entry-time):
21987 * calendar/solar.el (solar-get-number):
21988 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21989 * emacs-lisp/re-builder.el (reb-display-subexp):
21990 * emulation/edt.el (edt-set-scroll-margins):
21991 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21992 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21993 (vip-get-ex-count):
21994 * emulation/viper-ex.el (viper-get-ex-token)
21995 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21996 * international/fontset.el (fontset-plain-name):
21997 * mail/feedmail.el (feedmail-look-at-queue-directory):
21998 * mail/mailalias.el (mail-get-names):
21999 * mail/rmail.el (rmail-convert-to-babyl-format):
22000 * mail/rmailsum.el (rmail-make-basic-summary-line)
22001 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22002 (rmail-summary-goto-msg):
22003 * mail/smtpmail.el (smtpmail-read-response):
22004 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22005 (ange-ftp-vms-add-file-entry):
22006 * play/gametree.el (gametree-looking-at-ply)
22007 (gametree-current-branch-score):
22008 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22009 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22010 * progmodes/cperl-mode.el (condition-case):
22011 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22012 (ebrowse-set-member-buffer-column-width)
22013 (ebrowse-select-1st-to-9nth):
22014 * progmodes/etags.el (etags-snarf-tag):
22015 * progmodes/flymake.el (flymake-parse-line):
22016 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22017 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22018 (idlwave-shell-menu-def):
22019 * progmodes/ps-mode.el (ps-run-goto-error):
22020 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22021 (vhdl-speedbar-contract-level):
22022 * term/mac-win.el (x-handle-numeric-switch):
22023 * term/sun-mouse.el (sun-get-frame-data):
22024 * term/w32-win.el (x-handle-numeric-switch):
22025 * term/x-win.el (x-handle-numeric-switch):
22026 * textmodes/ispell.el (ispell-parse-output):
22027 * textmodes/nroff-mode.el (nroff-outline-level):
22028 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22029 (reftex-bib-sort-year-reverse, reftex-format-citation):
22030 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22031 (reftex-section-number):
22032 * textmodes/texinfmt.el (texinfo-paragraphindent):
22033 Replace `string-to-int' by `string-to-number'.
22034
22035 * international/latexenc.el: Add page marker to force the "Local
22036 Variables:" string out of the last page.
22037
22038 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22039
22040 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22041 tooltip-change-major-mode.
22042 (gud-tooltip-print-command): Remove case where gud-minor-mode
22043 is gdb ("--fullname").
22044 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22045 explain to user.
22046
22047 2005-05-16 Jay Belanger <belanger@truman.edu>
22048
22049 * calc/calc-store.el (calc-copy-special-constant): New function.
22050
22051 * calc/calc-ext.el (calc-init-extensions): Add binding for
22052 `calc-copy-special-constant'.
22053
22054 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22055 for the `calc-copy-special-constant' command.
22056
22057 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22058
22059 * subr.el (left-fringe-p): New function.
22060
22061 * progmodes/compile.el (compilation-setup): Set local value of
22062 overlay-arrow-string to "" always.
22063 (compilation-set-window): Left fringe then don't scroll.
22064 No left fringe then no arrow and scroll message to top.
22065 (compilation-context-lines): Adjust doc string accordingly.
22066
22067 2005-05-16 Kim F. Storm <storm@cua.dk>
22068
22069 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22070 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22071 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22072 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22073 (ido-read-file-name): Handle commands with ido property value
22074 equal to find-file as reading a file name, to allow C-d to enter dired.
22075 (ibuffer-find-file): Add ido property with value find-file.
22076
22077 2005-05-15 Kim F. Storm <storm@cua.dk>
22078
22079 * subr.el (open-network-stream-nowait): Remove.
22080 (open-network-stream-server): Remove.
22081
22082 2005-05-15 Richard M. Stallman <rms@gnu.org>
22083
22084 * faces.el (describe-face): Output a definition link button.
22085
22086 * help-mode.el (help-face-def): New button type.
22087
22088 * emacs-lisp/copyright.el (copyright-fix-years):
22089 Match properly if the first year is 2-digit.
22090 Don't mess up the whitespace after the years by filling.
22091
22092 * dired-aux.el (dired-mark-confirm):
22093 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22094
22095 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22096 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22097 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22098
22099 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22100 Set font-lock-comment-start-skip.
22101
22102 * font-lock.el (font-lock-comment-start-skip): New variable.
22103 (font-lock-comment-end-skip): New variable.
22104 (font-lock-fontify-syntactically-region): Use them if non-nil.
22105
22106 2005-05-15 Jay Belanger <belanger@truman.edu>
22107
22108 * calc/calc-store.el (calc-store-value): Return a string rather
22109 than display it as a message.
22110 Use calc-var-name for variable name.
22111 (calc-store-into): Add the result of calc-store-value to message.
22112 (calc-copy-variable): Add a message.
22113 (calc-store-exchange): Improve error messages.
22114 (calc-store-binary, calc-store-map): Don't reset the values of
22115 special constants.
22116
22117 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22118
22119 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22120 manual to docstring.
22121
22122 * files.el (hack-local-variables-confirm): Add STRING argument.
22123 Make the function handle non file visiting buffers correctly.
22124 (hack-local-variables-prop-line, hack-local-variables)
22125 (hack-one-local-variable): Use STRING arg of
22126 `hack-local-variables-confirm'.
22127
22128 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22129
22130 Sync with Tramp 2.0.49.
22131
22132 * net/tramp.el (tramp-handle-dired-call-process)
22133 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22134 because the contents of the Tramp buffer is changed before
22135 insertion (`expand-file' and alike).
22136 (tramp-handle-insert-directory): If `localname' has an empty
22137 nondirectory name, it must not be quoted.
22138 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22139 variable `tramp-chunksize'. Change callees.
22140 (tramp-open-connection-setup-interactive-shell): Check remote host
22141 for buggy `send-process-string' implementation.
22142 Set `tramp-chunksize' if found. Reported by Michael Kifer
22143 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22144 (tramp-handle-shell-command): `insert-buffer' cannot be used
22145 because the contents of the Tramp buffer is changed before
22146 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22147 <frederic.bothamy@free.fr>.
22148 (tramp-set-auto-save): Actions should be done for Tramp file name
22149 handler only. Ange-FTP has its own auto-save mechanism.
22150 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22151 (tramp-set-auto-save-file-modes): Set file modes of
22152 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22153 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22154 (tramp-bug): Remove obsolete variable.
22155 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22156 for presence of `mml-mode'. Make it running for older Emacsen as well.
22157
22158 2005-05-14 John Paul Wallington <jpw@pobox.com>
22159
22160 * ibuf-ext.el (define-ibuffer-filter filename):
22161 If `dired-directory' is a list, use its car.
22162
22163 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22164
22165 * ibuffer.el (define-ibuffer-column filename):
22166 If `dired-directory' is a list, use its car.
22167
22168 2005-05-14 Richard M. Stallman <rms@gnu.org>
22169
22170 * subr.el (symbol-file): Doc fix.
22171
22172 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22173 (byte-compile-form): Call byte-compile-nogroup-warn.
22174 (byte-compile-warning-types): Doc fix.
22175
22176 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22177
22178 * progmodes/cc-engine.el (c-literal-faces):
22179 Add font-lock-comment-delimiter-face.
22180
22181 * net/net-utils.el (dig): Use with-no-warnings.
22182
22183 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22184 (sc-recite-frame-alist, sc-default-cite-frame)
22185 (sc-default-uncite-frame, sc-default-recite-frame)
22186 (sc-attrib-selection-list, sc-rewrite-header-list):
22187 Mark as risky-local-variable.
22188
22189 * international/ogonek.el (ogonek-jak, ogonek-how):
22190 Don't use beginning-of-buffer.
22191
22192 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22193
22194 * calendar/solar.el (solar-data-list): Move definition up.
22195
22196 * dnd.el (dnd-protocol-alist): Add autoload.
22197
22198 * progmodes/sh-script.el: Many doc usage fixes.
22199 (sh-indent-after-do): Change default to match common styles.
22200
22201 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22202
22203 * files.el (interpreter-mode-alist)
22204 (auto-mode-interpreter-regexp): Doc fixes.
22205
22206 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22207
22208 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22209
22210 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22211
22212 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22213
22214 * dired.el (dired-mode): make-variable-buffer-local =>
22215 make-local-variable.
22216
22217 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22218
22219 * term/mac-win.el (mac-select-convert-to-string): Try coding
22220 systems in mac-script-code-coding-systems if specified one cannot
22221 encode string for `com.apple.traditional-mac-plain-text'.
22222
22223 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22224
22225 * progmodes/make-mode.el (makefile-targets-face)
22226 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22227 (makefile-dependency-regex): Fix it to not make the colon in
22228 $(var:a=b) special.
22229 (makefile-rule-action-regex): New regexp for highlighting embedded
22230 Shell strings.
22231 (makefile-macroassign-regex): Handle != for highlighting as
22232 embedded Shell strings.
22233 (makefile-var-use-regex): New const.
22234 (makefile-statements, makefile-automake-statements)
22235 (makefile-gmake-statements, makefile-makepp-statements)
22236 (makefile-bsdmake-statements): New consts.
22237 (makefile-make-font-lock-keywords): New function.
22238 (makefile-automake-font-lock-keywords)
22239 (makefile-gmake-font-lock-keywords)
22240 (makefile-makepp-font-lock-keywords)
22241 (makefile-bsdmake-font-lock-keywords): New consts.
22242 (makefile-mode-map): Add switchers between the various submodes.
22243 (makefile-mode): Document the availability of the variants.
22244 (makefile-automake-mode, makefile-gmake-mode)
22245 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22246
22247 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22248 new variants of makefile-mode.
22249
22250 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22251
22252 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22253 the inheritance.
22254
22255 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22256
22257 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22258 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22259
22260 * files.el (normal-mode): Extend the scope of the
22261 `enable-local-variables' binding to include the `set-auto-mode' call.
22262 (magic-mode-alist): Doc fix.
22263
22264 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22265
22266 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22267 font-lock-comment-face rather than copying its setting.
22268
22269 2005-05-12 Andreas Schwab <schwab@suse.de>
22270
22271 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22272
22273 2005-05-12 Lute Kamstra <lute@gnu.org>
22274
22275 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22276 defcustom for the mode hook variable. Delete the last argument.
22277 * generic-x.el: Fix callers of define-generic-mode.
22278 (generic-x-modes): Delete group.
22279 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22280 generic-x customization group.
22281
22282 2005-05-12 Kim F. Storm <storm@cua.dk>
22283
22284 * font-lock.el (font-lock-negation-char-face): Default to "off".
22285
22286 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22287 font-lock-negation-char-face to ! in !=.
22288
22289 2005-05-12 Masatake YAMATO <jet@gyve.org>
22290
22291 * add-log.el (find-change-log): Fix typos in the docstring
22292 of function.
22293
22294 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22295
22296 * international/latexenc.el (latexenc-find-file-coding-system):
22297 Avoid `re-search-forward' when looking for input encoding because
22298 of speed and safety. Better regular expressions for recognizing
22299 input encoding. Limit a search for TeX-master/tex-main-file to
22300 the local variable section.
22301
22302 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22303
22304 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22305 syntax of $ to "'" (quote).
22306
22307 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22308
22309 * dnd.el (dnd-protocol-alist): Improve custom type.
22310
22311 * dired.el (dired-dnd-protocol-alist): New variable.
22312 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22313 `dired-mode-hook' to the end.
22314
22315 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22316
22317 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22318 comment-end if comment-start-skip is not set.
22319 Obey the font-lock-comment-delimiter-face variables.
22320
22321 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22322
22323 * files.el (executable-find): Move from executable.el. Use
22324 locate-file.
22325 * progmodes/executable.el (executable-find): Move to files.el.
22326
22327 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22328 when trying to ensure forward progress.
22329
22330 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22331
22332 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22333 (mouse-select, mouse-select-internal, mouse-extend-internal):
22334 Use it to implement mouse-1-click-follows-link functionality.
22335
22336 2005-05-11 Richard M. Stallman <rms@gnu.org>
22337
22338 * font-lock.el (font-lock-fontify-syntactically-region):
22339 Use font-lock-comment-delimiter-face for comment delimiters.
22340
22341 2005-05-10 Jay Belanger <belanger@truman.edu>
22342
22343 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22344 preserving embedded modes.
22345
22346 2005-05-10 Richard M. Stallman <rms@gnu.org>
22347
22348 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22349
22350 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22351 Move from ada-stmt.el.
22352 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22353
22354 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22355 Move to ada-mode.el.
22356 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22357
22358 * cus-edit.el (custom-file): Call file-chase-links.
22359
22360 * files.el (read-directory-name): Fix previous change.
22361 (hack-local-variables-confirm): New function.
22362 (hack-local-variables-prop-line, hack-local-variables)
22363 (hack-one-local-variable): Use it.
22364
22365 2005-05-10 Lute Kamstra <lute@gnu.org>
22366
22367 * font-lock.el (font-lock-keywords-alist)
22368 (font-lock-removed-keywords-alist): Clarify docstrings.
22369
22370 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22371
22372 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22373 (gdb-source-info): Check for preprocessor info.
22374 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22375 a macro for a function.
22376 (gdb-info-breakpoints-custom): Try to find file again if not already
22377 found (user might have used GDB dir command).
22378 (gdb-get-location): Update gdb-location-alist correctly for change
22379 to gdb-info-breakpoints-custom.
22380
22381 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22382 (gud-tooltip-print-command): Add gdbmi case.
22383 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22384 preprocessor info.
22385
22386 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22387
22388 * startup.el (fancy-splash-insert): Fix typo in doc string.
22389
22390 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22391
22392 * obsolete/float.el (string-to-float):
22393 * obsolete/hilit19.el (hilit-add-pattern):
22394 * obsolete/rnews.el (news-parse-range, news-select-message)
22395 (news-get-pruned-list-of-files): Replace `string-to-int' by
22396 `string-to-number'.
22397
22398 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22399 `find-file-not-found-hooks'; use `add-hook'.
22400 (uncompress-while-visiting): Set `write-file-functions', not
22401 `write-file-hooks'; use `add-hook'.
22402
22403 2005-05-09 Kim F. Storm <storm@cua.dk>
22404
22405 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22406 (cua-paste): Handle clipboard action.
22407 (cua--init-keymaps): Remap clipboard-kill-region and
22408 clipboard-kill-ring-save.
22409
22410 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22411
22412 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22413 Improve commentary.
22414
22415 * simple.el (next-error-overlay-arrow-position): Revert the change
22416 made on 2005-04-30.
22417
22418 2005-05-07 Jay Belanger <belanger@truman.edu>
22419
22420 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22421 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22422 `calc-sel-reselect'.
22423
22424 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22425 Calc is in embedded mode.
22426
22427 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22428
22429 * progmodes/compile.el (compilation-setup):
22430 Set overlay-arrow-string to an empty string on text terminals.
22431
22432 * textmodes/ispell.el (ispell-program-name): Try looking for
22433 "aspell" along exec-path, and if found, use it as the default
22434 speller program.
22435
22436 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22437
22438 * international/mule.el (sgml-xml-auto-coding-function):
22439 Recognize encoding='FOO' in single quotes as well as in double quotes.
22440
22441 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22442
22443 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22444 as well as `interactive', so that defmacro* would recognize
22445 `declare' forms.
22446
22447 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22448
22449 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22450 Explain more about the LIGHTER arg's usage in the doc string.
22451 Add commentary to clarify what the code does. Fix the regexp that
22452 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22453 since it could have characters special to regular expressions.
22454
22455 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22456
22457 * replace.el (occur-1): Bind inhibit-read-only so that
22458 erase-buffer doesn't barf on read-only text properties (likewise
22459 for add-text-properties in occur-engine). Mark buffer as unmodified.
22460 (occur-engine): Don't set buffer-read-only here.
22461
22462 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22463
22464 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22465 list-buffers-directory. This caused the *cvs-commit* buffer to be
22466 sometimes mistakenly reused as a *cvs* buffer.
22467
22468 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22469
22470 * tooltip.el: Move code for GUD tooltips into gud.el.
22471 (require): CL no longer needed to compile case.
22472 (tooltip-mode): Do not toggle functions for GUD tooltips.
22473 (tooltip-gud-tips-p): Remove. Replace with minor mode
22474 gud-tooltip-mode in gud.el.
22475 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22476 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22477 tooltip-gud prefix with gud-tooltip and obsolete.
22478 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22479 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22480 (tooltip-mouse-motion): Mouse movement functions/variable.
22481 Rename in gud.el by adding gud prefix.
22482 (tooltip-gud-original-filter, tooltip-gud-dereference)
22483 (tooltip-gud-event, tooltip-toggle-gud-tips)
22484 (tooltip-gud-process-output, tooltip-gud-print-command)
22485 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22486 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22487 (gdb-tooltip-print): Move to gdb-ui.el.
22488
22489 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22490 (require): CL needed to compile case.
22491 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22492 tooltip-gud-tips-p. Make it a minor-mode.
22493 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22494 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22495 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22496 (gud-tooltip-change-major-mode)
22497 (gud-tooltip-activate-mouse-motions-if-enabled)
22498 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22499 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22500 (gud-tooltip-original-filter, gud-tooltip-dereference)
22501 (gud-tooltip-event, tooltip-toggle-gud-tips)
22502 (gud-tooltip-process-output, gud-tooltip-print-command)
22503 (gud-tooltip-tips): Move from tooltip.el.
22504
22505 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22506 (gdb-cpp-define-alist-flags): Doc fix.
22507 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22508 gud-tooltip-mode is t.
22509
22510 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22511
22512 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22513 evaporate if their text is deleted.
22514 (goto-address-at-point): Make it work as a mouse binding as well.
22515 (goto-address-at-mouse): Obsolete it. Update users.
22516
22517 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22518
22519 * calendar/appt.el (top-level): No longer activate on load.
22520
22521 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22522
22523 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22524 * net/webjump.el (webjump):
22525 * progmodes/idlw-help.el (idlwave-do-context-help1)
22526 (idlwave-highlight-linked-completions):
22527 * textmodes/po.el (po-find-file-coding-system-guts):
22528 Replace `assoc-ignore-case' by `assoc-string'.
22529
22530 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22531
22532 * files.el (locate-file): Doc fix.
22533
22534 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22535 Remove the redundant test for ms-dos.
22536
22537 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22538 look for the preprocessor with exec-suffixes. If not found in
22539 standard places, look in exec-path. Remove most of the tests that
22540 used system-type.
22541
22542 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22543
22544 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22545
22546 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22547 file-name clash with jka-compr.el on 8+3 filesystems.
22548
22549 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22550
22551 * term/mac-win.el: Don't define or bind scroll bar functions if
22552 x-toolkit-scroll-bars is t.
22553 (x-select-text, x-get-selection-value): Clear
22554 x-last-selected-text-clipboard if x-select-enable-clipboard is
22555 nil.
22556 (PRIMARY): Put mac-scrap-name property.
22557 (mac-select-convert-to-file-url): New function.
22558 (public.file-url): New selection target type. Add to
22559 selection-converter-alist.
22560 (x-get-selection, x-selection-value): Handle it.
22561 (x-cut-buffer-or-selection-value): New alias.
22562
22563 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22564
22565 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22566 entry to avoid calling bibtex-find-entry with arg global
22567 being t. Remove arg key.
22568 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22569 (bibtex-copy-summary-as-kill): Change accordingly.
22570
22571 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22574 (org-agenda-date-later): Use with-current-buffer.
22575
22576 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22577
22578 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22579 (define-obsolete-variable-alias): Doc Fixes.
22580
22581 2005-05-06 Kim F. Storm <storm@cua.dk>
22582
22583 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22584 vertical-motion when selective-display is active.
22585
22586 * ido.el (ido-setup-hook): New hook.
22587 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22588 (ido-input-stack): New var.
22589 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22590 ido-next-work-file binding to M-O.
22591 Bind M-f to ido-wide-find-file-or-pop-dir.
22592 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22593 (ido-read-internal): Run ido-setup-hook.
22594 Catch quit in read-file-name and read-string to cancel edit.
22595 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22596 Automatically pop-all when completing a directory name (RET).
22597 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22598 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22599 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22600 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22601 New functions for M-b/M-f to move among the directory components.
22602 (ido-make-merged-file-list): Catch quit to cancel merge.
22603 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22604 (ido-completion-help): No warnings for ido-completion-buffer-full.
22605
22606 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22607
22608 * font-lock.el (font-lock-negation-char-face): New face and variable.
22609 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22610 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22611 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22612 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22613
22614 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22615
22616 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22617 Fix typo in docstring.
22618
22619 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22620 (ebrowse-print-statistics-line)
22621 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22622
22623 * term/w32-win.el (image-library-alist): Add additional name for
22624 Xpm library.
22625
22626 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22627
22628 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22629 use gcc instead of cpp.
22630
22631 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22632 (gdb-create-define-alist): Use it.
22633 (gdb-cpp-define-alist-program): Update for MS-DOS.
22634
22635 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22636
22637 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22638
22639 2005-05-04 Richard M. Stallman <rms@gnu.org>
22640
22641 * help.el (describe-key): No error when UNTRANSLATED is nil.
22642
22643 * simple.el (line-move-1): Fix previous change to signal errors
22644 appropriately.
22645
22646 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22647
22648 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22649 (icalendar-duration-correction): Remove.
22650 (icalendar--get-event-properties): Split result at commas.
22651 (icalendar--decode-isoduration): New optional argument
22652 DURATION-CORRECTION.
22653 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22654 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22655 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22656 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22657 (icalendar--convert-anniversary-to-ical): New functions, extracted
22658 from icalendar-export-region, with bug fixes.
22659 (icalendar-export-region): Use the above functions.
22660 (icalendar-import-buffer): Check before saving diary file.
22661 (icalendar--convert-recurring-to-diary)
22662 (icalendar--convert-non-recurring-all-day-to-diary)
22663 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22664 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22665 (icalendar--convert-ical-to-diary): Use the above functions.
22666
22667 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22668
22669 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22670 Remove these recent additions.
22671 (c-mode): Restore to before 2005-04-28.
22672
22673 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22674 recent addition.
22675
22676 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22677 (gdb-define-alist): New variables.
22678 (gdb-create-define-alist): New function.
22679 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22680 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22681 with string-to-number.
22682 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22683
22684 * progmodes/gud.el: Replace string-to-int with string-to-number.
22685 (gud-find-file): Handle gdb-define-alist.
22686
22687 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22688
22689 2005-05-02 Jay Belanger <belanger@truman.edu>
22690
22691 * calc/calc-aent.el (math-read-token):
22692 * calc/calc-bin.el (calc-word-size):
22693 * calc/calc-ext.el (calc-read-number-fancy):
22694 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22695 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22696 * calc/calc-frac.el (calc-over-notation):
22697 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22698 (calc-graph-num-points, calc-graph-init):
22699 * calc/calc-prog.el (calc-read-parse-table-part)
22700 (calc-edit-macro-repeats):
22701 * calc/calc-yank.el (calc-do-grab-rectangle):
22702 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22703 Replace `string-to-int' by `string-to-number'.
22704
22705 2005-05-02 Kim F. Storm <storm@cua.dk>
22706
22707 * kmacro.el: Use executing-kbd-macro-index variable.
22708
22709 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22710
22711 * net/rlogin.el (rlogin-parse-words): Delete func.
22712 (rlogin): Use split-string, not rlogin-parse-words.
22713 Also, if there are option-like elements in the parsed args,
22714 take the host to be the first arg immediately following them.
22715 Suggested by Michael Mauger.
22716
22717 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22718
22719 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22720
22721 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22722
22723 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22724 (cc-mode-cpp-program): Rename to cc-define-list-program and
22725 move to cc-vars.el.
22726
22727 * progmodes/cc-vars.el (cc-define-list-program):
22728 Change to "gcc -E -dM -". Make customizable.
22729
22730 2005-05-02 Kim F. Storm <storm@cua.dk>
22731
22732 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22733
22734 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22735
22736 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22737
22738 * international/mule-util.el (truncate-string): Remove alias and
22739 obsolete declaration.
22740
22741 * international/mule-cmds.el (update-iso-coding-systems):
22742 Remove alias and obsolete declaration.
22743
22744 * international/mule.el (coding-system-parent): Remove alias and
22745 obsolete declaration.
22746
22747 * subr.el (define-function, sref): Remove aliases and obsolete
22748 declarations.
22749 (chars-in-region): Remove obsolete declaration.
22750
22751 2005-05-01 Richard M. Stallman <rms@gnu.org>
22752
22753 * info.el (Info-mode): Set widen-automatically to nil, locally.
22754
22755 * simple.el (widen-automatically): New variable.
22756 (pop-global-mark): Obey widen-automatically.
22757
22758 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22759
22760 * term/xterm.el (function-key-map): Call substitute-key-definition
22761 before the keymap size is increased by a lot of define-key calls.
22762
22763 2005-05-01 Richard M. Stallman <rms@gnu.org>
22764
22765 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22766 Rename ARG to ELEMENT. Doc fix.
22767
22768 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22769
22770 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22771 Remove references to allout-exposure/change to allout-new-exposure.
22772
22773 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22774 bytecode symbols.
22775
22776 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22777 (compiled-function-p, focus-frame, unfocus-frame):
22778 Remove aliases and obsolete declarations.
22779 Back out inadvertent changes from previous commit.
22780
22781 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22782
22783 * files.el (require-final-newline): Make Custom tags consistent
22784 with mode-require-final-newline.
22785 (mode-require-final-newline): Doc fix.
22786
22787 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22788
22789 * international/latexenc.el (latexenc-find-file-coding-system):
22790 Fix regular expressions.
22791
22792 2005-05-01 David Kastrup <dak@gnu.org>
22793
22794 * international/latexenc.el (latexenc-find-file-coding-system):
22795 Fix regular expressions.
22796
22797 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22798
22799 * subr.el (string-to-int): Make obsolete.
22800
22801 2005-04-30 Richard M. Stallman <rms@gnu.org>
22802
22803 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22804
22805 * loadup.el: load jka-comp-hook.
22806
22807 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22808 (jka-compr-handler): Add autoload. `put' calls moved
22809 to jka-comp-hook.el.
22810 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22811 (jka-compr-inhibit): Autoload.
22812
22813 * jka-comp-hook.el: New file.
22814 Enable the mode by default.
22815
22816 * files.el (backup-buffer-copy): Use copy-file instead
22817 of write-region, and put back the 'excl.
22818
22819 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22820
22821 * progmodes/flymake.el (flymake-split-string)
22822 (flymake-split-string, flymake-log, flymake-pid-to-names)
22823 (flymake-reg-names, flymake-get-source-buffer-name)
22824 (flymake-unreg-names, flymake-add-line-err-info)
22825 (flymake-add-err-info): Clarify docstrings.
22826 (flymake-popup-menu, flymake-make-emacs-menu)
22827 (flymake-make-xemacs-menu): Add docstrings.
22828 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22829 Set variables directly throughout.
22830
22831 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22832
22833 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22834 exists. Initialize cc-define-alist.
22835 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22836 If there is no file (Macroexpansion) don't create an alist.
22837
22838 2005-04-29 Sam Steingold <sds@gnu.org>
22839
22840 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22841 (cc-create-define-alist): Use it instead of the hard-coded string.
22842
22843 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22846 for latexenc.
22847
22848 2005-04-29 Lute Kamstra <lute@gnu.org>
22849
22850 * emacs-lisp/generic.el: Improve commentary section.
22851 (define-generic-mode): Improve docstring.
22852
22853 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22854
22855 * textmodes/org.el (many places): Change to quiet the byte compiler.
22856 (org-prefix-format-compiled): New variable.
22857 (org-compile-prefix-format): New function.
22858 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22859 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22860 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22861 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22862 consistency with entries from `org-mode' files.
22863 (org-get-time-of-day): Fix bug with partial matches early in a line.
22864 (org-non-link-chars): New constant.
22865 (org-link-regexp): Respect `org-non-link-chars'.
22866 (org-agenda-day-view): Remove command.
22867 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22868 (org-follow-bbdb-link, org-store-link): Search also company field.
22869 (org-highlight-overlay): New variable.
22870 (org-highlight, org-unhighlight): New functions.
22871 (org-agenda-mode): Add pre-command-hook to remove highlight.
22872 (org-evaluate-time-range): Behavior depends upon whether time stamp
22873 contains a time or not.
22874 (org-show-subtree, org-show-entry): New functions.
22875 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22876
22877 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22878
22879 * comint.el (comint-output-filter-functions): Add autoload cookie.
22880
22881 2005-04-28 Kim F. Storm <storm@cua.dk>
22882
22883 * ido.el (ido-everywhere): Fix last change.
22884
22885 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22886
22887 * international/latexenc.el: New file.
22888 * international/mule-conf.el (file-coding-system-alist): For .tex,
22889 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22890
22891 2005-04-28 Lute Kamstra <lute@gnu.org>
22892
22893 * font-lock.el (font-lock-add-keywords)
22894 (font-lock-remove-keywords): Clarify docstring.
22895 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22896 Don't start docstrings with a `*'.
22897 (font-lock-update-removed-keyword-alist): Give it a docstring.
22898
22899 * generic-x.el: Update commentary section.
22900 Only require font-lock when compiling.
22901 Define all modes conditionally.
22902 Place all generic modes in the generic-x-modes customization group.
22903 (generic-x-modes): New customization group.
22904 (generic-default-modes, generic-mswindows-modes)
22905 (generic-unix-modes, generic-other-modes): New constants.
22906 (generic-define-mswindows-modes, generic-define-unix-modes):
22907 Update docstrings. Make them obsolete.
22908 (generic-extras-enable-list): New default value. Update docstring.
22909 Improve :type. Change :set function.
22910 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22911 Fix docstring.
22912
22913 * emacs-lisp/generic.el (generic-mode-internal):
22914 Simplify font-lock-defaults.
22915 (define-generic-mode): Fix docstring.
22916
22917 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22918
22919 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22920 font-lock-face property to highlight matches.
22921
22922 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22923
22924 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22925 (cc-define-alist): New variable.
22926 (c-mode): Make it local and initialize it.
22927
22928 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22929 (gdb-exited): New function.
22930 (gdb-annotation-rules): Use it.
22931 (gdb-starting): Set gdb-active-process to t.
22932 (gdb-stopping): Amend doc string.
22933 (gdb-reset): Set gdb-active-process to nil.
22934
22935 * tooltip.el (tooltip-gud-tips): Show the associated #define
22936 directives when a C program under GDB is not executing.
22937
22938 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22939
22940 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22941 font-lock-fontify-syntactic-keywords.
22942
22943 * font-lock.el (font-lock-default-fontify-region): Don't force
22944 parse-sexp-lookup-properties to nil.
22945
22946 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22947
22948 * man.el (man-mode-syntax-table): Set up `:' to have
22949 word-constituent syntax.
22950
22951 2005-04-27 Lute Kamstra <lute@gnu.org>
22952
22953 * novice.el (disable-command): Don't add spurious newlines to the
22954 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22955
22956 2005-04-26 Jay Belanger <belanger@truman.edu>
22957
22958 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22959 than one window before deleting window.
22960
22961 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22962
22963 * shell.el (shell-prompt-pattern): Doc fix.
22964 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22965
22966 * comint.el (comint-prompt-regexp, comint-get-old-input)
22967 (comint-use-prompt-regexp)
22968 (comint-use-prompt-regexp-instead-of-fields)
22969 (comint-replace-by-expanded-history, comint-send-input)
22970 (comint-output-filter, comint-get-old-input-default)
22971 (comint-line-beginning-position, comint-bol, comint-show-output)
22972 (comint-backward-matching-input, comint-forward-matching-input)
22973 (comint-next-prompt, comint-previous-prompt):
22974 Rename `comint-use-prompt-regexp-instead-of-fields' to
22975 `comint-use-prompt-regexp'. Keep old name as alias and declare
22976 obsolete.
22977 (comint-use-prompt-regexp): Shorten first line of doc string.
22978
22979 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22980 Set paragraph-separate buffer locally to "\\'".
22981
22982 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22983 Adapt to above name change.
22984
22985 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22986 (smbclient-prompt-regexp): Ditto.
22987
22988 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22989
22990 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22991
22992 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22993 gdb-location-list.
22994 Break lines that are over 80 characters wide.
22995
22996 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22997
22998 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22999 New fun and var, to preserve compatibility.
23000
23001 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23002
23003 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23004
23005 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23006 name to file-newer-than-file-p.
23007
23008 2005-04-26 Richard M. Stallman <rms@gnu.org>
23009
23010 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23011
23012 * progmodes/python.el (python-mode):
23013 Use new name eldoc-documentation-function.
23014
23015 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23016
23017 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23018 (eldoc-documentation-function):
23019 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23020
23021 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23022
23023 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23024
23025 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23026
23027 * term/xterm.el (function-key-map): Fix strings for
23028 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23029 {C,S,A,C-S}-{f1-f12}.
23030
23031 2005-04-26 Kenichi Handa <handa@m17n.org>
23032
23033 * international/mule-cmds.el (select-safe-coding-system):
23034 Fix previous change.
23035
23036 2005-04-26 Lute Kamstra <lute@gnu.org>
23037
23038 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23039
23040 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23041 (font-lock-comment-delimiter-face): Ditto.
23042
23043 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23044
23045 2005-04-25 Jay Belanger <belanger@truman.edu>
23046
23047 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23048 to t while inserting information; use help-mode.
23049
23050 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23051
23052 * term.el (ansi-term-color-vector): Use the xterm colors.
23053 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23054
23055 2005-04-25 Lute Kamstra <lute@gnu.org>
23056
23057 * font-core.el (font-lock-defaults): Fix docstring.
23058
23059 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23060
23061 2005-04-25 Kenichi Handa <handa@m17n.org>
23062
23063 * international/mule-cmds.el (select-safe-coding-system):
23064 Don't check consistency with coding: spec, etc if raw-text or
23065 no-conversion was found to be safe.
23066
23067 2005-04-24 Richard M. Stallman <rms@gnu.org>
23068
23069 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23070 citation markers at start of each line.
23071
23072 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23073 citation markers at start of each line.
23074
23075 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23076
23077 * files.el (mode-require-final-newline): Fix previous change.
23078 (require-final-newline): Fix type label.
23079
23080 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23081
23082 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23083 statement in buffer (broken by 2004-11-24 change).
23084
23085 2005-04-24 Kim F. Storm <storm@cua.dk>
23086
23087 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23088 and read-file-name-function values. Don't overwrite existing
23089 non-nil values if ido-mode is enabled without ido-everywhere.
23090
23091 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23092
23093 * files.el (mode-require-final-newline): Minor doc fix.
23094
23095 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23096
23097 * subr.el (syntax-after): Doc fix.
23098 (syntax-class): If argument is nil, return nil. Mask off upper 16
23099 bits, not 8 bits.
23100
23101 * files.el (mode-require-final-newline): Doc fix.
23102 (backup-buffer-copy): Fix last change.
23103
23104 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23105
23106 * term/mac-win.el: Require select. Set selection-coding-system to
23107 mac-system-coding-system. Call menu-bar-enable-clipboard.
23108 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23109 (x-select-enable-clipboard): New variables.
23110 (x-select-text, x-get-selection, x-selection-value)
23111 (x-get-selection-value, mac-select-convert-to-string)
23112 (mac-services-open-file, mac-services-open-selection)
23113 (mac-services-insert-text): New functions.
23114 (CLIPBOARD, FIND): Put mac-scrap-name property.
23115 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23116 (public.tiff): Put mac-ostype property.
23117 (selection-converter-alist): Add entries for them.
23118 (mac-application-menu-map): New keymap.
23119 (interprogram-cut-function, interprogram-paste-function): Set to
23120 x-select-text and x-get-selection-value, respectively.
23121 (split-window-keep-point): Set to t.
23122
23123 2005-04-23 Richard M. Stallman <rms@gnu.org>
23124
23125 * files.el (read-directory-name): Always pass non-nil
23126 DEFAULT-FILENAME arg to read-file-name.
23127 (backup-buffer-copy, basic-save-buffer-2): Take care against
23128 writing thru an unexpected existing symlink.
23129 (revert-buffer): In indirect buffer, revert the base buffer.
23130 (magic-mode-alist): Doc fix.
23131 (buffer-stale-function): Doc fix.
23132 (minibuffer-with-setup-hook): Avoid warning.
23133 (mode-require-final-newline): Doc and custom fix.
23134
23135 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23136
23137 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23138 use the default appearance.
23139 (font-lock-comment-delimiter-face): New face, new variable.
23140
23141 * imenu.el (imenu--generic-function): The official position of a
23142 definition is the start of the line that BEG is in.
23143
23144 * midnight.el (midnight-timer): Move defvar up.
23145
23146 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23147
23148 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23149
23150 * startup.el (command-line): Use with-no-warnings.
23151
23152 * window.el (window-size-fixed): New defvar.
23153
23154 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23155
23156 * mail/rmail.el (rmail-font-lock-keywords):
23157 Use font-lock-comment-delimiter-face.
23158
23159 * mail/sendmail.el (mail-font-lock-keywords):
23160 Use font-lock-comment-delimiter-face.
23161
23162 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23163
23164 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23165
23166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23167 Specify t for LAXMATCH when matching directories.
23168 Save match data around compilation-compat-error-properties form.
23169
23170 2005-04-23 David Kastrup <dak@gnu.org>
23171
23172 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23173 Mention that the autoloaded aliases should be kept for AUCTeX.
23174
23175 2005-04-23 Andreas Schwab <schwab@suse.de>
23176
23177 * isearch.el (isearch-forward): Doc fix.
23178
23179 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23180
23181 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23182 (jit-lock-stealth-nice): Change default value to 0.5.
23183
23184 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23185
23186 * abbrev.el (write-abbrev-file): Write table entries in
23187 alphabetical order by table name.
23188
23189 2005-04-22 Kim F. Storm <storm@cua.dk>
23190
23191 * ido.el (ido-read-internal): Fix `list' completion.
23192
23193 2005-04-22 Kenichi Handa <handa@m17n.org>
23194
23195 * recentf.el (recentf-save-file-coding-system): New variable.
23196 (recentf-save-list): Encode the file by
23197 recentf-save-file-coding-system and add coding: tag.
23198
23199 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23200
23201 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23202
23203 2005-04-21 Lute Kamstra <lute@gnu.org>
23204
23205 * loadhist.el (unload-feature): Don't remove a function from hooks
23206 if it is about to be restored to an autoload . Remove functions
23207 that will become unbound from auto-mode-alist. Simplify the code.
23208
23209 * subr.el (assq-delete-all): New implementation that is linear,
23210 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23211 (rassq-delete-all): New function.
23212
23213 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23214 Add size-indication-mode.
23215
23216 2005-04-21 Kenichi Handa <handa@m17n.org>
23217
23218 * international/mule-cmds.el: Add autoload for widget-value in
23219 eval-when-compile.
23220
23221 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23222
23223 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23224 Add tooltip-mode.
23225
23226 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23227
23228 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23229
23230 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23231 (inferior-lisp-filter-regexp, inferior-lisp-program)
23232 (inferior-lisp-load-command, inferior-lisp-prompt)
23233 (inferior-lisp-mode-hook, lisp-source-modes)
23234 (inferior-lisp-load-hook): defvar->defcustom.
23235 (inferior-lisp-program, inferior-lisp-prompt)
23236 (inferior-lisp-load-hook): Doc fixes.
23237 (inferior-lisp-install-letter-bindings): Small change in
23238 introductory comment.
23239
23240 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23241
23242 * vc.el (vc-annotate-color-map): Change some colors so that text
23243 using them as foreground is readable on both white and black
23244 backgrounds.
23245
23246 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23247
23248 * international/mule-conf.el (translation-table-for-input):
23249 Remove redundant declaration.
23250
23251 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23252
23253 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23254
23255 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23256 (tooltip-toggle-gud-tips): New function.
23257
23258 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23259
23260 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23261 right angle brackets.
23262
23263 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23264
23265 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23266
23267 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23268
23269 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23270 Remove. Update callers to use expand-file-name instead.
23271
23272 * subr.el (syntax-class): New function.
23273
23274 * simple.el (blink-matching-open): Use it.
23275
23276 * paren.el (show-paren-function): Use it to recognize parens that are
23277 also used in 2-char comment markers.
23278
23279 2005-04-19 Lute Kamstra <lute@gnu.org>
23280
23281 * loadhist.el (unload-feature): Update for new format of
23282 load-history. Simplify the code.
23283
23284 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23285
23286 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23287 (mac-add-charset-info): New function. Initialize variable
23288 mac-charset-info-alist using it.
23289 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23290 for translation.
23291 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23292 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23293 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23294 New CCL programs.
23295
23296 2005-04-19 Kim F. Storm <storm@cua.dk>
23297
23298 * simple.el (next-buffer, prev-buffer, next-error)
23299 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23300 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23301
23302 * bindings.el (next-buffer, prev-buffer, next-error)
23303 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23304 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23305 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23306 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23307
23308 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23309
23310 * isearch.el (isearch-edit-string): Make the search-ring available for
23311 minibuffer history commands.
23312 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23313 the default history commands now work just as well.
23314 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23315
23316 2005-04-18 Kim F. Storm <storm@cua.dk>
23317
23318 * emulation/cua-base.el (cua--pre-command-handler): Add more
23319 elaborate check for shift modifier on non-window systems.
23320
23321 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23322
23323 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23324
23325 2005-04-18 Kim F. Storm <storm@cua.dk>
23326
23327 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23328 and make it optional. Don't test tooltip-gud-echo-area here.
23329 (tooltip-gud-process-output, gdb-tooltip-print):
23330 Pass tooltip-gud-echo-area to tooltip-show.
23331 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23332
23333 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23334
23335 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23336 `display-graphic-p' may not be bound yet.
23337
23338 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23339
23340 * startup.el (command-line): No longer enable Xterm Mouse mode by
23341 default in terminals compatible with xterm.
23342
23343 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23344
23345 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23346
23347 * tooltip.el (tooltip-gud-echo-area): Rename from
23348 tooltip-use-echo-area.
23349 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23350 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23351 area independently of where help tooltips are displayed.
23352
23353 2005-04-17 David Kastrup <dak@gnu.org>
23354
23355 * cus-theme.el (custom-theme-write-variables): Quote variables
23356 where necessary.
23357
23358 2005-04-17 Richard M. Stallman <rms@gnu.org>
23359
23360 * simple.el (yank-excluded-properties): Add follow-link to value.
23361
23362 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23363
23364 * startup.el (fancy-splash-max-time): Just 30 seconds.
23365 (fancy-splash-delay): Just 7.
23366 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23367
23368 * loadhist.el (unload-feature): Update for new format of load-history.
23369 Simplify the code.
23370
23371 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23372 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23373
23374 * mail/sendmail.el (mail-font-lock-keywords):
23375 Don't fontify subject text.
23376 Don't fontify the text of a citation.
23377
23378 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23379
23380 * comint.el (comint-output-filter): Run comint-output-filter-functions
23381 with point where the user had it.
23382
23383 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * international/ucs-tables.el (ucs-set-table-for-input):
23386 Disable when using unify-on-decoding.
23387
23388 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23389
23390 * emulation/cua-base.el (cua-global-mark-face): Add special case
23391 for displays supporting a high number of colors.
23392
23393 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23394
23395 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23396
23397 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23398
23399 * filesets.el (filesets-add-buffer): If user supplies a name of a
23400 non-existing fileset, create a new fileset.
23401
23402 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23403
23404 * textmodes/org.el (org-up-heading-all): Fix bug with
23405 `outline-up-heading-all'.
23406
23407 2005-04-16 Andreas Schwab <schwab@suse.de>
23408
23409 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23410 /etc/permissions.d/* and /etc/aliases.d/*.
23411
23412 2005-04-16 Kenichi Handa <handa@m17n.org>
23413
23414 * international/code-pages.el (cp-make-coding-system):
23415 Set `translation-table-for-input' property value to the symbol
23416 ucs-mule-to-mule-unicode, not to that value.
23417 (pt154): Escape guillemet by `\'.
23418
23419 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23420
23421 * loadup.el: Load tooltip if x-show-tip is fboundp.
23422
23423 * startup.el (command-line): Add comment.
23424
23425 * tooltip.el (tooltip-mode): Specify correct standard value for
23426 Custom in init-value.
23427
23428 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23429
23430 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23431 possible.
23432
23433 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23434
23435 * textmodes/org.el (org-agenda-date-prompt): Rename from
23436 `org-agenda-date-today'.
23437 (org-evaluate-time-range): Insert at point instead of directly
23438 after time range.
23439 (org-first-headline-recenter, org-subtree-end-visible-p)
23440 (org-optimize-window-after-visibility-change): New functions
23441 (org-agenda-post-command-hook): Don't allow point at end of line,
23442 to make sure it always hits the text properties.
23443 (org-agenda-next-date-line, org-agenda-previous-date-line):
23444 New commands.
23445 (org-set-regexps-and-options): Category may contain white space.
23446 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23447 Improve marker positions.
23448 (org-agenda-new-marker): Argument POS made optional.
23449 (org-agenda-get-timestamps): Deadlines which are done are listed
23450 in org-done-face now.
23451 (org-agenda-get-todos, org-agenda-get-timestamps)
23452 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23453 Set `undone-face' and `done-face' properties.
23454 (org-last-todo-state-is-todo): New variable.
23455 (org-todo): Set `org-last-todo-state-is-todo'.
23456 (org-agenda-todo): Change face according to
23457 `org-last-todo-state-is-todo'. And change other lines referring to
23458 the same entry.
23459 (org-calendar-goto-agenda): New command.
23460 (org-calendar-to-agenda-key): New option.
23461 (org-startup-folded): New allowed value `content'.
23462 (org-set-regexps-and-options): Accept new value `content' for
23463 `org-startup-folded'.
23464 (org-get-current-options): Handle new value `content' for
23465 `org-startup-folded'.
23466 (org-insert-todo-heading): New command.
23467 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23468 interactively in empty file and option
23469 `org-insert-mode-line-in-empty-file' has been set.
23470 (org-agenda-todo, org-agenda-priority): Modify to use
23471 `org-agenda-change-all-lines'.
23472 (org-warning-face): Change color on dark background
23473
23474 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23475
23476 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23477 use preferences AppleLocale and AppleLanguages, and variable
23478 mac-system-locale for default locale. On Mac OS Classic, use
23479 mac-system-coding-system for default coding systems.
23480
23481 * term/mac-win.el: Don't set file-name-coding-system.
23482 Decode variables system-name, emacs-build-system, user-login-name, and
23483 user-full-name by mac-system-coding-system on Mac OS Classic.
23484 (mac-system-coding-system): New variable.
23485
23486 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23487
23488 * startup.el (command-line): Handle `xterm-mouse-mode' before
23489 reading init file.
23490
23491 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23492
23493 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23494
23495 * progmodes/sh-script.el (sh-here-document-word): Make it a
23496 defcustom. Doc fix.
23497 (sh-add): Bash uses $(( )) for arithmetic.
23498 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23499 (sh-maybe-here-document): Remove quotes and leading whitespace
23500 from heredoc word when closing. Indent heredoc with tabs if word
23501 starts with "-".
23502
23503 2005-04-13 Richard M. Stallman <rms@gnu.org>
23504
23505 * simple.el (undo): Fix previous change.
23506
23507 * custom.el (defface): Doc fix.
23508
23509 2005-04-13 Lute Kamstra <lute@gnu.org>
23510
23511 * Makefile.in (DONTCOMPILE): Remove list.
23512 (compile, compile-always): Don't use DONTCOMPILE.
23513 (update-authors): Load the library in which batch-update-authors
23514 is defined.
23515 * makefile.w32-in (DONTCOMPILE): Remove list.
23516 (compile, compile-always): Fix comments.
23517 (update-authors): Load the library in which batch-update-authors
23518 is defined.
23519
23520 * generic-x.el (generic-mode-ini-file-find-file-hook):
23521 Rename to ini-generic-mode-find-file-hook.
23522 Keep generic-mode-ini-file-find-file-hook as an alias.
23523 (ini-generic-mode-find-file-hook): Rename from
23524 generic-mode-ini-file-find-file-hook. Fix docstring.
23525 (ini-generic-mode): Docstring change.
23526 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23527
23528 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23529 called from lisp.
23530
23531 * generic.el: Move to the emacs-lisp subdir.
23532
23533 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23534
23535 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23536 and C-S- function and cursor motion keys.
23537
23538 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23539
23540 * startup.el (command-line): Enable Xterm Mouse mode by default.
23541 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23542 for Custom. No longer show "Mouse" in mode line when enabled.
23543 Doc fix.
23544
23545 2005-04-12 Kim F. Storm <storm@cua.dk>
23546
23547 * emulation/cua-base.el (cua-rectangle-face)
23548 (cua-rectangle-noselect-face): Define face attributes here.
23549
23550 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23551
23552 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23553
23554 * startup.el (command-line): Turn off blinking cursor if
23555 cursorBlink in resources is off or false.
23556
23557 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23558
23559 * term/mac-win.el (dnd): Require dnd.
23560 (mac-drag-n-drop): Call dnd-handle-one-url.
23561 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23562 (kTextEncodingISOLatin2): Remove constants.
23563 (mac-script-code-coding-systems): New constant.
23564 (mac-handle-language-change): New function.
23565 (special-event-map): Bind it to `language-change' event.
23566 (mac-centraleurroman, mac-cyrillic): New coding systems.
23567 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23568 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23569 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23570 encode-mac-cyrillic, respectively.
23571
23572 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23573
23574 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23575 Don't set overlay-arrow-string to "=>" as this is done
23576 globally in C now.
23577
23578 2005-04-12 Lute Kamstra <lute@gnu.org>
23579
23580 * generic-x.el (rc-generic-mode, rul-generic-mode):
23581 Fix auto-mode-alist entries.
23582 (etc-fstab-generic-mode): Tweak fontification.
23583
23584 * generic.el (generic-make-keywords-list): Fix docstring.
23585 (generic-mode-internal): Simplify generic-font-lock-keywords.
23586
23587 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23588
23589 * whitespace.el (whitespace-buffer-leading)
23590 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23591 However, fix the highlight area for the leading and
23592 trailing whitespaces to show space.
23593
23594 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23595
23596 * whitespace.el (whitespace-version): Bump to 3.5
23597
23598 (whitespace-buffer-leading, whitespace-buffer-trailing):
23599 Invert sense of the test to highlight the whitespace.
23600
23601 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23602
23603 * progmodes/gud.el (gud-display-line): GUD uses its own
23604 overlay arrow now so don't set overlay-arrow-string.
23605 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23606
23607 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23608
23609 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23610 (term-ansi-current-reverse, term-ansi-current-invisible)
23611 (term-ansi-face-already-done): Change to boolean.
23612 (term-reset-terminal, term-handle-colors-array): Handle the above
23613 vars accordingly.
23614 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23615 (term-emulate-terminal): Use the new name.
23616
23617 * faces.el (secondary-selection): Use yellow1, not yellow.
23618 (trailing-whitespace): Use red1, not red.
23619
23620 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23621
23622 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23623 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23624 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23625
23626 * cus-edit.el (dnd): New group.
23627
23628 * term/w32-win.el (dnd): Require dnd
23629 (w32-drag-n-drop): Call dnd-handle-one-url.
23630
23631 * x-dnd.el: Require dnd.
23632 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23633 Call dnd-handle-one-url.
23634 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23635 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23636 to dnd-insert-text.
23637 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23638 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23639 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23640 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23641
23642 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23643
23644 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23645
23646 * wdired.el: Doc fixes.
23647 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23648 (wdired-use-dired-vertical-movement): Rename from
23649 wdired-always-move-to-filename-beginning.
23650 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23651 (wdired-change-to-wdired-mode): Change mode name.
23652 (wdired-newline): Delete.
23653
23654 2005-04-11 Richard M. Stallman <rms@gnu.org>
23655
23656 * whitespace.el (whitespace-highlight-the-space):
23657 Don't call whitespace-unhighlight-the-space here.
23658
23659 * simple.el (undo): Record t in undo-equiv-table
23660 for the redo record made by an undo-in-region.
23661
23662 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23663
23664 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23665 (gdb-frame-inferior-io-buffer): New Functions to control
23666 display of separate IO buffer.
23667 (menu): Add them to menu-bar.
23668 (gdb-display-buffer): Check for buffer another frame.
23669 Protect GUD buffer.
23670 (gdb-setup-windows): Create IO buffer if not already there.
23671 (gdb-memory-mode): Remove purecopy noops.
23672
23673 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23674
23675 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23676 and pass to self-insert-command.
23677
23678 2005-04-11 Lute Kamstra <lute@gnu.org>
23679
23680 * generic.el: Commentary section cleanup.
23681 (generic): Delete.
23682 (generic-use-find-file-hook, generic-lines-to-scan)
23683 (generic-find-file-regexp, generic-ignore-files-regexp)
23684 (default-generic-mode, generic-mode-find-file-hook)
23685 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23686 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23687 (generic-use-find-file-hook, generic-lines-to-scan)
23688 (generic-find-file-regexp, generic-ignore-files-regexp)
23689 (default-generic-mode, generic-mode-find-file-hook)
23690 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23691
23692 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23693
23694 * bookmark.el (bookmark-write-file): Catch errors writing file.
23695 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23696
23697 2005-04-10 Richard M. Stallman <rms@gnu.org>
23698
23699 * startup.el (fancy-splash-tail): Update copyright year.
23700 (command-line): Split part of -Q into -D.
23701 (emacs-basic-display): New defvar.
23702 (fancy-splash-text): Correct name of menu item.
23703
23704 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23705
23706 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23707 lines in one node.
23708
23709 * comint.el (comint-send-input): New arg ARTIFICIAL.
23710 Callers in this file changed.
23711
23712 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23713
23714 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23715
23716 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23717
23718 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23719 `ldap-search-internal'.
23720
23721 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23722
23723 * files.el (set-auto-mode-1): Use line-end-position.
23724
23725 * international/latin-1.el:
23726 * international/latin-2.el:
23727 * international/latin-3.el:
23728 * international/latin-4.el:
23729 * international/latin-5.el:
23730 * international/latin-8.el:
23731 * international/latin-9.el: Give punctuation syntax to NBSP.
23732
23733 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23734 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23735 Use char-classes to accept non-ascii letters, accepted in some recent
23736 bibtex implementations.
23737
23738 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23739
23740 * custom.el (custom-set-minor-mode): Any non-nil value for the
23741 variable should enable the mode when set through Custom.
23742
23743 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23744
23745 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23746 TAB binding so tab-always-indent is obeyed.
23747 (vhdl-minibuffer-local-map): Move initialization into declaration.
23748 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23749 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23750 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23751 (vhdl-current-line): Use line-beginning-position.
23752 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23753 with-output-to-temp-buffer, so the current position can be recorded.
23754
23755 2005-04-10 Masatake YAMATO <jet@gyve.org>
23756
23757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23758 Add regexp for gcov.
23759
23760 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23761
23762 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23763 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23764 syntax which Emacs 20 doesn't support.
23765
23766 2005-04-09 Richard M. Stallman <rms@gnu.org>
23767
23768 * help.el (describe-key-briefly, describe-key):
23769 Replace strings as event types with "(any string)".
23770
23771 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23772
23773 * arc-mode.el (archive-mode-map): Move initialization into
23774 the declaration. Override *all* bindings of `undo'.
23775 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23776
23777 2005-04-09 Jay Belanger <belanger@truman.edu>
23778
23779 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23780
23781 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23782
23783 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23784 (xterm-register-default-colors): Update color values computation
23785 to match xterm-200.
23786
23787 2005-04-09 Kenichi Handa <handa@m17n.org>
23788
23789 * international/code-pages.el (iso-latin-7): Fix the map.
23790
23791 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23792
23793 * emacs-lisp/lisp.el (defun-prompt-regexp)
23794 (parens-require-spaces, buffer-end, end-of-defun)
23795 (insert-parentheses): Doc fixes.
23796
23797 2005-04-08 Kim F. Storm <storm@cua.dk>
23798
23799 * comint.el (comint-highlight-prompt): Fix face spec.
23800 * hi-lock.el (hi-green): Likewise.
23801
23802 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23803
23804 * cus-edit.el (custom-modified-face):
23805 * comint.el (comint-highlight-input): Fix previous changes.
23806 * term.el (term-handle-ansi-escape): Add a comment.
23807
23808 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23809
23810 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23811 in the buffer and in whitespace-highlighted-space.
23812 (whitespace-unhighlight-the-space): Simplify.
23813 (whitespace-buffer): Simplify.
23814
23815 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23816
23817 * textmodes/table.el (table-cell-face): Add special case for
23818 displays supporting a high number of colors.
23819 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23820 (vhdl-font-lock-reserved-words-face)
23821 (vhdl-speedbar-architecture-face)
23822 (vhdl-speedbar-instantiation-face)
23823 (vhdl-speedbar-architecture-selected-face)
23824 (vhdl-speedbar-instantiation-selected-face): Likewise.
23825 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23826 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23827 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23828 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23829 (ebrowse-progress-face): Likewise.
23830 * progmodes/compile.el (compilation-info-face): Likewise.
23831 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23832 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23833 * calendar/calendar.el (diary-face): Likewise.
23834 * woman.el (woman-italic-face, woman-bold-face)
23835 (woman-unknown-face): Likewise.
23836 * wid-edit.el (widget-button-pressed-face): Likewise.
23837 * whitespace.el (whitespace-highlight-face): Likewise.
23838 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23839 * pcvs-info.el (cvs-marked-face): Likewise.
23840 * info.el (info-xref): Likewise.
23841 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23842 * hilit-chg.el (highlight-changes-face)
23843 (highlight-changes-delete-face): Likewise.
23844 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23845 (hi-red-b): Likewise.
23846 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23847 * font-lock.el (font-lock-keyword-face)
23848 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23849 * cus-edit.el (custom-invalid-face, custom-modified-face)
23850 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23851 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23852 * comint.el (comint-highlight-prompt): Likewise.
23853
23854 2005-04-08 Lute Kamstra <lute@gnu.org>
23855
23856 * font-lock.el (font-lock-keywords): Docstring fixes.
23857
23858 2005-04-08 Kenichi Handa <handa@m17n.org>
23859
23860 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23861 chars are more than a limit, print " and more..." at the tail.
23862
23863 2005-04-08 Kim F. Storm <storm@cua.dk>
23864
23865 * emacs-lisp/authors.el (authors-aliases): Update list.
23866 (authors-ignored-files): New list.
23867 (authors-fixed-entries): Fix typo.
23868 (authors-renamed-files-alist): Update list.
23869 (authors-add): Check authors-ignored-files.
23870
23871 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23872
23873 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23874 optional, to ensure backward compatibility.
23875
23876 2005-04-08 Stephen Eglen <stephen@gnu.org>
23877
23878 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23879
23880 2005-04-08 Kim F. Storm <storm@cua.dk>
23881
23882 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23883
23884 * mouse.el (mouse-on-link-p): Doc fix.
23885
23886 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23887
23888 * ielm.el (ielm-prompt-read-only): Doc fix.
23889
23890 * comint.el (comint-prompt-read-only): Doc fix.
23891
23892 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23893
23894 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23895 ensure dired always handles wildcards passed to ffap.
23896 (find-file-at-point): Use it.
23897 (ffap-dired-wildcards): Doc fix.
23898
23899 2005-04-07 Juri Linkov <juri@jurta.org>
23900
23901 * simple.el (next-error-overlay-arrow-position): New defvar.
23902 Put "=>" on its property `overlay-arrow-string'. Add it to
23903 `overlay-arrow-variable-list'.
23904
23905 * progmodes/compile.el (compilation-setup):
23906 Set `next-error-overlay-arrow-position' to nil. Also set it to
23907 nil in the local hook `kill-buffer-hook'. Make local variable
23908 `overlay-arrow-string' and set it to "=>".
23909 (compilation-goto-locus): Set BOL position to
23910 `next-error-overlay-arrow-position' instead of
23911 `overlay-arrow-position'.
23912
23913 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23914 locally instead of adding it to the global hook.
23915 (Info-kill-buffer): Move up.
23916
23917 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23918
23919 * term/xterm.el (xterm-standard-colors): Update color values from
23920 xterm-200.
23921
23922 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23923
23924 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23925
23926 * fast-lock.el:
23927 * lazy-lock.el: Move them to the obsolete subdir.
23928
23929 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23930
23931 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23932 (wdired-add-replace-advice): Remove.
23933 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23934
23935 2005-04-06 Kim F. Storm <storm@cua.dk>
23936
23937 * startup.el (command-line): Add --bare-bones alias for -Q.
23938
23939 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23940
23941 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23942 create the startup fontset if a font specification ends with
23943 `mac-roman'.
23944
23945 2005-04-06 Lute Kamstra <lute@gnu.org>
23946
23947 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23948 change.
23949
23950 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23951 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23952
23953 2005-04-05 Lute Kamstra <lute@gnu.org>
23954
23955 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23956 (define-generic-mode): Ditto. Fix debug declaration.
23957
23958 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23959 Put them in the generic-x group.
23960
23961 * calendar/timeclock.el (timeclock): Doc fix.
23962
23963 * generic.el (define-generic-mode): Don't use custom-current-group.
23964 Document default :group value.
23965 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23966 (define-global-minor-mode): Don't use custom-current-group.
23967
23968 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23969
23970 * startup.el (command-line-1): Display startup-echo-area-message
23971 when fancy splash screen is in use.
23972
23973 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23974 (sh-escaped-newline): New face.
23975 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23976 newline, and use sh-escaped-newline face.
23977
23978 * progmodes/tcl.el (tcl-escaped-newline): New face.
23979 (tcl-builtin-list): New variable.
23980 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23981 newlines. Fix keywords subexpression number.
23982
23983 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23984
23985 * textmodes/org.el (org-diary-default-entry): Fix call to
23986 `add-to-diary-entry'.
23987
23988 2005-04-05 Kim F. Storm <storm@cua.dk>
23989
23990 * ediff-init.el: Use (featurep 'xemacs).
23991
23992 2005-04-05 David Ponce <david@dponce.com>
23993
23994 * cus-edit.el (face): Derive from symbol widget. Display sample
23995 of the current face on the fly.
23996 (widget-face-sample-face-get, widget-face-notify): New functions.
23997 (widget-face-value-create): Remove.
23998
23999 * wid-edit.el (widget-field-end): Temporarily remove field
24000 narrowing before to call `get-char-property'.
24001
24002 2005-04-04 Jay Belanger <belanger@truman.edu>
24003
24004 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24005 (math-read-subscripts): New variable.
24006 (math-read-preprocess-string): Process subscripts.
24007
24008 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24009
24010 * comint.el (comint-prompt-read-only): Doc fix.
24011
24012 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24013 `-1'. Doc fix.
24014
24015 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24016
24017 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24018 Change default value to nil.
24019
24020 2005-04-04 Lute Kamstra <lute@gnu.org>
24021
24022 * autorevert.el (auto-revert-mode): Specify :group.
24023 * battery.el (display-battery-mode): Specify :group.
24024 * diff-mode.el (diff-minor-mode): Specify :group.
24025 * font-core.el (font-lock-mode): Specify :group.
24026 * hl-line.el (hl-line-mode): Specify :group.
24027 * iimage.el (iimage): New customization group.
24028 (iimage-mode): Specify :group.
24029 * longlines.el (longlines-mode): Specify :group.
24030 * master.el: Don't require easy-mmode.
24031 (master): New customization group.
24032 (master-mode): Specify :group.
24033 * msb.el (msb-mode): Specify :group.
24034 * reveal.el (reveal-mode): Specify :group.
24035 * simple.el (next-error-follow-minor-mode): Specify :group.
24036 * smerge-mode.el (smerge-mode): Specify :group.
24037 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24038 * emulation/cua-base.el (cua-mode): Specify :group.
24039 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24040 * language/thai-util.el (thai-auto-composition-mode)
24041 (thai-word-mode): Specify :group.
24042 * mail/supercite.el (sc-minor-mode): Specify :group.
24043 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24044 * progmodes/flymake.el (flymake-mode): Specify :group.
24045 * progmodes/glasses.el (glasses-mode): Specify :group.
24046 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24047 * textmodes/enriched.el (enriched-mode): Specify :group.
24048 * textmodes/refill.el (refill-mode): Specify :group.
24049
24050 * add-log.el (change-log-font-lock-keywords): Names in
24051 parenthesized lists can contain spaces.
24052
24053 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24054
24055 * startup.el (fancy-splash-text): Shorten default text of
24056 "Emacs Tutorial" line. Also, if the current language env
24057 indicates an available tutorial file other than TUTORIAL,
24058 extract its title and append it to the line in parentheses.
24059 (fancy-splash-insert): If arg is a thunk, funcall it.
24060
24061 2005-04-04 Jay Belanger <belanger@truman.edu>
24062
24063 * calc.el (calc-language-alist): Add tags to customization type.
24064
24065 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24066
24067 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24068 Doc fix.
24069
24070 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24071
24072 * add-log.el (change-log-font-lock-keywords): The manual
24073 describing a Change Log entry, says: (...) "Aside from these
24074 header lines, every line in the change log starts with a space or
24075 a tab.". The font-lock was not highlighting lines started with
24076 spaces, added support for it.
24077
24078 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24079
24080 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24081 (bibtex-generate-url-list): Update docstring accordingly. Put the
24082 complex example in the docstring.
24083 (bibtex-font-lock-url): Use pop.
24084
24085 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24086
24087 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24088
24089 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24090
24091 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24092
24093 * filesets.el (filesets-set-default): Doc fix.
24094
24095 2005-04-03 Lute Kamstra <lute@gnu.org>
24096
24097 * generic.el (define-generic-mode): Add argument to specify
24098 keywords for defcustom.
24099 (default-generic-mode): Specify :group.
24100
24101 * generic-x.el: Specify :group for all generic modes.
24102
24103 * desktop.el (desktop-no-desktop-file-hook)
24104 (desktop-after-read-hook): Doc fix.
24105
24106 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24107
24108 * simple.el (visible-mode): Use explicit :group keyword.
24109 This changes the group of `visible-mode-hook' from paren-blinking
24110 to editing-basics.
24111
24112 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24113
24114 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24115 mailbox specifications as well as URLs.
24116 (rmail-insert-inbox-text): Remove unused conditional branches.
24117
24118 2005-04-01 Jay Belanger <belanger@truman.edu>
24119
24120 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24121 (calc-gnuplot-print-command): Move definitions to calc.el.
24122
24123 * calc/calc-embed.el (calc-embedded-announce-formula)
24124 (calc-embedded-open-formula, calc-embedded-close-formula)
24125 (calc-embedded-open-word, calc-embedded-close-word)
24126 (calc-embedded-open-plain, calc-embedded-close-plain)
24127 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24128 (calc-embedded-open-mode, calc-embedded-close-mode):
24129 Move definitions to calc.el.
24130
24131 * calc/calc.el (calc-settings-file, calc-language-alist):
24132 Make customizable.
24133 (calc-embedded-announce-formula, calc-embedded-open-formula)
24134 (calc-embedded-close-formula, calc-embedded-open-word)
24135 (calc-embedded-close-word, calc-embedded-open-plain)
24136 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24137 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24138 (calc-embedded-close-mode, calc-gnuplot-name)
24139 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24140 from other files and make customizable.
24141
24142 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24143
24144 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24145 Use buffer-live-p.
24146 (cvs-mode-run): Don't call cvs-update-header here.
24147 (cvs-run-process): Call cvs-update-header.
24148 Use process properties for cvs-postprocess and cvs-buffer so that
24149 the sentinel can behave better if the temp buffer is killed.
24150 Use a pipe rather than a tty, to better handle unexpected prompts.
24151 (cvs-sentinel): Rewrite. Call cvs-update-header.
24152
24153 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24154
24155 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24156 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24157
24158 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24159
24160 * generic.el (define-generic-mode): Add indentation rule.
24161
24162 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24163
24164 * files.el (mode-require-final-newline): Make Custom correctly
24165 report a nil value and allow to set it to nil via Custom.
24166 Doc fix.
24167
24168 2005-04-01 Kenichi Handa <handa@m17n.org>
24169
24170 * international/characters.el: Enable the correct case setting for
24171 dotless-i and dotted-I.
24172
24173 2005-04-01 Kim F. Storm <storm@cua.dk>
24174
24175 * ido.el (ido-file-internal): Fall back to non-ido command if
24176 initial directory is on slow ftp (or tramp) host.
24177
24178 2005-03-31 Richard M. Stallman <rms@gnu.org>
24179
24180 * emacs-lisp/autoload.el (make-autoload):
24181 Handle define-global-minor-mode.
24182
24183 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24184 Rename from easy-mmode-define-global-mode.
24185 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24186
24187 * progmodes/scheme.el (scheme-mode-syntax-table):
24188 Update syntax of | and # for two-character comment syntax.
24189
24190 2005-03-31 Lute Kamstra <lute@gnu.org>
24191
24192 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24193 (define-minor-mode): Call custom-current-group at load-time.
24194
24195 * generic.el (define-generic-mode): Add debug declaration.
24196 Add defcustom for the mode hook.
24197 (generic-mode-internal): Use run-mode-hooks.
24198
24199 2005-03-31 Kim F. Storm <storm@cua.dk>
24200
24201 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24202 (mouse-fixup-help-message): New defun called by show_help_echo
24203 to fixup mouse-2 prefix in help messages when applicable.
24204
24205 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24206
24207 2005-03-31 Kenichi Handa <handa@m17n.org>
24208
24209 * language/thai-word.el (thai-find-word-ends): Pay attention to
24210 the case that we reach the end of buffer.
24211
24212 * textmodes/fill.el (fill-text-properties-at): New function.
24213 (fill-newline): Use fill-text-properties-at instead of
24214 text-properties-at.
24215
24216 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24217
24218 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24219 not comint-quote-filename.
24220
24221 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24222
24223 * help-fns.el (help-with-tutorial): Revert last change.
24224
24225 2005-03-31 Kim F. Storm <storm@cua.dk>
24226
24227 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24228
24229 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24230
24231 * calendar/cal-china.el: Update reference to "Calendrical
24232 Calculations" book; there's a new edition.
24233 * calendar/cal-coptic.el: Likewise.
24234 * calendar/cal-french.el: Likewise.
24235 * calendar/cal-hebrew.el: Likewise.
24236 * calendar/cal-islam.el: Likewise.
24237 * calendar/cal-iso.el: Likewise.
24238 * calendar/cal-julian.el: Likewise.
24239 * calendar/cal-mayan.el: Likewise.
24240 * calendar/cal-persia.el: Likewise.
24241 * calendar/calendar.el: Likewise.
24242 * calendar/holidays.el: Likewise.
24243 * calendar/lunar.el: Likewise.
24244 * calendar/solar.el: Likewise.
24245
24246 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24247 white space from doc string.
24248
24249 2005-03-30 Jay Belanger <belanger@truman.edu>
24250
24251 * calc/calc-help.el (calc-full-help): Remove email address.
24252
24253 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24254
24255 * help-fns.el (help-with-tutorial): Delete title line.
24256
24257 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24258
24259 * calendar/cal-x.el (calendar-one-frame-setup)
24260 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24261 rather than `symbol' for set-window-dedicated-p.
24262
24263 * calendar/appt.el (appt-buffer-name): Make it a constant.
24264 (appt-add): Doc fix.
24265
24266 * filesets.el (filesets-menu-path, filesets-menu-before)
24267 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24268 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24269 (filesets-add-submenu): Delete and use add-submenu instead.
24270
24271 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24272
24273 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24274 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24275 (org-diary-default-entry): New function.
24276 (org-get-entries-from-diary): Better parsing of diary entries.
24277 (org-agenda-check-no-diary): New function.
24278 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24279 linking to diary entries.
24280 (org-agenda-execute-calendar-command): New function.
24281 (org-agenda): Improve visible section in window.
24282 Use `org-fit-agenda-window'.
24283 (org-fit-agenda-window): New option.
24284 (org-move-subtree-down): Better handling of empty lines
24285 at end of subtree.
24286 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24287 levels up.
24288 (org-fontify-done-headline): New option.
24289 (org-headline-done-face): New face.
24290 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24291 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24292 When current field is non-empty, it is copied to next row.
24293 (org-table-copy-from-above): Fix bug which made it
24294 impossible to copy fields containing only a single non-white character.
24295
24296 2005-03-30 Kim F. Storm <storm@cua.dk>
24297
24298 * kmacro.el (kmacro-end-macro): Isearch may store this command
24299 into the macro -- so ignore it when executing keyboard macro.
24300
24301 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24302
24303 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24304
24305 2005-03-29 Kenichi Handa <handa@m17n.org>
24306
24307 * language/thai.el ("Thai"): Set setup-function and exit-function
24308 for Thai language environment.
24309
24310 * language/thai-util.el: Require thai-word.
24311 (thai-word-mode-map): New variable.
24312 (thai-word-mode): New minor mode.
24313 (setup-thai-language-environment-internal): New function.
24314 (exit-thai-language-environment-internal): New function.
24315
24316 * language/thai-word.el (thai-word-table): Declare it by defvar,
24317 use dolist to initialize it.
24318 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24319 (thai-fill-find-break-point): New functions.
24320
24321 2005-03-29 Richard M. Stallman <rms@gnu.org>
24322
24323 * simple.el (idle-update-delay): Move definition up.
24324 (set-mark): Doc fix.
24325
24326 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24327
24328 * longlines.el: New file.
24329
24330 * simple.el (buffer-substring-filters): New variable.
24331 (filter-buffer-substring): New function.
24332 (kill-region, copy-region-as-kill): Use it.
24333
24334 * register.el (copy-to-register, append-to-register)
24335 (prepend-to-register): Use filter-buffer-substring.
24336
24337 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24338
24339 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24340 (gud-filter-pending-text): Move in front of gdb.
24341 (gud-overlay-arrow-position): New variable.
24342 (gud-sentinel, gud-display-line): Use it in place of
24343 overlay-arrow-position.
24344
24345 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24346
24347 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24348 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24349 (fortran-font-lock-keywords-4): New variable.
24350 (fortran-blocks-re, fortran-end-block-re)
24351 (fortran-start-block-re): New constants, for hideshow.
24352 (hs-special-modes-alist): Add a Fortran entry.
24353 (fortran-mode-map): Bind fortran-end-of-block,
24354 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24355 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24356 (fortran-looking-at-if-then, fortran-end-of-block)
24357 (fortran-beginning-of-block): New functions, for hideshow.
24358
24359 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24360 Doc fix. Tweak regexp.
24361 (f90-beginning-of-block): Push mark first.
24362
24363 2005-03-29 Jay Belanger <belanger@truman.edu>
24364
24365 * calc/calc.el: Update copyright date.
24366 (calc-version): Increase to 2.1.
24367 (calc-version-date): Remove.
24368
24369 * calc/calc-help.el: Update copyright date.
24370 (calc-full-help): Remove reference to calc-version-date.
24371 Update copyright date.
24372
24373 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24374
24375 * vc.el (vc-do-command): Use a pipe for async processes, so password
24376 prompts don't show up at places where the user can't reply.
24377
24378 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24379
24380 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24381 on the file name we pass to the inferior shell.
24382
24383 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24384
24385 * progmodes/which-func.el (which-function): Be robust in the face of an
24386 imenu--make-index-alist failure.
24387
24388 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24389
24390 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24391
24392 * progmodes/python.el (python-preoutput-filter): Fix last change.
24393
24394 2005-03-29 Lute Kamstra <lute@gnu.org>
24395
24396 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24397 functions and compiled macros.
24398 (debug-convert-byte-code): Handle macros too.
24399 (debug-on-entry-1): Don't signal an error when trying to clear a
24400 function that is not set to debug on entry.
24401
24402 2005-03-29 Jay Belanger <belanger@truman.edu>
24403
24404 * calc/calc-lang.el: Add functions to math-function-table
24405 properties of tex and math.
24406
24407 2005-03-29 Kenichi Handa <handa@m17n.org>
24408
24409 * ps-mule.el (ps-mule-plot-string): Translate characters by
24410 ps-print-translation-table.
24411 (ps-mule-begin-job): Call find-charset-region/string with
24412 ps-print-translation-table.
24413 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24414
24415 * ps-print.el (ps-print-translation-table): New variable.
24416 (ps-plot-region): Translate characters by ps-print-translation-table.
24417
24418 2005-03-29 Juri Linkov <juri@jurta.org>
24419
24420 * simple.el (next-error-highlight-timer): New variable.
24421
24422 * progmodes/compile.el (compilation-goto-locus):
24423 Use `next-error-highlight-timer' instead of `sit-for'.
24424
24425 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24426
24427 * mail/supercite.el (sc-mail-field): Use assoc-string.
24428 (sc-get-address): Simplify regexps.
24429
24430 * files.el (minibuffer-with-setup-hook): New macro.
24431 (find-file-read-args): Use it to avoid let-binding
24432 minibuffer-with-setup-hook (which breaks turning on/off
24433 file-name-shadow-mode while in the prompt).
24434
24435 * complete.el (PC-read-include-file-name-internal):
24436 Use test-completion.
24437
24438 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24439
24440 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24441
24442 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24443
24444 * window.el (window-buffer-height): Use count-screen-lines.
24445
24446 * progmodes/python.el (python-preoutput-leftover): New var.
24447 (python-preoutput-filter): Use it.
24448 (python-send-receive): Loop until all the result has been received.
24449
24450 2005-03-28 Juri Linkov <juri@jurta.org>
24451
24452 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24453
24454 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24455 "Recover Crashed Session".
24456 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24457 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24458 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24459 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24460 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24461 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24462 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24463 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24464
24465 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24466 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24467 Ediff Sessions", "Toggle use of separate control buffer frame",
24468 "Use separate frame for Ediff control buffer".
24469
24470 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24471 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24472 "Rename Bookmark", "Delete Bookmark".
24473
24474 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24475 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24476 Add `:active Info-index-alternatives' to "Next Matching Item".
24477
24478 * wdired.el (wdired-change-to-wdired-mode):
24479 Mention `wdired-abort-changes' key in the initial message.
24480
24481 * international/mule.el (auto-coding-alist): Associate non-ascii
24482 image filename extensions with `no-conversion'.
24483
24484 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * international/iso-acc.el:
24487 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24488
24489 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24490
24491 * textmodes/sgml-mode.el (html-mode): Doc update.
24492
24493 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24494
24495 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24496
24497 * term.el (term-move-columns): Fix face after extending a line.
24498 (term-insert-spaces): Likewise.
24499 (term-reset-terminal): Fix off by one error.
24500
24501 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24502
24503 * international/mule.el (auto-coding-alist): Add .xpi files.
24504
24505 * files.el (auto-mode-alist): Add .xpi files.
24506
24507 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24508
24509 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24510
24511 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24512
24513 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24514
24515 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24516
24517 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24518 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24519
24520 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24521 cursor to Jan 1 when needed.
24522 (calendar-end-of-year): Fix -/+ typo.
24523 Reported by Chong Yidong <cyd@stupidchicken.com>.
24524
24525 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24526
24527 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24528
24529 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24530 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24531
24532 2005-03-25 Richard M. Stallman <rms@gnu.org>
24533
24534 * filesets.el (filesets-init): Add autoload.
24535
24536 * mail/mailalias.el (mail-directory): Doc fix.
24537
24538 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24539
24540 * mail/mailalias.el (mail-directory-process): Do nothing if
24541 mail-directory-process is an atom.
24542 (mail-get-names): Ignore mail-directory-names if it is an atom.
24543 (mail-directory-process defvar): Doc fix.
24544 (mail-names): Doc fix.
24545
24546 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24547
24548 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24549
24550 2005-03-26 Kenichi Handa <handa@m17n.org>
24551
24552 * international/mule-util.el (detect-coding-with-priority):
24553 Call update-coding-systems-internal before detect-coding-region.
24554
24555 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24556
24557 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24558 (gdb-frames-mode-map): Add follow-link property.
24559
24560 2005-03-25 Jay Belanger <belanger@truman.edu>
24561
24562 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24563 for variables.
24564
24565 2005-03-25 Juri Linkov <juri@jurta.org>
24566
24567 * image-mode.el: Optimize image filename extension regexps in
24568 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24569 in `auto-mode-alist'.
24570 (image-mode): Add `image-toggle-display-text' to local hook
24571 `change-major-mode-hook'. Display the image as an image by
24572 default. Set `cursor-type' and `truncate-lines' if the image
24573 is already displayed. Take into account the current mode (image
24574 or text) in message.
24575 (image-minor-mode): New minor mode.
24576 (image-mode-maybe, image-toggle-display-text): New functions.
24577 (image-toggle-display): Use called-interactively-p.
24578 Let-bind `inhibit-read-only' to t.
24579
24580 * image-mode.el (image-minor-mode): Set `cursor-type' and
24581 `truncate-lines' if the image is already displayed. Add turning
24582 image-minor-mode off to `change-major-mode-hook'. Add message.
24583 Call `image-toggle-display-text' after turning image-minor-mode off.
24584
24585 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24586
24587 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24588 Terminal.app, use utf-8.
24589 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24590 (set-locale-environment): Use it.
24591
24592 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24593
24594 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24595
24596 * progmodes/python.el (python-close-block-statement-p)
24597 (python-outdent-p, python-current-defun): Use symbol-end.
24598
24599 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24600
24601 * files.el (save-some-buffers): Doc fix.
24602
24603 2005-03-25 Werner Lemberg <wl@gnu.org>
24604
24605 * complete.el, thumbs.el: Replace `legal' with `valid'.
24606 * calendar/calendar.el: Replace `legal' with `valid'.
24607 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24608 * mail/supercite.el: Replace `legal' with `valid'.
24609 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24610 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24611 Replace `legal' with `valid'.
24612 * textmodes/reftex-vars.el, textmodes/reftex.el:
24613 Replace `legal' with `valid'.
24614
24615 2005-03-25 Werner Lemberg <wl@gnu.org>
24616
24617 * calc/calc-forms.el, calc/calc-sel.el
24618 * midnight.el, vc-cvs.el
24619 * emacs-lisp/cl-macs.el
24620 * emulation/vip.el
24621 * eshell/esh-io.el, eshell/esh-var.el
24622 * mail/supercite.el
24623 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24624 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24625 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24626 * progmodes/sh-script.el, progmodes/xscheme.el
24627 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24628 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24629 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24630 * textmodes/reftex.el, textmodes/org.el:
24631 Replace `illegal' with `invalid'.
24632
24633 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24634
24635 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24636 (flymake-find-buildfile, flymake-find-possible-master-files)
24637 (flymake-check-include, flymake-parse-line): Replace loops over the
24638 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24639
24640 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24641 Substitute file-name-as-directory in the rest of the file.
24642 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24643 (flymake-replace-region): Remove unused arg `buffer'.
24644 (flymake-check-patch-master-file-buffer): Update calls to it.
24645 (flymake-add-err-info): Remove unused var `count'.
24646 (flymake-mode): Use define-minor-mode.
24647
24648 * progmodes/flymake.el: Use with-current-buffer.
24649 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24650 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24651 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24652 Avoid testing for `xemacs'.
24653 (flymake-nop): Move.
24654 (flymake-region-has-flymake-overlays): Return the computed value.
24655 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24656 Remove unused var `endline'.
24657 (flymake-get-line-count): Remove unused function.
24658 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24659
24660 * emulation/vi.el:
24661 * generic.el:
24662 * hilit-chg.el (global-highlight-changes):
24663 * hi-lock.el (hi-lock-mode):
24664 * follow.el: find-file-hooks -> find-file-hook.
24665
24666 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24667
24668 2005-03-24 Juri Linkov <juri@jurta.org>
24669
24670 * dired.el (dired-mode-map): Add menu item "Compare directories"
24671 for dired-compare-directories.
24672
24673 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24674 Doc fix. Replace `read-file-name' with `read-directory-name'.
24675
24676 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24677
24678 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24679
24680 2005-03-24 Jay Belanger <belanger@truman.edu>
24681
24682 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24683 relevant mode settings in calc-embedded-original-modes when modes
24684 are permanently changed.
24685
24686 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24687
24688 * autoinsert.el: find-file-hooks -> find-file-hook.
24689
24690 2005-03-24 Lute Kamstra <lute@gnu.org>
24691
24692 * generic.el (generic-font-lock-defaults): Make it obsolete.
24693 (generic-font-lock-keywords): New variable to replace
24694 generic-font-lock-defaults.
24695 (generic-mode-set-font-lock): Delete it.
24696 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24697 (generic-bracket-support): Add docstring.
24698
24699 * generic-x.el: Rename generic-font-lock-defaults to
24700 generic-font-lock-keywords throughout.
24701 (mailagent-rules-setup-function): Delete it.
24702 (mailagent-rules-generic-mode): Use anonymous function instead.
24703 (show-tabs-generic-mode-font-lock-defaults-1)
24704 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24705 Quote faces.
24706 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24707 not foreground.
24708
24709 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24710 Recognize define-generic-mode.
24711
24712 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24713
24714 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24715 if there's no completion table.
24716
24717 2005-03-23 Miles Bader <miles@gnu.org>
24718
24719 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24720 Remove tty-specific variants, as they're no longer needed.
24721
24722 2005-03-23 Lute Kamstra <lute@gnu.org>
24723
24724 * generic-x.el: Code cleanup: make args constant whenever possible.
24725 (installshield-statement-keyword-list)
24726 (installshield-system-functions-list)
24727 (installshield-system-variables-list, installshield-types-list)
24728 (installshield-funarg-constants-list): Make them constants.
24729
24730 * generic.el (generic-make-keywords-list): Add autoload cookie.
24731
24732 * calendar/time-date.el: Add comment on time value formats.
24733 Don't require parse-time.
24734 (with-decoded-time-value): New macro.
24735 (encode-time-value): New function.
24736 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24737 (days-to-time): Return a valid time value when arg is huge.
24738 (time-since): Use time-subtract.
24739 (time-to-number-of-days): Use time-to-seconds.
24740
24741 2005-03-23 David Ponce <david@dponce.com>
24742
24743 * recentf.el (recentf-keep): New option.
24744 (recentf-menu-action): Default to `find-file'.
24745 (recentf-keep-non-readable-files-flag)
24746 (recentf-keep-non-readable-files-p)
24747 (recentf-file-readable-p, recentf-find-file)
24748 (recentf-cleanup-remote): Remove.
24749 (recentf-include-p): More robust.
24750 (recentf-keep-p): New function.
24751 (recentf-remove-if-non-kept): Rename from
24752 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24753 All callers updated.
24754 (recentf-menu-items-for-commands): Fix help string.
24755 (recentf-track-closed-file): Update. Doc fix.
24756 (recentf-cleanup): Update. Count removed files. Doc fix.
24757
24758 2005-03-23 Kim F. Storm <storm@cua.dk>
24759
24760 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24761 Don't inherit from fringe face (now happens automatically).
24762
24763 2005-03-22 Kim F. Storm <storm@cua.dk>
24764
24765 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24766 position values.
24767
24768 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24769
24770 * menu-bar.el (showhide-date-time): Remove.
24771 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24772 (menu-bar-make-mm-toggle): Simplify.
24773
24774 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24775
24776 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24777 Accept qualified variable and function names.
24778
24779 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24780
24781 * bindings.el (completion-ignored-extensions):
24782 Remove ".lis" for `vax-vms'.
24783
24784 2005-03-22 Andreas Schwab <schwab@suse.de>
24785
24786 * generic-x.el: Revert last change.
24787 * ldefs-boot.el: Update.
24788
24789 2005-03-22 Jay Belanger <belanger@truman.edu>
24790
24791 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24792 (calc-embedded-save-original-modes)
24793 (calc-embedded-restore-original-modes): New functions.
24794 (calc-do-embedded): Save original modes when entering embedded mode
24795 and restore when leaving embedded mode.
24796 (calc-embedded-modes-change): Change the value of
24797 calc-embedded-original-modes to reflect permanent changes.
24798
24799 2005-03-22 Lute Kamstra <lute@gnu.org>
24800
24801 * generic-x.el: Require generic again.
24802
24803 2005-03-22 Miles Bader <miles@gnu.org>
24804
24805 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24806 Tweak details to look good on both ttys and bitmap displays, light
24807 or dark background, etc.
24808
24809 2005-03-21 Kim F. Storm <storm@cua.dk>
24810
24811 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24812 mouse position.
24813
24814 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24815
24816 * icomplete.el: Don't forcibly turn on the mode upon load.
24817 (icomplete-mode): Use define-minor-mode.
24818 (icomplete-eoinput): Default to nil.
24819 (icomplete-minibuffer-setup): Remove autoload.
24820 (icomplete-tidy): Simplify.
24821 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24822 in the initial state or if the user has modified the field.
24823 Fix handling of icomplete-max-delay-chars.
24824 Remove code that handles the oddball case where
24825 minibuffer-completion-table is an integer.
24826 Wrap icomplete-completions in while-no-input in case building
24827 completions takes more time than expected.
24828 (icomplete-completions): Simplify.
24829
24830 2005-03-21 Richard M. Stallman <rms@gnu.org>
24831
24832 * jka-compr.el (jka-compr-really-do-compress):
24833 Make variable buffer-local.
24834
24835 * image-mode.el: Handle .xpm files too.
24836 (image-toggle-display): Preserve modification flag.
24837
24838 * help.el (where-is): Don't mention aliases with no key bindings.
24839
24840 2005-03-21 Lute Kamstra <lute@gnu.org>
24841
24842 * generic.el: Fix commentary section. Don't require cl for
24843 compilation.
24844 (generic-mode-list): Add autoload cookie.
24845 (generic-use-find-file-hook, generic-lines-to-scan)
24846 (generic-find-file-regexp, generic-ignore-files-regexp)
24847 (generic-mode, generic-mode-find-file-hook)
24848 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24849 (define-generic-mode): Make it a defmacro. Fix docstring.
24850 (generic-mode-internal): Code cleanup. Add autoload cookie.
24851 (generic-mode-set-comments): Code cleanup.
24852 * generic-x.el: Don't prevent compilation. Don't require generic.
24853 Follow coding conventions. Minor code cleanup.
24854 (etc-fstab-generic-mode): Add some keywords.
24855 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24856 define-generic-mode like a function declaration.
24857
24858 2005-03-21 Jay Belanger <belanger@truman.edu>
24859
24860 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24861 changing modes.
24862
24863 2005-03-21 Sam Steingold <sds@gnu.org>
24864
24865 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24866
24867 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24868
24869 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24870 Add underscore to "f$ lexicals" regexp.
24871
24872 2005-03-20 Juri Linkov <juri@jurta.org>
24873
24874 * subr.el (progress-reporter-do-update): When `min-value' is equal
24875 to `max-value', set `percentage' to 0 and prevent division by zero.
24876
24877 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24878
24879 Sync with Tramp 2.0.48.
24880
24881 * net/tramp.el (all): Change all addresses to .gnu.org.
24882 (tramp-append-tramp-buffers): New defun.
24883 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24884 Catch `dont-send' signal.
24885 (tramp-set-auto-save-file-modes): Set always permissions, because
24886 there might be an old auto-saved file belonging to another
24887 original file. This could be a security threat. Reported by
24888 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24889 Check for Emacs 21.3.50 removed.
24890
24891 * net/tramp-smb.el (all): Remove debug construct for
24892 `with-parsed-tramp-file-name'.
24893 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24894 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24895 No error message if DIRECTORY or FILENAME doesn't exist.
24896 (tramp-smb-open-connection): Check existence of
24897 `tramp-smb-program'.
24898
24899 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24900
24901 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24902 Properly handle the case where the `m' or `s' command's argument is not
24903 yet terminated.
24904 (perl-indent-new-calculate): New function.
24905 (perl-indent-line): Use it.
24906
24907 2005-03-20 Miles Bader <miles@gnu.org>
24908
24909 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24910 in text-mode too. Change to new face names.
24911 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24912 Add `:weight bold' attribute.
24913 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24914
24915 2005-03-19 Juri Linkov <juri@jurta.org>
24916
24917 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24918
24919 * international/mule.el (auto-coding-alist): Sync with
24920 `auto-mode-alist' by adding upper case archive file extensions
24921 and adding ear/war to jar extension.
24922
24923 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24924
24925 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24926 running, restart it.
24927
24928 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24929
24930 * finder.el (finder-current-item): Throw an error on an empty line.
24931
24932 * man.el (Man-follow-manual-reference): If current-word returns
24933 nil, use "".
24934
24935 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24936
24937 * simple.el (goto-line): Doc fix.
24938
24939 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24940
24941 * files.el (save-buffer): Doc fix.
24942
24943 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24944
24945 * recentf.el (recentf-cleanup-remote): New variable.
24946 (recentf-cleanup): Use it to conditionally check availability of
24947 remote files.
24948
24949 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24950
24951 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24952 function names.
24953
24954 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24955
24956 * language/thai-word.el: New file.
24957
24958 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24959
24960 * files.el (backup-buffer): If the file's directory is not
24961 writable, use copy instead of move to backup the file.
24962
24963 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24964
24965 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24966
24967 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24968
24969 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24970 Use functionp instead of symbolp and fboundp. Reported by Drkm
24971 <darkman_spam@yahoo.fr>.
24972 (ps-print-version): New version 6.6.6.
24973
24974 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24975
24976 * textmodes/table.el (table--line-column-position): New idiom.
24977 (table--row-column-insertion-point-p): New function to test
24978 validity of row and column insertion operation at a location.
24979 (table-global-menu, table-cell-menu): Use above functions for
24980 deterministic test operation.
24981 (table--editable-cell-p): Behave in deterministic fashion.
24982
24983 2005-03-18 Juri Linkov <juri@jurta.org>
24984
24985 * isearch.el (isearch-lazy-highlight-new-loop):
24986 Make arguments beg and end optional.
24987 (isearch-update): Remove optional arguments nil from
24988 isearch-lazy-highlight-new-loop.
24989 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24990 isearch-lazy-highlight-case-fold-search instead of
24991 isearch-case-fold-search, and let-bind isearch-regexp to
24992 isearch-lazy-highlight-regexp.
24993 Use isearch-lazy-highlight-last-string instead of isearch-string.
24994
24995 * replace.el (perform-replace): Remove bindings of global
24996 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24997 Add three new arguments to `replace-highlight'.
24998 (replace-highlight): Add arguments string, regexp, case-fold.
24999 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25000 to allow isearch-lazy-highlight-new-loop to use these values
25001 to set corresponding isearch-lazy-highlight-* internal
25002 variables whose values lazy highlighting will use regardless of
25003 changes to global variables isearch-string, isearch-regexp,
25004 isearch-case-fold-search during lazy highlighting loop.
25005 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25006 to `lazy-highlight-cleanup'.
25007
25008 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25009 (ispell-highlight-face): Set default face to `isearch' when
25010 lazy highlighting is enabled.
25011 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25012 priority to 1. Add lazy highlighting.
25013 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25014 from `isearch-dehighlight'.
25015
25016 2005-03-18 David Ponce <david@dponce.com>
25017
25018 * files.el (hack-local-variables): Do a case-insensitive search
25019 for End.
25020
25021 2005-03-18 Juri Linkov <juri@jurta.org>
25022
25023 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25024 `isearch-lazy-highlight-cleanup', add alias to old name and
25025 declare obsolete. Add release numbers to other obsolete vars.
25026 (isearch-done, isearch-lazy-highlight-new-loop):
25027 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25028 (lazy-highlight-cleanup) <variable>: Doc fix.
25029 (isearch-lazy-highlight-update): Rename obsolete
25030 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25031
25032 2005-03-18 Kenichi Handa <handa@m17n.org>
25033
25034 * language/thai-util.el: Fix categorization of Thai characters in
25035 thai-category-table.
25036 (thai-composition-pattern): Adjust it for the above change.
25037 (thai-self-insert-command, thai-compose-syllable): New functions.
25038 (thai-compose-region): Use thai-compose-syllable.
25039 (thai-compose-string): Likewise.
25040 (thai-composition-function): Likewise.
25041 (thai-auto-composition): New function.
25042 (thai-auto-composition-mode): New minor mode.
25043
25044 * language/thai.el: Fix patterns to be registered in
25045 composition-function-table.
25046
25047 * international/quail.el (quail-input-method): Locally bind
25048 inhibit-modification-hooks to t.
25049
25050 2005-03-17 Richard M. Stallman <rms@gnu.org>
25051
25052 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25053 (perl-mode): Use run-mode-hooks.
25054
25055 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25056 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25057 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25058
25059 * mail/sendmail.el (sendmail-send-it): Reenable the code
25060 to compute resend-to-address and use it.
25061
25062 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25063
25064 * image-mode.el: New file.
25065
25066 * image.el (insert-sliced-image): Add autoload cookie.
25067
25068 * font-lock.el (font-lock-lines-before): New user option.
25069 (font-lock-after-change-function): Obey it.
25070
25071 * bindings.el (esc-map): Make M-g a prefix.
25072 Bind M-g g and M-g M-g to goto-line.
25073
25074 * faces.el (face-id): Doc fix.
25075
25076 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25077
25078 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25079 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25080 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25081
25082 * mail/sendmail.el (mail-yank-ignored-headers)
25083 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25084 Add Mail-Followup-To and Mail-Reply-To headers.
25085 (mail-citation-hook): Add autoload cookie.
25086 (mail-mode): Doc fix.
25087 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25088 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25089 (mail-mode-fill-paragraph): Handle those headers.
25090 (mail-mailing-lists): New variable.
25091 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25092
25093 2005-03-17 Juri Linkov <juri@jurta.org>
25094
25095 * isearch.el (isearch-fallback): Check for `(car previous)'
25096 before calling `isearch-other-end-state'.
25097
25098 2005-03-17 Kim F. Storm <storm@cua.dk>
25099
25100 * simple.el (move-beginning-of-line): Move to beginning of buffer
25101 line, as well as beginning of screen line.
25102
25103 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25104
25105 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25106 argument REDRAW rather than calendar-redrawing variable.
25107 * calendar/calendar.el (calendar-redrawing): Delete.
25108 (redraw-calendar): Do not bind calendar-redrawing.
25109
25110 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25111
25112 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25113 diary-file buffer.
25114
25115 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25116
25117 * help.el (describe-mode): Allow a :minor-mode-function property to
25118 specify a different minor mode toggle function than the variable.
25119 * simple.el (auto-fill-function):
25120 * subr.el (add-minor-mode): Use it.
25121
25122 2005-03-16 Kenichi Handa <handa@m17n.org>
25123
25124 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25125 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25126 (ethio-fidel-to-sera-buffer): Likewise.
25127
25128 2005-03-16 Juri Linkov <juri@jurta.org>
25129
25130 * emacs-lisp/find-func.el (find-function-regexp):
25131 Add defun-emitting macro `menu-bar-make-toggle'.
25132
25133 * isearch.el: Put `isearch-scroll' property to
25134 `split-window-horizontally'.
25135
25136 * info.el: Update error messages for `debug-ignored-errors'.
25137 (Info-isearch-search): Doc fix.
25138 (Info-find-node): Move up code to go into info buffer before
25139 recording the node to the history.
25140 (Info-fontify-node): Fontify titles only if the next line
25141 has two or more `*', `=', `-', `.'.
25142 Display "go to this node" for empty (match-string 3).
25143
25144 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25145
25146 * term/mac-win.el: Add mouse pointer shape constants.
25147
25148 2005-03-15 Kim F. Storm <storm@cua.dk>
25149
25150 * simple.el (move-beginning-of-line): Use vertical-motion.
25151
25152 2005-03-15 Juri Linkov <juri@jurta.org>
25153
25154 * isearch.el (isearch-error): New variable.
25155 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25156 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25157 (isearch-within-brackets-state): Remove.
25158 (isearch-case-fold-search-state, isearch-pop-fun-state):
25159 Decrease frame index.
25160 (isearch-mode, isearch-top-state, isearch-push-state)
25161 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25162 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25163 (isearch-search, isearch-lazy-highlight-new-loop):
25164 Replace `isearch-invalid-regexp' with `isearch-error'.
25165 Remove `isearch-within-brackets'.
25166 (isearch-search): Add `search-failed' handler to `condition-case'.
25167 (isearch-lazy-highlight-search): Add `condition-case' to catch
25168 errors and allow `isearch-lazy-highlight-update' to try
25169 highlighting from the beginning of the window.
25170 (isearch-repeat): Move up code to set isearch-wrapped to t
25171 before calling isearch-wrap-function.
25172
25173 * info.el (Info-isearch-initial-node): New internal variable.
25174 (Info-search): Signal an error in isearch mode when search leaves
25175 the initial node. Signal an error when `bound' is non-nil and
25176 nothing was found in the current subfile.
25177 (Info-isearch-search): Remove `condition-case'.
25178 (Info-isearch-wrap): Don't wrap when search failed during leaving
25179 the initial node. If `Info-isearch-search' is nil, wrap around
25180 the current node.
25181 (Info-isearch-start): New fun.
25182 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25183 `isearch-mode-hook'.
25184
25185 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25186
25187 * simple.el (normal-erase-is-backspace): Set default to t if
25188 running on Mac.
25189
25190 * term/mac-win.el (function-key-map): Sync with x-win.el.
25191
25192 2005-03-15 Kenichi Handa <handa@m17n.org>
25193
25194 * international/mule-cmds.el (locale-language-names): Modify the
25195 format of elements and add more entries.
25196 (locale-preferred-coding-systems): Add more entries.
25197 (set-locale-environment): Adjust for the change of
25198 locale-language-names.
25199
25200 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25201
25202 * pcvs.el (smerge-ediff): Remove bogus autoload.
25203
25204 2005-03-14 Lute Kamstra <lute@gnu.org>
25205
25206 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25207 Ignore a `*' at the beginning of a line.
25208
25209 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25210 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25211 subr.el.
25212 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25213 to specify indentation.
25214
25215 * generic.el (define-generic-mode): Let generic-mode-list be a
25216 list of strings; test membership with equal.
25217
25218 2005-03-14 Kim F. Storm <storm@cua.dk>
25219
25220 * simple.el (next-line, previous-line): Add optional try-vscroll
25221 arg to recognize interactive use. Pass it on to line-move.
25222 (line-move): Don't perform auto-window-vscroll when defining or
25223 executing keyboard macro to ensure consistent behavior.
25224
25225 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25226
25227 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25228
25229 2005-03-13 Lute Kamstra <lute@gnu.org>
25230
25231 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25232 debugger-setup-buffer so that backtrace marks the frames set to
25233 debug-on-exit and we don't have to do it manually. Set an extra
25234 debug-on-exit for macro's.
25235 (debugger-setup-buffer): Don't mark the top frame manually.
25236
25237 2005-03-12 Lute Kamstra <lute@gnu.org>
25238
25239 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25240 lisp-indent-function throughout.
25241 (with-no-warnings): Set lisp-indent-function property.
25242
25243 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25244
25245 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25246 Add entry for backslash.
25247
25248 2005-03-12 Juri Linkov <juri@jurta.org>
25249
25250 * info.el (Info-search): Four fixes for backward search.
25251
25252 2005-03-11 Jay Belanger <belanger@truman.edu>
25253
25254 * calc/calc.el (calc-language-alist): New variable.
25255 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25256 (calc-embedded-find-modes): Use calc-language-alist instead of
25257 calc-embedded-language-alist.
25258
25259 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25260
25261 * calendar/calendar.el (calendar-redrawing): New internal
25262 variable.
25263 (redraw-calendar): Remove bogus save-excursion from previous
25264 change. Bind calendar-redrawing to t for mark-diary-entries.
25265 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25266 calendar if that is why we were called.
25267
25268 2005-03-11 Kenichi Handa <handa@m17n.org>
25269
25270 * international/mule.el (make-coding-system): Set property
25271 coding-system-define-form to nil.
25272 (define-coding-system-alias): Likewise.
25273
25274 2005-03-11 Kenichi Handa <handa@m17n.org>
25275
25276 These changes are suggested by Dave Love <fx@gnu.org>.
25277
25278 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25279 coding: tag.
25280 (adaptive-fill-regexp): Add more bullets.
25281 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25282 regexps.
25283
25284 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25285
25286 * help.el (describe-mode): Properly handle non-trivial lighters.
25287 Don't ignore minor modes that are not listed in minor-mode-list.
25288
25289 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25290 feature ON when the user requests to turn it OFF.
25291
25292 2005-03-10 Lute Kamstra <lute@gnu.org>
25293
25294 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25295 (implement-debug-on-entry): New function to replace debug-entry-code.
25296 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25297 second argument as the 2005-03-07 change makes it obsolete.
25298 (debug-on-entry, cancel-debug-on-entry): Update call to
25299 debug-on-entry-1.
25300 (debug, debugger-setup-buffer): Comment update.
25301 (debugger-frame-number): Update to work with implement-debug-on-entry.
25302
25303 2005-03-10 Jay Belanger <belanger@truman.edu>
25304
25305 * calc/calc-embed.el (math-ms-args): Declare it.
25306 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25307 math-ms-args.
25308 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25309 variables.
25310
25311 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25312
25313 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25314 Use message-box.
25315
25316 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25317 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25318 (tooltip-gud-tips): Simplify.
25319 (tooltip-gud-tips-p): Remove superfluous :set.
25320 (tooltip-gud-modes): Add fortran-mode.
25321 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25322
25323 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25324
25325 2005-03-09 Kim F. Storm <storm@cua.dk>
25326
25327 * play/animate.el (animate-place-char): Use forward-line instead
25328 of next-line to improve performance.
25329
25330 2005-03-09 Simon Josefsson <jas@extundo.com>
25331
25332 * net/browse-url.el (browse-url-default-browser): Doc fix.
25333
25334 2005-03-09 Miles Bader <miles@gnu.org>
25335
25336 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25337 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25338
25339 2005-03-09 Kenichi Handa <handa@m17n.org>
25340
25341 * international/latin-1.el: Set case and syntax for 255 only if
25342 set-case-syntax-set-multibyte is nil.
25343
25344 * textmodes/ispell.el (ispell-insert-word): New function.
25345 (ispell-word): Use ispell-insert-word to insert a new word.
25346 (ispell-process-line): Likewise.
25347 (ispell-complete-word): Likewise.
25348
25349 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25350
25351 * calendar/calendar.el (redraw-calendar): Preserve point.
25352 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25353 (calendar-week-start-day): Move after definition of
25354 redraw-calendar. Delete buffer test, since redraw-calendar has
25355 that now.
25356
25357 * calendar/diary-lib.el (mark-diary-entries): Only call
25358 redraw-calendar in the first of any recursive calls.
25359 Reported by Alan Shutko <ats@acm.org>.
25360
25361 2005-03-08 Juri Linkov <juri@jurta.org>
25362
25363 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25364 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25365 (html-radio-buttons): Add a space before the trailing `/>' where
25366 sgml-xml-mode is non-nil.
25367 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25368 the subsequent tag of the empty XML tag.
25369 (html-href-anchor): Don't set initial input to "http:".
25370 (html-image): Ask for the image URL and set point inside alt="".
25371 (html-name-anchor): Duplicate the name in the `id' attribute when
25372 sgml-xml-mode is non-nil.
25373 (html-paragraph): Remove \n before <p>.
25374 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25375 instead of `checked' when sgml-xml-mode is non-nil.
25376
25377 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25378 Remove 1 space before #RRGGBB to not truncate it on terminal
25379 windows w/o fringes. Remove 1 space between bg and fg examples
25380 to get more space.
25381 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25382 avoid byte-compile warnings.
25383
25384 * image-file.el (image-file-handler): Put `safe-magic' property to
25385 `image-file-handler'.
25386
25387 * info.el (Info-isearch-search): Emulate word search in
25388 isearching through multiple Info nodes with Info-search.
25389 (Info-isearch-wrap): Allow isearch-word.
25390
25391 2005-03-08 Lute Kamstra <lute@gnu.org>
25392
25393 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25394 stepping into the debugger's code is not possible.
25395 (debugger-jumping-flag): Docstring update.
25396
25397 2005-03-08 Jay Belanger <belanger@truman.edu>
25398
25399 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25400 embedded mode begins.
25401 (calc-embedded-language-alist): New variable.
25402 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25403 set default language mode.
25404
25405 2005-03-08 Kenichi Handa <handa@m17n.org>
25406
25407 * international/ccl.el (define-ccl-program): Fix docstring about
25408 extra 256 bytes assured for the output buffer.
25409
25410 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25411 Fix BUFFER_MAGNIFICATION to 2.
25412 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25413
25414 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25415
25416 * align.el (align-rules-list): Added an alignment rule for CSS
25417 declarations (applies to css-mode and html-mode buffers).
25418
25419 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25420
25421 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25422
25423 2005-03-07 Kim F. Storm <storm@cua.dk>
25424
25425 * simple.el (move-beginning-of-line): New command.
25426
25427 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25428
25429 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25430
25431 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25432 and move-beginning-of-line.
25433
25434 * apropos.el (apropos-print): Omit command from M-x ... RET.
25435
25436 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25437
25438 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25439 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25440
25441 2005-03-06 Richard M. Stallman <rms@gnu.org>
25442
25443 * bindings.el (esc-map): Bind M-g to goto-line.
25444
25445 * facemenu.el (global-map): Bind M-o, not M-g.
25446
25447 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25448
25449 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25450 "Open Directory" as for "Open File".
25451
25452 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25455 (push-mark-command): Run activate-mark-hook.
25456
25457 2005-03-06 Richard M. Stallman <rms@gnu.org>
25458
25459 * help-mode.el (help-mode-finish): Don't alter the element
25460 in view-return-to-alist if there already is one.
25461
25462 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25463 make sure the current buffer is the expected one.
25464
25465 * novice.el (disabled-command-function): Output in *Disabled Command*.
25466 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25467
25468 * textmodes/flyspell.el (flyspell-large-region):
25469 Pass args differently for aspell.
25470
25471 * files.el (mode-require-final-newline): Doc fix.
25472
25473 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25474
25475 * progmodes/which-func.el (which-function):
25476 Specify NOERROR when calling imenu--make-index-alist.
25477
25478 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25479
25480 * simple.el (normal-erase-is-backspace): Define default value.
25481
25482 * custom.el (custom-theme-set-variables): Remove unused var
25483 `immediate'.
25484 (custom-reevaluate-setting): Simple function to handle variables
25485 that are defined before their default value can really be
25486 computed.
25487
25488 * startup.el (command-line): Use it for temporary-file-directory,
25489 small-emporary-file-directory, auto-save-file-name-transforms,
25490 blink-cursor-mode, and normal-erase-is-backspace.
25491
25492 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25493 progress, even with buggy anchored keywords.
25494
25495 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25496
25497 * simple.el (goto-line): Remove unbalanced final parenthesis.
25498
25499 2005-03-05 Richard M. Stallman <rms@gnu.org>
25500
25501 * simple.el (goto-line): Use a number at point as the default.
25502 With C-u as arg, switch buffers.
25503
25504 2005-03-05 Juri Linkov <juri@jurta.org>
25505
25506 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25507 with `no-blinking-cursor'.
25508
25509 * startup.el (no-blinking-cursor): New defvar.
25510 (command-line): Add `--no-blinking-cursor' to longopts.
25511 Set `no-blinking-cursor' to t for command line arguments
25512 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25513 with `no-blinking-cursor' in the condition for calling
25514 `blink-cursor-mode'.
25515
25516 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25517
25518 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25519 (menu-bar-options-save): Add blink-cursor-mode.
25520 (menu-bar-options-menu): Add blink-cursor-mode.
25521
25522 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25523
25524 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25525 (icalendar-export-file, icalendar-export-region)
25526 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25527 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25528
25529 2005-03-04 Lute Kamstra <lute@gnu.org>
25530
25531 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25532 (debug-function-list): Ditto.
25533
25534 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25535
25536 * textmodes/texinfmt.el (texinfo-append-refill):
25537 Redefine the types of line to which @refill
25538 is not appended by replacing a search for `@refill\\|@bye' with
25539 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25540 itemize@refill' bug and the unfilled long lines bug.
25541 (texinfmt-version): Update number and date.
25542
25543 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25544
25545 * international/code-pages.el (windows-1250, windows-125[2-8])
25546 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25547
25548 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25549
25550 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25551 bound yet.
25552
25553 2005-03-02 Romain Francoise <romain@orebokech.com>
25554
25555 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25556 buffer after removing limits.
25557 (ibuffer-pop-filter): Ditto.
25558 Update copyright.
25559
25560 2005-03-02 Miles Bader <miles@gnu.org>
25561
25562 * button.el (make-text-button): If the user doesn't specify a
25563 type, use the default. Rewrite to use `add-text-properties' and
25564 plist functions.
25565
25566 2005-03-01 Lute Kamstra <lute@gnu.org>
25567
25568 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25569 (debugger-jumping-flag): New var.
25570 (debug-entry-code): Use it.
25571 (debugger-jump): Use debugger-jumping-flag and add
25572 debugger-reenable to post-command-hook.
25573 (debugger-reenable): Use debugger-jumping-flag and remove itself
25574 from post-command-hook.
25575 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25576 debugger-reenable.
25577
25578 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25579
25580 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25581 inclusion of "itemize\\|", which may be unnecessary, is certainly
25582 inelegant, and stops refilling in itemize lists when formatting
25583 Japanese Texinfo files to Info.
25584 Update copyright to 2005.
25585
25586 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25587
25588 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25589 of an error if GDB can't find the source file.
25590
25591 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25592
25593 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25594 not just the calendar.
25595
25596 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25597 first.
25598 (diary-redraw-calendar): New function.
25599 (make-diary-entry): Add diary-redraw-calendar to local
25600 write-contents-functions. Turn off selective display before
25601 inserting in diary.
25602
25603 2005-03-01 Kim F. Storm <storm@cua.dk>
25604
25605 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25606
25607 2005-03-01 Lute Kamstra <lute@gnu.org>
25608
25609 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25610 that debug-entry-code can be safely removed from a function while
25611 this code is being evaluated. Revert the 2005-02-27 change as the
25612 new implementation no longer requires it. Make sure that a
25613 function body containing just a string is not mistaken for a docstring.
25614 (debug): Skip one more frame in case of debug on entry.
25615 (debugger-setup-buffer): Delete one more frame line in case of
25616 debug on entry.
25617 (debugger-frame-number): Update to use the new text introduced by
25618 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25619
25620 2005-02-28 Kim F. Storm <storm@cua.dk>
25621
25622 * double.el (double-translate-key): Call force-window-update after
25623 read-event to avoid crash in redisplay.
25624
25625 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25626
25627 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25628 (debug): Use it. Move the inhibit-trace earlier.
25629 (debug-entry-code): New const.
25630 (debug-on-entry-1): Use it.
25631
25632 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25633
25634 * international/utf-16.el (ccl-encode-mule-utf-16le):
25635 Fix BUFFER_MAGNIFICATION to 2.
25636 (ccl-encode-mule-utf-16be): Likewise.
25637
25638 2005-02-28 Kenichi Handa <handa@m17n.org>
25639
25640 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25641 Fix BUFFER_MAGNIFICATION to 4.
25642 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25643
25644 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25645
25646 * speedbar.el (speedbar-update-flag): Doc fix.
25647 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25648 argument.
25649
25650 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25651
25652 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25653 have a non-nil `invisible' property but are actually visible.
25654
25655 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25656 for perldoc sections.
25657 (perl-outline-regexp, perl-outline-level): New var and function.
25658 (perl-mode): Use them.
25659
25660 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25661
25662 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25663 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25664
25665 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25666
25667 * cus-edit.el: Comment change.
25668 (custom-buffer-create-internal): Slightly reword text at top of
25669 Custom buffers. Mention there that saving an option edits the
25670 init file. Add link to Emacs manual node on `custom-file'.
25671 (custom-magic-alist): Rewrite individual State messages to use
25672 capitalized keywords. Doc fix.
25673
25674 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25675
25676 * calendar/calendar.el (calendar-buffer): Move above
25677 calendar-week-start-day.
25678 (calendar-week-start-day): Doc fix. Add :set function.
25679 (calendar-minimum-window-height): New variable.
25680 (generate-calendar-window): Only resize window if selected-window
25681 is displaying the calendar buffer. Use new variable
25682 calendar-minimum-window-height.
25683 (generate-calendar): Reword error message.
25684 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25685
25686 2005-02-27 Andreas Schwab <schwab@suse.de>
25687
25688 * vc.el (vc-do-command): Don't run command asynchronously when
25689 operating in a remote directory.
25690
25691 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25692 change from sync with Tramp 2.0.47.
25693
25694 2005-02-27 Richard M. Stallman <rms@gnu.org>
25695
25696 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25697
25698 * textmodes/flyspell.el (flyspell-mode-on):
25699 Call ispell-change-dictionary only if necessary.
25700
25701 * emacs-lisp/re-builder.el (regexp-builder): New function.
25702
25703 * register.el (describe-register-1): Explicitly handle
25704 yank-excluded-properties = t.
25705
25706 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25707 (custom-magic-alist): Change the status descriptions again.
25708 (face widget-type): Total rewrite based on `restricted-sexp'
25709 to eliminate the confusing double hiding levels.
25710
25711 * emacs-lisp/debug.el (debug-on-entry-1):
25712 If function body is empty, add nil as body form.
25713
25714 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25715
25716 * emacs-lisp/trace.el (inhibit-trace): New var.
25717 (trace-make-advice): Use it.
25718
25719 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25720
25721 2005-02-26 Kim F. Storm <storm@cua.dk>
25722
25723 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25724 (mouse-on-link-p, mouse-drag-region-1): Use it.
25725
25726 2005-02-25 Lute Kamstra <lute@gnu.org>
25727
25728 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25729
25730 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25731
25732 * frame.el (blink-cursor-mode): Add :group keyword.
25733
25734 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25735
25736 * calendar/icalendar.el (icalendar--decode-isodatetime):
25737 New optional argument DAY-SHIFT.
25738 (icalendar-export-region): Fix coding-system-for-write.
25739 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25740 events by one.
25741
25742 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25743
25744 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25745
25746 2005-02-24 Kim F. Storm <storm@cua.dk>
25747
25748 * international/iso-acc.el (iso-accents-compose): Fix crash
25749 during redisplay. Call force-window-update after read-event
25750 and delete-region to signal that window is not accurate.
25751
25752 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25753
25754 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25755 Remove unused and inexistent var `inhibit-trace'.
25756 (debugger-mode): Use run-mode-hooks.
25757 (debugger-list-functions): Add buttons; setup xref stack.
25758
25759 2005-02-23 Richard M. Stallman <rms@gnu.org>
25760
25761 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25762 appointment says it was explicitly made.
25763 (appt-add): Set the 3rd element.
25764 (appt-make-list): Preserve explicit appointments.
25765
25766 * subr.el (find-tag-default): Catch errors in forward-sexp.
25767
25768 2005-02-23 Juri Linkov <juri@jurta.org>
25769
25770 * info.el (Info-isearch-search): New defcustom.
25771 (Info-isearch-search): Call the default isearch function
25772 when Info-isearch-search is nil.
25773 (Info-isearch-wrap): Use variable Info-isearch-search.
25774
25775 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25776
25777 * cus-edit.el: Comment change.
25778
25779 2005-02-22 Kim F. Storm <storm@cua.dk>
25780
25781 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25782 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25783
25784 2005-02-22 Simon Josefsson <jas@extundo.com>
25785
25786 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25787 New variable.
25788 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25789 Oskarsson" <myrkraverk@users.sourceforget.net>.
25790
25791 2005-02-22 Kim F. Storm <storm@cua.dk>
25792
25793 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25794 check that window of that event is the selected window.
25795 (mouse-drag-region-1): Compare mouse event window to selected
25796 window before setting point.
25797
25798 * tooltip.el (tooltip-show-help-function): Pass event to
25799 mouse-on-link-p so it can check selected window.
25800
25801 2005-02-22 Kenichi Handa <handa@m17n.org>
25802
25803 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25804 (ps-mule-show-warning): New function.
25805 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25806 characters are found.
25807
25808 * ps-print.el (ps-header-footer-string): Return a list of header
25809 and footer strings.
25810
25811 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25812
25813 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25814
25815 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25816
25817 * frame.el (blink-cursor-mode): Use define-minor-mode.
25818
25819 * term/mac-win.el (function-key-map): Use char-names more consistently.
25820 (file-name-coding-system): Only set it for MacOS-9. The other case is
25821 already handled in mule-cmds.el (where it also works when mac-win.el
25822 is not used).
25823
25824 2005-02-21 Kenichi Handa <handa@m17n.org>
25825
25826 * international/mule.el (ctext-pre-write-conversion): Always use
25827 " *code-converting-work*" buffer for work.
25828
25829 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25830
25831 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25832
25833 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25834
25835 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25836
25837 * ses.el (undo-more): Restore defadvice, but only the part that
25838 allows changes outside the restricted area of the buffer.
25839
25840 2005-02-20 Kim F. Storm <storm@cua.dk>
25841
25842 * simple.el (line-move): Add fourth optional arg try-vscroll which
25843 must be set to perform auto-window-vscroll.
25844 When moving backwards and doing auto-window-vscroll, automatically
25845 vscroll to the last part of lines which are taller than the window.
25846 (next-line, previous-line): Set try-vscroll arg on line-move.
25847
25848 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25849
25850 * replace.el (query-replace, query-replace-regexp)
25851 (replace-string, replace-regexp): When operating on region, make
25852 the minibuffer prompt say so.
25853
25854 * isearch.el (isearch-forward): Document isearch-query-replace and
25855 isearch-query-replace-regexp keybindings.
25856
25857 2005-02-19 Jay Belanger <belanger@truman.edu>
25858
25859 * calc/calc-aent.el (math-read-token): Add local variable.
25860
25861 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25862 (calc-edit-top): Move declaration to earlier in file.
25863 (calc-edit-macro-repeats): Add local variables.
25864
25865 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25866 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25867 calcFunc-tanh.
25868 Adjust integration rule for calcFunc-tan.
25869
25870 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25871
25872 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25873 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25874 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25875 (viper-skip-separators): Bug fix.
25876 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25877 particular major mode.
25878 (viper-del-backward-char-in-replace): Don't put deleted char on the
25879 kill ring.
25880
25881 * viper-ex.el (viper-color-display-p): New function.
25882 (viper-has-face-support-p): Use viper-color-display-p.
25883
25884 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25885
25886 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25887
25888 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25889 (viper-file-remote-p): Make equivalent to file-remote-p.
25890
25891 * viper.el (viper-major-mode-modifier-list):
25892 Use viper-gnus-modifier-map.
25893
25894 2005-02-19 David Kastrup <dak@gnu.org>
25895
25896 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25897 quoting.
25898
25899 2005-02-19 Jay Belanger <belanger@truman.edu>
25900
25901 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25902 Remove extra definitions.
25903 (calc-coth): New function.
25904 (calcFunc-cot): Fix `let'.
25905
25906 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25907
25908 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25909 the reasons we use "type pc" in these faces.
25910
25911 * button.el (button): Ditto.
25912
25913 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25914
25915 * replace.el (query-replace-read-from): Set the value of
25916 query-replace-from-history-variable to handle the case of an empty
25917 string entered to accept the suggested default.
25918
25919 * net/tramp.el (tramp-file-name-for-operation):
25920 Use dired-call-process instead of dired-call-process-command.
25921
25922 2005-02-19 Jay Belanger <belanger@truman.edu>
25923
25924 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25925 (math-div-non-trig): New variables.
25926 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25927 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25928 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25929 trig expressions.
25930
25931 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25932
25933 * progmodes/gdb-ui.el (gdb-var-update-handler)
25934 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25935 for watch expressions,
25936 (gdb-var-create-handler): Don't set speedbar-update-flag.
25937 (gdb-post-prompt): Simplify test for speedbar.
25938
25939 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25940
25941 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25942 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25943 we use the syntax table of the correct buffer.
25944 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25945 Felix Gatzemeier.
25946
25947 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25948 (ediff-file-remote-p): Make synonymous with file-remote-p.
25949 In all deffaces ediff-*-face-*, use min-colors.
25950
25951 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25952 ediff-recurse-to-subdirectories.
25953 (ediff-mark-if-equal): Check that the arguments are strings, use
25954 ediff-same-contents (after to Felix Gatzemeier).
25955
25956 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25957 nil.
25958
25959 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25960
25961 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25962
25963 2005-02-18 David Kastrup <dak@gnu.org>
25964
25965 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25966 use `mark-active' when defined.
25967
25968 2005-02-18 Kenichi Handa <handa@m17n.org>
25969
25970 * ps-print.el (ps-font-info-database): New entry
25971 ZapfChancery-MediumItalic with correct font name. Fix font name
25972 of the entry Zapf-Chancery-MediumItalic.
25973
25974 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25975
25976 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25977
25978 2005-02-16 Kim F. Storm <storm@cua.dk>
25979
25980 * ido.el (ido-fallback-command): Pass user input to fallback command.
25981
25982 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25983
25984 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25985 (gdb-find-file-hook): Add server prefix.
25986
25987 2005-02-16 Richard M. Stallman <rms@gnu.org>
25988
25989 * replace.el (perform-replace): Pass new args to replace-highlight.
25990 (replace-highlight): Take region args,
25991 and pass them to isearch-lazy-highlight-new-loop.
25992
25993 * novice.el (disabled-command-hook): Autoload the defalias
25994 and the make-obsolete-variable call.
25995
25996 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25997
25998 * isearch.el (isearch-lazy-highlight-start-limit)
25999 (isearch-lazy-highlight-end-limit): New variables limit
26000 the region for highlighting.
26001 (isearch-lazy-highlight-new-loop): New args BEG and END.
26002 (isearch-lazy-highlight-search): Use the new vars.
26003 (isearch-lazy-highlight-update): Likewise.
26004
26005 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26006
26007 * cus-start.el (all): Use default-boundp.
26008
26009 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26010
26011 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26012
26013 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26014
26015 * autorevert.el (auto-revert-stop-on-user-input)
26016 (auto-revert-verbose): Doc fixes.
26017
26018 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26019
26020 * international/mule-cmds.el (set-locale-environment): Remove call
26021 to set-selection-coding-system on Windows.
26022
26023 2005-02-15 Jay Belanger <belanger@truman.edu>
26024
26025 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26026 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26027 calcFunc-coth.
26028 (math-simplify-sqrt): Add simplifications.
26029
26030 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26031 to list.
26032
26033 * calc/calc-ext.el: Add functions to autoloads.
26034
26035 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26036 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26037 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26038 (math-csc-raw, math-cot-raw): New functions.
26039
26040 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26041
26042 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26043 the variable name in a message.
26044
26045 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26046 calcFunc-csc, calcFunc-cot.
26047
26048 * calc/calcalg2.el: Add derivative and integration rules for
26049 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26050 calcFunc-csch, calcFunc-coth.
26051 (math-do-integral-methods): Add to checks for when to use
26052 substitutions.
26053
26054 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26055
26056 2005-02-15 Lute Kamstra <lute@gnu.org>
26057
26058 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26059 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26060 <monnier@iro.umontreal.ca>
26061 (lisp-outline-level): Improve efficiency. Suggested by David
26062 Kastrup <dak@gnu.org>.
26063
26064 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26065
26066 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26067 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26068 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26069 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26070 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26071
26072 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26073
26074 * cus-start.el (all): Comment change.
26075
26076 2005-02-14 Lute Kamstra <lute@gnu.org>
26077
26078 * cus-start.el (all): Check if symbol is void.
26079
26080 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26081
26082 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26083 optional argument to \cite.
26084
26085 2005-02-14 Richard M. Stallman <rms@gnu.org>
26086
26087 * cus-edit.el (custom-buffer-create-internal): Update help message.
26088 (custom-magic-alist): Update help messages.
26089
26090 * cus-start.el (all): Allow a var to specify a standard value.
26091
26092 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26093
26094 * custom.el (custom-theme-set-variables): Handle variable aliases.
26095
26096 * frame.el (blink-cursor-timer): Doc fix.
26097 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26098 declare obsolete.
26099 (blink-cursor-mode): Define with defcustom and use correct
26100 standard expression in that defcustom.
26101 * startup.el (command-line): Adapt to above changes in frame.el.
26102
26103 2005-02-11 Lute Kamstra <lute@gnu.org>
26104
26105 * apropos.el (apropos-score-doc): Prevent division by zero.
26106
26107 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26108
26109 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26110 (icalendar--get-event-property-attributes)
26111 (icalendar--get-event-properties)
26112 (icalendar--datetime-to-diary-date): New functions.
26113 (icalendar--split-value): Doc fix.
26114 (icalendar--datetime-to-noneuropean-date)
26115 (icalendar--datetime-to-european-date): New optional argument
26116 SEPARATOR. Return result as a string instead of a list.
26117 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26118 (icalendar--convert-string-for-export): Rename arg S to STRING.
26119 (icalendar-export-region): Doc fix. Change name of error buffer.
26120 Save output buffer.
26121 (icalendar-import-file): Add blank at end of prompt.
26122 (icalendar-import-buffer): Doc fix. Do not switch to error
26123 buffer. Indicate status in return value.
26124 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26125 buffer. Save output buffer. Handle exception from recurrence
26126 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26127 events. Fix problems with weekly all-day events.
26128
26129 2005-02-10 Richard M. Stallman <rms@gnu.org>
26130
26131 * simple.el (eval-expression-print-format):
26132 Avoid warning about edebug-active.
26133
26134 * help.el (help-for-help-internal): Rename from help-for-help.
26135 (help-for-help): Define with defalias.
26136
26137 * font-core.el (font-lock-default-function): Use with-no-warnings.
26138
26139 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26140
26141 * custom.el (defface): Doc fix.
26142
26143 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26144
26145 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26146 width 0" to prevent word wrapping problems.
26147
26148 2005-02-09 Kim F. Storm <storm@cua.dk>
26149
26150 * ido.el (ido-file-extensions-order): New defcustom.
26151 (ido-file-extension-lessp, ido-file-extension-aux)
26152 (ido-file-extension-order): New advanced file ordering.
26153 (ido-file-lessp): New simple file ordering.
26154 (ido-sort-list): Remove.
26155 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26156 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26157
26158 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26159
26160 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26161 that some versions of grep produce.
26162 (grep-mode-font-lock-keywords): Likewise.
26163
26164 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26165
26166 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26167 (gdb-cdir): Delete.
26168 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26169 (gdb-source-info): Treat case when source file is in another
26170 directory properly.
26171 (gdb-get-location): New function.
26172
26173 2005-02-07 Jay Belanger <belanger@truman.edu>
26174
26175 * calc/calc-prog.el (calc-write-parse-table-part)
26176 (calc-fix-token-name): Fix a check for language type.
26177
26178 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26179
26180 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26181
26182 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26183 as directory not writable.
26184
26185 2005-02-07 Kim F. Storm <storm@cua.dk>
26186
26187 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26188 (cua--standard-movement-commands): Remove list.
26189 Instead, set CUA property value to move for movement commands.
26190 (cua-movement-commands): Remove. Users must set CUA prop instead.
26191 (cua--pre-command-handler): Check CUA property.
26192 (cua--init-keymaps): Don't remap undo commands.
26193 (cua-mode): Don't call cua--rectangle-on-off.
26194
26195 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26196 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26197 (cua--rect-undo-set-point): New var.
26198 (cua--rectangle-undo-boundary): Setup undo apply entry.
26199 (cua--rect-undo-handler): New function for rectangle undo.
26200 (cua--rect-start-position, cua--rect-end-position): Add.
26201 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26202 for restored rectangle. Set point if cua--rect-undo-set-point.
26203
26204 2005-02-06 Jay Belanger <belanger@truman.edu>
26205
26206 * calc/calc-lang.el (calc-tex-language): Display more information
26207 in messages.
26208
26209 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26210 in TeX mode.
26211
26212 2005-02-06 Richard M. Stallman <rms@gnu.org>
26213
26214 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26215
26216 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26217
26218 * net/ldap.el (ldap-search-internal): Support attributes with
26219 optional descriptions separated by a semi-colon, as in
26220 "userCertificate;binary".
26221
26222 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26223
26224 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26225 isn't a cons (i.e. the version is 0).
26226
26227 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26228
26229 * help.el (help-for-help): Doc fix.
26230
26231 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26232
26233 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26234 GDB-Windows on the menu-bar as this works better.
26235
26236 2005-02-04 Jay Belanger <belanger@truman.edu>
26237
26238 * calc/calc-embed.el (calc-embedded-update): Don't put in
26239 unnecessary newlines. Adjust the end of formula marker.
26240
26241 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26242 (math-latex-parse-two-args): New function.
26243
26244 2005-02-03 Lute Kamstra <lute@gnu.org>
26245
26246 * help-fns.el (help-with-tutorial): Make sure that users cannot
26247 remove the entire text of the tutorial by means of `undo'.
26248
26249 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26250
26251 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26252 in recent changes, where the ispell process was repeatedly
26253 killed & restarted.
26254
26255 * international/mule-cmds.el (set-locale-environment): Set file-name
26256 coding system to utf-8 on Darwin systems.
26257 (set-default-coding-systems): Don't set default-file-name-coding-system
26258 on Darwin systems.
26259
26260 2005-02-03 Richard M. Stallman <rms@gnu.org>
26261
26262 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26263
26264 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26265
26266 * faces.el (list-faces-display): Add optional argument.
26267
26268 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26269
26270 * font-core.el (font-lock-default-function): Handle the rare case where
26271 only font-lock-keywords is set.
26272
26273 2005-02-02 Kenichi Handa <handa@m17n.org>
26274
26275 * international/characters.el: Cancel previous change for
26276 I-WITH-DOT-ABOVE and DOTLESS-i.
26277
26278 * international/latin-5.el: Cancel previous change.
26279
26280 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26281
26282 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26283
26284 2005-02-02 Kenichi Handa <handa@m17n.org>
26285
26286 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26287 DOTLESS-i.
26288
26289 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26290 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26291
26292 * case-table.el (get-upcase-table): New function.
26293 (copy-case-table): Copy upcaes table too if non-nil.
26294 (set-case-syntax-delims): Maintain upcase table too.
26295 (set-case-syntax-pair): Likewise.
26296 (set-upcase-syntax, set-downcase-syntax): New functions.
26297 (set-case-syntax): Maintain upcase table too.
26298
26299 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26300
26301 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26302
26303 * progmodes/gud.el (gud-goto-info): New function.
26304 (gud-tool-bar-map): Use correct icon.
26305
26306 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26307
26308 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26309 When delegating, order args in the funcall correctly.
26310
26311 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26312
26313 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26314
26315 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26316
26317 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26318 buffer not visiting a file.
26319
26320 2005-01-31 Jay Belanger <belanger@truman.edu>
26321
26322 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26323 bound on the line with the formula.
26324
26325 2005-01-31 Kim F. Storm <storm@cua.dk>
26326
26327 * ses.el (ses-create-cell-variable-range)
26328 (ses-destroy-cell-variable-range, ses-reset-header-string)
26329 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26330 (ses-insert-row): Fix format of apply undo entries.
26331
26332 2005-01-31 Jay Belanger <belanger@truman.edu>
26333
26334 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26335 parts.
26336
26337 * calc/calc-embed.el (calc-embedded-open-formula)
26338 (calc-embedded-close-formula): Ignore matrix environments.
26339
26340 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26341 TeX mode.
26342
26343 * calc/calc-lang.el (math-function-table, math-oper-table)
26344 (math-variable-table): Adjust the LaTeX portions.
26345
26346 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26347 (math-latex-ignore-words): New constant.
26348
26349 2005-01-31 Richard M. Stallman <rms@gnu.org>
26350
26351 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26352 (ispell-local-dictionary): Doc fix.
26353 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26354 Don't reinitialize at run time. Don't defcustom.
26355 All uses changed to append ispell-local-dictionary-alist,
26356 or check it first.
26357 (ispell-current-dictionary): New variable for dictionary in use.
26358 (ispell-dictionary): Now used only for global default.
26359 (ispell-start-process): Set ispell-current-dictionary,
26360 not ispell-dictionary.
26361 (ispell-change-dictionary): Use this only for setting
26362 user preferences.
26363 (ispell-internal-change-dictionary): New function
26364 to change the current dictionary in use.
26365 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26366 Use ispell-current-dictionary.
26367 Handle ispell-local-dictionary-overridden.
26368 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26369
26370 2005-01-31 Jay Belanger <belanger@truman.edu>
26371
26372 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26373
26374 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26375 (calc-mode-map): Add calc-latex-language.
26376
26377 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26378 (math-latex-print-frac): New functions.
26379 (math-oper-table, math-function-table, math-variable-table)
26380 (math-complex-format, math-input-filter): Add latex properties.
26381 (calc-set-language): Set math-expr-special-function-mapping.
26382
26383 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26384 (calc-write-parse-table-part): Add LaTeX support.
26385
26386 * calc/calc.el (calc-language): Adjust docstring.
26387 (calc-set-mode-line): Add LaTeX support.
26388 (math-expr-special-function-mapping): New variable.
26389 (math-tex-ignore-words): Add to list.
26390
26391 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26392 Add LaTeX support.
26393 (math-compose-expr): Add support for special functions.
26394
26395 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26396
26397 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26398
26399 * progmodes/gdb-ui.el (gdb-memory-address)
26400 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26401 (gdb-memory-mode-map, gdb-memory-format-keymap)
26402 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26403 (gdb-memory-unit-menu): New variables for a buffer
26404 that lets the user examine program memory.
26405 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26406 (gdb-memory-format-binary, gdb-memory-format-octal)
26407 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26408 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26409 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26410 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26411 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26412 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26413 (gdb-memory-mode, gdb-memory-buffer-name)
26414 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26415 New functions for above buffer.
26416
26417 2005-01-30 Richard M. Stallman <rms@gnu.org>
26418
26419 * cus-edit.el (custom-bury-buffer): Function deleted.
26420 (custom-buffer-done-function): Option deleted.
26421 (custom-buffer-done-kill): New replacement option.
26422 (Custom-buffer-done): Call quit-window.
26423 (custom-buffer-create-internal): Update for above changes.
26424
26425 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26426
26427 * simple.el (undo-ask-before-discard): New var.
26428 (undo-outer-limit-truncate): Implement it.
26429 (undo-extra-outer-limit): Doc update.
26430
26431 2005-01-29 Richard M. Stallman <rms@gnu.org>
26432
26433 * ses.el (undo-more): Delete defadvice.
26434 (ses-begin-change): Doc fix.
26435
26436 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26437 instead of rebinding C-x u and C-_.
26438
26439 * files.el (normal-backup-enable-predicate): Return nil for files
26440 in /tmp, regardless of temporary-file-directory.
26441
26442 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26443
26444 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26445 (open-rectangle, delete-whitespace-rectangle-line)
26446 (clear-rectangle-line): If FILL, pass t instead of FILL
26447 for move-to-column's 2nd arg.
26448
26449 * simple.el (undo): Fix the test for continuing a series of undos.
26450 (undo-more): Set pending-undo-list to t when we reach end.
26451 (pending-undo-list): Move up defvar.
26452
26453 * wid-edit.el (widget-button-click):
26454 Shorten the range of the track-mouse binding.
26455
26456 * comint.el (comint-insert-input): Undo previous changes;
26457 use last-input-event in interactive spec.
26458
26459 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26460
26461 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26462 to nil before invoking call-process. Reset buffer's modified flag
26463 after fontifying it in the no-async branch.
26464
26465 * wid-edit.el (widget-specify-button): If mouse pointer shape
26466 cannot be changed, use mouse face instead.
26467
26468 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26469
26470 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26471 (gdb-goto-breakpoint): Make breakpoint handling work on template
26472 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26473 (gdb-assembler-custom): Update to recognize breakpoint information
26474 added on 2005-01-19.
26475
26476 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26477
26478 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26479 (dsssl-mode): Use define-derived-mode.
26480 (scheme-mode-initialize): Remove.
26481 (scheme-mode): Use run-mode-hooks.
26482
26483 * cus-edit.el (customize-group-other-window)
26484 (custom-buffer-create-other-window): Don't override special-display-*.
26485 (custom-mode-map): Make it dense.
26486
26487 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26488 sets the default value.
26489
26490 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26491
26492 * descr-text.el: Add more keywords.
26493
26494 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26495
26496 * speedbar.el: Avoid unnecessary use of locate-library.
26497
26498 * international/mule-cmds.el (standard-display-european-internal):
26499 Don't fiddle with latin-1 non-break space any more since it's now
26500 special cased in the C code.
26501 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26502
26503 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26504
26505 * cus-start.el (all): Add `undo-outer-limit'.
26506
26507 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26508
26509 * textmodes/bibtex.el (bibtex-format-entry):
26510 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26511 field lines.
26512 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26513 not on part of a buffer.
26514
26515 2005-01-25 Lute Kamstra <lute@gnu.org>
26516
26517 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26518 nonempty field text strings like "{letters\\macro{}more letters}".
26519 Clarify docstring.
26520 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26521 (bibtex-entry-offset, bibtex-parse-association)
26522 (bibtex-parse-field-name): Fix typos in docstrings.
26523 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26524
26525 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26526
26527 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26528 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26529 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26530 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26531
26532 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26533 isearch minor mode.
26534
26535 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26536
26537 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26538
26539 2005-01-24 Lute Kamstra <lute@gnu.org>
26540
26541 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26542 CASECHARS and NOT-CASECHARS regular expressions of the
26543 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26544 striding over charsets" error.
26545
26546 2005-01-24 Jay Belanger <belanger@truman.edu>
26547
26548 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26549 display variable name.
26550
26551 2005-01-24 Kenichi Handa <handa@m17n.org>
26552
26553 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26554 Fix setting of the element of encoded-kbd-iso2022-invocations.
26555
26556 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26557
26558 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26559 (gdb-threads-select): Change to also accept mouse events.
26560 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26561 (gdb-threads-mouse-select): Delete.
26562
26563 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26564
26565 * files.el (insert-directory): Take care of empty directory,
26566 listed without -a switch.
26567
26568 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26569
26570 * textmodes/refill.el (refill-post-command-function):
26571 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26572 to the list of functions that we should be careful not to undo.
26573 (refill-late-fill-paragraph-function): Remove.
26574 (refill-saved-state): New var.
26575 (refill-mode): Use it to save fill-paragraph-function.
26576 Save also the value of auto-fill-function.
26577
26578 * term/w32-win.el: Simplify code.
26579
26580 2005-01-23 Kim F. Storm <storm@cua.dk>
26581
26582 * simple.el (line-move): Adapt to new return value from
26583 pos-visible-in-window-p.
26584
26585 * simple.el (line-move): Fix last change. Check partial
26586 visibility at point rather than at window-start.
26587
26588 2005-01-22 Jason Rumney <jasonr@gnu.org>
26589
26590 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26591
26592 2005-01-22 David Kastrup <dak@gnu.org>
26593
26594 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26595
26596 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26597
26598 * type-break.el (type-break-mode): Add a test for
26599 type-break-file-name being non-nil.
26600
26601 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26602
26603 * net/eudc.el (top level): Call (message "") via progn, so that
26604 eudc-options-file is loaded.
26605
26606 2005-01-22 Kim F. Storm <storm@cua.dk>
26607
26608 * simple.el (line-move-1): Rename from line-move.
26609 (line-move): New function that adjusts vscroll for partially
26610 visible rows, and calls line-move-1 otherwise.
26611
26612 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26613
26614 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26615 since it's not a complete read-event implementation
26616
26617 2005-01-20 Jay Belanger <belanger@truman.edu>
26618
26619 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26620 for called function.
26621
26622 2005-01-20 Steven Tamm <steventamm@mac.com>
26623
26624 * term/mac-win.el (process-connection-type): Remove.
26625 Controlled now by s/darwin.h:PTY_ITERATION.
26626
26627 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26628
26629 * window.el (handle-select-window): Don't switch window when we're
26630 in the minibuffer.
26631
26632 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26633
26634 * subr.el (dotimes-with-progress-reporter): New macro.
26635
26636 * ses.el (ses-dotimes-msg): Remove macro.
26637 Use `dotimes-with-progress-reporter' instead.
26638
26639 2005-01-19 Steven Tamm <steventamm@mac.com>
26640
26641 * term/mac-win.el (process-connection-type): Use new
26642 operating-system-release variable to use ptys on Darwin 7 (OS X
26643 10.3) when using carbon build.
26644
26645 2005-01-19 Jay Belanger <belanger@truman.edu>
26646
26647 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26648 flags if the last command was a tab or M-tab.
26649
26650 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26651 in formula editing buffer.
26652
26653 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26654
26655 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26656 breakpoint image symbol in margin.
26657
26658 2005-01-19 Jay Belanger <belanger@truman.edu>
26659
26660 * calc/calc-prog.el (calc-execute-kbd-macro):
26661 Ignore calc-keep-arg-flag.
26662
26663 2005-01-19 Kenichi Handa <handa@m17n.org>
26664
26665 * textmodes/ispell.el (ispell-looking-at): New function.
26666 (ispell-process-line): Use ispell-looking-at to compare the ispell
26667 output and the buffer contents.
26668
26669 2005-01-18 Jay Belanger <belanger@truman.edu>
26670
26671 * calc/calc.el (calc-display-raw): Fix docstring.
26672
26673 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26674
26675 * simple.el (blink-matching-open): Strip extra info from syntax.
26676
26677 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26678 funny chars in the end-of-here-doc marker.
26679
26680 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26681
26682 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26683 that enable/disabled state of breakpoints is shown correctly in
26684 fringe and on ttys.
26685 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26686 Add breakpoint information as text properties.
26687 (gdb-mouse-toggle-breakpoint):
26688 Rename to gdb-mouse-set-clear-breakpoint.
26689 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26690 breakpoints in the margin.
26691 (gdb-remove-strings): Simplify.
26692
26693 2005-01-17 Jay Belanger <belanger@truman.edu>
26694
26695 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26696 erasing buffer.
26697
26698 2005-01-17 Richard M. Stallman <rms@gnu.org>
26699
26700 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26701 for calling grep-compute-defaults.
26702
26703 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26704 if buffer is empty.
26705
26706 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26707
26708 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26709
26710 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26711
26712 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26713 non-preloaded variables.
26714
26715 2005-01-17 Steven Tamm <steventamm@mac.com>
26716
26717 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26718 tex-shell cause to force interactivity when using pipes.
26719
26720 2005-01-17 Kim F. Storm <storm@cua.dk>
26721
26722 * simple.el (just-one-space): Make arg optional.
26723
26724 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26725
26726 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26727 posn-at-x-y to t to access left-margin.
26728
26729 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26730
26731 Sync with Tramp 2.0.47.
26732
26733 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26734 catching keep-date problems in cp/scp operations.
26735 (tramp-handle-copy-file): Don't call `set-file-modes'
26736 unconditionally. Specialized functions should know better what is
26737 necessary. This improves performance a little bit, and the
26738 functions could catch errors with `cp -p' and `scp -p'.
26739 (tramp-do-copy-or-rename-file-via-buffer)
26740 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26741 when appropriate.
26742 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26743 Call `set-file-modes' when appropriate.
26744 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26745 Johnsson <isak@hypergene.com>
26746 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26747 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26748 <joakim@verona.se>
26749 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26750 Emacs only.
26751
26752 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26753 `find-file-hooks' and `dired-mode-hook'.
26754 (tramp-minor-mode-map): Respective map. Add remapping for
26755 `compile' and `recompile'.
26756 (tramp-remap-command, tramp-recompile): New defuns.
26757 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26758 in buffer "*Compilation*". Call the commands asynchronously.
26759
26760 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26761 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26762 `shell-command', because it isn't magic in XEmacs. Reported by
26763 Adrian Aichner <adrian@xemacs.org>.
26764
26765 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26766 `substitute-in-file-name.
26767 (tramp-smb-handle-substitute-in-file-name): New defun.
26768 (tramp-smb-advice-PC-do-completion): Delete advice.
26769
26770 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26771
26772 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26773 Fix error in deleting region.
26774
26775 2005-01-15 Richard M. Stallman <rms@gnu.org>
26776
26777 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26778 In non-temp buffer, switch syntax table temporarily.
26779
26780 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26781
26782 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26783
26784 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26785
26786 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26787 (imenu--generic-function): Use START, not BEG, as pos of definition.
26788
26789 * simple.el (just-one-space): Argument specifies number of spaces.
26790
26791 * simple.el (eval-expression-print-format): Avoid warning
26792 about edebug-active.
26793
26794 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26795
26796 * progmodes/sh-script.el: Code copied from make-mode.el
26797 with small changes,
26798 (sh-mode-map): Bind C-c C-\.
26799 (sh-backslash-column, sh-backslash-align): New variables.
26800 (sh-backslash-region, sh-append-backslash): New functions.
26801
26802 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26803
26804 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26805 (rmail-pop-password, rmail-pop-password-required): Move to
26806 rmail-obsolete group.
26807 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26808 All callers updated.
26809 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26810 Take an argument specifying whether it is POP or IMAP mailbox we
26811 are using. All callers updated.
26812 (rmail-pop-password-error): Rename to
26813 rmail-remote-password-error. Added mailutils-specific error message.
26814 (rmail-movemail-search-path)
26815 (rmail-movemail-variant-in-use): New variables.
26816 (rmail-remote-password, rmail-remote-password-required):
26817 New customization variables.
26818 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26819 (rmail-parse-url): New function.
26820 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26821 with GNU mailutils movemail.
26822
26823 2005-01-15 Kevin Ryde <user42@zip.com.au>
26824
26825 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26826 suffix to space, $ or '$, to correctly position point when going
26827 to @table style constants like DBL_MAX.
26828
26829 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26830
26831 * type-break.el (type-break-mode, type-break-file-time)
26832 (type-break-file-keystroke-count, type-break-choose-file):
26833 Don't store data in or load data from the file if type-break-file-name
26834 is nil.
26835 (type-break-file-name): Doc update as per the above.
26836
26837 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26838
26839 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26840 lookup-key might return nil; handle that.
26841
26842 2005-01-15 Alan Mackenzie <acm@muc.de>
26843
26844 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26845 rather than the element found, thus enabling the tree to be setcar'd.
26846
26847 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26848
26849 * textmodes/org.el (org-show-following-heading): New option.
26850 (org-show-hierarchy-above): Use `org-show-following-heading'.
26851 (org-cycle): Documentation fix.
26852
26853 * textmodes/org.el (orgtbl-optimized): New option
26854 (orgtbl-mode): New command, a minor mode.
26855 (orgtbl-mode-map): New variable.
26856 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26857 (orgtbl-error, orgtbl-self-insert-command)
26858 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26859
26860 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26861 a local variable in each org-mode buffer.
26862
26863 * textmodes/org.el (org-set-regexps-and-options): Rename from
26864 `org-set-regexps'. Added checking for STARTUP keyword.
26865 (org-get-current-options): Add STARTUP options.
26866 (org-table-insert-row): Make mode intelligent about when
26867 realignment is needed.
26868 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26869 New commands.
26870 (org-enable-table-editor): New default value `optimized'.
26871 (org-table-blank-field): Support blanking regions if active.
26872
26873 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26874
26875 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26876 if the year is not given.
26877
26878 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26879 Add new escapes %m and %M, fixed bug with %F by adding
26880 save-match-data.
26881 (reftex-reference): Remove ?. from list of spaces.
26882 (reftex-label-info): Add automatic label prefix recognition.
26883
26884 * textmodes/reftex-index.el (reftex-index-next-phrase):
26885 Add slave parameter to call of `reftex-index-this-phrase'.
26886 (reftex-index-this-phrase): New optional argument.
26887 (reftex-index-region-phrases): Add slave parameter to call of
26888 `reftex-index-this-phrase'.
26889 (reftex-display-index): New argument redo.
26890 (reftex-index-rescan): Add `redo' to arguments of
26891 `reftex-display-index'.
26892 (reftex-index-Rescan, reftex-index-revert)
26893 (reftex-index-switch-index-tag): Add `redo' to arguments of
26894 `reftex-display-index'.
26895 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26896 indexing. Fix bug with matching is there is a quote before or
26897 after the word.
26898
26899 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26900 Fix bug when collecting citation keys in lines with comments.
26901 (reftex-citation): Prefix argument no longer rescans the document,
26902 but forces prompting for optional arguments of cite macros.
26903 (reftex-do-citation): Prompting for optional arguments implemented.
26904
26905 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26906 Add optional arguments to most cite commands.
26907 (reftex-cite-cleanup-optional-args): New option
26908 (reftex-cite-prompt-optional-args): New option.
26909 (reftex-trust-label-prefix): New option.
26910
26911 * textmodes/reftex-toc.el (reftex-toc-find-section):
26912 Add push-mark before changing the position in the buffer.
26913
26914 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26915 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26916
26917 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26918
26919 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26920 more carefully.
26921
26922 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26923
26924 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26925 (sgml-mode): Use it.
26926 (sgml-get-context): Better keep track of implicitly closed tags.
26927
26928 2005-01-13 Kenichi Handa <handa@m17n.org>
26929
26930 * textmodes/ispell.el: These changes are to fix misalignment error
26931 caused by equivalent characters of different Emacs charsets.
26932 (ispell-unified-chars-table): New variable.
26933 (ispell-get-decoded-string): New function.
26934 (ispell-get-casechars, ispell-get-not-casechars)
26935 (ispell-get-otherchars): Call ispell-get-decoded-string.
26936
26937 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26938
26939 * custom.el (custom-declare-variable): Just put symbol instead
26940 of (defvar . symbol) in `current-load-list'.
26941
26942 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26943
26944 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26945
26946 2005-01-12 Jay Belanger <belanger@truman.edu>
26947
26948 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26949 to create a Calc summary.
26950
26951 2005-01-12 Kim F. Storm <storm@cua.dk>
26952
26953 * mouse.el (mouse-on-link-p): Change functionality and doc
26954 string to comply with latest description in lisp ref.
26955
26956 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26957
26958 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26959 Enable mouse clicks on mode-line, header-line and margin.
26960 (event-type): Give mouse event symbols an `event-kind' property
26961 with value `mouse-click'.
26962
26963 2005-01-12 Juri Linkov <juri@jurta.org>
26964
26965 * facemenu.el (list-colors-display): Add new arg buffer-name.
26966 Use it. Fix docstring. Replace code for identifying duplicate
26967 colors by the name with call to `list-colors-duplicates' which
26968 identifies duplicate colors by the value unless the color
26969 is one of special Windows colors. Set truncate-lines to t.
26970 Print sorted duplicate color names on each line. Indent to 22
26971 \(the longest color name in rgb.txt) instead of 20. Optimize.
26972 (list-colors-duplicates): New function.
26973 (facemenu-color-name-equal): Delete function.
26974
26975 * facemenu.el (list-colors-print): New function created from code
26976 in list-colors-display. Print #RRGGBB at the window right edge.
26977 (list-colors-display): When temp-buffer-show-function is not
26978 defined, call list-colors-print from temp-buffer-show-hook
26979 to get the right value of window-width in list-colors-print
26980 after the buffer is displayed.
26981
26982 * simple.el (pop-mark): Move deactivate-mark out of conditional
26983 part to deactivate the active mark regardless of the state of the
26984 mark ring.
26985
26986 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26987 variables line in desktop files.
26988
26989 2005-01-12 Juri Linkov <juri@jurta.org>
26990
26991 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26992 Bring together isearch highlight related options.
26993 (lazy-highlight): Replace group `replace' by `matching'.
26994 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26995 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26996 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26997 and declare them obsolete.
26998 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26999 (isearch-faces): Remove defgroup.
27000 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27001 Move isearch highlighting code closer to lazy highlighting code.
27002
27003 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27004 (query-replace-highlight, query-replace-lazy-highlight)
27005 (query-replace): Move definitions to the beginning of the file.
27006
27007 2005-01-11 Juri Linkov <juri@jurta.org>
27008
27009 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27010 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27011 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27012
27013 * info.el (Info-history-forward): New variable.
27014 (Info-select-node): Reset Info-history-forward to nil.
27015 (Info-last): Turn into defalias.
27016 (Info-history-back): Rename from Info-last.
27017 Add current node to Info-history-forward.
27018 (Info-history-forward): New fun.
27019 (Info-mode-map): Replace Info-last by Info-history-back.
27020 Bind Info-history-forward to "r".
27021 (Info-mode-menu): Replace Info-last by Info-history-back.
27022 Fix menu item text. Add menu item for Info-history-forward.
27023 (info-tool-bar-map): Replace Info-last by Info-history-back.
27024 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27025 for Info-history-forward.
27026 (Info-mode): Replace Info-last by Info-history-back in docstring.
27027 Add local variable Info-history-forward.
27028 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27029
27030 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27031
27032 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27033 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27034 Ignore select-window events rather than fiddle with
27035 mouse-autoselect-window.
27036
27037 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27038
27039 * type-break.el (type-break-mode): Fix previous change.
27040
27041 2005-01-10 Jay Belanger <belanger@truman.edu>
27042
27043 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27044 calculator; only reset when point is inside a calculator.
27045 Don't adjust the window height if the window takes up the whole height
27046 of the frame.
27047
27048 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27049
27050 * ebuff-menu.el (Electric-buffer-menu-mode):
27051 Preserve value of buffer-local var header-line-format.
27052
27053 2005-01-09 Jay Belanger <belanger@truman.edu>
27054
27055 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27056 Make sure settings file exists before accessing it.
27057
27058 * calc/calc-embed.el (calc-embedded-subst):
27059 Replace math-multi-subst-rec, which is only supposed to be called
27060 by math-multi-subst, by math-multi-subst.
27061
27062 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27063
27064 * vc.el (vc-allow-async-revert): New user option.
27065 (vc-disable-async-diff): New internal variable.
27066 (vc-revert-buffer): Use them to disable asynchronous diff.
27067
27068 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27069 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27070 asynchronously if vc-disable-async-diff is t.
27071
27072 2005-01-09 Jay Belanger <belanger@truman.edu>
27073
27074 * calc/calc.el (defcalcmodevar): New macro.
27075 (calc-mode-var-list-restore-default-values)
27076 (calc-mode-var-list-restore-saved-values): New functions.
27077 (calc-mode-var-list): Use defcalcmodevar to define it.
27078 (calc-always-load-extensions, calc-line-numbering)
27079 (calc-line-breaking, calc-display-just, calc-display-origin)
27080 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27081 (calc-group-char, calc-point-char, calc-frac-format)
27082 (calc-prefer-frac, calc-hms-format, calc-date-format)
27083 (calc-float-format, calc-full-float-format, calc-complex-format)
27084 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27085 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27086 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27087 (calc-matrix-brackets, calc-language, calc-language-option)
27088 (calc-left-label, calc-right-label, calc-word-size)
27089 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27090 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27091 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27092 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27093 (calc-window-height, calc-display-trail, calc-show-selections)
27094 (calc-use-selections, calc-assoc-selections)
27095 (calc-display-working-message, calc-auto-why, calc-timing)
27096 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27097 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27098 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27099 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27100 (calc-gnuplot-geometry, calc-graph-default-resolution)
27101 (calc-graph-default-resolution-3d, calc-invocation-macro)
27102 (calc-show-banner): Use defcalcmodevar to declare them and set
27103 their default values.
27104
27105 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27106 instead of default values (but restore default values if there is
27107 an argument of 0).
27108
27109 2005-01-09 David Kastrup <dak@gnu.org>
27110
27111 * desktop.el (desktop-restore-eager): Fix typo in type.
27112
27113 2005-01-08 Richard M. Stallman <rms@gnu.org>
27114
27115 * cus-edit.el (customize): Delete :link.
27116
27117 2005-01-08 Jay Belanger <belanger@truman.edu>
27118
27119 * calc/calc.el (calc-mode): Remove the extension from the
27120 `calc-settings-file' file name when loading it.
27121
27122 2005-01-08 Kim F. Storm <storm@cua.dk>
27123
27124 * info.el (Info-mode-map, Info-next-link-keymap)
27125 (Info-prev-link-keymap, Info-up-link-keymap):
27126 Map follow-link to mouse-face.
27127 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27128
27129 2005-01-08 Jay Belanger <belanger@truman.edu>
27130
27131 * calc/calc.el (calc-settings-file): Change default value.
27132 Suggested by cgw in a comment in calc-mode.el.
27133
27134 * calc/calc-mode.el (calc-settings-file-name):
27135 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27136 Replace ~/.emacs in a prompt by calc-settings-file.
27137
27138 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27139
27140 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27141 (desktop-lazy-idle-delay): New customizable variables.
27142 (desktop-buffer-args-list): New variable.
27143 (desktop-append-buffer-args): New function.
27144 (desktop-save): Call desktop-append-buffer-args for some buffers.
27145 (desktop-lazy-create-buffer): New function.
27146 (desktop-idle-create-buffers): New function.
27147 (desktop-read): Add message about buffers to restore lazily.
27148 (desktop-lazy-abort): New command.
27149 (desktop-clear): Call desktop-lazy-abort.
27150 (desktop-lazy-complete): New command.
27151
27152 2005-01-06 Richard M. Stallman <rms@gnu.org>
27153
27154 * emacs-lisp/find-func.el (find-face-definition):
27155 Rename from find-face.
27156
27157 2005-01-06 Kim F. Storm <storm@cua.dk>
27158
27159 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27160
27161 * man.el (Man-xref-man-page, Man-xref-header-file)
27162 (Man-xref-normal-file): Add follow-link property.
27163
27164 2005-01-06 Jay Belanger <belanger@truman.edu>
27165
27166 * calc/calc-units.el: Make sure the proper macro definitions are
27167 available when compiling.
27168
27169 2005-01-06 Juri Linkov <juri@jurta.org>
27170
27171 * isearch.el (isearch-lazy-highlight-update):
27172 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27173
27174 2005-01-06 Miles Bader <miles@gnu.org>
27175
27176 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27177 (isearch-lazy-highlight-face): Use new name.
27178
27179 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27180
27181 * uniquify.el (uniquify-rationalize-file-buffer-names):
27182 Re-add an interactive spec.
27183 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27184 to the same name.
27185
27186 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27187 (isearch-update, isearch-done): Adjust calls accordingly.
27188
27189 2005-01-05 Richard M. Stallman <rms@gnu.org>
27190
27191 * custom.el (custom-set-variables, custom-theme-set-variables):
27192 Clarify documentation.
27193
27194 * emacs-lisp/find-func.el (find-variable)
27195 (find-variable-other-window, find-variable-other-frame):
27196 Fix the TYPE args to find-function-read and find-function-do-it.
27197 (find-function): Doc fix.
27198 (find-function-at-point): Replace function-at-point alias.
27199
27200 2005-01-04 Richard M. Stallman <rms@gnu.org>
27201
27202 * cus-face.el (custom-declare-face):
27203 Record defface in current-load-list.
27204
27205 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27206
27207 * emacs-lisp/find-func.el: Doc fixes.
27208 (find-face-regexp): New variable.
27209 (find-function-regexp-alist): New variable.
27210 (find-function-C-source): Third arg is now TYPE.
27211 (find-function-search-for-symbol): Handle general TYPE.
27212 (find-function-read, find-function-do-it): Handle general TYPE.
27213 (find-definition-noselect, find-face): New functions.
27214 (function-at-point): Alias deleted.
27215
27216 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27217
27218 * battery.el (display-battery-mode): Rename from display-battery.
27219 Handle the case where it gets turned off.
27220
27221 2005-01-04 Richard M. Stallman <rms@gnu.org>
27222
27223 * cus-edit.el (customize): Make :link point to user doc.
27224
27225 * man.el (Man-fontify-manpage): Turn off undo generation.
27226
27227 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27228
27229 2005-01-04 Andreas Schwab <schwab@suse.de>
27230
27231 * files.el (insert-directory): Only look for error lines in
27232 inserted text. Don't move too far after processing --dired markers.
27233
27234 2005-01-04 Richard M. Stallman <rms@gnu.org>
27235
27236 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27237 Don't expand if the character is @, period, dash, etc.
27238 (define-mail-abbrev): Quote names that contain problem characters.
27239
27240 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27241
27242 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27243
27244 2005-01-03 Richard M. Stallman <rms@gnu.org>
27245
27246 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27247 (query-replace-highlight, query-replace-lazy-highlight)
27248 (query-replace): Definitions moved up. Doc fix.
27249
27250 2005-01-03 Richard M. Stallman <rms@gnu.org>
27251
27252 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27253 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27254 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27255 (lazy-highlight-face): Rename from isearch-lazy-...
27256 Change all references to them.
27257
27258 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27259
27260 * cus-edit.el (custom-file): Doc fix for defcustom.
27261 (custom-file): The function no longer sets the variable
27262 `custom-file' to its return value.
27263
27264 * startup.el (command-line): No longer load `custom-file'.
27265
27266 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27267
27268 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27269
27270 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27271 Don't confuse module-prefixed identifiers for labels.
27272 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27273
27274 2005-01-02 Richard M. Stallman <rms@gnu.org>
27275
27276 * files.el (basic-save-buffer-1): Fix previous change.
27277
27278 * loadhist.el (file-loadhist-lookup): New function.
27279 (file-provides, file-requires): Use it.
27280
27281 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27282 instead of calculating the right size.
27283
27284 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27285
27286 * vc-svn.el (vc-svn-diff): Stay local if possible.
27287
27288 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27289
27290 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27291
27292 * files.el (hack-local-variables): Fix last change.
27293
27294 2005-01-02 Jay Belanger <belanger@truman.edu>
27295
27296 * calc/calc-yank.el (calc-edit-top): New variable.
27297 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27298 object. Change header properties.
27299 (calc-edit-finish, calc-edit-finish-stack-object)
27300 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27301 edited object.
27302 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27303 for the beginning of the edited object.
27304 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27305 for the beginning of the edited object.
27306 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27307 (calc-finish-formula-edit, calc-macro-repeats)
27308 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27309 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27310 beginning of the edited object.
27311 (calc-user-define-edit): Change the header for editing macros.
27312 Remove unnecessary variable.
27313
27314 2005-01-01 Jay Belanger <belanger@truman.edu>
27315
27316 * calc/calc-yank.el (calc-edit-mode): Change default header.
27317 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27318 * calc/calc-store.el (calc-edit-variable): Change title to match new
27319 header.
27320 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27321 mode to match new header.
27322 (calc-user-define-edit): Change titles to include names of commands.
27323 (calc-finish-formula-edit): Adjust to handle new header.
27324 (calc-finish-macro-edit): Remove.
27325 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27326 (calc-edit-macro-command, calc-edit-macro-command-type)
27327 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27328 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27329 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27330 (calc-edit-macro-finish-edit): New functions.
27331 (calc-user-define-edit): Use new functions to edit named calc macros.
27332
27333 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27334
27335 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27336
27337 * ses.el (copy-region-as-kill): Deactivate mark.
27338
27339 2005-01-01 Richard M. Stallman <rms@gnu.org>
27340
27341 * replace.el (occur-1): If the output buffer is also an input,
27342 don't kill it, rename it.
27343
27344 * faces.el (set-face-background, set-face-foreground): Doc fix.
27345
27346 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27347 for :foreground and :background.
27348
27349 * dired.el (dired-view-command-alist): Variable deleted.
27350 (dired-view-file, dired-mouse-find-file-other-window):
27351 Delete the code to use it.
27352
27353 2005-01-01 Kim F. Storm <storm@cua.dk>
27354
27355 * image.el (insert-sliced-image): Use t for line-height property.
27356
27357 See ChangeLog.11 for earlier changes.
27358
27359 ;; Local Variables:
27360 ;; coding: iso-2022-7bit
27361 ;; End:
27362
27363 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27364 Copying and distribution of this file, with or without modification,
27365 are permitted provided the copyright notice and this notice are preserved.
27366
27367 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1