]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(describe-prefix-bindings): Use let, not let*.
[gnu-emacs] / lisp / ChangeLog
1 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2
3 * help.el (describe-prefix-bindings): Use let, not let*.
4
5 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6
7 * allout.el (allout-regexp, allout-line-boundary-regexp)
8 (allout-bob-regexp): Correct grouping and boundaries to fix
9 backwards traversal.
10 (allout-depth-specific-regexp, allout-depth-one-regexp): New
11 versions that exploit \\{M\\} regexp syntax, to avoid geometric or
12 worse time in allout-ascend.
13 (allout-doublecheck-at-and-shallower): Identify depth threshold
14 below which topics are checked for and disqualified by containment
15 discontinuities.
16 (allout-hotspot-key-handler): Correctly handle multiple-key
17 strokes. Remove some unused variables.
18 (allout-mode-leaders): Clarify that mode-specific comment-start
19 will be used.
20 (set-allout-regexp): Correctly regexp-quote allout regexps to
21 properly accept alternative header-leads and primary bullets with
22 regexp-specific characters (eg, C "/*", mathematica "(*").
23 Include new regular expressions among those configured.
24 (allout-infer-header-lead-and-primary-bullet): Rename
25 allout-infer-header-lead.
26 (allout-recent-depth): Manifest as a variable as well as a
27 function.
28 (allout-prefix-data): Simplify into an inline instead of a macro,
29 assuming current match data rather than being explicitly passed
30 it. Establish allout-recent-depth value as well as
31 allout-recent-prefix-beginning and allout-recent-prefix-end.
32 (allout-aberrant-container-p): True when an item's immediate
33 offspring discontinuously contained. Useful for disqualifying
34 unintended topic prefixes, likely at low depths.
35 (allout-goto-prefix-doublechecked): Elaborated version of
36 allout-goto-prefix which disqualifies aberrant pseudo-items.
37 (allout-pre-next-prefix): Layer on top of lower-level routines, to
38 get disqualification of aberrant containers.
39 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
40 containers.
41 (allout-beginning-of-current-entry): Position at start of buffer
42 when in container (depth 0) entry.
43 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
44 (allout-current-bullet): Strip text properties.
45 (allout-get-prefix-bullet): Use right match groups.
46 (allout-beginning-of-line, allout-next-heading): Disqualify
47 aberrant containers.
48 (allout-previous-heading): Disqualify aberrant containers, and
49 change to regular (rather than inline) function, to allow
50 self-recursion.
51 (allout-get-invisibility-overlay): Increment so progress is made
52 when the first overlay is not the sought one.
53 (allout-end-of-prefix): Disqualify aberrant containers.
54 (allout-end-of-line): Cycle something like allout-beginning-of-line.
55 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
56 outline.el outlines) functional again. Change the primary bullet
57 along with the header-lead - level 1 new-style bullets now work.
58 Engage allout-before-change-handler in mainline emacs, not just
59 xemacs, to do undo handling.
60 (allout-before-change-handler): Expose undo changes occurring in
61 hidden regions. Use allout-get-invisibility-overlay instead of
62 reimplementing it inline.
63 (allout-chart-subtree): Use start rather than end of prefix in
64 charts. Use allout-recent-depth variable.
65 (allout-chart-siblings): Disqualify aberrant topics.
66 (allout-beginning-of-current-entry): Position correctly.
67 (allout-ascend): Use new allout-depth-specific-regexp and
68 allout-depth-one-regexp for linear instead of O(N^2) or worse
69 behavior.
70 (allout-ascend-to-depth): Depend on allout-ascend, rather than
71 reimplementing an algorithm.
72 (allout-up-current-level): Depend on allout-ascend, rather than
73 reimplementing an algorithm. Return to start-point if we fail.
74 (allout-descend-to-depth): Use allout-recent-depth variable
75 instead of function.
76 (allout-next-sibling): On traversal of numerous intervening
77 topics, resort to economical allout-next-sibling-leap.
78 (allout-next-sibling-leap): Specialized version of
79 allout-next-sibling that uses allout-ascend cleverly, to depend on
80 a regexp search to leap large numbers of contained topics, rather
81 than arbitrarily many one-by-one traversals.
82 (allout-next-visible-heading): Disqualify aberrant topics.
83 (allout-previous-visible-heading): Position consistently when
84 interactive.
85 (allout-forward-current-level): Base on allout-previous-sibling
86 rather than (differently) reimplmenting the algorithm. Remove some
87 unused variables.
88 (allout-solicit-alternate-bullet): Present default choice stripped
89 of text properties.
90 (allout-rebullet-heading): Use bullet stripped of text properties.
91 Register changes using allout-exposure-change-hook. Disregard
92 aberrant topics.
93 (allout-shift-in): With universal-argument, make topic a peer of
94 it's former offspring. Simplify the code by separating out
95 allout-shift-out functionality.
96 (allout-shift-out): With universal-argument, make offspring peers
97 of their former container, and its siblings. Implement the
98 functionality here, rather than inappropriately muddling the
99 implementation of allout-shift-in.
100 (allout-rebullet-topic): Respect additional argument for new
101 parent-child separation function.
102 (allout-yank-processing): Use allout-ascend directly.
103 (allout-show-entry): Disqualify aberrant topics.
104 (allout-show-children): Handle discontinuous children gracefully,
105 extending the depth being revealed to expose them and posting a
106 message indicating the situation.
107 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
108 Leave cursor in correct position.
109 (allout-hide-current-subtree): Use allout-ascend directly.
110 Disqualify aberrant topics.
111 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
112 a way that the yanks can restore it, as used to happen.
113 (allout-yank-processing): Restore exposure layout as recorded by
114 allout-kill-*, as used to happen.
115 (allout-annotate-hidden, allout-hide-by-annotation): New routines
116 for preseving and restoring exposure layout across kills.
117 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
118 (allout-encrypt-string): Strip text properties.
119 Rearranged order and outline-headings for some of the
120 miscellaneous functions.
121 (allout-resolve-xref): No need to quote the error name in the
122 condition-case handler section.
123 (allout-flatten): Classic recursive (and recursively intensive,
124 without tail-recursion) list-flattener, needed by allout-shift-out
125 when confronted with discontinuous children.
126
127 2006-09-16 Jason Rumney <jasonr@gnu.org>
128
129 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
130 on ms-windows.
131 (dnd-open-unc-file): Remove.
132 (dnd-open-local-file): Mention in doc string that it also handles
133 remote files if the system natively supports unc file-names.
134
135 2006-09-15 Kim F. Storm <storm@cua.dk>
136
137 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
138 all necessary information about the event before erasing *Help*.
139
140 * simple.el (line-move-partial): Use window-line-visiblity to
141 quickly check whether last line is partially visible, and only do
142 the hard (and slow) part in that case.
143
144 2006-09-15 Jay Belanger <belanger@truman.edu>
145
146 * COPYING: Replace "Library Public License" by "Lesser Public
147 License" throughout.
148
149 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
150
151 * term/x-win.el (x-menu-bar-open): New function for F10.
152
153 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
154
155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
156 Disallow filenames containing " -" to avoid confusion with libtool
157 compilation messages. Suggested by Stefan Monnier.
158
159 2006-09-15 David Kastrup <dak@gnu.org>
160
161 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
162 instead of buffer position for `mouse-on-link-p'.
163
164 * mouse.el (mouse-posn-property): New function looking up the
165 properties at a click position in overlays and text properties in
166 either buffer or strings.
167 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
168 of both `follow-link' as well as `mouse-face' properties.
169 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
170 buffer position.
171
172 * help.el (describe-key-briefly): When reading a down-event on
173 mode lines or scroll bar, swallow the following up event, too.
174 Use the new mouse sensitity of `key-binding' for lookup.
175 (describe-key): The same here.
176
177 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
178
179 * play/life.el (life-patterns): Add a few more interesting patterns.
180 (life-setup): Force `show-trailing-whitespace' to nil.
181
182 2006-09-14 Richard Stallman <rms@gnu.org>
183
184 * startup.el (fancy-splash-text): Change text to improve alignment.
185 (fancy-splash-screens): Don't set non-standard tab width.
186 Bind cursor-type temporarily, and make it easy to patch to
187 preserve the splash buffer.
188 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
189 (fancy-splash-screens): Display echo-area message explicitly.
190 Don't set fancy-splash-help-echo.
191
192 * simple.el (line-number-mode): Group mode-line instead of
193 editing-basics.
194 (column-number-mode, size-indication-mode): Likewise.
195
196 * faces.el (mode-line-faces): Group mode-line instead of modeline.
197
198 * time.el (display-time): Group mode-line instead of modeline.
199
200 * cus-edit.el (mode-line): Renamed from modeline. All uses changed.
201
202 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
203
204 * startup.el (fancy-splash-text): Move editing instructions to
205 fancy-splash-head.
206 (fancy-splash-head): Issue editing instructions.
207 (fancy-splash-screens): Fixup whitespace.
208
209 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * bindings.el (mode-line-buffer-identification-keymap):
212 Remove duplicate line.
213
214 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
215
216 * ido.el (ido-ignore-item-p): Allow any kind of functions in
217 ignore lists.
218
219 2006-09-14 Kim F. Storm <storm@cua.dk>
220
221 * jit-lock.el (jit-lock-fontify-again): New function.
222 (jit-lock-fontify-now): Use it instead of lambda form.
223
224 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
225
226 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
227 (flyspell-auto-correct-word): Make ispell-filter local to these
228 functions. Check that ispell-filter has new stuff before calling
229 ispell-parse-output.
230
231 2006-09-13 Kim F. Storm <storm@cua.dk>
232
233 * simple.el (line-move-partial): Optimize.
234
235 2006-09-13 Richard Stallman <rms@gnu.org>
236
237 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
238 Delete spurious backquote.
239
240 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
241
242 * net/rcirc.el (rcirc-print): Fix last change.
243
244 2006-09-12 Jay Belanger <belanger@truman.edu>
245
246 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
247
248 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
249
250 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
251 rcirc-show-maximum-output.
252 (rcirc-mode): Remove window-scroll-function hook.
253 (rcirc-scroll-to-bottom): Remove function.
254 (rcirc-print): Recenter so point stays at the bottom of the window
255 if point was already there.
256
257 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
258
259 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
260 not to "t".
261 * progmodes/compile.el (compilation-start): Likewise.
262 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
263 Don't use expand-file-name on invocation-directory, since this
264 might mishandle special characters in invocation-directory.
265
266 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * pcvs-defs.el: Remove * in defcustom's docstrings.
269
270 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
271
272 * progmodes/compile.el (compilation-directory-properties):
273 Doc fix for help-echo.
274
275 2006-09-12 Lars Hansen <larsh@soem.dk>
276
277 * desktop.el (desktop-read): Add comment.
278
279 2006-09-12 Kim F. Storm <storm@cua.dk>
280
281 * simple.el (next-error-highlight, next-error-highlight-no-select):
282 Fix spelling error.
283
284 * subr.el (sit-for): Rework to use input-pending-p and cond.
285 Return nil input is pending on entry also for SECONDS <= 0.
286 (while-no-input): Use input-pending-p instead of sit-for.
287
288 2006-09-11 Richard Stallman <rms@gnu.org>
289
290 * simple.el (next-error-highlight, next-error-highlight-no-select):
291 Fix custom type and doc strings.
292
293 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
296 (diff-apply-hunk): Use it to ask for confirmation.
297
298 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
299
300 * emacs-lisp/cl.el (pushnew): Add missing `,'.
301
302 2006-09-11 David Kastrup <dak@gnu.org>
303
304 * help.el (string-key-binding, describe-key-briefly)
305 (describe-key): Remove `string-key-binding' and its callers since
306 `key-binding' already caters for the proper lookup now.
307
308 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
311 (cfengine-mode): Use it. Fix \ syntax to be like /.
312
313 * bindings.el (mode-line-buffer-identification-keymap):
314 Move initialization into declaration.
315
316 2006-09-10 Kim F. Storm <storm@cua.dk>
317
318 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
319 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
320 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
321 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
322
323 2006-09-10 Richard Stallman <rms@gnu.org>
324
325 * dired-aux.el: Handle errors in recursive copy usefully.
326 (dired-create-files-failures): New variable.
327 (dired-copy-file): Remove condition-case.
328 (dired-copy-file-recursive): Check for errors on all file
329 operations, and add them to dired-create-files-failures.
330 Check file file-date-erorr here too.
331 (dired-create-files): Check dired-create-files-failures
332 and report those errors too.
333
334 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
335
336 * subr.el (add-to-list): New argument COMPARE-FN.
337
338 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
339
340 * filecache.el (file-cache-add-directory)
341 (file-cache-add-directory-list, file-cache-add-file)
342 (file-cache-add-directory-using-find)
343 (file-cache-add-directory-using-locate)
344 (file-cache-add-directory-recursively): Add autoloads.
345
346 2006-09-09 Richard Stallman <rms@gnu.org>
347
348 * textmodes/conf-mode.el (conf-space-mode):
349 Use hack-local-variables-hook instead of calling hack-local-variables.
350 (conf-space-keywords-override): New variable.
351 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
352 (conf-space-mode): Always make conf-space-keywords and
353 conf-space-keywords-override local.
354 Call conf-space-mode-internal directly as well as via hook.
355
356 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
357
358 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
359 quasi-keywords.
360
361 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
364 (python-send-string): Be slightly more careful about adding \n.
365
366 * startup.el (normal-splash-screen): Don't display the buffer if we'll
367 kill it right away anyway.
368
369 2006-09-09 Eli Zaretskii <eliz@gnu.org>
370
371 * international/codepage.el (cp850-decode-table): Fix a few codes.
372 (cp858-decode-table): New variable.
373
374 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
375
376 * net/ldap.el (ldap-search-internal): Doc fix.
377
378 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
379
380 * play/life.el (life-display-generation): Test for input manually if
381 `sleeptime' is negative or null.
382
383 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
384 (print-region-1): Substitute `%s' with the page title.
385
386 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
387
388 * locate.el (locate-current-search): New variable.
389 (locate): Set buffer local value. Use current buffer if it is
390 in Locate mode.
391 (locate-mode): Disable undo here.
392 (locate-do-setup): Use locate-current-filter from buffer to be killed.
393 (locate-update): Use locate-current-search and locate-current-filter.
394
395 2006-09-08 David Kastrup <dak@gnu.org>
396
397 * desktop.el (desktop-read): When loading a desktop, disable
398 saving it while the load progresses, and switch off a pending lazy
399 load by calling `desktop-lazy-abort'.
400
401 2006-08-27 Martin Rudalics <rudalics@gmx.at>
402
403 * window.el (mouse-autoselect-window-timer)
404 (mouse-autoselect-window-position)
405 (mouse-autoselect-window-window)
406 (mouse-autoselect-window-now): New vars.
407 (mouse-autoselect-window-cancel)
408 (mouse-autoselect-window-select)
409 (mouse-autoselect-window-start): New functions.
410 (handle-select-window): Call `mouse-autoselect-window-start' when
411 delayed window autoselection is enabled.
412
413 * cus-start.el (mouse-autoselect-window): Handle delayed window
414 autoselection.
415
416 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
417 commands after which it is allowed to print in the echo area.
418
419 2006-09-08 Richard Stallman <rms@gnu.org>
420
421 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
422
423 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
424 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
425
426 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
427 (cancel-timer-internal): Add doc string.
428 (cancel-function-timers): Doc fix.
429 (with-timeout-handler, timer-event-last*): Add doc strings.
430
431 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
432
433 * files.el (risky-local-variable-p): Match ...-bindat-spec.
434
435 * dired.el (dired-log-summary): Add doc string.
436
437 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
438 (custom-group-menu-create): Not here.
439
440 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
441
442 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
443
444 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
445
446 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
447 (mac-apple-event-map): Define its handler.
448
449 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
450
451 * net/ldap.el (ldap-search-internal): Handle `auth' key.
452
453 2006-09-07 Magnus Henoch <mange@freemail.hu>
454
455 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
456 clause.
457
458 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
459
460 * info.el (Info-index): Bind completion-ignore-case.
461
462 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
465 previous commit.
466 (inferior-prolog-guess-flavor): New fun left out of previous commit.
467 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
468 burp in dedicated windows.
469 (inferior-prolog-self-insert-command): New command.
470 (inferior-prolog-mode-map): Use it.
471
472 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
473
474 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
475
476 * international/code-pages.el: Add cp858.
477
478 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
479
480 * dnd.el: Fix bootstrapping.
481
482 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
483
484 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
485 (dnd-open-remote-url): New function.
486 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
487 not windows-nt.
488
489 2006-09-07 Jason Rumney <jasonr@gnu.org>
490
491 * dnd.el (dnd-open-remote-file-function): New variable.
492 (dnd-open-unc-file): New function.
493 (dnd-open-file): Call dnd-open-remote-file-function if set.
494
495 2006-09-06 Daiki Ueno <ueno@unixuser.org>
496
497 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
498 pgg-passphrase-coding-system rather than locale-coding-system.
499 * pgg-def.el (pgg-passphrase-coding-system): New user option.
500
501 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * progmodes/prolog.el: Remove * in docstrings.
504 (prolog-program-name): Add SWI prolog.
505 (prolog-mode-menu): New menu.
506 (prolog-mode): Set comment-add.
507 (prolog-indent-line): Simplify. Use indent-line-to.
508 (inferior-prolog-buffer): New var.
509 (inferior-prolog-run, inferior-prolog-process): New funs.
510 (run-prolog, switch-to-prolog): Rewrite, using them.
511 (prolog-consult-region): Use inferior-prolog-buffer.
512 (inferior-prolog-load-file): New function.
513 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
514
515 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
516 last word, if it's not the end of the paragraph.
517
518 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
519 file name.
520
521 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
522
523 * frame.el (display-mm-dimensions-alist): New defcustom.
524 (display-mm-height, display-mm-width): Use it.
525
526 2006-09-06 Simon Josefsson <jas@extundo.com>
527
528 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
529
530 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
531
532 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
533 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
534 string values.
535
536 2006-09-06 Kim F. Storm <storm@cua.dk>
537
538 * simple.el (line-move-partial): New function to do vscrolling for
539 partially visible images / tall lines. Rewrite based on code
540 previously in line-move. Simplify backwards vscrolling.
541 (line-move): Use it. Simplify.
542
543 2006-09-05 Kim F. Storm <storm@cua.dk>
544
545 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
546
547 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
548
549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
550 Process the `gcc-include' after the `gnu' rule.
551
552 2006-09-05 Kim F. Storm <storm@cua.dk>
553
554 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
555
556 2006-09-05 Daiki Ueno <ueno@unixuser.org>
557
558 * pgg.el (pgg-clear-string): Alias to clear-string for backward
559 compatibility.
560
561 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
562 inhibit-redisplay; encode passphrase with locale-coding-system.
563
564 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
565
566 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
567
568 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
569
570 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
571 (gdb-var-list-children-regexp): Make type field optional.
572
573 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
574 e.g public, protected in C++.
575
576 2006-09-04 John Paul Wallington <jpw@pobox.com>
577
578 * simple.el (completion-show-help): New defcustom.
579 (completion-setup-function): Heed it.
580
581 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
582
583 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
584
585 2006-09-04 Richard Stallman <rms@gnu.org>
586
587 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
588 (rsf-min-region-to-spam-list): Doc fix.
589 (rsf-add-content-type-field): Doc fix.
590
591 * simple.el (kill-region): Explicitly test there is a region.
592
593 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
594
595 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
596 sendmail in several common directories.
597
598 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
599
600 * paths.el (sendmail-program): Removed.
601
602 2006-09-04 Daiki Ueno <ueno@unixuser.org>
603
604 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
605 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
606 http://article.gmane.org/gmane.emacs.gnus.general/50457
607
608 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
609
610 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
611 mark after running the menu filter.
612
613 2006-09-03 Juri Linkov <juri@jurta.org>
614
615 * international/quail.el (quail-defrule-internal): Add a check
616 if a key is a vector.
617
618 2006-09-02 Juri Linkov <juri@jurta.org>
619
620 * man.el (Man-topic-history): New variable.
621 (man): Use it.
622
623 * woman.el (woman-topic-history): Change defvar to defvaralias
624 for symbol `Man-topic-history'.
625
626 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
627 `comint-last-output-start' is a marker by using `markerp' and
628 check if it has a position by using `marker-position', and use
629 this position for `goto-char'.
630
631 * international/quail.el (quail-defrule-internal): Add missing
632 `error' call for null key.
633
634 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
635
636 * rcirc.el (rcirc-keywords): New variable.
637 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
638 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
639 variables.
640 (rcirc-responses-no-activity): New function.
641 (rcirc-handler-generic): Check for responses in above.
642 (rcirc-process-command): Add ?: character to arguments of raw
643 server commands.
644 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
645 `rcirc-dim-nicks'.
646 (rcirc-gray-toggle): Remove unused variable.
647 (rcirc-print): Remove some tracking logic, which is moved into
648 markup functions.
649 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
650 types.
651 (rcirc-activity-string): Look for 'keyword in activity-types.
652 (rcirc-window-configuration-change): Don't erase overlay-arrow
653 unnecessarily.
654 (rcirc-add-or-remove): New function.
655 (rcirc-cmd-ignore): Use it.
656 (rcirc-message-leader): Remove unused function.
657 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
658 (rcirc-add-face): New function.
659 (rcirc-facify): Use rcirc-add-face.
660 (rcirc-url-regexp): Add parens.
661 (rcirc-map-regexp): Remove function.
662 (rcirc-mangle-regexp): Remove function.
663 (rcirc-markup-text-functions): New variable.
664 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
665 (rcirc-markup-body-text, rcirc-markup-attributes)
666 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
667 (rcirc-markup-bright-nicks): New markup handler functions.
668 (rcirc-nick-in-message-full-line): New face.
669 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
670 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
671
672 2006-09-02 Martin Rudalics <rudalics@gmx.at>
673
674 * cus-start.el (hscroll-margin, hscroll-step)
675 (mode-line-in-non-selected-windows, mouse-autoselect-window)
676 (x-use-underline-position-properties): Change version to "22.1"
677 since they will appear there for the first time.
678
679 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
680
681 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
682
683 2006-08-31 Richard Stallman <rms@gnu.org>
684
685 * cus-edit.el (custom-save-variables): Slight cleanup.
686 (Custom-no-edit): Renamed from custom-no-edit.
687 (Custom-newline): Renamed from custom-newline.
688 (custom-mode-map): Use new names.
689
690 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
691 about customization, rather than M-x customize, in the doc string
692 made for the defcustom.
693
694 * emacs-lisp/trace.el (trace-function-background): Doc fix.
695
696 2006-08-31 Romain Francoise <romain@orebokech.com>
697
698 * dired-x.el (dired-guess-shell-alist-default): Update.
699
700 2006-08-31 Michael Mauger <mmaug@yahoo.com>
701
702 * custom.el (custom-theme-set-variables): Autoload packages before
703 sorting the variables.
704
705 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
706
707 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
708 chars if XEmacs.
709 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
710
711 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * progmodes/python.el (python-eldoc-function): Re-enable quit while
714 waiting for process.
715
716 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
717
718 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
719 results in ASCII-only string, encode original one directly.
720
721 2006-08-29 Romain Francoise <romain@orebokech.com>
722
723 * startup.el (normal-splash-screen, fancy-splash-screens):
724 Make buffer read-only and arrange to enter view mode if necessary.
725
726 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
727
728 * hl-line.el (hl-line): New face.
729 (hl-line-face): Use it.
730
731 * image-mode.el (image-mode): Fix last fix.
732 Suggested by Kim F. Storm.
733
734 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
735
736 Sync with Tramp 2.0.54.
737
738 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
739 of `=', because `tramp-get-remote-gid' might not always return an
740 integer when expected.
741 (tramp-register-file-name-handlers): `partial-completion-mode' is
742 unknown to XEmacs.
743 (tramp-time-diff): Don't use `floor', it might fail for large
744 differences.
745 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
746 `tramp-auto-save-directory' if unset in order to guarantee unique
747 auto-save file names.
748
749 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
750
751 * image-mode.el (image-mode): Display image as text on a terminal.
752
753 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * progmodes/python.el (python-send-command): Simplify.
756 (run-python): Don't generate a new buffer unless `new' was specified.
757 Make sure we send `import emacs' to the proper process.
758
759 * progmodes/python.el (python-send-command): Don't wait for the command
760 to terminate. Don't fiddle with compilation-parsing-end.
761
762 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
763
764 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
765 Insert commentary after first line summary.
766
767 * woman.el (woman-follow): New function, based on `man-follow'.
768 (woman-mode-map): Use it.
769
770 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
771 since ibuffer-do-sort-by-recency does not define a sorter.
772
773 2006-08-28 Kim F. Storm <storm@cua.dk>
774
775 * find-dired.el (find-dired): Use shell-quote-argument to properly
776 escape ( and ) args. Also use it on {} and ; args in default
777 value of find-ls-option string.
778 (find-grep-dired): Use shell-quote-argument on {} and ; args.
779
780 2006-08-27 Michael Olson <mwolson@gnu.org>
781
782 * emacs-lisp/tq.el: Small grammar fix in comments.
783 (tq-enqueue): Check for existence of queue rather than the
784 head queue item's question, which was a no-op.
785 (tq-filter, tq-process-buffer): Make sure the process buffer
786 exists before making it the current buffer.
787
788 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
789
790 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
791 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
792 (special-event-map): Apply 2006-08-16 change for x-win.el.
793
794 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * progmodes/python.el (python-send-receive): Wait in the
797 process's buffer so as to check the right buffer-local variables.
798
799 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
802 (defgroup checkdoc): Move to beginning.
803
804 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
805 (python-preoutput-continuation): Remove.
806 (python-preoutput-filter): Simplify correspondingly.
807 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
808 Loop around to catch embedded _emacs_out output.
809 (run-python): Send the import&print command on a single line.
810 (python-send-command): Send command&print on a single line.
811 (python-send-string): Only add double \n if needed.
812 (python-send-receive): Loop until the result comes.
813 (python-mode-running): Defvar it.
814 (python-setup-brm): Remove unused var `menu'.
815 Only bind py-mode-map and `features' around brm-init.
816 (python-calculate-indentation): Remove unused var `point'.
817 (python-beginning-of-defun): Remove unused var `def-line'.
818
819 2006-08-25 Richard Stallman <rms@gnu.org>
820
821 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
822
823 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
824
825 * viper.el (viper-set-hooks): Use frame bindings for
826 viper-vi-state-cursor-color.
827 (viper-non-hook-settings): Don't set default
828 mode-line-buffer-identification.
829
830 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
831 (viper-set-cursor-color-according-to-state)
832 (viper-get-saved-cursor-color-in-replace-mode)
833 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
834 viper-emacs-state-cursor-color.
835
836 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
837 (viper-undo): Use point if undo-beg-posn is nil.
838 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
839 (viper-after-change-undo-hook): Don't use
840 viper-emacs-state-cursor-color by default.
841 (viper-undo): More sensible positioning after undo.
842
843 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
844 (viper-emacs-state-cursor-color): Default to nil, since this feature
845 doesn't work well yet.
846
847 * ediff-mult.el (ediff-intersect-directories)
848 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
849 always expand filenames.
850
851 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * tumme.el: Remove * in defcustoms's docstrings.
854
855 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
856
857 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
858 Accept internal time format for SECS arg.
859 (timer-relative-time): Doc fix.
860
861 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
862 adapted from Martin Rudalics.
863 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
864 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
865 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
866 using sit-for.
867
868 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
869
870 * cus-start.el (all): Add `overline-margin' and
871 `x-underline-at-descent-line'.
872
873 2006-08-24 Kim F. Storm <storm@cua.dk>
874
875 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
876 to mean "use find -exec"; nil now unambiguously means auto-detect.
877 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
878 Use shell-quote-argument to build grep-find-command and
879 grep-find-template.
880 (rgrep): Use shell-quote-argument to properly quote arguments to find.
881 Reported by Tom Seddon.
882
883 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
884
885 * startup.el (fancy-splash-head): Give instructions for dismissing
886 the splash screen for default startup too.
887 (display-startup-echo-area-message, fancy-splash-screens)
888 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
889 all splash text at once and keep the splash buffer around.
890 (command-line-1): Give display-startup-echo-area-message a t arg.
891
892 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
893
894 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
895 gnus frame is selected.
896
897 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
898
899 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
900
901 2006-08-22 Kim F. Storm <storm@cua.dk>
902
903 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
904 Add suffix matching for subdirs.
905
906 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
907
908 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
909 mouse-yank-at-point is non-nil.
910
911 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
912
913 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
914 a bit wider and remove fringes to fit initial output on line.
915
916 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * frame.el (blink-cursor-end): Only ignore the error we care about.
919 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
920
921 2006-08-21 Richard Stallman <rms@gnu.org>
922
923 * whitespace.el (whitespace-cleanup): Doc fix.
924
925 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
926
927 * net/rcirc.el (rcirc-show-maximum-output): New var.
928 (rcirc-buffer-process): If no buffer argument is supplied, use
929 current-buffer.
930 (rcirc-complete-nick): Complete to the last completed nick first.
931 (rcirc-mode): Preserve the value of `rcirc-urls' across
932 connections. Setup scroll function.
933 (rcirc-scroll-to-bottom): New function.
934 (rcirc-print): Use nick syntax around regexp work.
935 Notice dim-nicks speaking only if they say our nick.
936 (rcirc-update-activity-string): Do not show the modeline indicator
937 if there are no live rcirc processes.
938 (rcirc-cmd-ignore): Ignore case.
939 (rcirc-browse-url-at-point): Fix off-by-one error.
940
941 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * progmodes/python.el: Remove * in defcustom docstrings.
944 (run-python, python-proc, python-try-complete): Use derived-mode-p.
945 (python-mode): Set tab-width and indent-tabs-mode.
946
947 2006-08-20 Dave Love <fx@gnu.org>
948
949 * progmodes/python.el: Update to Dave Love's latest version.
950 (python-font-lock-keywords, python-mode): Don't use
951 font-lock-syntax-table, but match symbol elements explicitly instead.
952 (python-mode-map): Add help, and a few more key bindings.
953 (python-skip-comments/blanks): Move out of comments as well.
954 (python-continuation-line-p): Behave better with unbalanced parens.
955 (python-blank-line-p): New fun.
956 (python-open-block-statement-p): Don't use a heuristic.
957 (python-outdent-p): Better handle blocks-in-the-same-line.
958 (python-calculate-indentation): Misc improvements.
959 (python-comment-indent): Remove.
960 (python-block-pairs): New var.
961 (python-first-word): New fun.
962 (python-indentation-levels): Handle more common cases.
963 (python-indent-line-1): Add `leave' argument.
964 (python-indent-region): New fun.
965 (python-skip-out): New fun.
966 (python-beginning-of-statement, python-end-of-statement): Use it.
967 (python-next-statement): Return correct count even at eob.
968 (python-end-of-block): Fix paren-typo.
969 (python-imenu-create-index): Add module variables.
970 (run-python): Add `new' arg.
971 Check we're at a prompt before returning.
972 (python-send-command): Move to end of buffer.
973 Wait for prompt to return.
974 (python-set-proc): New fun.
975 (python-imports): New var.
976 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
977 (python-eldoc-function): Try to move out of arg list.
978 (python-outline-level): Offset by 1.
979 (python-find-imports): New fun.
980 (python-symbol-completions): Use python-imports.
981 (python-module-path, ffap-alist): Add support for ffap.
982 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
983 (pythin-insert-*, python-default-template, python-expand-template):
984 Add templates/skeletons.
985 (python-setup-brm): Support for Bicycle Repair Man.
986 (python-abbrev-syntax-table): New var.
987 (python-abbrev-pc-hook, python-pea-hook): New funs.
988
989 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
990
991 * frame.el (blink-cursor-start): Set timer first.
992 (blink-cursor-end): Ignore timer cancelling errors.
993 Suggested by Ken Manheimer.
994
995 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
996
997 * newcomment.el (comment-box): Call `comment-normalize-vars'.
998 Add autoload cookie.
999
1000 2006-08-20 Richard Stallman <rms@gnu.org>
1001
1002 * simple.el (line-number-at-pos): Doc fix.
1003
1004 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1005 timer-activate-when-idle, so timer can run before Emacs becomes
1006 non-idle again.
1007
1008 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1009
1010 * whitespace.el (whitespace-cleanup-internal): New optional arg
1011 REGION-ONLY. If it's non-nil, modify the message to the user
1012 accordingly.
1013 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1014 a non-nil argument.
1015
1016 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1017
1018 * rect.el (spaces-string): Simplify and add doc string.
1019
1020 2006-08-17 Romain Francoise <romain@orebokech.com>
1021
1022 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1023
1024 2006-08-17 Richard Stallman <rms@gnu.org>
1025
1026 * compare-w.el (compare-windows): lambda's take an arg and pass
1027 it to compare-windows-skip-whitespace.
1028
1029 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1030
1031 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1032 the right buffer.
1033
1034 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1037 removed files.
1038
1039 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1042 (gdb-locals-watch-map-1): Suppress keymap first.
1043 (gdb-edit-locals-map-1): New variable.
1044 (gdb-edit-locals-value): New function.
1045 (gdb-stack-list-locals-handler): Use them.
1046
1047 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1050 cursor would normally be drawn in the fringe.
1051
1052 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1053 Reported by Martin Rudalics <rudalics@gmx.at>.
1054
1055 2006-08-16 Richard Stallman <rms@gnu.org>
1056
1057 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1058 (special-event-map): Process drag-n-drop events this way.
1059
1060 * simple.el (move-beginning-of-line): Test whether fields
1061 would prevent motion back to line's first visible character.
1062 If so, stop where the fields would stop the motion.
1063
1064 * newcomment.el (comment-indent): Fully update INDENT
1065 before checking to see if it will change the text.
1066
1067 * cus-edit.el (custom-newline): New function.
1068 (custom-mode-map): Bind newline to custom-newline.
1069
1070 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1071 into ignore-whitespace.
1072 Check each buffer for its skip-function.
1073 Handle compare-windows-skip-whitespace special-case test
1074 by returning t from default skip function.
1075
1076 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1077
1078 * textmodes/org.el (org-clock-special-range)
1079 (org-clock-update-time-maybe): New functions.
1080 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1081 not only a-z.
1082 (org-agenda-get-blocks): Allow multiple blocks per headline.
1083 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1084 (org-export-html-title-format)
1085 (org-export-html-toplevel-hlevel): New options.
1086 (org-export-language-setup): Add support for Czech.
1087 (org-mode, org-insert-todo-heading, org-find-visible)
1088 (org-find-invisible, org-invisible-p, org-invisible-p2)
1089 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1090 (org-show-subtree, org-show-entry, org-make-options-regexp):
1091 Remove compatibility support for old outline-mode.
1092 (org-check-occur-regexp): Funtion removed.
1093 (org-on-heading-p, org-back-to-heading): Made defalias.
1094 (org-set-local): New defsubst.
1095 (org-set-regexps-and-options, org-mode)
1096 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1097 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1098 (org-remember-apply-template, org-table-edit-field)
1099 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1100 (org-set-autofill-regexps): Use `org-set-local'.
1101 (org-table-eval-formula): Fix bug with parsing of display flags.
1102
1103 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1106 frame with fringe arrow. Suggested by Simon Marshall
1107 <simon.marshall@misys.com>.
1108 (gdb-stack-position): New variable.
1109 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1110 (gdb-frames-mode): Set gdb-stack-position to nil.
1111 Add to overlay-arrow-variable-list
1112 (gdb-reset): Delete gdb-stack-position from above list.
1113
1114 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1115
1116 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1117 read only.
1118
1119 2006-08-13 Romain Francoise <romain@orebokech.com>
1120
1121 * cus-theme.el (customize-create-theme)
1122 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1123
1124 * filesets.el (filesets-add-buffer): Ditto.
1125
1126 * pcvs.el (cvs-change-cvsroot): Ditto.
1127
1128 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1129
1130 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1131 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1132 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1133 expressions.
1134 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1135 Only search till end of line.
1136 Add face to function names in case of no filename.
1137 Add face to variable names of watchpoints.
1138
1139 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1140
1141 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1142 customization group.
1143
1144 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1145
1146 * allout.el (allout-prior-bindings, allout-added-bindings):
1147 Remove, after long deprecation.
1148 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1149 Add customization vars controlling allout-beginning-of-line and
1150 allout-end-of-line conveniences.
1151 (allout-header-prefix, allout-use-mode-specific-leader)
1152 (allout-use-mode-specific-leader, allout-mode-leaders):
1153 Revise docstrings.
1154 (allout-infer-header-lead): Change to be an alias for
1155 allout-infer-header-lead-and-primary-bullet.
1156 (allout-infer-header-lead-and-primary-bullet): New version of
1157 allout-infer-header-lead which assigns the primary bullet to the
1158 same as the header lead, when its being changed.
1159 (allout-infer-body-reindent): Apply regexp-quote instead of
1160 unconditionally prepending "\\", so that all literal
1161 allout-header-prefix and allout-primary-bullet strings are
1162 properly handled.
1163 (allout-add-resumptions): Add optional qualifier for extending or
1164 appending to existing values, rather than replacing them.
1165 (allout-view-change-hook): Clarify docstring.
1166 (allout-exposure-change-hook): Take explicit arguments, via
1167 run-hook-with-args.
1168 (allout-structure-added-hook)
1169 (allout-structure-deleted-hook)
1170 (allout-structure-shifted-hook): New hooks analogous to
1171 allout-exposure-change-hook for other kinds of structural outline
1172 edits.
1173 (allout-encryption-plaintext-sanitization-regexps): New encryption
1174 customization variable, by which cooperating modes can provde
1175 massage of the plaintext without actually being passed it.
1176 (allout-encryption-ciphertext-rejection-regexps)
1177 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1178 customization variables, by which cooperating modes can prohibit
1179 rare but possible ciphertext patterns from fouling their
1180 operation, with actually being passed the ciphertext.
1181 (allout-mode): Run activation and deactivation hooks after the
1182 minor-mode variable has been toggled, to clarify the mode
1183 disposition. The new encryption ciphertext rejection variable is
1184 used to ensure that the ciphertext does not contain text that
1185 would be recognized as outline structural elements by allout.
1186 Substite allout-beginning-of-line and allout-end-of-line for
1187 conventionall beginning-of-line and end-of-line bindings.
1188 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1189 activation!
1190 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1191 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1192 (allout-chart-subtree): Implement new mode, charting only the
1193 visible items in the subtree, when new 'visible' parameter is non-nil.
1194 (allout-end-of-subtree): Properly handle the last item in the buffer.
1195 (allout-pre-command-business, allout-command-counter):
1196 Increment an advertised counter so that cooperating enhancements can
1197 track revisions of items.
1198 (allout-open-topic): Run allout-structure-added-hook with suitable
1199 arguments.
1200 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1201 arguments.
1202 (allout-shift-out): Fix doubling for negative args and ensure call
1203 of allout-structure-shifted-hook by solely using allout-shift-in.
1204 (allout-kill-line, allout-kill-topic):
1205 Run allout-structure-deleted-hook with suitable arguments.
1206 (allout-yank-processing): Run allout-structure-added-hook with
1207 proper arguments.
1208 (allout-yank): Enclose activity in allout-unprotected.
1209 (allout-flag-region): Run allout-exposure-change-hook with
1210 suitable arguments, instead of making the callee infer the arguments.
1211 (allout-encrypt-string):
1212 Support allout-encryption-plaintext-sanitization-regexps,
1213 allout-encryption-ciphertext-rejection-regexps, and
1214 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1215 en/de cryption mode in symmetric encryption failure message.
1216 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1217 copy of the passphrase, and don't zero it or we'll corrupt the
1218 stashed copy.
1219 (allout-create-encryption-passphrase-verifier)
1220 (allout-verify-passphrase): Respect the new signature for
1221 allout-encrypt-string.
1222 (allout-get-configvar-values): Convenience for getting a
1223 configuration variable value and handling its absence gracefully.
1224
1225 2006-08-11 Romain Francoise <romain@orebokech.com>
1226
1227 * obsolete/zone-mode.el: Delete.
1228
1229 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1232
1233 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1234
1235 * emacs-lisp/bindat.el (bindat-ip-to-string):
1236 Use `format-network-address' if possible.
1237
1238 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1239
1240 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1241
1242 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1243
1244 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1245 restore unread-command-events here.
1246 (edebug-display): Do it here, to detect sit-for interruptions.
1247
1248 2006-08-10 Romain Francoise <romain@orebokech.com>
1249
1250 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1251 (dns-mode-soa-auto-increment-serial): New user option.
1252 (dns-mode-soa-maybe-increment-serial): New function.
1253 (dns-mode): Add the latter to `write-contents-functions'.
1254
1255 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1256 Delete autoload cookies.
1257
1258 2006-08-10 John Wiegley <johnw@newartisans.com>
1259
1260 * eshell/em-glob.el (eshell-glob-chars-list)
1261 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1262
1263 2006-08-10 Richard Stallman <rms@gnu.org>
1264
1265 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1266 (facemenu-set-face): Doc fix.
1267 (facemenu-listed-faces): Doc fix.
1268
1269 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * avoid.el (mouse-avoidance-animating-pointer): New var.
1272 (mouse-avoidance-nudge-mouse): Use it.
1273 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1274 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1275 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1276 Don't activate if currently animating. All callers changed.
1277
1278 2006-08-09 John Wiegley <johnw@newartisans.com>
1279
1280 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1281 variable, which causes timeclock to report elapsed time worked,
1282 instead of just work remaining.
1283
1284 2006-08-09 Kenichi Handa <handa@m17n.org>
1285
1286 * international/latexenc.el (latexenc-find-file-coding-system):
1287 Fix for the case that the 2nd element of arg-list is a cons.
1288
1289 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * info.el (Info-fontify-node): Handle preceding `in' for note
1292 reference hiding rules.
1293
1294 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1297 mistake a closing " for an opening one.
1298
1299 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1300
1301 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1302
1303 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * complete.el (PC-do-completion): Filter out completions matching
1306 completion-ignored-extensions before checking whether there are
1307 multiple completions.
1308 Don't use `list' unnecessarily when building completion tables.
1309
1310 2006-08-06 Richard Stallman <rms@gnu.org>
1311
1312 * help.el (describe-mode): Make minor mode list more concise.
1313
1314 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * bindings.el: Give mode-line-format, mode-line-modes, and
1317 mode-line-position `standard-value' properties.
1318
1319 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1320
1321 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1322 "(file)node" instead of the file name.
1323
1324 2006-08-05 Richard Stallman <rms@gnu.org>
1325
1326 * faces.el (escape-glyph): Doc fix.
1327
1328 2006-08-04 Kenichi Handa <handa@m17n.org>
1329
1330 * international/mule-diag.el (describe-font): Improve docstring
1331 and error message. Use frame-parameter (not frame-parameters).
1332
1333 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1336 Correctly mark the end-of-docstring char.
1337
1338 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * simple.el (line-move-to-column): Constrain move-to-column to
1341 current field.
1342
1343 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * font-lock.el (font-lock-beg, font-lock-end)
1346 (font-lock-extend-region-functions): New vars.
1347 (font-lock-extend-region-multiline)
1348 (font-lock-extend-region-wholelines): New functions.
1349 (font-lock-default-fontify-region): Use them.
1350 (font-lock-extend-jit-lock-region-after-change): Only round up
1351 if font-lock-default-fontify-region will do it as well.
1352
1353 * font-lock.el (font-lock-extend-after-change-region-function):
1354 Rename from font-lock-extend-region-function.
1355 (font-lock-extend-region): Remove by inlining at call sites.
1356 (font-lock-after-change-function): Don't needlessly round up to a whole
1357 number of lines.
1358 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1359 the boundary conditions and the interactions between the various ways
1360 to extend the region.
1361
1362 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1365 modification status when forcing the second redisplay.
1366
1367 2006-08-03 Kim F. Storm <storm@cua.dk>
1368
1369 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1370
1371 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1374 doesn't look like a file name.
1375
1376 * complete.el (PC-expand-many-files): Avoid signalling an error when
1377 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1378
1379 2006-08-02 Andreas Schwab <schwab@suse.de>
1380
1381 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1382
1383 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * bindings.el (map): Make mode-line-buffer-identification-keymap
1386 before defining propertized-buffer-identification.
1387
1388 2006-08-01 Richard Stallman <rms@gnu.org>
1389
1390 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1391
1392 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1395 default value.
1396 (gdb-find-source-frame): New function.
1397 (menu): Add to menu bar.
1398
1399 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * font-core.el (font-lock-extend-region-function)
1402 (font-lock-extend-region): Move to font-lock.el.
1403
1404 * font-lock.el (font-lock-extend-region-function)
1405 (font-lock-extend-region): Move from font-core.el. Simplify.
1406
1407 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1408 if needed.
1409 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1410 (jit-lock-after-change-extend-region-functions): New hook.
1411 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1412
1413 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1414 (font-lock-turn-on-thing-lock): Use it.
1415
1416 * longlines.el (longlines-show-region): Make it work on read-only
1417 buffers as well.
1418
1419 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1422
1423 2006-07-31 Richard Stallman <rms@gnu.org>
1424
1425 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1426 (vhdl-speedbar-display-projects): Update old obsolete
1427 speedbar variable names.
1428
1429 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1430
1431 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1432 (gdb-stopped): Use it.
1433
1434 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1435
1436 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1439 for load-history elements.
1440
1441 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1442
1443 * files.el (convert-standard-filename): For Cygwin, replace
1444 characters not allowed in Windows file names.
1445 (make-auto-save-file-name): Add Cygwin to the list of systems
1446 where the auto-save file name needs to be run through
1447 convert-standard-filename.
1448
1449 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1450
1451 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1452
1453 2006-07-28 Richard Stallman <rms@gnu.org>
1454
1455 * bindings.el (mode-line-frame-identification)
1456 (propertized-buffer-identification): Centralize the code
1457 to initialize the variable.
1458
1459 * progmodes/grep.el (grep-default-command): Catch errors from
1460 wildcard-to-regexp.
1461
1462 2006-07-29 Kim F. Storm <storm@cua.dk>
1463
1464 * progmodes/grep.el (grep-tag-default): New function.
1465 (grep-default-command, grep-read-regexp): Use it.
1466 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1467 as default if nothing else applies.
1468
1469 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1470
1471 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1472 Throw error if buffer is not in Dired and Wdired mode, respectively.
1473
1474 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1477 self-insert-command keys don't activate buttons.
1478 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1479
1480 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1481
1482 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1483 faces for enable character.
1484
1485 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1486
1487 * Makefile.in (recompile): Update comment to reflect change
1488 on 2004-04-21.
1489
1490 2006-07-27 Richard Stallman <rms@gnu.org>
1491
1492 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1493 (customize-package-emacs-version): Change msg when pkg has no entry.
1494 (custom-no-edit): On a button, do like widget-button-press.
1495
1496 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1497
1498 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1499 S-tab and C-S-tab.
1500
1501 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1502
1503 * progmodes/which-func.el (which-function): Fix documentation/
1504 comment typo.
1505
1506 2006-07-26 Richard Stallman <rms@gnu.org>
1507
1508 * textmodes/ispell.el (ispell-word): If we replace the word,
1509 move point to the end. Insert before deleting.
1510
1511 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1514 a timer.
1515
1516 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1517
1518 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1519 when at first image.
1520 (tumme-forward-image): Add prefix argument. Add error when at last
1521 image.
1522
1523 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * tabify.el (tabify-regexp): Use more specific regexps.
1526 (tabify): Avoid modifying the buffer unnecessarily.
1527
1528 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1529
1530 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1531 (tumme-format-properties-string): Handle empty `buf'.
1532 (tumme-get-comment): Change variable names inside `let'.
1533 Add missing `let' variable that cause font-lock problems.
1534 (tumme-write-comments): Change variable names inside `let'.
1535 Add missing `let' variable that cause font-lock problems.
1536 (tumme-forward-image): Rename from `tumme-forward-char'.
1537 (tumme-backward-image): Rename from `tumme-backward-char'.
1538
1539 2006-07-25 Masatake YAMATO <jet@gyve.org>
1540
1541 * progmodes/ld-script.el (ld-script-keywords)
1542 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1543 and add comments.
1544
1545 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1546
1547 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1548 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1549 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1550 for status indicator.
1551
1552 2006-07-24 Richard Stallman <rms@gnu.org>
1553
1554 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1555
1556 * subr.el (dolist, dotimes): Use interned symbols for locals.
1557 (--dotimes-limit--, --dolist-tail--): New defvars.
1558 (looking-back): Doc fix.
1559
1560 * replace.el (replace-match-string-symbols): Handle dotted lists.
1561
1562 2006-07-24 mathias <mathias@mattis>
1563
1564 * tumme.el (tumme-write-tags): Add.
1565 (tumme-write-comments): Add.
1566 (tumme-tag-files): Change to use `tumme-write-tags'.
1567 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1568 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1569 (tumme-save-information-from-widgets): Change to use
1570 `tumme-write-comments' and `tumme-write-tags'.
1571 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1572 (tumme-write-tag): Remove.
1573 (tumme-write-comment): Remove.
1574 (tumme-display-previous-thumbnail-original): Remove empty line.
1575 (tumme-widget-list): Add punctuation.
1576
1577 2006-07-24 mathias <mathias.dahl@gmail.com>
1578
1579 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1580
1581 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1582
1583 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1584 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1585 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1586
1587 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1588
1589 * mouse.el (mouse-on-link-p): Doc fix.
1590
1591 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1592
1593 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1594 Handle "C-h f `".
1595
1596 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1597
1598 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1599 column.
1600
1601 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1602
1603 * textmodes/table.el: Add move-beginning-of-line and
1604 move-end-of-line to Point Motion Only Group.
1605
1606 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1607
1608 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1609
1610 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1611
1612 * startup.el (user-mail-address): Initialize from the `EMAIL'
1613 environment variable first. Document this.
1614 (command-line): Ditto.
1615
1616 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1617
1618 * help-mode.el (help-function-def, help-variable-def)
1619 (help-face-def): Print a message in the minibuffer.
1620
1621 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1622
1623 * term/xterm.el (terminal-init-xterm): Fix key bindings
1624 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1625
1626 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1627
1628 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1629 where `(nth 1 command)' is a cons cell. Doc fix.
1630
1631 * textmodes/po.el (po-find-charset): Doc fix.
1632
1633 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1634
1635 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1636 (allout-beginning-of-current-line, allout-end-of-current-line)
1637 (allout-next-visible-heading, allout-open-topic)
1638 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1639 (allout-flag-current-subtree, allout-show-to-offshoot)
1640 (allout-hide-current-entry, allout-show-current-branches)
1641 (allout-hide-region-body, allout-old-expose-topic)
1642 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1643 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1644 containing `beginning-of-line' and `end-of-line' with
1645 `inhibit-field-text-motion' t.
1646
1647 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1648
1649 * frame.el (focus-follows-mouse): Document that it doesn't have
1650 any effect on MS-Windows.
1651
1652 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1655
1656 2006-07-20 Jay Belanger <belanger@truman.edu>
1657
1658 * calc.el (calc-previous-alg-entry): Remove variable.
1659
1660 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1661 New variables.
1662 (calc-alg-entry): Use `calc-alg-entry-history'.
1663 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1664 Remove reference to `calc-previous-alg-entry'.
1665 (calcAlg-edit, calcAlg-enter): Remove reference to
1666 `calc-previous-alg-entry'.
1667 (calcAlg-previous): Use `previous-history-element' instead of
1668 `calc-previous-alg-entry'.
1669 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1670 Change keybinding for `calcAlg-plus-minus', add keybindings for
1671 `previous-history-element' and `next-history-element'.
1672
1673 * calc-rewr.el (calc-match): Remove reference to
1674 `calc-previous-alg-entry'.
1675
1676 * calc-sel.el (calc-selection-history): New variable.
1677 (calc-enter-selection, calc-sel-mult-both-sides)
1678 (calc-sel-add-both-sides): Use `calc-selection-history'.
1679
1680 * calc-map.el (calc-get-operator-history): New variable.
1681 (calc-get-operator): Use `calc-get-operator-history'.
1682
1683 * calcalg3.el (calc-curve-fit-history): New variable.
1684 (calc-curve-fit): Use `calc-curve-fit-history'.
1685
1686 2006-07-20 Kenichi Handa <handa@m17n.org>
1687
1688 * international/mule-cmds.el (select-safe-coding-system): Fix the
1689 way of deciding eol-type of the coding system.
1690
1691 2006-07-20 Alan Mackenzie <acm@muc.de>
1692
1693 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1694 (c-lang-setvar): New macro.
1695 (c-make-init-lang-vars-fun): Use the initialization forms in
1696 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1697 (comment-start, comment-end, comment-start-skip): Change these from
1698 c-lang-defvar's to c-lang-setvar's.
1699
1700 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1701 which calls make-local-variable on the elements of
1702 c-emacs-variable-inits.
1703 (c-init-language-vars-for): Call this new macro.
1704
1705 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1708 Try to rule out false positives due to time stamps.
1709 (compilation-mode-font-lock-keywords): Remove rules made redundant
1710 because of the above change. Add `segmentation fault' to the known and
1711 highlighted compilation termination messages.
1712
1713 2006-07-19 Kim F. Storm <storm@cua.dk>
1714
1715 * progmodes/grep.el (grep-find-ignored-directories):
1716 Add .svn and _darcs to list.
1717
1718 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1719
1720 * dired.el (dired-mode-map): Add key binding `C-te' for
1721 `tumme-dired-edit-comment-and-tags'.
1722
1723 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1724 image display buffer is displayed before call to
1725 `tumme-display-image.
1726 (tumme-dired-display-image): Make sure image display buffer is
1727 displayed before call to `tumme-display-image.
1728 (tumme-mouse-display-image): Make sure image display buffer is
1729 displayed before call to `tumme-display-image.
1730 (tumme-widget-list): Add.
1731 (tumme-dired-edit-comment-and-tags): Add.
1732 (tumme-save-information-from-widgets): Add.
1733
1734 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1737
1738 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1741 Revert inadvertently installed patch hunk.
1742
1743 * progmodes/compile.el (compilation-find-file): Handle the
1744 cases where the user selects a non-existent file.
1745
1746 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1749
1750 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * subr.el (sit-for): Just sleep-for if noninteractive.
1753
1754 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1757
1758 * custom.el (custom-autoload): Add `noset' argument.
1759 (custom-push-theme): Don't autoload the variable, let callers do it.
1760 (custom-theme-set-variables): Autoload the variable if necessary.
1761
1762 * cus-edit.el (custom-variable-state-set): If the variable was
1763 originally set outside custom, but to the same value as the default,
1764 consider it to be standard.
1765
1766 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1767 file *before* telling Emacs to add the autoloads, in case it fails.
1768
1769 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1770 Use `cond', push', and `dolist'.
1771
1772 2006-07-17 Richard Stallman <rms@gnu.org>
1773
1774 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1775 Add defvars to silence warnings.
1776
1777 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1780 Don't highlight "Compiling file" messages as error.
1781
1782 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1783 file already exists.
1784
1785 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1786
1787 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1788 entry, don't assign to free var; simply return the extracted filename.
1789 (ff-treat-as-special): Incorporate common preamble from callers.
1790 (ff-other-file-name, ff-find-the-other-file):
1791 Update call to ff-treat-as-special.
1792
1793 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1794
1795 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1796
1797 * tumme.el (tumme-get-comment): Fix bug.
1798
1799 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * files.el: Remove spurious * in docstrings.
1802
1803 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1804
1805 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1806 grammar.
1807 (allout-beginning-of-current-line): Beware beginning of buffer.
1808 Also, a comment is simplified.
1809 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1810 when appropriate. (This fix enables use for other than
1811 bullet-hotspot operation.)
1812 (allout-hide-current-subtree): While escalating to sibling-close,
1813 make sure to situate on a topic.
1814
1815 2006-07-14 Kim F. Storm <storm@cua.dk>
1816
1817 * emulation/cua-base.el (cua-delete-selection)
1818 (cua-toggle-set-mark): New defcustoms.
1819 (cua-rectangle-modifier-key): Add `alt' modifier.
1820 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1821 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1822 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1823
1824 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1825
1826 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1827
1828 * allout.el: Require 'cl during byte-compilation/interactive load,
1829 for the `assert' macro.
1830 (allout-mode-deactivate-hook): New hook, run when allout mode
1831 deactivates.
1832 (allout-developer): New allout customization subgroup.
1833 (allout-run-unit-tests-on-load): New allout-developer
1834 customization variable, when true allout unit tests are run towards
1835 end of file load/eval.
1836 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1837 auto-fill-mode.
1838 (allout-resumptions): Remove, to be replaced by...
1839 (allout-add-resumptions): Register variable settings to be
1840 reinstated by `allout-do-resumptions'. The settings are made
1841 buffer-local, but the locality/globality of the suspended setting
1842 is restored on resumption.
1843 (allout-do-resumptions): Reinstate all settings suspended using
1844 `allout-add-resumptions'.
1845 (allout-test-resumptions): Unit tests (and intermediate variables)
1846 for resumptions.
1847 (allout-tests-globally-unbound, allout-tests-globally-true)
1848 (allout-tests-locally-true): Intermediate variables for
1849 resumptions unit tests.
1850 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1851 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1852 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1853 instead of retired `allout-resumptions'. For hook functions, use
1854 `local' parameter so hook settings are created and removed as
1855 buffer-local settings. Revise (resumptions) setting
1856 auto-fill-function so it is set only if already active. (The
1857 related fill-function settings are all made in either case, so
1858 that activating auto-fill-mode activity will have the custom
1859 allout-mode behaviors (hanging indent on topics, if configured for it).
1860 Remove all allout-exposure-category overlays on mode deactivation.
1861 (allout-hotspot-key-handler): New function extracted from
1862 `allout-pre-command-business', so the functionality can be used
1863 for other purposes, eg as a binding in an overlay.
1864 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1865 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1866 customization variable.
1867 (allout-run-unit-tests): Run the (currently quite small)
1868 repertoire of unit tests. Called just before the provide iff user
1869 has customized `allout-run-unit-tests-on-load' non-nil.
1870
1871 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1872
1873 * emacs-lisp/authors.el (authors-aliases): Update.
1874
1875 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1876
1877 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1878 gdb-source-window. Add dedicated argument.
1879 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1880 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1881 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1882 (gdb-display-locals-buffer): Use it.
1883
1884 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1885 Set gdb-source-window.
1886
1887 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1890 minor modes, redundant with the custom-autoload line above.
1891
1892 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * longlines.el (longlines-post-command-function): Handle open-line too.
1895
1896 2006-07-12 Richard Stallman <rms@gnu.org>
1897
1898 * progmodes/grep.el (grep-last-buffer): Doc fix.
1899
1900 * info.el (Info-try-follow-nearest-node): Doc fix.
1901
1902 * emacs-lisp/edebug.el (edebug-instrument-function):
1903 Err if find-function-noselect gives no position.
1904
1905 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1906 If can't find definition, return nil for position.
1907 (find-function-do-it): Handle new return value
1908 of find-definition-noselect.
1909 (find-definition-noselect, find-variable-noselect): Doc fix.
1910 (find-function-noselect): Doc fix.
1911
1912 * help-mode.el (help-variable-def): Handle find-variable-noselect
1913 returning no position.
1914 (help-function-def): Likewise for find-function-search-for-symbol.
1915 (help-face-def): Likewise.
1916
1917 * help-fns.el (describe-variable): Handle find-variable-noselect
1918 returning no position.
1919
1920 * files.el (locate-file-completion): Avoid duplicates in result.
1921
1922 * cus-edit.el (custom-no-edit): New command.
1923 (custom-mode-map): Remap to custom-no-edit instead of
1924 using suppress-keymap.
1925
1926 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1927
1928 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1929 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1930 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1931
1932 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1933
1934 2006-07-11 Kim F. Storm <storm@cua.dk>
1935
1936 * ido.el (ido-copy-current-file-name): Use buffer-name if
1937 buffer-file-name is nil.
1938
1939 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * simple.el (undo-ask-before-discard): Set to nil.
1942
1943 * vc.el (vc-exec-after): Don't delete process manually.
1944 (vc-print-log): Run log-view-mode in process sentinel inside
1945 inhibit-read-only. Don't shrink window due to timing issues.
1946
1947 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1948 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1949
1950 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1953 Fix ambiguity introduced by last change.
1954 (compilation-find-file): Move save-excursion to where it may
1955 make sense. Fix a left over `find-file'.
1956
1957 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1958
1959 * textmodes/texinfmt.el (texinfo-format-separate-node):
1960 Insert a string before point, which fits documentation, not after.
1961 (texinfo-multitable-item): In a multitable row, insert any
1962 additional needed @tabs and spaces.
1963
1964 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1965
1966 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1967 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1968 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1969 instead of shell-command.
1970 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1971 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1972 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1973 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1974 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1975 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1976
1977 2006-07-11 Kim F. Storm <storm@cua.dk>
1978
1979 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1980 Remove special case for seconds < 0. Use (redisplay t) instead.
1981
1982 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1985 avoid compilation error.
1986
1987 * subr.el (sit-for): New function.
1988
1989 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1990
1991 2006-07-10 Richard Stallman <rms@gnu.org>
1992
1993 * ldefs-boot.el (edebug): Update page.
1994
1995 2006-07-10 Kim F. Storm <storm@cua.dk>
1996
1997 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1998 to FOR-RELEASE and TODO.
1999
2000 2006-07-10 Romain Francoise <romain@orebokech.com>
2001
2002 * emacs-lisp/authors.el (authors-aliases): Update.
2003
2004 2006-07-10 Alan Mackenzie <acm@muc.de>
2005
2006 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2007 * cc-mode.el: Changes to eradicate eval-after-load.
2008
2009 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2012 on non-char events.
2013
2014 2006-07-09 Romain Francoise <romain@orebokech.com>
2015
2016 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2017 Don't highlight start/end markers as compilation messages.
2018
2019 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2020 to t.
2021
2022 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2025
2026 2006-07-08 Richard Stallman <rms@gnu.org>
2027
2028 * term/x-win.el (x-handle-display): Add doc string.
2029
2030 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2031
2032 * subr.el (def-edebug-spec): Move here.
2033 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2034
2035 * imenu.el (imenu-choose-buffer-index): Doc fix.
2036
2037 2006-07-08 Romain Francoise <romain@orebokech.com>
2038
2039 * term/x-win.el (x-display-name): Fix typo.
2040
2041 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2042
2043 * hexl.el (hexl-find-file): Doc fix.
2044
2045 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2046
2047 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * term/x-win.el (x-display-name): Doc fix.
2050
2051 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2054 long prefixes.
2055 (fill-region-as-paragraph): Don't round up to a whole line.
2056 (fill-comment-paragraph): Don't include the code-before-the-comment
2057 when calling fill-region-as-paragraph.
2058
2059 * international/mule.el (make-char): Remove redundancy.
2060
2061 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2062 property may contain an anonymous function rather than a symbol.
2063
2064 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2065
2066 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2067 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2068
2069 * dirtrack.el (dirtrack-default-directory-function): Remove.
2070 (dirtrack-directory-function): Use file-name-as-directory.
2071 (dirtrack-windows-directory-function): Simplify.
2072 (dirtrack-forward-slash, dirtrack-backward-slash)
2073 (dirtrack-replace-slash): Remove.
2074 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2075 (dirtrack): Fix wrong parenthesizing; use match-string.
2076
2077 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2078 (inferior-octave-mode): Only change the buffer-local value of
2079 comint-dynamic-complete-functions.
2080 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2081 Move the initialization to the declaration.
2082 (inferior-octave-complete): Remove unused var `filter'.
2083
2084 * shell.el (shell-mode): Only change the buffer-local value of
2085 comint-dynamic-complete-functions.
2086
2087 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2088
2089 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2090 entry is skipped because it has been scheduled.
2091 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2092 changing `:org-archived' and `:org-comment' properties.
2093
2094 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * server.el (server-select-display): Don't make the temp frame
2097 minibuffer-only, in case it's not a temp frame.
2098 (server-process-filter): Don't delete the temp frame if it's the
2099 only one we have on that display.
2100
2101 * files.el (find-alternate-file): Doc fix.
2102
2103 2006-07-05 Richard Stallman <rms@gnu.org>
2104
2105 * files.el (abbreviate-file-name): Add save-match-data.
2106
2107 2006-07-03 Richard Stallman <rms@gnu.org>
2108
2109 * faces.el (read-face-name): Doc fix.
2110
2111 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2114
2115 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2116
2117 * vc.el (vc-diff-internal): Fix prev change.
2118
2119 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2120
2121 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2122 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2123
2124 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2127 fails if the symbol contains chars like ( or '.
2128 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2129 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2130 `short'.
2131
2132 2006-07-04 Kenichi Handa <handa@m17n.org>
2133
2134 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2135 the current one, don't call set-language-environment, but call one
2136 of set-language-environment-XXX to make INFO effective now.
2137 (set-language-environment): Call set-language-environment-XXX
2138 functions instead of doing the various setups directly.
2139 (set-language-environment-coding-systems): Delete argument eol-type.
2140 (set-language-environment-input-method)
2141 (set-language-environment-nonascii-translation)
2142 (set-language-environment-charset)
2143 (set-language-environment-fontset)
2144 (set-language-environment-unibyte): New functions.
2145
2146 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2147
2148 * locate.el (locate-update-when-revert): New option.
2149 (locate-update-path): New option (suggested by Michael Albinus).
2150 (locate-prompt-for-command): Whitespace change.
2151 (locate-update): No longer offer to update the locate database by
2152 default. Implement the two new options.
2153
2154 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2155
2156 * tooltip.el: Move comment about track-mouse...
2157
2158 * progmodes/gud.el: ...to here.
2159
2160 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * facemenu.el (facemenu-listed-faces): New var.
2163 (facemenu-unlisted-faces): Variable deleted.
2164 (facemenu-add-new-face): Use facemenu-listed-faces.
2165
2166 * emulation/viper-init.el, calendar/calendar.el:
2167 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2168
2169 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2170
2171 * textmodes/org.el (org-mode): Remove no invalid settings for
2172 calc embedded mode.
2173 (org-mode-p): New defsubst.
2174 (org-save-all-org-buffers): New function.
2175 (org-first-headline-recenter): Enclose outline-regexp in group
2176 delimiters.
2177 (org-set-tags): Keep single space after stars.
2178
2179 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * window.el (set-window-text-height): Only set window-min-height to
2182 1 if that's the requested size.
2183
2184 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2185 (diff-unified->context, diff-context->unified)
2186 (diff-reverse-direction): Make sure the end marker stays at the end.
2187 (diff-mode): Add the keymap table at the end of docstring.
2188 Use lexical-let rather than constructing a closure manually.
2189
2190 * files.el (find-file-noselect-1): Remove unused var assignment.
2191 (hack-local-variables-confirm): Print lists of strings as lists of
2192 strings rather than lists of symbols.
2193 (abbreviate-file-name, hack-local-variables-prop-line):
2194 Use match-string.
2195 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2196 (recover-session-finish): Use line-end-position.
2197
2198 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2199
2200 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2201
2202 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2203
2204 * progmodes/make-mode.el (makefile-macroassign-regex):
2205 Accept preceding keyword.
2206 (makefile-gmake-statements): Reorganize, now that makepp has
2207 "override" and also handle forgotten "override define".
2208 (makefile-makepp-statements): Add new "global", "override export"
2209 and "override global".
2210
2211 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2212
2213 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2214 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2215 (ada-no-auto-case): Fix typos in docstrings.
2216
2217 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2218
2219 * info.el (Info-find-node-2): Search for makeinfo version more
2220 carefully.
2221
2222 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2223
2224 * textmodes/org.el (org-prepare-agenda-buffers):
2225 Use `invisible-OK' argument for `org-end-of-subtree'.
2226 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2227 (org-beginning-of-item): Fix bug in regular expression for white line.
2228 (org-export-as-html): Enforce space after bullet in plain list items.
2229 (org-set-autofill-regexps): Require space after plain list bullet
2230 for paragraph-start.
2231 (org-ts-regexp3): New constant.
2232 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2233 (org-timestamp-up-day, org-timestamp-down-day)
2234 (org-timestamp-change): Work with inactive timestamps.
2235 (org-ts-regexp1): Don't allow brackets in time stamps.
2236
2237 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2238
2239 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2240 for ignoring links.
2241
2242 * faces.el (read-face-name): Use it.
2243
2244 2006-06-28 Juri Linkov <juri@jurta.org>
2245
2246 * buff-menu.el (list-buffers-noselect): Compare Info file
2247 with the string "dir" to detect Info directory.
2248
2249 * complete.el (partial-completion-mode): In lambda for
2250 `choose-completion-string-functions' use full function signature
2251 with 4 args, and move point to the end of the minibuffer only if arg
2252 `mini-p' is non-nil.
2253
2254 2006-06-28 John Paul Wallington <jpw@pobox.com>
2255
2256 * ibuffer.el (ibuffer-mode): Doc fix.
2257
2258 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2259
2260 * textmodes/org.el (org-context): New contexts :item-bullet,
2261 :latex-fragment, :latex-preview.
2262 (org-overlays-at, org-overlay-start, org-overlay-end):
2263 New compatibility functions.
2264 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2265 exact regexp that will be used during export.
2266 (org-latex-regexps): New variable.
2267 (org-cdlatex-mode): Improve advice for `texmathp'.
2268 (turn-on-org-cdlatex): New function.
2269
2270 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2271
2272 * term/mac-win.el (mac-handle-font-selection): Change keys of
2273 mac-atsu-font-table from strings to numbers.
2274 (mac-ts-caret-position): Use also when cursor-type is nil.
2275 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2276 Relax condition for using overlay strings.
2277 Use mac-ts-caret-position face when cursor-type is nil.
2278
2279 2006-06-26 Kim F. Storm <storm@cua.dk>
2280
2281 * help.el (view-emacs-news): Declare `res' in the right let* form.
2282
2283 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * net/rcompile.el (remote-compile): Replace ange-ftp based
2286 implementation by Tramp functions.
2287 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2288
2289 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2290
2291 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2292
2293 * international/fontset.el (setup-default-fontset): Fix a typo in
2294 the "Oriya-Akruti" registry name.
2295
2296 2006-06-23 Lars Hansen <larsh@soem.dk>
2297
2298 * desktop.el (desktop-full-file-name): New function.
2299 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2300 (desktop-revert): Use it.
2301 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2302 (desktop-after-read-hook): Add option list-buffers.
2303 (desktop-locals-to-save): Add tab-width.
2304 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2305 Fix docstring.
2306
2307 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2308
2309 * textmodes/org.el (org-cdlatex-mode-map)
2310 (org-cdlatex-texmathp-advice-is-done): New variables.
2311 (org-cdlatex-mode): New minor mode.
2312 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2313 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2314 (org-export-with-archived-trees): New option.
2315 (org-open-file): Remove the call to `convert-standard-filename'.
2316 (org-archive-tag, org-agenda-skip-archived-trees)
2317 (org-cycle-open-archived-trees)
2318 (org-sparse-tree-open-archived-trees): New options.
2319 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2320 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2321 New functions.
2322 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2323 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2324 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2325 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2326 Call `org-prepare-agenda-buffers'.
2327 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2328 (org-file-apps, org-file-apps-defaults-gnu)
2329 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2330 Handle remote files by forcing them to be opened in Emacs.
2331
2332 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2333
2334 * vc.el (vc-diff-knows-L): New variable.
2335 (vc-diff-internal): Use it to handle "diff" programs that don't
2336 understand -L. This works automatically, no user action is necessary.
2337
2338 2006-06-23 Daniel Brockman <daniel@brockman.se>
2339
2340 * net/rcirc.el (rcirc-default-user-full-name): Default to
2341 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2342 longer exists).
2343 (rcirc-process-list): Check `buffer-live-p' before attempting to
2344 switch to a buffer.
2345
2346 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2347
2348 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2349 based on rcirc-coding-system-alist.
2350
2351 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2352
2353 * cus-edit.el (customize-apropos): A better error message.
2354 (top level) <debug-ignored-errors>: Extend and update the list of
2355 ignored error messages.
2356
2357 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2358
2359 * complete.el (PC-do-completion): Retain capitalization of user
2360 input, when possible, even if completion-ignore-case is set.
2361
2362 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2363
2364 * generic-x.el (bat-generic-mode): Support .cmd files.
2365
2366 * dos-w32.el (top level): Use find-file-not-found-functions
2367 instead of the obsolete find-file-not-found-hooks.
2368
2369 2006-06-22 Kim F. Storm <storm@cua.dk>
2370
2371 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2372 to recognize mode name containing submodes, such as Grep/lw.
2373
2374 2006-06-21 Kim F. Storm <storm@cua.dk>
2375
2376 * simple.el (line-move-1): Check for move-end-of-line instead of
2377 end-of-line when setting temporary-goal-column.
2378
2379 2006-06-21 Miles Bader <miles@gnu.org>
2380
2381 * play/cookie1.el (cookie): Work properly when there's only one entry.
2382
2383 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2384
2385 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2386 (gdb-frame-handler): Generalize frame regexp for templates.
2387
2388 2006-06-20 Glenn Morris <rgm@gnu.org>
2389
2390 * calendar/appt.el (appt-display-format): Default value must be
2391 one of the customize options.
2392
2393 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * term/xterm.el (terminal-init-xterm): Update key availability info.
2396 Bind C-return.
2397
2398 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2399
2400 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2403 whether or not a local variables list is defined.
2404
2405 * msb.el (msb): Move `sit-for' hack here to handle both
2406 "mouse-down and drag" and "mouse-up and select" situations.
2407 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2408
2409 2006-06-20 Kenichi Handa <handa@m17n.org>
2410
2411 * international/characters.el (word-combining-categories):
2412 Add entries for 2-byte Han characters.
2413
2414 2006-06-19 Richard Stallman <rms@gnu.org>
2415
2416 * bindings.el (mode-line-format): Save some mode line space.
2417
2418 * files.el (find-file-noselect): Improve the question wording.
2419 (basic-save-buffer-2): Mask UMASK against 666.
2420
2421 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2422 (mouse-drag-vertical-line): Call it.
2423
2424 * cus-edit.el (customize-option, customize-option-other-window):
2425 Error if SYMBOL is nil.
2426
2427 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2428
2429 * textmodes/org.el: Require noutline, also on XEmacs.
2430 (org-end-of-subtree): Return point.
2431 (org-dblock-start-re, org-dblock-end-re): New constants.
2432 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2433 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2434 (org-update-all-dblocks, org-find-dblock): New functions.
2435 (org-collect-clock-time-entries): New function.
2436 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2437 (org-fixup-indentation): Modify to deal correctly with lines
2438 starting with TAB. Only one argument DIFF now.
2439 (org-demote, org-promote): Call `org-fixup-indentation' with just
2440 one argument, DIFF.
2441 (org-mode): Don't mark buffer as modified when aligning tables.
2442 (org-clock-sum): Don't mark buffer modified when adding time sum
2443 properties.
2444 (org-export-as-html): Add support for a link validation function.
2445 (org-archive-all-done): New function.
2446 (org-archive-subtree): New prefix argument. When set, archive all
2447 done subtrees in this buffer.
2448 (org-remove-clock-overlays)
2449 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2450 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2451 (org-put-clock-overlay): Don't swallow last headline character
2452 when displaying overlay.
2453 (org-store-link): Link to `image-mode' with just the file name.
2454
2455 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2456
2457 * viper-cmd.el (viper-special-read-and-insert-char):
2458 Use read-key-sequence.
2459 (viper-after-change-undo-hook): Misc enhancements.
2460 (viper-after-change-undo-hook): New hook.
2461 (viper-undo): Use viper-after-change-undo-hook.
2462 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2463 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2464 clicking on that widget/button.
2465
2466 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2467
2468 * ediff-diff (ediff-test-patch-utility): Catch errors.
2469 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2470 (ediff-set-actual-diff-options): New function.
2471 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2472 Use ediff-set-actual-diff-options.
2473 (ediff-extract-diffs): Catch errors.
2474 (ediff-whitespace): Add non-breakable space.
2475 (ediff-same-file-contents): Catch errors.
2476
2477 * ediff-mult.el (ediff-collect-custom-diffs):
2478 Save coding-system-for-read.
2479
2480 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2481 (ediff-vc-internal, ediff-vc-merge-internal):
2482 Use ediff-delete-version-file.
2483 (ediff-delete-version-file): New function.
2484
2485 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2486
2487 * ediff.el (ediff-directories, ediff-directory-revisions)
2488 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2489 (ediff-directories-internal, ediff-merge-directory-revisions)
2490 (ediff-merge-directory-revisions-with-ancestor)
2491 (ediff-directories3): Use read-directory-name.
2492
2493 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2494
2495 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2496 Remove superfluous part of regexp for brace matching which is handled
2497 by `scan-lists' call.
2498
2499 2006-06-16 Richard Stallman <rms@gnu.org>
2500
2501 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2502
2503 * files.el (basic-save-buffer-2): For a new precious file,
2504 use the default modes in the return value.
2505
2506 * facemenu.el (facemenu-color-alist): Doc fix.
2507
2508 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2509
2510 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2511
2512 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2513
2514 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2515 (mac-utxt-to-string): Use it.
2516 (mac-ts-update-active-input-area): Use mac-ae-number.
2517
2518 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * term.el (term-handle-scroll, term-delete-lines)
2521 (term-insert-lines): Fix off by one errors.
2522
2523 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2524
2525 * net/tramp.el (tramp-touch): Use UTC to express time.
2526
2527 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * mail/sendmail.el (mail-send): Search explicitly for
2530 mail-header-separator when checking for corrupted header lines.
2531
2532 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2533
2534 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2535 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2536 (gdb-init-1): Initialise them.
2537 (gdb-starting): Reset gdb-printing
2538 (gdb-starting): Save value of gud-overlay-arrow-position.
2539 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2540 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2541 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2542 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2543
2544 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2547
2548 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2549
2550 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2551 (ldap-search-internal): Keep error messages, and a regexp fix.
2552
2553 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2554
2555 * files.el (hack-local-variables-confirm):
2556 Display string value using its printed representation.
2557
2558 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * server.el (server-edit): No-op if no server buffers exist.
2561
2562 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2563
2564 * textmodes/page-ext.el (pages-directory-for-addresses):
2565 Including `pages-directory-address-mode' in the function results
2566 in the message "Buffer in which pages were found is deleted".
2567
2568 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2569
2570 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2571 clocking functions.
2572
2573 (org-agenda-clock-in, org-check-running-clock)
2574 (org-clock-out-if-current, org-remove-clock-overlays)
2575 (org-put-clock-overlay): New functions.
2576 (org-clock-marker, org-clock-file-total-minutes)
2577 (org-clock-overlays): New variables.
2578 (org-clock-display, org-clock-sum, org-clock-cancel)
2579 (org-clock-out, org-clock-in): New commands.
2580 (org-export): New function.
2581 (org-emph-re): New constant.
2582 (org-set-emph-re, org-do-emphasis-faces): New functions.
2583 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2584 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2585 (org-export-html-convert-emphasize): Use the configurable emphasis.
2586 (org-cleaned-string-for-export): Make multiline emphasis visible
2587 to the exporter. New optional argument PARAMETERS.
2588 (org-export-as-html): Specify :emph-multiline parameter to
2589 `org-cleaned-string-for-export'.
2590
2591 2006-06-10 Richard Stallman <rms@gnu.org>
2592
2593 * help.el (help-for-help-internal): Clean up help text.
2594
2595 2006-06-10 Andreas Schwab <schwab@suse.de>
2596
2597 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2598 in doc string.
2599
2600 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2601
2602 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2603
2604 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2605 spaces after the comment start.
2606
2607 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2608
2609 * play/pong.el (pong-init-buffer):
2610 Fill buffer with spaces instead of ^A.
2611
2612 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2613 launched asynchronously, delete its process instead of being cool.
2614 (ispell-async-processp): Check for `delete-process' existence
2615 instead of `kill-process' one for consistency.
2616
2617 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2618
2619 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2620 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2621 in mode line at startup.
2622
2623 2006-06-08 Kim F. Storm <storm@cua.dk>
2624
2625 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2626 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2627 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2628 (ido-file-internal): Pass full file name to write-file.
2629 (ido-read-internal): Only pop stack elements automatically if they
2630 actually match an existing directory or file name.
2631
2632 2006-06-07 Kenichi Handa <handa@m17n.org>
2633
2634 * international/mule.el (find-auto-coding): Don't handle the short
2635 name `char-trans'.
2636
2637 * files.el (hack-local-variables-prop-line)
2638 (hack-local-variables): Cancel the previous change.
2639
2640 2006-06-06 Jesper Harder <harder@phys.au.dk>
2641
2642 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2643
2644 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2647 diff-default-read-only is non-nil.
2648 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2649 (diff-refine-hunk): Set inhibit-read-only to t.
2650
2651 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2652 modifying the *Diff* buffer.
2653 (diff-process-filter): New filter function for diff process that
2654 sets inhibit-read-only to t when modifying the *Diff* buffer.
2655
2656 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2657
2658 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2659 insertion point and control the number of empty lines.
2660 (org-paste-subtree): Limit the number of empty lines at the end of
2661 the inserted tree.
2662 (org-agenda): Use buffer name of current file for narrowing.
2663 (org-export-as-xml): Command removed.
2664 (org-export-xml-type): Option removed.
2665 (org-mode-map): Call `org-export-as-xoxo' directly.
2666 (org-get-indentation): New optional argument LINE.
2667 (org-fix-indentation, org-remove-tabs): New functions.
2668 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2669 correct indentation for headlines that are converted it items.
2670 (org-skip-comments): Remove table lines that contain narrowing
2671 cookies but no other non-empty fields.
2672 (org-set-tags): Allow groups of mutually exclusive tags.
2673 (org-cmp-time): Sort 24:21 before items without time.
2674 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2675 (org-open-at-point): Require double colon also for numbers.
2676
2677 2006-06-06 Kim F. Storm <storm@cua.dk>
2678
2679 * ido.el (ido-default-file-method, ido-default-buffer-method):
2680 Make choice values consistent with corresponding command names.
2681 (ido-visit-buffer): Update accordingly. Default to selected-window.
2682
2683 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2684
2685 * progmodes/gud.el (gud-running): Fix doc string.
2686 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2687 (gud-tooltip-modes): Add python-mode.
2688 (gud-tooltip-print-command): Add pdb. Remove perldb.
2689
2690 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2691
2692 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2693 Quote $(EMACS).
2694
2695 2006-06-05 Richard Stallman <rms@gnu.org>
2696
2697 * faces.el (defined-colors): Doc fix.
2698
2699 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2700
2701 * vc.el (vc-process-filter): Inhibit undo info collection around
2702 call to insert.
2703 (vc-setup-buffer): Likewise for call to erase-buffer.
2704 (vc-do-command): Likewise for call to process-file.
2705
2706 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2707
2708 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2709 for gud-go.
2710 (gud-common-init): Other debuggers may trigger error.
2711
2712 2006-06-05 Kenichi Handa <handa@m17n.org>
2713
2714 * international/mule.el (find-auto-coding):
2715 Handle enable-character-translation in file header.
2716
2717 2006-06-04 Kim F. Storm <storm@cua.dk>
2718
2719 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2720 (authors-fixed-entries): Fix spelling.
2721 (authors-canonical-file-name): Don't report error for wildcards.
2722
2723 * help.el (view-emacs-news): Rewrite to support new NEWS,
2724 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2725 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2726 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2727
2728 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2729
2730 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2731 exec constructs like `foo bar`.
2732 (sh-quoted-subshell): New helper function to search for a possibly
2733 nested subshell (like `` or $()) within a "" quoted string.
2734 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2735 (sh-apply-quoted-subshell): Flag quote characters inside a
2736 subshell, which is itself already in a quoted region, as
2737 punctuation, since this is the closest to what they actually are.
2738 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2739 sh-apply-quoted-subshell.
2740 (sh-font-lock-syntactic-face-function): Apply the new face for
2741 text inside `` instead of the old font-lock-string-face.
2742
2743 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2744
2745 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2746 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2747 (mac-bytes-to-text-range, mac-ae-text-range-array)
2748 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2749 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2750 (mac-ts-unicode-for-key-event): New functions.
2751 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2752 (mac-handle-font-selection): Use mac-ae-number.
2753 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2754 New variables.
2755 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2756 (mac-ts-converted-text, mac-ts-selected-converted-text)
2757 (mac-ts-block-fill-text, mac-ts-outline-text)
2758 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2759 (mac-ts-hilite-style-faces): New constant.
2760 (mac-apple-event-map): Bind text input events.
2761 (mac-dispatch-apple-event): Use command-execute instead of
2762 call-interactively.
2763 (global-map): Don't bind mac-apple-event.
2764 (special-event-map): Bind mac-apple-event.
2765
2766 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2767
2768 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2769 file name.
2770 (emacs): Enclose the value of $(EMACS) in quotes.
2771
2772 2006-06-02 Juri Linkov <juri@jurta.org>
2773
2774 * international/mule.el (sgml-html-meta-auto-coding-function):
2775 Remove the condition `(search-forward "<html" size t)'.
2776 Replace `\"' with `[\"']?' in `re-search-forward'.
2777
2778 2006-06-02 Kenichi Handa <handa@m17n.org>
2779
2780 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2781 as well as `coding'.
2782 (hack-local-variables): Likewise.
2783
2784 * international/mule.el (enable-character-translation):
2785 Put permanent-local and safe-local-variable properties.
2786 (find-auto-coding): Handle char-trans: tag.
2787
2788 2006-06-02 Juri Linkov <juri@jurta.org>
2789
2790 * international/mule.el (sgml-html-meta-auto-coding-function):
2791 Limit the search by the end of the HTML header (if any).
2792
2793 2006-06-01 Richard Stallman <rms@gnu.org>
2794
2795 * subr.el (with-current-buffer): Doc fix.
2796
2797 2006-06-02 Masatake YAMATO <jet@gyve.org>
2798
2799 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2800 Almost rewrite. Underlines over all lines of gcov output are too
2801 uncomfortable to read. Suggested by Dan Nicolaescu.
2802
2803 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2804
2805 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2806
2807 * shell.el (shell-mode): Use shell-mode-map in docstring.
2808
2809 * comint.el (comint-send-input): Do not add help-echo and
2810 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2811
2812 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2813
2814 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2815
2816 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2819 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2820 look up the stack and pop up GUD buffer if necessary.
2821 (gdb-frames-select): Remove redundant call to gud-display-frame.
2822 (gdb-info-threads-custom): Keep point at start of buffer.
2823 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2824
2825 2006-05-31 Juri Linkov <juri@jurta.org>
2826
2827 * replace.el (query-replace-read-from, query-replace-read-to):
2828 Bind `history-add-new-input' to nil. Call `add-to-history'.
2829
2830 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2831
2832 * textmodes/table.el: Convert all HTML tags to lower case for
2833 XHTML compatibility.
2834
2835 2006-05-31 Masatake YAMATO <jet@gyve.org>
2836
2837 * progmodes/compile.el:
2838 (compilation-error-regexp-alist-alist::gcov-called-line):
2839 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2840
2841 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2842
2843 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2844 Revert inadvertent changes made with last commit.
2845
2846 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2847
2848 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2849 New functions.
2850
2851 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2852
2853 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2854
2855 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2856 only matches in the right place.
2857 (org-upcoming-deadline): New face.
2858 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2859 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2860 and make it an option.
2861 (org-export-ascii-bullets): New option.
2862 (org-export-as-html): Many changes to emit valid XHTML.
2863 (org-par-open): New variable.
2864 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2865 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2866 (org-timeline): Pass `org-timeline-show-empty-dates' to
2867 `org-get-all-dates'. Interpret empty dates returned by
2868 `org-get-all-dates'.
2869 (org-get-all-dates): New argument EMPTY. Add dates without
2870 entries to the list, mark large ranges of empty dates.
2871 (org-point-in-group, org-context): New functions.
2872
2873 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2876
2877 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2878 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2879 to C-mouse-3 (for 2 button mice).
2880 (gdb-send): Do the right thing for C-d.
2881
2882 * speedbar.el (speedbar-detach): Delete.
2883 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2884 it breaks things.
2885 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2886
2887 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2888
2889 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2890 Makeppfile.
2891
2892 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2893 Add makepp diagnostic.
2894
2895 2006-05-29 Richard Stallman <rms@gnu.org>
2896
2897 * window.el (fit-window-to-buffer): Doc fix.
2898
2899 * help.el (temp-buffer-max-height): Doc fix.
2900
2901 * subr.el (with-current-buffer): Doc fix.
2902
2903 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2904
2905 * term/x-win.el: Bind F10 to menu-bar-start if available.
2906
2907 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2910 uses with a simple test.
2911 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2912 (term-send-raw-string, term-send-raw, term-mouse-paste)
2913 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2914 (term-handle-exit, term-read-input-ring)
2915 (term-previous-matching-input-string)
2916 (term-previous-matching-input-string-position)
2917 (term-previous-matching-input-from-input)
2918 (term-replace-by-expanded-history, term-send-input)
2919 (term-skip-prompt, term-bol, term-send-invisible)
2920 (term-kill-input, term-delchar-or-maybe-eof)
2921 (term-backward-matching-input, term-check-source)
2922 (term-proc-query, term-emulate-terminal)
2923 (term-handle-colors-array, term-process-pager, term-pager-line)
2924 (term-pager-bob, term-unwrap-line, term-word)
2925 (term-dynamic-complete-filename)
2926 (term-dynamic-complete-as-filename)
2927 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2928 unlesses.
2929
2930 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2933 during bootstrapping.
2934
2935 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2936 Basically undo the change of 2006-05-26: use extra arguments instead of
2937 dynamic scoping.
2938 (ewoc-locate): Remove unused var `footer'.
2939
2940 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2943
2944 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2945 (generate-file-autoloads): Obey it. Return whether autoloads were
2946 added at point or not.
2947 (update-file-autoloads): Use this new return value.
2948 Remove redundant test for the presence of an autoload cookie.
2949
2950 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2951 This one calls hack-local-variables.
2952 (generate-file-autoloads, update-file-autoloads): Use it.
2953
2954 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2955 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2956 (bibtex-sort-entry-class-alist): Don't set the global value.
2957 (bibtex-init-sort-entry-class-alist): New fun.
2958 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2959 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2960 of bibtex-init-sort-entry-class.
2961
2962 2006-05-28 Richard Stallman <rms@gnu.org>
2963
2964 * subr.el (load-history-regexp): If FILE is relative, insist
2965 entire last name component must match it.
2966 (load-history-filename-element, load-history-regexp): Doc fixes.
2967
2968 2006-05-29 Kim F. Storm <storm@cua.dk>
2969
2970 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2971 `pos' and `raw-data' for clarity, as eval forms may access these.
2972
2973 2006-05-28 Kim F. Storm <storm@cua.dk>
2974
2975 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2976
2977 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * progmodes/make-mode.el (makefile-browser-map)
2980 (makefile-mode-syntax-table): Move initialization inside declaration.
2981 (makefile-fill-paragraph): Use the default comment-filling code.
2982
2983 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * replace.el (query-replace-defaults): New variable.
2986 (query-replace-read-from): Use `query-replace-defaults' for
2987 default value, instead of history list.
2988 (query-replace-read-to): Update `query-replace-defaults'.
2989
2990 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2993 with no X toolkit.
2994
2995 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2996
2997 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2998 (tumme-show-all-from-dir): Add autoload.
2999
3000 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3001
3002 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3003 (tumme-remove-tag): Fix bug.
3004
3005 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3006
3007 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3008 FOOTER args. Update unique caller.
3009 (ewoc-delete): Compute last node once before looping.
3010 (ewoc--node-branch): Merge into unique caller.
3011 (ewoc--node): Don't define constructor make-ewoc--node for this
3012 structure.
3013 (ewoc): Add member `hf-pp' to this structure.
3014 (ewoc--wrap): New func.
3015 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3016 header/footer pretty-printers. Save header/footer pretty-printer.
3017 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3018
3019 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3020
3021 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3022
3023 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3024 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3025 Tag'. Change "Compare directories..." to "Change Directories...".
3026 Move tumme commands to Operate, Regexp and Immediate menus.
3027 Change "Add Comment" to "Add Image Comment". Change "Add Image
3028 Tag" to "Add Image Tags".
3029
3030 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3031 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3032 `tumme-delete-tag'.
3033
3034 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3035
3036 * shell.el (shell-mode): Call shell-dirtrack-mode after
3037 list-buffers-directory is made a local variable, to avoid setting
3038 the default value.
3039
3040 2006-05-26 Kevin Ryde <user42@zip.com.au>
3041
3042 * info.el (Info-index-next): Use where-is-internal to report
3043 actual binding of Info-index-next, rather than hard-coded `,'.
3044
3045 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3046
3047 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3048 and "Find Command in Manual" to here.
3049
3050 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3051 Info-current-file as the file name.
3052
3053 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3054
3055 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3056 overrides will now be done a different way.
3057 (ses-set-parameter): Reapply this function for undo.
3058 (ses-set-header-row): Reconstruct header row during undo.
3059 (ses-widen): New function.
3060 (ses-goto-data, ses-reconstruct-all): Use new function.
3061 (ses-command-hook): Widen buffer during undo, before unupdating
3062 the cells.
3063 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3064 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3065 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3066 formula hasn't been executed yet.
3067
3068 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3069
3070 * comint.el (comint-kill-whole-line): Rename arg to count.
3071 Fix doc string.
3072
3073 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3076 to copy-file.
3077
3078 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3079
3080 * simple.el (toggle-truncate-lines): Make arg optional for
3081 backward compatibility.
3082
3083 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3084
3085 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3086 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3087 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3088 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3089 (ewoc--adjust): Use ewoc--current-dll.
3090 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3091
3092 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3093
3094 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3095 compact error message.
3096 (org-tags-view): Refresh category table in each file.
3097 (org-table-justify-field-maybe): Remove superfluous arguments to
3098 `format'.
3099 (org-export-as-html): Insert "<p>" before postamble.
3100 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3101
3102 2006-05-26 Kenichi Handa <handa@m17n.org>
3103
3104 * textmodes/po.el (po-find-charset): Pay attention to the case
3105 FILENAME is a cons (NAME . BUFFER).
3106 (po-find-file-coding-system-guts): Likewise.
3107
3108 * arc-mode.el (archive-set-buffer-as-visiting-file):
3109 Call find-operation-coding-system with (FILENAME . BUFFER).
3110
3111 * tar-mode.el (tar-extract): Call find-operation-coding-system
3112 with (FILENAME . BUFFER).
3113
3114 * international/mule.el (decode-coding-inserted-region):
3115 Call find-operation-coding-system with (FILENAME . BUFFER).
3116
3117 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * image-mode.el (image-toggle-display): Use buffer contents to
3120 generate image for a remote file.
3121
3122 2006-05-25 Juri Linkov <juri@jurta.org>
3123
3124 * replace.el (query-replace-read-from, query-replace-read-to):
3125 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3126
3127 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3128
3129 * whitespace.el (whitespace-cleanup): Change to cleanup
3130 region if one is active.
3131 * whitespace.el (whitespace-cleanup-internal): New internal method.
3132
3133 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3134
3135 * dired.el (dired-mode-map): Add help-echo strings to tumme
3136 commands. Bind `tumme-dired-display-image' to C-t i.
3137
3138 * tumme.el (tumme-display-image): Change documentation string slightly.
3139 (tumme-dired-display-image): Add call to `display-buffer'.
3140
3141 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3142
3143 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3144 Signal error if RAW-DATA is a multibyte string.
3145
3146 2006-05-24 Richard Stallman <rms@gnu.org>
3147
3148 * subr.el (with-local-quit): When handling `quit' signal,
3149 make a chance for quit-flag to cause a quit.
3150
3151 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3152 (ad-disable-advice): Add autoloads.
3153
3154 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3155
3156 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3157
3158 * dired.el (dired-mode-map): Change menu items for tumme as per
3159 suggestions in emacs-devel.
3160
3161 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3162
3163 * dired.el (dired-mode-map): Fix breakage.
3164
3165 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3166
3167 * tumme.el (tumme-display-dired-image): Rename to...
3168 (tumme-dired-display-image): ...this.
3169 (tumme-track-movement): Change default value to t.
3170 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3171 used from `tumme-next-line-and-display' and similar commands.
3172
3173 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3174 Immediate menu. Add some tumme commands there.
3175
3176 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3177
3178 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3179
3180 2006-05-24 Chong Yidong <cyd@mit.edu>
3181
3182 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3183 menu entries that open submenus.
3184
3185 2006-05-24 Alan Mackenzie <acm@muc.de>
3186
3187 * startup.el (command-line): For names of preloaded files, don't
3188 append ".elc" (now done in Fload), and call file-truename on the
3189 lisp directory.
3190
3191 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3192 match ANY loaded file with the right name, not just those in
3193 load-path. Put a regexp matching the file name into
3194 after-load-alist, rather than the name itself.
3195
3196 * subr.el: New functions load-history-regexp,
3197 load-history-filename-element, do-after-load-evaluation.
3198
3199 * international/mule.el (load-with-code-conversion): Do the
3200 eval-after-load stuff by calling do-after-load-evaluation.
3201
3202 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3203
3204 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3205 has not been killed.
3206
3207 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3208
3209 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3210 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3211 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3212 Optionally set error message in reply.
3213
3214 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3215
3216 * textmodes/org.el (org-open-at-point): Use renamed variable
3217 `org-confirm-shell-link-function'.
3218 (org-confirm-shell-link-function): Rename from
3219 `org-confirm-shell-links'.
3220 (org-export-directory): New function.
3221 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3222 (org-export-icalendar): Use `org-export-directory'.
3223 (org-indent-item): Keep cursor position.
3224 (org-link-file-path-type): New option.
3225 (org-export-as-html): Fix bug with plain lists starting in
3226 column 0.
3227 (org-export-as-html): Remove deadline formatting, this happens
3228 now already in `org-html-handle-time-stamps'.
3229 (org-export-html-style): Deadline class removed.
3230 (org-insert-labeled-timestamps-at-point): New option.
3231 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3232 of `hide-sublevels 1', in case the first headline is not level 1.
3233 (org-overview, org-content): New fuction.
3234 (org-cycle-global-status, org-cycle-subtree-status): Make these
3235 variables buffer-local.
3236 (org-global-cycle): New command.
3237 (org-shifttab): Use `org-global-cycle'.
3238 (org-insert-heading, org-insert-item): Go to end of new
3239 headline/item after creating it.
3240 (org-export-visible): Rename from `org-export-copy-visible'.
3241 Now creates a temporary org-file and applies an exporting command
3242 to it.
3243 (org-table-eval-formula): Support for lisp forms.
3244 (org-agenda-todo-ignore-scheduled): New option.
3245 (org-agenda-get-todos): Use new option
3246 `org-agenda-todo-ignore-scheduled'.
3247 (org-export-html-inline-images): New value `maybe'.
3248 (org-export-as-html): Inlining of images dependent on link description.
3249 (org-archive-subtree): Check for end-of-buffer before trying
3250 `kill-line'.
3251 (org-agenda-follow-mode): New option.
3252 (org-export-with-tags, org-export-with-timestamps): New options.
3253 (org-html-handle-time-stamps): New function.
3254 (org-keyword-time-regexp): New variable.
3255 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3256 (org-agenda-todo-list-sublevels): New option.
3257 (org-html-level-start): When TITLE is nil, just close all levels.
3258 (org-parse-key-lines, org-parse-export-options): Remove functions,
3259 replaced by `org-infile-export-plist'.
3260 (org-combine-plists, org-infile-export-plist)
3261 (org-default-export-plist): New functions.
3262 (org-export-html-preamble, org-export-html-postamble)
3263 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3264 New variables.
3265 (org-export-publishing-directory): New option.
3266 (org-export-as-html, org-export-as-ascii): Use the new property
3267 lists for settings.
3268 (org-export-copy-visible, org-export-as-xoxo):
3269 Respect `org-export-publishing-directory'.
3270 (org-link-search, org-store-link, org-file-apps): Support for
3271 links to BibTeX database entries..
3272 (org-get-current-options, org-set-regexps-and-options):
3273 Implement logging as a startup option.
3274 (org-store-link): Make sure context string is never empty
3275 (org-insert-link): Use relative path when possible.
3276 (org-at-item-checklet-p): New function.
3277 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3278 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3279 (org-metaright, org-metaup, org-metadown, org-shiftup)
3280 (org-shiftdown, org-shiftright, org-shiftleft)
3281 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3282 Dispatch using `call-interactively'.
3283 (org-call-with-arg): New defsubst.
3284 (org-tag-alist, org-use-fast-tag-selection): New options.
3285 (org-complete): Use `org-tag-alist'.
3286 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3287 (org-next-item, org-previous-item): New commands.
3288 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3289 make command.
3290 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3291
3292 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3293
3294 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3295 (ewoc-filter): Use `ewoc-delete'.
3296
3297 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3298
3299 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3302 Signal more user-friendly error messages.
3303
3304 * complete.el (PC-do-completion): Undo the addition of implicit
3305 wildcards if they did not lead to finding any match.
3306 (read-file-name-internal): Don't add the final > if the completion is
3307 not finished.
3308
3309 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3310
3311 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3312 Quote safe-local-variable predicate.
3313
3314 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3315
3316 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3317
3318 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3319
3320 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3321
3322 * progmodes/make-mode.el (makefile-special-targets-list)
3323 (makefile-macro-table, makefile-target-table): Mark as risky.
3324 (makefile-query-one-target-method): Make this the alias for the
3325 following variable.
3326 (makefile-query-one-target-method-function): Make this the real name.
3327
3328 * textmodes/artist.el (artist-text-renderer): Make this the alias
3329 for the following variable.
3330 (artist-text-renderer-function): Make this the real name.
3331
3332 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3333 the alias for the following variable.
3334 (flyspell-generic-check-word-predicate): Make this the real name.
3335
3336 * textmodes/ispell.el (ispell-format-word): Make this the alias
3337 for the following variable.
3338 (ispell-format-word-function): Make this the real name.
3339 (ispell-message-text-end): Mark as risky.
3340
3341 * skeleton.el (skeleton-transformation, skeleton-filter)
3342 (skeleton-pair-filter): Make these the aliases for the following
3343 variables.
3344 (skeleton-transformation-function, skeleton-filter-function)
3345 (skeleton-pair-filter-function): Make these the real names.
3346
3347 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3348 and skeleton-pair-filter-function.
3349
3350 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3351 alias for the following variable.
3352 (sgml-transformation-function): Make this the real name.
3353 (sgml-tag-alist): Mark as risky.
3354
3355 2006-05-21 Richard Stallman <rms@gnu.org>
3356
3357 * simple.el (kill-region): Interactively, pass point, then mark.
3358
3359 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3360
3361 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3362
3363 2006-05-21 Romain Francoise <romain@orebokech.com>
3364
3365 * dired-x.el (dired-mode-map): Don't bind M-g.
3366
3367 2006-05-20 Richard Stallman <rms@gnu.org>
3368
3369 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3370 (dired-goto-file): Doc fix.
3371
3372 2006-05-21 Kim F. Storm <storm@cua.dk>
3373
3374 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3375 way to enable built-in cua-mode if user loads older CUA-mode package.
3376
3377 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3378 if default-filename is specified.
3379
3380 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3381
3382 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3383
3384 * info.el (info-apropos): Make sure current-file and current-node
3385 have non-nil values. Speed up by using add-to-list instead of
3386 manual consing.
3387
3388 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3389
3390 * progmodes/make-mode.el (makefile-mode): Doc fix.
3391
3392 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3393
3394 * dired-aux.el (dired-do-shell-command): Doc fix.
3395
3396 2006-05-20 Kevin Ryde <user42@zip.com.au>
3397
3398 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3399 ``(custom-manual :tag "Foo" "(foo)Node")''.
3400
3401 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3402
3403 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3404 value is an integer.
3405
3406 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3407
3408 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3409 "format".
3410 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3411
3412 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3413
3414 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3415 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3416
3417 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3420 regexp for keywords.
3421
3422 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3423
3424 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3425 replace-regexp-in-string.
3426
3427 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3428 encode, and escape file name on conversion to URL.
3429
3430 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3431
3432 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3433 Don't unescape URL.
3434 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3435
3436 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3437 on conversion to URLs.
3438
3439 * net/browse-url.el (browse-url-file-url): Encode file name on
3440 conversion to URL.
3441
3442 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3443 conversion to URL.
3444
3445 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3446
3447 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3448
3449 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3450
3451 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3452 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3453
3454 2006-05-19 Glenn Morris <rgm@gnu.org>
3455
3456 * calendar/diary-lib.el (diary-bahai-date)
3457 (list-bahai-diary-entries, mark-bahai-diary-entries)
3458 (mark-bahai-calendar-date-pattern): Not interactive.
3459 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3460 (diary-entries-list): Change format of 4th element in each entry.
3461 (diary-list-entries): Use add-to-diary-list.
3462 (diary-goto-entry): Handle the case where the buffer visiting the
3463 diary has been killed.
3464 (fancy-diary-display): Add 'locator to button rather than 'marker.
3465 Only generate temp-face when there are marks to apply.
3466 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3467 (diary-fancy-date-pattern): New variable.
3468 (diary-time-regexp): Doc fix.
3469 (diary-anniversary, diary-time): New faces.
3470 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3471 diary-time-regexp. Add font-lock-multiline property where needed.
3472 Use new faces diary-anniversary and diary-time.
3473 (diary-fancy-font-lock-fontify-region-function): New function, to
3474 handle multiline font-lock pattern in fancy diary.
3475 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3476 (diary-font-lock-keywords): Tweak time regexp. Use new face
3477 diary-time.
3478
3479 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3480
3481 * international/code-pages.el (mik): Table corrected.
3482
3483 2006-05-18 Kim F. Storm <storm@cua.dk>
3484
3485 * progmodes/grep.el (grep-find): Don't check grep-find-command
3486 before running command (breaks non-interactive usage).
3487
3488 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3489
3490 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3491 (ewoc--insert-new-node): Don't insert trailing newline.
3492 Instead, adjust successor nodes's start markers.
3493 (ewoc--refresh-node): Delete all text from current node's start
3494 marker to the next one's; adjust successor nodes's start markers.
3495 (ewoc--create): Doc fixes.
3496 (ewoc--refresh): Don't insert newline.
3497 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3498 * pcvs.el (cvs-make-cvs-buffer):
3499 Specify extra newline for ewoc's header and footer.
3500 (cvs-update-header): Update initial header recognition.
3501 Append newline to final header and footer values.
3502 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3503
3504 2006-05-17 Richard Stallman <rms@gnu.org>
3505
3506 * files.el (file-name-extension): Doc fix.
3507
3508 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3511 we can explicitly enable/disable rather than toggle.
3512 (shell-mode): Use it.
3513 (shell-cd): Don't try to reproduce what `cd' does.
3514
3515 2006-05-17 Kim F. Storm <storm@cua.dk>
3516
3517 * ido.el (ido-read-internal): Use only nondirectory part of
3518 default item.
3519
3520 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3521
3522 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3523 (ewoc-nth): Doc fix.
3524
3525 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3526
3527 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3528
3529 * international/mule.el (auto-coding-alist): Add .lha to files
3530 read with no-conversion.
3531
3532 * files.el (auto-mode-alist): Add .lha files to archive file
3533 extensions.
3534
3535 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3536 Convert csize to integer when computing offsets within the
3537 compressed archive file.
3538
3539 2006-05-16 Kim F. Storm <storm@cua.dk>
3540
3541 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3542 with read-from-minibuffer.
3543
3544 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3545
3546 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3547 (byte-compile-warnings): Fix safe-local-variable property.
3548
3549 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3550
3551 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3552 (allout-stylish-prefixes, allout-numbered-bullet)
3553 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3554 predicates to qualify `safe-local-variable' property, when
3555 available, else use equivalent lambda.
3556 (allout-current-topic-collapsed-p): Do the right thing regarding
3557 trailing blank lines.
3558
3559 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * server.el (server-start): Only create a directory if needed.
3562 (server-edit, server-unload-hook): server-start => server-mode.
3563 (kill-emacs-hook): Cleanup upon exit.
3564
3565 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * hexl.el (hexlify-buffer): Encode process arguments manually.
3568
3569 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3572 call to gdb-tooltip-print.
3573
3574 2006-05-15 Romain Francoise <romain@orebokech.com>
3575
3576 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3577 systems, default to "tar" since those systems probably have GNU tar.
3578
3579 2006-05-14 Lars Hansen <larsh@soem.dk>
3580
3581 * desktop.el (desktop-missing-file-warning): Fix docstring.
3582 (desktop-restore-file-buffer): Correct question asked on missing file.
3583
3584 2006-05-14 Kim F. Storm <storm@cua.dk>
3585
3586 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3587 Add CUA move property.
3588
3589 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * custom.el (custom-push-theme): Load the variable before checking
3592 its `standard-value'.
3593
3594 2006-05-13 Lars Hansen <larsh@soem.dk>
3595
3596 * desktop.el (desktop-save): Use with-temp-buffer.
3597
3598 2006-05-12 Glenn Morris <rgm@gnu.org>
3599
3600 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3601 * calendar/calendar.el (calendar-mode-map):
3602 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3603 * calendar/appt.el (appt-check, appt-make-list): Refer to
3604 diary-view-entries, diary-list-entries, diary-show-all-entries
3605 rather than obsolete aliases.
3606
3607 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * simple.el (line-move-finish): Avoid calling point motion hooks
3610 while processing intangibility.
3611
3612 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3613
3614 * term/xterm.el (terminal-init-xterm): Fix typo.
3615
3616 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3617
3618 * allout.el (allout-view-change-hook): Mark as being deprecated,
3619 to be replaced by `allout-exposure-change-hook'.
3620 (allout-exposure-change-hook): New, replacing
3621 `allout-view-change-hook'.
3622 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3623 in addition to `allout-view-change-hook'.
3624 (allout-show-bodies, allout-old-style-prefixes)
3625 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3626 lambda forms to prevent their showing up in variable help
3627 presentations as inscrutable byte-compiled code.
3628 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3629 Use string-or-null-p to qualify safe-local-variable values.
3630 (allout-reindent-bodies): Use memq to qualify matches against
3631 valid safe-local-variable values. Also, quote the lambda as above.
3632 (allout-use-mode-specific-leader): Add missing candidate-value
3633 symbols, use memq, and quote the lambda.
3634 (allout-overlay-interior-modification-handler): Remove unused
3635 variables `msg' and 'opened'.
3636 (allout-hidden-p): Constrain invisibility consideration to allout's
3637 invisibility spec, disregarding invisibility for other reasons.
3638
3639 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3640
3641 * files.el (version-control): Correct safe values.
3642
3643 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3644
3645 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3646
3647 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3648 (ewoc--insert-new-node): New func.
3649 Update callers of deleted funcs to use it, instead.
3650
3651 2006-05-11 Glenn Morris <rgm@gnu.org>
3652
3653 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3654 obsolete alias `show-all-diary-entries'.
3655 (make-diary-entry): Not interactive.
3656 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3657 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3658 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3659 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3660 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3661 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3662
3663 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3664
3665 * calendar/calendar.el (calendar-french-date-string)
3666 (calendar-mayan-date-string, calendar-chinese-date-string)
3667 (calendar-astro-date-string, calendar-iso-date-string)
3668 (calendar-islamic-date-string, calendar-bahai-date-string)
3669 (calendar-hebrew-date-string, calendar-coptic-date-string)
3670 (calendar-ethiopic-date-string, calendar-persian-date-string):
3671 These functions are not interactive.
3672
3673 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * files.el: Balance parentheses.
3676
3677 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3678
3679 * files.el, newcomment.el, outline.el, simple.el,
3680 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3681 progmodes/cc-vars.el, progmodes/compile.el:
3682 Move `safe-local-variable' declarations to the respective files.
3683
3684 * help-fns.el (describe-variable): Don't print safe-var if it is
3685 byte-code. Improve wording as suggested by Luc Teirlinck.
3686
3687 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3688
3689 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3690 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3691 Use a token for pending-triggers to ensure gdb-var-update
3692 gets called once per user input again for pre-GDB 6.4.
3693 (gdb-var-delete): Match on more complex expressions.
3694 (gdb-var-list-children-handler, gdb-var-create-handler):
3695 Use a token for consistency.
3696
3697 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3698
3699 * textmodes/org.el (org-read-date, org-goto-calendar)
3700 (org-agenda-goto-calendar):
3701 Bind `view-calendar-holidays-initially' to nil.
3702
3703 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3704
3705 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3706 Update all callers to do it there, instead.
3707
3708 2006-05-10 Glenn Morris <rgm@gnu.org>
3709
3710 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3711 prefix arg case, to avoid view-diary-entries-initially error.
3712 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3713 (calendar-date-is-legal-p): Handle dates with no day part.
3714
3715 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * comint.el (comint-insert-input): Just make it when
3718 comint-use-prompt regexp is nil (default) and with the mouse.
3719 (comint-copy-old-input): Reinstate from 2004-06-23.
3720 (comint-mode-map): Bind C-c C-m to it.
3721
3722 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3723
3724 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3725 Remove spurious move to point-max (new comint behavior fixes).
3726
3727 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3728 compatibility function (Emacs 18/19).
3729 (idlwave-is-continuation-line): Always return point at start of
3730 previous non-blank continuation line.
3731 `keyword-parameters': Fix continued comment font-lock matcher.
3732 (idlwave-font-lock-fontify-region): Written, use as
3733 font-lock-fontify-region-function, to fix continued keyword
3734 fontification issues.
3735
3736 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3737
3738 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3739 (mac-service-selection, mac-service-open-file)
3740 (mac-service-open-selection, mac-service-mail-selection)
3741 (mac-service-mail-to, mac-service-insert-text): Rename from
3742 mac-services-*. All uses changed.
3743 (mac-apple-event-map): Rename event symbol `services' to `service'.
3744
3745 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3746
3747 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3748 (ewoc--node-enter-first, ewoc--node-enter-last)
3749 (ewoc--delete-node-internal): Merge funcs into unique callers.
3750
3751 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3754 return value of read-from-minibuffer for empty input.
3755
3756 2006-05-09 Miles Bader <miles@gnu.org>
3757
3758 * comint.el (comint-insert-input): Remove redundant calls to setq
3759 and goto-char.
3760
3761 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3762
3763 * comint.el (comint-insert-input): Make it work when
3764 comint-use-prompt-regexp is t.
3765
3766 2006-05-10 Miles Bader <miles@gnu.org>
3767
3768 * subr.el (field-at-pos): New function.
3769
3770 * comint.el (comint-insert-input): Use it.
3771
3772 2006-05-09 Juri Linkov <juri@jurta.org>
3773
3774 * battery.el (battery-linux-proc-acpi): Also try
3775 `/proc/acpi/thermal_zone/THR2/temperature'.
3776
3777 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3778 for now unused lambda `string-or-null'.
3779
3780 * add-log.el (change-log-default-name): Put `string-or-null-p'
3781 instead of lambda on `safe-local-variable' property.
3782
3783 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3784 `region-end' instead of `mark' and `point'.
3785 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3786 Operate on region in Transient Mark mode when the mark is active.
3787 Use `region-beginning' and `region-end' instead of `mark' and
3788 `point'.
3789 (diff-hunk-text, diff-goto-source): Doc fix.
3790
3791 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3792 face `mode-line-buffer-id' for mode-line buffer face instead of
3793 hard-coded `(:weight bold)'.
3794
3795 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3796 buffer-undo-list to t (undo-ask is reproducible by visiting
3797 nested archives).
3798
3799 2006-05-09 Kim F. Storm <storm@cua.dk>
3800
3801 * progmodes/grep.el (rgrep): Set default directory of *grep*
3802 buffer if we start M-x rgrep in the *grep* buffer and choose
3803 a different base directory.
3804
3805 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3808 completion also when ido is loaded.
3809
3810 2006-05-09 Masatake YAMATO <jet@gyve.org>
3811
3812 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3813 "warning" and "import".
3814 (cpp-font-lock-keywords): Added "warning".
3815
3816 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3819
3820 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3823 pages at a time, if we signal the end, we should indeed reach that end.
3824
3825 2006-05-08 David Reitter <david.reitter@gmail.com>
3826
3827 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3828 output during execution of the body.
3829
3830 2006-05-08 Kim F. Storm <storm@cua.dk>
3831
3832 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3833
3834 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3835
3836 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3837 Use with-current-buffer.
3838
3839 2006-05-07 Kim F. Storm <storm@cua.dk>
3840
3841 * subr.el (add-to-history): Remove keep-dups arg.
3842
3843 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3844 to nil around call to add-to-history.
3845
3846 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3849 than after a buffer modification.
3850
3851 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3852
3853 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3854 call to...
3855 (gud-watch): ...here so speedbar is raised for already watched
3856 expressions.
3857 (gdb-speedbar-refresh): Delete function.
3858 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3859 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3860 earlier change).
3861 (gdb-var-evaluate-expression-handler)
3862 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3863
3864 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3865 Update localized contents for all buffers except ignored modes.
3866
3867 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3868
3869 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3870 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3871 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3872 (mac-handle-font-panel-closed, mac-handle-font-selection):
3873 New functions.
3874 (mac-font-panel-mode): New minor mode.
3875 (mac-apple-event-map): Add bindings for toolbar toggle button and
3876 font panel.
3877 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3878
3879 2006-05-07 John Paul Wallington <jpw@pobox.com>
3880
3881 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3882 Avoid `regexp-opt'; simplify regexp for readability.
3883
3884 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3885
3886 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3887 * files.el (buffer-stale-function):
3888 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3889 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3890 links to the main manual, not to emacs-xtra.
3891
3892 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3893
3894 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3895 MacJapanese if text is ASCII-only.
3896
3897 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3898
3899 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3900 unless so nil isn't returned.
3901 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3902
3903 2006-05-06 Kim F. Storm <storm@cua.dk>
3904
3905 * subr.el (add-to-history): New function.
3906
3907 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3908 (ediff-merge-files-with-ancestor):
3909 * env.el (setenv):
3910 * isearch.el (isearch-update-ring):
3911 * server.el (server-visit-files):
3912 * progmodes/grep.el (lgrep, rgrep):
3913 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3914 * progmodes/xscheme.el (xscheme-insert-expression):
3915 Use add-to-history.
3916
3917 * kmacro.el (kmacro-push-ring): Use add-to-history.
3918 (kmacro-ring-length): Remove unused defun.
3919 (kmacro-start-macro): Use kmacro-push-ring.
3920
3921 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3922
3923 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3924 directly instead of a lambda expression that calls it.
3925
3926 2006-05-06 Kim F. Storm <storm@cua.dk>
3927
3928 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3929 instead of compute-motion.
3930
3931 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3932
3933 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3934 change.
3935
3936 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3937
3938 * startup.el (command-line-1): Refer to "Pure Storage" on
3939 pure-space-overflow.
3940
3941 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3942
3943 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3944 provided faces once they all have been used up.
3945
3946 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3947
3948 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3949 reference to the Lisp manual to the warning about pure space
3950 overflow.
3951
3952 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3953
3954 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3955 argument to avoid the call to `ispell-internal-change-dictionary'
3956 when not needed.
3957 (ispell-change-dictionary): Use this argument and call
3958 `ispell-internal-change-dictionary' after the possible change
3959 to `ispell-local-dictionary'.
3960 (ispell-internal-change-dictionary): Check for a change in
3961 personal dictionary use too.
3962
3963 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3964
3965 * startup.el (command-line): On MS-Windows, probe "~", not
3966 "~USER", for warning about non-existent home directory
3967
3968 * arc-mode.el (archive-l-e): New optional argument `float' means
3969 generate a float value.
3970 (archive-arc-summarize, archive-lzh-summarize)
3971 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3972 with 3rd argument non-nil when file's size is being computed.
3973 Format the file sizes with %8.0f instead of %8d.
3974
3975 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3976
3977 * cus-start.el (all): Add mac-dnd-known-types.
3978
3979 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3980 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3981 (mac-TIFF-to-string): New functions.
3982 (x-get-selection, x-selection-value)
3983 (mac-select-convert-to-string): Use them.
3984 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3985 (mac-dnd-types-alist): New customization variable.
3986 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3987 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3988 (mac-dnd-handle-drag-n-drop-event): New functions.
3989 (mac-drag-n-drop): Remove function.
3990 (global-map): Bind drag-n-drop and M-drag-n-drop to
3991 mac-dnd-handle-drag-n-drop-event.
3992
3993 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3994
3995 * progmodes/perl-mode.el (perl-beginning-of-function):
3996 Skip anonymous subs.
3997
3998 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4001 regexp-opt at run time.
4002
4003 * term.el (term-handle-ansi-escape): Fix off by one error.
4004
4005 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4006
4007 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4008 (gdb-init-1, gdb-post-prompt): ...and references to it.
4009 (gdb-frame-handler): Strip directory name from filename if present.
4010
4011 * progmodes/gud.el (gdb-force-update): Delete defvar
4012 (gud-speedbar-buttons): ...and references to it. Use window-start
4013 to try to keep positon in watch expression.
4014
4015 2006-05-03 Richard Stallman <rms@gnu.org>
4016
4017 * simple.el (next-history-element, previous-history-element): Doc fix.
4018
4019 * isearch.el (isearch-update-ring): Doc fix.
4020
4021 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4022
4023 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4024 into consideration. Replace one arm ifs with whens.
4025
4026 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4027
4028 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4029 (menu): Fix typo.
4030
4031 2006-05-02 Miles Bader <miles@gnu.org>
4032
4033 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4034
4035 2006-05-02 Jay Belanger <belanger@truman.edu>
4036
4037 * calc/calc-embed.el (calc-override-minor-modes-map)
4038 (calc-override-minor-modes): New variables.
4039 (calc-do-embedded): Make sure that Calc keystrokes aren't
4040 overwritten by minor modes.
4041
4042 2006-05-02 Chong Yidong <cyd@mit.edu>
4043
4044 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4045
4046 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4047
4048 * startup.el (command-line-1): Refer to Lisp manual when
4049 pure-space-overflow occurs.
4050
4051 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4052 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4053 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4054 (version-control): Don't use `t' for safe-local-variable declarations.
4055
4056 2006-05-01 Richard Stallman <rms@gnu.org>
4057
4058 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4059 M-r, M-R, M-A, M-SPC or M-DEL.
4060 (diff-mode-map): diff-refine-hunk now on C-c C-w
4061 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4062
4063 * help-mode.el (help-mode): view-exit-action calls delete-window
4064 only when it is safe and possible.
4065
4066 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4067 in messages.
4068
4069 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4070
4071 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4072 in the default tool-bar-map.
4073
4074 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/tramp.el (tramp-completion-file-name-handler-alist)
4077 (tramp-run-real-handler, tramp-completion-run-real-handler)
4078 (tramp-completion-handle-file-name-all-completions)
4079 (tramp-completion-handle-file-name-completion): Autoload them.
4080 (tramp-completion-handle-file-exists-p)
4081 (tramp-completion-handle-file-name-directory)
4082 (tramp-completion-handle-file-name-nondirectory)
4083 (tramp-completion-handle-expand-file-name): Remove them.
4084 (tramp-handle-file-name-directory): Return the real directory name.
4085 Returning "/" only doesn't need to be necessary any longer.
4086 (tramp-file-name-handler): Make special attention when in hostname
4087 completion mode.
4088 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4089 (tramp-register-file-name-handlers):
4090 Register `tramp-completion-file-name-handler' only when
4091 `partial-completion-mode' is enabled.
4092 (tramp-completion-handle-file-name-all-completions):
4093 Delete directory part from results.
4094 (tramp-get-completion-methods, tramp-get-completion-user-host):
4095 Discard deleting "/", it doesn't work after the change of
4096 `tramp-handle-file-name-directory' above.
4097
4098 2006-05-01 Kim F. Storm <storm@cua.dk>
4099
4100 * progmodes/grep.el (grep-expand-template): Use save-match-data
4101 and symbol-value.
4102
4103 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4104
4105 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4106 Use select-frame-set-input-focus instead of raise-frame.
4107 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4108
4109 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4110
4111 * progmodes/gud.el (gud-def): Add %c case.
4112 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4113 (gud-format-command): Make match case sensitive. Match on %F.
4114
4115 2006-04-30 Glenn Morris <rgm@gnu.org>
4116
4117 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4118 (cal-tex-preamble): Use cal-tex-preamble-extra.
4119 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4120 than alias `list-diary-entries'.
4121
4122 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4123
4124 * help-fns.el (describe-variable): Add info about safe local variables.
4125
4126 2006-04-29 Richard Stallman <rms@gnu.org>
4127
4128 * bindings.el (mode-line-format): help-echo doc fixes.
4129
4130 * net/tramp.el (tramp-file-name-handler-alist): Delete
4131 expand-file-name and other operations that can cause spurious loading.
4132
4133 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * files.el (safe-local-variable-p): Remove support for the special
4136 value t.
4137
4138 * textmodes/paragraphs.el (sentence-end-without-space):
4139 Fix safety predicate.
4140 (sentence-end-double-space, sentence-end-without-period)
4141 (paragraph-ignore-fill-prefix):
4142 * textmodes/fill.el (colon-double-space):
4143 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4144
4145 * subr.el (booleanp): New fun.
4146
4147 * textmodes/reftex-vars.el (reftex-guess-label-type):
4148 Tighten the safety predicate.
4149
4150 2006-04-28 Kim F. Storm <storm@cua.dk>
4151
4152 * progmodes/grep.el (defgroup grep): Doc fix.
4153 (grep-auto-highlight): Remove.
4154 (grep-template): New defcustom.
4155 (grep-find-template): Rename from grep-tree-template.
4156 (grep-files-aliases): Rename from grep-tree-files-aliases.
4157 Remove "all" alias, add "l" alias.
4158 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4159 (grep-find-ignored-directories): New defcustom to replace
4160 grep-tree-ignore-CVS-directories, to facilitate ignoring
4161 subdirectories for multiple version control systems.
4162 (grep-mode-map): Add Recursive grep item to GREP menu.
4163 (grep-regexp-history, grep-files-history): New defvars.
4164 (grep-probe): New helper function.
4165 (grep-compute-defaults): Use it to simplify code.
4166 Adapt to name changes.
4167 Use `.' as base in grep-find-template rather than <D>.
4168 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4169 Call grep-compute-defaults unconditionally.
4170 (grep-expand-keywords): New defconst.
4171 (grep-expand-template): Rename from grep-expand-command-macros.
4172 Simplify via grep-expand-keywords. Look at case-fold-search instead
4173 of grep-tree-ignore-case to add -i option.
4174 Bind case-fold-search to nil while matching keywords.
4175 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4176 (grep-read-regexp, grep-read-files): New helper functions.
4177 (rgrep): Rename from grep-tree. Rework to use proper histories.
4178 Adapt to changes in defcustoms and functions above.
4179 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4180
4181 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4182
4183 * net/tramp.el (tramp-completion-file-name-handler):
4184 Disable Tramp's functionality while loading Tramp itself.
4185 (tramp-register-file-name-handlers): That's a defsubst now.
4186 Code from `tramp-repair-jka-compr' moved here. Apply it via
4187 `after-init-hook'.
4188 (tramp-repair-jka-compr): Remove.
4189
4190 2006-04-27 Jay Belanger <belanger@truman.edu>
4191
4192 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4193 read expression when `math-read-big-expr' doesn't work.
4194
4195 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4196
4197 * startup.el (command-line-1): Display warning when
4198 pure-space-overflow is non-nil.
4199
4200 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4201
4202 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4203 risky.
4204
4205 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4206
4207 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4208 Return the URL or nil if none can be generated.
4209
4210 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4213 byte compiler warnings.
4214 (gud-basic-call, gud-find-expr): Let user select an expression
4215 for printing. Print expression as well as value in GUD buffer.
4216
4217 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4218
4219 * allout.el: Remove local autoload declaration for
4220 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4221 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4222 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4223 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4224 (allout-stylish-prefixes, allout-numbered-bullet)
4225 (allout-file-xref-bullet, allout-presentation-padding)
4226 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4227 safe-local-variable with suitable value spec, and add autoload
4228 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4229 (move-beginning-of-line, move-end-of-line): Repair so these compat
4230 functions now actually resituate the point, when appropriate.
4231
4232 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4235
4236 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4237 (add-log-iso8601-time-string): Fix call to format-time-string.
4238
4239 2006-04-26 Kim F. Storm <storm@cua.dk>
4240
4241 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4242
4243 2006-04-26 Masatake YAMATO <jet@gyve.org>
4244
4245 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4246 Add support for "//" style comments. Remove `b' flag
4247 from ?* in `asm-mode-syntax-table'.
4248
4249 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * follow.el: Use (featurep 'xemacs) everywhere.
4252 (follow-mode): Use define-minor-mode.
4253 (follow-mode-map): Move initialization into the declaration.
4254 Use command remapping.
4255 (follow-emacs-version-xemacs-p): Remove.
4256 (follow-submit-feedback): Remove.
4257
4258 * allout.el (allout-layout, allout-passphrase-verifier-string)
4259 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4260
4261 * textmodes/reftex-vars.el (reftex-vref-is-default)
4262 (reftex-fref-is-default, reftex-guess-label-type):
4263 Tighten up a bit the safety predicate.
4264
4265 * textmodes/paragraphs.el (sentence-end-double-space)
4266 (sentence-end-without-period, sentence-end-without-space)
4267 (page-delimiter, paragraph-ignore-fill-prefix):
4268 Tighten up a bit the safety predicate.
4269
4270 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4271
4272 * progmodes/python.el (python-continuation-line-p)
4273 (python-beginning-of-statement): syntax-ppss may return
4274 a negative depth.
4275 (python-mode): Don't forcefully enable font-lock.
4276
4277 * time-stamp.el (time-stamp-start, time-stamp-end)
4278 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4279
4280 * add-log.el: Remove spurious * in docstrings.
4281 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4282 (add-change-log-entry): Use it here, since it's not specific
4283 to iso8601.
4284 (add-log-iso8601-time-string): Don't use it here any more.
4285 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4286
4287 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4288
4289 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4290
4291 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4292 (rcirc-toggle-low-priority): Doc fix.
4293 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4294 ChanServ regexp.
4295 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4296 #emacs.
4297 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4298 (rcirc-decode-coding-system): Use utf-8 as the default.
4299 (rcirc-multiline-minor-mode): Set the fill-column.
4300 (rcirc-format-response-string): Display bright and dim nicks.
4301 (rcirc-browse-url): Update interactive spec to fill ARG.
4302 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4303 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4304
4305 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4306
4307 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4308 case for @Article, etc.
4309
4310 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4311
4312 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4313 Added with autoload cookie.
4314 (tramp-unload-file-name-handlers): Rename from
4315 `tramp-unload-file-name-handler-alist'.
4316
4317 2006-04-23 Romain Francoise <romain@orebokech.com>
4318
4319 * comint.el (comint-match-partial-filename): Doc fix.
4320
4321 2006-04-21 Glenn Morris <rgm@gnu.org>
4322
4323 * calendar/cal-menu.el (calendar-mode-map): Refer to
4324 `diary-view-entries' rather than alias `view-diary-entries'.
4325 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4326
4327 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4328
4329 * progmodes/antlr-mode.el (antlr-default):
4330 * cus-edit.el (custom-documentation):
4331 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4332 in defface.
4333
4334 2006-04-21 Kim F. Storm <storm@cua.dk>
4335
4336 * image.el (image-type): New defun split out of create-image.
4337 (create-image): Use it.
4338
4339 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4340
4341 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4342 (org-open-at-point): Remove the "...done" message to keep output
4343 in the echo area visible.
4344 (org-export-as-xoxo): Fix call to `indent-region'.
4345
4346 2006-04-21 Kevin Ryde <user42@zip.com.au>
4347
4348 * international/mule.el (keyboard-coding-system): defcustom
4349 info-link fixes: "Specify Coding" has been split, keyboard now in
4350 "Terminal Coding", and "Single-Byte Character Support" is now
4351 "Unibyte Mode".
4352
4353 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4354
4355 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4356 Use font-lock-warning-face for any errors e.g. no stack.
4357 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4358
4359 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * progmodes/sh-script.el (sh-shell): Mark as safe.
4362
4363 * newcomment.el (comment-start, comment-start-skip)
4364 (comment-end-skip, comment-end): Mark as safe.
4365
4366 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4367
4368 * textmodes/org.el (org-deadline-announce): Face removed.
4369 (org-level-faces, org-n-levels): Convert to constant.
4370 (org-compatible-face): New function.
4371 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4372 (org-level-5, org-level-6, org-level-7, org-level-8)
4373 (org-special-keyword, org-warning, org-headline-done, org-link)
4374 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4375 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4376 Face definition revised for better color tty support.
4377 (org-bold-re, org-italic-re, org-underline-re): New constants.
4378 (org-set-font-lock-defaults): Use the new constants.
4379 (org-agenda-highlight-todo): New function.
4380 (org-agenda-todo): Fix bug with point at end of line.
4381 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4382 Fontify TODO keywords.
4383 (org-insert-link): Preserve relative path in ../ links.
4384 (org-export-as-html): Convert links pointing to .org files into
4385 links that will work beteen the exported HTML files.
4386 (org-todo-list): Fix bug when arg=0.
4387 (org-insert-heading): More fine-tuning.
4388
4389 2006-04-19 Romain Francoise <romain@orebokech.com>
4390
4391 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4392 from `rmail-mime-charset-pattern'.
4393
4394 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 * progmodes/python.el (python-mode): Fix typo.
4397
4398 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4399
4400 * comint.el (comint-previous-input): Don't clobber input line
4401 when moving off either end of the input history ring.
4402 (comint-delete-input): New function, used by
4403 `comint-previous-input' and others.
4404 (comint-previous-matching-input):
4405 Use `coming-delete-input'. Save the partial input if leaving the
4406 edit line. Goto point-max before deleting input to avoid
4407 partial input fragments hanging around.
4408 (comint-restore-input): New function, used by `comint-previous-input'.
4409
4410 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4411
4412 * imenu.el (imenu--index-alist): Balance parentheses.
4413
4414 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4417
4418 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4419
4420 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4421 file is nil.
4422
4423 2006-04-18 Richard Stallman <rms@gnu.org>
4424
4425 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4426
4427 * imenu.el (imenu-create-index-function, imenu--index-alist)
4428 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4429 (imenu-default-create-index-function, imenu--generic-function):
4430 Doc fixes.
4431
4432 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4433
4434 * help-mode.el (help-mode): Set view-exit-action to delete window.
4435
4436 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4437 now works by passing nil as arg.
4438
4439 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4440
4441 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4442 (read-abbrev-file): Provide default when reading filename.
4443
4444 * files.el (enable-local-variables): Allow :all as value.
4445 (hack-local-variables): Implement that value.
4446 (safe-local-variable-values, safe-local-eval-forms)
4447 (enable-local-variables): Mark as risky.
4448 (find-file-visit-truename, kept-old-versions): Mark safe.
4449
4450 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4451 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4452 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4453
4454 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4457 Use forward-line so as to get to BOL even in the presence of fields.
4458 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4459 in return.
4460 (inferior-tcl): Tell tclsh to work in interactive mode.
4461
4462 * complete.el (partial-completion-mode):
4463 Use 'choose-completion-string-functions to make sure that
4464 choose-completion fills the minibuffer properly.
4465
4466 * complete.el (PC-old-read-file-name-internal): Remove.
4467 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4468 of read-file-name-internal.
4469 (partial-completion-mode): Enable/disable this advice.
4470
4471 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4472
4473 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4474 of 2006-04-17.
4475
4476 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4477
4478 * textmodes/org.el (org-insert-heading): Insert heading before
4479 current if at beginning of line.
4480 (org-todo, org-date): New faces.
4481 (org-table-align): Make sure tooltip window contains full text.
4482 (org-no-properties): New defsubst.
4483 (org-set-font-lock-defaults): Use new faces.
4484
4485 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4486
4487 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4488 for root variables.
4489
4490 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4491 (gdb-frame-address): Re-use to identify frame for watch expression.
4492 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4493 variables.
4494 (gdb-init-1, gdb-source, gdb-post-prompt)
4495 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4496 (gdb-frame-handler): Get gdb-frame-address.
4497
4498 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4499
4500 Sync with Tramp 2.0.53.
4501
4502 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4503 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4504 (tramp-completion-file-name-handler): Add autoload cookie for
4505 adding to `file-name-handler-alist'.
4506
4507 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4508 the prompt. If it returns earlier (when detecting an error
4509 message), the rest of the output will merge accidently with the
4510 output of the next command. Reported by M Jared Finder
4511 <jared@hpalace.com>.
4512
4513 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4514 for `process-file', in order to let it work for older Emacsen too.
4515
4516 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4517
4518 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4519 (tex-font-lock-keywords-3): Use it.
4520
4521 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * newcomment.el (comment-add): New function.
4524 (comment-region-default, comment-dwim): Use it.
4525
4526 2006-04-15 Michael Olson <mwolson@gnu.org>
4527
4528 * emacs-lisp/tq.el: Improve comments.
4529 (tq-queue-head-question): New accessor function.
4530 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4531 Update for modified queue structure.
4532 (tq-queue-add): Accept `question' argument.
4533 (tq-queue-pop): If a question is pending, send it.
4534 (tq-enqueue): Accept new optional argument `delay-question'.
4535 If this is non-nil, and at least one other question is pending a
4536 response, queue the question rather than sending it immediately.
4537
4538 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4539
4540 * calendar/appt.el (appt-add): Check whether an appointment is
4541 already present in appt-time-msg-list. Simplify code.
4542
4543 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * progmodes/cc-langs.el (c-mode-menu):
4546 Don't presume c-subword-mode is bound.
4547
4548 2006-04-13 Bill Wohler <wohler@newt.com>
4549
4550 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4551 (customize-package-emacs-version): Use cdr instead of cadr now
4552 that alists use dotted pairs.
4553
4554 * custom.el (defcustom): Fix docstring for :package-version.
4555
4556 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4557
4558 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4559 (tramp-handle-shell-command): Display output buffer only when
4560 `tramp-display-shell-command-buffer' is true.
4561 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4562
4563 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4564
4565 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4566 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4567
4568 2006-04-13 Romain Francoise <romain@orebokech.com>
4569
4570 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4571 leaving temporary .cvsignore buffers behind.
4572
4573 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4574
4575 * textmodes/org.el (org-set-regexps-and-options)
4576 (org-get-current-options): Better names for the startup folding
4577 options.
4578
4579 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4580
4581 * vc.el (vc-annotate): Arrange for point to end up at the same
4582 line number as in the original, but only when using a new buffer.
4583
4584 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4585
4586 * files.el (hack-one-local-variable-eval-safep):
4587 Recognize `edebug-form-spec' for `put', but only if it passes
4588 `edebug-basic-spec'. Generalize `put' handling.
4589
4590 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4591 vetting file-local form specs.
4592
4593 * allout.el (allout-layout): Autoload its `safe-local-variable'
4594 property.
4595
4596 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4597
4598 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4599 (org-agenda-mouse-1-follows-link)
4600 (org-mouse-1-follows-link): New options.
4601 (org-format-agenda-item): Fix bug if TAGS is nil.
4602 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4603
4604 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4605
4606 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4607 GDB 6.1+ gives full filename for "info sources" so use
4608 file-name-nondirectory.
4609
4610 2006-04-12 Romain Francoise <romain@orebokech.com>
4611
4612 * subr.el (read-passwd): Bind `message-log-max' to nil.
4613
4614 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * progmodes/perl-mode.el (perl-indent-new-calculate):
4617 Recompute parse-start after jumping backward by a whole sexp.
4618
4619 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4622 window configuration.
4623 (vc-annotate-display-select): Select the buffer so that current-buffer
4624 (and selected-window) is the output buffer at the end of vc-annotate.
4625
4626 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4627
4628 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4629 8-color terminals, to use all of the colors in a sensible order.
4630 256-color terminals work well with the standard map.
4631 (vc-annotate-lines): Only strip the first color character if it
4632 is "#", to allow for terminal-style named colors.
4633 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4634 the correct buffer is scrolled.
4635
4636 2006-04-11 Richard Stallman <rms@gnu.org>
4637
4638 * emacs-lisp/bytecomp.el (byte-compile-file):
4639 Bind enable-local-variables to :safe, and make normal-mode obey it.
4640
4641 * files.el (enable-local-variables): Allow value :safe.
4642 (normal-mode): Doc fix.
4643 (hack-local-variables): Implement enable-local-variables = :safe.
4644 (hack-local-variables-confirm): Don't prevent quitting.
4645
4646 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * loadhist.el (unload-feature): A bit of sanity check of
4649 load-history entries. Cancel timer-vars before unbinding them.
4650
4651 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4652 quote special chars, and make the trick work on the hex part of the
4653 buffer as well.
4654 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4655 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4656
4657 * startup.el (normal-splash-screen): Fix last change so we don't wait
4658 2 minutes if we don't show the splash screen.
4659
4660 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4661
4662 * textmodes/org.el (org-export-plain-list-max-depth)
4663 (org-table-spaces-around-separators)
4664 (org-radio-targets, org-activate-camels)
4665 (org-table-spaces-around-invisible-separators): Options removed.
4666 (org-time-stamp-rounding-minutes, org-remember-templates)
4667 (org-ellipsis, org-activate-links, org-descriptive-links):
4668 New options.
4669 (org-remember-apply-template, org-current-time)
4670 (org-finish-edit-table-field)
4671 (org-link-unescape, org-link-escape)
4672 (org-string-width, org-table-clean-line, org-html-do-expand)
4673 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4674 (org-read-agenda-file-list): New functions.
4675 (org-table-edit-field)
4676 (org-table-create-or-convert-from-region): New commands
4677 (org-table-toggle-vline-visibility): Command removed.
4678 (org-table-convert-region): Made a command.
4679 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4680 Replace with the normal org- functions.
4681 (org-self-insert-command): Don't trigger realign unnecessarily
4682 when blanking a field that is not full.
4683 (org-mode): `Set buffer-invisibility-spec' for links.
4684 (org-activate-links2): Hide link part and only show descriptive
4685 part of the link.
4686 (org-insert-link): Modify for new linking system.
4687 (org-store-link): Store description separately, for use by
4688 `org-insert-link'.
4689 (org-table-align): Use `org-string-width'.
4690 (defgroup): Completely new group structure for custom variables.
4691 (org-agenda-files): Option: Single file name allowed. Function:
4692 Optional argument unrestrited means ignore any restricitons.
4693 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4694 trying to modify the menu. Use generalized access to
4695 `org-agenda-files.'
4696 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4697 (org-agenda-file-to-front, org-remove-file, org-diary)
4698 (org-tags-view, org-export-icalendar-all-agenda-files)
4699 (org-export-icalendar-combine-agenda-files): Use generalized
4700 access to `org-agenda-files'.
4701 (org-remember-handler): Correctly preserve heading if present.
4702 (org-table-insert-row, org-table-insert-hline): Deal with
4703 invisible characters.
4704
4705 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4706
4707 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4708 (vc-annotate-color-map): New 18 element constant
4709 value/saturation, rotating hue colormap, from red->blue.
4710 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4711 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4712 (vc-annotate): To avoid killing the required local variables,
4713 set them before the end of `with-output-to-temp-buffer', and
4714 after first switching to annotate-mode.
4715 (vc-annotate-warp-version): Add buffer argument in goto-line to
4716 ensure annotation, not source, is scrolled.
4717
4718 2006-04-10 Bill Wohler <wohler@newt.com>
4719
4720 * custom.el (defcustom, custom-handle-keyword):
4721 Add :package-version keyword.
4722 (custom-add-package-version): New function. Sets value of new
4723 property 'custom-package-version from :package-version keyword.
4724 (defcustom): Create Common Keywords section in docstring.
4725 (defface, defgroup): Replace definitions of a select few keywords
4726 with a reference to the Common Keywords in defcustom.
4727 (defcustom, defface, defgroup): Replace reference to Customization
4728 chapter in manual with hyperlink.
4729
4730 * cus-edit.el (customize-package-emacs-version-alist):
4731 New variable.
4732 (customize-changed-options): Add check for custom-package-version.
4733 (customize-package-emacs-version): New function to look up Emacs
4734 version corresponding to the given package version.
4735
4736 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4737 defun name, in similar fashion to find-variable-regexp.
4738
4739 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4740
4741 * international/mule-cmds.el (set-locale-environment): Fix last
4742 change for when the locale's preferences don't specify any encoding.
4743
4744 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4747 so the defined var/fun doesn't need to be quoted.
4748
4749 2006-04-10 Richard Stallman <rms@gnu.org>
4750
4751 * finder.el (finder-mode-map): Add n and p bindings.
4752
4753 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4754
4755 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4756 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4757 (gdb-setup-windows): Put something in source window if we can't find
4758 the source file.
4759 (gdb-frame-handler): Make it work again with just assembly.
4760 (gdb-data-list-register-values-handler): Make it work when there is
4761 no stack.
4762
4763 2006-04-09 Richard Stallman <rms@gnu.org>
4764
4765 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4766 specs while looking for charset.
4767
4768 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4769
4770 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4771 Make them faces.
4772 (lm-font-lock-keywords): Update appropriately.
4773
4774 2006-04-10 Kim F. Storm <storm@cua.dk>
4775
4776 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4777 it can also replace buffer-substring-no-properties.
4778
4779 * emulation/cua-base.el (cua-delete-region, cua-paste)
4780 (cua-repeat-replace-region): Use filter-buffer-substring.
4781
4782 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4783 (cua-cut-region-to-global-mark): Likewise.
4784
4785 * emulation/cua-rect.el (cua--extract-rectangle)
4786 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4787
4788 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4789
4790 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4791 entry-type. Add field delimiters to numerical fields if they are
4792 not present.
4793
4794 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4795
4796 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4797 string-const to return value.
4798 (bibtex-remove-delimiters): Use it.
4799
4800 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4803 cl-byte-compile-compiler-macro unless it exists.
4804
4805 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4806
4807 * files.el (hack-local-variables-confirm) <offer-save>:
4808 Clarify message text. Suggested by Ralf Angeli.
4809
4810 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4811
4812 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4813 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4814 instead of `buffer-substring' and `delete-region'. (Most of the
4815 code actually copied from `kill-region'.)
4816
4817 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4818
4819 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4820 (rcirc-default-port): Rename from rcirc-port.
4821 (rcirc-default-nick): Rename from rcirc-nick.
4822 (rcirc-default-user-name): Rename from rcirc-user-name.
4823 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4824 (rcirc-low-priority-flag): New variable.
4825 (rcirc-decode-coding-system): New defcustom.
4826 (rcirc-encode-coding-system): New defcustom.
4827 (rcirc-coding-system-alist): New defcustom.
4828 (rcirc-multiline-major-mode): New defcustom.
4829 (rcirc-nick): New internal variable.
4830 (rcirc-process): Remove variable.
4831 (rcirc-server-buffer): New variable.
4832 (rcirc): Update to use rcirc-default-* variables above.
4833 (rcirc-connect): Do not add window-configuration-hook-here.
4834 (rcirc-server): New internal variable.
4835 (rcirc-connect): Do not send keepalive pings if
4836 rcirc-keepalive-seconds is nil.
4837 (with-rcirc-server-buffer): New macro.
4838 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4839 (rcirc-server-name): Rename from rcirc-server.
4840 (rcirc-buffer-process): New function.
4841 (rcirc-buffer-nick): New function.
4842 (rcirc-buffer-target): Remove function.
4843 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4844 New commands.
4845 (rcirc-mode-map): Change binding of C-c C-l to
4846 rcirc-toggle-low-priority.
4847 (rcirc-mode): Initialize coding system based on
4848 rcirc-coding-system-alist. New change-major-mode-hook to part the
4849 channel on a mode change. Make kill-buffer-hook buffer-local.
4850 (rcirc-change-major-mode-hook): New function.
4851 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4852 (rcirc-last-post-time): New variable.
4853 (rcirc-process-message): Store the last time user posted a message
4854 to this target.
4855 (rcirc-multiline-minor-mode): New mode.
4856 (rcirc-multiline-minor-mode-map): New mode map.
4857 (rcirc-edit-multiline): Put multiline-edit buffer in
4858 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4859 (rcirc-print): Ignore any line starting with an ignored nick.
4860 (rcirc-print): Decode using rcirc-decode-coding-system.
4861 (rcirc-track-minor-mode): Update global-mode-string when disabling
4862 this mode.
4863 (minor-mode-alist): Add LowPri indicator.
4864 (rcirc-toggle-low-priority): New function.
4865 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4866 next lowpriority buffer with activity.
4867 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4868 last time the user posted a message in to the target.
4869 (rcirc-update-activity-string): New formatting for low priority
4870 buffers.
4871 (rcirc-split-activity): New function.
4872 (rcirc-handler-PART, rcirc-handler-KICK)
4873 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4874 (rcirc-nick-away-alist): New variable.
4875 (rcirc-handler-301): New handler. Away messages are printed once
4876 per change.
4877
4878 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4879
4880 * info.el (Info-follow-nearest-node): Doc fix.
4881
4882 * international/mule-cmds.el (set-locale-environment): Make sure
4883 the coding-system preferred by the locale's language has the same
4884 EOL conversion type as the original buffer-file-coding-system.
4885 (locale-language-names): Add a few MS Windows language codes.
4886
4887 2006-04-07 Richard Stallman <rms@gnu.org>
4888
4889 * simple.el (eval-expression): Doc fix.
4890
4891 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4892 (eval-defun): Doc fixes.
4893
4894 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4895
4896 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4897
4898 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4899
4900 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4901 GDB list command without argument for greater generality.
4902
4903 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4904
4905 * subr.el (string-or-null-p): New function.
4906
4907 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4908
4909 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4910
4911 * files.el: Update comment about safe-local-variable declarations.
4912
4913 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4914
4915 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4916 See idlwave.org.
4917
4918 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4919 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4920
4921 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4922 See idlwave.org.
4923
4924 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4925 version 6.0 (minimal changes). See idlwave.org.
4926
4927 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4928 6.0 (minimal changes). See idlwave.org.
4929
4930 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4931
4932 2006-04-06 Romain Francoise <romain@orebokech.com>
4933
4934 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4935 symmetric encryption features and a new asynchronous interface to
4936 GnuPG. This new version is version 1.4, plus whitespace changes.
4937
4938 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4939
4940 * files.el: Move some `safe-local-variable' declarations to the
4941 respective files.
4942
4943 * textmodes/ispell.el (ispell-check-comments)
4944 (ispell-local-dictionary): Mark as safe.
4945
4946 * abbrev.el (abbrev-mode): Mark as safe.
4947
4948 * add-log.el (change-log-default-name): Mark as safe.
4949
4950 * textmodes/reftex-vars.el (reftex-vref-is-default)
4951 (reftex-fref-is-default, reftex-level-indent)
4952 (reftex-guess-label-type): Mark as safe.
4953
4954 * textmodes/fill.el (colon-double-space): Mark as safe.
4955
4956 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4957 (sentence-end-double-space, sentence-end-without-period)
4958 (sentence-end-without-space, sentence-end, sentence-end-base)
4959 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4960
4961 2006-04-06 Kim F. Storm <storm@cua.dk>
4962
4963 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4964 the :set-after list.
4965 (ido-downcase-unc-hosts): New user option. Default on.
4966 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4967 when it is set, as regexps are now applied on the fly.
4968 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4969 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4970 on the fly, but only when ido-process-ignore-lists is set.
4971 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4972 Only downcase names if ido-downcase-unc-hosts is set.
4973
4974 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4977
4978 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4979
4980 2006-04-05 Kim F. Storm <storm@cua.dk>
4981
4982 * ido.el (ido-mode): Set after ido-unc-hosts and
4983 ido-ignore-unc-host-regexps.
4984 (ido-save-history): Save ido-unc-hosts-cache.
4985 (ido-load-history): Load ido-unc-hosts-cache.
4986 (ido-reread-directory): Refresh unc hosts cache in // dir.
4987
4988 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4989 to nil while displaying slash screen.
4990
4991 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4992
4993 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4994 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4995
4996 2006-04-05 Kenichi Handa <handa@m17n.org>
4997
4998 * international/characters.el: Setup cases of Latin, Greek, and
4999 Cyrillic characters in CJK charsets.
5000
5001 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5002
5003 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5004 default-enable-multibyte-characters. This reverts the change from
5005 revision 6.17 which is no longer necessary because the passphrase
5006 is sent separately now. GnuPG messages are unreadable under
5007 multibyte locales with default-enable-multibyte-characters set to nil.
5008
5009 2006-04-04 Andreas Schwab <schwab@suse.de>
5010
5011 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5012 and `byte-compile-warnings' as `safe-local-variable'.
5013
5014 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 * man.el (Man-mode-map): Restore the \r binding.
5017 (Man-abstract-xref-man-page): If Man-target-string is a function,
5018 call it.
5019 (Man-highlight-references): Use Man-default-man-entry to get the
5020 target. Deal with xrefs too.
5021 (Man-highlight-references0): Don't call the target function.
5022
5023 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5024 cannot deal with it.
5025
5026 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5027
5028 * pgg-gpg.el: Clean up process buffers every time gpg processes
5029 complete.
5030
5031 2006-04-04 Kenichi Handa <handa@m17n.org>
5032
5033 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5034 here.
5035 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5036 Temporarily bind inhibit-field-text-motion to t.
5037
5038 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * startup.el (normal-splash-screen): Only set mode-line-format in the
5041 splash buffer, so as not to interfere when debugging the code.
5042 Ignore errors when switching buffer.
5043
5044 2006-04-03 Romain Francoise <romain@orebokech.com>
5045
5046 * dired.el (dired-dnd-protocol-alist): Fix typo.
5047
5048 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5049
5050 * savehist.el (savehist): Add :version.
5051 (savehist-ignored-variables): New variable.
5052 (savehist-minibuffer-hook): Don't save variables listed in
5053 `savehist-ignored-variables'.
5054
5055 * dired.el (dired-dnd-protocol-alist): Mention that change does
5056 only apply to new buffers in doc string.
5057
5058 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5059
5060 * recentf.el (recentf-open-files-item): Include newline in button
5061 field, so opening a file will work, when the point is at the end
5062 of the file name. Allow, for example, to [i]search a file by
5063 extension and just push RET to open it.
5064
5065 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5066
5067 * pgg-gpg.el (pgg-gpg-process-filter)
5068 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5069
5070 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5071 lines, temporary fix.
5072
5073 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5074
5075 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5076
5077 2006-04-02 Richard Stallman <rms@gnu.org>
5078
5079 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5080
5081 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5084 header-mouse-map.
5085
5086 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5087 (ibuffer-mode-header-map): New keymaps.
5088 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5089 and keybindings for column headers.
5090 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5091 property.
5092
5093 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5094
5095 * speedbar.el (speedbar-after-create-hook): Doc fix.
5096
5097 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5098
5099 * shell.el (shell-directory-tracker)
5100 (shell-dynamic-complete-command): Doc fixes.
5101
5102 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5103
5104 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5105 terminals.
5106
5107 2006-04-01 Kim F. Storm <storm@cua.dk>
5108
5109 * ido.el (ido-unc-hosts-cache): New defvar.
5110 (ido-unc-hosts): If value of defcustom is a function, call it to
5111 get list of UNC hosts. Add function-item choices to specify
5112 ido-unc-hosts-net-view or user function.
5113 (ido-ignore-unc-host-regexps): New defcustom.
5114 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5115 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5116 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5117
5118 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5121 wwidth.
5122
5123 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5126 (ido-max-work-file-list, ido-switch-buffer)
5127 (ido-read-file-name-as-directory-commands):
5128 Fix typos in docstrings.
5129
5130 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5131
5132 * term/mac-win.el (mac-system-coding-system): Define and use after
5133 Mac-specific coding systems are ready.
5134
5135 2006-03-27 Romain Francoise <romain@orebokech.com>
5136
5137 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5138
5139 * ldefs-boot.el: Update.
5140
5141 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5142
5143 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5144 passphrases when it is not needed.
5145 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5146 passphrase stuff from gpg, should only be necessary when you use
5147 gpg with a smartcard.
5148
5149 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5150
5151 * comint.el (comint-dynamic-list-completions): Allow user to
5152 select *Completions* buffer.
5153
5154 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5155
5156 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5157
5158 2006-03-26 Andreas Schwab <schwab@suse.de>
5159
5160 * progmodes/gud.el (gdb): Only complain about multiple debugging
5161 when the gdb process is still running.
5162
5163 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5164
5165 * mail/rmail.el (tool-bar-map): Defvar it.
5166 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5167 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5168
5169 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5170
5171 * help.el (print-help-return-message): Suggest to use
5172 display-buffer instead of switch-to-buffer-other-window to restore
5173 the previous window without selecting it.
5174
5175 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5176
5177 * frame.el (select-frame-by-name): Call x-focus-frame also when
5178 window-system is mac.
5179
5180 * term/mac-win.el: Adjust Courier font specifications in
5181 x-fixed-font-alist.
5182 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5183 when directly encoding to UTF-16 in native byte order, no BOM.
5184
5185 2006-03-25 Kim F. Storm <storm@cua.dk>
5186
5187 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5188 (cua--init-keymaps): Use it instead of fixed C-return.
5189 (cua-mode): Set after it.
5190
5191 * emulation/cua-rect.el (cua--init-rectangles):
5192 Use cua-rectangle-mark-key instead of fixed C-return.
5193
5194 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5195
5196 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5197 "run" in .gdbinit.
5198 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5199
5200 2006-03-24 Romain Francoise <romain@orebokech.com>
5201
5202 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5203 `display-buffer-other-frame'.
5204
5205 2006-03-24 Kim F. Storm <storm@cua.dk>
5206
5207 * apropos.el (apropos-synonyms): Add selection => region.
5208
5209 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5212 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5213 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5214 (gdb-data-list-register-values-regexp)
5215 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5216 Future proof against new fields being added to MI output.
5217 (gdb-send): Don't treat backslashes for program input as
5218 continuations.
5219 (gdb-assembler-handler): Don't use window-start for this handler.
5220 (gdb-frame-handler): Don't change to hollow arrow if overlay
5221 arrow doesn't move to new frame.
5222
5223 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5226 prevent compiler warnings.
5227 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5228 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5229 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5230 buffer too.
5231
5232 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5233
5234 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5235 make-network-process, so we can use the same code in Gnus v5-10
5236 too and have this file fully synchronized with that release.
5237
5238 2006-03-23 Romain Francoise <romain@orebokech.com>
5239
5240 * ibuf-ext.el (ibuffer-read-filter-group-name):
5241 Use `ibuffer-generate-filter-groups' to make completion list match
5242 the filter groups that are really displayed in the Ibuffer buffer.
5243 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5244
5245 2006-03-23 Kenichi Handa <handa@m17n.org>
5246
5247 * international/mule-cmds.el (sort-coding-systems): Describe that
5248 the argument is modified in docstring.
5249
5250 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5251
5252 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5253 (pgg-gpg-update-agent): New function.
5254 (pgg-gpg-use-agent-p): New function.
5255 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5256 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5257 (pgg-gpg-sign-region): Use it.
5258
5259 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * cus-edit.el (custom-face-set): Call custom-push-theme before
5262 face-spec set so that `changed' theme is correctly saved.
5263 (custom-face-reset-standard): Reset to recalculated face rather
5264 than defface spec.
5265
5266 * custom.el (custom-push-theme): Only save `changed' theme if the
5267 current face does not match the defface specs.
5268
5269 2006-03-21 Simon Josefsson <jas@extundo.com>
5270
5271 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5272 <wilde@sha-bang.de>.
5273 (pgg-gpg-use-agent): New variable.
5274 (pgg-gpg-process-region): Use it.
5275 (pgg-gpg-encrypt-region): Likewise.
5276 (pgg-gpg-encrypt-symmetric-region): Likewise.
5277 (pgg-gpg-decrypt-region): Likewise.
5278 (pgg-gpg-sign-region): Likewise.
5279 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5280
5281 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5282
5283 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5284 bracket links.
5285
5286 2006-03-21 Kim F. Storm <storm@cua.dk>
5287
5288 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5289 fringe-indicator-alist instead of modifying global value.
5290 (gdb-frame-handler): Likewise.
5291
5292 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5293
5294 * diff-mode.el (diff-function): Make it inherit from diff-header
5295 instead of diff-context.
5296
5297 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5298 bitmap.
5299 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5300 change names in macro above for consistency.
5301 (gdb-frame-handler): Use hollow-right-triangle for all selected
5302 frames which except the innermost (where execution has stopped).
5303 (gdb-reset): Reset buffer-local values of overlay-arrow.
5304
5305 2006-03-20 Richard Stallman <rms@gnu.org>
5306
5307 * simple.el (set-mark-command): Doc fix.
5308
5309 * files.el (display-buffer-other-frame): New command.
5310 (ctl-x-4-map): Bind C-x 5 C-o to it.
5311
5312 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5315 rather than just defer-time, in case defer-time has been changed but
5316 the timer isn't running yet.
5317 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5318
5319 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5320
5321 * help-mode.el (help-follow-symbol): New function.
5322 Essentially identical to the old `help-follow', but do not let
5323 `push-button' do the work when on an xref.
5324 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5325
5326 2006-03-19 Richard Stallman <rms@gnu.org>
5327
5328 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5329 preceded by the word `program'.
5330 (help-follow-mouse, help-follow): Throw error if not on xref.
5331 Delete no longer used args.
5332
5333 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5336 annotation ensure gud-overlay-arrow-position is redisplayed.
5337
5338 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5339
5340 * textmodes/bibtex.el (bibtex-include-OPTkey)
5341 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5342 (bibtex-autokey-name-case-convert)
5343 (bibtex-autokey-titleword-case-convert): Make these the aliases
5344 for the following two variables.
5345 (bibtex-autokey-name-case-convert-function)
5346 (bibtex-autokey-titleword-case-convert-function): Make these the
5347 real names.
5348 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5349 bibtex-font-lock-crossref sublists.
5350 (bibtex-mode): Revert 2005-12-30 change (which made
5351 completion-ignore-case buffer-local).
5352 (bibtex-url): Simplify.
5353
5354 2006-03-19 Kim F. Storm <storm@cua.dk>
5355
5356 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5357 cursor property value to 2 (to align with C level change).
5358
5359 2006-03-19 Bill Wohler <wohler@newt.com>
5360
5361 * image.el (image-load-path-for-library): Shorten first line in
5362 docstring.
5363
5364 2006-03-18 Richard Stallman <rms@gnu.org>
5365
5366 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5367
5368 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5369
5370 * isearch.el (isearch-other-meta-char): Handle user bindings for
5371 shifted control characters.
5372
5373 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5374
5375 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5376 part that matches email addresses, file names, etc.
5377
5378 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5379
5380 * term/w32-win.el (mouse-set-font):
5381 Mention w32-list-proportional-fonts in the doc string.
5382
5383 2006-03-18 Kim F. Storm <storm@cua.dk>
5384
5385 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5386 (ido-unc-hosts): New user option to explicitly define list of know
5387 UNC-style hosts for completion.
5388 (ido-cache-unc-host-shares-time): New user option.
5389 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5390 New helper functions for UNC file-name support.
5391 (ido-may-cache-directory): Check for UNC host. Simplify.
5392 (ido-wash-history): Clean out old UNC hosts.
5393 (ido-nonreadable-directory-p): UNC hosts are always readable.
5394 (ido-directory-too-big-p): UNC hosts are never too big.
5395 (ido-set-current-directory): Handle UNC root path.
5396 (ido-file-name-all-completions): Complete UNC host names from
5397 ido-unc-hosts list. Cache UNC host shares.
5398 (ido-make-file-list-1): Don't filter UNC root.
5399 (ido-exhibit): Check for // in root directory, and switch to UNC
5400 mode by setting ido-current-directory to //.
5401
5402 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5403
5404 * cus-edit.el (customize-changed-options): Mention explicit
5405 version number as default in prompt.
5406
5407 2006-03-17 Bill Wohler <wohler@newt.com>
5408
5409 * image.el (image-load-path-for-library): Minor docstring fix.
5410
5411 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5412
5413 * textmodes/org.el (org-read-date): Include subgroup 5 into
5414 replacement text.
5415 (org-popup-calendar-for-date-prompt): Fix customization type.
5416
5417 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5420 (gdb-continuation): New variable.
5421 (gdb-send): Deal with continuation lines.
5422
5423 * progmodes/gud.el (gud-gdb-complete-command)
5424 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5425 expressions.
5426 (gud-tooltip-mode): Use buffer-local value.
5427
5428 2006-03-16 Kim F. Storm <storm@cua.dk>
5429
5430 * ido.el (ido-edit-input): Use selected match, if any.
5431
5432 2006-03-16 Bill Wohler <wohler@newt.com>
5433
5434 * image.el (image-load-path-for-library): Prefer user's images in
5435 image-load-path.
5436
5437 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5438
5439 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5440 when checking for attempt to drag leftmost or rightmost scrollbar.
5441
5442 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5445 (gdb-force-mode-line-update): New function.
5446 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5447 (gdb-exited): Use them.
5448 (gdb-signal): New function.
5449 (gdb-annotation-rules): Provide a rule for it.
5450
5451 2006-03-16 Kenichi Handa <handa@m17n.org>
5452
5453 * international/mule.el (auto-coding-regexp-alist): Add entries
5454 for Unicode BOM.
5455
5456 * sort.el (sort-build-lists): Temporarily bind
5457 inhibit-field-text-motion to t.
5458
5459 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5460
5461 * locate.el (locate-command, locate-make-command-line)
5462 (locate-fcodes-file, locate-update-command)
5463 (locate-prompt-for-command, locate, locate-with-filter)
5464 (locate-get-file-positions): Doc fixes.
5465 (locate-buffer-name, locate-header-face): Remove leading `*' in
5466 defcustom.
5467 (locate-filter-output): Use `keep-lines' instead of its alias
5468 `delete-non-matching-lines'.
5469 (locate-get-filename, locate-get-dirname): Add introductory comment.
5470 (locate-find-directory-other-window): Give appropriate error
5471 message if used outside main listing.
5472
5473 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5476 the new extend-region feature.
5477 (font-lock-after-change-function): Update correspondingly.
5478 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5479 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5480
5481 2006-03-15 Bill Wohler <wohler@newt.com>
5482
5483 * image.el (image-load-path-for-library): Fix example by not
5484 recommending that one binds image-load-path. Just defvar it to
5485 placate compiler and only use it if previously defined.
5486
5487 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5488
5489 * textmodes/org.el (org-insert-centered): Use `string-width' to
5490 make underlining work for wide characters.
5491 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5492 TAB to `org-cycle', to make sure that no binding in
5493 `outline-mode-map' can supercede it.
5494
5495 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5496
5497 * allout.el: Increment version to 2.2.1 in file commentary.
5498
5499 (allout-version): Increment to 2.2.1.
5500
5501 (allout-default-layout): New customization variable, used when the
5502 file lacks a specific allout-layout. Uses allout-layout-type for
5503 recursively nested definition.
5504
5505 (allout-layout-type): Widget defining allout layouts, necessary for
5506 self-recursive definition.
5507
5508 (allout-mode): Incorporate allout-default-layout as fallback for
5509 allout-layout.
5510
5511 (allout-layout): Mark as 'safe-local-variable', and refer mention
5512 fallback to `allout-default-layout' in absence of a specified value.
5513 (allout-passphrase-verifier-string)
5514 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5515
5516 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5517
5518 (allout-get-encryption-passphrase-verifier): Use correct name of
5519 passphrase verifier in docstring.
5520
5521 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5522
5523 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5524 elements.
5525 (gdb-find-watch-expression): Make it work for arrays too.
5526 Follow change to gdb-var-list.
5527 (gud-watch): Allow the user to enter variable name with a prexix
5528 arg. Create keybindings.
5529 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5530 (gdb-var-list-children-handler, gdb-var-update-handler)
5531 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5532 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5533 Follow change to gdb-var-list.
5534 (gdb-starting): Don't show the overlay arrows when program is running.
5535
5536 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5537 gdb-var-list.
5538
5539 2006-03-14 Bill Wohler <wohler@newt.com>
5540
5541 * image.el (image-load-path-for-library): Pass value of path
5542 rather than symbol. Always return list of directories.
5543 Guarantee that image directory comes first.
5544
5545 2006-03-14 Alan Mackenzie <acm@muc.de>
5546
5547 * font-core.el (font-lock-extend-region\(-function\)?.):
5548 New function/variable.
5549
5550 * font-lock.el (font-lock-after-change-function):
5551 Call font-lock-extend-region. Obey font-lock-lines-before.
5552 (font-lock-default-fontify-region): Remove reference to
5553 font-lock-lines-before.
5554
5555 * jit-lock.el (jit-lock-after-change):
5556 Call font-lock-extend-region. Obey font-lock-lines-before.
5557
5558 2006-03-14 David Ponce <david@dponce.com>
5559
5560 * tree-widget.el (tree-widget-themes-load-path)
5561 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5562
5563 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5564
5565 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5566 (rcirc-print): Mark the start of text at the end of the prompt.
5567 (rcirc-track-minor-mode): Add autoload cookie.
5568 (rcirc-update-activity-string): Add space to front of mode-line
5569 indicator.
5570
5571 2006-03-13 Miles Bader <miles@gnu.org>
5572
5573 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5574 (rcirc-abbrev-nick): Remove function.
5575 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5576
5577 2006-03-13 David Ponce <david@dponce.com>
5578
5579 * tree-widget.el: Handle themes across all occurrences of the main
5580 themes sub-directory found in tree-widget-themes-load-path.
5581 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5582 (tree-widget--locate-sub-directory): Return all occurrences.
5583 (tree-widget-themes-path): New function.
5584 Replace tree-widget-themes-directory, and return a list of directories.
5585 (tree-widget-set-parent-theme)
5586 (tree-widget-lookup-image): Use it.
5587
5588 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5589
5590 * textmodes/org.el (org-link-search): Avoid self-matching of
5591 links, allow target text to be distributed over several lines.
5592 (org-search-not-link): New function.
5593 (org-set-regexps-and-options, org-get-current-options):
5594 New startup options.
5595 (org-export-as-html): Take odd-level setting from local variable.
5596 (org-fontify-emphasized-text): New option.
5597 (org-set-font-lock-defaults): Include emphasized text.
5598 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5599 (org-font-lock): Customize group renamed from `org-faces'.
5600
5601 2006-03-13 John Paul Wallington <jpw@pobox.com>
5602
5603 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5604 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5605
5606 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * cus-start.el (all): Delete :version keyword for members of the
5609 fringe group, since the entire group is new in 22.1.
5610
5611 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5612
5613 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5614 map if value is hexadecimal (an address).
5615 (gud-watch): Only search roots for existing watch expressions.
5616 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5617 prevent caching problems with speedbar-update-directory-contents.
5618
5619 2006-03-12 Juri Linkov <juri@jurta.org>
5620
5621 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5622 before comparing with `low' and `warn'.
5623
5624 * info.el (Info-dir-remove-duplicates): Move point to the
5625 beginning of the current line after deleting the entries from
5626 redundant heading. Use marker for `limit' and compare it with
5627 point before calling `re-search-forward'.
5628
5629 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5630
5631 * simple.el (yank): Fix typo in docstring.
5632
5633 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5634
5635 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5636 messages, where "D" is the 6th character.
5637
5638 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5639
5640 * simple.el (yank): Fix last change.
5641
5642 2006-03-11 David Ponce <david@dponce.com>
5643
5644 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5645 merging elements from the standard ispell-dictionary-alist.
5646 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5647 alist, and return the new alist.
5648
5649 2006-03-11 Richard Stallman <rms@gnu.org>
5650
5651 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5652
5653 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5654 the way it is implemented is too unclean.
5655
5656 * simple.el (kill-region, yank): Doc fix.
5657
5658 * battery.el (battery-echo-area-format): Doc fix.
5659 (battery-mode-line-format): Likewise.
5660 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5661 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5662
5663 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5664
5665 * progmodes/octave-mod.el (octave-indent-for-comment):
5666 Behave according to do string.
5667
5668 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5669
5670 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5671 Be visible only if major mode is Mail Mode.
5672
5673 * textmodes/flyspell.el (flyspell-external-point-words)
5674 (flyspell-process-localwords): Fix last changes.
5675
5676 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5677
5678 * calendar/holidays.el (list-holidays): Doc fix.
5679
5680 * international/mule.el (auto-coding-alist): Add .odt
5681 (OpenOffice's open document) files.
5682
5683 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5684 document) files. Mention in the doc string the need to sync with
5685 auto-coding-alist.
5686
5687 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5690 enable-local-variables is set to always query, or there is no
5691 savable variable.
5692
5693 2006-03-10 Bill Wohler <wohler@newt.com>
5694
5695 * image.el (image-load-path-for-library): Merge at least three
5696 functions from Gnus and MH-E into this one function that can now
5697 be shared.
5698
5699 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5702 gdb-remove-mouse-face and remove help-echo too.
5703 (gdb-enqueue-input): Correct conditional clause.
5704
5705 2006-03-10 Glenn Morris <rgm@gnu.org>
5706
5707 * calendar/calendar.el (calendar-holidays): Doc fix.
5708 * calendar/holidays.el (list-holidays): Doc fix.
5709
5710 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5713 it gets called in gdb-prompt anyway.
5714 (gdb-use-separate-io-buffer): Only restore window arrangement for
5715 gdb-many-windows.
5716 (gdb-enqueue-input): Make it harder to send GDB input when program
5717 is running.
5718 (gdb-buffer-list): New variable.
5719 (gdb-remove-mouse-face): New function.
5720 (gdb-starting): Use it when GDB input won't get sent.
5721
5722 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5723
5724 * help.el (view-lossage): Remove trailing whitespace before
5725 inserting "\n".
5726
5727 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5728
5729 * files.el (hack-local-variables-confirm):
5730 Set coding-system-for-read to nil before writing to .emacs.
5731
5732 * arc-mode.el (archive-extract): Check if an existing buffer name
5733 comes from a different archive.
5734
5735 * help.el (describe-key-briefly): If KEY is a down event, read and
5736 discard the up event.
5737
5738 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5741 be edited and use font-lock-warning-face for any changes.
5742
5743 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5744 (gdb-edit-value): Use it to report any errors.
5745
5746 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * help.el (describe-key): Remove leftover test code.
5749
5750 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5751
5752 * textmodes/org.el: Move defvars out of eval-when-compile.
5753 Use buffer-file-name variable.
5754 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5755 arg `file'.
5756 (org-level-faces): Remove startup dependency.
5757 (org-cycle, org-map-tree, org-scan-tags)
5758 (org-remember-handler): Don't call `outline-level' directly.
5759 (org-mhe-search-all-folders): New option.
5760 (org-mhe-get-message-folder-from-index)
5761 (org-mhe-get-message-folder): Fix indexing search.
5762 (org-format-agenda-item): Handle nil TAGS argument.
5763 (org-cleaned-string-for-export, org-activate-target-links)
5764 (org-make-target-link-regexp): Deal with empty radio target list.
5765 (org-tag): New face.
5766 (org-get-level-face): New function.
5767 (org-set-font-lock-defaults): Simplify setup for headlines.
5768 (org-complete): Pass common substring to `display-completion-list'.
5769
5770 2006-03-06 David Ponce <david@dponce.com>
5771
5772 * tree-widget.el: Update Commentary header.
5773 (tree-widget-theme-name): Ignore parent themes.
5774 (tree-widget-set-parent-theme): New function.
5775 (tree-widget-set-theme): Use it.
5776 (tree-widget-set-image-properties): Move definition. Does nothing
5777 if image properties have already been set.
5778 (tree-widget-image-properties): Move definition. Receive an image
5779 name. Set the :pointer property.
5780 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5781 Don't set the :pointer image property.
5782 (tree-widget-convert-widget): New function. Handle :dynargs
5783 compatibility here.
5784 (tree-widget): Use it to :convert-widget. Add the :expander-p
5785 predicate to control when the :expander function is entered.
5786 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5787 (tree-widget-value-create): Handle :expander-p. widget-apply
5788 :expander.
5789 (tree-widget-expander-p): New function. Default value of the
5790 :expander-p property.
5791
5792 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * help.el (describe-key): Properly handle the return value of
5795 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5796 remaps. Handle string and vector `follow-link' values.
5797
5798 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * complete.el (PC-expand-many-files): Try be more careful when parsing
5801 the shell's output.
5802
5803 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * outline.el (hide-sublevels): Provide better interactive default.
5806
5807 2006-03-06 Kenichi Handa <handa@m17n.org>
5808
5809 * international/fontset.el (create-fontset-from-fontset-spec):
5810 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5811
5812 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5815 backslashes instead of one in regexp.
5816 (gud-tooltip-dereference): Add missing optional argument.
5817
5818 2006-03-04 John Paul Wallington <jpw@pobox.com>
5819
5820 * wdired.el (toplevel): Require `cl' at compile-time.
5821
5822 2006-03-04 Andreas Schwab <schwab@suse.de>
5823
5824 * server.el (server-process-filter): Handle errors during
5825 evaluation of the argument.
5826
5827 2006-03-03 John Paul Wallington <jpw@pobox.com>
5828
5829 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5830 escape parentheses at beginning of line.
5831 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5832 (t-mouse-mode): Remove period from end of error message.
5833
5834 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5835
5836 * textmodes/flyspell.el (flyspell-process-localwords):
5837 Be case-sensitive.
5838
5839 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5840
5841 * cus-edit.el (custom-quote): Remove function, since it has been
5842 moved to custom.el.
5843
5844 * font-lock.el (lisp-font-lock-keywords-2)
5845 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5846 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5847 they have no special meaning.
5848
5849 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5850 indirect buffer gets killed before indirect buffer. Use dolist.
5851
5852 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5853
5854 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5855 value instead of a literal constant (1) on more pauses.
5856
5857 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5858
5859 * textmodes/flyspell.el (flyspell-external-point-words):
5860 Be case-sensitive.
5861
5862 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5863
5864 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5865 with "www".
5866
5867 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5868
5869 * allout.el: Restablish intermediate missing comment header to
5870 preserve outline structure.
5871 (allout-beginning-of-current-entry): Skip invisible text.
5872 (allout-open-topic): Fix opening a topic at end-of-buffer.
5873 (allout-minor-mode): Move nearer to allout-mode function.
5874
5875 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5876
5877 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5878
5879 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5880
5881 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5882 is nil.
5883
5884 * progmodes/gud.el (gud-speedbar-menu-items):
5885 Use buffer-local-value and add missing :visible keyword.
5886
5887 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5888
5889 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5890
5891 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5892 must be `follow-link'.
5893
5894 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5895
5896 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5897 formatting: No nested anchors.
5898 (org-all-targets): Fix bug with XEmacs compatibility.
5899 (org-read-date): Add (require 'parse-time).
5900 (org-set-tags): Fix bug with extra inserted space.
5901 (org-export-html-style): Define a style class for targets.
5902 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5903 (org-hide-leading-stars): New option.
5904 (org-hide): New face.
5905 (org-set-font-lock-defaults): Allow to hide leading stars.
5906 (org-get-legal-level, org-tr-level): New functions.
5907 (org-odd-levels-only): New option.
5908 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5909 (org-demote, org-promote): Deal with double-star levels.
5910 (org-convert-to-odd-levels): New command.
5911
5912 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5913
5914 * speedbar.el (speedbar-update-localized-contents): Try to
5915 preserve window-start.
5916 (speedbar-update-directory-contents): Try to preserve window-start
5917 and window-point.
5918 (speedbar-update-special-contents): Don't move back to start of window.
5919
5920 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5921 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5922 speedbar-timer-fn.
5923 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5924 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5925 instead of gdb-speedbar-timer-fn.
5926
5927 2006-02-28 Jay Belanger <belanger@truman.edu>
5928
5929 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5930 (math-compose-expr): Use latex option when calling
5931 `math-compose-tex-matrix' for latex mode.
5932
5933 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5934
5935 * speedbar.el: Re-instate comments about developing for speedbar
5936 [this is what info and gdb-ui use even if better methods exist now].
5937
5938 * t-mouse.el: New file.
5939 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5940 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5941 (t-mouse-make-event-element): Use posn-at-x-y instead.
5942 (t-mouse-make-event): Deal with Fedora Core 3.
5943 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5944 (t-mouse-mouse-position-function): New function. Use it instead
5945 of advising mouse-position.
5946 (t-mouse-mode): New minor mode.
5947 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5948
5949 2006-02-27 Glenn Morris <rgm@gnu.org>
5950
5951 * calendar/calendar.el (calendar-holidays): Doc fix.
5952
5953 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5956 Re-introduce the concept of a source window.
5957 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5958 consistency with get-buffer-create.
5959 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5960 (gdb-data-list-register-values-handler)
5961 (gdb-stack-list-locals-handler): Try to preserve window-start as
5962 well as window-point.
5963 (gdb-display-source-buffer): New function (old concept).
5964 (gdb-goto-breakpoint): Use it.
5965
5966 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5967 for gdb-ui/gdb-mi (old concept).
5968
5969 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5970
5971 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5972 binding.
5973
5974 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5975
5976 * textmodes/reftex-sel.el (reftex-select-label-map)
5977 (reftex-select-bib-map): Add `follow-mouse' binding.
5978
5979 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5980
5981 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5982 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5983 Give :set functions to provide automatic updating.
5984 Update docstring. Give compiler defvars early in the file
5985 and move the defcustoms to a later spot where all called functions
5986 are defined.
5987 (jka-compr-file-name-handler-entry): Doc fix.
5988 (jka-compr-compression-info-list--internal)
5989 (jka-compr-mode-alist-additions--internal)
5990 (jka-compr-load-suffixes--internal): New variables.
5991 (jka-compr-install): Set the three above variables.
5992 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5993 (jka-compr-update, jka-compr-set): New functions.
5994 (auto-compression-mode): Doc fix.
5995
5996 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5997 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5998 Use jka-compr-compression-info-list--internal,
5999 jka-compr-mode-alist-additions--internal and
6000 jka-compr-load-suffixes--internal.
6001
6002 * files.el (load-library):
6003 * loadhist.el (file-loadhist-lookup):
6004 * startup.el (command-line):
6005 * subr.el (locate-library):
6006 * emacs-lisp/autoload.el (update-directory-autoloads):
6007 * emacs-lisp/find-func.el (find-library-suffixes):
6008 Use `get-load-suffixes' instead of `load-suffixes'.
6009
6010 * subr.el (locate-library):
6011 * emacs-lisp/find-func.el (find-library-name):
6012 Use `load-file-rep-suffixes' instead of '("").
6013
6014 2006-02-26 Kim F. Storm <storm@cua.dk>
6015
6016 * ido.el (ido-save-history, ido-load-history): Simplify.
6017 Don't use find-file-noselect to avoid interference from other modes.
6018
6019 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6020
6021 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6022 to use the default shell if filename is not available.
6023 Reported by Giorgos Keramidas.
6024
6025 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6026
6027 * progmodes/etags.el (tags-completion-table): Do completion from
6028 all the tables in the current list, as documented in the manual.
6029
6030 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6031
6032 * CC Mode Update to 5.31.3.
6033
6034 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6035
6036 * progmodes/cc-mode.el (c-postprocess-file-styles):
6037 Bind inhibit-read-only to t, around the call to
6038 c-remove-any-local-eval-or-mode-variables, so that it works on a
6039 RO file.
6040
6041 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6042
6043 * progmodes/cc-awk.el: Correct a typo.
6044
6045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6046
6047 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6048 c-hungry-delete-backwards, at the request of RMS. Leave the old
6049 name as an alias.
6050
6051 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6052
6053 * progmodes/cc-mode.el: Correct a typo.
6054
6055 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6056
6057 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6058
6059 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6060
6061 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6062 brace-else-brace (error due to mbeg, mend being undefined).
6063
6064 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6065
6066 * progmodes/cc-mode.el: File Local variables: Solve the problem
6067 where both `mode' and c-file-offsets are specified: `mode' will
6068 overwrite c-f-o's settings:
6069 (c-remove-any-local-eval-or-mode-variables): New function.
6070 (c-postprocess-file-styles): Call the above new function, within
6071 c-tentative-buffer-change, to splat `mode' and `eval' before the
6072 second hack-local-variables.
6073
6074 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6075
6076 * progmodes/cc-mode.el:
6077 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6078 (c-after-change): Protect the match data with save-match-data.
6079 It was getting corrupted by c-after-change-check-<>-operators.
6080
6081 * cc-defs.el: [Supersedes patch V1.38]:
6082 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6083 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6084
6085 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6086 with save-match-data. It was being corrupted when Font Lock was
6087 not enabled.
6088
6089 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6090
6091 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6092 Mode and Subword Mode.
6093
6094 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6095 real labels ("case 1:" or "foo:") from non-labels ("public:").
6096 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6097 coding; c-f-t-2 doesn't move over a token at EOB.
6098
6099 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6100
6101 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6102 (c-update-modeline): Concatenate the minor mode indicators
6103 directly onto mode-name, removing c-submode-indicators.
6104 Sometimes, c-s-i got separated from the mode name on the mode line.
6105
6106 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6107 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6108
6109 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6110
6111 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6112 error message when there's an evaluation error to show whether
6113 it's loaded from source or not.
6114 (c-filter-ops): Make it available at runtime too to work when
6115 `c-make-init-lang-vars-fun' needs to evaluate from source.
6116
6117 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * help.el (help): Revert last part of 2006-02-23 change (deletion
6120 of the `provide' call).
6121
6122 2006-02-23 Juri Linkov <juri@jurta.org>
6123
6124 * compare-w.el (compare-windows-highlight): Add new value
6125 `persistent' and change :type from `boolean' to `choice'.
6126 (compare-windows-overlays1, compare-windows-overlays2):
6127 New internal variables.
6128 (compare-windows-highlight): If compare-windows-highlight is
6129 `persistent', add current overlays to compare-windows-overlays[12]
6130 instead of adding compare-windows-dehighlight to pre-command-hook.
6131 (compare-windows-dehighlight): Delete all overlays from
6132 compare-windows-overlays[12].
6133
6134 * info.el (Info-search): Don't bind search-spaces-regexp to
6135 Info-search-whitespace-regexp in non-regexp isearch mode.
6136
6137 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6140
6141 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * textmodes/org.el (org-xemacs-p)
6144 (org-export-html-show-new-buffer, org-table-may-need-update)
6145 (org-insert-item, org-mhe-get-message-real-folder)
6146 (org-mhe-get-message-folder-from-index)
6147 (org-mhe-get-message-folder, org-mhe-get-message-num)
6148 (org-mhe-get-header, org-make-org-heading-search-string)
6149 (org-make-org-heading-camel, org-table-sort-lines)
6150 (org-format-org-table-html, org-format-table-table-html):
6151 Fix typos in docstrings.
6152
6153 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6154
6155 * textmodes/org.el (org-cleaned-string-for-export)
6156 (org-solidify-link-text): New function.
6157 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6158 XEmacs, just to silence the compiler.
6159 (org-export-as-ascii, org-export-as-html-and-open):
6160 Use `org-cleaned-string-for-export' and create internal links.
6161 (org-follow-mhe-link): Require mh-e, use folder.
6162
6163 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6164
6165 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6166
6167 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6168 gdb-debug-log-length.
6169 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6170 it a real ring but...
6171 (gud-gdba-marker-filter): ...make it work like mark-ring.
6172 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6173 (gdb-mouse-jump): New function. Add bindings.
6174
6175 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6176
6177 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6178 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6179 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6180 (gdb-debug-log-length): Customize it's length.
6181 (gud-watch, gdb-var-create-handler): Display function::var format
6182 but don't use to create variable object.
6183 (gdb-var-create-handler): Use message-box in place of message.
6184 (gdb-stopped): Call gdb-exited if signalled.
6185
6186 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6187
6188 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6189
6190 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6191
6192 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6193 if `reftex-try-all-extensions' is set.
6194
6195 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6196 fail silently when there is no valid argument at point.
6197 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6198 `fail-silently' argument. From a patch by David Reiter.
6199
6200 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6201 New commands.
6202 (org-mark-ring): New variable.
6203 (org-mark-ring-length): New option.
6204 (org-open-at-point, org-goto, org-open-file): Push old position
6205 onto the mark ring.
6206 (org-add-hook): New function.
6207 (org-export-table-remove-special-lines): New option.
6208 (org-skip-comments, org-format-org-table-html): Respect new
6209 option `org-export-table-remove-special-lines'.
6210 (org-open-file): Allow special command configuration for
6211 directory link.
6212 (org-file-apps): Fix bugs in customize type, added setting
6213 for directories.
6214 (org-activate-tags, org-format-agenda-item, org-complete)
6215 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6216 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6217 (org-link-search, org-make-org-heading-search-string)
6218 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6219 (org-radio-targets, org-file-link-context-use-camel-case)
6220 (org-activate-camels): New options.
6221 (org-update-radio-target-regexp, org-all-targets)
6222 (org-make-target-link-regexp, org-activate-target-links):
6223 New functions.
6224 (org-make-org-heading-search-string): New function.
6225 (org-store-link, org-insert-link): Use new option
6226 `org-file-link-context-use-camel-case'.
6227 (org-activate-camels): Use new option `org-activate-camels'.
6228 (org-link-regexp): Add mhe prefix.
6229 (org-open-at-point, org-store-link): Support for mhe links.
6230 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6231 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6232 (org-mhe-get-header, org-follow-mhe-link): New functions.
6233 (org-remove-angle-brackets, org-add-angle-brackets):
6234 New functions.
6235 (org-bracket-link-regexp): New constant.
6236 (org-read-date): Fix bug that was rejecting all typed dates.
6237 (org-link-search): Make hierarchy above visible after a match.
6238 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6239 (org-store-link): Fix bug with link creation when cursor is in
6240 an empty line.
6241 (org-open-at-point): Fix bug with matching a link.
6242 Fixed buggy argument sequence in call to `org-view-tags'.
6243 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6244 (org-prefix-has-tag): New variable.
6245 (org-format-agenda-item): Remove tags from headline
6246 if appropriate.
6247 (org-agenda-remove-tags-when-in-prefix): New option.
6248
6249 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6250
6251 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6252 Fix the regular expressions.
6253
6254 2006-02-21 Richard M. Stallman <rms@gnu.org>
6255
6256 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6257 if there's no other specific basis.
6258
6259 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6260 as variables at all.
6261 (unsafep-variable): Rename arg; doc fix.
6262
6263 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6264
6265 * calendar/appt.el (diary-selective-display): Add defvar.
6266
6267 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6268
6269 * isearch.el (search-whitespace-regexp): Fix custom type.
6270
6271 * help.el (describe-key-briefly): Compute interactive args
6272 in same was as before previous change.
6273
6274 * files.el (enable-local-variables): Doc fix.
6275
6276 2006-02-21 Kim F. Storm <storm@cua.dk>
6277
6278 * fringe.el: Cleanup as file is now pre-loaded.
6279 (fringe-bitmaps): Initialize unconditionally.
6280 (fringe-mode, set-fringe-style): Remove autoload cookies.
6281
6282 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6283
6284 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6285 `horizontal-bar'.
6286 (fringe-cursor-alist): Use `horizontal-bar'.
6287
6288 2006-02-20 Kim F. Storm <storm@cua.dk>
6289
6290 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6291 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6292
6293 * loadup.el: Load "fringe" on window systems.
6294
6295 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6298 out of scope components.
6299
6300 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6301 default.
6302
6303 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * custom.el (customize-mark-to-save, customize-mark-as-set):
6306 Load the symbol first.
6307
6308 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6311 strech spec so it doesn't display as "^J" on the header line
6312 when `Buffer-menu-use-header-line' is t.
6313
6314 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6315
6316 * speedbar.el (speedbar-make-button): Keep text properties
6317 of string arguments if desired.
6318
6319 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6320 expessions.
6321
6322 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6323 of speedbar.
6324
6325 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6326
6327 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6328 to value of `read-file-name-completion-ignore-case'.
6329
6330 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * custom.el (customize-mark-as-set): Push to `user' theme.
6333
6334 * cus-edit.el (custom-save-variables): Allow unthemed values.
6335 (customize-set-variable): Push setting to `user' theme.
6336
6337 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * progmodes/gud.el: Don't require font-lock as it's now
6340 automatically loaded.
6341 (gud-speedbar-buttons): Replace gdb-var-changed with
6342 gdb-force-update.
6343
6344 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6345 gdb-var-changed.
6346 (gdb-post-prompt): Use it.
6347 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6348 (gdb-var-update-handler, gdb-var-delete)
6349 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6350 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6351 gdb-force-update in gdb-post-prompt.
6352 (gdb-reset): Clear watch expressions from speedbar when quitting.
6353
6354 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6355
6356 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6357 (viper-change-state-to-vi, viper-change-state-to-emacs):
6358 Make aware of cursor coloring in the Emacs state.
6359 (viper-special-read-and-insert-char): Use read-char-exclusive.
6360 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6361
6362 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6363
6364 * viper-util.el (viper-save-cursor-color)
6365 (viper-get-saved-cursor-color-in-replace-mode)
6366 (viper-get-saved-cursor-color-in-insert-mode)
6367 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6368 state.
6369 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6370
6371 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6372 (ediff-ignore-case-option3, ediff-actual-diff-options)
6373 (ediff-actual-diff3-options): New variables to control case sensitivity.
6374 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6375 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6376 (ediff-toggle-ignore-case): New function.
6377 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6378
6379 * ediff-help.el (ediff-long-help-message-narrow2)
6380 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6381 (ediff-long-help-message-word-mode): Add ignore-case command.
6382 (ediff-help-for-quick-help): Add ignore-case command.
6383
6384 * ediff-merg.el: Move provide to the end.
6385
6386 * ediff-ptch.el: Move provide to the end.
6387
6388 * ediff-wind.el: Move provide to the end.
6389
6390 * ediff-mult.el: Move provide to the end.
6391 (ediff-set-meta-overlay): Enable follow-link.
6392
6393 * ediff.el: Move provide to the end.
6394 Break recursive load cycle in eval-when-compile.
6395 (ediff-patch-buffer): Better heuristics.
6396
6397 * ediff-util.el: Move provide to the end.
6398 Break recursive load cycle in eval-when-compile.
6399 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6400 defuns.
6401 (ediff-submit-report): Pass the values of ediff-diff3-program,
6402 ediff-diff3-options.
6403
6404 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6405
6406 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6407 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6408 `' (for example, in the docstring of `windmove-default-keybindings').
6409
6410 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6413 shadow face. Don't provide binding to edit variable when it is
6414 out of scope.
6415
6416 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6417 (gdb-var-update-handler): Detect out of scope variables with pre
6418 GDB 6.4 too.
6419 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6420 Reset status of variable objects to nil in update handlers.
6421 (gdb-var-update-handler-1): Detect when a variable object comes
6422 in scope. setcar on var changes gdb-var-list directly.
6423
6424 2006-02-17 Juri Linkov <juri@jurta.org>
6425
6426 * ffap.el (ffap) <defface>: Add explicit face declaration.
6427 (ffap-highlight): Use face `ffap' directly instead of checking
6428 for its existence.
6429
6430 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6431 `visible-ok' of `other-buffer' to find the right original buffer.
6432
6433 * info.el (Info-search): Skip `Local Variables' node.
6434
6435 2006-02-17 Juri Linkov <juri@jurta.org>
6436
6437 * info.el (Info-find-file): Check for symbols `apropos', `history',
6438 `toc' in the input filename, and return these symbols as is.
6439 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6440 `history', `toc' instead of strings.
6441 (Info-set-mode-line): For non-string Info-current-file use the
6442 symbol's name inside **.
6443 (Info-isearch-push-state): Add quote before Info-current-file and
6444 Info-current-node.
6445 (Info-isearch-pop-state): Use `equal' instead of `string='.
6446 (Info-extract-pointer, Info-following-node-name): Use
6447 `match-string-no-properties' instead of `match-string'.
6448 (Info-up): Check `old-file' for `stringp'.
6449 (Info-history): Use `equal' instead of `string-equal'.
6450 Check `file' for `stringp'.
6451 (Info-history): Use symbol `history' instead of string as first arg
6452 of `Info-find-node'.
6453 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6454 `toc' instead of string.
6455 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6456 instead of `buffer-substring', and `match-string-no-properties'
6457 instead of `match-string'.
6458 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6459 instead of strings.
6460 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6461 Use symbol `apropos' instead of string.
6462 (Info-copy-current-node-name): Check `Info-current-file' for
6463 `stringp' and construct a command with `Info-find-node' from it.
6464 (Info-fontify-node): Use `match-string-no-properties' instead of
6465 `match-string' and check file names for `stringp'.
6466 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6467 `history', `toc' instead of strings.
6468
6469 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * files.el: Rearrange functions and variables in the file local
6472 variables section.
6473
6474 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * files.el: Add truncate-lines, ispell-check-comments and
6477 ispell-local-dictionary as safe local variables.
6478
6479 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6480
6481 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6482 out of scope variables.
6483 (gud-speedbar-buttons): Use unless.
6484
6485 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6486 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6487 (gdb-show-changed-values): Also use for out of scope variables.
6488 (gdb-var-update-handler-1): Note if variable goes out of scope.
6489
6490 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6491
6492 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6493 default to global variable values for unsupplied args.
6494 (rcirc-get-buffer-create): Fix bug with setting the target.
6495 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6496 test for rcirc-always-use-server-buffer-flag here.
6497 (rcirc-response-formats): Add %N, which is a facified nick. %n
6498 uses the default face. Change the ACTION format string. If the
6499 "nick" is the server, don't print anything for that field.
6500 Comment fixes.
6501 (rcirc-target-buffer): Don't test
6502 rcirc-always-use-server-buffer-flag here.
6503 (rcirc-print): Squeeze extra spaces out of the text before message.
6504 (rcirc-put-nick-channel): Strip potential "@" char from nick
6505 before adding them to nick table.
6506 (rcirc-url-regexp): Improve to match address like "foo.com".
6507
6508 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6509
6510 * allout.el (allout-hidden-p): Move this defsubst before
6511 allout-overlay-interior-modification-handler, where it is first
6512 used.
6513
6514 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6515
6516 * allout.el: Use allout invisible-text overlays instead of
6517 selective display for concealed text. Also, lots of general
6518 cleanup, and improved compatibility code.
6519
6520 (allout-version) Incremented, corrected, revised, and refined
6521 module commentary.
6522
6523 (provide 'allout): Moved to the bottom, added a require of overlay.
6524
6525 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6526 `except-current'.
6527 (allout-write-file-hook-handler): Minimize delay.
6528 (count-trailing-whitespace-region): New function so
6529 auto-encryption of current topic can resituate cursor exactly.
6530 PGP/GPG encryption trims trailing whitespace from lines, which
6531 must be accounted for across encryption then decryption.
6532
6533 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6534 just plain "\C-c", to avoid intruding on user's keybinding space.
6535
6536 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6537 parameter, so user request to provide a new password is done.
6538
6539 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6540 Refined mechanism for auto-filling behavior while in allout mode.
6541
6542 (allout-mode): Explicitly specify the mode map in the docstring.
6543 Clarify provision for various write-file hook var names.
6544 Adjusted for invisible-text overlays instead of selective-display.
6545
6546 (allout-depth): Really return 0 if not within any topic. This
6547 rectifies `allout-beginning-of-level' and sequence numbering
6548 errors that occur when cutting and pasting numbered topics.
6549 Changed from a in-line subst to a regular function, as well.
6550
6551 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6552
6553 (allout-end-of-subtree, allout-end-of-subtree)
6554 (allout-end-of-entry, allout-end-of-current-heading)
6555 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6556 (allout-show-children, allout-show-to-offshoot)
6557 (allout-hide-current-entry, allout-show-current-entry): Rectified
6558 handling of trailing blank lines between items.
6559
6560 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6561 (allout-current-depth, allout-unprotected, allout-hidden-p)
6562 (allout-on-current-heading-p, allout-listify-exposed)
6563 (allout-chart-subtree, allout-goto-prefix)
6564 (allout-back-to-current-heading, allout-get-body-text)
6565 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6566 (allout-hide-region-body, allout-toggle-subtree-encryption)
6567 (allout-encrypt-string, allout-encrypted-key-info)
6568 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6569 (allout-file-vars-section-data): Adjusted for use with
6570 invisible-text overlays instead of selective-display.
6571
6572 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6573 Reworked for use with invisible text overlays.
6574
6575 (allout-current-topic-collapsed-p): New function.
6576
6577 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6578 to know when to close the containing topic.
6579
6580 (allout-pre-command-business, allout-post-command-business):
6581 Simplify undo-batching and dynamic isearch exposure.
6582
6583 (allout-set-overlay-category): New for invisible-text overlays.
6584 Sets properties of allout-overlay-category, used by
6585 allout-flag-region to set invisible-text overlay properties.
6586 (allout-get-invisibility-overlay): Get the first qualifying
6587 invisibility overlay, so we can find the extent of it.
6588 (allout-back-to-visible-text): Get to just before the beginnining
6589 of the current invisibility overlay, if any.
6590
6591 (allout-overlay-insert-in-front-handler)
6592 (allout-overlay-interior-modification-handler)
6593 (allout-before-change-handler, allout-isearch-end-handler): New
6594 functions to handle extraordinary actions affecting concealed
6595 text.
6596
6597 (allout-flag-region): Use overlays instead of selective-display
6598 for invisible text - by inheritence from the properties of
6599 allout-overlay-category in mainline Emacs, and applied
6600 property-by-property in XEmacs, some recent versions of which
6601 don't inherit the properties from the category. Provisions to
6602 respond to concealed-text edits simplified drastically.
6603
6604 (allout-isearch-rectification, allout-isearch-was-font-lock)
6605 (allout-isearch-expose, allout-enwrap-isearch)
6606 (allout-isearch-abort, allout-pre-was-isearching)
6607 (allout-isearch-prior-pos, allout-isearch-did-quit)
6608 (allout-isearch-dynamic-expose)
6609 (allout-hide-current-entry-completely): Functions deleted.
6610
6611 (allout-undo-aggregation): Explicit undo aggregation no longer
6612 necessary due to transition away from selective-display.
6613
6614 (set-allout-regexp, allout-up-current-level)
6615 (allout-next-visible-heading, allout-forward-current-level)
6616 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6617 (allout-kill-line, allout-yank-processing, allout-show-children)
6618 (allout-expose-topic, allout-old-expose-topic)
6619 (allout-listify-exposed, allout-insert-latex-header)
6620 (allout-toggle-subtree-encryption, allout-encrypt-string)
6621 (remove-from-invisibility-spec, allout-hide-current-subtree):
6622 Ditched unused variables.
6623
6624 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6625
6626 * textmodes/ispell.el (ispell-change-dictionary): Call
6627 ispell-buffer-local-dict instead of
6628 ispell-accept-buffer-local-defs.
6629 (ispell-local-dictionary-alist): Accept as valid any coding-system
6630 supported by Emacs.
6631 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6632 changed to iso-8859-3.
6633
6634 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6635
6636 * speedbar.el (speedbar-frame-width): Make an inline function
6637 instead of a macro. Use frame-width.
6638 (speedbar-try-completion, speedbar-update-contents)
6639 (speedbar-timer-fn): Use consp.
6640 (speedbar-update-localized-contents): Try to preserve point.
6641
6642 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6643 (menu): Re-order menu items.
6644 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6645 field.
6646 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6647 (gdb-post-prompt): Speed things by not forcing update.
6648
6649 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6652 press and perform default action if we get a mouse movement event.
6653
6654 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * calendar/icalendar.el (icalendar--get-event-property)
6657 (icalendar--get-event-property-attributes): Fix typos in
6658 docstrings.
6659
6660 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6661 docstring.
6662
6663 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * bs.el (bs-mode): Use `buffer-disable-undo'.
6666 (bs--get-file-name): Simplify.
6667 (bs-show-in-buffer): Mark the buffer as not modified.
6668
6669 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6672 widget-button-click.
6673
6674 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6675 (custom-mode): Update docstring.
6676
6677 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6678 binding.
6679
6680 * files.el (hack-local-variables-confirm): Allow scrolling if the
6681 file variable list is too long. Kill temp buffer after use.
6682
6683 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * progmodes/gud.el (gdb): Improve doc string.
6686 (gdb-script-font-lock-keywords): Expand allowed character set.
6687
6688 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6689 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6690 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6691 (gdb-separate-io-stop, gdb-separate-io-eof):
6692 Rename from gdb-inferior-* to gdb-separate-*.
6693 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6694
6695 2006-02-14 Jay Belanger <belanger@truman.edu>
6696
6697 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6698 expression is a symbol before checking that it is bound.
6699
6700 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6701 test to see if equation can be solved.
6702
6703 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * wid-edit.el (widget-button-click): Use :pressed-face property
6706 for overlay face, if it exists.
6707
6708 * cus-edit.el (custom-manual, custom-add-see-also)
6709 (custom-add-parent-links, custom-group-link): Add :pressed-face
6710 property to links.
6711
6712 * files.el (hack-local-variables): Remove ignored variables before
6713 checking if any variables need setting.
6714
6715 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6716
6717 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6718
6719 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * help.el (where-is): Fix message for remapped commands.
6722
6723 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6724 Fix typos in docstrings.
6725
6726 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * files.el (safe-local-variable-values): New option.
6729 (hack-local-variables-prop-line): Return a list of variable-value
6730 pairs if MODE-ONLY is non-nil.
6731 (hack-local-variables): Construct list of variable-value pairs,
6732 and apply or reject them in one go. Ask for confirmation if
6733 variables are not known safe.
6734 (hack-local-variables-confirm): Complete rewrite. Support
6735 `safe-local-variable-values'.
6736 (enable-local-variables): Update docstring to reflect new
6737 behavior.
6738 (ignored-local-variables): Ignore ignored-local-variables and
6739 safe-local-variable-values.
6740 (safe-local-variable-p): New function.
6741 (risky-local-variable-p): `safe-local-variable' property check
6742 moved to safe-local-variable-p.
6743 (hack-one-local-variable): Checks moved to hack-local-variables.
6744
6745 (byte-compile-dynamic, c-basic-offset, c-file-style)
6746 (c-indent-level, comment-column, fill-column, fill-prefix)
6747 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6748 (no-update-autoloads, outline-regexp, page-delimiter)
6749 (paragraph-start, paragraph-separate, sentence-end)
6750 (sentence-end-double-space tab-width, version-control):
6751 Add `safe-local-variable' property.
6752
6753 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6754
6755 * icomplete.el, play/landmark.el: Change nonexistent
6756 `outline-layout' file variable to `allout-layout'.
6757
6758 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6759
6760 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6761 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6762 to gud-comint-buffer.
6763 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6764 gdb-ui.el for gdb-mi.el.
6765 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6766 registers buffer to gdb-get-changed-registers.
6767 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6768 deletion of catchpoints (throw and catch).
6769 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6770 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6771 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6772 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6773 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6774
6775 2006-02-13 Jay Belanger <belanger@truman.edu>
6776
6777 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6778 expression is a symbol before checking that it is bound.
6779
6780 2006-02-13 Richard M. Stallman <rms@gnu.org>
6781
6782 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6783 for the minibuffer too, but not if resize-mini-windows will interfere.
6784
6785 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6786 inside `interactive' spec.
6787 (describe-key-briefly-internal, describe-key-internal):
6788 Functions merged back into their callers.
6789
6790 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6791
6792 * info.el (info-xref-visited): Inherit from info-xref too.
6793 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6794 when propertizing Info-current-file and Info-current-node.
6795
6796 2006-02-13 Juri Linkov <juri@jurta.org>
6797
6798 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6799 (tumme-thumb-name): Fix per-directory format.
6800
6801 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6804
6805 2006-02-12 Miles Bader <miles@gnu.org>
6806
6807 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6808
6809 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6810
6811 * tumme.el: Remove history section. If someone needs the it, it
6812 can always be found in CVS.
6813
6814 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6815
6816 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6817 about the Thumbnail Managing Standard option.
6818
6819 2006-02-12 Richard M. Stallman <rms@gnu.org>
6820
6821 * subr.el (substitute-key-definition): Doc fix.
6822
6823 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6824
6825 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6826
6827 * info.el (Info-mode): Doc fix.
6828
6829 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6830
6831 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6834 because on Solaris a POSIX compatible "id" is needed. Reported by
6835 Magnus Henoch <mange@freemail.hu>.
6836
6837 2006-02-12 Juri Linkov <juri@jurta.org>
6838
6839 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6840 (tumme) <defgroup>: Change :group to `multimedia'.
6841 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6842 Managing Standard.
6843 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6844 Fix dostring.
6845 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6846 and %y. Fix docstring.
6847 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6848 (tumme-cmd-create-standard-thumbnail-command): New user options.
6849 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6850 is `standard'. Fix docstring.
6851 (tumme-thumb-width, tumme-thumb-height): New user options.
6852 (tumme-external-viewer): Try to find various viewers.
6853 (tumme-get-thumbnail-image): Use `create-image' instead of
6854 constructing the `image' structure.
6855 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6856 `standard'.
6857 (tumme-thumb-name): Add file name generation for standard storage.
6858 Simplify code for other storages.
6859 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6860 Add modification time %m and thumbnail-nq8 %q.
6861 Use `tumme-cmd-create-standard-thumbnail-command' if
6862 tumme-thumbnail-storage is `standard'.
6863 (tumme-dired-insert-marked-thumbs): New autoload command.
6864 (tumme-dired-after-readin-hook): New function.
6865 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6866 `tumme-thumb-size'.
6867 (tumme-display-image): Replace size-x %x and size-y %y with
6868 width %w and height %h.
6869
6870 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6871 `tumme-dired-insert-marked-thumbs'.
6872
6873 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6874
6875 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6876 include path).
6877 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6878 matching tag.
6879
6880 2006-02-12 Miles Bader <miles@gnu.org>
6881
6882 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6883 New variables.
6884 (rcirc-abbrev-nick): New function.
6885 (rcirc-format-response-string): Rewrite to use the formats in
6886 `rcirc-response-formats' and expand escape sequences therein.
6887 A text-property `rcirc-text' is added over the actual response
6888 text to make easy to find inside the returned string.
6889 (rcirc-print): When filling, just look for the `rcirc-text'
6890 text-property to find the appropriate fill prefix, instead of
6891 using hardwired patterns.
6892
6893 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6894
6895 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6896 Managing Standard.
6897
6898 2006-02-11 Kim F. Storm <storm@cua.dk>
6899
6900 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6901 Don't use insert-buffer; do insert-buffer-substring directly.
6902 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6903
6904 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6905
6906 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6907 with inhibit-read-only. Suggested by Stefan Monnier.
6908 (revert-buffer): Let insert-file-contents discard
6909 buffer-undo-list. Simplify code.
6910 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6911
6912 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6913
6914 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6915
6916 * help.el (describe-key-briefly): Now a wrapper for
6917 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6918 to t. Populate yank-menu if empty.
6919 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6920 (describe-key): Now a wrapper for describe-key-internal. Bind
6921 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6922 (describe-key-internal): Renamed from describe-key.
6923
6924 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6925
6926 * progmodes/glasses.el (glasses-separator): Doc fix.
6927 (glasses-original-separator): New defcustom.
6928 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6929
6930 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6931
6932 * mwheel.el (mouse-wheel-up-event): Doc fix.
6933
6934 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6935
6936 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6937 (tumme-dir): New function. Copied from thumbs.el.
6938
6939 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * desktop.el (desktop-outvar): Fix typo.
6942 (desktop-save-buffer-p): Doc fix.
6943
6944 * subr.el (substitute-key-definition): Fix typo.
6945
6946 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6947
6948 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6949 when window-system is mac.
6950
6951 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6952
6953 2006-02-10 Kim F. Storm <storm@cua.dk>
6954
6955 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6956 indirect-function instead of using condition-case.
6957
6958 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6959
6960 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6961 less `colloquial'...
6962
6963 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6964
6965 * tumme.el: Add a couple of todo items.
6966
6967 2006-02-09 Lars Hansen <larsh@soem.dk>
6968
6969 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6970 (highlight-changes-mode): Don't change desktop-locals-to-save.
6971
6972 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * image-mode.el (image-toggle-display): Clear image cache if using
6975 filename.
6976
6977 2006-02-09 Masatake YAMATO <jet@gyve.org>
6978
6979 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6980 a `dired-man' target.
6981
6982 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6983 boundary of symbols.
6984
6985 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6986
6987 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6988
6989 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6992 `mapcar'; return nil.
6993
6994 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6995
6996 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6997 some other event.
6998
6999 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7000
7001 * net/rcirc.el (rcirc-startup-channels-alist):
7002 Add irc.freenode.net and #emacs as defaults.
7003 (rcirc-ignore-all-activity-flag): Remove variable.
7004 (rcirc-authinfo): New variable.
7005 (rcirc-authinfo-filename): Remove variable.
7006 (rcirc-always-use-server-buffer-flag): New flag.
7007 (rcirc): M-x rcirc will automatically connect without prompting.
7008 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7009 connection in lisp.
7010 (rcirc-process-server-response-1): Remove everything but the nick
7011 portion of the sender so it doesn't need to be done everywhere
7012 else. Update related code.
7013 (global-map): Remove global keybindings.
7014 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7015 (rcirc-send-input): Split into several functions.
7016 (rcirc-process-input-line, rcirc-process-message)
7017 (rcirc-process-command): New functions.
7018 (rcirc-target-buffer): New function to determine where to route
7019 messages.
7020 (rcirc-user-nick): Save match data.
7021 (rcirc-toggle-ignore-buffer-activity)
7022 (rcirc-update-activity-string): Remove global ignore functionality,
7023 which can be done now by toggling rcirc-track-minor-mode.
7024 (rcirc-track-minor-mode-map): New keymap.
7025 (rcirc-track-minor-mode): New minor-mode.
7026 (ignore): Make the ignore output nicer. Always print it when
7027 adding or removing nicks.
7028 (rcirc-url-regexp): Improve.
7029 (rcirc-mangle-text): Remove properties before using text in the
7030 modeline.
7031 (rcirc-authenticate): Authentication data comes from
7032 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7033 (rcirc-server-prefix): Inherit from rcirc-server.
7034
7035 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7036
7037 * Makefile.in (compile): Append "|| true" to the end of the `find'
7038 command, like compile-always does.
7039
7040 2006-02-08 Sam Steingold <sds@gnu.org>
7041
7042 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7043 output from a dead connection.
7044
7045 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7046
7047 * dired.el (dired-mode-map): Add more bindings for tumme.
7048
7049 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * wdired.el (wdired-mode-map): Use remap.
7052 (wdired-get-filename): Massage.
7053 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7054 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7055 `keymap' property rather than `local-map'.
7056
7057 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7058
7059 * tumme.el (tumme-get-thumbnail-image): New utility function.
7060 Suggested by from Chong Yidong.
7061 (tumme-dired-with-window-configuration): Rename from
7062 `tumme-dired'. Add code to save window configuration.
7063 (tumme-restore-window-configuration): New command to restore the
7064 window configuration that `tumme-dired-with-window-configuration'
7065 saves before it changes the window configuration.
7066 (tumme-show-all-from-dir): New command to display thumbnails for
7067 all files in a directory entered by the user, like M-x thumbs.
7068 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7069 have been created.
7070 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7071 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7072 Remove obsolete test function.
7073
7074 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * vc.el (small-temporary-file-directory): Remove defvar; there's
7077 a defcustom for it in files.el.
7078
7079 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7080 Fix typo in message.
7081 (tumme-gallery-generate): Fix typo in `error' message.
7082 (tumme-display-window-height-correction)
7083 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7084 (tumme-line-up-interactive): Dox fixes.
7085 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7086 (tumme-restore-window-configuration, tumme-format-properties-string)
7087 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7088 Fix typos in docstrings.
7089
7090 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7091
7092 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7093
7094 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7097 User should use hook if desired.
7098
7099 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7100 buffer if necessary.
7101 (gdb-delete-frame-or-window): New function.
7102 (gdb-breakpoints-mode-map): Bind "q" to it.
7103
7104 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * textmodes/nroff-mode.el: Clean up name space.
7107 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7108 (nroff-mode): Obey the global setting of nroff-electric-mode.
7109 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7110
7111 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7112
7113 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7114
7115 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7116
7117 2006-02-06 Lars Hansen <larsh@soem.dk>
7118
7119 * generic-x.el (etc-fstab-generic-mode): Add file system types
7120 cifs and usbdevfs. Allow special chars in file names.
7121
7122 2006-02-05 Jay Belanger <belanger@truman.edu>
7123
7124 Update copyright notices of the files in lisp/calc.
7125
7126 2006-02-05 Romain Francoise <romain@orebokech.com>
7127
7128 Update copyright notices of all files in the lisp/play directory.
7129
7130 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * ldefs-boot.el: Regenerate.
7133
7134 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7135
7136 2006-02-05 Kim F. Storm <storm@cua.dk>
7137
7138 * files.el (magic-mode-regexp-match-limit): New defvar.
7139 (set-auto-mode): Use it to limit magic-mode-alist matching.
7140
7141 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7142
7143 * simple.el (display-message-or-buffer): Compare the number of
7144 characters to the frame width when determining whether a 1-line
7145 message string will fit in the echo area. Count screen lines
7146 instead of buffer lines when determining whether a multi-line
7147 message will fit in the echo area/minibuffer window.
7148
7149 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7150
7151 * info.el (Info-index, Info-mode): Improve the description of the
7152 `i' command.
7153
7154 * ldefs-boot.el: Regenerate.
7155
7156 2006-02-03 Werner Lemberg <wl@gnu.org>
7157
7158 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7159 greedy to find the closing bracket in \*[...] and similar
7160 expressions. This is a first rough fix -- many additional
7161 refinements are necessary to make nroff mode really usable with groff.
7162
7163 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7164
7165 * international/mule-cmds.el (set-locale-environment):
7166 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7167 libX11.
7168
7169 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7170
7171 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7172 archive are created in archive-tmpdir.
7173
7174 2006-02-02 John Paul Wallington <jpw@pobox.com>
7175
7176 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7177 (ibuffer-fontification-alist): Use it.
7178 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7179 to "* z" and the Ibuffer Mark menu.
7180
7181 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7182
7183 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * textmodes/table.el (*table--cell-describe-mode)
7186 (*table--cell-describe-bindings): Undo last change since
7187 print-help-return-message is not obsoleted by anything at all.
7188
7189 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * emulation/cua-base.el (cua-mode): Doc fix.
7192
7193 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * dframe.el (dframe-handle-make-frame-visible)
7196 (dframe-handle-iconify-frame, dframe-get-focus)
7197 (dframe-select-attached-frame, dframe-power-click)
7198 (dframe-frame-mode): Fix typos in docstrings.
7199
7200 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7201 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7202 Fix typos in docstrings.
7203
7204 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7205 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7206 (hi-lock-archaic-interface-message-used)
7207 (hi-lock-file-patterns-range): Fix typos in docstrings.
7208
7209 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7210 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7211
7212 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7213 Fix typo in docstring.
7214
7215 * net/newsticker.el (newsticker--decode-iso8601-date)
7216 (newsticker--set-customvar, newsticker--buffer-insert-item)
7217 (newsticker--do-run-auto-mark-filter)
7218 (newsticker--parse-generic-feed): Doc fixes.
7219 (newsticker--retrieval-timer-list, newsticker-url-list)
7220 (newsticker-hide-immortal-items-in-echo-area)
7221 (newsticker-hide-obsolete-items-in-echo-area)
7222 (newsticker-new-item-face, newsticker--enclosure)
7223 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7224 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7225 (newsticker--parse-generic-feed, newsticker--cache-contains)
7226 (newsticker--stat-num-items, newsticker-download-enclosures):
7227 Fix typos in docstrings.
7228
7229 * net/rcirc.el (rcirc-debug): Doc fix.
7230 (rcirc-fill-column, rcirc-receive-message-hooks)
7231 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7232 (rcirc-mode, rcirc-generate-new-buffer-name)
7233 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7234 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7235 Fix typos in docstrings.
7236 (rcirc-print): "?\ " -> "?\s".
7237 (rcirc-cmd-join): Improve argument/docstring consistency.
7238
7239 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7240
7241 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7242 before narrow-to-region.
7243
7244 2006-02-01 Richard M. Stallman <rms@gnu.org>
7245
7246 * simple.el (move-beginning-of-line): Scan properly for invis change.
7247
7248 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7249
7250 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7253 change bit only when id-format is 'integer. Reported by Matt
7254 Hodges <M.P.Hodges@rl.ac.uk>.
7255
7256 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7257
7258 * hilit-chg.el (highlight-changes-initial-state)
7259 (highlight-changes-global-initial-state): Doc fixes.
7260 (highlight-changes-global-modes, global-highlight-changes):
7261 Fix typos in docstrings.
7262
7263 2006-02-01 Kim F. Storm <storm@cua.dk>
7264
7265 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7266 transient-mark-mode in doc string.
7267
7268 2006-01-31 Richard M. Stallman <rms@gnu.org>
7269
7270 * replace.el (multi-occur): Doc fix.
7271 (multi-occur-in-matching-buffers): Rename from
7272 multi-occur-by-filename-regexp. Prefix arg says match
7273 buffer names instead of file names.
7274
7275 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7276
7277 * bs.el: Allow non-default values of `bs-header-lines-length'.
7278 (bs--running-in-xemacs): Remove (not needed anymore).
7279 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7280 instead of `shrink-window', thus avoiding having to compute the
7281 height of the window.
7282 (bs--up): Wrap around even when there's no header.
7283 (bs--down): Use `forward-line' instead of `next-line'.
7284
7285 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * image-mode.el (image-toggle-display): Use file name if possible,
7288 instead of unnecessarily allocating a (possibly huge) lisp string.
7289
7290 2006-01-30 John Paul Wallington <jpw@pobox.com>
7291
7292 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7293 because the `assert' macro signals it at runtime.
7294
7295 * emacs-lisp/cl.el (toplevel): Remove definition of
7296 `cl-assertion-failed' condition.
7297
7298 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7299
7300 * thumbs.el (thumbs-marked-list): Make buffer-local and
7301 permanent-local.
7302 (thumbs-insert-thumb): Make help-echo non-sticky.
7303 (thumbs-file-alist): Use eolp as check for (non)-image.
7304
7305 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7306
7307 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7308 (ediff-before-session-group-setup-hooks)
7309 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7310 Fix typos in docstrings.
7311
7312 * window.el (bw-dir, bw-eqdir, balance-windows)
7313 (split-window-keep-point): Fix typos in docstrings.
7314
7315 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7316 (org-quote-string, org-calendar-to-agenda-key)
7317 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7318 (org-show-following-heading, org-tags-column)
7319 (org-use-tag-inheritance, org, org-allow-space-in-links)
7320 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7321 (org-enable-table-editor, org-calc-default-modes)
7322 (org-table-allow-automatic-line-recalculation)
7323 (org-export-html-style, org-export-with-fixed-width)
7324 (org-export-with-sub-superscripts, org-special-keyword)
7325 (org-formula, org-time-grid, org-table-may-need-update)
7326 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7327 (org-goto-quit, org-get-indentation, org-end-of-item)
7328 (org-move-item-down, org-move-item-up)
7329 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7330 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7331 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7332 (org-agenda-log-mode, org-agenda-toggle-diary)
7333 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7334 (org-agenda-file-to-end, org-agenda-no-heading-message)
7335 (org-agenda-get-closed, org-format-agenda-item)
7336 (org-cmp-priority, org-cmp-category, org-cmp-time)
7337 (org-agenda-change-all-lines, org-agenda-diary-entry)
7338 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7339 (org-link-search, org-camel-to-words, org-open-file)
7340 (org-remember-handler, org-table-convert-region)
7341 (org-table-move-row-down, org-table-move-row-up)
7342 (org-table-copy-region, org-table-wrap-region)
7343 (org-table-toggle-vline-visibility)
7344 (org-table-get-vertical-vector, org-table-modify-formulas)
7345 (org-table-get-specials, org-recalc-commands)
7346 (org-table-rotate-recalc-marks, org-table-eval-formula)
7347 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7348 (org-level-color-stars-only, org-insert-heading):
7349 Fix typos in docstrings.
7350 (last-arg): Add defvar.
7351
7352 * makefile.w32-in (WINS): Add erc.
7353 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7354
7355 2006-01-29 Bill Wohler <wohler@newt.com>
7356
7357 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7358 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7359 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7360 (mh-autoloads): Don't use comments on otherwise empty lines.
7361
7362 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7363
7364 * emulation/viper.el (viper-major-mode-modifier-list): Add
7365 insert-state and vi-state entries for erc-mode.
7366 (viper-go-away, viper-set-hooks): Add and remove
7367 viper-comint-mode-hook from erc-mode-hook as appropriate.
7368
7369 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7370
7371 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7372
7373 * bs.el (bs--format-aux): Implement `middle' alignment as
7374 described in the docstring for `bs-attributes-list'.
7375 (bs--get-name): Simplify. Don't pad the buffer name.
7376
7377 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7378
7379 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7380 English aspell dictionary is installed, use the first entry of
7381 ispell-dictionary-alist-1.
7382
7383 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7384
7385 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7386 Doc fix.
7387
7388 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7391 for `process-file', in order to let it work for older Emacsen too.
7392
7393 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7394
7395 * international/latexenc.el: Add a suitable `coding:' tag.
7396 (latexenc-find-file-coding-system): Undo last change.
7397
7398 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7399
7400 * international/latexenc.el (latexenc-find-file-coding-system):
7401 Make sure latexenc-main-file is a regular file and is readable.
7402
7403 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7404
7405 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7406 Pass FILE to vc-user-login-name.
7407
7408 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7409
7410 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7411
7412 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7413 there are no more images to display.
7414 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7415 the next image.
7416
7417 2006-01-26 Richard M. Stallman <rms@gnu.org>
7418
7419 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7420
7421 * wid-edit.el (advertised-widget-backward): New alias.
7422 (widget-keymap): Use advertised-widget-backward for S-TAB.
7423
7424 * tumme.el: Correct the keywords.
7425 (tumme-dir-max-size): Use defvar.
7426 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7427
7428 * simple.el (move-beginning-of-line): Take account of fields.
7429 (clone-indirect-buffer-other-window): Take args like
7430 clone-indirect-buffer, and work like it.
7431
7432 * help-fns.el (describe-function): Don't pass `nil' as default.
7433
7434 * files.el (risky-local-variable-p): Follow var aliases.
7435
7436 * subr.el (lazy-completion-table): Doc fix.
7437
7438 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7439 global binding of `line'.
7440
7441 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7442
7443 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7444 Tramp.
7445
7446 * vc.el (vc-default-dired-state-info): Pass FILE to
7447 vc-user-login-name.
7448 (vc-default-update-changelog): Don't use vc-user-login-name, we
7449 don't need it here.
7450
7451 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7452 no longer necessary.
7453
7454 2006-01-25 Kenichi Handa <handa@m17n.org>
7455
7456 * international/mule.el (decode-char): Avoid the overhead of
7457 calling utf-lookup-subst-table-for-decode if
7458 utf-translate-cjk-mode is nil.
7459 (encode-char): Avoid the overhead of calling
7460 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7461 nil.
7462
7463 2006-01-22 Kenichi Handa <handa@m17n.org>
7464
7465 * international/mule.el (make-subsidiary-coding-system): Reset
7466 `coding-system-define-form' property of subsidiaries to nil.
7467 Avoid duplicated entry in coding-system-alist.
7468 (make-coding-system): Avoid duplicated entry in
7469 coding-system-alist.
7470 (define-coding-system-alias): Likewise.
7471
7472 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * completion.el: Minor fixes in introductory comment.
7475 (completion-def-wrapper): Fix alist.
7476
7477 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7478
7479 * thumbs.el (thumbs-new-image-size): New function.
7480 (thumbs-increment-image-size-element)
7481 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7482 (thumbs-decrement-image-size): Delete.
7483 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7484 temp files and use to resize.
7485 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7486 Use increment argument to enlarge/shrink. Preserve point.
7487 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7488 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7489 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7490 (thumbs-mark, thumbs-unmark): Preserve point.
7491 (thumbs-modify-image): Keep old temp files and use to modify.
7492 Cleanup old temp files at load time. Preserve point.
7493 (thumbs-view-image-mode-map): Use new command names.
7494
7495 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7498
7499 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7500 the nastiest part of the cyclic dependency.
7501 (cal-menu-update): Use dotimes and calendar-increment-month.
7502
7503 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7504 (calendar-week-start-day): Add an :initializer.
7505 (calendar-mode-map): Use suppress-keymap, and command remapping.
7506 (describe-calendar-mode): Setup xref-stack info for the back button.
7507 (calendar-star-date): Insert before delete.
7508 (calendar-set-mode-line): Add file-modified info if applicable.
7509 (calendar-increment-month): New function.
7510
7511 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7512
7513 * font-lock.el (lisp-font-lock-keywords-2):
7514 Recognize "& keywords" only at word boundaries.
7515
7516 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7517
7518 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7519 and permanent-local.
7520 (thumbs-max-image-number): New variable.
7521 (thumbs-do-thumbs-insertion): Use them.
7522 (thumbs-per-line): Change default to 4.
7523 (thumbs-marked-list): Rename from thumbs-markedL.
7524 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7525 (thumbs-rename-images): Use -list instead of L for internal variables.
7526 (thumbs-call-convert): Use call-process instead of shell-command.
7527 (thumbs-insert-thumb): Add filename as help-echo to each image.
7528 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7529 Give dir to thumbs-show-thumbs-list.
7530 (thumbs-show-thumbs-list): Set default-directory to that of images.
7531 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7532 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7533 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7534 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7535
7536 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * ses.el (ses-read-cell): Provide a default value.
7539
7540 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7541
7542 * term/w32-win.el (image-library-alist): Add additional names for
7543 GIF library.
7544
7545 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7546
7547 * international/latexenc.el (latexenc-find-file-coding-system):
7548 Add file-regular-p check.
7549
7550 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * simple.el (clone-buffer): Don't show the new buffer in the same
7553 window.
7554
7555 2006-01-23 Juri Linkov <juri@jurta.org>
7556
7557 * faces.el (link, link-visited): New faces based on default values
7558 of `info-xref' and `info-xref-visited'.
7559
7560 * info.el (info-xref): Inherit from `link'.
7561 (info-xref-visited): Inherit from `link-visited'.
7562
7563 * cus-edit.el (custom-buffer-create-internal): Use widget type
7564 `custom-manual' instead of `info-link' and don't set properties
7565 `button-face' and `mouse-face' explicitly.
7566 (custom-browse-group-tag, custom-browse-variable-tag)
7567 (custom-browse-face-tag): Inherit from widget class
7568 `custom-group-link' instead of `push-button'.
7569 (custom-button-unraised): Inherit from `underline' face.
7570 (custom-link): Inherit from `link' face. Fix doc and group.
7571 (custom-add-parent-links, custom-group-value-create): Don't set
7572 properties `button-face' and `mouse-face' explicitly for
7573 `custom-group-link' widget.
7574 (custom-group-link): Add properties `button-face' and `mouse-face'
7575 to widget definition.
7576 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7577 editable-field's :keymap property.
7578 (custom-mode): Fix docstring: substitute keybindings for
7579 `widget-forward' and `widget-backward' from `widget-keymap',
7580 `widget-complete' from `custom-field-keymap', replace old
7581 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7582
7583 * desktop.el (desktop-load-file): Check for `fboundp' before
7584 calling `symbol-function'.
7585
7586 * simple.el (clone-buffer, clone-indirect-buffer)
7587 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7588 `read-string'. Fix prompts.
7589
7590 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7591
7592 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7595
7596 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * startup.el (inhibit-splash-screen, initial-scratch-message):
7599 Doc fixes.
7600
7601 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7602
7603 Sync with Tramp 2.0.52.
7604
7605 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7606 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7607 `tramp-unload-tramp' for checklist.
7608
7609 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7610 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7611 (tramp-unload-file-name-handler-alist)
7612 (tramp-unload-tramp): New defuns.
7613 (tramp-advice-PC-expand-many-files): New defadvice.
7614 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7615 removed.
7616 (tramp-handle-expand-file-name): Remove double slash.
7617 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7618 It doesn't matter, because it will be converted later on.
7619 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7620 implementation was just heuristic.
7621 (tramp-post-connection): Set uid and gid properties.
7622 (tramp-convert-file-attributes): Set file's gid change bit.
7623 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7624 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7625 in case of su(do)? methods. The home directory of the local user
7626 will be taken else.
7627 (tramp-open-connection-telnet)
7628 (tramp-open-connection-rsh, tramp-open-connection-su)
7629 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7630 local shell prompt could hurt. Reported by Romain Francoise
7631 <romain@orebokech.com>.
7632 (tramp-let-maybe): Add `edebug-form-spec' property.
7633 (tramp-handle-expand-file-name): Bind `default-directory' locally
7634 to "/" in order to avoid problems with UNC shares or Cygwin
7635 mounts.
7636 (tramp-md5-function): Fix typo in error message.
7637
7638 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7639
7640 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7641 for byte-compiler pacification.
7642
7643 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7644
7645 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7646 ID-FORMAT `string'. This allows us to get rid of
7647 `vc-user-login-name UID'.
7648
7649 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7650
7651 2006-01-22 John Paul Wallington <jpw@pobox.com>
7652
7653 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7654
7655 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7656
7657 * emacs-lisp/find-func.el (find-definition-noselect)
7658 (find-variable-noselect): Search variables in C source code too.
7659 (find-function-C-source, find-function-noselect, find-function)
7660 (find-function-other-frame, find-variable-noselect, find-variable)
7661 (find-variable-other-frame, find-variable-at-point):
7662 Fix docstrings.
7663
7664 2006-01-21 Francesco Potorti` <pot@gnu.org>
7665
7666 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7667
7668 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7669
7670 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7671 Default to disabling the "Save affix" question.
7672
7673 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7674
7675 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7676 the first arg to run-python.
7677
7678 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7679
7680 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7681 is not loaded.
7682
7683 2006-01-20 Jay Belanger <belanger@truman.edu>
7684
7685 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7686 limit is 0.
7687
7688 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7689 the correct variable.
7690
7691 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7692
7693 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7694 link. Fixed buggy argument sequence in call to `org-view-tags'.
7695 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7696 (org-prefix-has-tag): New variable.
7697 (org-format-agenda-item): Remove tags from headline if
7698 appropriate.
7699 (org-agenda-remove-tags-when-in-prefix): New option.
7700 (org-get-tags-at): New function.
7701
7702 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7703
7704 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7705 (thumbs-find-image): Move image name and number from buffer name
7706 to mode name. Set thumbs-buffer. Preserve point so that large
7707 images remain visible.
7708 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7709 order.
7710 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7711 mode name.
7712 (thumbs-next-image, thumbs-previous-image): Make them work.
7713
7714 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7715
7716 * cus-edit.el (custom-buffer-create-internal): State in the text above
7717 the whole buffer buttons that they do not operate on hidden items.
7718 (custom-face-menu): Use `custom-face-save' instead of
7719 `custom-face-save-command'.
7720 (custom-face-save-command): Make it an alias for `custom-face-save'
7721 and declare it obsolete.
7722 (custom-face-save): Doc fix.
7723
7724 * dired.el (dired-no-confirm): Add quote.
7725 (dired-subdir-alist-pre-R): Add quote in
7726 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7727
7728 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * textmodes/table.el (table-mode-indicator): Typo in last change.
7731
7732 2006-01-19 Richard M. Stallman <rms@gnu.org>
7733
7734 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7735 Fixes bug reported in Nov 2005.
7736
7737 * isearch.el (isearch-forward): Doc fix.
7738
7739 * dired.el (dired-move-to-filename-regexp): Define as alias.
7740 (dired-no-confirm): Use defcustom.
7741 (dired-subdir-alist-pre-R): Put defvar at top level.
7742
7743 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7744
7745 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7746 Mark as risky.
7747
7748 * simple.el (set-mark-command): Doc fix.
7749 (clone-indirect-buffer-other-window):
7750 Read arg like clone-indirect-buffer.
7751 (move-beginning-of-line): Skip invisible newlines.
7752
7753 2006-01-19 Masatake YAMATO <jet@gyve.org>
7754
7755 * progmodes/cpp.el (cpp-edit-load): Make the order of
7756 listed conditions in a base C code buffer and its associate
7757 CPP Edit buffer the same.
7758
7759 2006-01-19 Kenichi Handa <handa@m17n.org>
7760
7761 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7762 (rmail-mime-feature): Likewise.
7763 (rmail-require-mime-maybe): Use display-warning to show a warning
7764 message.
7765
7766 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7767 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7768
7769 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * array.el: Move defvars out of eval-when-compile.
7772 (array-make-template): Replace undeclared global var with a local one.
7773 (array-mode): Inline initialization functions.
7774 (array-init-local-variables, array-init-max-row)
7775 (array-init-max-column, array-init-columns-per-line)
7776 (array-init-field-width, array-init-rows-numbered)
7777 (array-init-line-length, array-init-lines-per-row): Remove.
7778
7779 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7780 (doc-mode-map): Define explicitly.
7781 (doctor-txtype): Use mapc.
7782
7783 * textmodes/table.el: Move defvars out of eval-when-compile.
7784 Remove harmful code meant to avoid byte-compiler warnings.
7785 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7786 specification that checks table-fixed-width-mode directly.
7787 (table-recognize-region, table-recognize-cell):
7788 Use restore-buffer-modified-p.
7789 (table-fixed-width-mode): Remove code that refreshes
7790 table-fixed-mode-indicator.
7791 (*table--cell-describe-bindings, *table--cell-describe-mode):
7792 Avoid obsolete name print-help-return-message.
7793 (table--test-cell-list): Don't use replace-regexp from elisp.
7794 (table--point-entered-cell-function, table--point-left-cell-function):
7795 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7796
7797 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7798 that was after the end of file. Use buffer-file-name variable.
7799 (org-timestamp-change): Use with-current-buffer.
7800 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7801 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7802 `file'.
7803
7804 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7805 (fortran-break-line): Remove unused var `opoint'.
7806 (fortran-abbrev-start): Obey help-event-list.
7807
7808 2006-01-18 Jesper Harder <harder@phys.au.dk>
7809
7810 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7811
7812 2006-01-18 Masatake YAMATO <jet@gyve.org>
7813
7814 * progmodes/make-mode.el (makefile-imake-mode): New mode
7815 derived from makefile-mode.
7816 (makefile-imake-mode-syntax-table): New syntax table
7817 derived from makefile-mode-syntax-table.
7818 (makefile-mode): Write about makefile-imake-mode in doc string.
7819 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7820 (makefile-imake-font-lock-keywords): New font lock keywords.
7821
7822 * files.el (auto-mode-alist): Add Imakefile.
7823
7824 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7825
7826 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7827 loading the file rather than when turning on flyspell-mode.
7828
7829 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * cus-edit.el (customize-rogue): Minor doc fix.
7832
7833 2006-01-17 Juri Linkov <juri@jurta.org>
7834
7835 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7836 instead of the file at the mark as default if the file at the mark
7837 is the same as the file at point or if dired-dwim-target-directory
7838 is not the same as the current directory and the mark is not active.
7839
7840 * log-view.el (log-view-minor-wrap): Use the same logic to get
7841 revisions as `log-view-diff'.
7842
7843 * info.el (Info-revert-find-node): Check for Info-current-file
7844 before preserving new-history.
7845
7846 * man.el (Man-heading-regexp): Add `/'.
7847
7848 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7849 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7850
7851 2006-01-16 Juri Linkov <juri@jurta.org>
7852
7853 * faces.el (mode-line-faces): New defgroup.
7854 (mode-line-highlight): Move definition after new defgroup.
7855 (mode-line, mode-line-inactive, mode-line-highlight):
7856 Replace :group `modeline' with `mode-line-faces'.
7857 (mode-line-buffer-id): New face.
7858 (modeline-buffer-id): New face alias.
7859 (vertical-border): Remove :group `modeline'.
7860
7861 * bindings.el (propertized-buffer-identification): Use face
7862 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7863 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7864 (mode-line-buffer-identification-keymap): For mouse-1 replace
7865 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7866 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7867 mouse-3.
7868
7869 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7870 Buffer-menu-buffer. Doc fix.
7871 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7872 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7873 `Buffer-menu-buffer'.
7874
7875 * info.el (Info-mode-line-node-keymap): New defvar.
7876 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7877 Propertize Info-current-node with `mode-line-buffer-id' and
7878 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7879
7880 * time.el (display-time-mail-face): Replace :group `faces' with
7881 `mode-line-faces'.
7882
7883 2006-01-16 Kenichi Handa <handa@m17n.org>
7884
7885 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7886
7887 * language/european.el (cp1252): New alias for windows-1252.
7888
7889 * international/mule.el (autoload-coding-system): Prepare for EOL
7890 variants.
7891
7892 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7893
7894 * term.el (term-raw-map): Add mapping for insert.
7895 (term-send-insert): New.
7896 (term-mode): Make variables local here instead of doing it in
7897 `term-emulate-terminal'.
7898 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7899 Scroll reverse needs to take into account the scroll region.
7900 Saving and restoring the cursor should save the color attributes too.
7901 (term-reset-terminal): Reset the scroll region.
7902 (term-handle-ansi-escape): Cursor up and down should take into
7903 account the scroll region.
7904 (term-set-scroll-region): Rename from `term-scroll-region'.
7905 Move to 0,0 after setting the region.
7906 (term-handle-scroll): Handle scroll up.
7907 (term-down): Fix off by one error.
7908 (term-delete-lines): Do not delete outside the scroll region.
7909 (term-insert-lines): Take into account the scroll region.
7910
7911 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * textmodes/ispell.el (ispell-internal-change-dictionary)
7914 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7915 (start, end): Move declaration outside of eval-when-compile.
7916
7917 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7918 (flyspell-mode-on): Use it.
7919
7920 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7921 ispell-kill-ispell-hook.
7922
7923 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7926 (Custom-reset-saved): Do not ask for confirmation in single option
7927 buffers.
7928
7929 2006-01-13 Richard M. Stallman <rms@gnu.org>
7930
7931 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7932
7933 2006-01-13 Romain Francoise <romain@orebokech.com>
7934
7935 * add-log.el (add-change-log-entry, change-log-merge):
7936 Conditionally use `hard-newline'.
7937
7938 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7939
7940 * wid-edit.el (widget-field-end): If the overlay is no longer
7941 associated with a buffer, behave as if the overlay didn't exist.
7942
7943 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7944 Make sure the links use the `custom-link' face.
7945
7946 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7949 (ld-script-mode): Don't set indent-line-function since we don't
7950 have one.
7951
7952 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7953
7954 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7955 application.
7956 (org-file-apps-defaults-gnu): Use mailcap as the default for
7957 selecting an application on a UNIX system.
7958 (org-agenda-show-tags): New command.
7959 (org-table-insert-hline): Keep cursor in current table line.
7960 (org-table-convert): Offset effect of modifying
7961 `org-table-insert-hline'.
7962 (org-format-agenda-item): New optional argument TAG.
7963 (org-compile-prefix-format): Handle %T format for the tag.
7964 (org-expand-wide-chars): New function.
7965 (org-table-insert-row, org-table-insert-hline):
7966 Use `org-expand-wide-chars'.
7967 (org-open-file): Fix bug in program launch.
7968 (org-get-time-of-day): Fix bug with times before 1am.
7969 (org-agenda-menu): Add tags commands.
7970
7971 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7972
7973 * textmodes/ispell.el (ispell-init-process): Include the used
7974 dictionary in ispell process start message.
7975 (ispell-internal-change-dictionary): When flyspell-mode is active
7976 and dictionary is changed, make sure ispell process is restarted
7977 and flyspell word cache cleared out for the current buffer.
7978 (ispell-change-dictionary): Make sure flyspell word cache is
7979 cleared out in all buffers with active flyspell mode when
7980 dictionary is globally changed.
7981 Call ispell-internal-change-dictionary after dictionary change.
7982
7983 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7984
7985 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7986
7987 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7988 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7989 years. Fix small differences wrt Makefile.in.
7990 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7991 Makefile.in does.
7992
7993 2006-01-12 Bill Wohler <wohler@newt.com>
7994
7995 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7996 mh-search.el.
7997
7998 2006-01-12 Masatake YAMATO <jet@gyve.org>
7999
8000 * progmodes/ld-script.el: Update copyright year.
8001
8002 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8005 Don't add widget if setting undefined.
8006
8007 2006-01-12 John Paul Wallington <jpw@pobox.com>
8008
8009 * help-fns.el (describe-variable): Remove newlines from void
8010 variable output.
8011
8012 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8013
8014 * wdired.el (wdired-mode-map): Add help echo for
8015 wdired-abort-changes.
8016
8017 * man.el (Man-file-name-regexp): Adjust for a list of files.
8018
8019 2006-01-12 Masatake YAMATO <jet@gyve.org>
8020
8021 * progmodes/ld-script.el (auto-mode-alist): Support
8022 suffix conventions used in netbsd and eCos.
8023
8024 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8027 (custom-variable-menu, custom-face-menu, custom-group-menu)
8028 (Custom-mode-menu): Change names of menu items. (As discussed on
8029 emacs-devel.)
8030 (custom-face-menu): Add "Undo Edits" item.
8031
8032 * startup.el (init-file-user): defcustom -> defvar.
8033
8034 * tooltip.el (tooltip-mode): Doc fix.
8035
8036 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * reveal.el (reveal-post-command): window-buffer signals an error on
8039 dead windows rather than returning nil.
8040 (reveal-open-new-overlays): An overlay might die while we open others.
8041
8042 2006-01-11 Bill Wohler <wohler@newt.com>
8043
8044 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8045 phrasing in docstring.
8046
8047 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8048 can give some systems gas. Add new file mh-buffers.el.
8049
8050 2006-01-06 Masatake YAMATO <jet@gyve.org>
8051
8052 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8053 C preprocessor forward ported from GNU Emacs 21.2.
8054
8055 * progmodes/asm-mode.el (asm-font-lock-keywords):
8056 Use `cpp-font-lock-keywords'.
8057
8058 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8059
8060 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8061 of $ for "\\.ld[s]?".
8062
8063 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8066 (tcl-indent-line): Return `noindent' if inside a string.
8067
8068 * progmodes/flymake.el (flymake-split-string): Remove more than one
8069 empty string at beg/end of the result.
8070 (flymake-find-buildfile, flymake-find-possible-master-files):
8071 Use expand-file-name.
8072 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8073 since expand-file-name does it for us. Use directory-file-name.
8074 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8075 (flymake-ler-get-type, flymake-ler-get-text)
8076 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8077 (flymake-current-line-no): Remove spurious interactive spec.
8078 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8079 (flymake-check-include): Remove arg inc-path merged into inc-name.
8080 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8081 Arg regexp-list replaced by a simple regexp.
8082 (flymake-master-make-header-init, flymake-master-tex-init):
8083 Correspondingly replace regexp-list with a regexp. Fix regexp.
8084
8085 2006-01-10 Simon Josefsson <jas@extundo.com>
8086
8087 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8088 describing AUTH PLAIN fix.
8089
8090 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8091
8092 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8093 (report-emacs-bug): Don't record initial prompt text.
8094 Instead, add text properties to prompting text.
8095 (report-emacs-bug-hook): Delete prompting text.
8096
8097 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8100 `dirs'. Adjust callers.
8101
8102 2006-01-09 John Paul Wallington <jpw@gnu.org>
8103
8104 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8105
8106 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * reveal.el (reveal-open-new-overlays): New extracted fun.
8109 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8110 using them. Simplify the code.
8111 (reveal-post-command): Use them. Fix up obsolete windows in
8112 reveal-open-spots.
8113
8114 * progmodes/flymake.el: Use `require' rather than autoload for
8115 XEmacs's overlays.
8116 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8117 Delete. Use file-relative-name instead.
8118 (flymake-get-syntax-check-program-args, flymake-perl-init):
8119 Simplify the resulting code.
8120
8121 * log-view.el (log-view-file-re, log-view-message-re): Add support
8122 for DaRCS output.
8123
8124 2006-01-09 Alex Schroeder <alex@gnu.org>
8125
8126 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8127 identifiers sometimes added in square brackets at the beginning of
8128 subject lines.
8129
8130 2006-01-07 Richard M. Stallman <rms@gnu.org>
8131
8132 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8133 (Custom-reset-current, Custom-reset-saved): Change question text.
8134 (Custom-reset-standard): Likewise.
8135 (custom-variable-reset-saved): Doc fix.
8136
8137 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8138
8139 * startup.el (init-file-user): Doc fix.
8140
8141 2006-01-07 Alex Schroeder <alex@gnu.org>
8142
8143 * mail/rmail.el (rmail-current-subject): New function.
8144 (rmail-current-subject-regexp): New function.
8145 (rmail-next-same-subject): Use it.
8146
8147 * mail/rmailsum.el (rmail-summary-by-topic):
8148 Use rmail-current-subject and rmail-current-subject-regexp.
8149 (rmail-summary-next-same-subject): Ditto.
8150
8151 * net/rcirc.el (rcirc-send-input): No longer check whether the
8152 process is open, since not all commands need an open process.
8153 (rcirc-send-string): Check whether the process is open before
8154 sending anything.
8155 (rcirc-ignore-list): New option.
8156 (rcirc-ignore-list-automatic): New variable.
8157 (rcirc-print): Take rcirc-ignore-list into account.
8158 (rcirc-cmd-ignore): New command.
8159 (rcirc-ignore-update-automatic): New function.
8160 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8161 list if ignored nicks.
8162 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8163
8164 2006-01-06 David Reitter <david.reitter@gmail.com>
8165
8166 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8167 reflect the address to which the report will be sent.
8168
8169 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8170
8171 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8172 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8173
8174 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8175
8176 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8177
8178 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8179 the doc string: "functoin" => "function".
8180 * ldefs-boot.el: Likewise.
8181
8182 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8183 message text: "Duplicat" => "Duplicate".
8184
8185 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8186
8187 * files.el (basic-save-buffer-2): If backing-up failed, reset
8188 buffer-backed-up to nil.
8189
8190 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8191
8192 * progmodes/gud.el (gdb-script-skip-to-head)
8193 (gdb-script-calculate-indentation): Indent for breakpoint command
8194 lists also.
8195
8196 2006-01-05 Bill Wohler <wohler@newt.com>
8197
8198 * Makefile.in (compile-always): Add mh-autoloads dependency.
8199 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8200 provides it.
8201 (updates): Remove mh-autoloads dependency, since it probably has
8202 already run recently (via recompile).
8203
8204 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8207 argument `force' to disable the flyspell-last-buffer optimization.
8208 (flyspell-mode-on): Use it.
8209
8210 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8211 flymake-simple-cleanup.
8212 (flymake-allowed-file-name-masks): Use this new default.
8213 All the functions are now called in the right buffer rather than
8214 passing the buffer as argument.
8215 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8216 (flymake-parse-err-lines): Remove redundant buffer arg.
8217 (flymake-get-program-dir): Comment out unused function.
8218 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8219 Remove redundant buffer argument.
8220 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8221 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8222
8223 2006-01-05 Richard M. Stallman <rms@gnu.org>
8224
8225 * info.el (Info-find-node): Don't record previous node if have none.
8226 (info): Go to directory only if history is empty.
8227
8228 * simple.el (mark): Doc fix.
8229
8230 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8231
8232 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8233 already of desired type.
8234 (mac-ae-list): Coerce parameter to "list" type.
8235 (mac-dispatch-apple-event): Replace cadr part of event with a
8236 dummy position so that event-start returns it.
8237
8238 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8239
8240 * textmodes/org.el (org-end-of-subtree): New function.
8241 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8242 Use `org-end-of-subtree'.
8243 (org-agenda, org-agenda-convert-date): Protect calls to
8244 `fit-window-to-buffer'.
8245 (org-tags-view): Force matching of sublevels when doing a
8246 todo-only search. Define the correct redo command, including the
8247 arguments.
8248 (org-agenda-redo): Display message.
8249 (org-check-for-org-mode): New function.
8250 (org-agenda-type): New variable.
8251 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8252 Set `org-agenda-type'.
8253 (org-agenda-check-type): New function.
8254 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8255 (org-agenda-week-view, org-agenda-day-view)
8256 (org-agenda-next-date-line, org-agenda-previous-date-line)
8257 (org-agenda-log-mode, org-agenda-toggle-diary)
8258 (org-agenda-toggle-time-grid, org-agenda-date-later)
8259 (org-agenda-date-prompt, org-agenda-diary-entry)
8260 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8261 (org-agenda-convert-date, org-agenda-menu):
8262 Use `org-agenda-check-type'.
8263 (org-make-overlay, org-delete-overlay)
8264 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8265 New compatibility functions.
8266 (org-calendar-select-mouse): New command.
8267
8268 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8269
8270 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8271 (Custom-reset-standard): Fix y-or-n-p messages.
8272 (custom-link): New face for links.
8273 (custom-buffer-create-internal, custom-manual): Use it.
8274 (custom-face-save): Push to theme-face before setting face spec.
8275
8276 * wid-edit.el (widget-default-mouse-face-get): New function.
8277 (widget-specify-button): Handle mouse-face like button-face.
8278
8279 * custom.el (load-theme): Clear old theme settings if reloading.
8280
8281 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8282
8283 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8284 "Erase Customization" button back to same position it occupies in
8285 the individual State menus.
8286
8287 2006-01-04 Kim F. Storm <storm@cua.dk>
8288
8289 * wid-edit.el (key-sequence): Rework widget to read key binding
8290 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8291 (widget-key-sequence-default-value): Default value for empty sequence.
8292 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8293 (widget-key-sequence-read-event): New command for C-q.
8294 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8295 (widget-key-sequence-value-to-external): New functions.
8296
8297 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8298
8299 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8300 Use expand-file-name.
8301 (flymake-delete-temp-directory): Use expand-file-name,
8302 file-name-directory, and directory-file-name.
8303 (flymake-strrchr): Delete.
8304 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8305 to the init-f function.
8306 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8307 (flymake-init-find-buildfile-dir)
8308 (flymake-init-create-temp-source-and-master-buffer-copy)
8309 (flymake-simple-make-init-impl, flymake-simple-make-init)
8310 (flymake-master-make-init, flymake-master-make-header-init)
8311 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8312 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8313 (flymake-xml-init): Remove corresponding redundant buffer argument.
8314 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8315 the default anyway. Clean up regexps.
8316
8317 * progmodes/flymake.el (flymake-temp-source-file-name)
8318 (flymake-master-file-name, flymake-temp-master-file-name)
8319 (flymake-base-dir): New buffer-local vars.
8320 (flymake-buffer-data, flymake-get-buffer-value)
8321 (flymake-set-buffer-value): Replace those hash-tables by the new
8322 buffer-local vars. Update callers.
8323
8324 * progmodes/flymake.el (flymake-check-start-time)
8325 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8326 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8327 Move definition, so we can remove redundant earlier declaration.
8328 (flymake-replace-regexp-in-string, flymake-split-string)
8329 (flymake-get-temp-dir): Use defalias.
8330 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8331 (flymake-xemacs-window-edges): Remove unused function.
8332 (flymake-get-point-pixel-pos): Move.
8333 (flymake-pid-to-names, flymake-reg-names)
8334 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8335 Replace by a simple list flymake-processes and by process-buffer.
8336 Update callers. Other than simplify the code, it uses buffers rather
8337 than buffer-names so it doesn't get confused by uniquify.
8338 (flymake-buffer-data): The global value should just be nil.
8339
8340 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8341 Optimize the body of a defalias like any other code.
8342
8343 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8344 Make sure we've setup font-lock's vars. It may influence which
8345 function we then call.
8346 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8347 here since it's too late anyway.
8348
8349 2006-01-03 Romain Francoise <romain@orebokech.com>
8350
8351 * startup.el (fancy-splash-tail, normal-splash-screen):
8352 Update copyright year.
8353
8354 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8355
8356 * mouse.el (mouse-drag-track): Rename, from
8357 `mouse-drag-region-1'. Includes optional argument required to
8358 enable post-drag event processing (e.g. delete region keys).
8359 Can be used without this argument to track a mouse region and operate
8360 on it as soon as the drag completes.
8361 (mouse-drag-region): Use `mouse-drag-track'.
8362
8363 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8366 Move to `custom-buffer' group.
8367
8368 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8369 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8370 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8371 (custom-theme-face-menu): New variables.
8372 (custom-theme-add-variable, custom-theme-variable-action)
8373 (custom-variable-reset-theme, custom-theme-delete-variable)
8374 (custom-face-reset-theme, custom-theme-face-action)
8375 (custom-theme-delete-face, custom-theme-merge-theme)
8376 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8377
8378 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * custom.el: Move Custom Themes commentary to start of theme code.
8381 (custom-known-themes): Rename `standard' theme to `changed'.
8382 (custom-push-theme): Caller no longer specifies what theme to use
8383 when doing `reset'---the setting is simply removed from the theme.
8384 Delete MODE from `theme-value' and `theme-settings' properties.
8385 (custom-declare-theme): Ignore &rest args since we don't use them.
8386
8387 (custom-loaded-themes): Delete variable.
8388 (custom-theme-load-themes, custom-theme-loaded-p)
8389 (custom-theme-value): Delete functions.
8390
8391 (custom-declare-theme): Signal error on invalid theme names.
8392 (provide-theme): custom-loaded-themes was deleted.
8393 (load-theme): Load the file unconditionally.
8394 (enable-theme): Call `load-theme' if theme is undefined.
8395 (custom-enabled-themes): Only update value for successful loads.
8396 (disable-theme): Complete from enabled themes when interactive.
8397 (custom-variable-theme-value): Calculate theme value directly.
8398
8399 (custom-theme-reset-variables, custom-reset-variables): Mark as
8400 XEmacs compatibility functions. We don't actually use these.
8401
8402 * cus-edit.el (custom-variable-state-set):
8403 Use custom-variable-theme-value instead of custom-theme-value.
8404 (custom-face-state-set): Rename `standard' theme to `changed'.
8405 (custom-save-variables, custom-save-faces): Delete unneeded
8406 references to custom-reset-variables.
8407 (custom-save-resets): Delete function.
8408 (custom-save-variables, custom-save-faces): MODE argument deleted.
8409 (custom-save-variables, custom-save-faces): Ignore theme values.
8410
8411 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8412 compatibility function.
8413
8414 2006-01-01 Richard M. Stallman <rms@gnu.org>
8415
8416 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8417 (Custom-reset-current, Custom-reset-saved): Likewise.
8418 (Custom-reset-standard): Show message if aborted.
8419 (custom-mode): Doc fix, describing those commands.
8420
8421 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8422 put on event-kind property.
8423
8424 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * custom.el (provide-theme): Ban `user' theme name.
8427 (custom-enabling-themes): New variable.
8428 (enable-theme): Don't enable user if custom-enabling-themes is t.
8429 (custom-enabled-themes): Make it a defcustom.
8430 (custom-theme-recalc-face): No-op if face is undefined.
8431
8432 * cus-edit.el (custom-button-mouse): New variable.
8433 (custom-button-mouse): New face.
8434 (custom-raised-buttons, custom-mode): Use it.
8435
8436 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8437
8438 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8439
8440 * progmodes/gud.el (gud-display-line): Support hl-line in the
8441 source buffer.
8442
8443 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8444
8445 * mouse.el (mouse-drag-window-above): Verify that the found window
8446 overlaps with the given window in the horizontal dimension.
8447
8448 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8449
8450 * Makefile.in (cvs-update): New target.
8451
8452 * makefile.w32-in (cvs-update): Ditto.
8453
8454 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8457 (custom-new-theme-mode-map): New variable.
8458
8459 2005-12-30 Richard M. Stallman <rms@gnu.org>
8460
8461 * custom.el (custom-load-themes): Function deleted.
8462
8463 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8464 (custom-save-variables): Don't delete or add custom-load-themes call.
8465
8466 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * cus-start.el: Add `visible-cursor'.
8469
8470 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8471 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8472 (flymake-process-filter): Switch to buffer before calling it instead.
8473 (flymake-post-syntax-check, flymake-highlight-err-lines)
8474 (flymake-delete-own-overlays, flymake-parse-err-lines)
8475 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8476 (flymake-count-lines, flymake-parse-residual):
8477 Remove constant buffer argument.
8478 (flymake-start-syntax-check-for-current-buffer): Remove.
8479 Update callers to use flymake-start-syntax-check instead.
8480 (flymake-display-err-menu-for-current-line):
8481 Remove unused var `mouse-pos'.
8482 (flymake-restore-formatting): Comment out unused function.
8483 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8484 argument, use current-buffer instead. Update callers.
8485
8486 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8487
8488 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8489 buffer-local because choose-completion-delete-max-match requires
8490 that we set completion-ignore-case (i.e., binding via let is not
8491 sufficient).
8492 (bibtex-complete): Always set completion-ignore-case and
8493 choose-completion-string-functions. The latter is needed because
8494 choose-completion-string-functions keeps its value if we quit the
8495 *Completions* buffer without requesting a completion.
8496
8497 2005-12-30 Andreas Schwab <schwab@suse.de>
8498
8499 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8500
8501 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8502
8503 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8504
8505 2005-12-30 Juri Linkov <juri@jurta.org>
8506
8507 * locate.el (locate-fcodes-file, locate-header-face)
8508 * progmodes/delphi.el (delphi-other-face)
8509 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8510
8511 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8512 group `paren-showing-faces'.
8513
8514 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8515 (goto-address): Fix docstring.
8516
8517 * net/webjump.el (webjump-sample-sites): Update URLs.
8518
8519 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8520
8521 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8522
8523 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * font-lock.el (font-lock-compile-keywords): Signal an error when
8526 font-lock-set-defaults hasn't been called.
8527
8528 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8529
8530 * subr.el (noreturn, 1value): Doc fixes.
8531
8532 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8533
8534 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8535 that assoc-string returns nil.
8536
8537 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8538
8539 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8540 (bibtex-entry-type-str, bibtex-empty-field-re)
8541 (bibtex-search-backward-string, bibtex-preamble-prefix)
8542 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8543 (bibtex-any-valid-entry-type): New variable.
8544 (bibtex-parse-field-name): Simplify.
8545 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8546 (bibtex-preamble-prefix): Include left delimiter.
8547 (bibtex-search-forward-field, bibtex-search-backward-field):
8548 Allow unbounded search past entry boundaries (required by bibtex-pop).
8549 (bibtex-text-in-field-bounds): Use push.
8550 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8551 (bibtex-parse-preamble, bibtex-valid-entry)
8552 (bibtex-beginning-first-field): New functions.
8553 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8554 (bibtex-map-entries): Fix docstring.
8555 (bibtex-flash-head): New arg prompt. Simplify.
8556 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8557 (bibtex-insert-kill): Simplify. Always insert text past the
8558 current field or entry.
8559 (bibtex-format-entry): Use bibtex-parse-field.
8560 (bibtex-pop): Use bibtex-beginning-of-entry and
8561 bibtex-end-of-entry to initiate the search. Insert empty field if
8562 we found ourselves.
8563 (bibtex-print-help-message): New args field and comma.
8564 Handle entry keys.
8565 (bibtex-make-field): Use bibtex-beginning-of-entry.
8566 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8567 invalid entry.
8568 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8569 Handle preambles. Simplify code for thorough test.
8570 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8571 New arg comma. Handle entry heads.
8572 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8573 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8574 New arg comma.
8575 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8576 (bibtex-fill-field): Simplify.
8577 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8578 bibtex-parse-field.
8579 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8580 (bibtex-complete): Use bibtex-parse-preamble.
8581
8582 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8585 Display name of expression instead of convenience variable.
8586 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8587
8588 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8589 toggle-gud-tooltip-dereference.
8590 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8591 (gud-tooltip-tips): ...here when dereferencing.
8592
8593 2005-12-28 Bill Wohler <wohler@newt.com>
8594
8595 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8596
8597 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8600 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8601 (vc-annotate-display-autoscale): Adjust call.
8602 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8603 Fix interactive spec.
8604 (vc-annotate-time-span): Remove.
8605 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8606 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8607 (vc-annotate-display-select): Use new name.
8608
8609 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8610 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8611 Correct the construction of span entries. Simplify.
8612 (vc-annotate-display-select): Fix the nil case.
8613 (vc-annotate): Remove obsolete (and now broken) code.
8614 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8615 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8616
8617 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8618
8619 * subr.el (lazy-completion-table): Correct typo in docstring.
8620
8621 * startup.el (command-line): Use `custom-reevaluate-setting' for
8622 `send-mail-function'.
8623
8624 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8625
8626 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8627
8628 * mail/smtpmail.el (smtpmail-try-auth-methods):
8629 Send credentials together with "AUTH PLAIN" command.
8630
8631 2005-12-27 Richard M. Stallman <rms@gnu.org>
8632
8633 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8634 mouse-2, go back to previously selected window, so it's selected
8635 when mouse-2 command runs.
8636
8637 2005-12-27 Juri Linkov <juri@jurta.org>
8638
8639 * descr-text.el (describe-text-sexp): Use square brackets for
8640 button [Show] to distinguish it from the property value `show'.
8641 (describe-property-list): Use `insert-text-button' with
8642 `help-face' type instead of putting face in quotes, because button
8643 is not created automatically for a list of faces.
8644 (describe-text-properties-1): Put button-type value in quotes to
8645 distinguish from plain text "button".
8646 (describe-char): Display code point values in hex. Don't use
8647 `symbol-name' for `current-input-method' because it is a string.
8648 Use `insert-text-button' with `help-face' type instead of putting
8649 hardcoded face in quotes, because button is not created automatically.
8650
8651 2005-12-27 Richard M. Stallman <rms@gnu.org>
8652
8653 * progmodes/glasses.el (glasses-face): More specific custom type.
8654
8655 * files.el (set-visited-file-name): Doc fix.
8656
8657 * textmodes/flyspell.el (flyspell-external-point-words):
8658 Use local var buffer-scan-pos to advance scan for next misspelling.
8659 Advance it only after we find the misspelling.
8660
8661 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8662
8663 * textmodes/flyspell.el (flyspell-external-point-words):
8664 New criteria for finding the misspelling in the buffer.
8665
8666 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * help-mode.el (help-insert-string): Set help-xref-stack-item
8669 rather than call help-setup-xref.
8670
8671 * descr-text.el (describe-char): Revert previous changes for
8672 optional buffer argument.
8673
8674 2005-12-27 Juri Linkov <juri@jurta.org>
8675
8676 * help-mode.el (help-insert-string): New function. Save buffer
8677 contents in cases where it is impossible to recompute the old contents.
8678
8679 * descr-text.el (describe-char): Set help-xref-stack-item
8680 explicitly after buffer has been generated.
8681
8682 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8683
8684 * cus-start.el (all): Add x-gtk-show-hidden-files.
8685
8686 2005-12-26 Richard M. Stallman <rms@gnu.org>
8687
8688 * replace.el (perform-replace): Calculate match-again
8689 before skipping read-only matches.
8690
8691 * paren.el (paren-showing-faces): New group.
8692 (show-paren-match, show-paren-mismatch): Move to that group.
8693
8694 * button.el (button): Put into group `basic-faces'.
8695
8696 * progmodes/make-mode.el: Remove faces from group `faces'.
8697
8698 * apropos.el (apropos, apropos-value): Doc fix.
8699 (apropos-documentation): Doc fix.
8700
8701 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * subr.el (lazy-completion-table): Remove argument `args'.
8704
8705 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8706 Don't use the `args' argument of lazy-completion-table.
8707
8708 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8709
8710 * descr-text.el (describe-char): Add optional argument for buffer.
8711 Set buffer appropriately. Call help-setup-xref.
8712 Suggested by Stefan Monnier.
8713
8714 2005-12-26 Juri Linkov <juri@jurta.org>
8715
8716 * descr-text.el: Require `help-fns' at runtime. Don't require
8717 `button' for byte compilation.
8718 (describe-text-widget): Add `help-echo' for first button.
8719 Use `help-info' for second.
8720 (describe-property-list): Use `help-argument-name' instead of `italic'.
8721 (describe-text-category): Add prompt to interactive spec.
8722 Call `help-setup-xref'.
8723 (describe-char): Use `help-character-set'. Add `help-echo' for
8724 code point. Use `help-input-method'. Remove superfluous insert.
8725
8726 2005-12-25 Richard M. Stallman <rms@gnu.org>
8727
8728 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8729 at point, in case of narrowing.
8730
8731 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8732
8733 * locate.el (locate-header-face): Allow nil in type.
8734
8735 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8736
8737 2005-12-25 Romain Francoise <romain@orebokech.com>
8738
8739 * battery.el (battery-linux-proc-acpi): Also try
8740 `/proc/acpi/thermal_zone/THM0/temperature'.
8741
8742 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8743
8744 * custom.el (custom-push-theme): Fix docstring.
8745
8746 * cus-edit.el (custom-variable-set, custom-variable-save)
8747 (custom-variable-save): Custom-quote widget values.
8748 (customize-save-variable): Fix custom-push-theme call.
8749
8750 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8751
8752 * w32-fns.el (w32-batch-update-autoloads): New function.
8753
8754 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8755 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8756 from the command line.
8757
8758 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8759
8760 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8761 reset means to remove setting from theme entirely. Don't keep
8762 expanding theme-settings list; delete old entries if necessary.
8763
8764 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8765 customization" button one line up.
8766 (custom-themed): New face.
8767 (custom-magic-alist): New value, THEMED, for theme settings.
8768 (custom-variable-state-set, custom-face-state-set):
8769 Check theme-value instead of saved-value.
8770 (custom-variable-reset-standard, custom-face-reset-standard):
8771 Remove theme setting entirely. Recalculate new values.
8772 (custom-variable-set, custom-variable-set)
8773 (custom-variable-reset-saved, custom-variable-reset-backup)
8774 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8775 (custom-variable-save): Fix typos.
8776
8777 2005-12-23 Juri Linkov <juri@jurta.org>
8778
8779 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8780 Add autoload cookies.
8781 (edebug-outside-d-c-i-n-s-w): New variable.
8782 (edebug-display, edebug-outside-excursion): Use it to save the
8783 original value of default-cursor-in-non-selected-windows.
8784 Set default-cursor-in-non-selected-windows to t while Edebug
8785 is active.
8786 (edebug-mode, edebug-eval-mode): Doc fix.
8787
8788 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8789 with `buffer-substring-no-properties' to remove common substring
8790 highlighting.
8791
8792 * info.el (info-other-window, info): Rename function argument
8793 `file' to `file-or-node'.
8794 (Info-complete-menu-item): Use local variable `complete-nodes' to
8795 keep the global value of `Info-complete-nodes' unchanged for
8796 subsequent completions.
8797 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8798
8799 * simple.el (get-next-valid-buffer, last-buffer)
8800 (next-error-buffer-p, next-error-find-buffer)
8801 (minibuffer-history-sexp-flag): Doc fix.
8802
8803 * savehist.el (savehist-mode-hook): Add `:group'.
8804
8805 * log-view.el: Call autoload for vc-find-version.
8806 (log-view-current-file): Adjust subgroup numbers.
8807 (log-view-current-tag): Add `length'.
8808
8809 2005-12-23 Richard M. Stallman <rms@gnu.org>
8810
8811 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8812
8813 2005-12-23 Juri Linkov <juri@jurta.org>
8814
8815 * hi-lock.el (hi-lock-archaic-interface-message-used)
8816 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8817 (hi-lock-mode): Display "Hi" in the mode line only when
8818 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8819 (hi-lock-write-interactive-patterns):
8820 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8821 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8822 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8823 font-lock-add-keywords to t.
8824
8825 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8826
8827 * hi-lock.el (hi-lock-highlight-range): New variable.
8828 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8829 only if font-lock-fontified is non-nil. Remove overlays.
8830 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8831 font-lock-fontified is non-nil, otherwise use overlays (instead of
8832 text properties).
8833 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8834 New variables.
8835 (hi-lock-string-serialize) New function.
8836
8837 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8838
8839 * menu-bar.el (menu-find-file-existing): New function.
8840 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8841
8842 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8843
8844 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * vc.el: Remove unnecessary leading * in docstrings.
8847 (vc-annotate-mode-map): Move initialization into declaration.
8848 (vc-static-header-alist): Nitpick on the regexp.
8849 (vc-default-init-version): New fun.
8850 (vc-register): Use it.
8851 (vc-insert-headers): Use dolist.
8852 (vc-annotate-get-backend): Remove unused function.
8853 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8854 (vc-annotate-mode): Remove corresponding call.
8855 (vc-annotate-car-last-cons): Simplify.
8856 (vc-annotate-buffers): Remove var.
8857 (vc-annotate-backend): Make it buffer-local.
8858 (vc-annotate): Move the interaction to the interactive spec.
8859 Add a `buf' argument.
8860 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8861 killing&creating a vc-annotate buffer, which is very disruptive when
8862 the buffers are shown in dedicated frames.
8863
8864 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8865
8866 * descr-text.el: Add FSF as maintainer.
8867 (describe-text-mode, describe-text-mode-map)
8868 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8869 help-mode.
8870 (describe-text-widget, describe-text-sexp)
8871 (describe-property-list, describe-text-category)
8872 (describe-text-properties, describe-text-properties-1)
8873 (describe-char): Use help buttons instead of widgets.
8874 (describe-char-unicodedata-file): Make URL link in doc string.
8875
8876 2005-12-22 Richard M. Stallman <rms@gnu.org>
8877
8878 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8879 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8880 Don't include buttons that write a file when there's no file.
8881 (custom-variable-menu, custom-face-menu, custom-group-menu):
8882 Don't include commands that write a file when there's no file.
8883 (customize-browse): Reword the top-of-buffer help intro.
8884 (custom-buffer-create-internal): Fix previous change.
8885 (customize-changed-options-previous-release): Prev release is 21.1.
8886 (customize-changed-options): Doc fix.
8887 (customize-changed): New alias.
8888 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8889 Say "standard values".
8890 (Custom-reset-standard): Doc fix.
8891 (custom-face-reset-standard): Doc fix.
8892
8893 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8896 even if font-lock-mode is non-nil since it may be t without having
8897 turned on font-lock-mode-internal.
8898 (font-lock-choose-keywords): Minor optimization.
8899 (font-lock-add-keywords, font-lock-remove-keywords)
8900 (font-lock-set-defaults): Don't call make-local-variable on a variable
8901 that we know to already be local.
8902
8903 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8906 messages if in the minibuffer.
8907
8908 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8911 (tex-mode-flyspell-verify, flyspell-get-word)
8912 (flyspell-external-point-words): Don't use point-min/max uselessly.
8913
8914 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8915 by Kevin Rodgers. Instead, just hide the completions buffer if we
8916 don't need to show it.
8917
8918 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8919
8920 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8921
8922 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8925 delete-windows-on with an inexistent buffer.
8926
8927 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8928
8929 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8930 Delete defcustom variable :tag names.
8931
8932 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8935 (log-view-font-lock-keywords): Ajust subgroup numbers.
8936 (log-view-current-tag): Don't hard code the number of subgroups.
8937
8938 2005-12-20 Juri Linkov <juri@jurta.org>
8939
8940 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8941 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8942
8943 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8944 (menu-bar-non-minibuffer-window-p): Instead of checking
8945 display-multi-frame-p, use selected-frame when menu-updating-frame
8946 is nil.
8947
8948 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8949
8950 * align.el (align-rules-list): Use [ \t] instead of \s-
8951 for column separators in text mode.
8952
8953 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8954
8955 * help-mode.el (help-customize-variable, help-customize-face):
8956 Don't pop help-xref-stack as help-follow no longer pushes
8957 anything on to it.
8958
8959 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8960
8961 * textmodes/org.el (org-agenda-custom-commands): New option.
8962 (org-agenda): Offer custom commands on splash screen.
8963 (org-make-tags-matcher): Parser for Boolean logic added.
8964 (org-agenda-set-tags): New command.
8965 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8966 (org-set-tags): Efficiency improvements.
8967 (org-auto-align-tags): New option.
8968 (org-todo, org-demote, org-promote): Realign tags.
8969 (org-tags-completion-function): Use also "&" and "|" as separators.
8970 (org-org-menu): Agenda commands simplified.
8971
8972 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * cus-edit.el (customize-apropos, customize-apropos-options):
8975 Docstring changes.
8976
8977 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8978
8979 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * longlines.el (longlines-mode): Wrap while widened.
8982 (longlines-decode-region, longlines-encode-region): Compute max
8983 just once.
8984
8985 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8986
8987 * cus-edit.el (mac): New group.
8988
8989 * cus-start.el (all): Add user options in macterm.c. Add test for
8990 Mac-related built-ins. Fix test for GTK-related built-ins.
8991
8992 * term/mac-win.el (mac-handle-language-change)
8993 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8994 (mac-services-open-selection, mac-services-mail-selection)
8995 (mac-services-mail-to, mac-services-insert-text)
8996 (mac-dispatch-apple-event): Add docstrings.
8997 (x-get-selection, mac-select-convert-to-string): Select coding
8998 system from `utf-16be' and `utf-16le' using `byteorder'.
8999
9000 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9003 a "list" (lambda ...) rather than a real completion list.
9004
9005 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9006 lexical-let when encountering ((lambda (...) ...) ...).
9007
9008 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9009
9010 * progmodes/sh-script.el (sh-mode):
9011 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9012 * textmodes/picture.el (picture-mode): Update docstrings.
9013
9014 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9015
9016 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9017 commands enclosed in $(ARGQUOTE)s should not be split between two
9018 lines, as that will break with GNU Make >3.80, when sh.exe is used
9019 and arg quoting is with '..'.
9020 (autoloads): Don't break the quoted --eval expression between
9021 several lines.
9022
9023 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9026 Capture error from printing circular structures.
9027
9028 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9029
9030 * wid-edit.el (widget-checkbox-action): Clear undo info.
9031
9032 2005-12-16 Bill Wohler <wohler@newt.com>
9033
9034 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9035 bar, not menubar in comment.
9036
9037 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9040 After-change-functions should not clobber the match data.
9041
9042 2005-12-16 Juri Linkov <juri@jurta.org>
9043
9044 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9045 instead of `buffer-substring'.
9046 (completion-common-substring): Doc fix.
9047 (completion-setup-function): Use minibuffer-completion-contents
9048 instead of minibuffer-contents. Don't set common-string-length
9049 initially. Remove special handling of partial-completion-mode.
9050 Move computation of completion-base-size into one cond.
9051 Call completion-base-size-function in mainbuf. In computation of
9052 completion-base-size for file name completion don't move point to
9053 the end of the minibuffer. Move computation of common-string-length
9054 into one cond. Start putting faces only when common-string-length>=0.
9055 Add condition to put completions-common-part when
9056 common-string-length>0.
9057
9058 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9059 place point at the first different character in the minibuffer
9060 even if this position is at the beginning of the minibuffer.
9061
9062 * info.el (Info-read-node-name-1): In completion-base-size-function's
9063 lambda return 1 if common-substring or minibuffer-completion-contents
9064 starts with (, and 0 otherwise.
9065
9066 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9067 Use `crm-current-element' for second arg of `display-completion-list'.
9068
9069 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9070
9071 * files.el (set-auto-mode): Look for an interpreter specified on
9072 the first line also if search for mode specification succeeded,
9073 but the mode is not known.
9074
9075 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9076
9077 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9078 (org-open-at-point): Implement tag searches as links.
9079 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9080 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9081 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9082 (org-agenda-dispatch): New commands.
9083 (org-use-tag-inheritance, org-tags-column): New options.
9084 (org-tab-follows-link, org-return-follows-link): New options.
9085 (org-tags): New customize group.
9086 (org-start-icalendar-file): Get local time zone.
9087 (org-tags-completion-function): New function.
9088 (org-set-font-lock-defaults): Make sure links will also be
9089 highlighted inside headlines.
9090
9091 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9092
9093 * term.el (term-emulate-terminal):
9094 Let term-handle-ansi-terminal-messages override what Bash says about
9095 its current directory.
9096
9097 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9098
9099 * bindings.el (last-buffer): Move to simple.el.
9100 * simple.el (last-buffer): Move here.
9101 (get-next-valid-buffer): New function.
9102 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9103 (prev-buffer): Ditto. Rename to `previous-buffer'.
9104
9105 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9106 * bindings.el (global-map): Ditto.
9107
9108 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9109
9110 * cus-edit.el: Introductory comment change.
9111 (custom-magic-alist): Change message string for the `rogue' state.
9112
9113 2005-12-15 Richard M. Stallman <rms@gnu.org>
9114
9115 * tooltip.el: Delete defcustom variable :tag names.
9116
9117 * complete.el (partial-completion-mode): Doc fix.
9118
9119 * textmodes/flyspell.el (flyspell-external-point-words):
9120 Use save-excursion to ensure we don't move backward in the
9121 search loop, not even one character.
9122 (flyspell-delete-all-overlays): Use remove-overlays directly.
9123
9124 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9125 (ispell-start-process): Set that variable.
9126 Clear ispell-buffer-local-name.
9127 (ispell-internal-change-dictionary):
9128 Set ispell-current-dictionary after killing process.
9129 (ispell-buffer-local-dict):
9130 Don't set spell-personal-dictionary after killing process.
9131 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9132 (ispell-tex-skip-alists, ispell-html-skip-alists)
9133 (ispell-skip-region-alist): Mark as risky.
9134
9135 * net/newsticker.el (newsticker--retrieval-timer-list)
9136 (newsticker--display-timer, newsticker-running-p)
9137 (newsticker-ticker-running-p): Definitions moved up.
9138
9139 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9140
9141 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9142
9143 2005-12-15 David Ponce <david@dponce.com>
9144
9145 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9146 (recentf-edit-list, recentf-open-files): Signal an error when
9147 there is no recent file.
9148
9149 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9150
9151 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9152 read-only except for texinfo-format-region evaluation.
9153
9154 2005-12-14 Richard M. Stallman <rms@gnu.org>
9155
9156 * vc.el (vc-default-previous-version, vc-default-next-version)
9157 (vc-do-command): Doc fixes.
9158
9159 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9160
9161 * textmodes/bibtex.el (bibtex-expand-strings)
9162 (bibtex-autokey-expand-string, bibtex-name-part)
9163 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9164 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9165 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9166 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9167 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9168 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9169 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9170 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9171 (bibtex-beginning-of-last-entry): Remove.
9172 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9173 message if comma is missing but buffer is read-only.
9174 (bibtex-parse-field-text): Handle whitespaces at the end of field
9175 text. Return 3-element list with beginning and end of field text
9176 and end of field.
9177 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9178 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9179 (bibtex-search-forward-field, bibtex-search-backward-field):
9180 Search always delimited by limits of entry. Use more efficient
9181 search algorithms.
9182 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9183 bibtex-end-of-name-in-field.
9184 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9185 extracting the content of a field.
9186 (bibtex-text-in-field): Use search limits.
9187 (bibtex-parse-string-prefix): Handle empty string keys based on
9188 bibtex-string-empty-key.
9189 (bibtex-parse-string): Fix docstring.
9190 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9191 (bibtex-preamble-prefix, bibtex-strings): New functions.
9192 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9193 BibTeX entries (consistent with other BibTeX functions).
9194 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9195 (bibtex-search-entry): Fix docstring. Simplify.
9196 (bibtex-flash-head, bibtex-complete-string-cleanup)
9197 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9198 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9199 (bibtex-parse-entry): New optional arg content.
9200 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9201 Use bibtex-text-in-field-bounds.
9202 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9203 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9204 bibtex-parse-string-postfix.
9205 (bibtex-find-text-internal): New function.
9206 (bibtex-remove-delimiters): Use it.
9207 (bibtex-find-text): Use it. New optional arg help.
9208 (bibtex-complete): Handle BibTeX string and preamble entries.
9209 (bibtex-Preamble): Fix order of closing delimiters.
9210
9211 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * vc.el (vc-default-revert): New fun.
9214
9215 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9216
9217 2005-12-14 Romain Francoise <romain@orebokech.com>
9218
9219 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9220 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9221 (font-lock-remove-keywords): Likewise.
9222
9223 2005-12-14 Juri Linkov <juri@jurta.org>
9224
9225 * log-view.el (log-view-diff): Doc fix.
9226
9227 * isearch.el (isearch-query-replace): Use (mark) instead of
9228 isearch-opoint if mark is active in transient-mark-mode.
9229
9230 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9231
9232 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9233
9234 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9235
9236 * progmodes/cpp.el (cpp-face): New widget.
9237 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9238
9239 2005-12-14 Juri Linkov <juri@jurta.org>
9240
9241 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9242 around `erase-buffer' and `insert'.
9243
9244 * descr-text.el (describe-text-properties): Replace buffer name
9245 "*Help-2*" with "*Help*<2>".
9246 (describe-char): Add functions print-help-return-message,
9247 toggle-read-only. Use help-setup-xref with nil to not store
9248 describe-char in help-xref-stack. Use help-make-xrefs to
9249 make [back] button.
9250
9251 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9252
9253 * wdired.el (wdired-old-point): New internal variable.
9254 (wdired-change-to-wdired-mode): Set it buffer-locally.
9255 (wdired-abort-changes): Restore point after aborting changes.
9256
9257 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * vc.el (vc-do-command): Add a new value t for okstatus.
9260
9261 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9262 frame in case of errors.
9263
9264 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9265
9266 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9267 so it comes after "On the Left" in the menu.
9268
9269 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9270
9271 * cus-edit.el (customize-apropos, customize-apropos-options)
9272 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9273
9274 2005-12-12 Bill Wohler <wohler@newt.com>
9275
9276 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9277 non-writable Subversion-controlled files by saving window
9278 configuration before calling vc-do-command. vc-do-command calls
9279 pop-to-buffer on error which is unexpected during registration.
9280
9281 2005-12-12 Jay Belanger <belanger@truman.edu>
9282
9283 * calc/README: Update the summary of changes.
9284
9285 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * descr-text.el (describe-char): Rework last fix to solve the problem
9288 is the same way it's solved for everything else in that function
9289 (i.e. by extracting the info before setting up the *Help* buffer).
9290
9291 2005-12-12 Kim F. Storm <storm@cua.dk>
9292
9293 * subr.el (version-regexp-alist): Allow space as separator before
9294 non-numeric part, e.g. "1.0 alpha".
9295 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9296
9297 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9298
9299 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9300 Implement Logging and the keep-modes setting.
9301 (org-get-category): Make sure a string is returned.
9302 (org-log-done): New function.
9303 (org-log-done, org-closed-string): New options.
9304
9305 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9306
9307 * tooltip.el (tooltip-y-offset): Change default to 20.
9308
9309 2005-12-12 Richard M. Stallman <rms@gnu.org>
9310
9311 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9312
9313 * frame.el (display-hourglass): Doc fix.
9314
9315 * help.el (help-for-help-internal): Simplify entry for `a'.
9316
9317 * info.el (Info-on-current-buffer): Doc fix.
9318 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9319
9320 * startup.el (inhibit-splash-screen): Make this the real name.
9321 (inhibit-startup-message): Make this the alias.
9322 (command-line): Find only simple.el, and use its directory
9323 to fill in other preloaded files' names.
9324 (command-line): Deactivate the mark if deactivate-mark is set.
9325
9326 * international/mule.el (load-with-code-conversion):
9327 Bind deactivate-mark.
9328
9329 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9330
9331 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9332
9333 * cus-edit.el (customize-apropos): Avoid listing an option more
9334 than once under different aliases. No longer list user options
9335 that are not defined with defcustom (unless a prefix arg is given).
9336 Doc fix.
9337 (customize-apropos-options): Doc fix.
9338
9339 2005-12-11 Juri Linkov <juri@jurta.org>
9340
9341 * frame.el (set-background-color, set-foreground-color)
9342 (set-cursor-color, set-mouse-color, set-border-color):
9343 Add explicit prompts to read colors by `facemenu-read-color'.
9344 (show-trailing-whitespace, blink-cursor-delay)
9345 (blink-cursor-interval, display-hourglass, hourglass-delay):
9346 Remove tags.
9347 (display-hourglass, hourglass-delay): Doc fix.
9348 (cursor-in-non-selected-windows): Capitalize words in tag.
9349
9350 * faces.el (frame-background-mode): Replace `choice-item' keywords
9351 with `const' to not make [default] button. Change default value tag
9352 from `default' to `automatic'. Doc fix.
9353 (trailing-whitespace) <defface>: Change group `whitespace' to
9354 `whitespace-faces'.
9355
9356 2005-12-11 Richard M. Stallman <rms@gnu.org>
9357
9358 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9359
9360 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9361
9362 * term/mac-win.el: Create keymap for mac-apple-event-map.
9363
9364 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9365
9366 * tooltip.el (tooltip-mode): Move to start of file so that it
9367 appears at top of customize buffer.
9368
9369 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9370 Add the gud groupname.
9371 (gud-tooltip-mode): Add the tooltip groupname.
9372 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9373 avoid conflict with tooltip-use-echo-area.
9374
9375 2005-12-10 Romain Francoise <romain@orebokech.com>
9376
9377 * help.el (help-for-help-internal): Add `r' in doc string.
9378
9379 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9380
9381 * align.el (align-regexp, align-highlight-rule):
9382 Use region-beginning and region-end instead of point and mark, so that
9383 repetition (with `repeat-complex-command') recomputes the region
9384 bounds.
9385
9386 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9387
9388 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9389 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9390 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9391 (balance-windows): Rewrite using the above new functions.
9392
9393 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9394
9395 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9396 react if global-hi-lock-mode seems intended.
9397 (global-hi-lock-mode) Renamed from hi-lock-mode.
9398 (hi-lock-archaic-interface-message-used)
9399 (hi-lock-archaic-interface-deduce): New variables.
9400 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9401 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9402 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9403 Replace hi-lock-buffer-mode with hi-lock-mode.
9404
9405 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9406
9407 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9408 completion list, even after a partial completion has been
9409 inserted in the current buffer. If there are more than 1
9410 completion, redisplay the *Completions* buffer; if the
9411 completion is unique, delete the *Completions* window.
9412
9413 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9414
9415 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9416 strings and long subject lines that were broken into multiple
9417 lines at arbitrary places. Handle subjects that have "Re: " in
9418 the middle.
9419
9420 2005-12-10 John W. Eaton <jwe@octave.org>
9421
9422 * emacs/octave-mod.el (octave-electric-space): Don't indent
9423 comments or strings if octave-auto-indent is nil.
9424
9425 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9426
9427 * term/mac-win.el: Require url when compiling.
9428 Call mac-process-deferred-apple-events after loading init files.
9429 (mac-apple-event-map): New defvar. Define event handlers in it.
9430 (core-event, internet-event): New Apple event class symbols.
9431 (open-application, reopen-application, open-documents)
9432 (print-documents, open-contents, quit-application)
9433 (application-died, show-preferences, autosave-now, get-url):
9434 New Apple event ID symbols.
9435 (about): New HICommand ID symbol.
9436 (mac-event-spec, mac-event-ae): New macros.
9437 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9438 (mac-ae-selection-range, mac-ae-text-for-search)
9439 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9440 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9441 and Services menu events are now defined in mac-apple-event-map.
9442 (mac-drag-n-drop): Remove selection range handling.
9443
9444 2005-12-10 Kenichi Handa <handa@m17n.org>
9445
9446 * simple.el (zap-to-char):
9447 * isearch.el (isearch-process-search-char): Translate CHAR by
9448 translation-table-for-input.
9449
9450 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9451
9452 * foldout.el (foldout-exit-fold): Properly hide subtree.
9453
9454 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9455
9456 * files.el (save-buffer):
9457 * international/ucs-tables.el (ucs-set-table-for-input):
9458 * mail/mail-extr.el (mail-extract-address-components):
9459 * mail/sendmail.el (mail-mode): Reformat doc string.
9460
9461 2005-12-09 Juri Linkov <juri@jurta.org>
9462
9463 * isearch.el (isearch-highlight): Change main overlay priority
9464 from 1 to 1001. Simplify.
9465 (isearch-lazy-highlight-update): Change lazy overlay priority
9466 from 0 to 1000.
9467
9468 * replace.el (replace-highlight): Change overlay priority from
9469 1 to 1001.
9470
9471 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9472 Change overlay priority from 1 to 1001. Reuse existing overlay.
9473
9474 * compare-w.el (compare-windows-highlight): Change overlay
9475 priority from 1 to 1000.
9476
9477 * menu-bar.el (menu-bar-edit-menu): Add listp around
9478 pending-undo-list to disable menu item "undo" when pending
9479 undo list is empty.
9480
9481 * locate.el (locate): Disable undo in *Locate* buffer.
9482
9483 2005-12-09 Kim F. Storm <storm@cua.dk>
9484
9485 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9486
9487 2005-12-09 David Ponce <david@dponce.com>
9488
9489 * recentf.el: Improvement of the menu code.
9490 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9491 instead of menu hook.
9492 (recentf-show-menu, recentf-hide-menu): New functions.
9493 (recentf-menu-customization-changed, recentf-mode): Use them.
9494 (recentf-menu-action, recentf-max-menu-items)
9495 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9496 (recentf-arrange-by-rule-others)
9497 (recentf-arrange-by-rules-min-items)
9498 (recentf-arrange-by-rule-subfilter) : Don't use
9499 `recentf-menu-customization-changed'.
9500 (recentf-arrange-rules): Likewise. Accept functions to compute
9501 sub-menu titles.
9502 (recentf-menu-filter): Likewise. Doc fix.
9503 (recentf-menu-value-shortcut): Doc fix.
9504 (recentf-dump-variable): Quote atom value.
9505 (recentf-make-menu-items): Update to use it as a menu filter.
9506 (recentf-match-rule): New function.
9507 (recentf-arrange-by-rule): Use it.
9508 (recentf-indirect-mode-rule): New function.
9509 (recentf-build-mode-rules): Use it.
9510 (recentf-dir-rule): New function.
9511 (recentf-arrange-by-dir): Use it.
9512 (recentf-filter-changer-current): Rename from
9513 `recentf-filter-changer-state'. All references updated.
9514 (recentf-filter-changer-alist): Update filter names.
9515 (recentf-filter-changer-select): New function.
9516 (recentf-filter-changer): Use it. Make a sub-menu from filters
9517 available in `recentf-filter-changer-alist'.
9518 (recentf-data-cache, recentf-clear-data)
9519 (recentf-update-menu): Remove. All references updated.
9520 (recentf-match-rule-p, recentf-build-dir-rules)
9521 (recentf-filter-changer-goto-next)
9522 (recentf-filter-changer-get-current)
9523 (recentf-filter-changer-get-next): Remove.
9524
9525 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9528 buffer "Reset" button to "Reset to Current" for consistency with
9529 the State buttons.
9530
9531 2005-12-08 John Paul Wallington <jpw@pobox.com>
9532
9533 * ibuf-ext.el (define-ibuffer-filter filename):
9534 If `dired-directory' is a list then really use its car.
9535
9536 2005-12-08 Kim F. Storm <storm@cua.dk>
9537
9538 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9539 Fix indention of text on right side of replaced rectangle.
9540
9541 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9542
9543 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9544 No need to check gud-comint-buffer is bound.
9545 (gdb): Prevent multiple debugging when first session uses gdba.
9546
9547 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9548
9549 CC Mode update to 5.31.
9550
9551 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9552 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9553 We might do this function properly in the future).
9554
9555 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9556 New macros c-sentence-end and c-default-value-sentence end, to cope
9557 with Emacs 22's new function `sentence-end'.
9558
9559 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9560
9561 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9562 compat issue using `c-put-overlay' and `c-delete-overlay'.
9563
9564 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9565 New compat macros to handle overlays/extents.
9566
9567 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9568
9569 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9570 (for GNU Emacs 20.4)
9571
9572 * progmodes/cc-defs.el:
9573 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9574
9575 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9576 highlighting mechanism so it will work in XEmacs too.
9577
9578 * progmodes/cc-defs.el: Insert c-int-to-char.
9579
9580 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9581 call to the new macro c-int-to-char. This solves XEmacs's
9582 regarding characters as different from integers.
9583
9584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9585
9586 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9587 New internal helper.
9588
9589 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9590 construct to make the indirect face lookup work in XEmacs.
9591
9592 (c-cpp-matchers): Append the negation char face to the existing
9593 fontification, so that the cpp face doesn't disappear.
9594 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9595 and strings.
9596
9597 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9598 to map to `font-lock-negation-char-face' in emacsen where it exists.
9599
9600 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9601
9602 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9603
9604 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9605 Rename "c-subword-move-mode" as "c-subword-mode".
9606
9607 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9608 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9609
9610 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9611
9612 * progmodes/cc-mode.el: Added autoload directive for
9613 `c-subword-move-mode' for use in older emacsen.
9614
9615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9616
9617 * progmodes/cc-mode.el:
9618 (i) Insert a binding for C-c C-backspace into
9619 c-bind-special-erase-keys which works in TTYs.
9620 (ii) Make sure that when file styles are used, any explicitly
9621 given style variables take priority over those in the style.
9622 Do this by calling `hack-local-variables' a second time.
9623
9624 * progmodes/cc-vars.el: Add language specific customization
9625 widgets for AWK to c-doc-comment-style, c-require-final-newline
9626 and c-default-style. Add a defcustom for awk-mode-hook.
9627 Give c-syntactic-element and c-syntactic-context doc-strings by
9628 directly setting their `variable-documentation' propery.
9629 This allows Emacs 22.1 to read these with C-h v.
9630
9631 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9632
9633 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9634
9635 * progmodes/cc-fonts.el, cc-vars.el
9636 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9637 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9638 Masatake YAMATO.
9639
9640 (c-doc-comment-style): Made GtkDoc default in C mode.
9641
9642 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9643 and C-c C-<delete>.
9644
9645 (c-bind-special-erase-keys): New function for use on
9646 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9647
9648 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9649 <delete> key behavior in XEmacs according to `delete-forward-p'.
9650 C.f. `c-electric-delete'.
9651
9652 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9653
9654 * progmodes/cc-mode.el: Give c-hungry-backspace and
9655 c-hungry-delete-forward permanent key bindings.
9656
9657 * progmodes/cc-cmds.el (c-electric-semi&comma):
9658 Bind c-syntactic-context for calls to "criteria functions", for
9659 consistency with other calls to user functions.
9660
9661 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9662 `current-prefix-arg', since this might be the prefix arg to a
9663 command which calls c-indent-command as a function. Change the
9664 interactive spec from "p" to "P".
9665
9666 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9667 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9668 was difficult to understand.
9669
9670 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9671
9672 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9673 first char of an identifier.
9674
9675 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9676 +" syntax in C++.
9677
9678 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9679
9680 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9681 auto-fill doesn't split a c-comment's last word from a hanging
9682 "*/" when a space is typed between them after fill-column.
9683
9684 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9685
9686 * progmodes/cc-styles.el (c-set-style)
9687 (c-setup-paragraph-variables): Abort the command if we're not in a
9688 CC Mode buffer.
9689
9690 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9691 with blank comment-prefix, and a blank line as the comment's
9692 second line.
9693
9694 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9695
9696 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9697 Incorporate the patterns added in the Emacs development branch
9698 for the new Emacs 22 face `font-lock-negation-char-face'.
9699
9700 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9701 of "red" since it stands out better in xterms and DOS terminals.
9702
9703 * progmodes/cc-engine.el (c-literal-faces):
9704 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9705
9706 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9707
9708 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9709 forcibly enable c-electric-flag.
9710
9711 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9712 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9713 after the comment-prefix of a C-style comment will close that comment.
9714
9715 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9716
9717 * progmodes/cc-fonts.el (c-basic-matchers-before)
9718 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9719 in Pike.
9720
9721 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9722 digraphs.
9723
9724 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9725 (c-cpp-message-directives, c-cpp-include-directives)
9726 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9727 (c-cpp-expr-directives): Introduce new language constants to
9728 control cpp syntax in a cleaner way.
9729
9730 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9731
9732 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9733
9734 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9735 (c-multiline-string-start-char): New language constants and
9736 variables to specify how newlines in string literals work.
9737
9738 (c-font-lock-invalid-string): Use them.
9739
9740 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9741 unbalanced close brace is entered. Optimization by avoiding going
9742 back over arbitrarily large blocks. Removed hints that this
9743 function only would be relevant/useful in AWK.
9744
9745 (c-electric-brace): Indent syntactically after the cleanups since
9746 lineup functions might do it differently then.
9747
9748 * progmodes/cc-engine.el, cc-langs.el
9749 (c-opt-op-identifier-prefix): New language constant and variable.
9750
9751 (c-just-after-func-arglist-p, c-after-special-operator-id)
9752 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9753
9754 * progmodes/cc-align.el, cc-engine.el
9755 (c-after-special-operator-id): New helper to handle C++ operator
9756 identifiers.
9757
9758 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9759 (c-guess-basic-syntax): Handle C++ operator identifiers in
9760 declarations.
9761
9762 * progmodes/cc-langs.el (c-assignment-operators): Add the
9763 trigraph version of ^= too.
9764
9765 * progmodes/cc-langs.el (c-assignment-operators): Add the
9766 trigraph version of |= in C++.
9767
9768 * progmodes/cc-fonts.el (c-font-lock-declarators):
9769 Handle `c-decl-hangon-kwds' after the identifier name.
9770
9771 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9772 whether an arglist is "nonempty", ignore a comment after the open
9773 paren if it isn't followed by a non-comment token on the same line.
9774
9775 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9776 Enable heuristics below the point to cope with classes inside special
9777 brace lists in Pike.
9778
9779 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9780
9781 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9782
9783 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9784
9785 * progmodes/cc-guess.el (cc-guess-install): New function to
9786 install an already guessed style in another buffer.
9787
9788 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9789 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9790 anyway if the change always is undone.
9791
9792 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9793
9794 Implement togglable electricity:
9795
9796 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9797 saying when it should be used.
9798
9799 * progmodes/cc-engine.el: Add the new buffer-local variable,
9800 c-electric-flag.
9801
9802 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9803 c-toggle-auto-newline.
9804
9805 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9806 c-toggle-auto-newline. Remove the binding for
9807 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9808 c-toggle-electric-state.
9809
9810 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9811
9812 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9813 c-\(forward\|backward\)-subword.
9814 (c-update-modeline): Add the new modeline flag `l' for
9815 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9816 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9817 Make the old name an alias of the new name.
9818 (c-toggle-electric-state): New function.
9819 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9820 Adapt these functions to do electric things only when
9821 c-electric-flag is non-nil.
9822 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9823 new functions from c-electric-brace.
9824 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9825 mode, so that the tentative extra newline doesn't change the
9826 syntax of the following brace.
9827 (c-electric-brace): Restructure by extracting the above functions.
9828 Tidy up the coding somewhat.
9829 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9830 restructure a bit.
9831
9832 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9833
9834 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9835 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9836
9837 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9838 (c-submode-indicators): Change name from `c-auto-hungry-string'
9839 since it's now used to track another submode.
9840
9841 (c-update-modeline): Convert to function and extended to check
9842 `c-subword-move-mode'.
9843
9844 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9845 Convert to compat aliases for `c-forward-subword' and
9846 `c-backward-subword'.
9847
9848 * progmodes/cc-subword.el: New functions and minor mode to handle
9849 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9850
9851 (c-forward-subword, c-backward-subword, c-mark-subword)
9852 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9853 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9854 Functions corresponding to the standard word handling functions.
9855
9856 (c-subword-move-mode): Minor mode that replaces all the standard
9857 word handling functions with their subword equivalences.
9858
9859 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9860
9861 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9862 entry for one-liner-defun.
9863
9864 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9865 name in its def-edebug-spec.
9866
9867 * progmodes/cc-cmds.el (c-electric-brace): Make the
9868 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9869 compacts space before a comment, if this will make things fit on
9870 one line.
9871
9872 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9873
9874 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9875
9876 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9877 clean-up one-liner-defun.
9878
9879 * progmodes/cc-styles.el: Add the new "awk" style.
9880
9881 * progmodes/cc-vars.el: Add description of one-liner-defun to
9882 c-cleanup-list's doc-string. New user options,
9883 c-max-one-liner-length. In c-default-style, set the default style
9884 for AWK to "awk".
9885
9886 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9887
9888 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9889 macros inside labels.
9890
9891 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9892 `c-at-statement-start-p' and `c-at-expression-start-p'.
9893
9894 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9895 error if the mark isn't set.
9896
9897 * progmodes/cc-engine.el (c-guess-continued-construct)
9898 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9899 accurately detect functions inside functions.
9900
9901 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9902 like `c-at-statement-start-p' that additionally recognizes commas
9903 and expression parentheses as delimiters.
9904
9905 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9906 to avoid heuristics that doesn't work for unclosed blocks.
9907 (c-at-statement-start-p): New function.
9908
9909 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9910 Objective-C directives, e.g. directives spanning lines should work
9911 reasonably well now.
9912
9913 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9914
9915 (c-forward-objc-directive): New function to move over any ObjC
9916 directive.
9917
9918 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9919 (c-basic-matchers-before): Use it.
9920
9921 (c-font-lock-objc-iip-decl): Remove.
9922
9923 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9924 in the template arglist recognition.
9925
9926 * progmodes/cc-styles.el (c-style-alist): Fix several
9927 inconsistencies in the Whitesmith style.
9928
9929 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9930 New lineup function to get lines after Whitesmith style blocks
9931 correctly indented.
9932
9933 (c-lineup-whitesmith-in-block): Back out the compensation for
9934 opening parens since it's done using `add' lists in the style
9935 definition instead. Don't use the anchor position since it varies
9936 too much between the syntactic symbols. :P
9937
9938 * progmodes/cc-vars.el (c-valid-offset): Update.
9939
9940 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9941 lists where the offsets are combined according to several
9942 different methods: `first', `min', `max', and `add'.
9943 Report offset evaluation errors with `c-benign-error' so that some kind
9944 of reindentation still is done.
9945
9946 * progmodes/cc-engine.el (c-guess-basic-syntax):
9947 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9948 `arglist-close'.
9949
9950 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9951 situations for `arglist-cont-nonempty' and `arglist-close'.
9952
9953 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9954
9955 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9956 cc-bytecomp-boundp' in a number of places.
9957
9958 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9959 macro related issue.
9960
9961 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9962
9963 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9964 list is now [asdf], a char class [:alpha:].
9965 Include code for char classes.
9966 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9967 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9968
9969 Remove (nearly all of) the cruft associated with AWK Mode's former
9970 concept of "virtual semicolons":
9971
9972 Adapt c-beginning-of-statement, c-end-of-statement (together with
9973 subfunctions) to use the new notion of "virtual semicolon" in
9974 place of the old awkward special handling for AWK. There remains
9975 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9976 * progmodes/cc-cmds.el:
9977 (c-ascertain-adjacent-literal): In the backwards direction, now
9978 recognises AWK regexp delimiters as string delimiters.
9979 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9980 check more rigorously for "end of macro".
9981 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9982 virtual semicolons;
9983 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9984 out the code for forward movement into ...
9985 (c-end-of-statement): Now contains the code for forward movement,
9986 adapted for virtual semicolons.
9987
9988 * progmodes/cc-engine.el:
9989 (c-ws*-string-limit-regexp): New regexp.
9990 (c-forward-single-comment, c-backward-single-comment): Comment out
9991 the (now redundant) "special" AWK stuff.
9992
9993 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9994 c-string-par-start, c-string-par-separate to be more like Text
9995 Mode than Fundamental Mode.
9996
9997 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9998
9999 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10000 to the fontified region so that fontification doesn't occur
10001 outside it (could happen e.g. when fontifying a line with an
10002 unfinished declaration).
10003
10004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10005
10006 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10007 start of the file. ^L now separate sections of the file.
10008 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10009 (c-awk-one-line-possibly-open-string-re)
10010 (c-awk-regexp-one-line-possibly-open-char-class-re)
10011 (c-awk-one-line-possibly-open-regexp-re)
10012 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10013 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10014
10015 Amend the concept of "virtual semicolons" (in the indentation
10016 engine) for languages like AWK, such that they are now
10017 conceptually attached to end of the last token of a statement, not
10018 the end of the line. (In AWK Mode, however, the pertinent text
10019 property is still physically set on the EOL.) Remove the specific
10020 tests for awk-mode, thus facilitating the introduction of other
10021 language modes where EOLs can end statements.
10022 (Note: The funtionality in cc-cmds.el, specifically
10023 c-beginning/end-of-statement has yet to be amended.)
10024
10025 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10026 New macros.
10027
10028 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10029 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10030 c-vsemi-status-unknown-p-fn (in a new page).
10031
10032 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10033 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10034 numerous awkward forms like
10035 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10036 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10037 variable before-ws-ip, the place just after char-before-ip appears.
10038
10039 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10040 a comment.
10041
10042 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10043
10044 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10045 `c-tentative-buffer-changes'.
10046
10047 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10048 convert to macro to choose between Emacs and XEmacs at compile time.
10049
10050 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10051
10052 (c-tentative-buffer-changes): New macro to handle temporary buffer
10053 changes in a convenient way.
10054
10055 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10056 for `c-tentative-buffer-changes'.
10057
10058 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10059 the checks for paren sexps between the point and the keyword, to
10060 avoid some false alarms.
10061
10062 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10063 Fixed a situation where an error could be thrown for unbalanced
10064 parens. Changed to make use of c-keyword-member' to avoid some
10065 repeated regexp matches.
10066
10067 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10068 These language variable are no longer necessary.
10069
10070 (c-block-stmt-kwds): New language constant used by
10071 c-looking-at-inexpr-block'.
10072
10073 (c-guess-basic-syntax): Remove an optional check that looked at
10074 the existence of the now removed language variables.
10075
10076 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10077 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10078 object instantiation expressions as declarations in some contexts.
10079 This bug only affected languages where the declarator can't be
10080 enclosed in parentheses.
10081
10082 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10083 insert newlines before and after substatement braces.
10084
10085 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10086 function declaration headers and the handling of C++ style member
10087 init lists.
10088
10089 (c-just-after-func-arglist-p): Rewritten to use
10090 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10091
10092 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10093
10094 (c-guess-basic-syntax): Adapt case 5B for the new
10095 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10096 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10097 covers all cases now).
10098
10099 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10100
10101 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10102
10103 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10104 c-string-par-start/separate c-sentence-end-with-esc-eol,
10105 initialised in c-setup-paragraph-variables, used in string
10106 scanning subroutines of c-beginning-of-statement.
10107
10108 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10109 which precedes the newly inserted `{'.
10110
10111 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10112
10113 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10114 function for declaration level blocks. It should now cope with
10115 templates better and also be a lot more comprehensible.
10116
10117 (c-looking-at-decl-block): The new function.
10118
10119 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10120 for compatibility.
10121
10122 (c-add-class-syntax, c-guess-continued-construct)
10123 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10124
10125 (c-decl-block-key): Change to tell apart ambiguous and
10126 unambiguous keywords. Pike specials are now handled directly in
10127 the code instead.
10128
10129 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10130 New language constants and variables to make the backward skip in
10131 `c-looking-at-decl-block' as tight as possible.
10132
10133 (c-nonsymbol-token-char-list): New language constant.
10134
10135 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10136 find balanced template arglists backwards.
10137
10138 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10139 making char classes for `c-syntactic-skip-backward'.
10140
10141 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10142 16D - can't be a class-close at that point.
10143
10144 * progmodes/cc-engine.el (c-guess-basic-syntax)
10145 (c-add-class-syntax): Don't narrow out the enclosing declaration
10146 level. This makes everything a lot easier, and it was actually
10147 only four small places that needed it to work. Some places that
10148 previously did `widen' are removed now, which has the effect that
10149 `c-guess-basic-syntax' never will look at things outside the
10150 current narrowment now. The anchor position for `topmost-intro'
10151 is affected by this, but it was so bogus it was basically useless
10152 before, and now it's equally bogus but in a slightly different way.
10153
10154 (c-narrow-out-enclosing-class): Gone.
10155
10156 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10157 the narrowed region.
10158
10159 (c-least-enclosing-brace): Remove silly optional argument.
10160
10161 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10162 the point could be left directly after an open paren when finding
10163 the beginning of the first decl in the block.
10164
10165 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10166 Specify which submatch to use.
10167
10168 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10169
10170 (c-decl-start-re): No longer any need for special treatment of
10171 ObjC due to the above.
10172
10173 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10174 presumably follows C in that regard.
10175
10176 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10177 New language constants to specify operator tokens inside
10178 identifiers in a more high level way.
10179
10180 (c-opt-identifier-prefix-key): New internal language constant.
10181
10182 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10183 (c-identifier-start, c-identifier-key): Now completely calculated
10184 from other constants.
10185
10186 (c-identifier-last-sym-match): Decommission since it's no longer used.
10187
10188 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10189
10190 * progmodes/cc-engine.el (c-forward-name): Remove the
10191 optimization when c-identifier-key is equal to c-symbol-key since
10192 it doesn't work in byte compiled files. Don't record empty
10193 regions as identifiers.
10194
10195 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10196 simplify access to `c-operators' and its likes.
10197
10198 (c-operator-list, c-all-op-syntax-tokens)
10199 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10200 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10201 (c-primary-expr-regexp, c-cast-parens): Use it.
10202
10203 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10204 an explicit language in functions.
10205
10206 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10207 variant of adornment.
10208
10209 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10210 variable.
10211
10212 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10213 the Pike value.
10214
10215 * progmodes/cc-engine.el (c-on-identifier)
10216 (c-simple-skip-symbol-backward): Small fix for handling "-"
10217 correctly in `skip-chars-backward'. Affected the operator lfun
10218 syntax in Pike.
10219
10220 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10221 diagnostic message about precompiled language vars not being used.
10222
10223 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10224 "__attribute__" is followed by a parenthesis.
10225
10226 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10227 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10228 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10229
10230 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10231 Internal cleanups to properly detect the declared identifiers in
10232 various declarations.
10233
10234 (c-decl-start-kwds): New language constant to recognize
10235 declarations that can start anywhere. Used for class declarations
10236 in Pike.
10237
10238 (c-specifier-key, c-not-decl-init-keywords)
10239 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10240 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10241
10242 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10243 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10244 handling of the compiler specific extension keywords into a new
10245 language constant `c-decl-hangon-kwds' that defines keyword
10246 clauses to be ignored in declarations.
10247
10248 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10249 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10250 Necessary to stop at the declared identifier in e.g. IDL valuetype
10251 declarations.
10252
10253 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10254 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10255 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10256 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10257 class and enum declarations as such and not as part of the type.
10258
10259 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10260 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10261
10262 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10263 declarations when there's some syntax error later on.
10264
10265 (c-complex-decl-matchers): Did away with a reference to
10266 `c-specifier-key'.
10267
10268 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10269 value - this variable is always dynamically bound.
10270
10271 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10272 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10273 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10274 functions that might do hidden buffer changes: All such internal
10275 functions are now marked instead of those that don't.
10276
10277 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10278 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10279 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10280 (c-literal-type): Allow these functions to make hidden buffer changes,
10281 so that they are free to use text property caching later on.
10282
10283 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10284 (c-electric-brace, c-electric-slash, c-electric-star)
10285 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10286 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10287 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10288 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10289 with the changed semantics of the functions above.
10290
10291 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10292 when macros occur in obscure places. Optimized the sexp movement
10293 a bit.
10294
10295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10296
10297 Enhancements for c-beginning-of-statement to work in AWK Mode:
10298
10299 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10300 (completed statement) with `}' (statement completed by closing
10301 brace or semicolon) and `$' (statement completed by EOL).
10302
10303 (c-awk-virtual-semicolon-ends-prev-line-p)
10304 (c-awk-virtual-semicolon-ends-line-p)
10305 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10306 (c-awk-at-statement-end-p): New functions.
10307
10308 * progmodes/cc-cmds.el: Simplify the structure of functions
10309 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10310 two functions and c-beginning-of-statement to handle AWK Mode.
10311
10312 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10313 c-backward-single-comment for AWK mode. Attempt to clarify their
10314 doc-strings.
10315
10316 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10317
10318 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10319
10320 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10321 label handling. Labels are now recognized in a uniform and more
10322 robust way, regardless of context. Text properties are put on all
10323 labels to recognize the following declarations better.
10324 Multiword labels are handled both in indentation and fontification for
10325 the benefit of language extensions like Qt. For consistency, keywords
10326 in labels are now fontified with the label face instead.
10327 That also applies to "case" and "default".
10328
10329 (c-beginning-of-statement-1): Fix some bugs in the label
10330 handling. Disregard `c-nonlabel-token-key' in labels that begin
10331 with `c-label-kwds'.
10332
10333 (c-find-decl-spots): Support that the callback adds more
10334 `c-decl-end' spots to find.
10335
10336 (c-forward-decl-or-cast-1): Don't treat a list of plain
10337 identifiers followed by a colon as a declaration.
10338
10339 (c-forward-label): New function to recognize labels.
10340
10341 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10342 `c-forward-label'. Moved the label recognition cases (14 and 15)
10343 earlier since they aren't so context sensitive now. Handle labels
10344 on the top level gracefully. Moved access label recognition to
10345 the generic label case (CASE 15) - removed CASE 5E.
10346
10347 (c-font-lock-declarations): Add recognition of labels in the
10348 same round since we need to handle labels in parallell with other
10349 declarations to recognize both accurately. It should also improve
10350 speed.
10351
10352 (c-simple-decl-matchers, c-basic-matchers-after):
10353 Move `c-font-lock-labels' so that it only is used on decoration level 2
10354 since `c-font-lock-declarations' handles it otherwise.
10355
10356 (c-complex-decl-matchers): Remove the simplistic recognition of
10357 access labels.
10358
10359 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10360 with labels earlier.
10361
10362 (c-decl-start-re): New language variable to make
10363 `c-font-lock-declarations' stop for the special protection labels
10364 in Objective-C that start with `@'.
10365
10366 (c-label-key): Remove since it's no longer used.
10367
10368 (c-recognize-colon-labels, c-label-prefix-re): New language
10369 constants to support recognition of generic colon-terminated labels.
10370
10371 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10372 are colon terminated labels.
10373
10374 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10375 first argument starts with a special brace list.
10376
10377 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10378 (c-font-lock-declarations): Break out the declaration and cast
10379 recognition from `c-font-lock-declarations' to a new function, so
10380 that it can be used in the indentation engine.
10381
10382 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10383 up to the start of the literal. Fixed bug with the point on the
10384 wrong side of the search limit that could happen when the start
10385 position is inside a literal.
10386
10387 * progmodes/cc-engine.el (c-parse-state)
10388 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10389 so that it's kept a little bit back to increase the hit rate.
10390
10391 (c-parse-state): Change the macro handling and fixed some
10392 glitches. Macro context is checked more often than necessary now,
10393 but otoh less garbage conses are generated.
10394
10395 * progmodes/cc-engine.el (c-parse-state)
10396 (c-invalidate-state-cache): Cache the last position where
10397 `c-state-cache' applies. This can speed up refontification quite
10398 a bit in blocks where there are many non-brace parens before the point.
10399
10400 (c-state-cache-end): New variable for this.
10401
10402 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10403 cache variable.
10404
10405 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10406 get close initial continue positions when the start position is
10407 inside a literal or macro. Do not call the callback for spots
10408 before the start position (which can happen e.g. for `c-decl-end'
10409 spots inside comments). Optimize better in special cases when the
10410 region is a single line inside a literal or macro (typically when
10411 the current line is refontified).
10412
10413 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10414 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10415 entries from the paren state.
10416
10417 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10418 special case for "else if" clauses.
10419
10420 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10421 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10422
10423 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10424 New language variable to recognize the gcc extension with statement
10425 blocks inside expressions.
10426
10427 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10428 it somewhat more comprehensible. The argument AT-BLOCK-START is
10429 no longer used and hence removed.
10430
10431 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10432 to `c-add-stmt-syntax'.
10433
10434 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10435 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10436 This fixes bogus label recognition.
10437
10438 * progmodes/cc-engine.el (c-add-type, c-check-type)
10439 (c-forward-name, c-forward-type): Improve storage of template
10440 types in `c-found-types' so that they can be recognized better.
10441
10442 (c-syntactic-content): Add option to skip past nested parens.
10443
10444 * progmodes/cc-engine.el (c-forward-name):
10445 Set `c-last-identifier-range' all the time. It's less work that way.
10446 Handle that there might not be an identifier to store in
10447 `c-last-identifier-range'.
10448
10449 (c-forward-type): Handle that `c-last-identifier-range' might be
10450 nil from `c-forward-name'.
10451
10452 * progmodes/cc-defs.el (c-safe-scan-lists)
10453 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10454
10455 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10456 to work even if the form fails.
10457
10458 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10459 down in a large file in one go.
10460
10461 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10462
10463 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10464 function which is like `c-lineup-math' but returns nil instead of
10465 `c-basic-offset' when it doesn't match.
10466
10467 (c-lineup-math): Change to use `c-lineup-assignments'.
10468
10469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10470
10471 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10472 c-beginning-of-statement. New subfunctions
10473 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10474
10475 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10476
10477 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10478 hardcoded char classes whereever possible. Changed a couple of
10479 places to use skip by syntax instead of skip by char class.
10480
10481 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10482 Fix a bug in the regexp that caused extreme backtracking.
10483
10484 * progmodes/cc-langs.el (c-block-comment-starter)
10485 (c-block-comment-ender): New language constants to specify in a
10486 single place how block comments look.
10487
10488 (c-comment-start-regexp, c-block-comment-start-regexp)
10489 (comment-start, comment-end, comment-start-skip)
10490 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10491 (c-syntactic-ws, c-nonempty-syntactic-ws)
10492 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10493 `c-line-comment-starter', `c-block-comment-starter' and
10494 `c-block-comment-ender'.
10495
10496 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10497 New language constants to break up things a bit.
10498
10499 (c-simple-ws): New language constant for simple whitespace.
10500
10501 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10502
10503 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10504 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10505 newlines. Allow and ignore nil elements in the list.
10506
10507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10508
10509 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10510 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10511
10512 * progmodes/cc-cmds.el: Tidy up the comments in
10513 c-beginning-of-statement and subfunctions.
10514
10515 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10516 more flexible c-put-char-property and c-clear-char-properties.
10517 Add the author's email address.
10518
10519 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10520
10521 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10522 closing "*/" of a block comment.
10523
10524 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10525 subfunctions) so that it works at BOB and EOB.
10526
10527 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10528 c-beginning-of-statement, including new variable
10529 c-block-comment-start-regexp.
10530
10531 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10532
10533 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10534 symbols from `*-font-lock-extra-types' so that there's no need to
10535 use `regexp-opt' on those lists.
10536
10537 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10538 `c-type-modifier-kwds' is empty.
10539
10540 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10541 there are several strings on the same line.
10542
10543 * progmodes/cc-engine.el (c-literal-limits): Remove the
10544 compatibility function for older emacsen. `c-literal-limits-fast'
10545 has now taken the place of this function.
10546
10547 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10548 with older emacsen: We now require `pps-extended-state'.
10549
10550 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10551
10552 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10553 which obviates the need to hack sentence-end. This now handles
10554 escaped newlines in strings correctly. Correct minor bugs in
10555 c-move-over-sentence and in c-beginning-of-statement.
10556
10557 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10558 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10559 that movement over macros and code are rigorously separated from
10560 eachother. Correct a few incidental bugs.
10561
10562 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10563 Improve its doc-string. Improve the handling of certain specific cases.
10564
10565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10566
10567 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10568 (c-guess-basic-syntax): Change the way class-level labels are
10569 recognized; they can now contain essentially any symbols.
10570
10571 (c-opt-extra-label-key): New language variable to cope with the
10572 special protection label syntax in Objective-C.
10573
10574 (c-opt-access-key): Remove; this is now handled better by
10575 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10576
10577 (c-complex-decl-matchers): Update to handle that
10578 `c-opt-access-key' no longer exists.
10579
10580 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10581 improved label recognition in `c-beginning-of-statement-1'.
10582
10583 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10584 Recognize bitfields better.
10585
10586 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10587 Remove some cruft and fixed a bug that could cause it to go to a
10588 position further down.
10589
10590 * progmodes/cc-langs.el, cc-engine.el
10591 (c-beginning-of-statement-1): Improve detection of labels in
10592 declaration contexts.
10593
10594 (c-beginning-of-decl-1): Use it.
10595
10596 (c-nonlabel-token-key): New language constant and variable needed
10597 by `c-beginning-of-statement-1'.
10598
10599 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10600 manifested itself due to the correction in `c-forward-sexp'.
10601
10602 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10603 Make these behave as documented when used at the buffer limits.
10604
10605 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10606 (c-type-decl-end-used): Made this a language variable.
10607
10608 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10609 correctly when `combine-after-change-calls' is used together with
10610 temporary narrowings.
10611
10612 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10613 Report labels correctly when the start point is immediately after the
10614 colon.
10615
10616 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10617 Remove since it isn't used anymore.
10618
10619 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10620 bracket arglists such as template parens in C++.
10621
10622 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10623 in the last check-in. Some optimization.
10624
10625 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10626 where it could stop at the same level in a preceding sexp when
10627 PAREN-LEVEL is set.
10628
10629 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10630 text property lookup only when it's needed.
10631
10632 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10633 Change the policy for paren marked angle brackets to be more
10634 persistent; once marked they remain marked even when they're found
10635 to be unbalanced in the searched region. This should keep the
10636 paren syntax around even when individual lines are refontified in
10637 multiline template arglists.
10638
10639 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10640 to control markup so that incorrect angle bracket arglists aren't
10641 marked in contexts where the correct value for
10642 `c-disallow-comma-in-<>-arglists' isn't known.
10643
10644 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10645 argument has become `c-parse-and-markup-<>-arglists'.
10646
10647 (c-remove-<>-arglist-properties): Remove - no longer used.
10648
10649 (c-after-change-check-<>-operators): New function used on
10650 `after-change-functions' to avoid that "<" and ">" characters that
10651 are part of longer operators have paren syntax.
10652
10653 (c-<>-multichar-token-regexp): New language variable used by
10654 `c-after-change-check-<>-operators'.
10655
10656 (c-after-change): Call `c-after-change-check-<>-operators'.
10657
10658 (c-font-lock-<>-arglists): Use the context properties set by
10659 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10660 correctly to avoid doing invalid markup.
10661
10662 (c-font-lock-declarations): Remove code that undoes the invalid
10663 markup done by `c-font-lock-<>-arglists'.
10664
10665 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10666 after `c-font-lock-declarations'.
10667
10668 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10669 Add paren-level feature.
10670
10671 (c-guess-basic-syntax): Improve the anchor position for
10672 `template-args-cont' in nested template arglists. There's still
10673 much to be desired in this area, though.
10674
10675 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10676
10677 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10678 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10679
10680 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10681
10682 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10683 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10684
10685 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10686 it doesn't work no longer are supported.
10687
10688 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10689 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10690 requires support for the syntax-table' text property, which rules
10691 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10692 cruft associated with those versions.
10693
10694 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10695 for the `syntax-table' text property, which rules out Emacs 19 and
10696 XEmacs < 21.4. Removed various compatibility cruft associated
10697 with those versions.
10698
10699 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10700 support for the `syntax-table' text property.
10701
10702 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10703 variable and use an extra quoted face name instead. All the
10704 emacsen flavors handle that correctly.
10705
10706 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10707 (c-font-lock-declarators, c-font-lock-declarations)
10708 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10709 property to mark the items in in declarator lists to handle
10710 refontification inside multiline declarations better.
10711
10712 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10713 construct like "a * b = c;" as a declaration.
10714
10715 2005-12-08 Kim F. Storm <storm@cua.dk>
10716
10717 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10718 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10719 select either meta, hyper, or super modifier for rectangle commands.
10720 (cua--rectangle-modifier-key): New defvar.
10721 (cua--M/H-key): Use it. Remove special case for `space'.
10722 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10723 on X, to meta otherwise. Always bind C-return to toggle
10724 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10725
10726 * emulation/cua-rect.el (cua-help-for-rectangle):
10727 Use cua--rectangle-modifier-key. Handle super modifier too.
10728 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10729 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10730
10731 * ido.el: Move Acknowledgements and History after Commentary.
10732 Minor changes to Commentary.
10733
10734 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10735 keymap if cua--prefix-override-timer is `shift'.
10736 (cua--shift-control-prefix): New function; emulate "type prefix
10737 key twice" functionality to handle shifted prefix key override.
10738 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10739 New commands.
10740 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10741
10742 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10743
10744 * textmodes/org.el (org-insert-heading): Try to do items before
10745 headings.
10746 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10747 (org-insert-item): New function.
10748 (org-renumber-ordered-list): Don't skip to higher level lists.
10749
10750 2005-12-08 Juri Linkov <juri@jurta.org>
10751
10752 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10753
10754 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10755
10756 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10757
10758 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10759 the constructed function name fun-1.
10760
10761 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10762 because such links don't lead to parent documentation.
10763
10764 2005-12-08 Kenichi Handa <handa@m17n.org>
10765
10766 * descr-text.el (describe-char): Use *Help-2* buffer if the
10767 current buffer is *Help*. Call describe-text-properties while
10768 setting the original buffer.
10769
10770 2005-12-07 Bill Wohler <wohler@newt.com>
10771
10772 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10773 and causes problems with non-MH users (such as Gnus users).
10774
10775 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10776
10777 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10778 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10779 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10780 command "info sources". Move calls to GDB command "list".
10781 (gdb-find-file-hook): Just use gdb-source-file-list.
10782 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10783 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10784 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10785 (gdb-data-list-register-values-handler): Use correct trigger name.
10786
10787 2005-12-07 Kim F. Storm <storm@cua.dk>
10788
10789 * ido.el (ido-completion-map): Rename from ido-mode-map.
10790 (ido-common-completion-map, ido-file-completion-map)
10791 (ido-file-dir-completion-map, ido-buffer-completion-map):
10792 Rename from ido-mode-....-map.
10793 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10794 (ido-setup-completion-map): Rename from ido-define-mode-map.
10795 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10796 to ido-completion-map.
10797
10798 2005-12-07 Kenichi Handa <handa@m17n.org>
10799
10800 * international/mule-cmds.el
10801 (set-display-table-and-terminal-coding-system): If the coding
10802 system specified in `unibyte-display' property is different from
10803 the arg coding-system, don't setup standard-display-table.
10804
10805 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10808 that comments end at \n, regardless of selective-display.
10809
10810 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10811
10812 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10813 (gdb-version): New variables.
10814 (gdb-source-file-list, gdb-register-names)
10815 (gdb-changed-registers): New variables for use with GDB 6.4+.
10816 (gdb-ann3): Replace with...
10817 (gdb-init-1, gdb-init-2): ...two new functions.
10818 (gdba, gdb-prompt): Call gdb-init-1.
10819 (gdb-get-version): New function. Call gdb-init-2 from here.
10820 (gud-watch): Make it work with mouse events too.
10821 (gdb-post-prompt): Don't add to queue until GDB version is known.
10822 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10823 (gdb-locals-mode): Use gdb-version.
10824 (gdb-memory-format-map, gdb-memory-unit-map)
10825 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10826 (gdb-locals-font-lock-keywords-1)
10827 (gdb-locals-font-lock-keywords-2): New variables.
10828 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10829 (gdb-set-gud-minor-mode-existing-buffers-1)
10830 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10831 (gdb-var-update-1, gdb-var-update-handler-1)
10832 (gdb-data-list-register-values-handler)
10833 (gdb-data-list-register-values-custom)
10834 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10835 (gdb-stack-list-locals-handler, gdb-get-register-names):
10836 New functions for use with GDB 6.4+.
10837 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10838 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10839 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10840 (gdb-stack-list-locals-regexp)
10841 (gdb-data-list-register-names-regexp): New regexps for use with
10842 GDB 6.4+.
10843
10844 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10847
10848 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10849
10850 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10851 prompts work for AUTH PLAIN. Also reported by Steve Allan
10852 <seallan@verizon.net>.
10853
10854 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10855
10856 * frame.el (set-frame-parameter): Add doc string.
10857
10858 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10859
10860 * textmodes/org.el (org-occur-highlights): New variable.
10861 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10862 (org-highlight-sparse-tree-matches): New option.
10863 (org-do-occur): New function.
10864 (org-get-heading): Make it work also at beginning of line.
10865 (org-category-table): New variable.
10866 (org-get-category-table, org-get-category)
10867 (org-camel-to-words, org-link-search): New functions.
10868 (org-select-this-todo-keyword): New variable.
10869 (org-todo-list): New command.
10870 (org-shiftright, org-shiftleft): New commands.
10871 (org-agenda-todo): Add prefix argument.
10872 (org-show-hierarchy-above): New option.
10873 (org-show-todo-tree): Numerical prefix creates tree for specific
10874 TODO keyword.
10875 (org-outline-level): New function, to assign a level to plain
10876 lists items.
10877 (org-cycle-include-plain-lists): New option.
10878 (org-mode): Use `org-outline-level' as value of `outline-level'.
10879 (org-cycle): Temporarily switch `outline-regexp' if
10880 `org-cycle-include-plain-lists' is non-nil.
10881 (org-start-icalendar-file): Fix format bug.
10882 (org-agenda-get-day-entries): Create category table.
10883 (org-agenda-get-todos, org-agenda-get-timestamps)
10884 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10885 (org-agenda-get-blocks): Use `org-get-category'.
10886 (org-context-in-file-links): Rename from
10887 `org-line-numbers-in-file-links'.
10888
10889 2005-12-06 Romain Francoise <romain@orebokech.com>
10890
10891 * window.el (balance-windows): Delete extraneous third arg in call
10892 to `enlarge-window'.
10893
10894 2005-12-06 Kenichi Handa <handa@m17n.org>
10895
10896 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10897
10898 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10899
10900 * progmodes/gdb-ui.el (gdb-var-create-handler)
10901 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10902 (gdb-var-list-children-handler, gdb-var-update-handler):
10903 Current buffer is already gdb-partial-output-buffer, don't
10904 make it current again.
10905
10906 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10907
10908 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10909 (list-buffers-noselect): Use it.
10910
10911 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10914 (mail-yank-ignored-headers): Use regexp-opt.
10915 (mail-mode-map): Move initialization into declaration.
10916 (mail-sent-via): Remove unused shadowed var `to-line'.
10917 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10918 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10919 (mail-do-fcc): Use dolist and push.
10920 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10921 (mail-yank-ignored-headers): Don't autoload.
10922
10923 2005-12-05 Kenichi Handa <handa@m17n.org>
10924
10925 * international/mule-cmds.el (set-language-info-internal): New fun.
10926 (set-language-info): Call set-language-info-internal to update
10927 language-info-alist. If LANG-ENV is the current one, call
10928 set-language-environment to make INFO effective now.
10929 (set-language-info-alist): Likewise.
10930 (locale-language-names): With locale "en", use English
10931 lang. env. but set the default codings to iso-8859-1.
10932
10933 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10934
10935 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10936 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10937 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10938 for plain strings.
10939 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10940 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10941 Create registers buffer if necessary. Echo new state in minibuffer.
10942 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10943
10944 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * info.el (Info-fontify-node): Match external links using
10947 non-directory part of filename.
10948
10949 2005-12-04 Juri Linkov <juri@jurta.org>
10950
10951 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10952 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10953 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10954 because there is no customization option for it.
10955
10956 * font-lock.el (lisp-font-lock-keywords-1):
10957 Add define-global-minor-mode.
10958
10959 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10960
10961 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10962 properties on the constructed variable names.
10963
10964 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10965 Put `definition-name' properties on the constructed function names
10966 next-sym and prev-sym.
10967
10968 * emacs-lisp/find-func.el (find-function-regexp):
10969 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10970 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10971 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10972 and easy-menu-define.
10973
10974 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10975 easy-mmode-define-global-mode and define-global-minor-mode.
10976 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10977
10978 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10979 instead of easy-mmode-define-global-mode.
10980
10981 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10982 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10983
10984 * cus-edit.el (customize-group, customize-group-other-window):
10985 Filter out autoloaded options from the group completion list by
10986 using heuristics that autoloaded groups don't have `custom-autoload'
10987 property on their symbols (they have only `custom-loads').
10988
10989 * simple.el (completion-setup-function): Put completions-common-part
10990 face on complete completion string too (i.e. completion string
10991 without completions-first-difference face).
10992
10993 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10994
10995 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10996
10997 * view.el (view-mode): Doc fix.
10998
10999 * disp-table.el (standard-display-european): Add to the warning
11000 message a reference to the doc string.
11001
11002 * play/yow.el (apropos-zippy): Call print-help-return-message,
11003 similar to other Help and Apropos commands.
11004
11005 * help.el (print-help-return-message): If pop-up-frames is
11006 non-nil, set up help-return-method to delete the help window and,
11007 possibly, its frame as well, and don't display message about
11008 scrolling the help window. Doc fix.
11009 (help-return-method): Doc fix.
11010
11011 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11012
11013 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11014 whereby names of length one or names starting with a
11015 symbol-constituent character would not be returned.
11016
11017 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11018
11019 * subr.el (atomic-change-group): Add edebug and indentation spec.
11020
11021 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * completion.el (save-completions-file-name): Fix typo in last change.
11024
11025 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11026
11027 * info.el: Move back/forward history to the beginning of the tool bar.
11028
11029 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11030
11031 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11032 Add fset of allout-real-isearch-abort during compile to fix
11033 byte-compilation warnings.
11034 (allout-mode-p): Move definition of this macro above all uses, or
11035 byte compilation in barren emacs (eg, during emacs build) will
11036 lack the definition.
11037 (allout-mode): Move this variable above any uses, or byte
11038 compilation will fail.
11039 (allout-resolve-xref): Remove use of personal file-reference function.
11040 (allout-toggle-current-subtree-encryption): Do the current (ie,
11041 visible containing) topic, rather than nearest around point. Doc fix.
11042 (allout-toggle-subtree-encryption): New function, workhorse that
11043 works on nearest topic containing point.
11044 (allout-encrypt-string): Signal requirement for newer version of pgg.
11045 (allout-resumptions): Doc fix.
11046
11047 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11048
11049 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11050
11051 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11052
11053 * textmodes/flyspell.el (flyspell-external-point-words):
11054 Consider a misspelling as found in the string search if: (a) misspelling
11055 and found string lengths match, or (b) misspelling is found as
11056 element in a boundary-chars separated longer string, or (c)
11057 ispell-program-name is really ispell and misspelling is found as
11058 part of a TeX string. After successful match move beginning of
11059 search region to end of match. Warn about not found misspellings
11060 once the process is done.
11061 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11062
11063 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11064
11065 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11066 tool bar (removed inadvertently).
11067
11068 2005-12-02 Juri Linkov <juri@jurta.org>
11069
11070 * log-view.el (log-view-diff): Clarify doc string.
11071
11072 2005-12-01 Bill Wohler <wohler@newt.com>
11073
11074 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11075 triggers lm-verify errors.
11076
11077 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11078
11079 * simple.el (transient-mark-mode, line-number-mode)
11080 (column-number-mode, size-indication-mode): Remove `:require nil'.
11081
11082 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11083
11084 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11085 in the margin also.
11086 (gdb-breakpoints-mode-map): Use D instead of d for
11087 gdb-delete-breakpoint.
11088 (gdb-get-frame-number): Require a number to match on.
11089 (gdb-threads-mode-map): Add follow-link binding.
11090
11091 2005-11-30 Jason Rumney <jasonr@gnu.org>
11092
11093 * isearch.el (isearch-mode-map): Avoid exiting search on
11094 language-change event.
11095
11096 2005-11-30 Romain Francoise <romain@orebokech.com>
11097
11098 * speedbar.el (speedbar-default-position): New defcustom.
11099 (speedbar-frame-reposition-smartly): Use it.
11100
11101 * dframe.el (dframe-reposition-frame-emacs): Fix position
11102 computation for `left' location.
11103 Update copyright year.
11104
11105 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * help.el (help-map): Move initialization into declaration.
11108
11109 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11110
11111 * help-fns.el (help-argument-name): Don't autoload.
11112 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11113 to be re-loaded when customizing the `help' group.
11114
11115 2005-11-30 John Paul Wallington <jpw@gnu.org>
11116
11117 * help-fns.el (describe-function-1): Fill arglist output.
11118
11119 2005-11-30 Kim F. Storm <storm@cua.dk>
11120
11121 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11122 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11123 after revert-buffer (or anything else which kills all local variables).
11124
11125 * apropos.el (apropos-parse-pattern): Doc fix.
11126 Set apropos-regexp directly, rather than expecting callers to do so.
11127 (apropos-command, apropos, apropos-value, apropos-documentation):
11128 Simplify calls to apropos-parse-pattern.
11129
11130 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11133 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11134 (hi-lock-write-interactive-patterns): Use comment-region.
11135
11136 * longlines.el (longlines-mode): Add mail-setup-hook.
11137
11138 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11139
11140 * simple.el (sendmail-user-agent-compose, next-line):
11141 Conditionally use hard-newline.
11142
11143 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11144
11145 * international/latexenc.el (latex-inputenc-coding-alist):
11146 Reword doc string.
11147
11148 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11149
11150 * help.el (describe-key-briefly, describe-key): Recognize default
11151 bindings.
11152
11153 2005-11-29 Romain Francoise <romain@orebokech.com>
11154
11155 * view.el (view-inhibit-help-message): New defcustom.
11156 (view-mode-enter): Use it.
11157
11158 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11159
11160 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11161 Preserve user position.
11162
11163 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * font-lock.el: Throw error if facemenu is not loaded to prevent
11166 accidental change of loading order in loadup.el. (Suggested by RMS.)
11167
11168 * loadup.el: Add comment explaining why facemenu must be loaded
11169 before font-lock.
11170
11171 2005-11-28 Jay Belanger <belanger@truman.edu>
11172
11173 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11174 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11175
11176 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11177
11178 * calc/calc-embed.el (calc-do-embedded): Update help message.
11179
11180 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11181
11182 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11185
11186 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11187 called-interactively-p.
11188 (elp-profilable-p): Rename from elp-not-profilable-p.
11189 Invert result and take into account macros and autoloaded functions.
11190 (elp-instrument-function): Update call.
11191 (elp-instrument-package): Update call. Add completion.
11192 (elp-pack-number): Use match-string.
11193 (elp-results-jump-to-definition-by-mouse): Merge into
11194 elp-results-jump-to-definition and then remove.
11195 (elp-output-insert-symname): Make help echo text single-line.
11196
11197 * replace.el (query-replace-map): Move initialization into declaration.
11198 (occur-engine): Use with-current-buffer.
11199 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11200 (occur-mode-mouse-goto): Replace with an alias.
11201
11202 2005-11-28 Juri Linkov <juri@jurta.org>
11203
11204 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11205
11206 * term/w32-win.el: Bind [S-tab] to [backtab].
11207
11208 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11209 `Info-find-file' to t.
11210
11211 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11212 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11213 and same-window-regexps.
11214 (occur-next-error): Don't move point for arg 0.
11215
11216 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11219
11220 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * log-edit.el (log-edit-changelog-use-first): New var.
11223 (log-edit-changelog-ours-p): Use it.
11224 (log-edit-insert-changelog): Set it with new arg `use-first'.
11225 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11226 (log-edit-hook): Add them to the list of suggested options.
11227
11228 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11229 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11230 redundant work.
11231 (flyspell-mode-on): Use add-hook for after-change-functions.
11232 (flyspell-mode-off): Use remove-hook for after-change-functions.
11233 (flyspell-changes): Make it buffer-local.
11234 (flyspell-after-change-function): Make it non-interactive. Use push.
11235 (flyspell-post-command-hook): Check input-pending-p while processing
11236 the potentially long list of buffer changes.
11237
11238 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11239
11240 * buff-menu.el (list-buffers-noselect): Display the selected
11241 frame's buffer list, not the global one.
11242
11243 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11244
11245 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11246 that (list last-input-event) works as in interactive spec.
11247
11248 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11249
11250 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11251 `facemenu-keymap' needs to be defined when font-lock is loaded.
11252 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11253
11254 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * completion.el: Remove useless leading * in defcustom docstrings.
11257 (save-completions-file-name): Use ~/.emacs.d if available.
11258 (completion-standard-syntax-table): Rename from
11259 cmpl-standard-syntax-table and fold initialization into declaration,
11260 thus removing cmpl-make-standard-completion-syntax-table.
11261 (completion-lisp-syntax-table, completion-c-syntax-table)
11262 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11263 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11264 (symbol-under-point, symbol-before-point)
11265 (symbol-under-or-before-point, symbol-before-point-for-complete)
11266 (add-completions-from-c-buffer): Use with-syntax-table.
11267 (make-completion): Don't return a list of completion entries.
11268 Update callers.
11269 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11270 (completion-initialize): Rename from initialize-completions.
11271 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11272 (kill-emacs-save-completions): Collect stats here.
11273 (save-completions-to-file, load-completions-from-file):
11274 Use with-current-buffer.
11275 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11276 into a function. Move all calls to toplevel.
11277 (completion-lisp-mode-hook): New fun.
11278 (completion-c-mode-hook, completion-setup-fortran-mode):
11279 Set the syntax-table here. Use local-set-key.
11280 (completion-saved-bindings): New var.
11281 (dynamic-completion-mode): Make it into a proper minor mode.
11282 (load-completions-from-file): Remove unused var `num-uses'.
11283
11284 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11285 constructor if it is explicitly overridden.
11286
11287 * complete.el (PC-completion-as-file-name-predicate):
11288 Use minibuffer-completing-file-name.
11289 (partial-completion-mode): Use find-file-not-found-functions.
11290 (PC-lisp-complete-symbol): Use with-syntax-table.
11291 (PC-look-for-include-file): Remove dead setq.
11292 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11293 (PC-complete): Use with-current-buffer.
11294
11295 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11296 escape single quotes.
11297
11298 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11299
11300 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11301 of `if' whose condition always returned nil. Doc fix.
11302
11303 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11304 window's buffer the current buffer around the call to
11305 `list-buffers-noselect'. This is necessary to mark that buffer
11306 with a `.' in the Buffer Menu when called from Lisp, for instance
11307 by Auto Revert Mode.
11308
11309 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11310
11311 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11312 attaching to it.
11313 (gdb-pre-prompt): Make sure gdb-error is reset.
11314
11315 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11316 with a child process, detect it.
11317 (gud-speedbar-buttons): Match regexp more carefully.
11318
11319 2005-11-27 Richard M. Stallman <rms@gnu.org>
11320
11321 * mouse.el (mouse-drag-move-window-bottom):
11322 Use adjust-window-trailing-edge.
11323
11324 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11325
11326 * simple.el (blink-matching-open): Ignore
11327 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11328 (blink-matching-paren-on-screen): Update docstring.
11329
11330 * paren.el (show-paren-mode): No longer change
11331 `blink-matching-paren-on-screen'.
11332
11333 2005-11-27 John Paul Wallington <jpw@pobox.com>
11334
11335 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11336 (gdb-threads-select, gdb-edit-register-value):
11337 Use `posn-set-point' instead of `mouse-set-point' because the
11338 latter is not fbound when configured without X.
11339
11340 2005-11-27 Kim F. Storm <storm@cua.dk>
11341
11342 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11343 existing face when partially highlighting a TAB in a rectangle.
11344
11345 2005-11-26 Kim F. Storm <storm@cua.dk>
11346
11347 * ido.el (ido-mode-map): Doc fix.
11348 (ido-mode-common-map, ido-mode-file-map)
11349 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11350 (ido-define-mode-map): Rewrite. Select one of the new maps as
11351 parent for ido-mode-map instead of building from scratch.
11352 (ido-init-mode-maps): New defun to initialize new maps.
11353 (ido-mode): Call it.
11354 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11355 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11356
11357 2005-11-26 John Paul Wallington <jpw@pobox.com>
11358
11359 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11360 `mouse-set-point' because the latter is not fbound when configured
11361 without X.
11362
11363 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11364
11365 * files.el (file-relative-name): Doc fix.
11366
11367 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11368
11369 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11370 non-empty string for secondary prompt PS2.
11371
11372 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * progmodes/compile.el (compilation-setup): Fix last change.
11375
11376 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11379 (gdb-mouse-toggle-breakpoint-margin)
11380 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11381 Add gdb-server-prefix to keep out of command history.
11382 (gdb-edit-register-value): New function.
11383 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11384 (gdb-info-registers-custom): Use above map.
11385
11386 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * custom.el (enable-theme): Signal error if argument is not a
11389 theme. Don't recalculate a face if it's not loaded yet.
11390
11391 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11392 the `user' theme is in effect.
11393
11394 * info.el (Info-on-current-buffer): Record actual filename in
11395 Info-current-file, instead of t, or a fake filename if a non-file
11396 buffer. Make autoload.
11397 (Info-find-node, Info-revert-find-node): No need to check for
11398 Info-current-file nil.
11399 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11400 Info-current-file is now never `t'.
11401 (Info-fontify-node): Many simplifications due to Info-current-file
11402 always being valid. Use Info-find-file to find node filename.
11403
11404 2005-11-25 David Kastrup <dak@gnu.org>
11405
11406 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11407 new character, then delete" in order to preserve markers.
11408
11409 2005-11-25 David Ponce <david@dponce.com>
11410
11411 * recentf.el (recentf-arrange-by-rule): Handle a special
11412 `auto-mode-alist'-like "strip suffix" rule.
11413 (recentf-build-mode-rules): Handle second level auto-mode entries.
11414
11415 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11416
11417 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11418 window modes.
11419
11420 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11421 jde-javadoc-checker-report-mode.
11422
11423 * ediff-wind (ediff-make-wide-display): Slight simplification.
11424
11425 * ediff.el (ediff-date): Change the date of last update.
11426
11427 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11430 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11431 (hi-lock-mode): New global minor mode.
11432 (turn-on-hi-lock-if-enabled): New function.
11433 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11434 Change arguments to regexp and face instead of a font-lock pattern.
11435 Directly set face property, instead of refontifying.
11436 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11437 (hi-lock-find-patterns): Use line-number-at-pos.
11438
11439 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11440 arguments for hi-lock-set-pattern.
11441 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11442 Call font-lock-fontify-buffer.
11443 (hi-lock-find-file-hook, hi-lock-current-line)
11444 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11445
11446 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11447 turned off.
11448
11449 * progmodes/compile.el (compilation-setup): Don't fiddle with
11450 font-lock-defaults.
11451
11452 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11453
11454 * progmodes/gdb-ui.el (gdb-var-create-handler)
11455 (gdb-var-list-children-handler): Find values for all variable
11456 objects. gud-speedbar-buttons decides whether to display them.
11457
11458 2005-11-24 Romain Francoise <romain@orebokech.com>
11459
11460 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11461 buffer name with a space.
11462
11463 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11464
11465 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11466 `org-export-local-list-max-depth'. Change default value to 3.
11467 (org-auto-renumber-ordered-lists)
11468 (org-plain-list-ordered-item-terminator): New options.
11469 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11470 (org-get-indentation, org-get-string-indentation)
11471 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11472 New functions.
11473 (org-move-item-down, org-move-item-up): New commands.
11474 (org-export-as-html): New classes for CSS support. Bug fix in
11475 regular expression detecting fixed-width regions. Respect
11476 `org-local-list-ordered-item-terminator'.
11477 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11478 also a list item.
11479 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11480 New item moving functions.
11481
11482 2005-11-24 Juri Linkov <juri@jurta.org>
11483
11484 * isearch.el (isearch-repeat): With empty search ring set
11485 `isearch-error' to the error string instead of signaling error
11486 with the function `error'.
11487
11488 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11489
11490 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11491
11492 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11493
11494 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11495 and variable.
11496 (gdb-var-create-handler, gdb-var-list-children-handler):
11497 Don't match on "char **...".
11498 (gdb-var-update-handler): Find values for all variable objects.
11499 (gdb-info-frames-custom): Identify frames by leading "#".
11500
11501 * progmodes/gud.el (gud-speedbar-menu-items): Add
11502 gdb-speedbar-auto-raise as radio button.
11503 (gud-speedbar-buttons): Raise speedbar if requested.
11504 Don't match on "char **...".
11505 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11506 Make it editable.
11507
11508 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11509
11510 * info.el (Info-fontify-node): Handle the case where
11511 Info-current-file is t.
11512
11513 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * simple.el (blink-matching-open): Fix off-by-one in last change.
11516
11517 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11518
11519 * term/mac-win.el: Don't change default directory.
11520
11521 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11522
11523 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11524 buffers correctly. (It used to throw an error in such buffers.)
11525 Make it ask for confirmation in group buffers and other Custom
11526 buffers containing more than one customization item.
11527
11528 2005-11-22 John Paul Wallington <jpw@gnu.org>
11529
11530 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11531 property on mail and url overlays.
11532 (goto-address-at-point): Use `posn-set-point' instead of
11533 `mouse-set-point' because the latter is not fbound when configured
11534 without X.
11535
11536 2005-11-22 Lars Hansen <larsh@soem.dk>
11537
11538 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11539 (ls-lisp-classify, ls-lisp-format): Delete call to
11540 ls-lisp-parse-symlink.
11541 (ls-lisp-handle-switches): Handle symlinks to directories as
11542 directories when ls-lisp-dirs-first in non-nil.
11543
11544 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11545
11546 * startup.el (command-line): Make sure that loaddefs.el is handled
11547 correctly in load-history.
11548
11549 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11550
11551 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11552 (gdb-struct-string, gdb-array-string): New constants.
11553 (gdb-info-locals-handler): Use them.
11554 (gdb-reset): Reset gdb-var-list to nil.
11555
11556 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11559 in patterns.
11560
11561 2005-11-21 Juri Linkov <juri@jurta.org>
11562
11563 * custom.el (defcustom): Update link types in docstring.
11564
11565 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11566
11567 * custom.el (defgroup): Add doc-string-elt info.
11568
11569 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11570
11571 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * newcomment.el (comment-enter-backward): Fix last fix.
11574
11575 * simple.el (blink-matching-open):
11576 * paren.el (show-paren-function): Allow new paren-class info.
11577
11578 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11579
11580 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11581 handled automagically.
11582
11583 2005-11-20 Andreas Schwab <schwab@suse.de>
11584
11585 * descr-text.el (describe-char): When copying overlays put them
11586 over the full char description instead of just the first character
11587 of it.
11588
11589 2005-11-20 Juri Linkov <juri@jurta.org>
11590
11591 * simple.el (what-cursor-position):
11592 * descr-text.el (describe-char): Use Lisp-readable syntax
11593 for octal and hex. Reorder decimal, octal and hex values.
11594 Remove excess whitespace in the output. Use `=' in `column='
11595 like in `point=' and `Hscroll='.
11596
11597 * international/mule-cmds.el (encoded-string-description):
11598 Use Lisp-readable syntax for hex.
11599
11600 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * newcomment.el (comment-enter-backward): Handle the case where the
11603 comment is closed by EOB.
11604
11605 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11606
11607 * longlines.el (longlines-before-revert-hook)
11608 (longlines-after-revert-hook): New functions.
11609 (longlines-mode): Turn off longlines temporarily when reverting.
11610 Add a message-setup-hook.
11611 (longlines-decode-buffer): New function.
11612 (longlines-wrap-line): Preserve marker positions.
11613
11614 2005-11-19 Andreas Schwab <schwab@suse.de>
11615
11616 * emacs-lisp/shadow.el: Handle compressed files.
11617
11618 2005-11-19 Romain Francoise <romain@orebokech.com>
11619
11620 * net/browse-url.el (browse-url-default-browser): Signal an error
11621 if no usable browser can be found, rather than try to load w3.
11622
11623 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11624
11625 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11626 replacing existing properties.
11627 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11628 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11629 tty specs.
11630 (rcirc-server-prefix, rcirc-server): New faces.
11631 (rcirc-url-regexp): Generate with rx macro.
11632 (rcirc-last-server-message-time): New variable.
11633 (rcirc-filter): Record time of last message.
11634 (rcirc-keepalive): Kill processes that did not send a message
11635 since the last ping.
11636 (rcirc-mode): Give rcirc-topic a local binding here.
11637
11638 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11639
11640 * subr.el (read-passwd): Fontify the prompt as we do with other
11641 prompts.
11642
11643 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11644
11645 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11646 binding buffer-read-only to nil.
11647
11648 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11649
11650 * complete.el (partial-completion-mode):
11651 Mention completion-auto-help in the doc string.
11652
11653 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11654 more Lisp-ish way.
11655
11656 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11657
11658 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11659 digits, not 8, to avoid misalignment for files larger than 100MB.
11660
11661 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11662
11663 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11664 Mention "keyboard shortcuts" in the help text.
11665
11666 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11667
11668 * startup.el (fancy-splash-default-action): Discard only
11669 mouse-down and succeeding mouse-up events in the splash screen
11670 window so that drag-n-drop event can be processed.
11671
11672 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * longlines.el (longlines-mode): Add hacks for mail-mode and
11675 message-mode.
11676
11677 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11678
11679 * textmodes/org.el (org-table-sort-lines): New command.
11680 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11681 (org-add-file): Command removed, use `org-agenda-file-to-front'
11682 instead.
11683 (org-export-icalendar): Use `org-icalendar-combined-name'.
11684 (org-cycle-agenda-files, org-agenda-file-to-end)
11685 (org-agenda-file-to-front): New commands.
11686 (org-table-tab-jumps-over-hlines, org-export-html-style):
11687 New options.
11688 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11689 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11690 New functions.
11691 (org-fill-paragraph): Call `org-table-align' in tables.
11692 (org-mode): Call `org-set-autofill-regexps'.
11693 (org-export-as-html): Support for local handformatted lists.
11694 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11695 (org-export-local-list-max-depth): New option.
11696 (org-html-expand): Use `org-html-protect'.
11697
11698 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11701 to "p".
11702 (gdb): Move definition of gud-pp to...
11703
11704 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11705 speedbar.
11706 (gdb-find-watch-expression): New function.
11707
11708 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * faces.el (face-attribute, set-face-attribute): Mention existence
11711 of `:ignore-defface' setting in docstring.
11712
11713 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * simple.el (completion-setup-function): Fix last change.
11716
11717 2005-11-17 John Paul Wallington <jpw@pobox.com>
11718
11719 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11720 Use `posn-set-point' instead of `mouse-set-point' because the
11721 latter is not fbound when configured without X.
11722
11723 * comint.el (comint-insert-input): Likewise.
11724
11725 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11726
11727 * simple.el (hard-newline): New variable.
11728 (sendmail-user-agent-compose, next-line): Use it.
11729
11730 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11731 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11732 (mail-mail-reply-to, mail-mail-followup-to)
11733 (mail-position-on-field, mail-signature, mail-yank-original)
11734 (mail-attach-file): Likewise.
11735
11736 * mail/mailheader.el (mail-header-format)
11737 (mail-header-format-function): Likewise.
11738
11739 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11740
11741 2005-11-17 Juri Linkov <juri@jurta.org>
11742
11743 * font-lock.el (font-lock-faces): Rename this defgroup from
11744 `font-lock-highlighting-faces'.
11745 (font-lock-comment-face, font-lock-comment-delimiter-face)
11746 (font-lock-string-face, font-lock-doc-face)
11747 (font-lock-keyword-face, font-lock-builtin-face)
11748 (font-lock-function-name-face, font-lock-variable-name-face)
11749 (font-lock-type-face, font-lock-constant-face)
11750 (font-lock-warning-face, font-lock-negation-char-face)
11751 (font-lock-preprocessor-face)
11752 (font-lock-regexp-grouping-backslash)
11753 (font-lock-regexp-grouping-construct): Rename :group from
11754 `font-lock-highlighting-faces' to `font-lock-faces'.
11755
11756 * cus-edit.el (lisp, c, tex):
11757 * progmodes/ada-mode.el (ada):
11758 * progmodes/asm-mode.el (asm):
11759 * progmodes/cperl-mode.el (cperl-faces):
11760 * progmodes/cpp.el (cpp):
11761 * progmodes/dcl-mode.el (dcl):
11762 * progmodes/f90.el (f90):
11763 * progmodes/fortran.el (fortran):
11764 * progmodes/icon.el (icon):
11765 * progmodes/idlwave.el (idlwave-misc):
11766 * progmodes/m4-mode.el (m4):
11767 * progmodes/make-mode.el (makefile):
11768 * progmodes/meta-mode.el (meta-font):
11769 * progmodes/modula2.el (modula2):
11770 * progmodes/octave-mod.el (octave):
11771 * progmodes/pascal.el (pascal):
11772 * progmodes/perl-mode.el (perl):
11773 * progmodes/prolog.el (prolog):
11774 * progmodes/ps-mode.el (PostScript-edit):
11775 * progmodes/scheme.el (scheme):
11776 * progmodes/sh-script.el (sh-script):
11777 * progmodes/simula.el (simula):
11778 * progmodes/tcl.el (tcl):
11779 * textmodes/nroff-mode.el (nroff):
11780 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11781 * textmodes/sgml-mode.el (sgml):
11782 * textmodes/texinfo.el (texinfo):
11783 Add :link (custom-group-link font-lock-faces) to defgroup.
11784
11785 * hi-lock.el (hi-lock): Rename this defgroup from
11786 `hi-lock-interactive-text-highlighting'. Change parent group from
11787 `faces' to `font-lock'. Add link to the manual.
11788 (hi-lock-mode, hi-lock-file-patterns-range)
11789 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11790 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11791 (hi-lock-faces): Add :group `faces'.
11792
11793 * cus-edit.el (custom-variable-prompt): Clarify the code.
11794
11795 * faces.el (face-read-string): Set the default value arg of
11796 completing-read.
11797
11798 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11799
11800 * rfn-eshadow.el (file-name-shadow-properties)
11801 (file-name-shadow-tty-properties, file-name-shadow-mode):
11802 Remove autoloads, because the file is now preloaded.
11803
11804 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * printing.el (easy-menu-intern): Don't define.
11807 (pr-get-symbol): Use easy-menu-intern only if defined.
11808
11809 * simple.el (blink-matching-open): Simplify a bit.
11810 (completion-setup-function): Fix the case of partial-completion-mode
11811 when the minibuffer's contents start with "-".
11812 Obey completion-base-size-function even when
11813 minibuffer-completing-file-name is non-nil.
11814
11815 2005-11-16 Richard M. Stallman <rms@gnu.org>
11816
11817 * net/eudcb-ph.el (eudc-ph-open-session):
11818 Use set-process-query-on-exit-flag.
11819
11820 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11821
11822 * international/ucs-tables.el (ucs-set-table-for-input):
11823 Use make-local-variable, not make-variable-buffer-local.
11824
11825 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11826 Improve warning message text.
11827
11828 * savehist.el (savehist-save-hook): Add :group.
11829
11830 * menu-bar.el (menu-bar-help-menu):
11831 Rename Find Extra Packages to External Packages.
11832
11833 * cus-edit.el (Custom-reset-standard): Verify that
11834 :custom-standard-value prop exists before calling it.
11835
11836 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11837
11838 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11839
11840 * wid-edit.el (color): Enclose %t in %{...%}.
11841
11842 * cus-edit.el (face): Enclose %t in %{...%}.
11843
11844 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11845
11846 * savehist.el (savehist-mode-hook): Re-add the var.
11847 (savehist-mode): Use it.
11848
11849 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * textmodes/flyspell.el: Fix commenting convention.
11852 Remove unnecessary leading * in custom docstrings.
11853 (flyspell-emacs): Remove unused var.
11854 (flyspell-delete-region-overlays): Use remove-overlays.
11855 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11856 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11857 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11858 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11859 (make-flyspell-overlay): Don't locally reuse a global name.
11860 (flyspell-highlight-incorrect-region)
11861 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11862 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11863 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11864 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11865 Wrap calls to accept-process-output inside with-local-quit since it's
11866 often called from a post-command-hook.
11867 (flyspell-correct-word, flyspell-auto-correct-word):
11868 Use ispell-send-string.
11869 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11870
11871 * calendar/diary-lib.el (diary-list-entries): Also hide the
11872 terminating newline.
11873
11874 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11875
11876 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11877 window-system, to allow fonts on tty.
11878
11879 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * progmodes/gud.el (gud-speedbar-item-info): New function.
11882 (gud-install-speedbar-variables): Use it to display data type
11883 of watch expression as a tooltip in speedbar.
11884
11885 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * font-core.el (global-font-lock-mode): Add :version keyword,
11888 because default was changed.
11889
11890 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11891
11892 * startup.el (command-line): Use `custom-reevaluate-setting' for
11893 `file-name-shadow-mode'.
11894
11895 * loadup.el: Preload rfn-eshadow.
11896
11897 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11898 Add :version keyword.
11899 (file-name-shadow-properties, file-name-shadow-tty-properties)
11900 (file-name-shadow): Add :version keyword.
11901
11902 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11903 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11904 in the custom-group property of the symbol frames and the fringe
11905 group got no link to its parent group frames.
11906 Doc fix.
11907
11908 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11909
11910 * progmodes/gud.el (gud-stop-subjob): New function.
11911 (gud-menu-map, gud-tool-bar-map): Use it.
11912
11913 2005-11-16 Kim F. Storm <storm@cua.dk>
11914
11915 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11916 than kill it.
11917 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11918 to a more useful/logical place.
11919
11920 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11921
11922 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11923 go buttons complementary.
11924
11925 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11928 (rfn-eshadow-sifn-equal): New function.
11929 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11930
11931 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11932
11933 * viper-utils.el (viper-non-word-characters-reformed-vi):
11934 Quote `-' in string.
11935
11936 * viper.el (viper-emacs-state-mode-list): Ensure that
11937 rcirc-mode buffers come up in Emacs state.
11938
11939 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11940 operation.
11941
11942 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11943
11944 * term.el (term-termcap-format): Fix typos.
11945 (term-down): Fix the negative argument case.
11946
11947 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11948
11949 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11950 2005-08-15.
11951 (gdb-ann3): New command gud-go.
11952 (menu): Accomodate gdb-mi.el.
11953 (gdb-assembler-custom): Make buffer of selected window current
11954 so that set-window-point works.
11955
11956 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11957 buttons and include new ones.
11958
11959 2005-11-16 Kim F. Storm <storm@cua.dk>
11960
11961 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11962 (gud-menu-map): Use it.
11963
11964 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11965
11966 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11967 that works correctly for Custom and that does not override a user
11968 who disables it.
11969
11970 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11971 (help-xref-interned, help-follow): Make hyperlinks for variables
11972 that are unbound, but have a non-nil variable-documentation property.
11973
11974 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11975 mode hook. (It conflicted with defcustoms for some mode hooks.)
11976 Use the `variable-documentation' property to give the mode hook a
11977 docstring and expand that docstring.
11978
11979 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11980
11981 * savehist.el (savehist-mode): Don't bother with
11982 `custom-set-minor-mode'.
11983 (savehist-coding-system): Check XEmacs version.
11984 (history-length): Declare also at run time.
11985 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11986 Don't set the customize state.
11987 (savehist-minibuffer-hook): Special case for when
11988 minibuffer-history-variable is equal to t.
11989
11990 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * files.el (write-file): Refresh VC status.
11993
11994 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11995 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11996 than fundamental-mode to see if the mode was set.
11997
11998 2005-11-14 Romain Francoise <romain@orebokech.com>
11999
12000 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12001 dummy function in `eval-when-compile' to avoid compiler warning.
12002 Require `man' at compile time.
12003
12004 2005-11-14 Jay Belanger <belanger@truman.edu>
12005
12006 * calc-alg.el (calcFunc-write-out-power): Rename it to
12007 calcFunc-powerexpand.
12008 (math-write-out-power): Rename it to math-powerexpand; have it
12009 handle negative exponents.
12010 (calc-writeoutpower): Rename it to calc-powerexpand.
12011
12012 * calc-ext.el: Change calcFunc-writeoutpower and
12013 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12014 autoloads.
12015 Add calcFunc-ldiv to autoloads.
12016
12017 * calc-arith.el (calcFunc-ldiv): New function.
12018
12019 * calc.el (calc-left-divide): New function.
12020
12021 2005-11-14 Juri Linkov <juri@jurta.org>
12022
12023 * cus-edit.el (custom-variable-prompt): Set the default value arg
12024 of completing-read.
12025
12026 * cus-dep.el (custom-make-dependencies): Reverse the list of
12027 found dependencies.
12028
12029 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12030
12031 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12032 Highlighting" entry, it is on by default now.
12033 (menu-bar-options-save): Do not save global-font-lock-mode.
12034
12035 2005-11-13 Richard M. Stallman <rms@gnu.org>
12036
12037 * textmodes/flyspell.el (flyspell-large-region):
12038 Call flyspell-accept-buffer-local-defs.
12039
12040 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12041
12042 * textmodes/flyspell.el (flyspell-notify-misspell):
12043 Fix misspelling of "Misspelling".
12044 (flyspell-process-localwords): New function.
12045 (flyspell-large-region): Call flyspell-process-localwords and
12046 flyspell-delete-region-overlays.
12047 (flyspell-delete-region-overlays): New function.
12048 (flyspell-delete-all-overlays): Call that.
12049
12050 2005-11-13 Richard M. Stallman <rms@gnu.org>
12051
12052 * help.el (help-for-help-internal): Improve doc of C-h a.
12053 (describe-key): Improve prompt; doc fix.
12054
12055 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12056
12057 * vc-svn.el (vc-svn-registered): Catch all errors.
12058
12059 * cus-dep.el (custom-make-dependencies): Typo.
12060
12061 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12062
12063 * net/tramp-util.el (top): Fix compilation warning.
12064
12065 2005-11-13 Kim F. Storm <storm@cua.dk>
12066
12067 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12068
12069 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12070
12071 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12072 (gud-speedbar-buttons): Match on "const char *" too.
12073
12074 * progmodes/gdb-ui.el (gdb-var-create-handler)
12075 (gdb-var-list-children-handler): Match on "const char *" too.
12076 (gdb-var-evaluate-expression-handler): Match on empty string.
12077 (gdb-var-update-handler): Only call
12078 gdb-var-evaluate-expression-handler when required.
12079
12080 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12081
12082 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12083 selected window. This still doesn't work for speedbar.
12084 (gud-speedbar-buttons): Handle string expressions properly.
12085
12086 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12087 (gdb-var-create-handler): Handle string expressions properly.
12088 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12089 Handle string expressions properly. Move "type" field into regexp.
12090
12091 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12092
12093 * bookmark.el (bookmark-maybe-message): New function to reduce
12094 code duplication: invokes `message' iff baud-rate is high enough.
12095 (bookmark-write-file): Use above instead of an inline conditional.
12096 (bookmark-load): Same.
12097
12098 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12099
12100 * bookmark.el (bookmark-write-file): Don't visit the destination
12101 file, just write the data to it using write-region. This is
12102 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12103 change to avoid visiting the file in the first place.
12104
12105 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12106
12107 * hi-lock.el (hi-lock-mode): Set the default value of
12108 font-lock-defaults.
12109
12110 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12113 arg to `file-attributes'.
12114 (find-lisp-format): The UID and GID can now be strings.
12115
12116 2005-11-12 Kim F. Storm <storm@cua.dk>
12117
12118 * help.el (help-map): Bind C-h d to apropos-documentation.
12119
12120 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12121 when point is at end-of-buffer.
12122
12123 * apropos.el (apropos-match-face): Doc fix.
12124 (apropos-sort-by-scores): Add new choice `verbose'.
12125 (apropos-documentation-sort-by-scores): New defcustom.
12126 (apropos-pattern): Now contains the pattern entered by the user.
12127 (apropos-pattern-quoted): New defvar.
12128 (apropos-regexp): New defvar, containing the regexp corresponding
12129 to apropos-pattern.
12130 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12131 (apropos-read-pattern): New defun. Use it to read pattern arg in
12132 interactive calls; returns list of words for a word list, and
12133 string for a regexp.
12134 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12135 parses a list of words or regexp as returned by apropos-read-pattern.
12136 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12137 (apropos-score-doc): Return a very high score if the string
12138 entered by the user matches literally.
12139 (apropos-variable): Doc fix. Use apropos-read-pattern.
12140 (apropos-command): Doc fix. Use apropos-read-pattern and
12141 apropos-parse-pattern. Call apropos-print with nosubst=t.
12142 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12143 apropos-parse-pattern.
12144 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12145 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12146 apropos-documentation-sort-by-scores. Call apropos-print with
12147 nosubst=t.
12148 (apropos-documentation-internal): Pass doc string through
12149 substitute-key-definition before adding text properties.
12150 Highlight substring matching literal user input if possible.
12151 (apropos-documentation-check-doc-file): Remove locals beg and end.
12152 Fix calculation of score (as added twice). Pass doc string through
12153 substitute-key-definition before adding text properties.
12154 (apropos-documentation-check-elc-file): Pass doc string through
12155 substitute-key-definition before adding text properties.
12156 Highlight substring matching literal user input if possible.
12157 (apropos-print): Add new arg NOSUBST; if set, command and variable
12158 doc strings have already been passed through substitute-key-definition.
12159 Add code to handle apropos-accumulator items without score element
12160 for backwards compatibility (e.g. with woman package).
12161 Only show scores if apropos-sort-by-scores is `verbose'.
12162
12163 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12164
12165 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12166 Add jka-compr-load-suffixes to load-suffixes.
12167
12168 * jka-compr.el: Require jka-cmpr-hook.
12169 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12170 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12171 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12172 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12173 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12174 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12175 (jka-compr-uninstall): Remove entries from
12176 jka-compr-added-to-file-coding-system-alist after they are used.
12177 (jka-compr-error): Remove unused var `curbuf'.
12178 (jka-compr-file-local-copy): Remove unused var `notfound'.
12179
12180 2005-11-10 Romain Francoise <romain@orebokech.com>
12181
12182 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12183
12184 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12185
12186 * progmodes/gud.el (gud-menu-map): Move parentheses.
12187 (gdb): New command gud-pv.
12188
12189 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * tar-mode.el: Remove spurious or unnecessary leading stars
12192 in docstrings.
12193 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12194 (tar-parse-octal-integer-safe): Use mapc.
12195 (tar-header-block-summarize): Remove unused var `ck'.
12196 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12197 cleared before. Obey default-enable-multibyte-characters.
12198 Use mapconcat. Simplify setting of tar-header-offset.
12199 (tar-mode-map): Move initialization inside delcaration.
12200 (tar-flag-deleted): Use `abs'.
12201 (tar-expunge-internal): Remove unused var `line'.
12202 (tar-expunge-internal): Don't hardcode point-min==1.
12203 (tar-expunge): Widen while doing set-buffer-multibyte.
12204 (tar-rename-entry): Use file-name-coding-system.
12205 (tar-alter-one-field): Don't hardcode point-min==1.
12206 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12207 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12208
12209 2005-11-10 Masatake YAMATO <jet@gyve.org>
12210
12211 * add-log.el (add-log-current-defun): Handle class::method
12212 notation of c++. Fix incorrect comment.
12213
12214 2005-11-10 Alan Mackenzie <acm@muc.de>
12215
12216 * help-fns.el (describe-variable): Make C-h v work when a variable
12217 has variable documentation yet is unbound.
12218
12219 2005-11-10 Masatake YAMATO <jet@gyve.org>
12220
12221 * man.el (Man-highlight-references): Set an empty
12222 string to `Man-arguments' if it is nil.
12223 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12224
12225 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12228 commenting conventions.
12229
12230 * cus-dep.el (custom-make-dependencies): Simplify.
12231 Better follow the commenting conventions.
12232
12233 2005-11-09 Richard M. Stallman <rms@gnu.org>
12234
12235 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12236 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12237 All uses changed.
12238 (apropos-rewrite-regexp): Doc fix.
12239 (apropos-variable, apropos-command, apropos, apropos-value):
12240 Change prompt; carry through the argument renaming.
12241
12242 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12243
12244 * find-lisp.el: Require dired.
12245 (find-lisp-find-dired-internal): Do not call
12246 `abbreviate-file-name' on DIR.
12247
12248 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12249
12250 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12251
12252 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12253
12254 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12255 when using the speedbar.
12256 (gdb): New command gud-pp.
12257 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12258
12259 2005-11-09 Juri Linkov <juri@jurta.org>
12260
12261 * replace.el (occur-excluded-properties): New defcustom.
12262 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12263
12264 2005-11-08 Jay Belanger <belanger@truman.edu>
12265
12266 * calc/calc-units.el (math-convert-units): Replace any composite
12267 unit by its definition.
12268
12269 2005-11-08 Lars Hansen <larsh@soem.dk>
12270
12271 * emacs-lisp/autoload.el (update-directory-autoloads):
12272 Add obsolete function alias.
12273
12274 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12277 comment-indent-function.
12278 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12279
12280 * reveal.el (reveal-post-command): Rework the handling of
12281 reveal-open-spots, so as to be more reliable. There were several
12282 tricky corner cases where an open spot might be lost, or where
12283 a closed spot might end up on the list of open spots.
12284 Only reveal text that's ellipsised.
12285
12286 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12287
12288 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12289
12290 2005-11-07 John Paul Wallington <jpw@gnu.org>
12291
12292 * ibuffer.el (ibuffer): Search iconified frames too when
12293 getting Ibuffer buffer's window.
12294
12295 2005-11-06 Richard M. Stallman <rms@gnu.org>
12296
12297 * progmodes/compile.el (compilation-internal-error-properties):
12298 save-excursion around the computation of MARKER.
12299
12300 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12301
12302 * textmodes/flyspell.el (flyspell-external-point-words):
12303 flyspell-get-word returns a list, not just a string.
12304
12305 2005-11-06 John Paul Wallington <jpw@pobox.com>
12306
12307 * ibuffer.el (ibuffer): Search all visible frames when getting
12308 Ibuffer buffer's window.
12309
12310 2005-11-07 Masatake YAMATO <jet@gyve.org>
12311
12312 * man.el (Man-reference-regexp): Accept spaces between
12313 `Man-name-regexp' and `Man-section-regexp'.
12314 (Man-apropos-regexp): New variable.
12315 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12316 if available.
12317 (Man-highlight-references, Man-highlight-references0):
12318 Handle the case when `Man-arguments' includes "-k".
12319 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12320 `TARGET'. `TARGET' can be a number, function or nil.
12321
12322 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12323
12324 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12325 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12326 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12327 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12328 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12329 (gdb-send-item): Use buffer-local-value and simplify.
12330
12331 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12332
12333 * startup.el (command-line): Use `custom-reevaluate-setting' for
12334 `global-font-lock-mode'.
12335
12336 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12337 by default, except in batch mode or when the -D option is given.
12338
12339 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12340 specified keyword args on to `define-minor-mode'. Update docstring.
12341
12342 2005-11-05 Romain Francoise <romain@orebokech.com>
12343
12344 * replace.el (occur-engine): Add marker at end of line, too.
12345
12346 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12347
12348 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12349 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12350 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12351 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12352 argument to all these routines, so the passphrase can be managed
12353 externally and passed in to the system.
12354 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12355 pgg-add-passphrase-to-cache function.
12356
12357 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12358 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12359 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12360 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12361 argument to all these routines, so the passphrase can be managed
12362 externally and passed in to the system.
12363 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12364 function.
12365
12366 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12367
12368 * font-lock.el: Don't deal with font-lock-face-attributes here,
12369 move the code ...
12370
12371 * startup.el (command-line): ... here. Use face-spec-set instead
12372 of custom-declare-face.
12373
12374 * faces.el (face-spec-set): Reset the face if spec is not nil.
12375
12376 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * newcomment.el (comment-region-internal): Box more tightly in the
12379 common case where there's no TAB in the boxed text.
12380
12381 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12382
12383 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12384 up-node.
12385
12386 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12387
12388 * newsticker.el: Commentary updated. Code formatting changed.
12389 (newsticker-version): Change to "1.9".
12390 (newsticker, newsticker-feed): Doc fix.
12391 (newsticker-url-list): Doc fix. Add option "Weekly".
12392 (newsticker-retrieval-interval): Add option "Weekly".
12393 (newsticker-headline-processing): Doc fix.
12394 (newsticker-auto-mark-filter): Remove.
12395 (newsticker-auto-mark-filter-list): New.
12396 (newsticker-layout, newsticker-sort-method): Doc fix.
12397 (newsticker-hide-old-items-in-newsticker-buffer)
12398 (newsticker-heading-format, newsticker-item-format)
12399 (newsticker-desc-format): Doc fix.
12400 (newsticker-show-all-rss-elements): Remove.
12401 (newsticker-show-all-news-elements): New.
12402 (newsticker-faces, newsticker-ticker): Doc fix.
12403 (remove-from-invisibility-spec): Code formatting.
12404 (newsticker--process-ids): New.
12405 (newsticker-mode): Doc fix.
12406 (newsticker-mode): Change mode-line-format.
12407 (newsticker-start): Remove debug output.
12408 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12409 (newsticker-w3m-show-inline-images): Code formatting.
12410 (newsticker-next-item): Call `force-mode-line-update'.
12411 (newsticker-previous-item): Call `force-mode-line-update'.
12412 (newsticker-next-feed): Call `force-mode-line-update'.
12413 (newsticker-previous-feed): Call `force-mode-line-update'.
12414 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12415 (newsticker-show-old-items): Do not show descs.
12416 (newsticker-hide-entry): Hide too much.
12417 (newsticker-hide-entry, newsticker-show-entry)
12418 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12419 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12420 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12421 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12422 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12423 (newsticker-get-news): Call `force-mode-line-update'.
12424 Collect process ids.
12425 (newsticker--sentinel): Change coding system handling.
12426 Move image retrieval to new functions newsticker--get-logo-url-*.
12427 Move feed parsing to new functions newsticker--parse-*.
12428 Update list of process ids.
12429 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12430 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12431 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12432 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12433 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12434 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12435 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12436 (newsticker--decode-coding-string): Remove.
12437 (newsticker--decode-numeric-entities): Check input. Format code.
12438 (newsticker--remove-whitespace): Check input.
12439 (newsticker--do-forget-preformatted): Doc fix.
12440 (newsticker--decode-rfc822-date): Allow for missing time.
12441 (newsticker--update-process-ids): New.
12442 (newsticker--image-sentinel): Change comment.
12443 (newsticker--image-read): Change error message.
12444 (newsticker--imenu-goto): Doc fix. Show headline title.
12445 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12446 (newsticker--buffer-do-insert-text): Clean whitespace in
12447 html-rendered headline title. Code formatting.
12448 Call `newsticker--buffer-print-extra-elements'.
12449 (newsticker--buffer-print-extra-element): Remove.
12450 (newsticker--buffer-print-extra-elements): New.
12451 (newsticker--buffer-do-print-extra-element): New.
12452 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12453 large sizes.
12454 (newsticker--run-auto-mark-filter)
12455 (newsticker--do-run-auto-mark-filter):
12456 Use `newsticker-auto-mark-filter-list'.
12457
12458 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12459
12460 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12461 (rcirc-print): Force redisplay before running hooks. Do long
12462 buffer truncation after making new text read-only. Deal with nil
12463 text when decoding strings. If TARGET is nil, use either the
12464 currently selected buffer, if it is an rcirc buffer and of the
12465 same process or the process buffer.
12466 (rcirc-mode): Remove header-line. Recompute short buffer names.
12467 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12468 (rcirc-short-buffer-name): Add variable.
12469 (rcirc-kill-buffer-hook): Recompute short buffer names.
12470 Remove nick from private channel.
12471 (rcirc-send-input): Send command text to current-buffer.
12472 Don't clear overlay arrow here.
12473 (rcirc-short-buffer-name): Return a short buffer name.
12474 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12475 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12476 buffer-name abbreviations.
12477 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12478 Do not touch nick-table when killing a parted channel.
12479 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12480 Clear arrow from current buffer if it is now hidden.
12481 (rcirc-current-buffer): Add variable.
12482 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12483 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12484 Remove -face from names.
12485 (rcirc-update-activity-string): Print "DND" when globally ignoring
12486 activity.
12487 (rcirc-ignore-buffer-activity-flag): Rename from
12488 rcirc-ignore-channel-activity.
12489 (rcirc-ignore-all-activity-flag): Doc fix.
12490 (rcirc-channels): Remove variable.
12491 (rcirc-kill-buffer-hook):
12492 (rcirc-get-buffer-create): Add nick to private channel.
12493 (rcirc-multiline-edit-submit): Remove tabs.
12494 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12495 folded.
12496 (rcirc-remove-nick-channel): Bug fix.
12497 (rcirc-toggle-ignore-buffer-activity): Rename from
12498 rcirc-toggle-ignore-channel-activity.
12499 (rcirc-record-activity): Add buffers to the front of the list.
12500 (rcirc-update-activity): Remove killed buffers from list.
12501 (rcirc-process-server-response-1): Remove last argument if it is
12502 null before calling handler.
12503 (rcirc): Add "rcirc" defcustom prefix.
12504 (rcirc-prompt): Simplify default prompt.
12505 Use custom-initialize-default.
12506 (rcirc-private-chats): Remove variable.
12507 (rcirc-prompt): Change initialization.
12508 (rcirc-version): Remove function.
12509 (rcirc-id-string): Add constant.
12510 (rcirc-last-buffer): Remove variable.
12511 (rcirc-buffer-alist): Add variable.
12512 (rcirc-connect): Update variable setup.
12513 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12514 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12515 default.
12516 (rcirc-handler-generic): Trigger activity.
12517 (rcirc-send-message): Create the buffor of the target.
12518 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12519 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12520 (rcirc-multiline-edit-cancel): Remove function.
12521 (rcirc-set-last-buffer): Remove function.
12522 (rcirc-get-any-buffer): Add function.
12523 (rcirc-join-channels): Don't print /join text.
12524 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12525 messages.
12526 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12527 (rcirc-handler-NOTICE): Recognize CTCP responses.
12528 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12529 constructing TOPIC string for buffers we are not JOINed.
12530 (rcirc-handler-CTCP-response): Add handler.
12531 (rcirc-multiline-edit-submit): Restore the window-configuration
12532 before adjusting point.
12533 (rcirc): Add customization group.
12534 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12535 (rcirc-user-full-name, rcirc-startup-channels-alist)
12536 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12537 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12538 (rcirc-input-ring-size, rcirc-read-only-flag)
12539 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12540 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12541 Change defvar to defcustom.
12542 (rcirc-update-prompt): Add optional ALL arg, which will update
12543 prompts in all rcirc buffers. Regexp quote replacement text.
12544 (rcirc-fill-column): Accept frame-width as a value.
12545 (rcirc-set-changed): Add function.
12546 (rcirc-next-active-buffer): Write more meaningful messages.
12547 (rcirc-faces): Add customization group.
12548 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12549 (rcirc-nick-in-message-face, rcirc-prompt-face)
12550 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12551 (with-rcirc-process-buffer): Move before first usage.
12552 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12553 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12554 (rcirc-debug): Rename from `rcirc-log'.
12555 (rcirc-format-response-string): Do not print `-' chars for a
12556 NOTICE with no sender. Simplify output of server responses.
12557
12558 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12559
12560 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12561 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12562 Make urls mouse and RET clickable.
12563
12564 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12565
12566 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12567
12568 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12569
12570 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12571 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12572 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12573 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12574 argument to all these routines, so the passphrase can be managed
12575 externally and passed in to the system.
12576 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12577 pgg-add-passphrase-to-cache function.
12578
12579 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12580 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12581 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12582 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12583 argument to all these routines, so the passphrase can be managed
12584 externally and passed in to the system.
12585 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12586 function.
12587
12588 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12589
12590 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12591 from goto-address-url-regexp.
12592
12593 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12594
12595 * textmodes/org.el (org-read-date, org-goto-calendar)
12596 (org-recenter-calendar, org-agenda-goto-calendar):
12597 Temporarily clear `calendar-move-hook'.
12598
12599 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12600
12601 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12602 merging.
12603
12604 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12605 have merge clashes.
12606
12607 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12608
12609 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12610 Undo previous change.
12611
12612 * startup.el (command-line): Use `custom-reevaluate-setting' for
12613 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12614 tty-register-default-colors on Mac.
12615
12616 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12617
12618 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12619 (gdb-buffer-type): Make it automatically buffer local...
12620 (gdb-get-create-buffer): ...and set it accordingly.
12621 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12622 actually work.
12623
12624 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12625
12626 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12627 not red.
12628
12629 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12630
12631 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12632 case GUD buffer is not visible.
12633 (gdb-goto-breakpoint): Try to force display in source buffer.
12634 (gdb-frame-gdb-buffer): Copy other similar functions.
12635 (gdb-restore-windows): Don't display source if not asked for.
12636 (gdb-assembler-buffer-name): Don't capitalise.
12637
12638 2005-11-03 Richard M. Stallman <rms@gnu.org>
12639
12640 * wid-edit.el (key-sequence): New widget type.
12641
12642 * simple.el (set-mark-command-repeat-pop): New variable.
12643 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12644 if set-mark-command-repeat-pop is true.
12645
12646 * info.el (Info-fontify-node): Don't display extra "see" if there
12647 already is one here.
12648
12649 * mouse.el: Fix special handling of DEL after dragging a region:
12650 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12651 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12652
12653 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12654
12655 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12656 not to assume it pertains to an affix.
12657
12658 * textmodes/flyspell.el (flyspell-post-command-hook):
12659 Bind deactivate-mark to prevent deactivation.
12660
12661 2005-11-03 Lars Hansen <larsh@soem.dk>
12662
12663 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12664 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12665 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12666
12667 2005-11-03 Romain Francoise <romain@orebokech.com>
12668
12669 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12670 Update copyright years.
12671
12672 2005-11-03 Sam Steingold <sds@gnu.org>
12673
12674 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12675 Use system-type instead of window-system because window-system is not
12676 correctly defined during loadup.
12677
12678 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12679
12680 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12681 (xml-parse-tag): Join strings separated by a comment properly.
12682
12683 2005-11-02 Andreas Schwab <schwab@suse.de>
12684
12685 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12686
12687 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12690 (byte-optimize-pure-func): Quote the eval'd value.
12691
12692 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12693 Rename from perl-font-lock-syntactic-face-function.
12694 Change the calling convention so it can be used as a font-lock MATCHER.
12695 Do the parse-partial-sexp loop outselves.
12696 (perl-font-lock-syntactic-keywords): Use it.
12697 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12698
12699 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12700
12701 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12702 disassembly buffer too.
12703 (gdb-exited): Remove overlay arrows when execution has finished.
12704 (gdb-info-frames-custom, gdb-info-threads-custom)
12705 (gdb-info-registers-custom): Don't add inappropriate text
12706 properties if inferior is not active.
12707
12708 2005-11-02 Glenn Morris <rgm@gnu.org>
12709
12710 * progmodes/fortran.el (fortran-blink-match):
12711 Use `blink-matching-delay'.
12712
12713 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12714
12715 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12716
12717 2005-11-02 Lars Hansen <larsh@soem.dk>
12718
12719 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12720 "Permission denied".
12721
12722 2005-11-01 Richard M. Stallman <rms@gnu.org>
12723
12724 * textmodes/flyspell.el (flyspell-external-point-words):
12725 Pass nil to flyspell-get-word.
12726
12727 2005-11-02 Kim F. Storm <storm@cua.dk>
12728
12729 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12730 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12731
12732 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12735 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12736 (calendar-mouse-print-dates): Add optional `event' argument.
12737 Update interactive-spec.
12738 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12739 Use `calendar-event-to-date' instead of `event'.
12740
12741 2005-11-02 Masatake YAMATO <jet@gyve.org>
12742
12743 * progmodes/ld-script.el (ld-script-builtins):
12744 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12745 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12746 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12747
12748 2005-11-01 Romain Francoise <romain@orebokech.com>
12749
12750 * vc-sccs.el: Update copyright year.
12751 * ezimage.el: Likewise.
12752
12753 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12754
12755 * info.el (Info-fontify-node): Use `string-width' for fontifying
12756 underlined titles.
12757
12758 2005-11-01 Juri Linkov <juri@jurta.org>
12759
12760 * info.el (Info-fontify-node): Downcase node header keywords Node,
12761 Prev, Next, Up before comparison.
12762 (Info-history): Insert absolute directory name, and put invisible
12763 property on it.
12764
12765 2005-11-01 Juri Linkov <juri@jurta.org>
12766
12767 * info.el (Info-file-supports-index-cookies): New variable.
12768 (Info-find-node-2): Check makeinfo version for index cookie support.
12769 (Info-index-nodes): Search for nodes with index cookies only when
12770 Info-file-supports-index-cookies is t. Otherwise, search nodes
12771 with "Index" in the node name.
12772 (Info-index-node): Search index cookie in the current node only when
12773 Info-file-supports-index-cookies is t. Otherwise, check the word
12774 "Index" in the node name.
12775 (Info-find-emacs-command-nodes): Remove code that searches nodes
12776 with "Index" node name in the top menu.
12777
12778 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * progmodes/scheme.el (scheme-mode-variables): Use the default
12781 comment-indent-function.
12782
12783 * faces.el (face-attribute): Handle the case where a face inherits from
12784 a non-existent face.
12785
12786 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12787 for octal and hexa output, and merge the char into the paren.
12788 (kill-new): Use push.
12789 (copy-to-buffer): Use with-current-buffer.
12790 (completion-setup-function): Move code in loop to remove redundancy.
12791 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12792 those inherited from minibuffer-local-completion-map.
12793
12794 * savehist.el (savehist-mode) <defcustom>:
12795 Use custom-set-minor-mode if available.
12796 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12797 and emit a message if applicable.
12798
12799 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12800
12801 * savehist.el: Sync up to version 19.
12802 (savehist-mode): New minor mode.
12803 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12804 (savehist-length): Remove (use history-length instead).
12805 (savehist-file-modes): Rename from savehist-modes.
12806 (savehist-save-hook, savehist-loaded): New vars.
12807 (savehist-load): Use savehist-mode. Try to smooth up transition from
12808 old format to new format.
12809 (savehist-install): Allow savehist-autosave-interval to be nil.
12810 (savehist-save): Run the new hook. Be more careful to only trim the
12811 history variables.
12812 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12813 (savehist-printable): Print into a buffer rather than char-by-char.
12814
12815 2005-11-01 John Wiegley <johnw@newartisans.com>
12816
12817 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12818 toggle-ignore keybinding (C-a). The author said it had been
12819 disabled much earlier due to a possible incompatibility, but after
12820 many months of usage I have encountered no problems (and it is a
12821 rather useful option, especially for switching to " *temp*").
12822
12823 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12824 support for OS/X's AddressBook, by calling out to the open source
12825 program "contacts" (installable through Fink).
12826
12827 * net/eudc.el (eudc-expand-inline): If the
12828 `eudc-multiple-match-handling-method' is set to `all', delete the
12829 query string before inserting the query result.
12830
12831 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12832 flag, to prevent Eshell from using the system ls when
12833 `eshell-ls-insert-directory' is in used.
12834 (eshell-ls-insert-directory): Disable font-lock in directory
12835 buffer so that Eshell's own fontification is seen. This broke
12836 recently due to changes in font-lock, so this goes back to version
12837 21 behavior.
12838
12839 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12840
12841 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12842 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12843 (gdb-many-windows): Doc fix.
12844
12845 2005-10-31 Romain Francoise <romain@orebokech.com>
12846
12847 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12848
12849 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12850
12851 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12852 that global-font-lock-mode can be enabled by default.
12853
12854 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12855 (font-lock-add-keywords, font-lock-remove-keywords)
12856 (font-lock-fontify-buffer): Remove autoload cookies.
12857
12858 * jit-lock.el (jit-lock-register): Likewise.
12859
12860 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12861
12862 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12863
12864 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12865 intact if there is no gud-comint-buffer.
12866
12867 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12868
12869 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12870 old prompt comint-prompt-read-only is t and GDB commands are
12871 issued from tool bar etc.
12872
12873 2005-10-31 Masatake YAMATO <jet@gyve.org>
12874
12875 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12876
12877 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12878
12879 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12880 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12881
12882 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12883
12884 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12885 starting at beginning of line. Fontification is messed up when
12886 `open-paren-in-column-0-is-defun-start' set to t.
12887 Reported by John Paul Wallington <jpw@pobox.com>.
12888
12889 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12890
12891 * comint.el (comint-send-input): Call `comint-update-fence' when
12892 `comint-process-echoes' and `comint-prompt-read-only' are both
12893 non-nil, to avoid leftover read-only newline.
12894
12895 2005-10-30 Richard M. Stallman <rms@gnu.org>
12896
12897 * textmodes/flyspell.el (flyspell-external-point-words):
12898 Detect when WORD can't be checked properly because
12899 flyspell-get-word finds just part of it, and move on.
12900
12901 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12902 boundarychar for Polish.
12903 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12904 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12905
12906 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12907
12908 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12909 (gdb-registers-font-lock-keywords): Delete.
12910 (gdb-registers-mode): Don't fontify.
12911 (gdb-info-registers-custom): Use text properties instead as, in
12912 future, changed register values will use font-lock-warning-face.
12913 (gdb-local-font-lock-keywords): Rename to...
12914 (gdb-locals-font-lock-keywords): ...for consistency.
12915
12916 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12917
12918 * vc.el (vc-switch-backend): Better error message if the buffer is
12919 not visiting a file under version control.
12920
12921 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12922
12923 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12926 ~/.emacs.d/.emacs.
12927
12928 2005-10-29 Richard M. Stallman <rms@gnu.org>
12929
12930 * replace.el (occur-mode-mouse-goto): Always go to other window.
12931 (occur-mode-goto-occurrence): Always switch in same window.
12932
12933 * simple.el (undo): Display message at end, not at start.
12934
12935 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12936 New arg REUSE-CELL.
12937 (cancel-timer-internal): New function.
12938 (timer-event-handler): Use cancel-timer-internal,
12939 and pass the cell it returns to timer-activate...
12940
12941 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12942 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12943 (jit-lock-after-change): Test memory-full.
12944
12945 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12946
12947 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12948 part of the decoded armor to find the key-identifier.
12949 (pgg-gpg-lookup-key-owner): New function to return the
12950 human-readable identifier of a key owner.
12951 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12952 key itself.
12953 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12954 the key value) if we have a key and can match it against a secret
12955 key. Also, added a note pointing out fact that the prompt only
12956 indicates the first matching key.
12957
12958 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12959 pgg-decrypt-region.
12960 (pgg-pending-timers): A new hash for tracking the passphrase cache
12961 timers, so that new ones supercede old ones.
12962 (pgg-add-passphrase-to-cache): Rename from
12963 `pgg-add-passphrase-cache' to reduce confusion (all callers
12964 changed). Modified to cancel old timers when new ones are added.
12965 (pgg-remove-passphrase-from-cache): Rename from
12966 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12967 changed). Modified to cancel old timers when their keys are
12968 removed from the cache.
12969 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12970 XEmacs, an indirection to delete-itimer.
12971 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12972 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12973 users can only check cache without risk of prompting. Correct bug in
12974 notruncate behavior.
12975 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12976 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12977 Add informative docstrings.
12978 (pgg-decrypt): Convey provided passphrase in subordinate call to
12979 pgg-decrypt-region.
12980
12981 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12982 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12983 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12984 `passphrase' argument, so the passphrase can be managed externally
12985 and then passed in to the system.
12986
12987 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12988 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12989 so the passphrase cache can be used reliably with identifiers
12990 besides a pgp packet's key id.
12991
12992 * pgg-gpg.el (pgg-pgp-encrypt-region)
12993 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12994 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12995 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12996 argument to all these routines, so the passphrase can be managed
12997 externally and passed in to the system.
12998
12999 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13000 `notruncate' argument, so the passphrase cache can be used
13001 reliably with identifiers besides a pgp packet's key id.
13002
13003 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13004
13005 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13006 symmetric encryption.
13007 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13008 encrypted session key.
13009 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13010 message ask for the passphrase in a proper way.
13011
13012 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13013 New user commands for symmetric encryption.
13014
13015 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13016
13017 * textmodes/conf-mode.el (conf-assignment-sign)
13018 (conf-assignment-regexp): Fix docstrings.
13019 (conf-mode-initialize): New function.
13020 (conf-mode): Remove optional args. Use delay-mode-hooks to
13021 recognize recursive calls.
13022 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13023 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13024 (conf-xdefaults-mode): Use define-derived-mode and
13025 conf-mode-initialize.
13026
13027 2005-10-29 Romain Francoise <romain@orebokech.com>
13028
13029 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13030
13031 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13032
13033 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13034 part of the decoded armor to find the key-identifier.
13035 (pgg-gpg-lookup-key-owner): New function to return the
13036 human-readable identifier of a key owner.
13037 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13038 key itself.
13039 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13040 the key value) if we have a key and can match it against a secret
13041 key. Also, added a note pointing out fact that the prompt only
13042 indicates the first matching key.
13043
13044 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13045 pgg-decrypt-region.
13046 (pgg-pending-timers): A new hash for tracking the passphrase cache
13047 timers, so that new ones supercede old ones.
13048 (pgg-add-passphrase-to-cache): Rename from
13049 `pgg-add-passphrase-cache' to reduce confusion (all callers
13050 changed). Modified to cancel old timers when new ones are added.
13051 (pgg-remove-passphrase-from-cache): Rename from
13052 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13053 changed). Modified to cancel old timers when their keys are
13054 removed from the cache.
13055 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13056 XEmacs, an indirection to delete-itimer.
13057 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13058 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13059 users can only check cache without risk of prompting. Correct bug in
13060 notruncate behavior.
13061 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13062 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13063 Add informative docstrings.
13064 (pgg-decrypt): Convey provided passphrase in subordinate call to
13065 pgg-decrypt-region.
13066
13067 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13068
13069 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13070 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13071 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13072 `passphrase' argument, so the passphrase can be managed externally
13073 and then passed in to the system.
13074
13075 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13076 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13077 so the passphrase cache can be used reliably with identifiers
13078 besides a pgp packet's key id.
13079
13080 * pgg-gpg.el (pgg-pgp-encrypt-region)
13081 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13082 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13083 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13084 argument to all these routines, so the passphrase can be managed
13085 externally and passed in to the system.
13086
13087 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13088 `notruncate' argument, so the passphrase cache can be used
13089 reliably with identifiers besides a pgp packet's key id.
13090
13091 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13092
13093 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13094 symmetric encryption.
13095 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13096 encrypted session key.
13097 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13098 message ask for the passphrase in a proper way.
13099
13100 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13101 New user commands for symmetric encryption.
13102
13103 2005-10-28 Bill Wohler <wohler@newt.com>
13104
13105 * help-mode.el (help-url): New button type. Calls browse-url.
13106 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13107 Similar to Info nodes: URL `url'.
13108 (help-make-xrefs): Create help-url buttons for
13109 help-xref-url-regexp matches.
13110
13111 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13112
13113 * tool-bar.el (tool-bar-add-item-from-menu)
13114 (tool-bar-local-item-from-menu): Fix doc strings.
13115
13116 2005-10-28 Romain Francoise <romain@orebokech.com>
13117
13118 * ldefs-boot.el: Update.
13119
13120 * subr.el (locate-library): Move from help-fns.el.
13121 * help-fns.el (locate-library): Move to subr.el.
13122
13123 2005-10-28 Richard M. Stallman <rms@gnu.org>
13124
13125 * net/tramp.el (tramp-completion-mode): defvar moved up.
13126
13127 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13128
13129 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13130
13131 * files.el (find-file-noselect): Use %d to format large file size.
13132
13133 * bindings.el (mode-line-format): Add %e.
13134
13135 * loadup.el ("facemenu"): Load unconditionally.
13136 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13137 ("x-dnd"): Load, when appropriate.
13138
13139 * startup.el (command-line): Call before-init-hook earlier.
13140 Warn about some bad characters in -u user name.
13141
13142 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13143 (flyspell-external-point-words): Error if misspelled word is not found.
13144 Set flyspell-large-region-beg at end of word.
13145
13146 2005-10-28 Andreas Schwab <schwab@suse.de>
13147
13148 * view.el (View-revert-buffer-scroll-page-forward):
13149 Use view-page-size-default.
13150
13151 2005-10-28 Juri Linkov <juri@jurta.org>
13152
13153 * international/quail.el (quail-get-current-str): Translate last
13154 raw character for deterministic input methods.
13155
13156 2005-10-27 Jay Belanger <belanger@truman.edu>
13157
13158 * calc/calc-ext.el: Add functions to autoloads.
13159 (math-identity-matrix-p, math-ident-row-p): New functions.
13160
13161 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13162 multiplication by an identity matrix; don't turn multiplication by
13163 an inverse matrix into division.
13164 (math-div-symbol-fancy): Replace division by matrices with
13165 multiplication by inverse.
13166
13167 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13168
13169 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13170 (calc-writeoutpower): New functions.
13171
13172 2005-10-27 Romain Francoise <romain@orebokech.com>
13173
13174 * replace.el (occur-engine): Include colon in mouse-face highlight.
13175
13176 * dired-x.el: Change Maintainer field.
13177
13178 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * longlines.el (longlines-mode): Bind after-change-functions to
13181 nil during initial decoding and final encoding.
13182
13183 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13184
13185 * term.el (term-emulate-terminal, term-handle-colors-array)
13186 (term-handle-ansi-escape): Specify the terminfo capabilities
13187 implemented.
13188
13189 2005-10-26 Richard M. Stallman <rms@gnu.org>
13190
13191 * info.el (Info-fontify-node): Fix detection of sentence-break
13192 before *Note.
13193
13194 2005-10-26 Romain Francoise <romain@orebokech.com>
13195
13196 * smerge-mode.el: Add `tools' to file keywords.
13197
13198 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13199
13200 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13201 when the fringe is not available.
13202
13203 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13204 (def-gdb-auto-update-trigger): Simplify construction.
13205 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13206 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13207 defined explicitly.
13208 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13209 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13210 defined explicitly.
13211 (gdb-info-locals-custom): Remove as it's a no-op.
13212
13213 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13214
13215 * longlines.el (longlines-mode): Remove narrowing before
13216 performing the initial decoding or final encoding.
13217
13218 2005-10-25 Romain Francoise <romain@orebokech.com>
13219
13220 * emacs-lisp/find-func.el (find-library-name): Also strip
13221 extension if library name ends in .el, to take advantage of
13222 `find-library-suffixes'.
13223
13224 2005-10-25 Richard M. Stallman <rms@gnu.org>
13225
13226 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13227
13228 2005-10-25 Juri Linkov <juri@jurta.org>
13229
13230 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13231 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13232
13233 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13236 (blackbox-redefine-key): Add argument `map'.
13237
13238 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13239 regions when moving the jit-lock-context-unfontify-pos boundary.
13240
13241 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13242
13243 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13244
13245 2005-10-25 Masatake YAMATO <jet@gyve.org>
13246
13247 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13248
13249 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13250
13251 * play/blackbox.el (blackbox-redefine-key): New function.
13252 (blackbox-mode-map): Use it to remap existing bindings for cursor
13253 motion instead of binding literal keys.
13254
13255 2005-10-25 Glenn Morris <rgm@gnu.org>
13256
13257 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13258 diary does not end in a newline. Do not assume a blank line at
13259 the start of the diary file.
13260
13261 2005-10-25 Kenichi Handa <handa@m17n.org>
13262
13263 * international/quail.el (quail-translate-key): If the input
13264 method is deterministic and failed to handle the last key, restart
13265 the key handling loop from an appropriate key.
13266
13267 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13268
13269 * vc.el (vc-dired-mode): Extend comment for binding of
13270 `directory-listing-before-filename-regexp'.
13271
13272 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * textmodes/texinfo.el (texinfo-mode):
13275 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13276 not to unnecessarily expose emacs-mule's internal char codes.
13277
13278 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13279
13280 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13281 Display hand pointer and help-echo on disabled icon too.
13282 (gdb-mouse-until): New function.
13283 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13284
13285 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13286
13287 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13288 with 2005-10-23 change to doctor.el.
13289
13290 * finder.el (finder-mode-map): Add follow-link binding.
13291
13292 2005-10-25 Kim F. Storm <storm@cua.dk>
13293
13294 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13295 to gdb-mouse-toggle-breakpoint-fringe.
13296 (gdb-mouse-toggle-breakpoint-margin): Rename from
13297 gdb-mouse-toggle-breakpoint. Fix doc.
13298 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13299 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13300 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13301 string properties also for fringe breakpoint bitmaps.
13302
13303 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13304
13305 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13306
13307 2005-10-25 Masatake YAMATO <jet@gyve.org>
13308
13309 * simple.el (completion-common-substring):
13310 Use `completion-common-substring' prior to `completion-base-size'.
13311
13312 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13313
13314 * savehist.el: Require CL while compiling.
13315 (savehist-history-variables): Remove.
13316 (savehist-save-minibuffer-history, savehist-additional-variables)
13317 (savehist-minibuffer-history-variables): New vars.
13318 (savehist-save): Use them.
13319 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13320 (savehist-install): New fun, extracted from savehist-load.
13321 (savehist-load): Use them.
13322
13323 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13326 a dummy doc-string-elt property.
13327 (defalias, defvaralias, define-category): Add a docstring property.
13328
13329 * image.el (defimage):
13330 * widget.el (define-widget):
13331 * custom.el (defface, defcustom): Add `doc-string' declaration.
13332
13333 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13334 (defadvice): Add `doc-string' declaration.
13335
13336 * emacs-lisp/byte-run.el (macro-declaration-function):
13337 Handle `doc-string' declarations.
13338 (define-obsolete-function-alias, define-obsolete-variable-alias):
13339 Add `doc-string' declaration.
13340
13341 2005-10-24 Kenichi Handa <handa@m17n.org>
13342
13343 * international/utf-7.el (utf-7): Add autoload cookie.
13344
13345 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13346
13347 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13348
13349 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13350 list of directories passed to batch-update-autoloads. Add "." to
13351 the list of the echoed directories.
13352
13353 * pgg-def.el:
13354 * pgg-gpg.el:
13355 * pgg-parse.el:
13356 * pgg-pgp.el:
13357 * pgg-pgp5.el:
13358 * pgg.el: Moved here from the gnus subdirectory.
13359
13360 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13361
13362 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13363 in case comint-prompt-read-only is set to t.
13364
13365 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13366 in case comint-prompt-read-only is set to t.
13367
13368 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13369
13370 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13371 Now a string.
13372 (icalendar-import-format): Handle CLASS, STATUS, URL.
13373 Rename `subject' to `summary'.
13374 (icalendar-import-format-summary): Rename from
13375 `icalendar-import-format-subject'.
13376 (icalendar-import-format-url, icalendar-import-format-status)
13377 (icalendar-import-format-class): New variables.
13378 (icalendar--rris): Take variable argument list.
13379 (icalendar--datestring-to-isodate): Remove unnecessary
13380 calendar-style check when converting dates with explicit month names.
13381 (icalendar-export-region): Change return type of conversion
13382 subroutines. Bury current buffer unless error occurred.
13383 (icalendar--convert-to-ical)
13384 (icalendar--parse-summary-and-rest): New functions.
13385 (icalendar--convert-ordinary-to-ical)
13386 (icalendar--convert-weekly-to-ical)
13387 (icalendar--convert-yearly-to-ical)
13388 (icalendar--convert-block-to-ical)
13389 (icalendar--convert-cyclic-to-ical)
13390 (icalendar--convert-anniversary-to-ical): Change return type.
13391 Strip trailing blanks from subject.
13392 (icalendar--convert-sexp-to-ical): Change return type.
13393 Strip trailing blanks from subject. Handle simple sexp
13394 entries as generated by icalendar.el.
13395 (icalendar--convert-float-to-ical)
13396 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13397 (icalendar-import-file): Doc fix.
13398 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13399 Correct call to icalendar--rris.
13400 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13401 `summary'.
13402 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13403
13404 2005-10-24 Romain Francoise <romain@orebokech.com>
13405
13406 * server.el (server-sentinel): Set query-on-exit flag to nil on
13407 new client processes (it isn't inherited from the server process).
13408
13409 * replace.el (occur-engine): Rearrange text properties.
13410
13411 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13414 case-fold-search is nil.
13415 (debug-help-follow): Use help-xref-interned directly.
13416
13417 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13418
13419 * thumbs.el (thumbs-image-type): Add .pbm.
13420
13421 2005-10-23 Richard M. Stallman <rms@gnu.org>
13422
13423 * faces.el (inhibit-face-set-after-frame-default): New variable.
13424 (set-face-attribute): Bind it.
13425 (face-set-after-frame-default): Test it.
13426
13427 * help-fns.el (describe-simplify-lib-file-name): New function.
13428 (describe-function-1, describe-variable): Use it.
13429
13430 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13431
13432 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13433 Eliminate nil as possible value.
13434 (tooltip-hide-delay): Reduce internal-border-width.
13435
13436 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13437 (menu-bar-file-menu) <new-file>: Likewise.
13438
13439 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13440
13441 * international/mule.el (load-with-code-conversion):
13442 Pass full file name to `eval-buffer' unless preloading.
13443
13444 * textmodes/flyspell.el (flyspell-large-region):
13445 Call ispell-check-version.
13446
13447 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13448 Fix the make-variable-buffer-local call that was supposed
13449 to be for this variable.
13450 (ispell-aspell-supports-utf8): Doc fix.
13451 (ispell-find-aspell-dictionaries): Preserve elements of
13452 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13453 (ispell-aspell-find-dictionary): Return nil on error.
13454
13455 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13456 (doctor-symptoms): Likewise.
13457
13458 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13459
13460 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13461
13462 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13463 (custom-raised-buttons): Add :set spec.
13464 (custom-button-unraised, custom-button-pressed-unraised):
13465 New faces, so that custom-raised-buttons actually does something.
13466 (custom-mode): Use custom-button and custom-button-pressed.
13467
13468 * wid-edit.el (widget-specify-button): Don't ignore
13469 widget-mouse-face on graphic terminals.
13470 (widget-move-and-invoke): Cleanup.
13471
13472 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13473
13474 * whitespace.el (whitespace-cleanup): Doc fix.
13475
13476 2005-10-23 Romain Francoise <romain@orebokech.com>
13477
13478 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13479 `eval-after-load' to avoid evaluating their result.
13480
13481 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13482
13483 * files.el (directory-listing-before-filename-regexp):
13484 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13485
13486 * dired.el (dired-move-to-filename-regexp): Remove.
13487 All occurences replaced by `directory-listing-before-filename-regexp'.
13488
13489 * dired-x.el, locate.el, vc.el:
13490 Replace `dired-move-to-filename-regexp' by
13491 `directory-listing-before-filename-regexp'. In vc.el it is
13492 overwritten locally; maybe this can be handled in files.el too.
13493
13494 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13495 replaced by `directory-listing-before-filename-regexp'.
13496
13497 2005-10-23 Andreas Schwab <schwab@suse.de>
13498
13499 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13500 and eval-next-after-load.
13501
13502 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13503
13504 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13505 exist, create it.
13506
13507 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13508
13509 * allout.el: Remove autoloads for mailcrypt and crypt++.
13510 Require pgg, pgg-gpg during compilation.
13511 (allout-version): Increment version number to 2.1, and use a literal
13512 rather than RCS Id.
13513 (allout-default-encryption-scheme): Remove.
13514 (allout-passphrase-verifier-handling)
13515 (allout-passphrase-verifier-string)
13516 (allout-file-passphrase-verifier-string)
13517 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13518 (allout-passphrase-hint-handling): Rename and simplify.
13519 (allout-init): Use `find-file-hook' if available, otherwise
13520 `find-file-hooks'.
13521 (allout-mode): Use `write-file-functions' if available, otherwise
13522 `local-write-file-hooks' and, instead of making auto-save-hook
13523 buffer local, make the write-file-hook activity contingent to
13524 allout-mode.
13525 (allout-mode): Use key-binding substitution in the docstring.
13526 (allout-kill-line): Spell-out kill ring data structure mutation
13527 instead of using byte-compiler-complaint-provoking `pop'.
13528 (allout-insert-listified): Use `insert' rather than `insert-string'
13529 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13530 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13531 (allout-encrypt-string): Totally revamped vis new underlying
13532 encryption facilities.
13533 (allout-mc-activate-passwd): Remove.
13534 (allout-obtain-passphrase): New, more or less replaces
13535 allout-mc-activate-passwd.
13536 (allout-encrypted-key-info): More or less replaces
13537 allout-encrypted-text-type.
13538 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13539 (my-mark-marker): Use `(featurep 'xemacs)'.
13540
13541 2005-10-23 Lars Hansen <larsh@soem.dk>
13542
13543 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13544 (byte-compile-file-form-defmumble, byte-compile-defun)
13545 (byte-compile-defmacro): Use it.
13546 (byte-compile-form): Don't call byte-compile-set-symbol-position
13547 when a byte-compile handler is called.
13548
13549 2005-10-22 Romain Francoise <romain@orebokech.com>
13550
13551 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13552
13553 * subr.el (eval-after-load): Convert library name to an absolute
13554 file name using locate-library, since load-history no longer has
13555 library names in it.
13556
13557 2005-10-22 Richard M. Stallman <rms@gnu.org>
13558
13559 * files.el (make-temp-file): Move from subr.el.
13560 * subr.el (make-temp-file): Move to files.el.
13561
13562 * window.el (get-buffer-window-list): Move from subr.el.
13563 * subr.el (get-buffer-window-list): Move to window.el.
13564
13565 * image.el (image-load-path): Use eval-at-startup to initialize.
13566
13567 * subr.el (eval-at-startup): New macro.
13568
13569 * subr.el: Much rearrangement of functions and division
13570 into pages. No code changes.
13571
13572 2005-10-22 Kenichi Handa <handa@m17n.org>
13573
13574 * tar-mode.el (tar-extract): Be sure to call
13575 find-operation-coding-system if set-auto-coding doesn't find a
13576 coding system.
13577
13578 2005-10-22 Kim F. Storm <storm@cua.dk>
13579
13580 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13581 Change users.
13582 (image-type-file-name-regexps): New defconst.
13583 (image-type-from-data): Simplify loop.
13584 (image-type-from-buffer): New defun.
13585 (image-type-from-file-header): Use it instead of image-type-from-data.
13586 Use image-search-load-path instead of only looking in data-directory.
13587 (image-type-from-file-name): New defun.
13588 (image-search-load-path): Change `pathname' to `filename'.
13589 Make PATH arg optional, default to image-load-path.
13590
13591 2005-10-21 Richard M. Stallman <rms@gnu.org>
13592
13593 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13594
13595 * textmodes/paragraphs.el (sentence-end-base): New variable.
13596 (sentence-end): Use sentence-end-base.
13597
13598 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13601 property independently from the font-lock-multiline variable.
13602
13603 2005-10-21 Richard M. Stallman <rms@gnu.org>
13604
13605 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13606
13607 * startup.el (command-line): Convert library names
13608 in `load-history' to absolute file names.
13609
13610 * subr.el (symbol-file): Doc fix.
13611
13612 * loadhist.el (file-loadhist-lookup): Call locate-library
13613 instead of find-library-name. Don't try converting
13614 abs file names to library names, since load-history no longer
13615 has library names in it.
13616 (file-dependents, file-provides, file-requires): Doc fixes.
13617
13618 2005-10-21 Juri Linkov <juri@jurta.org>
13619
13620 * progmodes/etags.el (tags-table-mode): New function.
13621 (tags-verify-table): Replace initialize-new-tags-table with
13622 tags-table-mode.
13623
13624 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13625 default value.
13626 (desktop-modes-not-to-save): Add tags-table-mode to the
13627 default value.
13628
13629 * info.el (Info-index-next): Add total number of index
13630 alternatives to the message.
13631
13632 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13633 backward only space (instead of space and period) before looking
13634 at sentence end.
13635
13636 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13637 Add the old variable value as 4th default-value arg of read-string.
13638
13639 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13640
13641 * cus-face.el (custom-declare-face): Make face from X resources
13642 also on Mac.
13643
13644 * disp-table.el (standard-display-g1, standard-display-graphic):
13645 Refuse to use string glyphs also on Mac.
13646 (standard-display-european): Don't set terminal coding system also
13647 on Mac.
13648
13649 * frame.el (display-screens): Use x-display-screens also on Mac.
13650
13651 2005-10-21 Romain Francoise <romain@orebokech.com>
13652
13653 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13654
13655 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13658 and $? into sexps.
13659
13660 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13661 warning face on open-paren-in-column-0.
13662
13663 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13664 boundary case. Fix typo.
13665 Suggested by Martin Rudalics <rudalics@gmx.at>.
13666
13667 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13668
13669 * textmodes/org.el (org-combined-agenda-icalendar-file)
13670 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13671 (org-export-icalendar-this-file)
13672 (org-export-icalendar-all-agenda-files)
13673 (org-export-icalendar-combine-agenda-files): New commands.
13674 (org-export-icalendar, org-print-icalendar-entries)
13675 (org-start-icalendar-file, org-finish-icalendar-file)
13676 (org-ical-ts-to-string): New functions.
13677 (org-read-date, org-goto-calendar)
13678 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13679 call to `calendar'.
13680 (orgtbl-setup): Remove the :keys arguments from the menu description.
13681 (org-after-save-iCalendar-file-hook): New variable.
13682
13683 2005-10-21 Kenichi Handa <handa@m17n.org>
13684
13685 * language/vietnamese.el (tcvn-5712): Make it an alias of
13686 vietnamese-tcvn coding-system.
13687
13688 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13689
13690 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13691 group id is given.
13692
13693 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13696 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13697 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13698 whose line is either continued or ends with a comment.
13699
13700 2005-10-20 Romain Francoise <romain@orebokech.com>
13701
13702 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13703
13704 * replace.el (occur-engine): Add follow-link property.
13705
13706 * font-core.el (font-lock-mode): Doc fix.
13707
13708 2005-10-20 Richard M. Stallman <rms@gnu.org>
13709
13710 * net/rcirc.el: New file.
13711
13712 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13713
13714 * term.el (term-term-name): Initialize to "eterm-color".
13715
13716 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13717
13718 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13719 for encryption functionality.
13720 Move allout customization subgroup from `editing' to `outlines' group.
13721 Fix commentary keywords to legitimate ones.
13722 Update author info (using my current email address, obscurified).
13723 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13724 (allout-encrypted-topic-p, allout-encrypted-text-type)
13725 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13726 (allout-situate-encryption-key-verifier)
13727 (allout-get-encryption-key-verifier, allout-verify-key)
13728 (allout-next-topic-pending-encryption)
13729 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13730 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13731 (outline-key-verifier-handling, outline-key-hint-handling)
13732 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13733 (allout-file-key-verifier-string, allout-encryption-scheme)
13734 (allout-key-verifier-string, allout-key-hint-string)
13735 (allout-after-save-decrypt): New variables.
13736 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13737 (allout-after-saves-handler): New hook functions.
13738 (allout-post-command-business): Do allout-after-save-decrypt.
13739 (allout-enable-file-variable-adjustment): Custom var to enable
13740 mechanism for adding and adjusting settings of Emacs file variables.
13741 (allout-adjust-file-variable, allout-file-vars-section-data):
13742 New functions, implement the mechanism.
13743 (outlineify-sticky): Use the file vars mechanism.
13744 (allout-inhibit-protection, allout-during-write-cue)
13745 (allout-override-protect, allout-before-change-protect): Remove.
13746 (allout-flag-region, allout-open-topic): Adjust read-only text.
13747 (allout-open-line-not-read-only): Add to facilitate read-only
13748 text based protection.
13749 (allout-kill-line): Revise to adjust read-only text, clue the
13750 user about the inhibition.
13751 (allout-unprotected): Use unwind-protect.
13752 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13753 topic deeper than the offspring depth of the previous topic -
13754 avoiding confusing "containment discontinuities".
13755 (allout-reindent-bodies): Fix retention of body relative hanging
13756 indent during promotion of collapsed bodies.
13757 (allout-open-topic): Make it easy to open new topic with same
13758 bullet as current topic - topic creation functions provided with
13759 any universal argument provokes now prompt for bullet, defaulting
13760 to the bullet of the previous topic.
13761 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13762 Plain bullet alternates `.' period and `,' comma only. All other
13763 bullets are relegated to special status (but customizable).
13764 (allout-end-of-entry): Rename from allout-end-of-current-entry
13765 since it actually operates w.r.t. most immediately containing
13766 entry, visible or not.
13767 (allout-hide-current-entry, allout-show-current-entry): Use the
13768 revised version.
13769 (allout-old-expose-topic): Solidify deprecation.
13770 (allout-end-of-subtree): Add so we can span concealed as well
13771 as visible topics.
13772 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13773 (allout-end-of-current-heading): Tweak to just respect the first line.
13774 (allout-get-body-text): Add.
13775 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13776 when invoked interactively.
13777 (allout-up-current-level): Use `interactive-p'.
13778 (allout-mode, allout-init): Miscellaneous docstring and
13779 operational refinements, as well as hookups of new encryption stuff.
13780 (allout-beginning-of-current-entry): Now works as advertised.
13781 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13782 (allout-isearch-rectification): Refine condition for isearching.
13783 (allout-isearch-abort, allout-enwrap-isearch)
13784 (allout-flag-region, my-region-active-p): Relocate some macros.
13785 (allout-title): Fallback title is (buffer-name), not
13786 non-existing (current-buffer-name).
13787 (subst-char-in-string): Define if absent (for some XEmacs versions).
13788
13789 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13790
13791 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13792 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13793 (mail-citation-prefix-regexp, mail-signature-file)
13794 (mail-default-headers, mail-bury-selects-summary)
13795 (mail-send-nonascii): Add autoload cookies.
13796
13797 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13798
13799 * frame.el (blink-cursor-mode): Add `mac' to the list of
13800 window-system's that support blinking cursor.
13801
13802 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13803
13804 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13805
13806 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13807
13808 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13809 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13810 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13811
13812 2005-10-20 Kim F. Storm <storm@cua.dk>
13813
13814 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13815 (ido-set-current-directory): Don't add / after final @.
13816 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13817 Explicitly handle ange-ftp completion oddities.
13818 (ido-make-file-list): Don't rotate list at tramp root to avoid
13819 triggering tramp file handler for expand-file-name via get-file-buffer.
13820
13821 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13824
13825 2005-10-19 Jay Belanger <belanger@truman.edu>
13826
13827 * calc/calc-units.el (math-standard-units): Add units, adjust
13828 symbols and update values.
13829 (math-unit-prefixes): Add more prefixes.
13830
13831 2005-10-19 Romain Francoise <romain@orebokech.com>
13832
13833 * bookmark.el (bookmark-menu-heading): New face.
13834 (bookmark-bmenu-list): Use it.
13835 Don't fiddle with `baud-rate' at top-level.
13836
13837 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13838
13839 * image.el (create-image, find-image): Mention max-image-size in
13840 docstring.
13841
13842 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * savehist.el (savehist-load): Revert to checking XEmacs.
13845
13846 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13847 Various docstring and line-width fixups.
13848 (conf-mode): Use cond.
13849 Set font-lock-defaults. Don't set comment-use-syntax.
13850
13851 2005-10-18 David Ponce <david@dponce.com>
13852
13853 * tree-widget.el (tree-widget-button-click): New function.
13854 (tree-widget-button-keymap): Use it.
13855
13856 2005-10-18 Romain Francoise <romain@orebokech.com>
13857
13858 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13859 (bookmark-bmenu-hide-filenames): Add follow-link property.
13860 Improve help-echo text.
13861
13862 * ffap.el (find-file-at-point): Doc fix.
13863
13864 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13865
13866 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13867
13868 2005-10-18 Masatake YAMATO <jet@gyve.org>
13869
13870 Install to the CVS repository what I forgot to install in my
13871 2005-10-16 changes.
13872
13873 * progmodes/python.el (python-complete-symbol): Pass the common
13874 prefix substring of completion to `display-completion-list'.
13875
13876 * textmodes/org.el (org-complete): Ditto.
13877
13878 2005-10-18 Masatake YAMATO <jet@gyve.org>
13879
13880 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13881
13882 * woman.el (WoMan-xref-man-page): New button type derived
13883 from `Man-abstract-xref-man-page'.
13884 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13885
13886 * man.el (Man-abstract-xref-man-page): New button type.
13887 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13888 (Man-highlight-references): Add new optional argument `xref-man-type'.
13889
13890 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13891
13892 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13893
13894 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13895
13896 * cus-edit.el (Custom-move-and-invoke): Delete.
13897 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13898
13899 * wid-edit.el (widget-move-and-invoke): New function, from
13900 Custom-move-and-invoke.
13901
13902 2005-10-17 Bill Wohler <wohler@newt.com>
13903
13904 Move all remaining images from lisp/toolbar to etc/images, move
13905 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13906 the low resolution images in their own directory (low-color).
13907
13908 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13909 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13910 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13911 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13912 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13913 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13914 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13915
13916 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13917 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13918 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13919 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13920 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13921 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13922 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13923 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13924 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13925 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13926 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13927 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13928 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13929 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13930 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13931
13932 To conform with convention, replace the underscore (_) in the
13933 following image names with dash (-) or (/) as appropriate.
13934
13935 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13936 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13937 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13938 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13939 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13940 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13941 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13942 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13943 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13944 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13945 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13946 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13947 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13948 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13949 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13950
13951 * info.el (info-tool-bar-map): Replace underscores in image names
13952 with dashes.
13953
13954 * makefile.w32-in (WINS): Remove toolbar.
13955
13956 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13957
13958 * tool-bar.el: Move to lisp from toolbar. Now that
13959 toolbar is empty, it should be deleted when folks run "cvs up -P".
13960
13961 2005-10-18 Jay Belanger <belanger@truman.edu>
13962
13963 * calc/calc-store.el (calc-store-into): Get the proper variable name
13964 to display in message.
13965
13966 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13967
13968 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13969 expressions display in speedbar for all buffers when debugging.
13970 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13971
13972 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13973 (speedbar-insert-button, speedbar-make-button):
13974 Use add-text-properties.
13975 (speedbar-update-localized-contents)
13976 (speedbar-update-directory-contents)
13977 (speedbar-update-special-contents): Use dolist.
13978 (speedbar-buffer-easymenu-definition): Add a menu separator.
13979
13980 2005-10-17 Jason Rumney <jasonr@gnu.org>
13981
13982 * makefile.w32-in: Use $(lisp) consistently.
13983 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13984 for shell specific generation of mh-autoloads.
13985
13986 2005-10-17 Richard M. Stallman <rms@gnu.org>
13987
13988 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13989
13990 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * jit-lock.el (jit-lock-fontify-now):
13993 Move jit-lock-context-unfontify-pos to avoid wasted work.
13994
13995 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13996
13997 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13998 `tramp-completion-mode' for checking if we are in completion mode.
13999 (tramp-completion-handle-file-name-all-completions): Reorder code
14000 in order to complete for file names only in case there are no
14001 method/user/host completions. This is necessary for cooperation
14002 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14003
14004 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14005
14006 * longlines.el (longlines-search-forward)
14007 (longlines-search-backward): Match any number of spaces.
14008
14009 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14010
14011 * diff-mode.el (diff-mode): Doc fix.
14012
14013 2005-10-16 David Reitter <david.reitter@gmail.com>
14014
14015 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14016 as default on darwin and windows systems.
14017
14018 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14019
14020 * arc-mode.el (archive-zip-extract): Doc fix.
14021
14022 2005-10-16 Romain Francoise <romain@orebokech.com>
14023
14024 * mouse.el (mouse-1-click-follows-link): Doc fix.
14025
14026 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * savehist.el: Don't require CL at runtime.
14029 (savehist-xemacs): Remove.
14030 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14031 (savehist-no-conversion): Use (featurep 'xemacs).
14032 (savehist-load): Check existence of start-itimer rather than XEmacs.
14033 Use an idle timer.
14034 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14035 `delete-if-not'.
14036
14037 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14038
14039 * savehist.el: Newer version.
14040 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14041 (savehist-last-checksum, savehist-no-conversion): New vars.
14042 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14043 New functions.
14044 (savehist-load, savehist-save): Use them.
14045 (savehist-delimit): Remove.
14046
14047 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * progmodes/compile.el (compilation-goto-locus): Display the
14050 compilation buffer first and the source buffer second, in case they're
14051 in overlapping frames. Don't raise the compilation frame if it was the
14052 selected window upon entry. Pass the `other-window' arg to
14053 pop-to-buffer.
14054
14055 * info.el (Info-fontify-node): Use dolist.
14056 Change add-text-properties to put-text-property.
14057
14058 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14059
14060 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14061 bound of search.
14062
14063 2005-10-16 Masatake YAMATO <jet@gyve.org>
14064
14065 * dabbrev.el (dabbrev-completion): Pass the common
14066 prefix substring of completion to `display-completion-list'.
14067
14068 * filecache.el (file-cache-minibuffer-complete)
14069 (file-cache-complete): Ditto.
14070
14071 * tempo.el (tempo-display-completions): Ditto.
14072
14073 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14074
14075 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14076
14077 * eshell/em-hist.el (eshell-list-history): Ditto.
14078
14079 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14080
14081 * mail/mailalias.el (mail-complete): Ditto.
14082
14083 * progmodes/etags.el (complete-tag): Ditto.
14084
14085 * progmodes/make-mode.el (makefile-complete): Ditto.
14086
14087 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14088
14089 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14090
14091 * progmodes/pascal.el (pascal-complete-word)
14092 (pascal-show-completions): Ditto.
14093
14094 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14095
14096 * simple.el (completion-common-substring): New variable.
14097 (completion-setup-function): Use `completion-common-substring'
14098 to put faces.
14099
14100 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14101
14102 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14103 (x-get-selection, mac-select-convert-to-string): Convert from/to
14104 UTF-16 clipboard data as in native byte order, no BOM.
14105
14106 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14107
14108 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14109 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14110 (gud-sentinel): Use speedbar-frame to check for speedbar.
14111
14112 2005-10-15 Richard M. Stallman <rms@gnu.org>
14113
14114 * savehist.el: New file.
14115
14116 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14117
14118 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14119 Fix bug in \bf fontification.
14120
14121 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * pcvs.el (cvs-edit-log-files): New var.
14124 (cvs-mode-edit-log): New arg `file'.
14125 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14126 Instead force the use of the original file and nothing else.
14127 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14128 the cvs-minor-wrap-function is set.
14129 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14130
14131 2005-10-14 Bill Wohler <wohler@newt.com>
14132
14133 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14134 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14135 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14136 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14137 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14138 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14139 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14140 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14141 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14142 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14143 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14144 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14145 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14146 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14147 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14148
14149 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14150 appropriately (for example, gud-break to gud/break).
14151
14152 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14153
14154 * longlines.el (longlinges-search-function)
14155 (longlines-search-forward, longlines-search-backward): New functions.
14156 (longlines-mode): Set isearch-search-fun-function to
14157 longlinges-search-function.
14158
14159 * mouse.el (mouse-drag-region-1): Handle the case where a
14160 double-click event is bound to an arbitrary function.
14161
14162 2005-10-14 David Ponce <david@dponce.com>
14163
14164 * recentf.el (recentf-track-opened-file)
14165 (recentf-track-closed-file, recentf-update-menu)
14166 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14167 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14168 mouse-1-click-follows-link.
14169
14170 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14171
14172 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14173 Gnome file-manager.png. Suggested by
14174 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14175
14176 * toolbar/README: Add diropen.xpm.
14177
14178 2005-10-13 Bill Wohler <wohler@newt.com>
14179
14180 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14181 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14182
14183 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14186 Don't waste the byte-compiler's time on constant data.
14187
14188 2005-10-13 Kenichi Handa <handa@m17n.org>
14189
14190 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14191 byte with `escape-glyph' face.
14192
14193 * international/fontset.el (ccl-encode-unicode-font):
14194 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14195 Handle the case that ucs-mule-to-mule-unicode translates a character to
14196 ASCII (usually for IPA characters).
14197
14198 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14201 Don't hide the underline of titles if font-lock-mode is disabled.
14202
14203 2005-10-12 Bill Wohler <wohler@newt.com>
14204
14205 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14206 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14207 files in MH-E-SRC have been updated.
14208 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14209
14210 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14213 (mixal-mode-syntax-table): Add \n as end-comment.
14214 (mixal-operation-codes-alist): Immediately initialize to full value.
14215 (mixal-add-operation-code): Remove.
14216 (mixal-describe-operation-code): Make the arg non-optional.
14217 Use the interactive spec instead.
14218 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14219 (mixal-font-lock-keywords): Don't highlight comments here any more.
14220 (mixal-font-lock-syntactic-keywords): New var.
14221 (mixal-mode): Use it. Fix comment-start-skip.
14222
14223 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14224
14225 * startup.el (command-line-x-option-alist): -nb => -nbi
14226
14227 2005-10-12 Kim F. Storm <storm@cua.dk>
14228
14229 * startup.el (fancy-splash-default-action): Discard mouse click in
14230 the splash screen window, as it has no sensible meaning in the
14231 next window to be selected. Fixes error reported by Jan D.
14232
14233 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14234
14235 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14236
14237 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14238
14239 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14240 Try to fix up minor layout issues like indentation, line break, etc...
14241 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14242 because it doesn't work.
14243 (mixal-operation-codes): Add some more codes.
14244 (mixal-font-lock-keywords): Process comments here.
14245 (mixal-mode): mixasm no longer needs -g option.
14246
14247 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14248
14249 * progmodes/sh-script.el (sh-tmp-file):
14250 Use mktemp -t. Finish support for es and rc shells.
14251
14252 2005-10-11 Jay Belanger <belanger@truman.edu>
14253
14254 * calc/calcalg2.el (calc-integral): With an argument, compute the
14255 definite integral.
14256
14257 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14258
14259 * mouse.el (mouse-drag-region-1): Don't try to catch a
14260 double-click when doing follow-link (it's overridden anyway).
14261
14262 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14263
14264 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14265 (autoload-print-form-outbuf): Add docstring.
14266
14267 2005-10-11 Juri Linkov <juri@jurta.org>
14268
14269 * info.el (Info-mode-menu): Delete menu item "Edit".
14270 (Info-mode): Delete description of Info-edit from docstring,
14271 and rearrange descriptions of Info commands in the order
14272 they are documented in the Info manual.
14273
14274 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * calendar/appt.el (appt-check): Use diary-selective-display var.
14277
14278 2005-10-10 Richard M. Stallman <rms@gnu.org>
14279
14280 * net/newsticker.el (newsticker-start, newsticker-show-news):
14281 Add autoload cookies.
14282
14283 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14284
14285 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14286
14287 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14288
14289 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14290
14291 2005-10-10 Jay Belanger <belanger@truman.edu>
14292
14293 * calc/calc-arith.el (math-check-known-scalarp)
14294 (math-check-known-matrixp): Check the values of arguments that are
14295 variables.
14296 (math-check-known-square-matrixp): New function.
14297 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14298 (math-super-types): Add sqmatrix type.
14299
14300 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14301 mode name `square' to `sqmatrix'.
14302
14303 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14304 mode name `square' to `sqmatrix'.
14305
14306 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * progmodes/etags.el (select-tags-table-mode): Don't use
14309 selective-display.
14310 (tags-select-tags-table): Pass `button' to the action function.
14311 (select-tags-table): Place the side-info on button properties rather
14312 than in hidden text. Abbreviate file names.
14313 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14314 (select-tags-table-select): Add `button' argument.
14315 Get side-info from the button property rather than from hidden text.
14316
14317 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14318
14319 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14320 (gud-speedbar-buttons): Preserve point if possible.
14321 (gud-sentinel): Restore previous speedbar display type.
14322
14323 * progmodes/gdb-ui.el (gdba): Improve diagram.
14324 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14325 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14326 Call get-buffer-window once.
14327
14328 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14331 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14332 (pascal-indent-command): Remove unused var `ind'.
14333 (pascal-indent-case): Remove unused var `oldpos'.
14334 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14335 since it's now used as a proper minor mode map.
14336 (pascal-outline): Rename to pascal-outline-mode.
14337 (pascal-outline-mode): Use define-minor-mode.
14338 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14339 selective-display.
14340
14341 2005-10-10 Andreas Schwab <schwab@suse.de>
14342
14343 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14344 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14345
14346 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14347 outside source directory.
14348
14349 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14350
14351 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14352 C-x' as a prefix.
14353 (orgtbl-mode-map): Full keymap instead of sparse, because all
14354 `self-insert-command' keys are redefined in this map.
14355 (org-export-as-html): Specify charset for HTML file, by taking it
14356 from the coding system.
14357
14358 2005-10-10 Kenichi Handa <handa@m17n.org>
14359
14360 * textmodes/flyspell.el (flyspell-check-word-p):
14361 If unread-command-events is non-empty, don't call sit-for.
14362
14363 2005-10-09 Richard M. Stallman <rms@gnu.org>
14364
14365 * font-lock.el (font-lock-syntactic-keywords)
14366 (font-lock-keywords): Doc fixes.
14367
14368 * textmodes/flyspell.el (flyspell-external-point-words):
14369 Simplify logic, and don't try to check for consecutive appearances
14370 of one incorrect word.
14371
14372 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14373
14374 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14375 separator.
14376
14377 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14378 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14379 (gud-expansion-speedbar-buttons): New function.
14380 (gud-speedbar-buttons): Check for gud-comint-buffer.
14381
14382 2005-10-09 Bill Wohler <wohler@newt.com>
14383
14384 * Makefile.in (updates): Add mh-loaddefs dependency.
14385
14386 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14387
14388 * speedbar.el (speedbar-file-key-map): Fix typo.
14389
14390 2005-10-09 Daniel Brockman <daniel@brockman.se>
14391
14392 * cus-start.el (line-spacing): Add custom spec.
14393
14394 2005-10-09 Romain Francoise <romain@orebokech.com>
14395
14396 * textmodes/ispell.el (ispell-check-version): Fix last change.
14397
14398 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14399
14400 * term/x-win.el: Remove -i, --icon-type from comment.
14401
14402 * startup.el (command-line-x-option-alist): Remove options -i,
14403 -itype, --icon-type, added -nb, --no-bitmap-icon
14404
14405 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14406
14407 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14408 instead of :active.
14409
14410 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14411
14412 * textmodes/ispell.el (ispell-check-version):
14413 Ignore hyphen, and all that follows, in aspell's version text.
14414
14415 2005-10-08 Jay Belanger <belanger@truman.edu>
14416
14417 * calc/calc-arith.el (math-known-square-matrixp): New function.
14418 (math-pow-fancy): Check for matrices before distributing exponent
14419 across products.
14420
14421 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14422 fullscreen keypad. Suggested by Luc Teirlinck.
14423 (calc-keypad-show-input): Add space for formatting.
14424
14425 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14426 Add square matrix option.
14427
14428 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14429 of checking calc-matrix-mode when deciding how to expand.
14430
14431 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14432
14433 2005-10-08 Lars Hansen <larsh@soem.dk>
14434
14435 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14436 Add error handling.
14437 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14438
14439 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14440
14441 Sync with Tramp 2.0.51.
14442
14443 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14444 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14445 Insert special handling for `last-coding-system-used', again
14446 it still seems to be necessary (unlike stated before).
14447 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14448 (tramp-password-prompt-regexp): There might be other words before
14449 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14450 (tramp-chunksize): Improve docstring.
14451 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14452 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14453 Christian Joergensen <bugs@razor.dk>.
14454
14455 2005-10-07 Glenn Morris <rgm@gnu.org>
14456
14457 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14458 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14459 precision'.
14460
14461 2005-10-07 Romain Francoise <romain@orebokech.com>
14462
14463 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14464 (ibuffer-do-shell-command-pipe-replace)
14465 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14466 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14467 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14468 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14469 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14470 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14471 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14472 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14473 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14474 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14475 Autoload file sans suffix.
14476
14477 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14478
14479 2005-10-07 David Ponce <david@dponce.com>
14480
14481 * recentf.el (recentf-menu-open-all-flag): New option.
14482 (recentf-digit-shortcut-command-name): New function.
14483 (recentf--shortcuts-keymap): New variable.
14484 (recentf-menu-shortcuts): New variable.
14485 (recentf-make-menu-items): Initialize it. Replace the "More..."
14486 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14487 (recentf-menu-value-shortcut): New function.
14488 (recentf-make-menu-item): Use it. No more in-lined.
14489 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14490 (recentf-open-most-recent-file): Rename from
14491 `recentf-open-file-with-key'. Don't depend on key binding.
14492 (recentf-mode-map): New variable.
14493 (recentf-mode): Use it.
14494
14495 2005-10-06 Bill Wohler <wohler@newt.com>
14496
14497 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14498
14499 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14500 (MH-E-SRC): New. Used by mh-autoloads.
14501 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14502 files in MH-E-SRC have been updated.
14503 (compile, recompile, bootstrap): Depend on mh-autoloads.
14504
14505 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14506
14507 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14508 gud-break and gud-remove icons when the fringe is not available.
14509
14510 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14511 Typo.
14512
14513 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14514
14515 * play/zone.el (zone): Wrap body with save-window-excursion.
14516
14517 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14520 Use the new `list-only' arg to diary-list-entries.
14521
14522 * calendar/diary-lib.el: Use overlays rather than selective-display.
14523 (diary-selective-display): New var.
14524 (diary-header-line-format): Use it.
14525 (diary-list-entries): Add argument `list-only'.
14526 Put the buffer in diary-mode. Don't add \^M at beg and end.
14527 Replace \^M by invisible overlays.
14528 (diary-unhide-everything): Replace \^M by invisible overlays.
14529 (print-diary-entries): Look for overlays rather than \^M.
14530 Add a space to the temp buffer name.
14531 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14532 Put the buffer in diary-mode.
14533 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14534 (diary-anniversary): Make the year arg optional.
14535 (diary-time-regexp): New const.
14536 (diary-font-lock-keywords): Use it to accept a few more time formats.
14537
14538 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14539
14540 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14541
14542 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14543 Fix bug introduced 2005-07-03: Use (car (last ...))
14544 to faithfully reproduce replaced artist-last.
14545 (artist-set-arrow-points-for-poly): Likewise.
14546 Suggested by Johan Bockg\e,Ae\e(Brd.
14547
14548 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14549
14550 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14551 * wid-edit.el (widget):
14552 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14553 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14554
14555 2005-10-06 Kenichi Handa <handa@m17n.org>
14556
14557 * international/mule-cmds.el (set-language-environment):
14558 Fix setting up of case-table for unibyte mode.
14559
14560 * simple.el (what-cursor-position): If the character is displayed
14561 by some `display' text property, show that. Don't use
14562 single-key-description for eight-bit characters in multibyte mode.
14563
14564 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14565
14566 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14567 (gdb-ann3): Set it.
14568 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14569 (gdb-info-frames-custom): Use inverse-video for first five
14570 characters of selected frame only.
14571 (gdb-get-frame-number): Select frame even when point is on frame
14572 number.
14573
14574 2005-10-06 Masatake YAMATO <jet@gyve.org>
14575
14576 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14577 Put `font-lock-function-name-face'.
14578 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14579 and `font-lock-variable-name-face'
14580 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14581 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14582 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14583 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14584 (gdb-local-font-lock-keywords): New font lock keywords definition.
14585 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14586 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14587 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14588
14589 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14590
14591 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14592 (ediff-merge-region-is-non-clash-to-skip): Previously called
14593 ediff-merge-region-is-non-clash.
14594
14595 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14596 Use insert-buffer-substring.
14597
14598 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14599 selecting files to patch. Also bug fixes.
14600
14601 * ediff-util.el (ediff-setup): Bug fix.
14602 (ediff-next-difference): Never skip clashes that differ in white
14603 space only.
14604
14605 * ediff-wind.el (ediff-setup-control-frame)
14606 (ediff-destroy-control-frame): Check the menubar feature.
14607
14608 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14609 (viper-refresh-mode-line): Use make-local-variable to localize
14610 some vars instead of make-variable-buffer-local. Suggested by
14611 Stefan Monnier.
14612
14613 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14614 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14615 Use make-local-variable instead of make-variable-buffer-local.
14616 Suggested by Stefan Monnier.
14617
14618 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14619 (viper-comint-mode-hook): Use make-local-variable on
14620 require-final-newline.
14621 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14622
14623 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14626 also the second char of a comment-start sequence.
14627 (scheme-sexp-comment-syntax-table): New var.
14628 (lambda, define): Set their scheme-doc-string-elt property.
14629 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14630 Use lisp-font-lock-syntactic-face-function now that it properly
14631 handles |...| symbols.
14632 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14633 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14634
14635 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14636 bit from # to |.
14637 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14638
14639 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14640 (lisp-doc-string-elt-property): New var.
14641 (lisp-font-lock-syntactic-face-function): Use it.
14642 Rewrite to recognize docstrings even for forms not at toplevel.
14643
14644 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14645 annotation on the | part of #| rather than on the # part.
14646 (scheme-font-lock-syntactic-face-function): New function, to
14647 distinguish strings from |...| symbols.
14648 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14649 syntax-table so that #|...|# is properly highlighted.
14650
14651 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14652 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14653
14654 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14657 and C-e.
14658
14659 * emacs-lisp/eldoc.el: Move comments into docstrings.
14660 (eldoc-message-commands): Initialize in its declaration.
14661 Add move-beginning-of-line and move-end-of-line.
14662 (eldoc-add-command, eldoc-add-command-completions)
14663 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14664
14665 * outline.el (outline-mark-subtree): Activate the mark.
14666
14667 * calendar/appt.el (appt-time-regexp): New var.
14668 (appt-add, appt-make-list): Use it.
14669 (appt-convert-time): Clean up.
14670
14671 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14672 Don't set any syntax-table property here.
14673 (tex-font-lock-verb): New function. Do it here.
14674 (tex-font-lock-syntactic-keywords): Use it.
14675
14676 2005-10-04 Richard M. Stallman <rms@gnu.org>
14677
14678 * wid-edit.el (widget-file-complete): Get the widget start point
14679 the right way. Default directory to `/' if file has none.
14680
14681 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14682
14683 * textmodes/flyspell.el (flyspell-mode-on):
14684 Call ispell-maybe-find-aspell-dictionaries.
14685
14686 * textmodes/ispell.el (ispell-word, ispell-region):
14687 Call ispell-maybe-find-aspell-dictionaries.
14688 (ispell-accept-buffer-local-defs):
14689 Don't call ispell-maybe-find-aspell-dictionaries
14690
14691 2005-10-04 Richard M. Stallman <rms@gnu.org>
14692
14693 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14694
14695 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14696
14697 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14698 instead of `fboundp' in order to allow for anonymous functions.
14699
14700 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14701
14702 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14703 case the user clicks on the link while another window is selected.
14704 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14705
14706 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14707 functionality.
14708 (dframe-help-echo): Save point in case mouse tracking is off.
14709
14710 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14711
14712 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14713
14714 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14717 not change the global value of those vars.
14718
14719 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14720 make-local-variable which we do not need any more.
14721
14722 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14725 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14726 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14727 (speedbar-path-line): Define obsolete aliases.
14728 (speedbar-line-directory): Doc fix.
14729
14730 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14731 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14732 instead of speedbar-line-path.
14733
14734 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14735
14736 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14737 to nil if dropping on a window. Handle dropping on a minibuffer window
14738 like dropping on a non-window part of Emacs.
14739
14740 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * net/ange-ftp.el: Use with-current-buffer.
14743 (ange-ftp-insert-directory): Do not follow symlinks any more.
14744
14745 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14746 Remove interactive spec.
14747
14748 2005-10-03 Kim F. Storm <storm@cua.dk>
14749
14750 * ido.el (ido-mode): Use custom-initialize-set.
14751
14752 2005-10-02 Richard M. Stallman <rms@gnu.org>
14753
14754 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14755 Use insert-buffer-substring.
14756
14757 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14758 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14759
14760 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14763 in last change.
14764 (ange-ftp-insert-directory): Fix up the search for the case where
14765 `file' is absolute.
14766
14767 2005-10-02 Romain Francoise <romain@orebokech.com>
14768
14769 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14770
14771 2005-10-02 Andreas Schwab <schwab@suse.de>
14772
14773 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14774 directory component in the session info.
14775
14776 2005-10-01 Richard M. Stallman <rms@gnu.org>
14777
14778 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14779
14780 * simple.el (next-error-internal): New function.
14781
14782 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14783 (compilation-start): Pass new arg to compilation-buffer-name.
14784 (compile-goto-error): Use next-error-internal.
14785
14786 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14787
14788 * speedbar.el: Remove RCS tag.
14789 (speedbar-check-read-only): Handle non-existent files.
14790
14791 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14792
14793 * info.el (Info-speedbar-hierarchy-buttons)
14794 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14795
14796 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14797
14798 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14799 Do not match newline.
14800 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14801 (bibtex-summary): Remove unnecessary save-excursion.
14802 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14803
14804 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14805
14806 * term/mac-win.el: Add charset info for "iso10646-1".
14807 Modify default fontset to use ATSUI-compatible fonts for some charsets
14808 if available.
14809
14810 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * speedbar.el: Re-apply arch tag.
14813 (speedbar-version): Rename to version 1.0. Suggested by Eric
14814 M. Ludlam.
14815 Reapply two changes from Emacs CVS' version of speedbar lost
14816 during the merge:
14817 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14818 (speedbar-frame-parameters): Improve customize type.
14819
14820 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14823 (ange-ftp-file-directory-p): Fix the symlink case.
14824 (ange-ftp-insert-directory): When listing a single file, get a list of
14825 the parent buffer and extract the relevant line. Inspired from a patch
14826 by Katsumi Yamaoka <yamaoka@jpl.org>.
14827 (ange-ftp-file-name-sans-versions): Simplify.
14828
14829 2005-09-30 Bill Wohler <wohler@newt.com>
14830
14831 Move MH-E image files from toolbar and mail directories into
14832 etc/images.
14833
14834 * mail/reply2.*: Move to etc/images/mail/reply*.
14835
14836 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14837 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14838 etc/images.
14839
14840 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14841 * toolbar/reply*: Move to etc/images/mail.
14842
14843 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14844
14845 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14846
14847 * speedbar.el: New version 1.0pre3.
14848
14849 Frame management code (including timer, and mouse click specifics)
14850 moved to dframe.el:
14851 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14852 (speedbar-timer): Removed. Use dframe-timer.
14853 (speedbar-close-frame): Removed. Use dframe-close-frame.
14854 (speedbar-activity-change-focus-flag): Removed. Use
14855 dframe-activity-change-focus-flag.
14856 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14857 dframe-update-speed.
14858
14859 (speedbar-current-frame): New macro. Use this instead of the
14860 variable speedbar-frame.
14861
14862 (speedbar-use-images, speedbar-expand-image-button-alist)
14863 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14864
14865 (speedbar-find-image-on-load-path): Removed. Replaced by
14866 defezimage in ezimage.el.
14867 (speedbar-expand-image-button-alist): Removed. Replaced by
14868 ezimage-expand-image-button-alist in ezimage.el.
14869
14870 (speedbar-ignored-directory-regexp)
14871 (speedbar-add-ignored-directory-regexp)
14872 (speedbar-ignored-directory-expressions)
14873 (speedbar-line-directory, speedbar-buffers-line-directory)
14874 (speedbar-directory-line, speedbar-buffers-line-directory):
14875 Renamed, replacing `path' with `directory'.
14876
14877 (speedbar-create-directory, speedbar-expand-line-descendants)
14878 (speedbar-toggle-line-expansion)
14879 (speedbar-contract-line-descendants): New commands.
14880
14881 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14882 (speedbar-use-tool-tips-flag): New options.
14883
14884 (speedbar-check-read-only, speedbar-require-version)
14885 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14886 (speedbar-handle-delete-frame, speedbar-try-completion)
14887 (speedbar-update-localized-contents): New functions.
14888
14889 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14890 (speedbar-object-read-only-indicator): New variables.
14891
14892 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14893 New hooks.
14894
14895 (speedbar-separator-face): New face.
14896
14897 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14898 (speedbar-ignored-modes): Add fundamental-mode.
14899 (speedbar-directory-unshown-regexp): Add . directories.
14900
14901 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14902 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14903 `]' for full expand/close.
14904 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14905
14906 (speedbar-check-vc): Support hidden files.
14907 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14908 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14909 state is nil, it is not checked out.
14910
14911 (speedbar-line-text, speedbar-line-token): Support expand buttons
14912 with no text.
14913 (speedbar-refresh): Universal argument acts as power-click.
14914 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14915 that buffer to get variable values.
14916
14917 And many other bugfixes.
14918
14919 * dframe.el, ezimage.el, sb-image.el: New files.
14920
14921 * sb-*.xpm: Remove files. New image files installed into
14922 etc/images/ezimage.
14923
14924 2005-09-30 Kenichi Handa <handa@m17n.org>
14925
14926 * ps-mule.el (ps-mule-show-warning): If a character is in
14927 ps-print-translation-table, don't treat it as non-printable.
14928
14929 2005-09-30 David Ponce <david@dponce.com>
14930
14931 * tree-widget.el (tree-widget-themes-load-path): New variable.
14932 (tree-widget-themes-directory): Doc fix.
14933 (tree-widget-image-formats) [Emacs]: Doc fix.
14934 (tree-widget--locate-sub-directory): New function.
14935 (tree-widget-themes-directory): Use it.
14936
14937 * recentf.el (recentf-filename-handlers): Rename from
14938 `recentf-filename-handler'. Allow a list of functions.
14939 (recentf-menu-items-for-commands): Fix :help strings.
14940 (recentf-apply-filename-handlers): New function.
14941 (recentf-expand-file-name): Use it.
14942 (recentf-cleanup): Remove duplicates too.
14943
14944 2005-09-29 Juri Linkov <juri@jurta.org>
14945
14946 * faces.el: Rearrange face definitions to be in the same order as
14947 their face descriptions in "(emacs)Standard Faces".
14948
14949 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14950
14951 * tooltip.el (tooltip): Add group `basic-faces'.
14952
14953 * buff-menu.el (Buffer-menu-buffer): Remove group
14954 `font-lock-highlighting-faces'.
14955
14956 * progmodes/compile.el (compilation-error, compilation-warning)
14957 (compilation-info, compilation-line-number, compilation-column-number):
14958 Change group from `font-lock-highlighting-faces' to `compilation'.
14959
14960 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14961 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14962 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14963 (vhdl-font-lock-reserved-words-face)
14964 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14965 `font-lock-highlighting-faces'.
14966
14967 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14968
14969 2005-09-28 Kim F. Storm <storm@cua.dk>
14970
14971 * emulation/cua-base.el: Set CUA move property on additional commands:
14972 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14973 forward-sexp, backward-sexp, forward-list, backward-list.
14974
14975 2005-09-28 Romain Francoise <romain@orebokech.com>
14976
14977 * comint.el (comint-show-output): Really set point at the
14978 beginning of the output when not using `comint-use-prompt-regexp'.
14979
14980 2005-09-27 Jay Belanger <belanger@truman.edu>
14981
14982 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14983 in TeX mode.
14984
14985 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14986
14987 * textmodes/org.el (org-table-sum): Fix format string.
14988
14989 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14990 Quote face names.
14991
14992 2005-09-26 Romain Francoise <romain@orebokech.com>
14993
14994 * isearch.el (isearch-forward-regexp): Close doc string.
14995
14996 2005-09-25 Richard M. Stallman <rms@gnu.org>
14997
14998 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14999
15000 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15001
15002 * progmodes/compile.el (compilation-error-properties):
15003 When getting the file from the previous error message,
15004 correctly decode the new data format.
15005
15006 * progmodes/cc-cmds.el (c-electric-paren):
15007 Call old-blink-paren only for close-paren.
15008
15009 2005-09-24 Andreas Schwab <schwab@suse.de>
15010
15011 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15012 condition.
15013
15014 2005-09-25 Romain Francoise <romain@orebokech.com>
15015
15016 * dired-aux.el (dired-copy-file-recursive):
15017 * dired.el (dired-delete-file):
15018 * ediff-mult.el (ediff-dir-diff-copy-file):
15019 * ediff-util.el (ediff-test-save-region):
15020 * forms.el (forms-mode):
15021 * ido.el (ido-file-internal, ido-delete-file-at-head):
15022 * log-edit.el (log-edit-done):
15023 * ses.el (ses-yank-resize):
15024 * play/gomoku.el (gomoku-human-plays, gomoku)
15025 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15026 (gomoku-offer-a-draw):
15027 * play/landmark.el (lm-human-resigns, lm):
15028 * net/eudcb-ldap.el (eudc-ldap-check-base):
15029 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15030 * progmodes/ebrowse.el (ebrowse-find-pattern):
15031 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15032 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15033 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15034
15035 * vc.el (vc-delete-file):
15036 * play/gomoku.el (gomoku-terminate-game, gomoku)
15037 (gomoku-prompt-for-move, gomoku-human-takes-back):
15038 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15039 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15040
15041 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15042
15043 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15044 color rxvt terminals by using the code xterm.el used to use before
15045 2005-04-09 in order to match the colors used by rxvt.
15046
15047 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15048
15049 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15050 colors rxvt-unicode terminals by using the same code as xterm.el.
15051
15052 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15055 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15056 new symbol used for the tex-verbatim face.
15057
15058 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15059
15060 * woman.el (woman-file-name):
15061 * wid-edit.el (widget-file-prompt-value)
15062 (widget-coding-system-prompt-value):
15063 * w32-fns.el (set-w32-system-coding-system):
15064 * vc.el (vc-version-diff, vc-annotate):
15065 * textmodes/reftex-auc.el (reftex-arg-cite)
15066 (reftex-arg-index-tag):
15067 * textmodes/refer.el (refer-get-bib-files):
15068 * textmodes/artist.el (artist-figlet-choose-font):
15069 * terminal.el (terminal-emulator):
15070 * replace.el (occur-read-primary-args):
15071 * rect.el (string-rectangle, string-insert-rectangle):
15072 * ps-print.el (ps-print-preprint):
15073 * progmodes/pascal.el (pascal-goto-defun):
15074 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15075 * progmodes/compile.el (compilation-find-file):
15076 * printing.el (pr-interactive-n-up):
15077 * play/animate.el (animate-birthday-present):
15078 * net/rcompile.el (remote-compile):
15079 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15080 * mail/rmailsum.el (rmail-summary-search-backward)
15081 (rmail-summary-search):
15082 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15083 (rmail-output-read-file-name):
15084 * mail/rmail.el (rmail-search, rmail-search-backwards):
15085 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15086 * locate.el (locate):
15087 * international/quail.el (quail-show-keyboard-layout):
15088 * international/mule.el (set-buffer-file-coding-system)
15089 (revert-buffer-with-coding-system, set-file-name-coding-system)
15090 (set-terminal-coding-system, set-keyboard-coding-system)
15091 (set-next-selection-coding-system):
15092 * international/mule-diag.el (describe-coding-system)
15093 (describe-font, describe-fontset):
15094 * international/mule-cmds.el (universal-coding-system-argument)
15095 (search-unencodable-char, describe-input-method)
15096 (set-language-environment, describe-language-environment):
15097 * international/codepage.el (codepage-setup):
15098 * international/code-pages.el (codepage-setup):
15099 * info.el (Info-search, Info-follow-reference)
15100 (Info-search-backward):
15101 * emacs-lisp/advice.el (ad-read-advised-function)
15102 (ad-read-advice-class, ad-clear-cache, ad-activate)
15103 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15104 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15105 (ad-read-regexp):
15106 * ediff-util.el (ediff-toggle-regexp-match):
15107 * ediff-ptch.el (ediff-prompt-for-patch-file):
15108 * dired-aux.el (dired-diff):
15109 * diff.el (diff):
15110 * cus-edit.el (custom-variable-prompt):
15111 * calendar/timeclock.el (timeclock-ask-for-project):
15112 * calc/calcalg3.el (calc-get-fit-variables):
15113 * calc/calc-store.el (calc-edit-variable)
15114 (calc-permanent-variable):
15115 * vc-mcvs.el (vc-mcvs-register):
15116 * shadowfile.el (shadow-define-literal-group):
15117 * woman.el (woman-file-name):
15118 * vc.el (vc-version-diff, vc-merge):
15119 * textmodes/reftex-index.el (reftex-index-complete-tag):
15120 * format.el (format-decode-buffer, format-decode-region):
15121 * emulation/viper-cmd.el (viper-read-string-with-history):
15122 * emacs-lisp/debug.el (cancel-debug-on-entry):
15123 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15124 * ediff.el (ediff-merge-revisions)
15125 (ediff-merge-revisions-with-ancestor, ediff-revision):
15126 * completion.el (interactive-completion-string-reader):
15127 * calc/calc-prog.el (calc-user-define-formula):
15128 Follow convention for reading with the minibuffer.
15129
15130 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15131
15132 * progmodes/python.el (python-describe-symbol): Add globals() and
15133 locals() to the arguments of emacs.ehelp.
15134
15135 2005-09-24 Magnus Henoch <mange@freemail.hu>
15136
15137 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15138 New function, code extracted from ispell-valid-dictionary-list.
15139 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15140 Call it.
15141
15142 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15143
15144 * subr.el (version-regexp-alist): Extend valid syntax for version
15145 strings: allow any of the characters -,_,+ to separate the
15146 alpha/beta/rc part from the version part. Doc fix.
15147 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15148
15149 2005-09-23 David Reitter <david.reitter@gmail.com>
15150
15151 * mail/mailclient.el: New file.
15152
15153 2005-09-23 Richard M. Stallman <rms@gnu.org>
15154
15155 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15156 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15157 Doc fixes.
15158
15159 * progmodes/cc-mode.el (c-font-lock-init):
15160 Specify font-lock-lines-before.
15161
15162 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15163
15164 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15165 whole conflict.
15166
15167 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15168
15169 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15170 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15171 of `remap' feature when available. Additional key bindings for
15172 better tty support.
15173 (org-mode-restart, org-force-self-insert): New commands.
15174 (org-time-stamp-inactive): New command.
15175 (org-remap): New function.
15176 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15177 (org-enable-fixed-width-editor): Move to `org-structure'
15178 customization group.
15179 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15180 blank field after field motion commands.
15181
15182 2005-09-23 Kenichi Handa <handa@m17n.org>
15183
15184 * international/mule-cmds.el (set-language-environment):
15185 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15186 have to call utf-translate-cjk-load-tables.
15187
15188 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15189
15190 * mouse.el (mouse-move-drag-overlay): Fix last change.
15191
15192 2005-09-22 David Ponce <david@dponce.com>
15193
15194 * tree-widget.el (tree-widget-value-create): Fix previous change.
15195
15196 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15197
15198 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15199
15200 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * mouse.el (mouse-move-drag-overlay): New function.
15203 (mouse-drag-region-1): Use it.
15204 Try to simplify a bit the state handling. Handle clicks on links
15205 inside intangible areas.
15206 (mouse-save-then-kill): Minor simplification.
15207 (mouse-secondary-overlay): Make it always non-nil instead of
15208 recreating it each time.
15209 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15210 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15211 Simplify accordingly.
15212
15213 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15214
15215 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15216
15217 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15218
15219 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15220 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15221 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15222 to patch.
15223
15224 * ediff-util.el: Use insert-buffer-substring.
15225
15226 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15227
15228 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15229 field boundaries in the minibuffer.
15230 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15231 (viper-minibuffer-post-command-hook): New hook.
15232 (viper-line): Don't move cursor at bolp.
15233
15234 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15235
15236 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15237 avoid compiler warnings.
15238
15239 * emulation/viper-macs.el (ex-map): Better messages.
15240
15241 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15242
15243 * emulation/viper.el: Replace make-variable-buffer-local with
15244 viper-make-variable-buffer-local everywhere, to avoid warnings.
15245
15246 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15247
15248 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15249 Delete unused var `old-selected-window'.
15250 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15251 (mouse-drag-secondary): Delete unused var `start-frame'.
15252
15253 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15254
15255 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15256
15257 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15260 Re-indent within 80 columns. Use inhibit-read-only.
15261
15262 2005-09-19 Romain Francoise <romain@orebokech.com>
15263
15264 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15265
15266 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15267
15268 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15269 unconditionally, since the after-change-function already did it.
15270
15271 2005-09-19 Miles Bader <miles@gnu.org>
15272
15273 * net/newsticker.el: Get rid of CVS keyword.
15274
15275 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15276
15277 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15278 The prompt is formatted later.
15279
15280 2005-09-19 David Ponce <david@dponce.com>
15281
15282 * tree-widget.el (tree-widget-value-create): Save the converted
15283 tree :node widget.
15284
15285 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15286
15287 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15288 variable `message'.
15289
15290 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15291
15292 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15293 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15294 <slawomir.nowaczyk.847@student.lu.se>.
15295
15296 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * image.el (image-load-path): Use symbol `data-directory' instead
15299 of its value, for backward compatibility with packages that bind
15300 it during `find-image'. Suggested by Katsumi Yamaoka.
15301 (image-search-load-path): Handle symbols whose values are strings.
15302
15303 2005-09-18 Romain Francoise <romain@orebokech.com>
15304
15305 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15306 with-current-buffer form in save-excursion.
15307
15308 2005-09-18 Deepak Goel <deego@gnufans.org>
15309
15310 * apropos.el (apropos-command): Fix `message' call: first arg
15311 should be a format spec. In this and all other cases that appear
15312 below and elsewhere in the source code, I made a change only when
15313 two conditions were satisfied: [1] I can think of a possibility
15314 that the arguments would cause an error, for example, the code in
15315 question relies on external variables such as filenames. [2] I
15316 was sure that the arg to `message' could not have been nil in the code.
15317
15318 * textmodes/tildify.el (tildify-region): Ditto.
15319
15320 * textmodes/reftex-index.el (reftex-index-change-entry)
15321 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15322 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15323 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15324 (org-priority, org-table-sum):
15325 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15326 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15327 (flyspell-word, flyspell-display-next-corrections):
15328 * textmodes/bibtex.el (bibtex-print-help-message):
15329 * textmodes/artist.el (artist-key-set-point-poly):
15330 * term/mac-win.el (mac-services-insert-text):
15331 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15332 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15333 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15334 (vhdl-compose-configuration):
15335 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15336 (sh-set-indent, sh-learn-line-indent):
15337 * progmodes/ps-mode.el (ps-mode-target-column):
15338 * progmodes/idlwave.el (idlwave-make-tags)
15339 (idlwave-scan-library-catalogs):
15340 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15341 * progmodes/gud.el (gud-jdb-analyze-source):
15342 * progmodes/flymake.el (flymake-log):
15343 * progmodes/ebnf2ps.el (ebnf-generate-region):
15344 * progmodes/cmacexp.el (c-macro-expansion):
15345 * progmodes/ada-xref.el (ada-treat-cmd-string):
15346 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15347 (ada-justified-indent-current, ada-batch-reformat):
15348 * play/zone.el (zone):
15349 * play/landmark.el (lm-move):
15350 * play/decipher.el (decipher-show-alphabet):
15351 * net/newsticker.el (newsticker--display-jump)
15352 (newsticker--display-scroll):
15353 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15354 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15355 * mail/feedmail.el (feedmail-dump-message-to-queue):
15356 * eshell/esh-proc.el (eshell-remove-process-entry):
15357 * emulation/ws-mode.el (ws-last-error):
15358 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15359 (viper-record-kbd-macro):
15360 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15361 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15362 * emacs-lisp/find-func.el (find-function-noselect):
15363 * calendar/timeclock.el (timeclock-status-string)
15364 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15365 (timeclock-when-to-leave-string):
15366 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15367 * calc/calc-units.el (calc-enter-units-table):
15368 * calc/calc-mode.el (calc-mode-record-mode):
15369 * woman.el (woman-mini-help):
15370 * wdired.el (wdired-change-to-wdired-mode):
15371 * vc.el (vc-retrieve-snapshot):
15372 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15373 * startup.el (display-startup-echo-area-message):
15374 * simple.el (set-goal-column):
15375 * ses.el (ses-command-hook, ses-recalculate-cell):
15376 * server.el (server-process-filter):
15377 * printing.el (pr-interface-txt-print, pr-interface-printify)
15378 (pr-interface-ps):
15379 * pcvs.el (cvs-help):
15380 * log-edit.el (log-edit, log-edit-mode-help):
15381 * iswitchb.el (iswitchb-possible-new-buffer):
15382 * isearch.el (isearch-edit-string):
15383 * image-mode.el (image-mode, image-minor-mode):
15384 * ibuf-macs.el (define-ibuffer-filter):
15385 * hi-lock.el (hi-lock-find-patterns):
15386 * files.el (toggle-read-only):
15387 * ediff-util.el (ediff-copy-diff)
15388 (ediff-write-merge-buffer-and-maybe-kill):
15389 * echistory.el (Electric-history-undefined):
15390 * dnd.el (dnd-insert-text):
15391 * dired-aux.el (dired-query):
15392 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15393 * bookmark.el (bookmark-bmenu-locate):
15394 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15395 Fix `message' calls to ensure first arg is a format string.
15396 The change was made only when these two conditions were satisfied:
15397 [1] when there is a possibility that the arguments would cause an error
15398 for example, if the code in question relies on external variables
15399 such as filenames, and
15400 [2] if the arg to `message' could not have been nil in the code.
15401
15402 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15403 Not having a %s would be weird, though not technically wrong.
15404
15405 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15406
15407 * term/mac-win.el (mac-add-charset-info): Doc fix.
15408
15409 2005-09-17 Romain Francoise <romain@orebokech.com>
15410
15411 * shell.el (shell-resync-dirs): Handle echoing processes more
15412 reliably. Don't insert resync command if `comint-process-echoes'
15413 is non-nil.
15414
15415 2005-09-17 Magnus Henoch <mange@freemail.hu>
15416
15417 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15418 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15419 aspell versions >= 0.60.
15420 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15421 only if ispell-aspell-supports-utf8 is non-nil.
15422
15423 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15424
15425 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15426 buffer-local value to lisp-indent-function.
15427
15428 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15429
15430 * progmodes/glasses.el (glasses-make-readable): If
15431 glasses-separator differs from underscore, put appropriate
15432 overlays over underscore characters.
15433 (glasses-convert-to-unreadable): If glasses-separator differs from
15434 underscore, try to convert glasses-separator characters to
15435 underscores.
15436
15437 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15440 Use with-syntax-table and dolist.
15441
15442 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15443
15444 * textmodes/reftex-auc.el:
15445 * textmodes/reftex-cite.el:
15446 * textmodes/reftex-dcr.el:
15447 * textmodes/reftex-global.el:
15448 * textmodes/reftex-parse.el:
15449 * textmodes/reftex-ref.el:
15450 * textmodes/reftex-sel.el:
15451 * textmodes/reftex-toc.el:
15452 * textmodes/reftex-vars.el:
15453 * textmodes/reftex.el: Small changes to remove compiler warnings.
15454
15455 * textmodes/reftex-index.el: Likewise.
15456 (reftex-query-index-phrase): More efficient use of markers.
15457
15458 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15459
15460 * image.el (image-load-path): New variable.
15461 (image-search-load-path): New function.
15462 (find-image): Search for images in `image-load-path'.
15463
15464 2005-09-15 Richard M. Stallman <rms@gnu.org>
15465
15466 * follow.el: Change Maintainer field.
15467
15468 2005-09-15 David Ponce <david@dponce.com>
15469
15470 * recentf.el (recentf-save-file-modes): New option.
15471 (recentf-save-list): Use it.
15472
15473 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15474
15475 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15476 (mode-line-mule-info, mode-line-modified): Move bindings from
15477 mouse-3 to mouse-1.
15478
15479 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15480
15481 * simple.el (sendmail-user-agent-compose): Revert last change.
15482
15483 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15486 Use with-current-buffer.
15487 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15488 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15489 (ange-ftp-insert-directory): Remove unused var `short'.
15490 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15491
15492 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15493 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15494
15495 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15496 (check-calendar-holidays, diary-list-entries): Autoload.
15497 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15498 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15499
15500 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15501 which mistakenly removed a call to display-buffer.
15502
15503 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15504
15505 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15506
15507 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15508
15509 * progmodes/hideshow.el
15510 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15511 (hs-allow-nesting): New user var.
15512 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15513 (hs-hide-block-at-point): When nesting allowed,
15514 if there is already an overlay in place, delete it.
15515 (hs-safety-is-job-n): Delete func; remove call sites.
15516 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15517 (hs-overlay-at): New func.
15518 (hs-already-hidden-p, hs-show-block): Use it.
15519 (hs-hide-all): Don't pre-clean if nesting allowed.
15520 (hs-show-all): Temporarily disallow
15521 nesting around call to `hs-discard-overlays'.
15522
15523 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15524
15525 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15526 Delete unused local var.
15527
15528 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15529
15530 * help-fns.el (describe-categories): "?\ " -> "?\s".
15531 (help-do-arg-highlight): Recognize also ARG-n, as in
15532 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15533
15534 * international/codepage.el (dos-unsupported-char-glyph):
15535 * net/newsticker.el (tool-bar-map, w3-mode-map)
15536 (w3m-minor-mode-map):
15537 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15538 (ent-alist):
15539 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15540
15541 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15542
15543 * custom.el (custom-push-theme): Handle the case where a symbol is
15544 bound but face properties have not yet been assigned.
15545
15546 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15547 Fix behavior if noerase is `t' and there is no mail buffer.
15548
15549 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15550 if `continue' is nil, rather than signal an error.
15551
15552 2005-09-12 Richard M. Stallman <rms@gnu.org>
15553
15554 * font-lock.el (font-lock-keywords): Add autoload.
15555
15556 * help-fns.el (describe-variable): Rearrange to put source link
15557 in a predictable place.
15558
15559 * net/newsticker.el: New file.
15560
15561 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15564 (calendar-basic-setup): Use the new nil arg.
15565 (number-of-diary-entries): Move to diary-lib.el.
15566
15567 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15568 (diary-list-entries): Use with-syntax-table and dolist.
15569 Rename from list-diary-entries.
15570 Use number-of-diary-entries if `number' is nil.
15571 (diary, diary-view-entries): Use this new name and new nil arg value.
15572 (number-of-diary-entries): Move from calendar.el.
15573 (diary-unhide-everything): New function.
15574 (include-other-diary-files, fancy-diary-display)
15575 (diary-show-all-entries, make-diary-entry): Use it.
15576 (diary-mail-entries): Use buffer-string.
15577 (mark-diary-entries): Fix long standing paren typo.
15578 (diary-sexp-entry): Use count-lines.
15579 (make-diary-entry): Avoid `previous-line'.
15580 (diary-mode-map): New var.
15581 (diary-mode): Redraw cal after saving. Setup header-line.
15582 (fancy-diary-display-mode): Use local-set-key.
15583
15584 * startup.el (command-line): Try calling various terminal-init-foo-bar
15585 functions by stripping hyphenated suffixes from $TERM.
15586
15587 * files.el (normal-mode): Check boundness of font-lock-keywords.
15588
15589 2005-09-12 Richard M. Stallman <rms@gnu.org>
15590
15591 * progmodes/compile.el: Don't decide a file's directory
15592 until the user actually tries to go there.
15593 (compilation-next-error-function):
15594 Pass compilation-find-file the directory from the file-struct.
15595 (compilation-internal-error-properties): Separate local FILE-STRUCT
15596 from FILE. Doc the args better. Rename arg FMT to FMTS.
15597 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15598 Expand it, and if nil, use default-directory.
15599 (compilation-get-file-structure): Don't mix specified directory
15600 with default directory. Put specified directory into
15601 file-struct. Don't make the file name absolute.
15602
15603 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15604 (compile-command): Add autoload.
15605 (compilation-disable-input): Add autoload.
15606
15607 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15608
15609 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15610 strings of the variables it can override.
15611 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15612 %Q and %q, for fully-qualified domain name and unqualified host name.
15613
15614 2005-09-11 Kim F. Storm <storm@cua.dk>
15615
15616 * emacs-lisp/authors.el (authors-aliases): Update list.
15617 (authors-fixed-entries): Update mldrag.el entry.
15618
15619 2005-09-10 Alan Mackenzie <acm@muc.de>
15620
15621 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15622 from the region narrowed to.
15623
15624 2005-09-10 Magnus Henoch <mange@freemail.hu>
15625
15626 * textmodes/ispell.el (ispell-check-version): Signal an error if
15627 aspell version is less than 0.60.
15628
15629 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15630
15631 * progmodes/octave-inf.el (inferior-octave-startup):
15632 Resync current dir at the end.
15633
15634 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15635
15636 * woman.el (woman-topic-at-point-default):
15637 Rename to woman-use-topic-at-point-default.
15638 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15639 (woman-file-name): Reflect renames above. Automatically use the
15640 word at point as topic if woman-use-topic-at-point is non-nil.
15641 Otherwise offer it as default but don't insert it in the
15642 minibuffer. Also use `test-completion' instead of `assoc' as
15643 suggested by Stefan Monnier.
15644
15645 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15646
15647 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15648 the attempt to do it over Tramp. This is not yet supported.
15649
15650 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15651
15652 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15653 (menu-bar-non-minibuffer-window-p): New functions.
15654 ("Split Window", "Save As..."): Use them.
15655 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15656 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15657 Use menu-bar-menu-frame-live-and-visible-p.
15658 ("Save Buffer", "Insert File", "Open Directory...")
15659 ("Open File...", "Visit New File..."):
15660 Use menu-bar-non-minibuffer-window-p.
15661 (kill-this-buffer-enabled-p, dired <menu-enable>):
15662 Use menu-bar-non-minibuffer-window-p.
15663
15664 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15665
15666 * cus-start.el (all): Don't complain about fringe-related
15667 built-ins if fringes are not supported. Ditto about
15668 selection-related built-ins. Fix the test for GTK-related built-ins.
15669
15670 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15671 ("Postscript Print Buffer", "Print Region", "Save As...")
15672 ("Save", "Insert File...", "Open Directory...")
15673 ("Open File...", "Visit New File..."")
15674 ("Truncate Long Lines in this Buffer"): Don't look at
15675 menu-updating-frame if this display does not support multiple frames.
15676
15677 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15678
15679 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15680
15681 2005-09-09 Emilio Lopes <eclig@gmx.net>
15682
15683 * woman.el: Format- and whitespace-related changes.
15684
15685 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15686
15687 * woman.el: Fix my email address.
15688
15689 2005-09-08 Richard M. Stallman <rms@gnu.org>
15690
15691 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15692 (sh-mode): Locally set skeleton-pair-default-alist.
15693
15694 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15695
15696 * progmodes/flymake.el: Require `compile' unconditionally.
15697
15698 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15699
15700 * woman.el (woman-file-name): Provide a default, not initial input.
15701
15702 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15703
15704 * font-lock.el (font-lock-support-mode): Doc fix.
15705
15706 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15707
15708 2005-09-08 Richard M. Stallman <rms@gnu.org>
15709
15710 * simple.el (blink-matching-open): Get rid of text props from
15711 the string shown in echo area. Don't permanently set point.
15712 Some rearrangements.
15713
15714 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15715
15716 * recentf.el (recentf-filename-handler): Add custom choice
15717 `abbreviate-file-name'.
15718
15719 * msb.el (msb--very-many-menus): Fix typo.
15720
15721 * disp-table.el (standard-display-european): Don't set
15722 enable-multibyte-characters to nil.
15723
15724 2005-09-08 David Ponce <david@dponce.com>
15725
15726 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15727 (recentf-expand-file-name): Doc fix.
15728 (recentf-dialog-mode-map): Define digit shortcuts.
15729 (recentf--files-with-key): New variable.
15730 (recentf-show-digit-shortcut-filter): New function.
15731 (recentf-open-files-items): New function.
15732 (recentf-open-files): Use it.
15733 (recentf-open-file-with-key): New command.
15734
15735 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15736
15737 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15738 Suggested by Kim F. Storm.
15739 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15740 (Buffer-menu-make-sort-button): Use global keymap.
15741
15742 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15743
15744 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15745 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15746 necessary any longer with the remapped command.
15747 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15748 formatting time only.
15749
15750 * net/tramp.el (tramp-action-password)
15751 (tramp-multi-action-password): Compile the password prompt from
15752 `method', `user' and `host'. Sometimes it isn't obvious which
15753 password to enter, for example with remote files offered by
15754 recentf.el, or with multiple steps. Suggested by Robert Marshall
15755 <robert@chezmarshall.freeserve.co.uk>.
15756
15757 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15758
15759 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15760 Fix regexp for when "s///" is at the beginning of line.
15761
15762 2005-09-07 Jay Belanger <belanger@truman.edu>
15763
15764 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15765 when in matrix mode.
15766
15767 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15768
15769 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15770 non-anonymous functions.
15771
15772 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15773
15774 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15775 when using a header line. Otherwise, use mouse-1-click-follows-link.
15776
15777 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15778 can't be moved; don't signal an error.
15779
15780 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15781
15782 * cus-theme.el (custom-theme-write-faces): Save the current face
15783 spec, not the defface spec.
15784
15785 * custom.el (custom-known-themes): Clarify meaning of "standard".
15786 (custom-push-theme): Save old values in the standard theme.
15787 (disable-theme): Correct typo.
15788 (custom-face-theme-value) Deleted unused function.
15789 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15790
15791 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15792
15793 * progmodes/compile.el (compilation-goto-locus): Take into account
15794 iconified frames when determining whether the buffer is
15795 already visible.
15796 Don't reset window height if the window already existed.
15797
15798 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15799
15800 * custom.el (load-theme): Rename from require-theme.
15801 Add interactive spec.
15802 (enable-theme): Rename from custom-enable-theme.
15803 Add interactive spec.
15804 (disable-theme): Rename from custom-disable-theme.
15805 Add interactive spec.
15806 (custom-make-theme-feature): Doc fix.
15807 (custom-theme-directory): Doc fix.
15808 (provide-theme): Call enable-theme.
15809
15810 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * obsolete/lazy-lock.el (lazy-lock-mode):
15813 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15814 font-lock-mode if it's off. Print a warning instead.
15815
15816 * progmodes/compile.el (compilation-start): Ignore errors if the
15817 process died before we get to send-eof.
15818
15819 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15820 Undo last change. Enclosing the result in quotes broke things on Unix
15821 since tex-send-command passes it through shell-quote-argument.
15822 (tex-send-command): Pass `file' through convert-standard-filename
15823 when possible.
15824 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15825 info in a transcript.
15826
15827 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15828
15829 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15830 fix compilation warning. Reorder the key definitions to group
15831 together keys emitted by the current version of xterm.
15832
15833 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15834 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15835 Reorder predicates to correct min-color usage.
15836
15837 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15838
15839 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15840 Kill local variables when longlines-mode is turned off.
15841
15842 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15845
15846 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15847
15848 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15849
15850 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15851 (font-lock-lines-before): Change default to being inactive.
15852 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15853 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15854
15855 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15856
15857 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15858 Deactivate temporarily advice if active (not needed for Emacs 22,
15859 but for backwards compatibility).
15860 (tramp-exists-file-name-handler): Rewrite. First implementation
15861 was too simple.
15862 (tramp-advice-make-auto-save-file-name):
15863 Call `tramp-handle-make-auto-save-file-name' (again, just for
15864 backwards compatibility).
15865
15866 2005-08-31 Reto Zimmermann <reto@gnu.org>
15867
15868 * progmodes/vhdl-mode.el
15869 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15870 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15871 (vhdl-set-default-project): New function (easier setting of default).
15872 (vhdl-port-copy): Handle extended identifiers for generics.
15873 (vhdl-compiler-alist): Better description for error message regexp.
15874 (vhdl-make): Query for target, use previous as default.
15875 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15876 (vhdl-font-lock-keywords-2): Fix fontification for record
15877 el. assign.
15878 (vhdl-speedbar-make-subpack-line): Add package body link.
15879 (vhdl-generate-makefile-1): Not include itself as dependency.
15880 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15881 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15882 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15883 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15884 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15885 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15886 (vhdl-import-project): Add string argument for `error'.
15887 (vhdl-compose-configuration)
15888 (vhdl-compose-configuration-architecture): Add configuration
15889 declaration generation.
15890 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15891 (vhdl-trailer-re): Add "record" keyword (better indentation).
15892 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15893 "[^ \t-\"]+".
15894 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15895 (vhdl-testbench-entity-file-name)
15896 (vhdl-testbench-architecture-file-name): Allow separate
15897 customization of testbench file names.
15898 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15899 (vhdl-get-visible-signals): Allow newline within alias declaration.
15900 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15901 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15902 (member-ignore-case): Alias for missing function in XEmacs.
15903 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15904 (vhdl-update-sensitivity-list): Ignore case on read signals.
15905 (vhdl-replace-string): Adjust case only for file names.
15906 (vhdl-update-sensitivity-list): Fix search for read signals.
15907 (vhdl-update-sensitivity-list): Exclude formal parameters.
15908 (vhdl-get-visible-signals): Include aliases of signals.
15909 (vhdl-get-visible-signals): Fix signal name searching.
15910 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15911 (vhdl-fixup-whitespace-region): Fix for character
15912 literals (e.g. `:').
15913
15914 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15915
15916 * ansi-color.el (comint-last-output-start):
15917 * bs.el (font-lock-verbose):
15918 * diff-mode.el (add-log-buffer-file-name-function):
15919 * dired-x.el (vm-folder-directory):
15920 * faces.el (help-xref-stack-item):
15921 * files.el (font-lock-keywords):
15922 * find-lisp.el (dired-buffers, dired-subdir-alist):
15923 * ido.el (cua-inhibit-cua-keys):
15924 * log-view.el (cvs-minor-wrap-function):
15925 * outline.el (font-lock-warning-face):
15926 * simple.el (compilation-current-error):
15927 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15928 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15929 * tooltip.el (comint-prompt-regexp):
15930 * w32-fns.el (explicit-shell-file-name):
15931 * term/mac-win.el (mac-charset-info-alist)
15932 (mac-services-selection, mac-system-script-code):
15933 * term/tty-colors.el (msdos-color-values):
15934 * term/w32-win.el (xlfd-regexp-registry-subnum):
15935 * term/x-win.el (x-keysym-table, x-selection-timeout)
15936 (x-session-id, x-session-previous-id):
15937 * textmodes/ispell.el (mail-yank-prefix):
15938 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15939 * textmodes/org.el (calc-embedded-close-formula)
15940 (calc-embedded-open-formula)
15941 (font-lock-unfontify-region-function):
15942 * textmodes/reftex-global.el (isearch-next-buffer-function)
15943 (TeX-master):
15944 * textmodes/reftex.el (font-lock-keywords):
15945 * textmodes/tex-mode.el (font-lock-comment-face)
15946 (font-lock-doc-face):
15947 * textmodes/texinfo.el (outline-heading-alist):
15948 Add defvars.
15949
15950 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15951 (artist-spray-chars, artist-mode-init, artist-replace-string)
15952 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15953 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15954 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15955
15956 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15957 (conf-align-assignments): "?\ " -> "?\s".
15958
15959 * textmodes/reftex-index.el (TeX-master): Add defvar.
15960 (reftex-index-phrases-marker): Move up defvar.
15961
15962 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15963 (reftex-toc-include-labels-indicator)
15964 (reftex-toc-include-index-indicator)
15965 (reftex-toc-max-level-indicator): Move up declarations.
15966
15967 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15968 of args to `tramp-run-real-handler', even if it's empty in this case.
15969
15970 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15971
15972 * dired.el (dired-move-to-filename-regexp): Add date format for
15973 Mac OS X 10.3 in East Asian locales.
15974
15975 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15976
15977 * files.el (make-auto-save-file-name): Add file name handler call
15978 if applicable.
15979
15980 * net/tramp.el (tramp-file-name-handler-alist)
15981 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15982 (tramp-handle-make-auto-save-file-name): Rename from
15983 `tramp-make-auto-save-file-name'.
15984 (tramp-exists-file-name-handler): New defun.
15985 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15986 `make-auto-save-file-name' is not a magic file name operation.
15987
15988 2005-08-30 Richard M. Stallman <rms@gnu.org>
15989
15990 * files.el (risky-local-variable-p):
15991 Match `-predicates' and `-commands.
15992
15993 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15994 (custom-save-all): Visit the file if necessary;
15995 kill the buffer if we created it.
15996 (custom-save-delete): Don't visit file or kill buffer here.
15997
15998 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15999
16000 * textmodes/org.el (org-special-keyword): New face.
16001 (org-table-copy-down, org-table-eval-formula)
16002 (org-table-recalculate, org-init-section-numbers):
16003 Use `string-to-number' instead of `string-to-int'.
16004 (org-get-location): Use `insert-buffer-substring' instead of
16005 `insert-buffer'.
16006 (org-modify-diary-entry-string): New function.
16007 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16008 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16009 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16010 active region.
16011 (org-export-as-html): Handle QUOTE keyword.
16012 (org-quote-string): New option.
16013 (org-bookmark-jump-unhide): New function, used for
16014 `bookmark-after-jump-hook'.
16015 (org-diary-default-entry): Apply only when not called through
16016 `org-agenda'.
16017
16018 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16019
16020 * net/eudc.el (mode-popup-menu):
16021 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16022 * progmodes/ada-mode.el (compile-auto-highlight)
16023 (skeleton-further-elements):
16024 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16025 * progmodes/cmacexp.el (msdos-shells):
16026 * progmodes/compile.el (font-lock-extra-managed-props)
16027 (font-lock-keywords, font-lock-maximum-size)
16028 (font-lock-support-mode):
16029 * progmodes/grep.el (font-lock-lines-before):
16030 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16031 * progmodes/mixal-mode.el (compile-command):
16032 * progmodes/perl-mode.el (font-lock-comment-face)
16033 (font-lock-doc-face, font-lock-string-face):
16034 * progmodes/prolog.el (comint-prompt-regexp):
16035 * progmodes/sh-script.el (font-lock-comment-face)
16036 (font-lock-set-defaults, font-lock-string-face):
16037 * progmodes/sql.el (font-lock-keyword-face)
16038 (font-lock-set-defaults, font-lock-string-face):
16039 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16040 (itimer-version, lazy-lock-defer-contextually)
16041 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16042 Add defvars.
16043
16044 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16045 (cperl-electric-keyword, cperl-electric-pod)
16046 (cperl-electric-backspace, cperl-forward-re)
16047 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16048 (vc-rcs-header, vc-sccs-header): Add defvars.
16049
16050 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16051 (font-lock-syntactic-keywords, gud-find-expr-function):
16052 Add defvars.
16053
16054 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16055 (gdb-frame-parameters): Declare before use.
16056
16057 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16058 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16059 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16060 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16061
16062 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16063 (idlwave-help-with-source): Use `insert-buffer-substring', not
16064 `insert-buffer'.
16065
16066 2005-08-29 Juri Linkov <juri@jurta.org>
16067
16068 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16069 Put outline-back-to-heading function call inside save-excursion.
16070
16071 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16072
16073 * man.el (Man-init-defvars, Man-translate-references)
16074 (Man-support-local-filenames, Man-highlight-references):
16075 * progmodes/sql.el (sql-interactive-mode):
16076 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16077
16078 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16079 (compilation-mode-font-lock-keywords): Add defvars.
16080 (checkdoc-interactive-loop): "?\ " -> "?\s".
16081
16082 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16083 (font-lock-doc-face, font-lock-string-face)
16084 (font-lock-keywords-case-fold-search): Add defvars.
16085 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16086
16087 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16088 Don't pass X and Y (they are ignored anyway).
16089 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16090 (mouse-delete-window): Make arguments optional.
16091
16092 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16093 (caesar-translate-table, minor-modes, news-buffer-save)
16094 (news-group-name, news-minor-modes): Add defvars.
16095
16096 * emacs-lisp/lselect.el (mouse-highlight-priority)
16097 (x-lost-selection-functions, zmacs-regions):
16098 * emacs-lisp/pp.el (font-lock-verbose):
16099 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16100 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16101 (ses-mode-map):
16102 * emacs-lisp/tcover-unsafep.el (safe-functions):
16103 * international/mule-cmds.el (mac-system-coding-system)
16104 (mac-system-locale):
16105 * language/ethio-util.el (rmail-current-message)
16106 (rmail-message-vector):
16107 * language/thai-util.el (thai-auto-composition-mode):
16108 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16109 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16110 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16111 (vm-primary-inbox, vm-spool-files):
16112 * mail/rmail.el (deleted-head, font-lock-fontified)
16113 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16114 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16115 (total-messages):
16116 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16117 (rmail-summary-mode-map):
16118 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16119 (rmail-last-label, rmail-last-multi-labels)
16120 (rmail-summary-vector, rmail-total-messages):
16121 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16122 * mail/rmailsum.el (msgnum):
16123 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16124 (rmail-current-message):
16125 * obsolete/fast-lock.el (font-lock-face-list):
16126 * obsolete/rnewspost.el (mail-reply-buffer):
16127 * obsolete/scribe.el (compile-command):
16128 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16129
16130 2005-08-28 John Paul Wallington <jpw@gnu.org>
16131
16132 * ibuf-ext.el (ibuffer-auto-update-changed):
16133 Use `frame-or-buffer-changed-p' to check whether we need to update.
16134 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16135 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16136 as a `frame-or-buffer-changed-p' state vector instead.
16137
16138 2005-08-27 Romain Francoise <romain@orebokech.com>
16139
16140 * textmodes/makeinfo.el (makeinfo-compile):
16141 Use `compilation-start'. Set `next-error-function' according to
16142 `disable-errors'.
16143 (makeinfo-next-error): New function.
16144 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16145 (makeinfo-buffer): Likewise.
16146
16147 * progmodes/compile.el (compilation-start): Add autoload cookie.
16148
16149 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16150 * textmodes/sgml-mode.el: Likewise.
16151 * progmodes/python.el: Likewise.
16152
16153 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16154
16155 * simple.el (blink-matching-paren-distance): Document the meaning
16156 of nil value, and allow to customize to nil.
16157
16158 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16159 command.com, not command.exe.
16160
16161 2005-08-26 John Wiegley <johnw@newartisans.com>
16162
16163 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16164 code around a bit so that an extraneous nil argument is not added
16165 to a command when no args are given.
16166
16167 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16168 double-quoted argument resolves to nil, return it as an empty
16169 string rather than as nil. This made it impossible to pass "" to
16170 a shell script as a null string argument.
16171
16172 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16173
16174 * outline.el (outline-invent-heading): New fun.
16175 (outline-promote, outline-demote): Use it.
16176 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16177 (outline-end-of-subtree): Remove unused var `opoint'.
16178
16179 2005-08-26 David Reitter <david.reitter@gmail.com>
16180
16181 * menu-bar.el (truncate-lines, write-file, print-buffer)
16182 (ps-print-buffer-faces, ps-print-buffer, split-window):
16183 Disable menu items when the frame they refer to is invisible, or when
16184 they refer to a buffer and the minibuffer is selected.
16185
16186 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16187
16188 * progmodes/flymake.el (flymake-highlight-err-lines):
16189 Use save-excursion around flymake-highlight-line to preserve point.
16190
16191 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16192
16193 * progmodes/octave-mod.el: Change Author and Maintainer address.
16194 (octave-maintainer-address): Change Kurt's email address.
16195 * progmodes/octave-inf.el: Change Author and Maintainer address.
16196 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16197
16198 2005-08-26 Kim F. Storm <storm@cua.dk>
16199
16200 * subr.el (version-list-<, version-list-<=, version-list-=):
16201 Rename from integer-list-*.
16202 (version-list-not-zero): Likewise. Fix while loop.
16203 (version=): Use version-list-= instead of string-equal.
16204
16205 2005-08-26 Richard M. Stallman <rms@gnu.org>
16206
16207 * outline.el (outline-promote): Try shortening the heading.
16208 As last resort, read the heading to use.
16209 (outline-demote): As last resort, read the heading to use.
16210
16211 2005-08-26 Romain Francoise <romain@orebokech.com>
16212
16213 * progmodes/compile.el (compilation-start): Doc fix.
16214
16215 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16216 (antlr-font-lock-additional-keywords): Fix reference to
16217 `antlr-font-lock-literal-regexp' erroneously changed during the
16218 mass face rename.
16219 (antlr-run-tool): Use `compilation-start'.
16220
16221 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16222 instead of the obsolete `compile-internal'.
16223
16224 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16227 (number, original-date):
16228 * calendar/cal-china.el (date):
16229 * calendar/cal-coptic.el (date):
16230 * calendar/cal-french.el (date):
16231 * calendar/cal-hebrew.el (date, entry, number, original-date):
16232 * calendar/cal-islam.el (date, number, original-date):
16233 * calendar/cal-iso.el (date):
16234 * calendar/cal-julian.el (date):
16235 * calendar/cal-mayan.el (date):
16236 * calendar/cal-menu.el (date, event):
16237 * calendar/cal-persia.el (date):
16238 * calendar/lunar.el (date):
16239 * calendar/solar.el (date): Add defvars.
16240
16241 * emerge.el:
16242 * ibuffer.el:
16243 * info-xref.el:
16244 * obsolete/bg-mouse.el:
16245 * obsolete/sun-curs.el:
16246 * obsolete/swedish.el: Move the `defvar's to the top level.
16247
16248 * smerge-mode.el (smerge-refined-change): Add :group.
16249
16250 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16253 (smerge-keep-n): Remove props.
16254 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16255 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16256 now that it's done in smerge-keep-n.
16257 (smerge-refined-change): New face.
16258 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16259 (smerge-refine): New funs.
16260 (smerge-basic-map): Bind smerge-refine.
16261
16262 2005-08-25 Juri Linkov <juri@jurta.org>
16263
16264 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16265 compilation-process-setup-function and compilation-disable-input
16266 in grep-mode instead of let-bindings in grep.
16267
16268 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16269 Delete "Automatic File De/compression" (auto-compression-mode).
16270
16271 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16274 Silence warning about non-existent variable.
16275
16276 2005-08-25 Richard M. Stallman <rms@gnu.org>
16277
16278 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16279 Rename "Describe Key" to "Describe Key or Mouse Operation".
16280
16281 * mail/mailalias.el (build-mail-aliases): Delete comments
16282 from the contents before processing them.
16283
16284 * isearch.el (isearch-edit-string): Erase the Search prompt
16285 if user enters an empty string and there is no default.
16286
16287 * comint.el (comint-file-name-prefix): Add autoload.
16288
16289 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16290
16291 * subr.el (play-sound): Rearrange to avoid warning.
16292
16293 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16294
16295 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16296 New hook.
16297 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16298
16299 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16300
16301 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16302
16303 * custom.el (custom-theme-set-variables): Sort minor modes last.
16304
16305 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16306
16307 * subr.el (version-separator, version-regexp-alist): New vars used by
16308 version comparison funs.
16309 (integer-list-<, integer-list-=, integer-list-<=)
16310 (integer-list-not-zero): New funs for integer list comparison.
16311 (version-to-list, version=, version<, version<=): New funs for version
16312 comparison.
16313
16314 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16315
16316 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16317 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16318 time to silence the byte-compiler.
16319
16320 * ibuffer.el (ibuffer-compile-make-eliding-form)
16321 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16322 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16323 so it's silly to get warnings for it).
16324 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16325 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16326 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16327 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16328 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16329 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16330 Defvar at compile time.
16331 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16332 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16333 Declare them before use.
16334
16335 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16336 (info-xref-good, info-xref-bad): Defvar at compile time.
16337
16338 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16339 Use `let*' instead of `let'.
16340
16341 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16342 (*mouse-y*, menu, char): Defvar at compile time.
16343 (sc::menu): Declare it before use.
16344 (sc::pack-one-line): Use `let', not `let*'.
16345
16346 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16347 (mail-send-hook): Defvar at compile time.
16348
16349 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16350 Defvar at compile time.
16351
16352 * term/sun-mouse.el (current-global-mousemap)
16353 (current-local-mousemap): Declare them before use.
16354
16355 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16356
16357 * bookmark.el (bookmark-after-jump-hook): New hook.
16358 (bookmark-jump): Run `bookmark-after-jump-hook'.
16359
16360 2005-08-23 Juri Linkov <juri@jurta.org>
16361
16362 * faces.el (minibuffer-prompt): Doc fix.
16363
16364 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16365
16366 * progmodes/xscheme.el: Trivial changes to silence warnings.
16367 (xscheme-previous-mode, xscheme-previous-process-state):
16368 Add defvars.
16369 (xscheme-last-input-end, xscheme-process-command-line)
16370 (xscheme-process-name, xscheme-buffer-name)
16371 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16372 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16373 (xscheme-control-g-synchronization-p)
16374 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16375 (default-xscheme-runlight, xscheme-runlight)
16376 (xscheme-runlight-string, xscheme-process-filter-state)
16377 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16378 Move to beginning of file.
16379 (scheme-interaction-mode-commands-alist)
16380 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16381 Declare them before use. Note: the initialization code for the
16382 variables has not been moved because it uses functions that reference
16383 the variables.
16384 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16385 (xscheme-prompt-for-expression-map): Declare them before use.
16386 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16387
16388 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16389
16390 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16391
16392 2005-08-22 Juri Linkov <juri@jurta.org>
16393
16394 * faces.el (set-face-underline): Delete this duplicate function
16395 and make an obsolete alias to set-face-underline-p.
16396 (set-face-underline-p): Use docstring of set-face-underline.
16397 (describe-face): Create hyperlink to parent face.
16398
16399 * info.el (Info-insert-dir): Use save-excursion around
16400 insert-buffer-substring.
16401 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16402 (Info-escape-percent): Delete function.
16403 (Info-fontify-node): Replace Info-escape-percent by
16404 replace-regexp-in-string with REP arg set to lambda that
16405 duplicates `%' and preserves text properties.
16406
16407 * progmodes/compile.el (compilation-disable-input): Doc fix.
16408 (define-compilation-mode): Doc fix and refill.
16409 (kill-compilation): Use `mode-name' in the error message.
16410 (compilation-find-file): Use `compilation-error' in the
16411 read-file-name's prompt.
16412
16413 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16416 (smerge-auto-leave): Make undo re-enable the mode.
16417 (debug-ignored-errors): Add the user-error of impossible resolution.
16418 (smerge-resolve): Move things around a bit, in preparation for later.
16419 (smerge-diff): Don't fail if the buffer has no associated file.
16420 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16421 (smerge-conflict-overlay): New function.
16422 (smerge-match-conflict): Don't add text properties here.
16423 (smerge-find-conflict): Instead, add an overlay here.
16424 Also check for the case where we're inside a conflict already, so as to
16425 obviate the need for font-lock-multiline, which is unbearably slow with
16426 large conflicts and ciomplex font-lock patterns.
16427 (smerge-remove-props): Remove overlay rather than text-properties.
16428 (smerge-mode): Don't set font-lock-multiline.
16429 Remove overlays when turned off.
16430
16431 2005-08-21 Kim F. Storm <storm@cua.dk>
16432
16433 * ido.el (ido-ignore-item-p): Use save-match-data.
16434 Bind case-fold-search to ido-case-fold locally.
16435
16436 2005-08-20 Richard M. Stallman <rms@gnu.org>
16437
16438 * files.el (normal-mode): If font lock is on, turn it off and on.
16439
16440 * subr.el (replace-regexp-in-string): Doc fix.
16441
16442 * startup.el (command-line-1): Don't suppress startup screen
16443 due to existing processes.
16444
16445 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16446
16447 * progmodes/compile.el (compilation-disable-input): Default to nil.
16448
16449 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16450
16451 * progmodes/compile.el (compilation-disable-input): New defcustom.
16452 (compilation-start): If compilation-disable-input is non-nil, send
16453 EOF to the compilation process.
16454
16455 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16456
16457 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16458 Run the argument of tex-shell-cd-command through
16459 convert-standard-filename, to get the correct style of slashes on
16460 Windows, and enclose the result in quotes, in case the file name
16461 includes whitespace or other special characters.
16462
16463 2005-08-19 Andreas Schwab <schwab@suse.de>
16464
16465 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16466 process.
16467
16468 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16469
16470 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16471
16472 2005-08-18 Kim F. Storm <storm@cua.dk>
16473
16474 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16475
16476 2005-08-18 Richard M. Stallman <rms@gnu.org>
16477
16478 * scroll-lock.el: New file.
16479
16480 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16481
16482 * dired.el (dired-move-to-end-of-filename):
16483 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16484
16485 2005-08-18 Kim F. Storm <storm@cua.dk>
16486
16487 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16488 rather than toggle mode when custom value is nil.
16489 (ido-everywhere): Fix defun doc string.
16490
16491 2005-08-17 Richard M. Stallman <rms@gnu.org>
16492
16493 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16494 as tag instead of "Inviolable".
16495
16496 2005-08-17 Kim F. Storm <storm@cua.dk>
16497
16498 * windmove.el (windmove-coordinates-of-position): Remove.
16499 (windmove-coordinates-of-window-position): Remove.
16500 (windmove-reference-loc): Use posn-at-point instead.
16501
16502 * subr.el (insert-for-yank-1): Doc fix.
16503
16504 * ido.el (ido-enter-matching-directory): Rename from
16505 ido-enter-single-matching-directory. Change `slash' choice to
16506 `only'. Add `first' choice.
16507 (ido-exhibit): Adapt to above changes.
16508
16509 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16510
16511 * Makefile.in: Expand comment about building loaddefs.el.
16512
16513 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16514
16515 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16516 Comment use of defadvice.
16517
16518 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16519
16520 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16521
16522 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16523 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16524 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16525 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16526 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16527 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16528 for backward compatibility for faces that did not appear in the
16529 previous Emacs release.
16530
16531 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16532
16533 2005-08-15 Kim F. Storm <storm@cua.dk>
16534
16535 * emulation/cua-base.el (cua-delete-region): Return t if
16536 deleted region was non-empty.
16537 (cua-replace-region): Inhibit overwrite-mode for
16538 self-insert-command if replaced region was non-empty.
16539 (cua--explicit-region-start, cua--status-string): Make them
16540 buffer-local at top-level...
16541 (cua-mode): ...rather than when mode is enabled.
16542
16543 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16544
16545 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16546 Set t for Emacs 21, 22, and so on.
16547
16548 2005-08-15 David Ponce <david@dponce.com>
16549
16550 * tree-widget.el: Update Commentary header.
16551 (tree-widget-theme): Doc fix.
16552 (tree-widget-space-width): New option.
16553 (tree-widget-image-properties): Look up in the default theme too.
16554 (tree-widget--cursors): Only for images with arrow pointer shape.
16555 (tree-widget-lookup-image): Pointer shape is hand by default.
16556 (tree-widget-icon): Rename generic icon widget from
16557 `tree-widget-control'.
16558 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16559 derive from `tree-widget-icon'.
16560 (tree-widget-handle): Improve default look and feel of the text
16561 representation.
16562 (tree-widget): Rename :*-control properties to :*-icon properties.
16563 Add :action and :help-echo properties.
16564 (tree-widget-after-toggle-functions): Move.
16565 (tree-widget-close-node, tree-widget-open-node): Remove.
16566 (tree-widget-before-create-icon-functions): New hook.
16567 (tree-widget-value-create): Update to allow customization of icons
16568 and nodes at run-time via that new hook.
16569 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16570 (tree-widget-icon-action, tree-widget-icon-help-echo)
16571 (tree-widget-action, tree-widget-help-echo): New functions.
16572
16573 2005-08-15 Kim F. Storm <storm@cua.dk>
16574
16575 * ido.el (ido-buffer-internal): Use with-no-warnings.
16576 (ido-make-merged-file-list): Use while-no-input.
16577
16578 2005-08-15 Richard M. Stallman <rms@gnu.org>
16579
16580 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16581 (flyspell-large-region): Fix doc and custom type.
16582
16583 2005-08-14 Richard M. Stallman <rms@gnu.org>
16584
16585 * files.el (interpreter-mode-alist): Doc fix.
16586
16587 * mail/rmail.el (rmail-nonignored-headers): New variable.
16588 (rmail-clear-headers): Use it.
16589 (rmail-reply): Better handling of mail-followup-to header.
16590
16591 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16592 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16593 don't try to refer to executable-font-lock-keywords.
16594 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16595 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16596 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16597 (sh-mode): Set comment-start-skip, local-abbrev-table,
16598 imenu-case-fold-search.
16599 (sh-set-shell): Don't set them here.
16600 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16601 Don't cache the results in the original alist; don't ever modify
16602 that alist.
16603
16604 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16605
16606 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16607 empty.
16608
16609 2005-08-15 Andreas Schwab <schwab@suse.de>
16610
16611 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16612
16613 * dired.el, info.el, mail/rmail.el: Revert last change.
16614
16615 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16616
16617 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16618 modification in `eval-after-load' form.
16619 * info.el: Likewise.
16620 * mail/rmail.el: Likewise.
16621
16622 2005-08-14 Juri Linkov <juri@jurta.org>
16623
16624 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16625 Remove highlighting of "Compilation started". Highlight only
16626 the word "finished" in "Compilation finished". Add highlighting
16627 of "interrupt", "killed", "terminated" and the exit code.
16628 (compilation-start): Add newline after header. Use exactly the
16629 same time stamp format as the finishing message.
16630 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16631
16632 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16633 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16634 Add highlighting of "interrupt", "killed", "terminated".
16635
16636 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16637 enabled and the current command is self-insert-command, call it
16638 explicitly with overwrite-mode bound to nil, to not allow it
16639 to delete the character after the selected region.
16640
16641 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16642
16643 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16644 move-end-of-line, end-of-line, and beginning-of-line to the list
16645 of commands after which the echo area is updated.
16646
16647 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16648
16649 * cus-edit.el (custom-save-all, custom-save-delete):
16650 Bind recentf-exclude to exclude custom-file.
16651
16652 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16653
16654 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16655 to go to the bottom of the mail message. Added to
16656 `rmail-summary-mode-map' with key "/".
16657 (rmail-summary-show-message): New (internal) function for use by
16658 both `rmail-summary-beginning/end-of-message'.
16659 (rmail-summary-beginning-of-message): Change to use
16660 rmail-summary-show-message.
16661
16662 * mail/rmail.el (rmail-end-of-message): New command to go to the
16663 end of the current message. Added to `rmail-mode-map' with key "/".
16664 (rmail-beginning-of-message): Fix to work as documented.
16665 (rmail-mode): Change documentation.
16666
16667 * progmodes/compile.el (compilation-start): Add the line
16668 "Compilation started" with compilation start time.
16669 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16670
16671 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16672
16673 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16674 of menu items.
16675
16676 2005-08-11 Richard M. Stallman <rms@gnu.org>
16677
16678 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16679
16680 * battery.el (battery-status-function): Don't use ignore-errors.
16681
16682 2005-08-11 Lute Kamstra <lute@gnu.org>
16683
16684 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16685 define-obsolete-variable-alias.
16686
16687 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16690 (ange-ftp-send-cmd): Revert last change, and expand
16691 the comment explaining the problem.
16692
16693 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16694
16695 * ldefs-boot.el: Update.
16696
16697 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16698 item to "Time, Load and Mail". Change help echo text.
16699
16700 * time.el (display-time-use-mail-icon, display-time-format)
16701 (display-time-string-forms): Shorten first line of docstrings.
16702
16703 2005-08-10 Lars Hansen <larsh@soem.dk>
16704
16705 * desktop.el (desktop-buffer-mode-handlers):
16706 Make non-customizable. Add autoload cookie. Change initial value to
16707 nil; add elements in respective modules instead. Fix doc string.
16708 (desktop-load-file): New function.
16709 (desktop-minor-mode-handlers): New autoloaded variable.
16710 (desktop-create-buffer): Call minor mode handlers.
16711 Use desktop-load-file to load major and minor mode modules prior to
16712 checking for a handler.
16713 (desktop-save): Don't add nil to desktop-minor-modes for minor
16714 modes with nil function in desktop-minor-mode-table. Don't delete
16715 desktop file before rewriting it.
16716 (desktop-locals-to-save): Add autoload cookie. Don't make
16717 automatically buffer-local. Add variables column-number-mode,
16718 size-indication-mode, indent-tabs-mode,
16719 indicate-buffer-boundaries, indicate-empty-lines and
16720 show-trailing-whitespace.
16721 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16722 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16723 (desktop-clear-preserve-buffers-regexp): Delete.
16724 (desktop-clear-preserve-buffers): Update initial value and docstring.
16725 (desktop-save-buffer): Fix doc string.
16726
16727 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16728 (hilit-chg-desktop-restore): New function.
16729 (highlight-changes-mode): Add highlight-changes-mode to
16730 desktop-locals-to-save.
16731
16732 * dired.el: Add handler to desktop-buffer-mode-handlers.
16733 (dired-restore-desktop-buffer): Remove autoload cookie.
16734 (dired-mode): Add autoload cookie.
16735
16736 * info.el: Add handler to desktop-buffer-mode-handlers.
16737 (Info-restore-desktop-buffer): Remove autoload cookie.
16738 (Info-mode): Add autoload cookie.
16739
16740 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16741 (mh-restore-desktop-buffer): Remove autoload cookie.
16742 (mh-folder-mode): Add autoload cookie.
16743
16744 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16745 (rmail-restore-desktop-buffer): Remove autoload cookie.
16746
16747 2005-08-11 Masatake YAMATO <jet@gyve.org>
16748
16749 * hexl.el (hexl-address-region):
16750 (hexl-ascii-region, hexl-font-lock-keywords):
16751 (hexl-highlight-line-range): Use the term "region"
16752 instead of "area" for consistency with the other symbols
16753 defined in hexl.el.
16754
16755 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16756
16757 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16758 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16759 out by Juri Linkov). Add `display-battery-mode'.
16760
16761 2005-08-09 Juri Linkov <juri@jurta.org>
16762
16763 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16764 Remove `-text' from face variable names.
16765 (compilation-error-file-name, compilation-warning-file-name)
16766 (compilation-info-file-name): Delete faces.
16767 (compilation-line-number, compilation-column-number):
16768 Remove face underlining.
16769 (compilation-message-face): Set to `underline' value by default.
16770 (compilation-error-face, compilation-warning-face)
16771 (compilation-info-face): Remove `-file-name' from face names.
16772 (compilation-error-text-face, compilation-warning-text-face)
16773 (compilation-info-text-face): Delete face variables.
16774 (compilation-text-face): Delete function.
16775
16776 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16777 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16778 (grep-error-face): Set to `compilation-error' instead of
16779 `compilation-error-face' (which is redefined to `grep-hit-face' in
16780 grep buffers).
16781 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16782 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16783
16784 * dired-aux.el (dired-do-query-replace-regexp):
16785 Use `query-replace-read-args'.
16786
16787 * replace.el (query-replace-read-from, query-replace-read-to)
16788 (query-replace-read-args): Rename arg `string' to `prompt'.
16789
16790 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16791
16792 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16793
16794 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16795 uploading files.
16796 (ange-ftp-canonize-filename): Handle file names beginning with ~
16797 correctly.
16798
16799 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16800
16801 * textmodes/fill.el (canonically-space-region)
16802 (fill-context-prefix, fill-french-nobreak-p)
16803 (fill-delete-newlines, fill-comment-paragraph)
16804 (justify-current-line): "?\ " -> "?\s".
16805
16806 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16807
16808 * textmodes/fill.el (fill-nonuniform-paragraphs):
16809 Improve argument/docstring consistency.
16810
16811 2005-08-09 Richard M. Stallman <rms@gnu.org>
16812
16813 * textmodes/ispell.el (ispell-word): More fboundp checks.
16814
16815 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16816 (find-file-noselect-1): Call it here, only if RAWFILE.
16817 (normal-mode): Always set some major mode.
16818 (save-some-buffers-action-alist): Change some explanation strings.
16819 (file-name-non-special): In the `quote' method, use unwind-protect.
16820
16821 2005-08-09 Magnus Henoch <mange@freemail.hu>
16822
16823 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16824 (ispell-have-aspell-dictionaries): New variable.
16825 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16826 (ispell-get-aspell-config-value): New function.
16827 (ispell-aspell-find-dictionary): New function.
16828 (ispell-aspell-add-aliases): New function.
16829 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16830 appropriate. Don't look for ispell dictionaries if we use aspell.
16831 (ispell-menu-map): Don't build a submenu of dictionaries.
16832
16833 2005-08-09 Richard M. Stallman <rms@gnu.org>
16834
16835 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16836 (sql-read-passwd): Use read-passwd.
16837
16838 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16839 (idlwave-toolbar-is-possible): Add defvars.
16840
16841 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16842 Avoid warnings.
16843
16844 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16845 (idlwave-system-class-info, idlwave-executive-commands-alist):
16846 Use defvar.
16847
16848 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16849
16850 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16851 Avoid warnings.
16852
16853 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16854 and content-type: headers.
16855
16856 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16857
16858 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16859 and rename some of them to be more self-explanatory.
16860
16861 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16862
16863 * startup.el (command-line-1): Implement -scriptload.
16864
16865 * replace.el (occur-engine): Initial *Occur* output not undoable.
16866
16867 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16868 and improve help strings.
16869
16870 * isearch.el (isearch-repeat): When changing direction,
16871 mark search successful.
16872
16873 * ediff-init.el: Use (featurep 'xemacs).
16874
16875 * comint.el (send-invisible): Identify buffer, if not selected.
16876
16877 * align.el: Delete autoload for c-guess-basic-syntax.
16878
16879 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16880
16881 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16882 Improve argument/docstring consistency. Doc fixes.
16883 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16884 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16885 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16886 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16887 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16888 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16889 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16890 Defvar at compile time.
16891
16892 2005-08-09 Juri Linkov <juri@jurta.org>
16893
16894 * info.el: Replace `info' with upper-case `Info' where appropriate.
16895 (info-title-1, info-title-2, info-title-3, info-title-4)
16896 (info-menu-header): Move up face definitions.
16897 (info-menu-star): Rename from `info-menu-5'.
16898 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16899 (Info-fontify-visited-nodes): Fix docstring.
16900 (Info-hide-note-references): Fix docstring.
16901 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16902 menu items in the same way as on cross-references.
16903 (info-apropos): Fix sorting order and formatting to be like in the
16904 stand-alone Info browser. Display error messages for 1 sec.
16905 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16906 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16907 from the menu bar.
16908 (Info-insert-dir): Restore point after calling
16909 `insert-buffer-substring'.
16910
16911 2005-08-08 Richard M. Stallman <rms@gnu.org>
16912
16913 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16914 (recompute-lucid-menubar): Add defvars.
16915
16916 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16917
16918 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16919
16920 * net/net-utils.el (run-dig): Rename from `dig'.
16921
16922 * play/gametree.el (gametree-mode): Use make-local-variable,
16923 not make-variable-buffer-local.
16924
16925 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16926
16927 * ansi-color.el (ansi-color-make-extent)
16928 (ansi-color-set-extent-face): Use fboundp, not functionp.
16929
16930 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16931 not make-variable-buffer-local.
16932
16933 * bookmark.el (Info-current-file): Add defvar.
16934 (bookmark-jump-noselect): Use with-no-warnings.
16935
16936 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16937
16938 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16939
16940 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16941
16942 * find-file.el (ada-procedure-start-regexp)
16943 (ada-package-start-regexp): Add defvars.
16944
16945 * info.el (Info-insert-dir): Use insert-buffer-substring.
16946
16947 * xml.el (xml-att-def-re): Add defvar.
16948
16949 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16950 calling convention.
16951
16952 * subr.el (while-no-input): Return t if there is input.
16953
16954 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16955
16956 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16957
16958 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16959
16960 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16961 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16962
16963 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16964
16965 * cmuscheme.el (scheme-start-file): Replace reference to
16966 `user-emacs-directory' by "~/.emacs.d/".
16967
16968 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16969
16970 * info.el (Info-dir-remove-duplicates): Avoid case folding
16971 in loop; instead, keep downcased strings for comparison.
16972 Suggested by Helmut Eller.
16973
16974 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16975
16976 Sync with Tramp 2.0.50.
16977
16978 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16979 XEmacs case; not necessary anymore.
16980 (tramp-user-regexp): Allow "@" as part of user name.
16981 (tramp-handle-set-visited-file-modtime)
16982 (tramp-handle-insert-file-contents)
16983 (tramp-handle-write-region): No special handling for
16984 `last-coding-system-used, because this is done in
16985 `tramp-accept-process-output' now.
16986 (tramp-accept-process-output): New defun.
16987 (tramp-process-one-action, tramp-process-one-multi-action)
16988 (tramp-wait-for-regexp, tramp-wait-for-output)
16989 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16990 Howells <dhowells@redhat.com>.
16991 (clear-visited-file-modtime): Defadvice removed. The check for
16992 unset buffer's modtime does not need to be based on
16993 `tramp-buffer-file-attributes'. Suggested by RMS.
16994 (tramp-message): Insert "\n" if not being at beginning of line.
16995 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16996 sequence with same logic.
16997 (tramp-completion-handle-expand-file-name): Discard call of
16998 `tramp-drop-volume-letter'. It is not necessary, and there have
16999 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17000 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17001 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17002 should always be visible.
17003 (tramp-handle-insert-directory, tramp-setup-complete)
17004 (tramp-set-process-query-on-exit-flag)
17005 (tramp-append-tramp-buffers): Pacify byte-compiler.
17006 (tramp-bug): Delete non-existing variables from list.
17007 Apply `tramp-load-report-modules' as pre-hook.
17008 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17009 `shell-prompt-pattern' because of non-7bit characters.
17010 Reported by Sebastian Luque <sluque@mun.ca>.
17011 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17012 (tramp-match-string-list): Remove function.
17013 (tramp-wait-for-regexp): Remove call of that function.
17014 Suggested by Kim F. Storm <storm@cua.dk>.
17015 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17016 instead of octal character code ?\600. The latter resulted in a
17017 syntax error with XEmacs.
17018
17019 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17020 XEmacs case; not necessary anymore.
17021 (tramp-smb-handle-write-region): No special handling for
17022 `last-coding-system-used, because this is done in
17023 `tramp-accept-process-output' now.
17024 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17025
17026 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17027
17028 * wid-edit.el (widget-choice-value-create):
17029 Unconditionally respect user choice. Set :explicit-choice back to nil
17030 when no longer needed.
17031 (widget-choice-action): Unconditionally respect user choice.
17032 Eliminate :explicit-choice-value.
17033
17034 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17035
17036 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17037 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17038 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17039 running new function `toggle-indicate-empty-lines'.
17040 Rename "Customize" item to "Customize fringe".
17041 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17042 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17043 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17044 Delete "Empty lines only" item.
17045 (menu-bar-showhide-fringe-ind-customize): New function.
17046 (menu-bar-showhide-fringe-ind-mixed)
17047 (menu-bar-showhide-fringe-ind-box)
17048 (menu-bar-showhide-fringe-ind-right)
17049 (menu-bar-showhide-fringe-ind-left)
17050 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17051 instead of `fringe-indicators'.
17052
17053 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17054
17055 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17056 Change the date of last update.
17057
17058 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17059
17060 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17061 (viper-exec-yank, viper-put-back): Don't display modification msg
17062 if in the minibuffer.
17063
17064 * viper-init.el (viper-replace-overlay-cursor-color)
17065 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17066 Make variables frame local.
17067
17068 * viper-util.el (viper-append-filter-alist): Use append instead of
17069 nconc.
17070
17071 * viper.el (viper-vi-state-mode-list)
17072 (viper-emacs-state-mode-list): Move help-mode and
17073 completion-list-mode from the first list to the second.
17074 (viper-mode): Docstring.
17075 (viper-go-away, viper-non-hook-settings): Don't localize
17076 minor-mode-alist in newer Emacsen. Add advice to
17077 set-cursor-color. Don't bind "\C-c\\".
17078
17079 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17080
17081 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17082 (scheme-macro-expand-command): New user options.
17083 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17084 (scheme-form-at-point, scheme-start-file)
17085 (scheme-interactively-start-process): New functions.
17086 (scheme-get-process): New function, extracted from `scheme-proc'.
17087 (run-scheme): Call `scheme-start-file' to get start file, and pass
17088 it to `make-comint'.
17089 (switch-to-scheme, scheme-proc):
17090 Call `scheme-interactively-start-process' if no Scheme buffer/process
17091 is available.
17092
17093 2005-08-06 Juri Linkov <juri@jurta.org>
17094
17095 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17096 Use `compilation-text-face', `compilation-info-text-face' and
17097 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17098 (compilation-error): New face.
17099 (compilation-error-file-name): Inherit from
17100 `compilation-error' instead of `font-lock-warning-face'.
17101 (compilation-warning-file-name): Inherit from
17102 `compilation-warning' instead of `font-lock-warning-face'.
17103 (compilation-info, compilation-error-file-name)
17104 (compilation-warning-file-name, compilation-info-file-name)
17105 (compilation-line-number, compilation-column-number): Doc fix.
17106 (compilation-error-text-face, compilation-warning-text-face)
17107 (compilation-info-text-face): New face variables.
17108 (compilation-line-face, compilation-column-face)
17109 (compilation-enter-directory-face)
17110 (compilation-leave-directory-face): Doc fix.
17111 (compilation-text-face): New function.
17112
17113 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17114 instead of 1 to display binary file names as info file links.
17115 (grep-error-face): Use `compilation-error-face' instead of
17116 `font-lock-keyword-face'.
17117 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17118 and `compilation-warning-text-face' instead of
17119 `font-lock-keyword-face'. Use `compilation-error-text-face'
17120 instead of `grep-error-face'.
17121
17122 2005-08-05 Kenichi Handa <handa@m17n.org>
17123
17124 * international/code-pages.el: Add autoload cookies for all coding
17125 systems.
17126
17127 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17128
17129 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17130
17131 2005-08-04 Juri Linkov <juri@jurta.org>
17132
17133 * progmodes/compile.el (compilation-mode-map):
17134 * progmodes/grep.el (grep-mode-map):
17135 Bind TAB to `compilation-next-error' and [backtab] to
17136 `compilation-previous-error'.
17137
17138 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17139 matching line numbers, column numbers and their ranges with regexp
17140 matching only line numbers.
17141 (grep-context-face): New face variable.
17142 (grep-mode-font-lock-keywords): Use it.
17143
17144 * faces.el (read-face-name): Delete duplicate faces.
17145
17146 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * thumbs.el (thumbs-find-image): Don't make variables
17149 automatically buffer local.
17150 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17151 (thumbs-image-num): Make automatically buffer local.
17152 (thumbs-show-thumbs-list): Use `make-local-variable', not
17153 `make-variable-buffer-local'.
17154 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17155
17156 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17157 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17158 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17159 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17160 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17161 (feelings-about, foullst, found, hello, history, howareyoulst)
17162 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17163 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17164 (neglst, obj, object, owner, please, problems, qlist)
17165 (random-adjective, relation, remlst, repetitive-shortness)
17166 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17167 (shortlst, something, sportslst, stallmanlst, states, subj)
17168 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17169 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17170 Defvar at compile time.
17171
17172 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17173 not `make-variable-buffer-local'.
17174
17175 2005-08-02 Kim F. Storm <storm@cua.dk>
17176
17177 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17178 rectangle overlay in selected window.
17179
17180 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17181
17182 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17183 instead of display group. Make `indicate-buffer-boundaries'
17184 customizable through Custom.
17185
17186 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17187
17188 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17189 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17190 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17191 (gdb-put-string): Fix typos in docstrings.
17192
17193 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17194
17195 Update copyright notices of files in progmodes directory for
17196 release of Emacs 22.1.
17197
17198 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17199
17200 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17201 Don't barf if the GUD buffer has been killed.
17202
17203 2005-08-01 Kim F. Storm <storm@cua.dk>
17204
17205 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17206
17207 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * simple.el (next-error-follow-minor-mode):
17210 make-variable-buffer-local -> make-local-variable.
17211
17212 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17213
17214 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17215 (byte-compile-form-make-variable-buffer-local): New functions to warn
17216 about misuses of make-variable-buffer-local where make-local-variable
17217 was meant.
17218
17219 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17220
17221 * bs.el (bs-attributes-list): Doc fix.
17222 (bs): Update url-link.
17223
17224 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17225 (desktop-load-default): Simplify.
17226
17227 * ibuffer.el (ibuffer-columnize-and-insert-list)
17228 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17229 (ibuffer-unmark-all, ibuffer-toggle-marks)
17230 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17231 (ibuffer-compile-make-format-form, ibuffer-format-column)
17232 (ibuffer-current-buffers-with-marks)
17233 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17234 (ibuffer): Doc fix.
17235 (ibuffer-mode): Fix typo in docstring.
17236 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17237 with `define-obsolete-variable-alias'.
17238 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17239
17240 2005-07-29 Kenichi Handa <handa@m17n.org>
17241
17242 * international/mule-cmds.el (select-message-coding-system):
17243 Be sure to use LF for end-of-line. If no coding system is decided,
17244 return iso-8859-1-unix.
17245
17246 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17249 (ange-ftp-pending-error-line): New vars.
17250 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17251 to handle the non-fatal no-route-to-host messages.
17252 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17253
17254 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17255
17256 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17257 (isearch-quote-char, isearch-printing-char)
17258 (isearch-text-char-description): "?\ " -> "?\s".
17259 (isearch-lazy-highlight-cleanup)
17260 (isearch-lazy-highlight-initial-delay)
17261 (isearch-lazy-highlight-interval)
17262 (isearch-lazy-highlight-max-at-a-time)
17263 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17264 Declare with define-obsolete-*-alias macros.
17265 (isearch-forward): Fix typo in docstring.
17266 (search-invisible, search-ring-yank-pointer)
17267 (regexp-search-ring-yank-pointer): Doc fixes.
17268
17269 * recentf.el (recentf-menu-append-commands-p): Declare with
17270 `define-obsolete-variable-alias'.
17271 (recentf-max-saved-items, recentf-menu-filter)
17272 (recentf-arrange-by-rule-subfilter): Doc fixes.
17273 (recentf-menu-append-commands-flag)
17274 (recentf-initialize-file-name-history, recentf-expand-file-name)
17275 (recentf-clear-data): Fix typos in docstrings.
17276
17277 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17278
17279 * progmodes/gdb-ui.el: Smarten comments.
17280 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17281
17282 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17283
17284 * term/apollo.el (terminal-init-apollo): New function containing
17285 all former top level forms in the file.
17286 * term/bobcat.el (terminal-init-bobcat):
17287 * term/cygwin.el (terminal-init-cygwin):
17288 * term/iris-ansi.el (terminal-init-iris-ansi):
17289 * term/linux.el (terminal-init-linux):
17290 * term/news.el (terminal-init-news):
17291 * term/rxvt.el (terminal-init-rxvt):
17292 * term/sun.el (terminal-init-sun):
17293 * term/tvi970.el (terminal-init-tvi970):
17294 * term/vt100.el (terminal-init-vt100):
17295 * term/vt102.el (terminal-init-vt102):
17296 * term/vt125.el (terminal-init-vt125):
17297 * term/vt200.el (terminal-init-vt200):
17298 * term/vt201.el (terminal-init-vt201):
17299 * term/vt220.el (terminal-init-vt220):
17300 * term/vt240.el (terminal-init-vt240):
17301 * term/vt300.el (terminal-init-vt300):
17302 * term/vt320.el (terminal-init-vt320):
17303 * term/vt400.el (terminal-init-vt400):
17304 * term/vt420.el (terminal-init-vt420):
17305 * term/wyse50.el (terminal-init-wyse50):
17306 * term/xterm.el (terminal-init-xterm): Likewise.
17307
17308 * term/README: Describe the terminal-init-* functionality.
17309
17310 * startup.el (command-line): After loading the terminal initialization
17311 file call the corresponding terminal initialization function.
17312
17313 2005-07-27 Kenichi Handa <handa@m17n.org>
17314
17315 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17316 negative.
17317
17318 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17319 (ps-mule-composition-prologue): Fix for the case that
17320 RelativeCompose is false.
17321
17322 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17325
17326 * descr-text.el (describe-char): Handle the case where the list of
17327 chars is displayed in a separate frame.
17328 Be a bit more discriminating when looking for the char.
17329
17330 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17331
17332 * bookmark.el (bookmark-automatically-show-annotations)
17333 (bookmark-read-annotation-text-func): Doc fixes.
17334 (bookmark-save): Improve argument/docstring consistency.
17335 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17336 (bookmark-alist-from-buffer)
17337 (bookmark-upgrade-file-format-from-0)
17338 (bookmark-grok-file-format-version)
17339 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17340 (bookmark-read-annotation-mode)
17341 (bookmark-insert-current-bookmark, bookmark-jump)
17342 (bookmark-exit-hook): Fix typos in docstrings.
17343 (bookmark-exit-hooks): Define as obsolete alias.
17344 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17345 not `bookmark-exit-hooks'. Fix docstring.
17346 (bookmark-bmenu-select): "?\ " -> "?\s".
17347
17348 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17349
17350 * startup.el (command-line): Fix typo.
17351
17352 2005-07-24 Richard M. Stallman <rms@gnu.org>
17353
17354 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17355 not emacs-quick-startup.
17356
17357 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17358
17359 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17360 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17361 instead of `reb-with-current-window'.
17362 (reb-prev-match): Likewise. Also, don't move left if the search
17363 was unsuccessful.
17364 (reb-initialize-buffer): New function.
17365 (re-builder, reb-change-syntax): Use it.
17366
17367 * man.el (Man-goto-page): Make second argument NOERROR optional.
17368
17369 2005-07-23 Richard M. Stallman <rms@gnu.org>
17370
17371 * man.el (Man-bgproc-sentinel): Check here for failure to find
17372 any man page in the output, and report the error here.
17373 (Man-arguments): Make it permanent local.
17374 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17375 (Man-mode): Pass t for NOERROR.
17376
17377 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17378 (grep-mode-font-lock-keywords):
17379 Don't use compilation-...-face for messages that are not file names.
17380
17381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17382 Don't use compilation-...-face for messages that are not file names.
17383
17384 2005-07-22 Juri Linkov <juri@jurta.org>
17385
17386 * startup.el (normal-splash-screen): Update menu name.
17387
17388 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17389
17390 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17391
17392 * term/xterm.el: Load term/rxvt if the terminal is actually an
17393 rxvt terminal.
17394 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17395
17396 * term/rxvt.el (function-key-map): Use substitute-key-definition
17397 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17398
17399 * term/cygwin.el: New file.
17400
17401 2005-07-22 Kim F. Storm <storm@cua.dk>
17402
17403 * image-file.el (insert-image-file, image-file-yank-handler):
17404 Fix last change to maintain a (unique) yank-handler on yanked images.
17405
17406 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17407
17408 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17409 of the file size (as in "177B" for 177 bytes). This happens with
17410 "ls -lh" on FreeBSD.
17411
17412 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17413
17414 * hilit-chg.el (highlight-changes-global-initial-state)
17415 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17416 (hilit-chg-fixup, highlight-changes-mode):
17417 Fix typos in docstrings.
17418 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17419 Doc fixes.
17420
17421 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17422
17423 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17424 mode function using `eval-after-load'.
17425
17426 2005-07-21 Kim F. Storm <storm@cua.dk>
17427
17428 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17429 included when reporting an emacs crash, and tell about the DEBUG file.
17430
17431 * image-file.el (insert-image-file): Add yank-handler.
17432 (image-file-yank-handler): Yank handler to make unique copies of
17433 images when they are yanked into a buffer next to each other.
17434
17435 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17436
17437 * comint.el (comint-use-prompt-regexp, comint-send-input)
17438 (comint-source-default, comint-extract-string)
17439 (comint-get-source, comint-word, comint-completion)
17440 (comint-source, comint-prompt-read-only, comint-update-fence):
17441 Fix typos in docstrings.
17442 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17443 Declare with define-obsolete-*-alias macros.
17444 (comint-previous-matching-input-from-input)
17445 (comint-next-matching-input-from-input)
17446 (comint-previous-matching-input, comint-next-matching-input)
17447 (comint-forward-matching-input):
17448 Improve argument/docstring consistency.
17449
17450 * desktop.el (desktop-clear-preserve-buffers-regexp):
17451 Also preserve the *server* buffer.
17452
17453 * simple.el (clone-indirect-buffer): Doc fix.
17454 (fixup-whitespace, just-one-space)
17455 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17456 (next-error, next-error-highlight)
17457 (next-error-highlight-no-select, next-error-last-buffer)
17458 (next-error-buffer-p, next-error-find-buffer, next-error)
17459 (previous-error, next-error-no-select, previous-error-no-select)
17460 (open-line, split-line, minibuffer-prompt-width, kill-new)
17461 (binary-overwrite-mode): Fix typos in docstrings.
17462 (set-fill-column): Fix typo in message.
17463
17464 * skeleton.el (skeleton-proxy-new): Doc fix.
17465
17466 * strokes.el (strokes-load-hook): Doc fix.
17467 (strokes-grid-resolution, strokes-get-grid-position)
17468 (strokes-renormalize-to-grid, strokes-read-stroke)
17469 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17470 (strokes-global-map): Fix typos in docstrings.
17471 (strokes-help): Doc fix. Fix help message and pass it through
17472 `substitute-command-keys'.
17473
17474 * tempo.el (tempo-insert-prompt, tempo-interactive)
17475 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17476 (tempo-insert-string-functions, tempo-local-tags)
17477 (tempo-define-template, tempo-insert-template)
17478 (tempo-insert-prompt-compat, tempo-is-user-element)
17479 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17480 Fix typos in docstrings.
17481
17482 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17483 (vcursor-key-bindings, vcursor-use-vcursor-map)
17484 (vcursor-find-window, vcursor-scroll-down)
17485 (vcursor-disable, vcursor-beginning-of-buffer)
17486 (vcursor-end-of-buffer): Fix typos in docstrings.
17487 (vcursor-relative-move, vcursor-get-char-count):
17488 Improve argument/docstring consistency.
17489
17490 * version.el: "?\ " -> "?\s".
17491
17492 * wid-edit.el (widget-default-create, widget-after-change)
17493 (widget-default-format-handler, widget-checklist-add-item)
17494 (widget-radio-add-item, widget-choose, widget-specify-secret)
17495 (widget-field-value-create, widget-field-value-get)
17496 (widget-editable-list-format-handler)
17497 (widget-editable-list-entry-create, widget-group-value-create)
17498 (widget-documentation-link-add)
17499 (widget-documentation-string-value-create): "?\ " -> "?\s".
17500 (widget-convert-text): Doc fix.
17501 (widget-narrow-to-field, widget-field-find)
17502 (widget-url-link-action, widget-emacs-library-link-action)
17503 (widget-color-notify): Fix typos in docstrings.
17504
17505 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17506 (x-select-text, set-w32-system-coding-system)
17507 (w32-add-charset-info): Fix typos in docstrings.
17508
17509 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17510 (cua-enable-cua-keys, cua-use-hyper-key)
17511 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17512 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17513
17514 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17515
17516 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17517 `defalias' instead of faking it.
17518
17519 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17520 (eshell-ls-missing, eshell-ls-dired-initial-args)
17521 (eshell-ls-use-in-dired): Fix typos in docstrings.
17522
17523 2005-07-20 Kim F. Storm <storm@cua.dk>
17524
17525 * emulation/cua-base.el (cua-mode): Improve doc string.
17526
17527 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17528
17529 * abbrev.el (expand-region-abbrevs): Doc fix.
17530 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17531 Improve argument/docstring consistency.
17532
17533 * arc-mode.el (archive-get-descr, archive-alternate-display):
17534 Doc fixes.
17535 (archive-l-e): Improve argument/docstring consistency.
17536 (archive-tmpdir, archive-unixdate, archive-unixtime)
17537 (archive-chmod-entry): Fix typos in docstrings.
17538 (archive-unflag, archive-unflag-backwards)
17539 (archive-unmark-all-files): "?\ " -> "?\s".
17540
17541 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17542 (Buffer-menu-not-modified, Buffer-menu-execute)
17543 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17544 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17545
17546 * composite.el (compose-string, encode-composition-rule)
17547 (compose-last-chars): Fix typos in docstrings.
17548
17549 * desktop.el (desktop-enable, desktop-basefilename):
17550 Declare with `define-obsolete-variable-alias'.
17551 (desktop-internal-v2s): Don't quote keywords.
17552 (desktop-clear): "?\ " -> "?\s".
17553
17554 * dired.el (dired-align-file, dired-flag-backup-files)
17555 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17556 (dired-listing-switches, dired-ls-F-marks-symlinks)
17557 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17558 (dired-directory, dired-faces, dired, dired-revert)
17559 (dired-mode, dired-summary, dired-view-file)
17560 (dired-copy-filename-as-kill, dired-delete-file)
17561 (dired-no-confirm, dired-unmark-all-marks)
17562 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17563 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17564 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17565 Fix typos in message strings.
17566
17567 * dired-x.el (virtual-dired): Declare with `defalias'.
17568 (dired-mark-unmarked-files, dired-local-variables-file)
17569 (dired-omit-here-always): Doc fix.
17570 (dired-omit-mode, dired-find-subdir)
17571 (dired-enable-local-variables, dired-clean-up-buffers-too)
17572 (dired-extra-startup, dired-mark-extension, dired-jump)
17573 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17574 (dired-smart-shell-command, dired-guess-shell-alist-user)
17575 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17576 (dired-x-bind-find-file, dired-x-submit-report):
17577 Fix typos in docstrings.
17578 (dired-mark-unmarked-files): "?\ " -> "?\s".
17579
17580 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17581
17582 * faces.el (describe-face): "?\ " -> "?\s".
17583 (read-all-face-attributes, read-face-font, modify-face)
17584 (face-attr-construct, italic): Fix typos in docstrings.
17585 (frame-update-face-colors): Declare with
17586 `define-obsolete-function-alias'.
17587
17588 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17589 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17590 (magic-mode-alist, buffer-file-numbers-unique)
17591 (write-file-functions, get-free-disk-space):
17592 Fix typos in docstrings.
17593 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17594 (write-contents-hooks, write-file-hooks):
17595 Declare with `define-obsolete-variable-alias'.
17596
17597 * forms-d2.el (arch-rj): Fix typo in docstrings.
17598 (arch-tocol): Likewise. "?\ " -> "?\s".
17599
17600 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17601 Fix typo in docstring.
17602 (set-screen-width, set-screen-height): Delete redundant info in
17603 doctrings.
17604 (new-frame, screen-height, screen-width): Declare with
17605 `define-obsolete-function-alias'.
17606 (delete-frame-hook, blink-cursor): Declare with
17607 `define-obsolete-variable-alias'.
17608
17609 * paths.el (prune-directory-list): Fix typos in docstring.
17610
17611 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17612 (cvs-prefix-get): Fix typos in docstrings.
17613
17614 * ps-print.el (ps-extend-face-list, ps-extend-face)
17615 (ps-print-background-image): Fix typos in docstrings.
17616 (ps-default-fg, ps-default-bg): Doc fixes.
17617
17618 * s-region.el (s-region-bind): Doc fix.
17619 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17620
17621 * textmodes/org.el (org-table-formula-substitute-names)
17622 (org-table-get-vertical-vector): Doc fixes.
17623 (org-table-recalculate): Remove unused argument to `message'.
17624
17625 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17626
17627 * textmodes/org.el (org-table-column-names)
17628 (org-table-column-name-regexp)
17629 (org-table-named-field-locations): New variables.
17630 (org-archive-subtree): Protect `this-command' when calling
17631 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17632 the kill buffer.
17633 (org-complete): Remove fixed-formula completion.
17634 (org-edit-formulas-map): New variable.
17635 (org-table-edit-formulas): New command.
17636 (org-finish-edit-formulas, org-abort-edit-formulas)
17637 (org-show-variable, org-table-get-vertical-vector): New functions.
17638 (org-table-maybe-eval-formula): Handle `:=' fields.
17639 (org-table-get-stored-formulas, org-table-store-formulas)
17640 (org-table-get-formula, org-table-modify-formulas)
17641 (org-table-replace-in-formulas): Handle named field formulas.
17642 (org-table-get-specials): Store locations of named fields.
17643
17644 2005-07-19 Juri Linkov <juri@jurta.org>
17645
17646 * progmodes/grep.el (grep-regexp-alist)
17647 (grep-mode-font-lock-keywords, grep-process-setup):
17648 Use default GNU grep match color "01;31m" instead of "01;41m".
17649 (grep-regexp-alist, grep-mode-font-lock-keywords):
17650 Use `\\[[0-9]*m' instead of `\\[00m'.
17651 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17652 sgr_start where its handling is more important. Use the real
17653 length of sgr_start instead of constant 8.
17654 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17655 specially. Delete all remaining escape sequences.
17656 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17657 (grep-regexp-alist): Make hyperlink only for binary file name
17658 instead of the whole line.
17659 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17660 (grep-mode): Add autoload.
17661
17662 * emacs-lisp/find-func.el (find-function-regexp):
17663 Add `define-compilation-mode'.
17664
17665 2005-07-19 Juri Linkov <juri@jurta.org>
17666
17667 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17668 (compare-windows-sync-string-size, compare-windows-recenter)
17669 (compare-windows-highlight, compare-windows): Add version 22.1.
17670 (compare-windows) <defface>: Inherit from lazy-highlight instead
17671 of duplicating its default value.
17672
17673 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17674 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17675
17676 * descr-text.el (describe-char): Create link buttons for `charset'
17677 and `code point'. Add the current input method name with a link
17678 button to `to input' field. Print face names of display table
17679 characters in `The display table entry is displayed by' section
17680 instead of printing face-id in the `display' field.
17681 Guess hardcoded faces and create a link button for them.
17682 Skip empty fields when calculating max-width.
17683 Treat `widget-create' specially while inserting strings from the
17684 collected field list.
17685 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17686
17687 * diff-mode.el (diff-file-header): Change foreground color from
17688 yellow to green on light backgrounds.
17689 (diff-context): Inherit from `shadow' only for color/grayscale
17690 with more than 88 colors.
17691 (diff-indicator-removed, diff-indicator-added)
17692 (diff-indicator-changed): New faces.
17693 (diff-font-lock-keywords): Use new faces. Regroup rules.
17694 Add "^---$" for `normal' diff format. Fontify `#' lines with
17695 font-lock-comment-delimiter-face and font-lock-comment-face.
17696 Add `#' to ^[^...] in the rule for `diff-context-face'.
17697
17698 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17699 a button-like box. Inherit from `highlight' on low colors.
17700 (shadow): Use shades of gray only for color/grayscale with
17701 more than 88 colors. Use green for light backgrounds with
17702 8 colors, and yellow for dark backgrounds with 8 colors.
17703
17704 * font-lock.el (font-lock-regexp-grouping-backslash):
17705 Don't inherit from escape-glyph (use bold for all cases).
17706
17707 * info.el (info-xref-visited): Use light foreground color `violet'
17708 for dark backgrounds instead of dark color `magenta3'.
17709 (info-title-1): Use `yellow' color for dark backgrounds.
17710
17711 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17712 too-light magenta2.
17713
17714 * replace.el (match): Use slightly more light RoyalBlue3 instead
17715 of dark RoyalBlue4.
17716
17717 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17718
17719 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17720
17721 * novice.el (disabled-command-hook): Declare it with
17722 `define-obsolete-variable-alias'.
17723
17724 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17725 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17726 (desktop-load-default): Add release to obsolescence info.
17727 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17728 (desktop-append-buffer-args, desktop-read):
17729 Fix typos in docstrings.
17730 (desktop-kill): Fix typo in message.
17731 (desktop-save): Doc fix.
17732
17733 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17734
17735 * viper-cmd.el (viper-escape-to-state): Bug fix.
17736 (viper-envelop-ESC-key): Change the definition of fast
17737 keysequence so it'll work with keyboard macros.
17738
17739 * ediff.el (ediff-patch-buffer): Change the docstring.
17740
17741 2005-07-19 Kenichi Handa <handa@m17n.org>
17742
17743 * international/mule-cmds.el (select-safe-coding-system): Try to
17744 use an auto-coding (if any) before anything else. If the found
17745 auto-coding is invalid, show a warning message.
17746
17747 * international/mule.el (find-auto-coding): New function created
17748 by modifying the body of set-auto-coding.
17749 (set-auto-coding): Use find-auto-coding to find a coding.
17750
17751 2005-07-18 Richard M. Stallman <rms@gnu.org>
17752
17753 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17754 not isearch-mode-end-hook-error.
17755 (allout-before-change-protect): Fix error message.
17756
17757 2005-07-18 Juri Linkov <juri@jurta.org>
17758
17759 * allout.el (allout-mode):
17760 * calculator.el (calculator-copy):
17761 * custom.el (custom-known-themes):
17762 * dired.el (dired-desktop-buffer-misc-data)
17763 (dired-restore-desktop-buffer):
17764 * dired-x.el (dired-omit-marker-char):
17765 * files.el (basic-save-buffer):
17766 * font-core.el (font-lock-mode):
17767 * calendar/calendar.el (calendar-goto-hebrew-date)
17768 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17769 (calendar-goto-persian-date):
17770 * language/ethio-util.el (ethio-sera-to-fidel-region):
17771 * textmodes/picture.el (picture-mode):
17772 Delete duplicate duplicate words.
17773
17774 2005-07-18 Juri Linkov <juri@jurta.org>
17775
17776 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17777 chars * ? } |.
17778 (isearch-fallback): Don't call `isearch-process-search-char'.
17779 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17780 (isearch-process-search-char): Call `isearch-fallback' for regexp
17781 chars * ? } |.
17782 (isearch-return-char): Make obsolete with `make-obsolete' instead
17783 of simply documenting it as obsolete in the docstring.
17784 (isearch-fallback): Refill docstring.
17785
17786 * international/isearch-x.el
17787 (isearch-process-search-multibyte-characters): Remove unneeded
17788 `concat'. Add intermediate values to `junk-hist' instead of
17789 `minibuffer-history'. Test the length of `str'.
17790
17791 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17792
17793 * allout.el (allout-resolve-xref): Fix typos in error strings.
17794 (allout-before-change-protect): Remove unneeded `concat'.
17795
17796 * array.el (array-mode, array-reconfigure-rows)
17797 (untabify-backward): Fix typos in docstrings.
17798 (array-reconfigure-rows): Use `insert-buffer-substring', not
17799 `insert-buffer'.
17800
17801 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17802 * progmodes/ada-mode.el (ada-make-body):
17803 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17804
17805 * dired.el (dired-log):
17806 * tar-mode.el (tar-subfile-save-buffer):
17807 * play/zone.el (zone-pgm-stress-destress):
17808 Use `insert-buffer-substring', not `insert-buffer'.
17809
17810 2005-07-17 Simon Josefsson <jas@extundo.com>
17811
17812 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17813
17814 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17815
17816 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17817 Add plain auth method.
17818 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17819
17820 2005-07-17 Kim F. Storm <storm@cua.dk>
17821
17822 * ido.el (dired-other-window): Add ido property.
17823
17824 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17825
17826 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17827 Fix typo in docstring.
17828 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17829 `insert-file-literally'.
17830
17831 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17832 info and delete redundant message. Doc fix.
17833 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17834 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17835
17836 2005-07-16 Richard M. Stallman <rms@gnu.org>
17837
17838 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17839 (byte-compile-and): Use byte-compile-and-recursion.
17840 (byte-compile-or-recursion): New function.
17841 (byte-compile-or): Use that.
17842 (byte-compile-if): Guard the else-clause too.
17843 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17844
17845 * isearch.el (isearch-mode-end-hook-quit): New variable.
17846 (isearch-done): Bind it.
17847 (isearch-mode-end-hook): Doc fix.
17848
17849 * allout.el (allout-isearch-did-quit): Variable deleted.
17850 (allout-real-isearch-abort): Function name no longer used.
17851 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17852 (allout-isearch-rectification): isearch-mode always exists.
17853 Don't set allout-isearch-did-quit.
17854 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17855 allout-isearch-did-quit.
17856 (allout-enwrap-isearch): Just add the hook.
17857 (allout-isearch-abort): Function deleted.
17858 (allout-pre-command-business): Avoid warning.
17859
17860 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17861 Correctly avoid warnings.
17862 (pascal-outline): Likewise.
17863
17864 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17865
17866 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17867
17868 * play/tetris.el (tetris-mode): Avoid warning.
17869
17870 * play/snake.el (snake-mode): Avoid warning.
17871
17872 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17873 (gamegrid-set-display-table): Avoid warning.
17874 (gamegrid-set-timer): Likewise.
17875 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17876 (gamegrid-add-score-with-update-game-score-1): Take FILE
17877 as argument.
17878 (gamegrid-add-score-with-update-game-score): Pass that argument.
17879 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17880
17881 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17882
17883 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17884 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17885
17886 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17887 and insert-file.
17888
17889 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17890 (sc-ask): Avoid warnings.
17891
17892 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17893 (eshell-hist-initialize): Use that var the natural way.
17894
17895 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17896
17897 * emacs-lisp/re-builder.el (reb-cook-regexp):
17898 Avoid warning calling lre-compile-string.
17899 (reb-color-display-p): Avoid warning.
17900
17901 * calculator.el (calculator-last-input): Guard uses
17902 of event-key and key-press-event-p.
17903 (event-key, key-press-event-p): Delete definitions.
17904
17905 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17906 (find-gc-source-directory, find-gc-subrs-callers)
17907 (find-gc-noreturn-list, find-gc-source-files)
17908 (find-gc-subrs-called): Vars renamed and defvar'd.
17909
17910 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17911 (checkdoc-overlay-put, checkdoc-delete-overlay)
17912 (checkdoc-overlay-start, checkdoc-overlay-end)
17913 (checkdoc-mode-line-update, checkdoc-char=):
17914 Define such that compiler knows they are defined.
17915 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17916 (checkdoc-read-event): Delete. Use read-event directly.
17917
17918 * whitespace.el (whitespace-make-overlay)
17919 (whitespace-overlay-put, whitespace-delete-overlay)
17920 (whitespace-overlay-start, whitespace-overlay-end):
17921 Define such that compiler knows they are defined.
17922 (whitespace): Move conditional inside.
17923
17924 * tempo.el (tempo-insert-template): Suppress warning.
17925
17926 * ediff-diff.el (longlines-mode): Add defvar.
17927
17928 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17929
17930 * server.el: Bind "C-x #" in a way that works even if C-x is
17931 redefined to a command key, not a prefix key.
17932
17933 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17934
17935 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17936 cl-make-type-test till execution time.
17937
17938 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17939
17940 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17941 arg ARG and use it.
17942
17943 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17944
17945 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17946
17947 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17948
17949 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17950 a defcustom with two :set or :type keywords.
17951
17952 2005-07-15 Richard M. Stallman <rms@gnu.org>
17953
17954 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17955 Don't give ^M comment-end syntax.
17956
17957 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17958
17959 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17960 Don't consider gdbmi (gdb-mi.el has its own update functions).
17961 (gdb-var-delete): Make it work for gdbmi as well.
17962 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17963
17964 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17965 (gud-speedbar-menu-items): Correct logic for enabling items.
17966
17967 2005-07-15 Kim F. Storm <storm@cua.dk>
17968
17969 * ido.el: Fix commentary.
17970 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17971 Use with-no-warnings around ffap-guesser.
17972 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17973 Let bind minibuffer-completing-file-name to t.
17974
17975 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17976
17977 * startup.el (site-run-file, keyboard-type): Doc fixes.
17978 (command-line): Check for "--basic-display" argument; also for
17979 "--quick", not "--bare-bones" (which was renamed).
17980 (fancy-splash-text): Add missing item "Getting New Versions".
17981 (normal-splash-screen): Fix typos and improve consistency with
17982 `fancy-splash-text'. Update copyright year.
17983
17984 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17985 valid binding for `help-char'.
17986
17987 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17988
17989 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17990
17991 * term.el (term-mode): Disable cua-mode for term buffers.
17992
17993 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17994
17995 * add-log.el (add-log-mailing-address, change-log-merge):
17996 Doc fixes.
17997 (change-log-get-method-definition): Fix typo in docstring.
17998
17999 2005-07-14 Kim F. Storm <storm@cua.dk>
18000
18001 * emulation/cua-base.el:
18002 (cua--pre-command-handler-1, cua--pre-command-handler)
18003 (cua--post-command-handler-1, cua--post-command-handler):
18004 Split in two. Check (buffer local) value of cua-mode.
18005 (cua-selection-mode): New command.
18006
18007 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18008
18009 * custom.el (custom-initialize-safe-set)
18010 (custom-initialize-safe-default): Doc fixes.
18011
18012 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18013 and simplify :init-value again.
18014
18015 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18016 and simplify :init-value again. Delete autoload.
18017
18018 * startup.el (command-line): Use `custom-reevaluate-setting' again
18019 for tooltip-mode.
18020
18021 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18022 a defcustom with two :initialize keywords.
18023
18024 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18025
18026 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18027 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18028 (allout-post-command-business, allout-flag-region)
18029 (isearch-reenable-font-lock, allout-yank)
18030 (allout-insert-latex-header, allout-insert-latex-trailer)
18031 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18032 (allout-latex-verb-quote): Fix typos in docstrings.
18033 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18034 (allout-unprotected, allout-prefix-data):
18035 Improve argument/docstring consistency.
18036 (allout-chart-subtree): Fix argument spec.
18037 (allout-open-topic): Rename `use_sib_bullet' argument to
18038 `use-sib-bullet'. Doc fix.
18039
18040 * whitespace.el (whitespace-check-buffer-leading)
18041 (whitespace-check-buffer-trailing)
18042 (whitespace-check-buffer-indent)
18043 (whitespace-check-buffer-spacetab)
18044 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18045 (whitespace-check-leading-whitespace)
18046 (whitespace-check-trailing-whitespace)
18047 (whitespace-check-spacetab-whitespace)
18048 (whitespace-check-indent-whitespace)
18049 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18050 (whitespace-modes): Fix typos in docstrings.
18051 (defgroup, defcustom): Doc fixes.
18052
18053 * winner.el (winner-mode, winner-boring-buffers)
18054 (winner-pending-undo-ring): Doc fixes.
18055 (winner-ring): Remove unneeded `progn'.
18056 (winner-equal): `defsubst' it.
18057 (winner-redo): Fix message.
18058
18059 2005-07-13 Kim F. Storm <storm@cua.dk>
18060
18061 * simple.el (line-move-1): Always use vertical-motion to
18062 do the last (or only) line move to ensure some movement.
18063 Undo 2005-06-23 change--don't check for overlays.
18064
18065 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18066
18067 * term/mac-win.el (ccl-encode-mac-roman-font)
18068 (ccl-encode-mac-centraleurroman-font)
18069 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18070 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18071 Change charset-id boundary of dimension to ?\xef.
18072 (mac-char-fontspec-list): New constant.
18073 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18074 argument. Nil uses itself as family in font-spec. Previous
18075 behavior for nil is now provided by non-nil non-string argument.
18076 All callers changed. Add font-specs for Mac fonts to
18077 "fontset-default" unless iso8859-1 fonts are installed.
18078
18079 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18082 a continuation line if the \ is preceded by SPC or TAB.
18083 (sh-get-indent-info): Simplify.
18084 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18085 Use with-current-buffer.
18086
18087 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18088 when the matched text is empty.
18089
18090 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18091
18092 * startup.el (command-line): Revert to previous handling of
18093 tooltip-mode. Explain in comment why the complexity is needed.
18094
18095 * tooltip.el (tooltip-mode): Revert to previous implementation of
18096 its defcustom.
18097
18098 * frame.el (blink-cursor-mode): Revert to previous implementation
18099 of its defcustom. Update comment.
18100
18101 2005-07-12 Lars Hansen <larsh@soem.dk>
18102
18103 * desktop.el: Update e-mail address.
18104
18105 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18106
18107 * term/mac-win.el (mac-services-mail-selection)
18108 (mac-services-mail-to): New functions.
18109 (mac-application-menu-map): Bind them.
18110
18111 2005-07-12 wulei <milton@wulei.net> (tiny change)
18112
18113 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18114
18115 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18116
18117 * custom.el (custom-reevaluate-setting): Doc fix.
18118
18119 2005-07-11 Jay Belanger <belanger@truman.edu>
18120
18121 * calc/calc.el (calc-embedded-announce-formula-alist)
18122 (calc-embedded-open-close-plain-alist)
18123 (calc-embedded-open-close-mode-alist): Add checks for additional
18124 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18125
18126 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18127
18128 * custom.el (custom-enable-theme): Don't add theme to
18129 `custom-enabled-themes' with `push' because there is no
18130 setf-method for `delq'.
18131
18132 2005-07-11 Richard M. Stallman <rms@gnu.org>
18133
18134 * custom.el (custom-declare-variable): Doc fix.
18135
18136 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18137 from the alists.
18138
18139 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18140 Do nothing if edebug-active.
18141
18142 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18143 (edebug-display): Do it here instead.
18144
18145 2005-07-10 Richard M. Stallman <rms@gnu.org>
18146
18147 * cus-face.el (custom-theme-set-faces): Make it work.
18148 (custom-reset-faces): Doc fix.
18149 (custom-theme-reset-internal-face, custom-theme-face-value):
18150 Functions deleted.
18151
18152 * custom.el (custom-push-theme): Maintain list of the settings
18153 of a given theme in its theme-settings property.
18154 Maintain position of old settings in the theme-value
18155 or theme-face property.
18156 (custom-enabled-themes): New variable.
18157 (custom-theme-enabled-p): New function.
18158 (provide-theme): Update custom-enabled-themes.
18159 Disable and reenable the `user' theme.
18160 (require-theme): Doc fix.
18161 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18162 (custom-theme-value, custom-theme-variable-value): Likewise.
18163 (custom-theme-reset-internal): Likewise.
18164 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18165 (custom-enable-theme, custom-disable-theme): New functions.
18166 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18167 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18168 (custom-theme-reset-variables): Simplify.
18169 (deftheme, custom-declare-theme, custom-make-theme-feature):
18170 Definitions moved.
18171
18172 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18173
18174 * longlines.el (longlines-show-region)
18175 (longlines-unshow-hard-newlines): Recognize hard newlines by
18176 non-nil hard property, instead of t.
18177
18178 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18179
18180 * viper-cmd.el (viper--key-maps): New variable.
18181 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18182 emulation-mode-map-alists.
18183 (viper-envelop-ESC-key): Use viper-subseq.
18184 (viper-search-forward/backward/next): Disable debug-on-error.
18185
18186 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18187 (viper-ESC-key): New defcustoms.
18188
18189 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18190
18191 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18192 (viper-subseq): Copy of subseq from cl.el.
18193
18194 * viper.el (viper-go-away, viper-set-hooks): Use
18195 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18196
18197 * viper-mous.el (viper-current-frame-saved): Use defvar.
18198
18199 * viper-init.el: Get rid of -face in face names.
18200
18201 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18202 Make it work with longlines mode
18203
18204 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18205
18206 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18207
18208 * ediff-init.el: Get rid of -face in face names.
18209
18210 2005-07-10 Richard M. Stallman <rms@gnu.org>
18211
18212 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18213 and with-timeout-unsuspend.
18214
18215 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18216 and with-timeout-unsuspend.
18217
18218 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18219 (with-timeout): Bind that variable to record timers.
18220 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18221
18222 * emacs-lisp/debug.el (debug-help-follow): New function.
18223 (debugger-mode-map): Use that instead of help-follow.
18224 (debugger-setup-buffer): Use eval-buffer-list
18225 to handle eval-buffer frames.
18226
18227 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18228
18229 * timezone.el (timezone-parse-date): Change first regexp
18230 so it will not mistakenly match dates with no time zone.
18231
18232 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18233
18234 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18235
18236 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18237
18238 * custom.el (custom-initialize-safe-set)
18239 (custom-initialize-safe-default): New functions.
18240
18241 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18242 and simplify :init-value.
18243
18244 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18245 and simplify :init-value. Delete obsolete comment.
18246
18247 * startup.el (command-line): Use `custom-reevaluate-setting' to
18248 handle `tooltip-mode'. Delete obsolete comment.
18249
18250 * files.el (set-visited-file-name): Avoid calling
18251 `file-name-nondirectory' with a nil argument.
18252
18253 2005-07-09 Richard M. Stallman <rms@gnu.org>
18254
18255 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18256 was called with nil for the buffer, handle the read position right.
18257 Handle read position for eval-region, too.
18258
18259 2005-07-09 Juri Linkov <juri@jurta.org>
18260
18261 * fringe.el (fringe-mode): Add period in docstring.
18262 (fringe-query-style): Build prompt depending on `all-frames' arg.
18263
18264 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18265 to not create links to unrelated functions in the Help buffer.
18266
18267 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18268 Doc fix.
18269
18270 * simple.el (next-error-hook): New variable.
18271 (next-error): Use it. Doc fix.
18272
18273 * textmodes/ispell.el (ispell-command-loop): Add current
18274 dictionary name and program name to mode-line-format.
18275 (ispell-region, ispell-process-line): Add current dictionary name
18276 and program name to messages.
18277
18278 2005-07-08 Jay Belanger <belanger@truman.edu>
18279
18280 * calc/calc.el (calc-embedded-announce-formula-alist)
18281 (calc-embedded-open-close-formula-alist)
18282 (calc-embedded-open-close-word-alist)
18283 (calc-embedded-open-close-plain-alist)
18284 (calc-embedded-open-close-new-formula-alist)
18285 (calc-embedded-open-close-mode-alist)
18286 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18287 (calc-embedded-mode-hook): New variables.
18288
18289 * calc/calc-embed.el (calc-embedded-firsttime)
18290 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18291 New variables.
18292 (calc-do-embedded): Use calc-embedded-firsttime,
18293 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18294 determine whether or not to run hooks.
18295 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18296 calc-embedded-firsttime-formula appropriately.
18297 Set calc-embedded delimiter variables according to mode.
18298
18299 2005-07-08 Richard M. Stallman <rms@gnu.org>
18300
18301 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18302 Check for "emacs", etc., as entire symbol, not just as word.
18303 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18304
18305 * files.el (set-visited-file-name): Report the error
18306 for "empty filename" earlier.
18307 (kill-some-buffers): Ignore buffers already dead.
18308
18309 * fringe.el (fringe-mode): Doc fix.
18310
18311 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18312 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18313 Use unwind-protect to ensure byte-compile-unresolved-functions
18314 is updated.
18315
18316 * whitespace.el (whitespace-buffer-leading-cleanup):
18317 Simplify w/ skip-chars-forward.
18318 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18319
18320 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18321 Unconditionally try to leave point at the same old place.
18322
18323 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18324
18325 * comint.el (comint-postoutput-scroll-to-bottom)
18326 (comint-show-maximum-output): Take scroll-margin into consideration.
18327
18328 2005-07-08 Kim F. Storm <storm@cua.dk>
18329
18330 * ido.el (ido-use-filename-at-point): New choice `guess'.
18331 (ido-file-internal): Try ffap-guesser if selected.
18332
18333 * ido.el (ido-before-fallback-functions): New hook.
18334 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18335 (ido-read-file-name): Run it.
18336
18337 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18340 strings rather than a list of symbols to the completion function.
18341
18342 2005-07-07 Jay Belanger <belanger@truman.edu>
18343
18344 * calc/calc-units.el (math-apply-units): Change the places in
18345 which units are simplified.
18346
18347 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18348
18349 * cus-edit.el (customize-option, customize-option-other-window):
18350 Make them handle aliases.
18351
18352 * custom.el (custom-variable-p): Make it recursively follow
18353 aliases. Mention that in the docstring.
18354
18355 2005-07-07 Richard M. Stallman <rms@gnu.org>
18356
18357 * cus-start.el (exec-path): Use `directory' instead of `file'.
18358 Fix tag for nil.
18359
18360 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18361
18362 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18363 when called non-interactively. Doc fix.
18364
18365 2005-07-07 Lute Kamstra <lute@gnu.org>
18366
18367 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18368 new address as well.
18369
18370 2005-07-07 Kenichi Handa <handa@m17n.org>
18371
18372 * international/mule.el (make-coding-system):
18373 Describe `ascii-incompatible' property in the docstring.
18374 (set-file-name-coding-system): Signal an error if coding-system is
18375 ascii-incompatible.
18376 (set-keyboard-coding-system): Likewise.
18377
18378 * international/mule-cmds.el (set-default-coding-systems):
18379 Don't set default-file-name-coding-system and
18380 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18381
18382 * international/utf-16.el: Declare that all UTF-16-based coding
18383 systems are ASCII-incompatible.
18384
18385 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18386
18387 * progmodes/gud.el: Require font-lock for displaying errors.
18388 Used by gdb-ui.el.
18389
18390 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18391
18392 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18393 values for the pattern lists which are `read'able but not
18394 `append'able (like symbols).
18395
18396 2005-07-06 Richard M. Stallman <rms@gnu.org>
18397
18398 * progmodes/flymake.el (flymake-float-time): Instead of
18399 with-no-warnings, test for xemacs.
18400 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18401 to avoid warning.
18402
18403 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18404
18405 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18406
18407 2005-07-05 Lute Kamstra <lute@gnu.org>
18408
18409 * battery.el: Add support for Darwin (with much debugging help
18410 from Samuel Lauber <sam124@operamail.com>).
18411 (battery-status-function, battery-echo-area-format)
18412 (battery-mode-line-format): Add support for pmset on Darwin.
18413 (battery-load-low, battery-load-critical): New user options.
18414 (battery-pmset): New function.
18415
18416 2005-07-05 Lute Kamstra <lute@gnu.org>
18417
18418 Update FSF's address in GPL notices.
18419
18420 * textmodes/page-ext.el: Update FSF's address.
18421
18422 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18423
18424 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18425 filling from using prefix when filling a single-line docstring.
18426
18427 * progmodes/flymake.el: Remove useless eval-when-compile.
18428
18429 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18430
18431 2005-07-04 Richard M. Stallman <rms@gnu.org>
18432
18433 * textmodes/org.el (org-file-apps-defaults-gnu):
18434 Rename from org-file-apps-defaults-linux.
18435 (org-default-apps): Don't test system-type for `linux'.
18436 (org-file-apps): Doc fix.
18437
18438 2005-07-04 David Ponce <david@dponce.com>
18439
18440 * tree-widget.el: Improve header Commentary section.
18441 (tree-widget) [defgroup]
18442 (tree-widget-image-enable, tree-widget-themes-directory)
18443 (tree-widget-theme, tree-widget-image-properties-emacs)
18444 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18445 (tree-widget-image-formats, tree-widget-control)
18446 (tree-widget-empty-control, tree-widget-leaf-control
18447 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18448 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18449 (tree-widget-keep, tree-widget-after-toggle-functions)
18450 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18451 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18452 :help-echo message.
18453 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18454 (tree-widget-image-properties): Doc fix. Clearer implementation.
18455 (tree-widget--cursors): New constant.
18456 (tree-widget-lookup-image): New function split from
18457 `tree-widget-find-image'. Clearer implementation.
18458 (tree-widget-find-image): Use it.
18459 (tree-widget-button-keymap): Use `set-keymap-parent'.
18460 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18461 Define the sub-widgets here.
18462 (tree-widget-node): Check that :node is not a tree-widget.
18463 (tree-widget-get-super, tree-widget-open-control)
18464 (tree-widget-close-control, tree-widget-empty-control)
18465 (tree-widget-leaf-control, tree-widget-guide)
18466 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18467 (tree-widget-no-handle, tree-widget-value-delete)
18468 (tree-widget-map): Remove.
18469 (tree-widget-children-value-save): Doc fix. Simplified.
18470 (tree-widget-value-create): Update according to previous changes.
18471
18472 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18473
18474 * textmodes/org.el: Leading space replaced by TABS.
18475 (org-recalc-marks, org-table-rotate-recalc-marks)
18476 (org-table-get-specials): Treat "^" and "_" marks.
18477 (org-table-justify-field-maybe): Optional argument NEW.
18478 (org-table-eval-formula): Parsing of the format simplified.
18479 New modes C,I. Honor the %= parameter in the current table.
18480 Avoid unnecessary re-align by using the NEW argument to
18481 `org-table-justify-field-maybe'.
18482 (org-calc-default-modes): Default for date-format mimicks org-mode.
18483 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18484
18485 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18486
18487 * cus-face.el (custom-theme-set-faces): Make it handle face
18488 aliases whose alias declarations are pre- or autoloaded.
18489
18490 2005-07-04 Juri Linkov <juri@jurta.org>
18491
18492 * faces.el (read-face-name): Put the code for getting a face name
18493 from the buffer before adding the faces from the `face' property.
18494 Use `completing-read-multiple' instead of `completing-read'.
18495 Require `crm'. Add default value and post-process the returned
18496 list of faces.
18497
18498 * emacs-lisp/crm.el (crm-find-current-element)
18499 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18500
18501 * emacs-lisp/lisp-mode.el (eval-defun-1):
18502 * emacs-lisp/edebug.el (edebug-eval-defun):
18503 Remove unnecessary quotes.
18504
18505 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18506
18507 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18508 (prolog-indent-level): Fix typo in docstring.
18509
18510 * info.el (Info-history, Info-history-forward)
18511 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18512
18513 * add-log.el (add-change-log-entry):
18514 * comint.el (comint-dynamic-list-input-ring)
18515 (comint-dynamic-list-completions):
18516 * dabbrev.el (dabbrev-expand):
18517 * delim-col.el (delimit-columns-rectangle-line):
18518 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18519 (diff-unified->context):
18520 * ediff-init.el (ediff-abbrev-jobname):
18521 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18522 (ediff-replace-session-activity-marker-in-meta-buffer):
18523 * info.el (Info-summary):
18524 * lpr.el (printify-region):
18525 * printing.el (pr-create-interface):
18526 * ps-print.el (ps-print-quote):
18527 * ses.el (ses-column-widths, ses-print-cell)
18528 (ses-adjust-print-width, ses-center):
18529 * shell.el (shell-file-name-quote-list):
18530 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18531 (strokes-fill-current-buffer-with-whitespace)
18532 (strokes-xpm-for-stroke, strokes-list-strokes)
18533 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18534 * term.el (term-dynamic-list-input-ring)
18535 (term-dynamic-list-completions):
18536 * calc/calc.el (math-format-stack-value):
18537 * emacs-lisp/edebug.el (edebug-display-freq-count):
18538 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18539 (delphi-new-comment-line):
18540 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18541 * progmodes/executable.el (executable-set-magic):
18542 * progmodes/python.el (inferior-python-mode):
18543 * progmodes/scheme.el (scheme-mode-syntax-table):
18544 * progmodes/sh-script.el (sh-maybe-here-document):
18545 * progmodes/sql.el (sql-copy-column):
18546 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18547 * textmodes/bibtex.el (bibtex-mode):
18548 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18549 (sgml-auto-attributes):
18550 * textmodes/table.el (table-insert, table-shorten-cell)
18551 (table--generate-source-scan-lines, table-delete-row)
18552 (*table--cell-delete-char, table--spacify-frame)
18553 (table--horizontally-shift-above-and-below)
18554 (table--cell-insert-char, table--cell-blank-str)
18555 (table--fill-region-strictly):
18556 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18557 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18558
18559 * add-log.el (change-log):
18560 * apropos.el (apropos):
18561 * comint.el (comint-completion, comint-source):
18562 * dabbrev.el (dabbrev):
18563 * delim-col.el (columns):
18564 * diff-mode.el (diff-mode):
18565 * ediff.el (ediff):
18566 * ediff-diff.el (ediff-diff):
18567 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18568 * ediff-mult.el (ediff-mult):
18569 * ediff-ptch.el (ediff-ptch):
18570 * ediff-wind.el (ediff-window):
18571 * facemenu.el (facemenu):
18572 * indent.el (indent):
18573 * info.el (info):
18574 * jka-cmpr-hook.el (compression, jka-compr):
18575 * lpr.el (lpr):
18576 * outline.el (outlines):
18577 * pcmpl-cvs.el (pcmpl-cvs):
18578 * pcmpl-rpm.el (pcmpl-rpm):
18579 * printing.el (printing):
18580 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18581 (ps-print-vertical, ps-print-headers, ps-print-font)
18582 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18583 (ps-print-background, ps-print-printer, ps-print-page)
18584 (ps-print-miscellany):
18585 * ses.el (ses):
18586 * shell.el (shell, shell-directories, shell-faces):
18587 * startup.el (initialization):
18588 * strokes.el (strokes):
18589 * term.el (term):
18590 * uniquify.el (uniquify):
18591 * w32-vars.el (w32):
18592 * calc/calc.el (calc):
18593 * emacs-lisp/bytecomp.el (bytecomp):
18594 * emacs-lisp/cl-indent.el (lisp-indent):
18595 * emacs-lisp/edebug.el (edebug):
18596 * emacs-lisp/elp.el (elp):
18597 * emacs-lisp/testcover.el (testcover):
18598 * emacs-lisp/trace.el (trace):
18599 * emulation/viper-ex.el (viper-ex):
18600 * emulation/viper-mous.el (viper-mouse):
18601 * mail/mailalias.el (mailalias):
18602 * mail/supercite.el (supercite, supercite-frames)
18603 (supercite-attr, supercite-cite, supercite-hooks):
18604 * net/rcompile.el (remote-compile):
18605 * net/rlogin.el (rlogin):
18606 * obsolete/ooutline.el (outlines):
18607 * progmodes/delphi.el (delphi):
18608 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18609 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18610 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18611 (ebnf-optimization):
18612 * progmodes/etags.el (etags):
18613 * progmodes/executable.el (executable):
18614 * progmodes/idlwave.el (idlwave):
18615 * progmodes/pascal.el (pascal):
18616 * progmodes/prolog.el (prolog):
18617 * progmodes/python.el (python):
18618 * progmodes/scheme.el (scheme):
18619 * progmodes/sh-script.el (sh, sh-script):
18620 * progmodes/sql.el (SQL):
18621 * progmodes/tcl.el (tcl):
18622 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18623 * textmodes/enriched.el (enriched):
18624 * textmodes/makeinfo.el (makeinfo):
18625 * textmodes/sgml-mode.el (sgml):
18626 * textmodes/table.el (table-hooks):
18627 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18628 * textmodes/texinfo.el (texinfo):
18629 * textmodes/two-column.el (two-column):
18630 Finish `defgroup' description with period.
18631
18632 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18633 * eshell/esh-var.el (eshell-var):
18634 * progmodes/vhdl-mode.el (vhdl-testbench):
18635 * textmodes/org.el (org): Fix typos in docstrings.
18636
18637 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18638 consistency.
18639
18640 * progmodes/flymake.el (flymake-find-file): Remove.
18641 (flymake-float-time): Use `with-no-warnings'.
18642 (flymake-check-start-time, flymake-check-was-interrupted)
18643 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18644 (flymake-new-err-info): `defvar' at compile time.
18645
18646 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18647
18648 * replace.el (occur-hook): Doc fix.
18649 (occur-1): Don't call `occur-hook' if there are no matches.
18650
18651 2005-07-03 Richard M. Stallman <rms@gnu.org>
18652
18653 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18654 global-map, save the same map.
18655 (global-map): Don't alter it at top level.
18656 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18657 Then alter it here instead.
18658 (tpu-edt-off): Set global-map to the saved one.
18659
18660 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18661 All references simplified.
18662 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18663 (zmacs-regions): Add defvar.
18664 (repeat-complex-command-map): Everything about that deleted.
18665
18666 * textmodes/artist.el (artist-key-is-drawing)
18667 (artist-key-endpoint1, artist-key-poly-point-list)
18668 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18669 (artist-key-compl-table, artist-rb-save-data)
18670 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18671 Don't put them in eval-when-compile.
18672 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18673
18674 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18675 Use with-no-warnings.
18676
18677 * net/browse-url.el (dos-windows-version): Add defvar.
18678
18679 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18680
18681 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18682 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18683 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18684 Add defvar.
18685 (rmail-summary-beginning-of-message): Use with-no-warnings.
18686 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18687
18688 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18689 Use with-no-warnings.
18690
18691 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18692 (c-mark-function): Add point-moving-unit property.
18693 (vi-goto-line): Use with-no-warnings.
18694
18695 * emulation/edt.el (edt-last-copied-word): Add defvar.
18696 (zmacs-region-stays): Likewise.
18697 (edt-mark-section-wisely): Use c-mark-function for C.
18698 Use makr-defun for Fortran.
18699 (time-string): defvar deleted.
18700 (edt-display-the-time): Don't set time-string.
18701
18702 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18703
18704 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18705 Don't warn when name is not constant
18706 or for defining the group `emacs'.
18707
18708 * tooltip.el (gud-tooltip-mode): Add defvar.
18709
18710 * startup.el (default-frame-background-mode): Add defvar.
18711
18712 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18713
18714 * info.el (tool-bar-map): Add defvar.
18715
18716 * dired.el (dnd-protocol-alist): Add defvar.
18717
18718 * dired-aux.el (dired-query): Display question with answer, when
18719 the user answers.
18720
18721 * custom.el (custom-add-option): Doc fix.
18722
18723 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18724
18725 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18726
18727 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18728 bogus name from the last change.
18729
18730 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18731
18732 * custom.el (custom-declare-variable): Fix typos in comment.
18733 (custom-known-themes): Doc fix.
18734 (custom-theme-directory): New defcustom.
18735 (require-theme): Make it check `custom-theme-directory'.
18736
18737 * cus-theme.el (custom-new-theme-mode): New function.
18738 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18739 (custom-theme-description): Add compiler defvars.
18740 (customize-create-theme): Add doc to the "*New Custom Theme*"
18741 buffer. Use `custom-new-theme-mode'.
18742 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18743 and save it to the `custom-theme-directory'. Make this the
18744 default directory of the buffer.
18745
18746 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18747
18748 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18749 Fix unbalanced parentheses.
18750
18751 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18754 into flymake-mode and delegate to flymake-mode.
18755
18756 * find-file.el (ff-which-function-are-we-in): Clean up.
18757
18758 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18759
18760 * replace.el (occur-rename-buffer): Fix docstring.
18761
18762 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18763 (edt-last-copied-word, edt-learn-macro-count)
18764 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18765 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18766 (time-string, zmacs-region-stays):
18767 * emulation/edt-mapper.el (edt-save-function-key-map)
18768 (EDT-key-name): `defvar' to silence the byte-compiler.
18769
18770 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18771
18772 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18773 font-lock-regexp-backslash. Doc fix.
18774 (font-lock-regexp-backslash-grouping-construct): Rename from
18775 font-lock-regexp-backslash-construct. Doc fix.
18776 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18777 grouping constructs.
18778
18779 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18780
18781 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18782 updating all the prerequisites.
18783
18784 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * textmodes/org.el (org-agenda-start-on-weekday)
18787 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18788 (org-agenda-use-time-grid, org-archive-location)
18789 (org-allow-space-in-links, org-usenet-links-prefer-google)
18790 (org-enable-table-editor, org-export-default-language)
18791 (org-export-html-show-new-buffer, org-fill-paragraph)
18792 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18793 (org-goto-quit, org-occur, org-eval-in-calendar)
18794 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18795 (org-agenda-diary-entry, org-remember-help)
18796 (org-table-convert-region, org-at-table-p)
18797 (org-table-move-row-down, org-table-move-row-up)
18798 (org-table-copy-region, org-table-toggle-vline-visibility)
18799 (org-table-get-stored-formulas, org-table-get-specials)
18800 (org-recalc-commands, org-table-eval-formula)
18801 (org-table-formula-substitute-names, orgtbl-make-binding)
18802 (org-format-org-table-html, org-format-table-table-html)
18803 (org-format-table-table-html-using-table-generate-source)
18804 (org-customize): Fix typos in docstrings.
18805 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18806 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18807 (org-back-to-heading): Doc fixes.
18808 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18809 (org-agenda-change-all-lines, org-get-header):
18810 Improve argument/docstring consistency.
18811 (orgtbl-error): Fix error message.
18812
18813 * progmodes/flymake.el (flymake-find-possible-master-files)
18814 (flymake-master-file-compare, flymake-get-line-err-count)
18815 (flymake-highlight-line, flymake-gui-warnings-enabled):
18816 Fix typos in docstrings.
18817 (flymake-parse-line, flymake-get-project-include-dirs-function)
18818 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18819 Doc fixes.
18820 (flymake-get-project-include-dirs-function)
18821 (flymake-make-err-menu-data):
18822 Improve argument/docstring consistency.
18823
18824 2005-07-01 Lute Kamstra <lute@gnu.org>
18825
18826 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18827 Catch errors with ignore-errors. Use temporary buffer.
18828 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18829
18830 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18831 background color faces.
18832 (facemenu-set-foreground, facemenu-set-background):
18833 Use facemenu-set-face-from-menu.
18834 (facemenu-set-face-from-menu): Treat face names that start with
18835 "fg:" or "bg:" as special.
18836 (facemenu-add-new-color): Don't create faces. Simplify.
18837
18838 2005-06-30 Richard M. Stallman <rms@gnu.org>
18839
18840 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18841 (crm-find-current-element): Likewise.
18842
18843 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18844
18845 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18846
18847 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18850 (archive-mouse-extract): Make it an obsolete alias.
18851 (archive-mode-map): Don't use archive-mouse-extract any more.
18852 (archive-mode, archive-extract): write-contents-hooks ->
18853 write-contents-functions.
18854 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18855 first arg.
18856 (archive-rename-entry): Update the call.
18857 (archive-zip-summarize): Remove unused var `method'.
18858 (archive-lzh-summarize): Remove unused var `creator'.
18859
18860 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18861 dedicated frame upon exit.
18862
18863 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18864 (archive-zip-extract, archive-zip-expunge)
18865 (archive-zip-update, archive-zip-update-case): Use executable-find.
18866 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18867 Use restore-buffer-modified-p.
18868 (archive-extract, archive-add-new-member, archive-write-file-member):
18869 Use with-current-buffer.
18870 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18871
18872 2005-06-30 Andreas Schwab <schwab@suse.de>
18873
18874 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18875
18876 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18877
18878 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18879
18880 2005-06-30 Juri Linkov <juri@jurta.org>
18881
18882 * faces.el (vertical-border): Inherit from mode-line-inactive
18883 only on tty.
18884
18885 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18886
18887 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18888 example, -NLINES in the `occur' docstring).
18889
18890 * replace.el (occur-1): When no matches are found, do not set the
18891 `buffer-read-only' and modified flags for the occur buffer,
18892 because it is deleted.
18893
18894 * emulation/cua-base.el (cua-check-pending-input)
18895 (cua-repeat-replace-region, cua-mode, cua-debug)
18896 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18897 Fix typos in docstrings.
18898
18899 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18900 (cua-cut-region-to-global-mark)
18901 (cua--cut-rectangle-to-global-mark):
18902 Remove period from end of messages.
18903
18904 * emulation/cua-rect.el (cua-do-rectangle-padding):
18905 Remove period from end of messages.
18906 (cua--rectangle-seq-format): Fix typo in docstring.
18907 (cua-sequence-rectangle, cua-fill-char-rectangle):
18908 Improve argument/docstring consistency.
18909
18910 2005-06-29 Juri Linkov <juri@jurta.org>
18911
18912 * faces.el (default-frame-background-mode): New internal variable.
18913 (frame-set-background-mode): Use it.
18914
18915 * startup.el (normal-top-level): Set default-frame-background-mode
18916 instead of frame-background-mode. Before setting it, test for its
18917 nil value. Remove tests for frame-background-mode and frame
18918 parameter `reverse'. Add test for "unspecified-fg".
18919
18920 * term/xterm.el (xterm-rxvt-set-background-mode):
18921 * term/rxvt.el (rxvt-set-background-mode):
18922 Set default-frame-background-mode instead of frame-background-mode.
18923
18924 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18925
18926 * simple.el (set-variable): Warn about obsolete user variables.
18927
18928 * imenu.el (imenu--completion-buffer):
18929 * mouse.el (mouse-buffer-menu-alist):
18930 * msb.el (msb-invisible-buffer-p):
18931 * calendar/diary-lib.el (diary-header-line-format):
18932 * emacs-lisp/pp.el (pp-buffer):
18933 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18934 * textmodes/picture.el (picture-replace-match):
18935 Change space constants followed by a sexp to "?\s ".
18936
18937 * play/decipher.el (decipher-loop-with-breaks):
18938 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18939 constants "protected" from end of line by a comment to "?\s".
18940
18941 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18942
18943 * font-lock.el (save-buffer-state): Use `declare'.
18944
18945 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18946 reset the syntax-table to cperl-mode-syntax-table.
18947 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18948 "foo_print_bar" is not matched as a reserved keyword.
18949
18950 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18951
18952 * textmodes/org.el (orgtbl-setup): New function, for delayed
18953 setup for the orgtbl commands.
18954 (org-calc-default-modes): New option.
18955 (orgtbl-make-binding): Use `defun' to get better help display.
18956 (org-diary): Call `org-compile-prefix-format'.
18957 (org-table-formula-substitute-names): New function.
18958 (org-agenda-day-view, org-agenda-week-view): New commands.
18959 (org-agenda-toggle-week-view): Command removed.
18960 (org-tbl-menu): Split off from org-org-menu.
18961 (org-mode): Move removal of outline-mode menus to here.
18962 (org-table-formula-debug): New option.
18963 (org-table-insert-row): Keep first field if just "#" or "*".
18964 (org-mode): Paragraph regexps fixed.
18965 (org-table-recalculate-regexp): New constant.
18966 (org-table-justify-field-maybe): Avoid replace if not necessary.
18967 (org-copy-special, org-cut-special): Use `call-interactively'.
18968 (org-table-copy-region): Take region from `interactive' call.
18969 (org-trim): Return string even if no match.
18970 (org-formula): New face.
18971 (org-set-font-lock-defaults): No longer highlight "FIXME".
18972 But highlight formula-related fields in table.
18973 (org-table-p): Use regexp, not fontification.
18974 (org-table-align): Handle white space at end of line.
18975 (org-table-formula-evaluate-inline): New option.
18976 (org-mode): Auto-wrapping in comment lines turned off.
18977 (org-table-copy-down): Evaluate only in copied field, not in
18978 destination.
18979 (org-table-current-formula): Variable removed.
18980 (org-table-store-formulas, org-table-get-stored-formulas)
18981 (org-table-modify-formulas, org-table-replace-in-formulas)
18982 (org-table-maybe-eval-formula): New functions.
18983 (org-table-get-formula): Modify to use stored formulas.
18984 (org-table-insert-column, org-table-delete-column)
18985 (org-table-move-column): Call `org-table-modify-formulas'.
18986 (org-complete): Add completion for keyword formulas.
18987 (orgtbl-mode): Pull orgtbl-mode-map to start of
18988 minor-mode-map-alist.
18989
18990 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * progmodes/python.el (python-check): Require `compile' before
18993 modifying its variables.
18994
18995 * newcomment.el (comment-indent-default): Don't get fooled by an early
18996 end of buffer.
18997
18998 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18999
19000 * ps-print.el (ps-print-version): Fix version number.
19001
19002 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19003
19004 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19005
19006 2005-06-28 Richard M. Stallman <rms@gnu.org>
19007
19008 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19009 (flyspell-local-mouse-map): Declaration deleted.
19010 (flyspell-mouse-map): Bind only mouse-2.
19011 (flyspell-mode-map): Don't test flyspell-use-local-map.
19012 (flyspell-overlay-keymap-property-name): Var deleted.
19013 (flyspell-mode-on): Don't make local bindings for
19014 flyspell-mouse-map and flyspell-mode-map.
19015 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19016
19017 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19018
19019 * progmodes/compile.el (compilation-next-error-function):
19020 Don't switch buffers; operate on the current buffer.
19021
19022 * progmodes/compile.el (compilation-error-file-name)
19023 (compilation-warning-file-name, compilation-info-file-name)
19024 (compilation-line-number, compilation-column-number): New faces.
19025 (compilation-error-face, compilation-warning-face)
19026 (compilation-info-face, compilation-line-face)
19027 (compilation-column-face): Use them.
19028
19029 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19030
19031 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19032
19033 * bindings.el (global-map): Bind insertchar and its variants.
19034
19035 2005-06-27 Richard M. Stallman <rms@gnu.org>
19036
19037 * textmodes/artist.el (artist-text-overwrite)
19038 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19039
19040 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19041
19042 * ps-print.el: It was not working the page selection for printing.
19043 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19044 (ps-print-version): New version 6.6.7.
19045 (ps-end-sheet): New fun.
19046 (ps-header-sheet, ps-end-job): Call it.
19047
19048 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19049
19050 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19051
19052 2005-06-27 Lute Kamstra <lute@gnu.org>
19053
19054 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19055 background color faces.
19056 (facemenu-get-face): Delete function.
19057 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19058 (facemenu-add-new-color): Make second argument mandatory.
19059 Create the appropriate face and return it. Simplify.
19060 (facemenu-set-foreground, facemenu-set-background): Don't check if
19061 color is defined. Use return value of facemenu-add-new-color.
19062
19063 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19064
19065 * progmodes/gud.el (gud-filter): Add missing argument to
19066 with-selected-window.
19067
19068 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19069
19070 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19071 a :require to the defcustom.
19072
19073 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19074 defcustoms corresponding to minor modes.
19075
19076 2005-06-26 David Ponce <david@dponce.com>
19077
19078 * recentf.el: Require tree-widget instead of wid-edit.
19079 (recentf-filename-handler): Fix widget :type.
19080 (recentf-cancel-dialog, recentf-open-more-files)
19081 (recentf-open-files-action): Doc fix.
19082 (recentf-dialog-goto-first): New function.
19083 (recentf-dialog-mode-map): Set parent keymap first.
19084 (recentf-dialog-mode): Define with define-derived-mode.
19085 Don't display continuation lines in dialogs.
19086 (recentf-edit-list): Rename from recentf-edit-selected-items.
19087 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19088 Simplify.
19089 (recentf-edit-list-validate): New function.
19090 (recentf-edit-list): Update accordingly.
19091 (recentf-open-files-item-shift): Remove.
19092 (recentf-open-files-item): Convert menu elements into tree and
19093 link widgets. Don't create the widgets.
19094 (recentf-open-files): Update accordingly.
19095 (recentf-save-list): Untabify.
19096
19097 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19098
19099 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19100 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19101 partially contained in the active region. Do not take active
19102 region into account when called from Lisp, unless INTERACTIVE arg
19103 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19104 avoid trouble with fields. Make marker point nowhere when no
19105 longer used. Always return nil. Doc fix.
19106 (flush-lines): Add INTERACTIVE arg. Do not take active region
19107 into account when called from Lisp, unless INTERACTIVE arg is
19108 non-nil. Use `forward-line' instead of `beginning-of-line' to
19109 avoid trouble with fields. Make marker point nowhere when no
19110 longer used. Always return nil. Doc fix.
19111 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19112 interchangeable. Do not take active region into account when
19113 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19114 message in echo area when called from Lisp, unless INTERACTIVE arg
19115 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19116 Return the number of matches. Doc fix.
19117 (occur): Doc fix.
19118 (perform-replace): Make comment follow double space convention for
19119 the sake of `outline-minor-mode'.
19120
19121 * faces.el (facep): Doc fix.
19122
19123 2005-06-25 Richard M. Stallman <rms@gnu.org>
19124
19125 * facemenu.el (facemenu-enable-faces-p): New function.
19126 (facemenu-background-menu, facemenu-foreground-menu)
19127 (facemenu-face-menu): Add menu-enable property.
19128
19129 * jka-compr.el (jka-compr-insert-file-contents):
19130 Special handling if cannot find the uncompression program.
19131
19132 * cus-face.el (custom-face-attributes): Add autoload.
19133
19134 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19135 Bind comment-indent-function locally.
19136
19137 * window.el (save-selected-window): Use save-current-buffer.
19138
19139 * subr.el (with-selected-window): Use save-current-buffer.
19140
19141 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19142 and with-current-buffer.
19143
19144 2005-06-24 Richard M. Stallman <rms@gnu.org>
19145
19146 * simple.el (line-move-1): Fix previous change.
19147
19148 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19149
19150 * replace.el (occur-1): Set `buffer-read-only' and the
19151 buffer-modified flag before running `occur-hook' to protect
19152 against unintentional buffer switches that can lead to data loss.
19153
19154 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19155
19156 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19157 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19158 initial error.
19159
19160 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19161 after fresh input.
19162 (gdb-var-create-handler): Put name of expression in quotes.
19163
19164 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19165
19166 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19167 elements of RING in order, and without bogus nil elements.
19168
19169 2005-06-23 Richard M. Stallman <rms@gnu.org>
19170
19171 * simple.el (set-variable): Args renamed; doc fix.
19172 (line-move-1): When there are overlays around, use vertical-motion.
19173
19174 * faces.el (escape-glyph): Use brown against light background.
19175 (nobreak-space): Rename from no-break-space.
19176 Fix previous change.
19177
19178 * dired-aux.el (dired-do-copy): Fix arg prompt.
19179
19180 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19181
19182 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19183
19184 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19185 rather than "Distributor".
19186
19187 2005-06-23 Lute Kamstra <lute@gnu.org>
19188
19189 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19190 (debug-on-entry): Use it. New interactive declaration that uses
19191 function-called-at-point.
19192
19193 2005-06-23 Kim F. Storm <storm@cua.dk>
19194
19195 * subr.el (save-match-data): Add comment about using evaporate arg
19196 to set-match-data.
19197
19198 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19199
19200 * cus-edit.el (customize-face)
19201 (customize-face-other-window): Handle face aliases.
19202
19203 * faces.el (face-documentation, set-face-attribute)
19204 (face-spec-set): Handle face aliases.
19205
19206 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19207
19208 * help-mode.el (help-make-xrefs): If a symbol representing a face
19209 name is not followed by the word "face", it could still be a
19210 function or variable name, so don't bypass other checks.
19211
19212 2005-06-22 Juri Linkov <juri@jurta.org>
19213
19214 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19215 Replace aliased functions with calls where second arg `inherit' is t.
19216
19217 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19218
19219 * progmodes/gdb-ui.el (gdb-error): New variable.
19220 (gdb-error): New function.
19221 (gdb-annotation-rules): Act on error-begin and error annotations.
19222 (gdb-concat-output): Use font-lock-warning-face for errors.
19223
19224 2005-06-22 Miles Bader <miles@gnu.org>
19225
19226 * bindings.el (propertized-buffer-identification): Use renamed
19227 `Buffer-menu-buffer' face.
19228
19229 * faces.el (vertical-border): Rename from `vertical-divider'.
19230 (escape-glyph): Change dark-background color back to `cyan'.
19231
19232 2005-06-21 Juri Linkov <juri@jurta.org>
19233
19234 * faces.el (face-user-default-spec): Try getting `customized-face'
19235 prior to `saved-face'.
19236 (frame-background-mode): Refill docstring.
19237
19238 * emacs-lisp/lisp-mode.el (eval-defun-1):
19239 * emacs-lisp/edebug.el (edebug-eval-defun):
19240 Set `saved-face' temporarily to nil before calling form.
19241 Set `customized-face' to the new spec after that.
19242
19243 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19244
19245 * subr.el (1value, lambda, key-substitution-in-progress):
19246 Doc fixes.
19247
19248 * autoinsert.el (auto-insert-alist):
19249 * ses.el (ses-call-printer):
19250 * subr.el (noreturn):
19251 * emacs-lisp/lisp.el (check-parens):
19252 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19253 * net/browse-url.el (browse-url-mosaic):
19254 * progmodes/cc-defs.el (c-safe-scan-lists):
19255 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19256 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19257 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19258 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19259 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19260 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19261
19262 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19263
19264 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19265
19266 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19267
19268 * calendar/appt.el (appt-make-list): Activate the package, if
19269 not already active (for backwards compatibility).
19270
19271 2005-06-20 Kim F. Storm <storm@cua.dk>
19272
19273 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19274
19275 2005-06-20 Miles Bader <miles@gnu.org>
19276
19277 * faces.el (vertical-divider): New face.
19278
19279 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19280
19281 * simple.el (kill-whole-line): Doc fix.
19282 (next-error-buffer-p, next-error-find-buffer)
19283 (clone-indirect-buffer): Fix typos in docstrings.
19284 (comment-line-break-function): Doc fix: don't say variable
19285 is automatically buffer-local (it isn't).
19286
19287 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19288
19289 * net/tramp-ftp.el (top):
19290 * net/tramp-smb.el (top):
19291 * net/tramp-util.el (top):
19292 * net/tramp-uu.el (top):
19293 * net/tramp-vc.el (top):
19294 * net/tramp.el (top): Revert copyright years back to original
19295 ones. Tramp has a life outside GNU Emacs.
19296
19297 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19298
19299 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19300
19301 2005-06-18 Juri Linkov <juri@jurta.org>
19302
19303 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19304 end of first regexp to limit the match to the position between
19305 line number and source line with same separator character as used
19306 between file name and line number. In the second regexp limit
19307 mouse-face area to file name and line number by adding new group
19308 for them and referring it in HYPERLINK arg.
19309 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19310 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19311 previous line where grep markers may be already removed.
19312
19313 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19314
19315 * progmodes/ps-mode.el: Update version and maintainer's email address.
19316
19317 2005-06-18 Steve Youngs <steve@xemacs.org>
19318
19319 * net/browse-url.el (browse-url-browser-function)
19320 (browse-url-default-browser): Add firefox.
19321 (browse-url-firefox-program, browse-url-firefox-arguments)
19322 (browse-url-firefox-startup-arguments)
19323 (browse-url-firefox-new-window-is-tab): New defcustoms.
19324 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19325
19326 2005-06-17 Richard M. Stallman <rms@gnu.org>
19327
19328 * startup.el (command-line): Warn if specified user name has
19329 no home directory.
19330
19331 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19332 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19333
19334 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19335 Doc fixes.
19336
19337 * faces.el (underline): Try bold if terminal doesn't support underline.
19338
19339 * mail/sendmail.el (mail-setup-with-from): New variable.
19340 (mail-insert-from-field): New function.
19341 (sendmail-send-it): Call it.
19342 (mail-setup): Optionally call it here.
19343
19344 * term/linux.el: Call tty-no-underline.
19345
19346 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19347
19348 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19349
19350 2005-06-17 Miles Bader <miles@gnu.org>
19351
19352 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19353 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19354 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19355 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19356 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19357 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19358 Remove "-face" suffix from face names.
19359 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19360 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19361 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19362 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19363 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19364 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19365 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19366 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19367 New backward-compatibility aliases for renamed faces.
19368 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19369 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19370 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19371 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19372 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19373 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19374 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19375 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19376 Use renamed ediff faces.
19377
19378 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19379 Remove "-face" suffix from face names.
19380 (eshell-test-ok-face, eshell-test-failed-face):
19381 New backward-compatibility aliases for renamed faces.
19382 (eshell-run-test): Use renamed eshell-test faces.
19383
19384 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19385 face name.
19386 (eshell-prompt-face): New backward-compatibility alias for renamed
19387 face.
19388 (eshell-emit-prompt): Use renamed eshell-prompt face.
19389
19390 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19391 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19392 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19393 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19394 Remove "-face" suffix from face names.
19395 (eshell-ls-directory-face, eshell-ls-symlink-face)
19396 (eshell-ls-executable-face, eshell-ls-readonly-face)
19397 (eshell-ls-unreadable-face, eshell-ls-special-face)
19398 (eshell-ls-missing-face, eshell-ls-archive-face)
19399 (eshell-ls-backup-face, eshell-ls-product-face)
19400 (eshell-ls-clutter-face):
19401 New backward-compatibility aliases for renamed faces.
19402 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19403
19404 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19405 Remove "-face" suffix from face name.
19406 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19407 instead of literal face.
19408
19409 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19410
19411 * emacs-lisp/warnings.el (display-warning, lwarn)
19412 (warning-minimum-log-level): Doc fixes.
19413 (warning-minimum-level, warning-minimum-log-level):
19414 Add :debug to :type choices.
19415
19416 * progmodes/ada-mode.el (ada-format-paramlist)
19417 (ada-get-indent-case, ada-check-matching-start)
19418 (ada-check-defun-name, ada-goto-matching-decl-start)
19419 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19420 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19421 (ada-make-subprogram-body): Follow error conventions.
19422 (ada-case-exception-file, ada-indent-comment-as-code)
19423 (ada-indent-handle-comment-special, ada-indent-renames)
19424 (ada-indent-return, ada-search-directories-internal)
19425 (ada-tab-policy, ada-case-exception-substring)
19426 (ada-other-file-alist, ada-matching-start-re)
19427 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19428 (ada-imenu-generic-expression, ada-compile-goto-error)
19429 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19430 (ada-popup-menu, ada-add-extensions, ada-mode)
19431 (ada-region-selected, ada-create-case-exception)
19432 (ada-create-case-exception-substring, ada-after-keyword-p)
19433 (ada-activate-keys-for-case, ada-adjust-case-region)
19434 (ada-adjust-case-buffer, ada-format-paramlist)
19435 (ada-scan-paramlist, ada-insert-paramlist)
19436 (ada-indent-newline-indent)
19437 (ada-indent-newline-indent-conditional)
19438 (ada-justified-indent-current, ada-goto-previous-word)
19439 (ada-indent-current, ada-get-indent-open-paren)
19440 (ada-get-indent-paramlist, ada-get-indent-end)
19441 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19442 (ada-get-indent-block-start, ada-get-indent-subprog)
19443 (ada-get-indent-noindent, ada-get-indent-label)
19444 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19445 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19446 (ada-goto-stmt-end, ada-goto-next-word)
19447 (ada-check-matching-start, ada-check-defun-name)
19448 (ada-goto-matching-decl-start, ada-goto-matching-start)
19449 (ada-goto-matching-end, ada-search-ignore-string-comment)
19450 (ada-in-decl-p, ada-looking-at-semi-or)
19451 (ada-looking-at-semi-private, ada-in-paramlist-p)
19452 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19453 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19454 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19455 (ada-previous-package, ada-create-menu)
19456 (ada-fill-comment-paragraph-justify)
19457 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19458 (ada-other-file-name, ada-last-which-function-line)
19459 (ada-last-which-function-subprog, ada-which-function)
19460 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19461 (ada-gen-treat-proc, ada-check-emacs-version)
19462 (ada-continuation-indent, ada-align-region-separate):
19463 Fix typos in docstrings.
19464 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19465
19466 2005-06-16 Lute Kamstra <lute@gnu.org>
19467
19468 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19469 conditionally.
19470
19471 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19472
19473 * comint.el (comint-replace-by-expanded-filename)
19474 (comint-prompt-regexp, comint-delimiter-argument-list)
19475 (comint-preinput-scroll-to-bottom):
19476 * info.el (Info-hide-cookies-node):
19477 * ls-lisp.el (ls-lisp-classify):
19478 * find-file.el (ff-search-directories, ff-special-constructs)
19479 (ff-find-other-file):
19480 * font-lock.el (font-lock-keywords):
19481 * shell.el (shell-prompt-pattern)
19482 (shell-dynamic-complete-functions, shell-mode)
19483 (shell-delimiter-argument-list):
19484 * term.el (term-replace-by-expanded-filename)
19485 (term-prompt-regexp, term-delimiter-argument-list):
19486 * woman.el (woman-ignore, woman0-if):
19487 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19488 * emacs-lisp/elint.el (elint-init-env):
19489 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19490 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19491 * language/ethio-util.el (ethio-tilde-escape)
19492 (ethio-use-three-dot-question):
19493 * net/zone-mode.el (zone-mode-load-time-setup):
19494 * progmodes/cc-align.el (c-lineup-argcont):
19495 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19496 * progmodes/cperl-mode.el (cperl-set-style-back):
19497 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19498 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19499 Fix spellings in docstrings.
19500
19501 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19502 * progmodes/modula2.el (m2-for): Fix spellings.
19503
19504 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19505
19506 * simple.el (undo-more): Don't use `format' on `error' arguments.
19507 Improve argument/docstring consistency.
19508 (pending-undo-list): Doc fix.
19509
19510 * smerge-mode.el (smerge-ensure-match):
19511 * emulation/vip.el (vip-ex):
19512 * net/zone-mode.el (zone-mode-update-serial):
19513 * progmodes/idlwave.el (idlwave-complete):
19514 * progmodes/vhdl-mode.el (vhdl-visit-file)
19515 (vhdl-compose-wire-components):
19516 Don't use `format' on `error' arguments.
19517
19518 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19519 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19520 (tooltip-help-tips): Fix typos in docstrings.
19521
19522 2005-06-16 David Ponce <david@dponce.com>
19523
19524 * tree-widget.el (tree-widget-value-create): Simplify last change.
19525
19526 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19527
19528 * ido.el (ido-incomplete-regexp): New variable.
19529 (ido-set-matches-1): Handle invalid-regexp error and set
19530 ido-incomplete-regexp.
19531 (ido-incomplete-regexp): New face.
19532 (ido-completions): Use it.
19533 (ido-complete, ido-exit-minibuffer, ido-completions):
19534 Handle incomplete regexps.
19535 (ido-completions): Add check for complete match when entering a regexp.
19536
19537 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19540
19541 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19542
19543 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19544 by field delimiters.
19545
19546 2005-06-15 David Ponce <david@dponce.com>
19547
19548 * tree-widget.el: eval-and-compile inlined functions so they will
19549 be available at run-time too.
19550 (tree-widget-super-format-handler)
19551 (tree-widget-format-handler): Remove.
19552 (tree-widget-value-create): Handle the :indent property.
19553
19554 2005-06-15 Miles Bader <miles@gnu.org>
19555
19556 * progmodes/which-func.el (which-func): Only inherit
19557 `font-lock-function-name-face' when that makes sense against the
19558 default mode-line face, otherwise set the face color explicitly.
19559
19560 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19561 faces instead of (non-existent) variables.
19562
19563 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19564
19565 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19566 (iswitchb-get-matched-buffers): Likewise. Simplify.
19567
19568 2005-06-14 Miles Bader <miles@gnu.org>
19569
19570 * progmodes/ld-script.el (ld-script-location-counter):
19571 Remove "-face" suffix from face name.
19572 (ld-script-location-counter-face):
19573 New backward-compatibility alias for renamed face.
19574 (ld-script-location-counter-face): Use renamed face.
19575
19576 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19577 (cperl-hash): Remove "-face" suffix from face names.
19578 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19579 New backward-compatibility aliases for renamed faces.
19580 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19581 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19582
19583 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19584 name.
19585 (which-func-face): New backward-compatibility alias for renamed face.
19586 (which-func-format): Use renamed which-func face.
19587
19588 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19589 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19590 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19591 names.
19592 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19593 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19594 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19595 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19596 (vhdl-speedbar-architecture-selected)
19597 (vhdl-speedbar-configuration-selected)
19598 (vhdl-speedbar-package-selected)
19599 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19600 names.
19601 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19602 Use renamed faces.
19603 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19604 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19605 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19606 Use renamed faces.
19607 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19608 names.
19609 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19610 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19611 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19612 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19613 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19614 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19615
19616 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19617 face name.
19618 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19619 (sh-heredoc-face): Use renamed sh-heredoc face.
19620
19621 * progmodes/idlw-help.el (idlwave-help-link):
19622 Remove "-face" suffix from face name.
19623 (idlwave-help-link-face):
19624 New backward-compatibility alias for renamed face.
19625 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19626
19627 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19628 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19629 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19630 New backward-compatibility aliases for renamed faces.
19631 (idlwave-shell-disabled-breakpoint-face)
19632 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19633
19634 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19635 Remove "-face" suffix from face names.
19636 (flymake-errline-face, flymake-warnline-face):
19637 New backward-compatibility aliases for renamed faces.
19638 (flymake-highlight-line): Use renamed flymake faces.
19639
19640 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19641 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19642 (ebrowse-member-class, ebrowse-progress):
19643 Remove "-face" suffix from face names.
19644 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19645 (ebrowse-file-name-face, ebrowse-default-face)
19646 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19647 (ebrowse-progress-face):
19648 New backward-compatibility aliases for renamed faces.
19649 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19650 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19651 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19652 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19653
19654 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19655 antlr-syntax)
19656 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19657 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19658 names.
19659 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19660 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19661 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19662 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19663 backward-compatibility aliases for renamed faces.
19664 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19665 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19666 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19667 remove "font-lock-". Use renamed antlr-mode faces.
19668 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19669 literal face-names with face variable references.
19670
19671 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19672 face name.
19673 (Buffer-menu-buffer-face): New backward-compatibility alias for
19674 renamed face.
19675 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19676
19677 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19678
19679 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19680 Eliminate "-face" suffix.
19681 (makefile-targets): Inherit from font-lock-function-name-face and
19682 eliminate "-face" suffix.
19683 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19684 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19685 actions, instead of prepending, to make it less visible.
19686 (makefile-previous-dependency, makefile-match-dependency):
19687 Don't match a target on a continuation line.
19688
19689 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19690
19691 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19692
19693 * progmodes/gdb-ui.el (menu): Re-order menu items.
19694 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19695
19696 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19697 Define in tooltip.el.
19698 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19699 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19700 gud-tooltip-echo-area.
19701
19702 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19703 backward compatibility and make obsolete.
19704 (tooltip-help-tips): Use tooltip-use-echo-area.
19705 (tooltip-show-help-function): Rename to...
19706 (tooltip-show-help): ...this, because it is a function.
19707 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19708
19709 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19710
19711 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19712 (edebug-print-length, edebug-print-level, edebug-print-circle)
19713 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19714 (edebug-eval-print-last-sexp): Doc fixes.
19715
19716 2005-06-14 Kim F. Storm <storm@cua.dk>
19717
19718 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19719 as the coverage buffer/file/both may change.
19720
19721 2005-06-14 Lute Kamstra <lute@gnu.org>
19722
19723 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19724 and run-mode-hooks. Simplify.
19725
19726 * mail/rmailedit.el (rmail-edit-mode):
19727 * progmodes/octave-inf.el (inferior-octave-mode):
19728 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19729
19730 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19731 and run-mode-hooks.
19732 (recentf-edit-list, recentf-open-files): Don't call
19733 kill-all-local-variables directly.
19734
19735 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19736
19737 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19738
19739 * emacs-lisp/byte-run.el (make-obsolete)
19740 (define-obsolete-function-alias): Rename arguments FUNCTION and
19741 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19742 (make-obsolete-variable, define-obsolete-variable-alias):
19743 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19744 respectively.
19745
19746 * isearchb.el (isearchb-activate):
19747 * pcvs.el (cvs-mode):
19748 * ses.el (ses-load):
19749 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19750 * net/tramp.el (tramp-find-file-exists-command)
19751 (tramp-find-shell):
19752 * progmodes/ada-mode.el (ada-create-case-exception)
19753 (ada-create-case-exception-substring, ada-make-subprogram-body):
19754 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19755 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19756 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19757 * textmodes/org.el (org-promote, org-evaluate-time-range)
19758 (org-agenda-next-date-line, org-agenda-previous-date-line)
19759 (org-agenda-error, org-open-at-point, org-table-move-row)
19760 (org-format-table-table-html-using-table-generate-source)
19761 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19762 * textmodes/reftex.el (reftex-access-scan-info):
19763 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19764 (reftex-toc-promote-prepare): Follow error conventions.
19765
19766 * diff-mode.el (diff-mode): Fix typo in docstring.
19767
19768 * forms.el (forms--intuit-from-file): Fix reference to
19769 `forms-number-of-fields' in error message.
19770 (forms-print): Fix quoting in error message.
19771
19772 * forms.el (forms-mode):
19773 * emulation/vi.el (vi-goto-insert-state):
19774 * progmodes/flymake.el (flymake-new-err-info)
19775 (flymake-start-syntax-check-for-current-buffer)
19776 (flymake-simple-cleanup):
19777 * eshell/esh-var.el (eshell/export):
19778 * progmodes/gud.el (xdb):
19779 * textmodes/flyspell.el (flyspell-incorrect-hook)
19780 (flyspell-maybe-correct-transposition)
19781 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19782
19783 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19784
19785 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19786 minibuffer prompt.
19787
19788 2005-06-13 Kim F. Storm <storm@cua.dk>
19789
19790 * subr.el (add-to-ordered-list): New defun.
19791
19792 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19793 add cua--keymap-alist to emulation-mode-map-alists.
19794
19795 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * subr.el (complete-in-turn): New macro.
19798 (dynamic-completion-table, lazy-completion-table): Add debug info.
19799
19800 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19801 in preference to face aliases.
19802
19803 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19804 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19805 Remove unused vars `start' and `firstline'.
19806 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19807 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19808
19809 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19810
19811 * cus-start.el (all): Don't complain about missing GTK-related
19812 variables, unless either `gtk' is boundp or this isn't a
19813 `windows-nt' build.
19814
19815 2005-06-13 Lute Kamstra <lute@gnu.org>
19816
19817 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19818 run-mode-hooks.
19819
19820 * ediff-mult.el (ediff-meta-mode):
19821 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19822
19823 * ledit.el (ledit-mode): Use delay-mode-hooks.
19824
19825 * woman.el (woman-mode-line-format): Delete constant.
19826 (woman-mode-map): Initialize it properly.
19827 (woman-mode): Set mode-class property to special.
19828 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19829 Set major-mode and mode-name. Don't set mode-line-format directly.
19830 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19831
19832 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19833 string argument obsolete.
19834
19835 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19836
19837 * textmodes/org.el (org-CUA-compatible): New option.
19838 (org-disputed-keys): New variable.
19839 (org-key): New function.
19840 (orgtbl-make-binding): Add docstring to the created function.
19841 (org-mode): Set paragraph start/separate regexps.
19842 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19843 (org-archive-location, org-archive-mark-done)
19844 (org-archive-stamp-time): New options.
19845 (org-archive-subtree): New command.
19846 (org-fill-paragraph): New function.
19847 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19848 (org-fake-empty-table-line): Function removed.
19849 (org-format-org-table-html): Do not create empty table lines at
19850 separator lines. Improved table header treatment.
19851 (org-link-format): New option.
19852 (org-make-link): New function.
19853 (org-insert-link, org-store-link): Use org-make-link.
19854 (org-open-file): Quote file name for shell command, to allow
19855 spaces in file names.
19856 (org-link-regexp): Fix bug with mailto link.
19857 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19858 New constants.
19859 (org-export-as-html): Deal with the optional angles around a link.
19860 Better treatment of file: links.
19861 (org-open-at-point): Replace @{ and @} with < and >.
19862 (org-run-mode-hooks): Function removed.
19863 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19864
19865 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19866
19867 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19868 MI command -data-list-register-values.
19869 (gdb-post-prompt): Indent properly.
19870
19871 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19872
19873 * hilit-chg.el (highlight-changes-colors): Rename from
19874 `highlight-changes-colours'.
19875 (highlight-changes-colours): Keep as obsolete alias.
19876 (highlight-changes-face-list): Doc fix.
19877 (hilit-chg-make-list): Use `highlight-changes-colors'.
19878
19879 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19880
19881 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19882 defun-prompt-regexp.
19883
19884 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19885
19886 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19887 and cygwin.
19888
19889 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19890 Don't use an old loaddefs.el, as in Makefile.in.
19891
19892 2005-06-12 Lute Kamstra <lute@gnu.org>
19893
19894 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19895
19896 * man.el (Man-mode-map): Initialize it properly.
19897 (Man-mode): Set mode-class property to special.
19898
19899 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19900
19901 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19902
19903 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19904 A newline is needed in the docstring there.
19905
19906 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19907 Doc fixes.
19908
19909 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19910
19911 * printing.el: Doc fix. The menubar is no more changed when printing
19912 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19913 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19914 (pr-version): New version number (6.8.4).
19915 (pr-menu-bind): New command.
19916 (pr-update-menus): Docstring and code fix.
19917 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19918 Docstring fix.
19919 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19920 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19921
19922 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19923
19924 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19925 "Returns" to "return", document useful return values, etc.
19926
19927 2005-06-11 Alan Mackenzie <acm@muc.de>
19928
19929 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19930 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19931 (adaptive-file-function): Minor amendment to doc-string.
19932
19933 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19934
19935 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19936 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19937 Fix :type--it is `integer', not `string'.
19938
19939 * faces.el (modeline-highlight): Rename from (the erroneous)
19940 `modeline-higilight'.
19941
19942 2005-06-11 Lute Kamstra <lute@gnu.org>
19943
19944 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19945 lisp-interaction-mode-map but make it the parent.
19946 (edebug-eval-mode): Use define-derived-mode.
19947
19948 2005-06-11 Andreas Schwab <schwab@suse.de>
19949
19950 * bindings.el: Add binding of `ESC functionkey' for every
19951 `M-functionkey'.
19952 * hexl.el (hexl-mode-map): Likewise.
19953
19954 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19955
19956 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19957 [msft]: update regexp for newer msft compilers.
19958
19959 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19960
19961 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19962 ATTLIST portions of included DTDs.
19963 (xml-parse-dtd): Eliminate use of inefficient match-data.
19964
19965 2005-06-10 Miles Bader <miles@gnu.org>
19966
19967 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19968 (mpuz-text): Remove "-face" suffix from face names.
19969 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19970 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19971 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19972
19973 * play/gomoku.el (gomoku-O, gomoku-X):
19974 Remove "-face" suffix from face names.
19975 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19976 New backward-compatibility aliases for renamed faces.
19977 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19978
19979 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19980
19981 * thumbs.el: Fixes for changes of 2005-06-09.
19982 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19983 as a directory.
19984 (thumbs-thumbname): Remove directory separator from format string;
19985 `thumbs-thumbsdir' now returns a valid directory name.
19986 (thumbs-temp-dir): New defsubst.
19987 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19988 Use it.
19989
19990 * cus-edit.el (minibuffer):
19991 * files.el (make-backup-file-name-function):
19992 * filesets.el (filesets-external-viewers):
19993 * hilit-chg.el (highlight-changes-colours)
19994 (highlight-changes-face-list, highlight-changes-rotate-faces):
19995 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19996 * kmacro.el (kmacro-call-macro):
19997 * log-edit.el (log-edit-changelog-full-paragraphs):
19998 * mouse.el (mouse-1-click-follows-link):
19999 * skeleton.el (skeleton-autowrap):
20000 * subr.el (insert-for-yank-1):
20001 * tempo.el (tempo-insert-region):
20002 * terminal.el (terminal-emulator):
20003 * time.el (display-time-mail-face):
20004 * vc.el (vc-annotate):
20005 * vcursor.el (vcursor-copy-line):
20006 * woman.el (woman-bold-headings, woman-ignore)
20007 (woman-default-faces, woman-monochrome-faces):
20008 * calendar/todo-mode.el (todo-insert-threshold):
20009 * emulation/pc-select.el (pc-select-selection-keys-only)
20010 (pc-selection-mode):
20011 * emulation/vip.el (vip-find-char-forward):
20012 * emulation/viper-cmd.el (viper-find-char-forward):
20013 * international/mule-cmds.el
20014 (select-safe-coding-system-accept-default-p)
20015 (input-method-exit-on-invalid-key):
20016 * international/mule-diag.el (describe-coding-system):
20017 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20018 * net/browse-url.el (browse-url-xterm-program):
20019 * obsolete/lazy-lock.el (lazy-lock-mode):
20020 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20021 (cperl-mode):
20022 * progmodes/cpp.el (cpp-face-light-name-list)
20023 (cpp-face-dark-name-list):
20024 * progmodes/delphi.el (delphi-newline-always-indents):
20025 Fix spellings in docstrings.
20026
20027 * ido.el (ido-mode, ido-file-extensions-order)
20028 (ido-default-file-method, ido-default-buffer-method)
20029 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20030 (ido-decorations, ido-read-file-name-as-directory-commands)
20031 (ido-read-file-name-non-ido, ido-work-directory-list)
20032 (ido-ignore-item-temp-list, ido-current-directory)
20033 (ido-magic-forward-char, ido-enter-find-file)
20034 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20035 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20036
20037 2005-06-10 Lute Kamstra <lute@gnu.org>
20038
20039 * play/dunnet.el (dun-mode): Use define-derived-mode.
20040 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20041 obsolete alias.
20042
20043 * play/doctor.el (doctor-mode-map): Remove defvar.
20044 (doctor-mode): Use define-derived-mode.
20045
20046 * mail/mspools.el (mspools-mode):
20047 * net/eudc-hotlist.el (eudc-hotlist-mode):
20048 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20049
20050 2005-06-10 Miles Bader <miles@gnu.org>
20051
20052 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20053 Remove "-face" suffix from face names.
20054 (flyspell-incorrect-face, flyspell-duplicate-face):
20055 New backward-compatibility aliases for renamed faces.
20056 (flyspell-mode-on, make-flyspell-overlay)
20057 (flyspell-highlight-incorrect-region)
20058 (flyspell-highlight-duplicate-region)
20059 (flyspell-display-next-corrections)
20060 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20061
20062 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20063 from face name.
20064 (texinfo-heading-face): New backward-compatibility alias for
20065 renamed face.
20066 (texinfo-heading-face): Use renamed texinfo-heading face.
20067
20068 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20069 suffix from face names.
20070 (tex-math-face, tex-verbatim-face):
20071 New backward-compatibility aliases for renamed faces.
20072 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20073 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20074 literal face name.
20075
20076 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20077 name.
20078 (table-cell-face): New backward-compatibility alias for renamed face.
20079 (table--put-cell-face-property, table--update-cell-face):
20080 Use renamed table-cell face.
20081
20082 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20083 from face name.
20084 (sgml-namespace-face): New backward-compatibility alias for
20085 renamed face.
20086 (sgml-namespace-face): Use renamed sgml-namespace face.
20087
20088 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20089 (org-level-4, org-level-5, org-level-6, org-level-7)
20090 (org-level-8, org-warning, org-headline-done)
20091 (org-deadline-announce, org-scheduled-today)
20092 (org-scheduled-previously, org-link, org-done, org-table)
20093 (org-time-grid): Remove "-face" suffix from face names.
20094 (org-level-1-face, org-level-2-face, org-level-3-face)
20095 (org-level-4-face, org-level-5-face, org-level-6-face)
20096 (org-level-7-face, org-level-8-face, org-warning-face)
20097 (org-headline-done-face, org-deadline-announce-face)
20098 (org-scheduled-today-face, org-scheduled-previously-face)
20099 (org-link-face, org-done-face, org-table-face)
20100 (org-time-grid-face):
20101 New backward-compatibility aliases for renamed faces.
20102 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20103 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20104 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20105 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20106
20107 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20108 (viper-minibuffer-emacs, viper-minibuffer-insert)
20109 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20110 (viper-search-face, viper-replace-overlay-face)
20111 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20112 (viper-minibuffer-vi-face):
20113 New backward-compatibility aliases for renamed faces.
20114 (viper-search-face, viper-replace-overlay-face)
20115 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20116 (viper-minibuffer-vi-face): Use renamed viper faces.
20117
20118 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20119 Remove "-face" suffix from face names.
20120 (testcover-nohits-face, testcover-1value-face):
20121 New backward-compatibility aliases for renamed faces.
20122 (testcover-mark): Use renamed testcover faces.
20123
20124 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20125 face name.
20126 (diary-button-face): New backward-compatibility alias for renamed face.
20127 (diary-entry): Use renamed diary-button face.
20128
20129 * calendar/calendar.el (diary, calendar-today, holiday)
20130 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20131 (diary-face, calendar-today-face, holiday-face):
20132 New backward-compatibility aliases for renamed faces.
20133 (eval-after-load "facemenu", diary-entry-marker)
20134 (calendar-today-marker, calendar-holiday-marker, diary-face):
20135 Use renamed calendar faces.
20136
20137 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20138 (compare-windows-face): New backward-compatibility alias for
20139 renamed face.
20140 (compare-windows-highlight): Use renamed compare-windows face.
20141
20142 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20143 (strokes-char-face): New backward-compatibility alias for renamed face.
20144 (strokes-encode-buffer): Use renamed strokes-char face.
20145
20146 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20147 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20148 Remove "-face" suffix from face names.
20149 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20150 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20151 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20152 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20153 Use renamed pcvs faces.
20154 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20155 * pcvs-defs.el (cvs-mode-map): Likewise.
20156 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20157
20158 * info.el (info-title-1, info-title-2, info-title-3)
20159 (info-title-4): Remove "-face" suffix from and downcase face names.
20160 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20161 (Info-title-4-face):
20162 New backward-compatibility aliases for renamed faces.
20163 (Info-fontify-node): Use renamed info faces.
20164
20165 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20166 Remove "-face" suffix from face names.
20167 (highlight-changes-face, highlight-changes-delete-face):
20168 New backward-compatibility aliases for renamed faces.
20169 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20170 (hilit-chg-make-list): Use renamed highlight-changes faces.
20171
20172 * generic-x.el (show-tabs-tab, show-tabs-space):
20173 Remove "-face" suffix from face names.
20174 (show-tabs-tab-face, show-tabs-space-face):
20175 New backward-compatibility aliases for renamed faces.
20176 (show-tabs-generic-mode-font-lock-defaults-1)
20177 (show-tabs-generic-mode-font-lock-defaults-2):
20178 Use renamed show-tabs faces.
20179
20180 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20181 (smerge-markers): Remove "-face" suffix from face names.
20182 (smerge-mine-face, smerge-other-face, smerge-base-face)
20183 (smerge-markers-face):
20184 New backward-compatibility aliases for renamed faces.
20185 (smerge-mine-face, smerge-other-face, smerge-base-face)
20186 (smerge-markers-face): Use renamed smerge faces.
20187
20188 * log-view.el (log-view-file, log-view-message): Remove "-face"
20189 suffix from face names.
20190 (log-view-file-face, log-view-message-face):
20191 New backward-compatibility aliases for renamed faces.
20192 (log-view-file-face, log-view-message-face): Use renamed log-view
20193 faces.
20194
20195 * paren.el (show-paren-match, show-paren-mismatch):
20196 Remove "-face" suffix from face names.
20197 (show-paren-match-face, show-paren-mismatch-face):
20198 New backward-compatibility aliases for renamed faces.
20199 (show-paren-function): Use renamed show-paren faces.
20200
20201 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20202 (ruler-mode-margins, ruler-mode-fringes)
20203 (ruler-mode-column-number, ruler-mode-fill-column)
20204 (ruler-mode-comment-column, ruler-mode-goal-column)
20205 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20206 suffix from face names.
20207 (ruler-mode-default-face, ruler-mode-pad-face)
20208 (ruler-mode-margins-face, ruler-mode-fringes-face)
20209 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20210 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20211 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20212 New backward-compatibility aliases for renamed faces.
20213 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20214 (ruler-mode-column-number, ruler-mode-fill-column)
20215 (ruler-mode-comment-column, ruler-mode-goal-column)
20216 (ruler-mode-tab-stop, ruler-mode-current-column)
20217 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20218 faces.
20219
20220 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20221 face name.
20222 (whitespace-highlight-the-space): Use renamed face.
20223 (whitespace-highlight-face): New backward-compatibility alias for
20224 renamed face.
20225
20226 * woman.el (woman-italic, woman-bold, woman-unknown)
20227 (woman-addition, woman-symbol-face):
20228 Remove "-face" suffix from face names.
20229 (woman-italic-face, woman-bold-face, woman-unknown-face)
20230 (woman-addition-face):
20231 New backward-compatibility aliases for renamed faces.
20232 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20233 (woman-decode-region, woman-replace-match)
20234 (woman-display-extended-fonts, woman-special-characters)
20235 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20236 Use renamed woman faces.
20237
20238 * longlines.el (longlines-visible-face): Face removed.
20239
20240 * diff-mode.el (diff-header, diff-file-header, diff-index)
20241 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20242 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20243 suffix from face names.
20244 (diff-header-face, diff-file-header-face, diff-index-face)
20245 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20246 (diff-changed-face, diff-function-face, diff-context-face)
20247 (diff-nonexistent-face): New backward-compatibility aliases for
20248 renamed faces.
20249 (diff-header-face, diff-file-header-face)
20250 (diff-index, diff-index-face, diff-hunk-header)
20251 (diff-hunk-header-face, diff-removed, diff-removed-face)
20252 (diff-added, diff-added-face, diff-changed-face, diff-function)
20253 (diff-function-face, diff-context-face, diff-nonexistent)
20254 (diff-nonexistent-face): Use renamed diff-mode faces.
20255
20256 * progmodes/compile.el (compilation-warning-face)
20257 (compilation-info-face): Remove "-face" suffix from face names.
20258 (compilation-warning-face, compilation-info-face):
20259 New backward-compatibility aliases for renamed faces.
20260 (compilation-warning-face, compilation-info-face):
20261 Use renamed compilation faces.
20262
20263 * add-log.el (change-log-date, change-log-name)
20264 (change-log-email, change-log-file, change-log-list)
20265 (change-log-conditionals, change-log-function)
20266 (change-log-acknowledgement): Remove "-face" suffix from face names.
20267 (change-log-date-face, change-log-name-face)
20268 (change-log-email-face, change-log-file-face)
20269 (change-log-list-face, change-log-conditionals-face)
20270 (change-log-function-face, change-log-acknowledgement-face):
20271 New backward-compatibility aliases for renamed faces.
20272 (change-log-font-lock-keywords): Use renamed change-log faces.
20273
20274 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20275 (custom-set, custom-changed, custom-saved, custom-button)
20276 (custom-button-pressed, custom-documentation, custom-state)
20277 (custom-comment, custom-comment-tag, custom-variable-tag)
20278 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20279 (custom-group-tag): Remove "-face" suffix from face names.
20280 (custom-magic-alist, custom-magic-value-create)
20281 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20282 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20283 (custom-set-face, custom-changed-face, custom-saved-face)
20284 (custom-button-face, custom-button-pressed-face)
20285 (custom-documentation-face, custom-state-face)
20286 (custom-comment-face, custom-comment-tag-face)
20287 (custom-variable-tag-face, custom-variable-button-face)
20288 (custom-face-tag-face, custom-group-tag-face-1)
20289 (custom-group-tag-face):
20290 New backward-compatibility aliases for renamed faces.
20291
20292 * wid-edit.el (widget-documentation, widget-button)
20293 (widget-field, widget-single-line-field, widget-inactive)
20294 (widget-button-pressed): "-face" suffix removed from face names.
20295 (widget-documentation-face, widget-button-face)
20296 (widget-field-face, widget-single-line-field-face)
20297 (widget-inactive-face, widget-button-pressed-face):
20298 New backward-compatibility aliases for renamed faces.
20299 (widget-documentation-face, widget-button-face)
20300 (widget-button-pressed-face, widget-specify-field)
20301 (widget-specify-inactive): Use renamed widget faces.
20302
20303 2005-06-10 Kenichi Handa <handa@m17n.org>
20304
20305 * term/x-win.el (x-clipboard-yank): Remove condition-case
20306 wrapping.
20307
20308 2005-06-11 Kenichi Handa <handa@m17n.org>
20309
20310 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20311 date lines stricter.
20312
20313 2005-06-10 Zhang Wei <id.brep@gmail.com>
20314
20315 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20316 of x-get-selection.
20317
20318 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20319
20320 * comint.el (comint-mode, comint-snapshot-last-prompt):
20321 * frame.el (frame-current-scroll-bars):
20322 * term.el (term-mode, term-check-proc, term-input-sender)
20323 (term-simple-send, term-extract-string, term-word)
20324 (term-match-partial-filename):
20325 * window.el (window-current-scroll-bars):
20326 * emulation/cua-base.el (cua-normal-cursor-color)
20327 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20328 (cua-global-mark-cursor-color):
20329 * mail/undigest.el (rmail-forward-separator-regex):
20330 Fix typos in docstrings.
20331
20332 * comint.el (comint-check-proc, make-comint-in-buffer)
20333 (comint-source-default): Doc fixes.
20334
20335 * term.el (term-send-string): Improve argument/docstring consistency.
20336
20337 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20338
20339 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20340 call to `delete-region'.
20341 (comint-mode-hook): Do not enable Font Lock by default.
20342
20343 2005-06-09 Lute Kamstra <lute@gnu.org>
20344
20345 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20346 could be void.
20347
20348 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20351 (debug): Use it.
20352 (debugger-step-through, debugger-continue, debugger-jump)
20353 (debugger-return-value): Set it when needed.
20354 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20355 Use inhibit-read-only.
20356
20357 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20358
20359 * window.el (shrink-window-if-larger-than-buffer)
20360 (window-size-fixed): Fix typo in docstring.
20361
20362 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20363 thumbnails directory on loading.
20364 (thumbs-conversion-program): Use `eq' to check the system type,
20365 not `equal'.
20366 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20367 not "/tmp". Fix docstring.
20368 (thumbs-thumbsdir): New function to return the thumbnails
20369 directory, creating it if needed.
20370 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20371 (thumbs-temp-file): Delete variable and make it into a function.
20372 (thumbs-resize-image, thumbs-modify-image): Use it.
20373 (thumbs-kill-buffer): Simplify.
20374 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20375 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20376 docstrings.
20377
20378 2005-06-09 Kim F. Storm <storm@cua.dk>
20379
20380 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20381 set-match-data to free markers in match-data.
20382
20383 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20384 match-data to unchain markers in match-data.
20385
20386 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20387
20388 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20389 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20390 unnecessary now.
20391
20392 2005-06-08 Richard M. Stallman <rms@gnu.org>
20393
20394 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20395 give the variable a doc string that doesn't say don't set it directly.
20396
20397 * textmodes/ispell.el (ispell-check-version):
20398 Use match-string-no-properties.
20399 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20400 (ispell-buffer-local-words): Likewise.
20401
20402 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20403 except on terminals with enough colors to really display it.
20404 (makefile-dependency-regex): Delete spurious `bb'.
20405
20406 * faces.el (escape-glyph): Use blue once again in last case.
20407 (no-break-space): Redefine so that it isn't invisible on a tty.
20408
20409 2005-06-08 Kim F. Storm <storm@cua.dk>
20410
20411 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20412 also when reading directory name.
20413
20414 2005-06-08 Lute Kamstra <lute@gnu.org>
20415
20416 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20417 (flyspell-mode-line-string): Remove autoload cookie.
20418 (flyspell-mode): Remove defvar.
20419
20420 2005-06-07 Lute Kamstra <lute@gnu.org>
20421
20422 * textmodes/org.el (org-run-mode-hooks): New function.
20423 (org-agenda-mode): Use it.
20424
20425 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20426
20427 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20428
20429 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20430
20431 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20432
20433 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20434
20435 * font-lock.el (font-lock-add-keywords): Doc fix.
20436
20437 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20440 (tex-compile-default): In the absence of any history, use the order in
20441 tex-compile-alist to choose the preferred command.
20442 (tex-compile-commands): Reorder a bit.
20443
20444 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20445 (flyspell-incorrect-face, flyspell-duplicate-face):
20446 Use (X)Emacs-agnostic code.
20447 (flyspell-mode-map): Don't overwrite at each load. Remove code
20448 redundant with the subsequent add-minor-mode. Merge Emacs and
20449 XEmacs code.
20450 (flyspell-word): Minor simplification.
20451 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20452 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20453 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20454 Merge the corresponding Emacs code.
20455 (flyspell-correct-word, flyspell-xemacs-popup):
20456 Use flyspell-do-correct.
20457
20458 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20459 a dedicated window.
20460
20461 * international/latexenc.el (latexenc-find-file-coding-system):
20462 Undo part of last patch, to turn off a compiler warning.
20463
20464 2005-06-06 Juri Linkov <juri@jurta.org>
20465
20466 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20467 Rename `tmm-inactive-face' to `tmm-inactive'.
20468
20469 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20470
20471 * iswitchb.el: Rename faces.
20472
20473 2005-06-06 Kim F. Storm <storm@cua.dk>
20474
20475 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20476 (cua-global-mark): Remove -face suffix from face names.
20477
20478 * emulation/cua-gmrk.el (cua--init-global-mark):
20479 Remove cua-global-mark face setup.
20480
20481 2005-06-06 Richard M. Stallman <rms@gnu.org>
20482
20483 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20484 just like other allowed characters.
20485 (makefile-match-dependency): Exclude leading and training whitespace
20486 from the range of regexp subexp 1.
20487 (makefile-macroassign-regex): Don't try to match the body,
20488 just the name of the macro being defined.
20489
20490 * info.el (Info-read-node-name-2): New function.
20491 (Info-read-node-name-1): Use that.
20492 Add a completion-base-size-function property.
20493
20494 * simple.el (completion-setup-function): Look for
20495 completion-base-size-function property of minibuffer-completion-table.
20496
20497 * files.el (locate-file-completion): Doc fix.
20498
20499 * printing.el: Don't call pr-update-menus; user must do that.
20500
20501 * emacs-lisp/debug.el (debugger-window): New variable.
20502 (debug): Use debugger-window if it is set and still alive.
20503 Record debugger-window for next entry.
20504
20505 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20506
20507 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20508
20509 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20510 (hack-one-local-variable, hack-local-variables)
20511 (hack-local-variables-prop-line): Pass that arg.
20512
20513 2005-06-06 Kim F. Storm <storm@cua.dk>
20514
20515 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20516 (ido-indicator): Remove -face suffix from face names.
20517
20518 2005-06-06 Juri Linkov <juri@jurta.org>
20519
20520 * font-lock.el (font-lock-regexp-backslash)
20521 (font-lock-regexp-backslash-construct): New faces.
20522 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20523 after `('. Add `while-no-input' to control structures.
20524
20525 * faces.el (no-break-space, shadow): New faces.
20526 (escape-glyph): Use less loud colors pink2 and red4.
20527
20528 * diff-mode.el (diff-context-face)
20529 * dired.el (dired-ignored)
20530 * rfn-eshadow.el (file-name-shadow)
20531 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20532
20533 * info.el (Info-title-1-face): Use green instead of yellow because
20534 bold yellow is not readable on light backgrounds.
20535
20536 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20537 before selecting the desired mode to not spend time fontifying
20538 old contents.
20539
20540 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20541
20542 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20543 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20544
20545 * ps-print.el (ps-default-fg, ps-default-bg):
20546 Fix typos in docstrings.
20547
20548 * isearchb.el (isearchb): Don't pass a spurious second argument to
20549 `iswitchb-completions'.
20550
20551 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20552
20553 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20554 to preserve point.
20555 (gdb-find-file-hook): Add doc string.
20556
20557 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20558 C dereferenced pointer expression.
20559 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20560
20561 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20562
20563 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20564 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20565 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20566 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20567 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20568 Make background transparent.
20569
20570 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20571
20572 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20573 (font-lock-remove-keywords): Doc fix.
20574 (font-lock-mode-major-mode): Compiler defvar.
20575 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20576
20577 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20578 (font-lock-mode): Update `font-lock-mode-major-mode'.
20579 (font-lock-set-defaults): Compiler defvar.
20580 (font-lock-default-function): Take `font-lock-mode-major-mode'
20581 into account.
20582
20583 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20584 keep track of which major mode it enabled the minor mode for.
20585 Use find-file-hook again. Update docstring.
20586
20587 * simple.el (eval-expression-print-level)
20588 (eval-expression-print-length, eval-expression-debug-on-error):
20589 Doc fixes.
20590
20591 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20592
20593 * iswitchb.el (iswitchb-single-match-face)
20594 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20595 (iswitchb-invalid-regexp-face): New faces.
20596 (iswitchb-completions): Use them.
20597 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20598 now marked as an obsolete alias.
20599 (iswitchb-read-buffer): Remove check for bound font variables.
20600 (iswitchb-invalid-regexp): New free variable.
20601 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20602 set iswitchb-invalid-regexp.
20603 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20604 invalid regexps.
20605 (iswitchb-completions): Add check for complete match when entering
20606 a regexp.
20607 (iswitchb-completions): Remove require-match argument.
20608 (iswitchb-exhibit): Fix caller.
20609 (iswitchb-common-match-inserted): New variable.
20610 (iswitchb-complete, iswitchb-completion-help): Use it.
20611
20612 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20613
20614 * url-http.el (url-http-chunked-encoding-after-change-function):
20615 Use `url-http-debug' instead of `message'.
20616
20617 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20618
20619 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20620 callback argument.
20621
20622 2005-06-04 Kim F. Storm <storm@cua.dk>
20623
20624 * simple.el (line-move): Only call sit-for when moving backwards.
20625
20626 * ido.el (ido-make-merged-file-list-1): New defun split from
20627 ido-make-merged-file-list.
20628 (ido-make-merged-file-list): Bind throw-on-input around call to
20629 ido-make-merged-file-list-1. Return input-pending-p if
20630 interrupted by more input available.
20631 (ido-read-internal): Handle input-pending-p return value from
20632 ido-make-merged-file-list.
20633
20634 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20637 compatibility code.
20638
20639 * international/latexenc.el (latexenc-find-file-coding-system):
20640 Don't inherit the EOL part of the coding-system from the
20641 tex-main buffer. Fit within 80 columns.
20642
20643 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20644
20645 * tmm.el (tmm-inactive-face): New face.
20646 (tmm-remove-inactive-mouse-face): New function.
20647 (tmm-prompt, tmm-add-one-shortcut)
20648 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20649 but not selectable.
20650
20651 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20652
20653 * faces.el (face-equal): Improve argument/docstring consistency.
20654
20655 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20656
20657 * progmodes/make-mode.el (makefile-targets-face)
20658 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20659 (makefile-bsdmake-dependency-regex)
20660 (makefile-makepp-rule-action-regex)
20661 (makefile-bsdmake-rule-action-regex): New constants.
20662 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20663
20664 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20665 Allow (...) within `...' for makepp messages.
20666
20667 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20668
20669 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20670
20671 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20672 "." files are deleted from all file lists before comparison.
20673
20674 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20675 (viper-ESC-key): Made them customizable.
20676
20677 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20678
20679 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20680
20681 * autorevert.el (auto-revert-buffers): Use save-match-data.
20682
20683 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20686 menu items with a nil command binding.
20687
20688 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20689
20690 * emacs-lisp/cl-macs.el (defsetf):
20691 Improve argument/docstring consistency.
20692
20693 * faces.el (list-faces-display): Improve the formatting by
20694 computing the maximum length required for any face-name (reworked
20695 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20696 (internal-find-face): Remove redundant info in docstring.
20697
20698 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20699
20700 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20701 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20702 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20703 (gdb-assembler-custom): Improve regexps.
20704 (def-gdb-auto-update-handler): Use window point to preserve point.
20705
20706 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20709
20710 2005-05-31 Jay Belanger <belanger@truman.edu>
20711
20712 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20713 to calc-embedded.
20714 (calc-embedded-make-info): Have plain prefix argument select
20715 entire line.
20716
20717 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20718
20719 * faces.el (list-faces-display): Signal error if passed a regexp
20720 that matches no face name.
20721
20722 * simple.el (filter-buffer-substring): Fix typo in docstring.
20723
20724 2005-05-31 Richard M. Stallman <rms@gnu.org>
20725
20726 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20727 (vhdl-emacs-21): Doc fix.
20728 (vhdl-mode): Unconditionally set comment-padding.
20729 (vhdl-fixup-whitespace-region): Insert spaces only where
20730 there are none.
20731 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20732
20733 2005-05-30 John Wiegley <johnw@newartisans.com>
20734
20735 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20736 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20737 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20738 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20739 `string-to-number'.
20740
20741 2005-05-30 Jay Belanger <belanger@truman.edu>
20742
20743 * calc/calc.el (calc-bug-address): Fix docstring.
20744 (calc-window-hook, calc-trail-window-hook): New variables.
20745 (calc-trail-display): Restore use of calc-trail-window-hook.
20746 (calc): Restore use of calc-window-hook.
20747
20748 2005-05-31 Masatake YAMATO <jet@gyve.org>
20749
20750 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20751
20752 * help-fns.el (help-C-file-name): Add autoload mark for
20753 `find-function-noselect'.
20754
20755 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20756
20757 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20758 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20759
20760 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20761
20762 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20763 included diary buffer if it was not already being visited.
20764 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20765
20766 * calendar/icalendar.el (top-level): Do not require appt.
20767
20768 * mail/supercite.el (sc-select-attribution): Only use a list
20769 element from sc-attrib-selection-list if it returns a string.
20770 Reported by Davide G. M. Salvetti <salve@debian.org>.
20771
20772 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20773
20774 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20775 includes a hash value to improve its uniqueness, and has a ".jpg"
20776 extension. Also, it is now a valid filename on all systems.
20777 (thumbs-make-thumb): Use `let', not `let*'.
20778 (thumbs-show-thumbs-list): Check for JPEG availability.
20779
20780 2005-05-30 Richard M. Stallman <rms@gnu.org>
20781
20782 * filesets.el (filesets-menu-ensure-use-cached):
20783 Prevent warning when emacs-version>= is undefined.
20784
20785 * printing.el (pr-interactive-n-up): Use string-to-number.
20786
20787 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20788
20789 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20790 Warn only when name to be defined is quoted.
20791
20792 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20793
20794 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20795 Make regexp more robust.
20796 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20797 Force regeneration of disassembly.
20798
20799 2005-05-29 Jay Belanger <belanger@truman.edu>
20800
20801 * calc/calc.el (calc-user-invocation): Check if
20802 calc-invocation-macro is non-nil.
20803
20804 2005-05-29 Juri Linkov <juri@jurta.org>
20805
20806 * add-log.el (change-log-font-lock-keywords):
20807 Add `+' to e-mail regexp to accept mail address with keywords.
20808
20809 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20810
20811 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20812
20813 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20814
20815 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20816
20817 2005-05-29 Richard M. Stallman <rms@gnu.org>
20818
20819 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20820 Undo the change that moves to end of the current word.
20821
20822 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20823
20824 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20825 Throw error when count <= 0 to ensure input is a number.
20826 (gdb-read-memory-custom): Pick up address from buffer.
20827 (gdb-memory-mode): Allow user to increment and decrement
20828 memory address from header line.
20829
20830 2005-05-29 Richard M. Stallman <rms@gnu.org>
20831
20832 * flyspell.el (flyspell-version): Function deleted.
20833 (flyspell-auto-correct-previous-hook): Doc fix.
20834
20835 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20836 Do nothing if memory is full.
20837
20838 * font-lock.el (font-lock-fontify-syntactically-region):
20839 Pass t for GREEDY to looking-back.
20840
20841 * saveplace.el (save-place-alist-to-file): Write the file
20842 using write-region.
20843
20844 * subr.el (looking-back): New argument GREEDY.
20845
20846 * progmodes/compile.el (compilation-start): Set the mode
20847 before inserting the initial text.
20848
20849 * progmodes/which-func.el (which-func-update-1): Turn the mode
20850 off in case of error by setting which-func-mode.
20851
20852 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20853
20854 * flyspell.el (flyspell-auto-correct-previous-word):
20855 Narrow down to what's on the screen, and recenter overlays
20856 at the end of the next word.
20857
20858 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20859
20860 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20861 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20862 (flyspell-abbrev-p): Default to nil.
20863 (flyspell-use-global-abbrev-table-p): Doc fix.
20864 (flyspell-large-region): Allow nil as value.
20865 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20866
20867 (mail-mode-flyspell-verify): More robust handling
20868 of `mail-header-separator'. More efficient signature detection.
20869 Allow for regexp metacharacters in message-header-separator.
20870 Adding `To' not to be checked in mail-mode-flyspell-verify.
20871
20872 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20873 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20874 Bind flyspell-auto-correct-binding.
20875 Bind C-. and C-, .
20876 (flyspell-mode-map): Likewise.
20877 (flyspell-mode): Doc fix.
20878 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20879 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20880 (flyspell-word-cache-result): New var, always local.
20881 (flyspell-check-pre-word-p): Doc fix.
20882 (flyspell-check-changed-word-p): Handle spc like newline.
20883 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20884 (flyspell-word-search-backward, flyspell-word-search-forward):
20885 New functions.
20886 (flyspell-word): Return t if nothing to check.
20887 When parsing TeX code, check for after } or \.
20888 Use flyspell-word-search-backward to find previous word.
20889 Return nil if duplicated word.
20890 For word already checked, return same value as last time.
20891 Set flyspell-word-cache-result after checking.
20892 Don't clobber the return value.
20893 (flyspell-get-word): Major rewrite.
20894 (flyspell-external-point-words): New locals pword, pcount.
20895 Fix size used in progress message.
20896 Find the proper corresponding word in flyspell-large-region-buffer.
20897 (flyspell-region): Check for flyspell-large-region = nil.
20898 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20899 (flyspell-auto-correct-word): Check that WORD is a cons.
20900 (flyspell-correct-word): Likewise.
20901
20902 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20903
20904 * progmodes/make-mode.el (makefile-rule-action-regex)
20905 (makefile-macroassign-regex, makefile-makepp-mode)
20906 (makefile-bsdmake-mode): Continuation lines may be empty.
20907 Reported by Joshua Varner.
20908 (makefile-makepp-font-lock-keywords): Add $(stem).
20909
20910 2005-05-28 Karl Berry <karl@gnu.org>
20911
20912 * textmodes/tex-mode.el: Now that tex-send-command calls
20913 shell-quote-argument (2005-03-31 change), remove all calls to
20914 shell-quote-argument; they all end up invoking tex-send-command.
20915 The double quoting loses on filenames with non-safe characters,
20916 such as "@". Reported by Frederik Fouvry.
20917
20918 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20919
20920 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20921 about preserving point.
20922
20923 2005-05-27 Jay Belanger <belanger@truman.edu>
20924
20925 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20926 Info-goto-node.
20927
20928 * calc/calc-embed.el (calc-embed-arg): New variable.
20929 (calc-do-embedded-activate, calc-embedded-activate-formula)
20930 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20931 variable by new variable.
20932 (calc-embedded-make-info): Replace undeclared variable by new
20933 variable. When selecting region with positive prefix
20934 argument, use end of previous line instead of beginning of line.
20935
20936 * calc/calc-aent.el (calc-arg-values): Declare it.
20937
20938 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20939 Declare them.
20940
20941 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20942
20943 * calc/calc.el (calc-alg-map): Declare it.
20944
20945 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20946
20947 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20948
20949 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20950 (gdb-registers-buffer, toggle-gdb-all-registers):
20951 Toggle display of floating point registers.
20952 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20953
20954 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20955 (toggle-gud-tooltip-dereference):
20956 Rename from gud-toggle-tooltip-dereference.
20957
20958 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20961
20962 2005-05-27 Jay Belanger <belanger@truman.edu>
20963
20964 * calc/calc-prog.el (calc-kbd-report): Remove.
20965 (calc-kbd-query): Rewrite.
20966
20967 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20968
20969 * image.el (image-library-alist): Move to image.c.
20970 (image-type-available-p): Doc fix.
20971
20972 2005-05-27 Lute Kamstra <lute@gnu.org>
20973
20974 * calc/calc.el (calc):
20975 * outline.el (outline-1, outline-2, outline-3, outline-4)
20976 (outline-5, outline-6, outline-7, outline-8):
20977 * textmodes/dns-mode.el (dns-mode):
20978 * textmodes/sgml-mode.el (sgml-namespace-face):
20979 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20980 (tex-verbatim-face, tex-use-reftex):
20981 * textmodes/texinfo.el (texinfo-heading-face):
20982 Specify customization group.
20983
20984 * longlines.el: Don't require easy-mmode.
20985 (longlines-visible-face): Specify customization group.
20986
20987 2005-05-27 Kenichi Handa <handa@m17n.org>
20988
20989 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20990 encoding table of windows-1251.
20991
20992 * international/ucs-tables.el (ucs-set-table-for-input):
20993 If translation-table-for-input of a coding system is a symbol, get
20994 its translation-table property.
20995
20996 * international/code-pages.el: Don't register a coding system into
20997 non-iso-charset-alist more than once.
20998 (cp-make-coding-system): Likewise.
20999
21000 2005-05-26 John Wiegley <johnw@newartisans.com>
21001
21002 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21003 `eshell-resume-eval' is wrapped in a list, it indicates that the
21004 command was run asynchronously. In that case, unwrap the value
21005 before checking the delimiter value.
21006
21007 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21008 character before a space at the end of a line is \, assume the space
21009 is part of the last argument rather than a final argument separator.
21010
21011 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21012 is in use, and the target is `t' or `nil' (which are the most common
21013 values), don't assume that the symbol target is a buffer.
21014
21015 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21016
21017 * calendar/calendar.el (calendar-mode-line-format):
21018 Use mode-line-highlight as mouse-face.
21019
21020 * time.el (display-time-string-forms, display-time-update):
21021 Use mode-line-highlight as mouse-face.
21022
21023 2005-05-26 Jay Belanger <belanger@truman.edu>
21024
21025 * calc/calc.el (calc-language-alist): Remove extra defvar.
21026
21027 2005-05-26 Lute Kamstra <lute@gnu.org>
21028
21029 * arc-mode.el (archive-mode):
21030 * bookmark.el (bookmark-read-annotation-mode)
21031 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21032 * bs.el (bs-mode):
21033 * calc/calc-yank.el (calc-edit-mode):
21034 * calc/calc.el (calc-mode, calc-trail-mode):
21035 * calculator.el (calculator-mode):
21036 * chistory.el (command-history-mode):
21037 * comint.el:
21038 * cus-edit.el (custom-mode):
21039 * descr-text.el (describe-text-mode):
21040 * ebuff-menu.el (Electric-buffer-menu-mode):
21041 * ediff-util.el (ediff-mode):
21042 * emacs-lisp/re-builder.el (reb-mode):
21043 * emulation/vi.el (vi-mode-setup):
21044 * emulation/ws-mode.el (wordstar-mode):
21045 * eshell/esh-mode.el (eshell-mode):
21046 * forms.el (forms-mode):
21047 * help-mode.el (help-mode):
21048 * hexl.el (hexl-mode):
21049 * ibuffer.el (ibuffer-mode):
21050 * ielm.el (inferior-emacs-lisp-mode):
21051 * info.el (Info-mode, Info-edit-mode):
21052 * international/swedish.el:
21053 * ledit.el (ledit-from-lisp-mode):
21054 * locate.el (locate-mode):
21055 * mail/rmail.el (rmail-mode):
21056 * mail/rmailedit.el (rmail-edit-mode):
21057 * mail/rmailsum.el (rmail-summary-mode):
21058 * mail/supercite.el (sc-electric-mode):
21059 * net/eudc.el (eudc-mode):
21060 * net/quickurl.el (quickurl-list-mode):
21061 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21062 * obsolete/ooutline.el (outline-mode):
21063 * obsolete/options.el (Edit-options-mode):
21064 * obsolete/rnews.el (news-mode):
21065 * obsolete/rnewspost.el (news-reply-mode):
21066 * play/5x5.el (5x5-mode):
21067 * play/decipher.el (decipher-mode, decipher-stats-mode):
21068 * play/gomoku.el (gomoku-mode):
21069 * play/snake.el (snake-mode):
21070 * play/solitaire.el (solitaire-mode):
21071 * play/tetris.el (tetris-mode):
21072 * progmodes/ada-mode.el (ada-mode):
21073 * progmodes/antlr-mode.el (antlr-mode):
21074 * progmodes/autoconf.el (autoconf-mode):
21075 * progmodes/dcl-mode.el (dcl-mode):
21076 * progmodes/delphi.el (delphi-mode):
21077 * progmodes/ebrowse.el (ebrowse-tree-mode)
21078 (ebrowse-electric-list-mode, ebrowse-member-mode)
21079 (ebrowse-electric-position-mode):
21080 * progmodes/f90.el (f90-mode):
21081 * progmodes/fortran.el (fortran-mode):
21082 * progmodes/icon.el (icon-mode):
21083 * progmodes/idlw-help.el (idlwave-help-mode):
21084 * progmodes/idlw-shell.el (idlwave-shell-mode):
21085 * progmodes/idlwave.el (idlwave-mode):
21086 * progmodes/inf-lisp.el (inferior-lisp-mode):
21087 * progmodes/m4-mode.el (m4-mode):
21088 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21089 * progmodes/modula2.el (modula-2-mode):
21090 * progmodes/octave-inf.el (inferior-octave-mode):
21091 * progmodes/octave-mod.el (octave-mode):
21092 * progmodes/pascal.el (pascal-mode):
21093 * progmodes/sh-script.el (sh-mode):
21094 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21095 * progmodes/vhdl-mode.el (vhdl-mode):
21096 * progmodes/xscheme.el (scheme-interaction-mode):
21097 * replace.el (occur-mode):
21098 * ses.el (ses-mode):
21099 * simple.el (completion-list-mode):
21100 * skeleton.el:
21101 * speedbar.el (speedbar-mode):
21102 * term.el (term-mode):
21103 * terminal.el (terminal-edit-mode):
21104 * textmodes/reftex-index.el (reftex-index-mode)
21105 (reftex-index-phrases-mode):
21106 * textmodes/reftex-sel.el (reftex-select-label-mode)
21107 (reftex-select-bib-mode):
21108 * textmodes/reftex-toc.el (reftex-toc-mode):
21109 * wdired.el (wdired-change-to-wdired-mode):
21110 * wid-browse.el (widget-browse-mode):
21111 Use run-mode-hooks.
21112
21113 * array.el (array-mode):
21114 * calendar/todo-mode.el (todo-mode):
21115 * man.el (Man-mode):
21116 * play/landmark.el (lm-mode):
21117 * play/mpuz.el (mpuz-mode):
21118 Use kill-all-local-variables and run-mode-hooks.
21119
21120 * subr.el (delay-mode-hooks): Specify indentation.
21121
21122 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21123
21124 * xml.el (xml-substitute-special): Don't die for undefined xml
21125 entities.
21126
21127 2005-05-26 Jay Belanger <belanger@truman.edu>
21128
21129 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21130 of nil.
21131
21132 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21133
21134 * progmodes/gdb-ui.el (gdb-frame-address):
21135 Rename from gdb-current-address.
21136 (gdb-previous-frame-address): Rename from gdb-previous-address.
21137 (gdb-selected-frame): Rename from gdb-current-frame.
21138 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21139 (gdb-frame-number): Rename from gdb-current-stack-level.
21140 (gdb-ann3): Match new mode-name for disassembly buffer.
21141 Extend initialization of variables.
21142 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21143 (gdb-memory-mode): Use mouse-face in header line.
21144 (gdb-assembler-buffer-name): Call it disassembly and give frame
21145 in mode line.
21146 (gdb-source-spec-regexp, gdb-assembler-custom)
21147 (gdb-invalidate-assembler, gdb-frame-handler):
21148 Make robust to leading zeroes in address format.
21149
21150 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21151
21152 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21153 define `org-mode'.
21154 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21155
21156 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21157
21158 * log-edit.el (log-edit-changelog-entries): Distinguish between
21159 filenames like xfns.c and fns.c.
21160
21161 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21162
21163 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21164 point after reverting.
21165 (Buffer-menu-make-sort-button): Handle the case where
21166 `Buffer-menu-use-header-line' is nil.
21167
21168 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21169
21170 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21171 New funcs. In minibuffer-local-completion-map bind `]', `/'
21172 and `:' to them.
21173
21174 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * startup.el (normal-top-level): Allow modification of load-path while
21177 we're iterating over it.
21178
21179 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21180
21181 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21182 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21183 (thumbs-resize-interactive, thumbs-insert-image)
21184 (thumbs-insert-thumb, thumbs-dired-show-marked)
21185 (thumbs-find-image-at-point, thumbs-delete-images)
21186 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21187 (thumbs-increment-image-size, thumbs-decrement-image-size):
21188 Fix typos in docstrings.
21189
21190 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21191
21192 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21193 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21194 (cperl-mode): Use them.
21195
21196 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21197
21198 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21199 Doc fixes.
21200
21201 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21202
21203 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21204 Bind C-d to gdb-inferior-io-eof.
21205
21206 * dired.el (dired-dnd-popup-notice): Use message-box.
21207
21208 2005-05-23 Masatake YAMATO <jet@gyve.org>
21209
21210 * bindings.el (mode-line-major-mode-keymap):
21211 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21212
21213 * faces.el (mode-line-highlight): New face.
21214
21215 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21216 as mouse-face.
21217
21218 * bindings.el (top-level, help-echo, mode-line-modified)
21219 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21220 as mouse-face.
21221
21222 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21223
21224 * progmodes/cc-engine.el (c-guess-basic-syntax):
21225 Remove spurious call to `zerop'.
21226
21227 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21228
21229 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21230
21231 CC Mode update to 5.30.10:
21232
21233 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21234 could go past the limit in decoration level 2, thereby causing
21235 errors during interactive fontification.
21236
21237 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21238 the file is evaluated interactively.
21239
21240 * cc-engine.el (c-guess-basic-syntax): Handle operator
21241 declarations somewhat better in C++.
21242
21243 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21244 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21245 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21246 (awk-mode): Use it.
21247 (make-local-hook): Suppress warning about obsoleteness.
21248
21249 * cc-engine.el, cc-align.el, cc-cmds.el
21250 (c-append-backslashes-forward, c-delete-backslashes-forward)
21251 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21252 Compensate for return value from `forward-line' when it has moved
21253 but not to a different line due to eob.
21254
21255 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21256 `objc-method-intro' and `objc-method-args-cont'.
21257
21258 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21259
21260 CC Mode update to 5.30.10:
21261
21262 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21263 in the copyright statement. Incidentally, change "along with GNU
21264 Emacs" to "along with this program" where it occurs.
21265
21266 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21267 so that it is interactive, hence can be found by M-x awk-mode
21268 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21269 <gmorris+emacs@ast.cam.ac.uk>.
21270
21271 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21272 Mode's regexps.
21273
21274 2005-05-23 Kevin Ryde <user42@zip.com.au>
21275
21276 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21277 c-parse-state, to avoid a lisp error (on bad code).
21278
21279 2005-05-23 Lute Kamstra <lute@gnu.org>
21280
21281 * subr.el (font-lock-defaults): Remove defvar as it's already
21282 defined in font-core.el.
21283
21284 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21285
21286 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21287
21288 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21289 more general and work when GDB variable "print pretty" is on,
21290 as with Emacs, for example.
21291
21292 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21293
21294 * font-core.el: Update comment.
21295
21296 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21297 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21298
21299 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21300
21301 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21302
21303 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21304 and `yank-handler' in the doc strings.
21305
21306 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21309
21310 2005-05-22 Richard M. Stallman <rms@gnu.org>
21311
21312 * help.el (describe-key): Move print-help-return-message call
21313 out of conditional.
21314
21315 * progmodes/etags.el (list-tags): Use with-no-warnings.
21316
21317 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21318 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21319 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21320
21321 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21322
21323 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21324 Add defvar.
21325
21326 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21327 Use defvar, not defconst.
21328
21329 * hexl.el (hexl-follow-line): Use with-no-warnings.
21330
21331 * emulation/tpu-extras.el: Use write-file-functions instead of
21332 write-file-hooks.
21333
21334 * dired.el (dired-font-lock-keywords): Fontify files with junk
21335 extensions even if marked by -F.
21336
21337 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21338
21339 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21340 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21341 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21342 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21343 (concatenate, list-length, get*, getf, cl-remprop):
21344 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21345 (etypecase, progv, lexical-let, lexical-let*)
21346 (multiple-value-bind, multiple-value-setq, shiftf):
21347 Improve argument/docstring consistency.
21348
21349 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21350
21351 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21352
21353 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21354 doesn't exist.
21355
21356 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21357 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21358
21359 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21360
21361 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21362 already deleted variables: auto-fill-hook, blink-paren-hook,
21363 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21364 suspend-hooks, comment-indent-hook, meta-flag,
21365 before-change-function, after-change-function,
21366 font-lock-doc-string-face.
21367
21368 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21369
21370 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21371
21372 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21373
21374 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21375 rmail-dont-reply-to.
21376
21377 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21378
21379 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21380 literal blank when splitting new-header-values.
21381
21382 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21383
21384 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21385 string so that tmm doesn't create a completion entry for it.
21386
21387 * textmodes/table.el (table-disable-menu): Ditto.
21388
21389 2005-05-21 Richard M. Stallman <rms@gnu.org>
21390
21391 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21392
21393 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21394
21395 * net/rcompile.el (remote-compile): Use compilation-start.
21396
21397 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21398
21399 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21400
21401 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21402 Default to makefile-bsdmake-mode on BSD systems.
21403
21404 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21405 REGEXP may also be a search function now. The part of doc-string
21406 for describing the structure was 95% identical to that of
21407 `imenu--generic-function'. Unify it there.
21408
21409 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21410 Use function to find dependencies, because regexp alone is so complex,
21411 it easily goes into an endless loop.
21412 (makefile-makepp-mode): Also add submenu for Perl functions
21413 defined in the makefile.
21414 (makefile-bsdmake-mode): Special imenu-generic-expression no
21415 longer needed, due to function call.
21416 (makefile-match-dependency): Take BOUND into account when checking
21417 if we're through.
21418
21419 2005-05-20 Jay Belanger <belanger@truman.edu>
21420
21421 * calc/calc-units.el (calc-invalidate-units-table):
21422 Use inhibit-read-only.
21423 (math-build-units-table-buffer): Use view-mode.
21424
21425 2005-05-20 David Kastrup <dak@gnu.org>
21426
21427 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21428 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21429
21430 2005-05-20 Lute Kamstra <lute@gnu.org>
21431
21432 * diff-mode.el (diff-header-face, diff-file-header-face)
21433 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21434 (diff-added-face, diff-changed-face, diff-function-face)
21435 (diff-context-face, diff-nonexistent-face): Put them in the
21436 diff-mode customization group.
21437
21438 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21439
21440 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21441
21442 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21443
21444 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21445 Minor regexp-optimization.
21446
21447 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21448
21449 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21450 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21451 (org-agenda-add-time-grid-maybe): New function.
21452 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21453 (org-table-create): `dotimes' instead of `mapcar'.
21454 (org-xor): Simplify implementation.
21455 (org-agenda): `inhibit-redisplay' turned on.
21456 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21457 a consistent line after a state change.
21458 (org-agenda-remove-times-when-in-prefix): New option.
21459 (org-prefix-has-time): New variable.
21460 (org-parse-time-string): Optional argument NODEFAULT.
21461 (org-format-agenda-item): Parse items for time-of-day
21462 specifications and move these into the prefix if possible.
21463 (org-agenda-priority): Get current heading, not previous heading
21464 during agenda remote editing.
21465
21466 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21467
21468 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21469 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21470 (remove-duplicates, delete-duplicates, substitute)
21471 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21472 (nsubstitute-if-not, find, find-if, find-if-not, position)
21473 (position-if, position-if-not, count, count-if, count-if-not)
21474 (mismatch, search, sort*, stable-sort, merge, member*)
21475 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21476 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21477 (intersection, nintersection, set-difference, nset-difference)
21478 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21479 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21480 (nsublis, tree-equal): Improve argument/docstring consistency.
21481
21482 * subr.el (send-string, send-region): Remove obsolescence declaration.
21483 (window-dot, set-window-dot, read-input, show-buffer)
21484 (eval-current-buffer, string-to-int):
21485 Add release number to obsolescence declarations.
21486
21487 2005-05-19 Kim F. Storm <storm@cua.dk>
21488
21489 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21490 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21491
21492 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21493
21494 * faces.el (list-faces-display): Make back button respect optional
21495 regexp arg.
21496
21497 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21498
21499 * calculator.el (calculator-radix-grouping-mode)
21500 (calculator-radix-grouping-digits, calculator-displayer)
21501 (calculator-radix-grouping-separator, calculator-copy-displayer):
21502 * dabbrev.el (dabbrev-search-these-buffers-only):
21503 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21504 (diff-advance-after-apply-hunk, diff-mode-hook)
21505 (diff-minor-mode-prefix):
21506 * imenu.el (imenu-use-popup-menu):
21507 * jit-lock.el (jit-lock-context-time):
21508 * newcomment.el (comment-fill-column, comment-column)
21509 (comment-style, comment-padding, comment-multi-line)
21510 (comment-empty-lines, comment-auto-fill-only-comments):
21511 * reveal.el (reveal-around-mark):
21512 * uniquify.el (uniquify-buffer-name-style)
21513 (uniquify-after-kill-buffer-p)
21514 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21515 (uniquify-min-dir-content, uniquify-separator)
21516 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21517 * w32-vars.el (w32-fixed-font-alist):
21518 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21519 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21520 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21521 * progmodes/perl-mode.el (perl-indent-level)
21522 (perl-continued-statement-offset, perl-continued-brace-offset)
21523 (perl-brace-offset, perl-brace-imaginary-offset)
21524 (perl-label-offset, perl-indent-continued-arguments)
21525 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21526 * progmodes/tcl.el (tcl-indent-level)
21527 (tcl-continued-indent-level, tcl-auto-newline)
21528 (tcl-tab-always-indent, tcl-electric-hash-style)
21529 (tcl-help-directory-list, tcl-use-smart-word-finder)
21530 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21531 (inferior-tcl-source-command):
21532 * textmodes/fill.el (enable-kinsoku):
21533 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21534 * textmodes/table.el (table-yank-handler):
21535 Specify missing group (and type, if simple) in defcustom.
21536
21537 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21538
21539 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21540
21541 2005-05-19 Richard M. Stallman <rms@gnu.org>
21542
21543 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21544
21545 * subr.el (event-basic-type): Don't get an error.
21546 (left-fringe-p): Function deleted.
21547
21548 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21549 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21550
21551 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21552 in recursive copy.
21553
21554 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21555
21556 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21557
21558 * emacs-lisp/bytecomp.el
21559 (byte-compile-file-form-custom-declare-variable):
21560 Call byte-compile-nogroup-warn if appropriate.
21561
21562 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21563 (compilation-set-window): Don't call left-fringe-p; do it directly.
21564
21565 2005-05-19 Jay Belanger <belanger@truman.edu>
21566
21567 * calc/calc-graph.el (calc-graph-format-data): Make sure
21568 var-PlotRejects is bound before trying to check its value.
21569
21570 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21571
21572 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21573 definition of this variable from reftex-global.el to reftex.el,
21574 because it is needed in the menu.
21575
21576 2005-05-19 Lute Kamstra <lute@gnu.org>
21577
21578 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21579 years are fixed. Don't insert a space after a dash.
21580
21581 2005-05-19 Kim F. Storm <storm@cua.dk>
21582
21583 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21584
21585 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21586
21587 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21588 strings, because (eq ... ?\\) is fairly frequent.
21589
21590 * progmodes/make-mode.el (makefile-add-this-line-targets):
21591 Simplify and integrate into `makefile-pickup-targets'.
21592 (makefile-add-this-line-macro): Simplify and integrate into
21593 `makefile-pickup-macros.
21594 (makefile-pickup-filenames-as-targets): Simplify.
21595 (makefile-previous-dependency, makefile-match-dependency):
21596 Don't stumble over `::'.
21597
21598 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21599
21600 * subr.el (post-command-idle-hook, post-command-idle-delay):
21601 Remove obsoletion of post-command-idle-hook and
21602 post-command-idle-delay.
21603
21604 * faces.el (list-faces-display): Provide button when describe-face
21605 is called to take user back to the list of faces.
21606
21607 * help-fns.el (describe-variable): Remove hyperlinks in a
21608 variable's value as these are quite frequently inappropriate.
21609
21610 * follow.el (follow-submit-feedback, follow-mode):
21611 Remove references to post-command-idle-hook.
21612
21613 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21614
21615 * progmodes/make-mode.el (makefile-previous-dependency)
21616 (makefile-match-dependency): Check for := (and in bsd mode also
21617 !=) to give a better result, even when font-lock is not on.
21618
21619 2005-05-18 Jay Belanger <belanger@truman.edu>
21620
21621 * calc/calc-help.el (calc-s-prefix-help):
21622 Add `calc-copy-special-constant' to help string.
21623
21624 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21625
21626 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21627
21628 2005-05-18 Jay Belanger <belanger@truman.edu>
21629
21630 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21631 in linear factors are in proper order.
21632
21633 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21634
21635 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21636 Support for jurabib.
21637
21638 * textmodes/reftex.el (featurep): Define aliases for overlay
21639 commands, for XEmacs compatibility, and use these aliases in
21640 overlay initializations.
21641 (reftex-highlight): Use `reftex-move-overlay'.
21642 (reftex-unhighlight): Use `reftex-delete-overlay'.
21643 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21644 (reftex-access-search-path): Use `reftex-uniquify' instead of
21645 `reftex-uniq'
21646
21647 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21648 `before-string' property modification enables for Emacs as well.
21649 (reftex-select-item): Use `reftex-delete-overlay'.
21650 (reftex-select-mark): Use `reftex-make-overlay' and
21651 `reftex-overlay-put'.
21652 (reftex-select-unmark): Use `reftex-delete-overlay' and
21653 `reftex-overlay-put'.
21654
21655 2005-05-18 Lute Kamstra <lute@gnu.org>
21656
21657 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21658
21659 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21660
21661 * add-log.el (add-change-log-entry):
21662 * array.el (array-make-template, array-reconfigure-rows)
21663 (array-init-max-row, array-init-max-column)
21664 (array-init-columns-per-line, array-init-field-width):
21665 * replace.el (replace-match-maybe-edit, perform-replace):
21666 * textmodes/spell.el (spell-region):
21667 Replace `read-input' by `read-string'.
21668
21669 * forms.el (forms-mode):
21670 * finder.el (finder-compile-keywords):
21671 * shadowfile.el (shadow-read-files):
21672 Replace `eval-current-buffer' by `eval-buffer'.
21673
21674 * terminal.el (te-pass-through):
21675 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21676 (ange-ftp-raw-send-cmd):
21677 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21678 (send-process-next-char, telnet-initial-filter, telnet):
21679 Replace `send-string' by `process-send-string'.
21680
21681 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21682 (prolog-consult-region): Replace `send-string' by
21683 `process-send-string'; replace `send-region' by `process-send-region'.
21684
21685 * progmodes/delphi.el (delphi-log-msg):
21686 Replace `set-window-dot' by `set-window-point'.
21687
21688 * subr.el (window-dot, set-window-dot, read-input, send-string)
21689 (send-region, show-buffer, eval-current-buffer):
21690 Make really obsolete, as the comment says.
21691
21692 2005-05-17 Kim F. Storm <storm@cua.dk>
21693
21694 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21695 (cua--init-keymaps): Bind C-return instead of S-return to set
21696 rectangle mark.
21697
21698 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21699 instead of S-return to toggle/clear rectangle mark.
21700
21701 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21702
21703 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21704 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21705 Also fontify plain strings assigned to variables, mostly so that a
21706 colon has a face and is thus not taken as a dependency separator.
21707 (makefile-previous-dependency): Inline the new matcher, because it
21708 is too complex to work in both directions.
21709 (makefile-match-dependency): Eliminate `backward' arg (see above).
21710 Completely reimplemented so as to not sometimes go into an endless
21711 loop. It should also be more efficient, because first it only
21712 searches for `:', instead of applying the very complex regexp.
21713 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21714 to be fontified in one piece can be too long for JIT.
21715 Makefiles are never *that* big.
21716
21717 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21718
21719 * dired.el (dired-mode): Simplify.
21720
21721 2005-05-17 Lute Kamstra <lute@gnu.org>
21722
21723 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21724 defcustom for the mode hook variable.
21725
21726 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21727 Emacs Lisp Reference Manual.
21728
21729 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21730
21731 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21732 (evenp, list*):
21733 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21734 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21735
21736 * net/tramp-smb.el (tramp-smb-open-connection):
21737 Pass `tramp-chunksize' as fifth (required) argument.
21738
21739 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21740
21741 * font-lock.el (lisp-font-lock-keywords-1):
21742 Set `font-lock-negation-char-face' for [^...] char group.
21743 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21744
21745 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21746 a var, and refine it to mask one more level of nested vars.
21747 (makefile-rule-action-regex): Turn it into a var, and refine it so
21748 it recognizes backslashed continuation lines as belonging to the
21749 same command.
21750 (makefile-macroassign-regex): Refine it so it recognizes
21751 backslashed continuation lines as belonging to the same command.
21752 (makefile-var-use-regex): Don't look at the next char, because it
21753 might be the same one to be skipped by the initial [^$], leading
21754 to an overlooked variable use.
21755 (makefile-make-font-lock-keywords): Remove two parameters, which
21756 are now variables that some of the modes set locally.
21757 Handle dependency and rule action matching through functions, because
21758 regexps alone match too often. Dependency matching now comes
21759 last, so it can check, whether a colon already matched something else.
21760 (makefile-mode): Inform that font-lock improves makefile parsing
21761 capabilities.
21762 (makefile-match-dependency, makefile-match-action): New functions.
21763
21764 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21765
21766 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21767
21768 * align.el (align-regexp):
21769 * ansi-color.el (ansi-color-get-face):
21770 * array.el (array-reconfigure-rows, array-init-max-row)
21771 (array-init-max-column, array-init-columns-per-line)
21772 (array-init-field-width):
21773 * dired-aux.el (dired-trample-file-versions):
21774 * dired-x.el (dired-mark-sexp):
21775 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21776 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21777 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21778 * faces.el (face-read-integer):
21779 * files.el (backup-extract-version, insert-directory):
21780 * hexl.el (hexl-insert-decimal-char):
21781 * server.el (server-process-filter):
21782 * shell.el (shell-extract-num):
21783 * startup.el (command-line-1):
21784 * term.el (term-command-hook):
21785 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21786 (time-stamp-do-number):
21787 * time.el (display-time-update):
21788 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21789 (timezone-fix-time):
21790 * vms-patch.el (vms-suspend-resume-hook):
21791 * calendar/appt.el (appt-convert-time):
21792 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21793 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21794 * calendar/cal-islam.el (mark-islamic-diary-entries):
21795 * calendar/calendar.el (calendar-cursor-to-date)
21796 (calendar-star-date):
21797 * calendar/diary-lib.el (diary-attrtype-convert)
21798 (mark-diary-entries, diary-entry-time):
21799 * calendar/solar.el (solar-get-number):
21800 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21801 * emacs-lisp/re-builder.el (reb-display-subexp):
21802 * emulation/edt.el (edt-set-scroll-margins):
21803 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21804 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21805 (vip-get-ex-count):
21806 * emulation/viper-ex.el (viper-get-ex-token)
21807 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21808 * international/fontset.el (fontset-plain-name):
21809 * mail/feedmail.el (feedmail-look-at-queue-directory):
21810 * mail/mailalias.el (mail-get-names):
21811 * mail/rmail.el (rmail-convert-to-babyl-format):
21812 * mail/rmailsum.el (rmail-make-basic-summary-line)
21813 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21814 (rmail-summary-goto-msg):
21815 * mail/smtpmail.el (smtpmail-read-response):
21816 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21817 (ange-ftp-vms-add-file-entry):
21818 * play/gametree.el (gametree-looking-at-ply)
21819 (gametree-current-branch-score):
21820 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21821 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21822 * progmodes/cperl-mode.el (condition-case):
21823 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21824 (ebrowse-set-member-buffer-column-width)
21825 (ebrowse-select-1st-to-9nth):
21826 * progmodes/etags.el (etags-snarf-tag):
21827 * progmodes/flymake.el (flymake-parse-line):
21828 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21829 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21830 (idlwave-shell-menu-def):
21831 * progmodes/ps-mode.el (ps-run-goto-error):
21832 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21833 (vhdl-speedbar-contract-level):
21834 * term/mac-win.el (x-handle-numeric-switch):
21835 * term/sun-mouse.el (sun-get-frame-data):
21836 * term/w32-win.el (x-handle-numeric-switch):
21837 * term/x-win.el (x-handle-numeric-switch):
21838 * textmodes/ispell.el (ispell-parse-output):
21839 * textmodes/nroff-mode.el (nroff-outline-level):
21840 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21841 (reftex-bib-sort-year-reverse, reftex-format-citation):
21842 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21843 (reftex-section-number):
21844 * textmodes/texinfmt.el (texinfo-paragraphindent):
21845 Replace `string-to-int' by `string-to-number'.
21846
21847 * international/latexenc.el: Add page marker to force the "Local
21848 Variables:" string out of the last page.
21849
21850 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21851
21852 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21853 tooltip-change-major-mode.
21854 (gud-tooltip-print-command): Remove case where gud-minor-mode
21855 is gdb ("--fullname").
21856 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21857 explain to user.
21858
21859 2005-05-16 Jay Belanger <belanger@truman.edu>
21860
21861 * calc/calc-store.el (calc-copy-special-constant): New function.
21862
21863 * calc/calc-ext.el (calc-init-extensions): Add binding for
21864 `calc-copy-special-constant'.
21865
21866 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21867 for the `calc-copy-special-constant' command.
21868
21869 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21870
21871 * subr.el (left-fringe-p): New function.
21872
21873 * progmodes/compile.el (compilation-setup): Set local value of
21874 overlay-arrow-string to "" always.
21875 (compilation-set-window): Left fringe then don't scroll.
21876 No left fringe then no arrow and scroll message to top.
21877 (compilation-context-lines): Adjust doc string accordingly.
21878
21879 2005-05-16 Kim F. Storm <storm@cua.dk>
21880
21881 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21882 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21883 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21884 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21885 (ido-read-file-name): Handle commands with ido property value
21886 equal to find-file as reading a file name, to allow C-d to enter dired.
21887 (ibuffer-find-file): Add ido property with value find-file.
21888
21889 2005-05-15 Kim F. Storm <storm@cua.dk>
21890
21891 * subr.el (open-network-stream-nowait): Remove.
21892 (open-network-stream-server): Remove.
21893
21894 2005-05-15 Richard M. Stallman <rms@gnu.org>
21895
21896 * faces.el (describe-face): Output a definition link button.
21897
21898 * help-mode.el (help-face-def): New button type.
21899
21900 * emacs-lisp/copyright.el (copyright-fix-years):
21901 Match properly if the first year is 2-digit.
21902 Don't mess up the whitespace after the years by filling.
21903
21904 * dired-aux.el (dired-mark-confirm):
21905 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21906
21907 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21908 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21909 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21910
21911 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21912 Set font-lock-comment-start-skip.
21913
21914 * font-lock.el (font-lock-comment-start-skip): New variable.
21915 (font-lock-comment-end-skip): New variable.
21916 (font-lock-fontify-syntactically-region): Use them if non-nil.
21917
21918 2005-05-15 Jay Belanger <belanger@truman.edu>
21919
21920 * calc/calc-store.el (calc-store-value): Return a string rather
21921 than display it as a message.
21922 Use calc-var-name for variable name.
21923 (calc-store-into): Add the result of calc-store-value to message.
21924 (calc-copy-variable): Add a message.
21925 (calc-store-exchange): Improve error messages.
21926 (calc-store-binary, calc-store-map): Don't reset the values of
21927 special constants.
21928
21929 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21930
21931 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21932 manual to docstring.
21933
21934 * files.el (hack-local-variables-confirm): Add STRING argument.
21935 Make the function handle non file visiting buffers correctly.
21936 (hack-local-variables-prop-line, hack-local-variables)
21937 (hack-one-local-variable): Use STRING arg of
21938 `hack-local-variables-confirm'.
21939
21940 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21941
21942 Sync with Tramp 2.0.49.
21943
21944 * net/tramp.el (tramp-handle-dired-call-process)
21945 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21946 because the contents of the Tramp buffer is changed before
21947 insertion (`expand-file' and alike).
21948 (tramp-handle-insert-directory): If `localname' has an empty
21949 nondirectory name, it must not be quoted.
21950 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21951 variable `tramp-chunksize'. Change callees.
21952 (tramp-open-connection-setup-interactive-shell): Check remote host
21953 for buggy `send-process-string' implementation.
21954 Set `tramp-chunksize' if found. Reported by Michael Kifer
21955 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21956 (tramp-handle-shell-command): `insert-buffer' cannot be used
21957 because the contents of the Tramp buffer is changed before
21958 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21959 <frederic.bothamy@free.fr>.
21960 (tramp-set-auto-save): Actions should be done for Tramp file name
21961 handler only. Ange-FTP has its own auto-save mechanism.
21962 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21963 (tramp-set-auto-save-file-modes): Set file modes of
21964 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21965 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21966 (tramp-bug): Remove obsolete variable.
21967 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21968 for presence of `mml-mode'. Make it running for older Emacsen as well.
21969
21970 2005-05-14 John Paul Wallington <jpw@pobox.com>
21971
21972 * ibuf-ext.el (define-ibuffer-filter filename):
21973 If `dired-directory' is a list, use its car.
21974
21975 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21976
21977 * ibuffer.el (define-ibuffer-column filename):
21978 If `dired-directory' is a list, use its car.
21979
21980 2005-05-14 Richard M. Stallman <rms@gnu.org>
21981
21982 * subr.el (symbol-file): Doc fix.
21983
21984 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21985 (byte-compile-form): Call byte-compile-nogroup-warn.
21986 (byte-compile-warning-types): Doc fix.
21987
21988 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21989
21990 * progmodes/cc-engine.el (c-literal-faces):
21991 Add font-lock-comment-delimiter-face.
21992
21993 * net/net-utils.el (dig): Use with-no-warnings.
21994
21995 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21996 (sc-recite-frame-alist, sc-default-cite-frame)
21997 (sc-default-uncite-frame, sc-default-recite-frame)
21998 (sc-attrib-selection-list, sc-rewrite-header-list):
21999 Mark as risky-local-variable.
22000
22001 * international/ogonek.el (ogonek-jak, ogonek-how):
22002 Don't use beginning-of-buffer.
22003
22004 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22005
22006 * calendar/solar.el (solar-data-list): Move definition up.
22007
22008 * dnd.el (dnd-protocol-alist): Add autoload.
22009
22010 * progmodes/sh-script.el: Many doc usage fixes.
22011 (sh-indent-after-do): Change default to match common styles.
22012
22013 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22014
22015 * files.el (interpreter-mode-alist)
22016 (auto-mode-interpreter-regexp): Doc fixes.
22017
22018 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22019
22020 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22021
22022 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22023
22024 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22025
22026 * dired.el (dired-mode): make-variable-buffer-local =>
22027 make-local-variable.
22028
22029 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22030
22031 * term/mac-win.el (mac-select-convert-to-string): Try coding
22032 systems in mac-script-code-coding-systems if specified one cannot
22033 encode string for `com.apple.traditional-mac-plain-text'.
22034
22035 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22036
22037 * progmodes/make-mode.el (makefile-targets-face)
22038 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22039 (makefile-dependency-regex): Fix it to not make the colon in
22040 $(var:a=b) special.
22041 (makefile-rule-action-regex): New regexp for highlighting embedded
22042 Shell strings.
22043 (makefile-macroassign-regex): Handle != for highlighting as
22044 embedded Shell strings.
22045 (makefile-var-use-regex): New const.
22046 (makefile-statements, makefile-automake-statements)
22047 (makefile-gmake-statements, makefile-makepp-statements)
22048 (makefile-bsdmake-statements): New consts.
22049 (makefile-make-font-lock-keywords): New function.
22050 (makefile-automake-font-lock-keywords)
22051 (makefile-gmake-font-lock-keywords)
22052 (makefile-makepp-font-lock-keywords)
22053 (makefile-bsdmake-font-lock-keywords): New consts.
22054 (makefile-mode-map): Add switchers between the various submodes.
22055 (makefile-mode): Document the availability of the variants.
22056 (makefile-automake-mode, makefile-gmake-mode)
22057 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22058
22059 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22060 new variants of makefile-mode.
22061
22062 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22065 the inheritance.
22066
22067 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22068
22069 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22070 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22071
22072 * files.el (normal-mode): Extend the scope of the
22073 `enable-local-variables' binding to include the `set-auto-mode' call.
22074 (magic-mode-alist): Doc fix.
22075
22076 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22077
22078 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22079 font-lock-comment-face rather than copying its setting.
22080
22081 2005-05-12 Andreas Schwab <schwab@suse.de>
22082
22083 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22084
22085 2005-05-12 Lute Kamstra <lute@gnu.org>
22086
22087 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22088 defcustom for the mode hook variable. Delete the last argument.
22089 * generic-x.el: Fix callers of define-generic-mode.
22090 (generic-x-modes): Delete group.
22091 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22092 generic-x customization group.
22093
22094 2005-05-12 Kim F. Storm <storm@cua.dk>
22095
22096 * font-lock.el (font-lock-negation-char-face): Default to "off".
22097
22098 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22099 font-lock-negation-char-face to ! in !=.
22100
22101 2005-05-12 Masatake YAMATO <jet@gyve.org>
22102
22103 * add-log.el (find-change-log): Fix typos in the docstring
22104 of function.
22105
22106 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22107
22108 * international/latexenc.el (latexenc-find-file-coding-system):
22109 Avoid `re-search-forward' when looking for input encoding because
22110 of speed and safety. Better regular expressions for recognizing
22111 input encoding. Limit a search for TeX-master/tex-main-file to
22112 the local variable section.
22113
22114 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22115
22116 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22117 syntax of $ to "'" (quote).
22118
22119 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22120
22121 * dnd.el (dnd-protocol-alist): Improve custom type.
22122
22123 * dired.el (dired-dnd-protocol-alist): New variable.
22124 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22125 `dired-mode-hook' to the end.
22126
22127 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22128
22129 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22130 comment-end if comment-start-skip is not set.
22131 Obey the font-lock-comment-delimiter-face variables.
22132
22133 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22134
22135 * files.el (executable-find): Move from executable.el. Use
22136 locate-file.
22137 * progmodes/executable.el (executable-find): Move to files.el.
22138
22139 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22140 when trying to ensure forward progress.
22141
22142 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22143
22144 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22145 (mouse-select, mouse-select-internal, mouse-extend-internal):
22146 Use it to implement mouse-1-click-follows-link functionality.
22147
22148 2005-05-11 Richard M. Stallman <rms@gnu.org>
22149
22150 * font-lock.el (font-lock-fontify-syntactically-region):
22151 Use font-lock-comment-delimiter-face for comment delimiters.
22152
22153 2005-05-10 Jay Belanger <belanger@truman.edu>
22154
22155 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22156 preserving embedded modes.
22157
22158 2005-05-10 Richard M. Stallman <rms@gnu.org>
22159
22160 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22161
22162 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22163 Move from ada-stmt.el.
22164 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22165
22166 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22167 Move to ada-mode.el.
22168 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22169
22170 * cus-edit.el (custom-file): Call file-chase-links.
22171
22172 * files.el (read-directory-name): Fix previous change.
22173 (hack-local-variables-confirm): New function.
22174 (hack-local-variables-prop-line, hack-local-variables)
22175 (hack-one-local-variable): Use it.
22176
22177 2005-05-10 Lute Kamstra <lute@gnu.org>
22178
22179 * font-lock.el (font-lock-keywords-alist)
22180 (font-lock-removed-keywords-alist): Clarify docstrings.
22181
22182 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22183
22184 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22185 (gdb-source-info): Check for preprocessor info.
22186 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22187 a macro for a function.
22188 (gdb-info-breakpoints-custom): Try to find file again if not already
22189 found (user might have used GDB dir command).
22190 (gdb-get-location): Update gdb-location-alist correctly for change
22191 to gdb-info-breakpoints-custom.
22192
22193 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22194 (gud-tooltip-print-command): Add gdbmi case.
22195 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22196 preprocessor info.
22197
22198 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22199
22200 * startup.el (fancy-splash-insert): Fix typo in doc string.
22201
22202 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22203
22204 * obsolete/float.el (string-to-float):
22205 * obsolete/hilit19.el (hilit-add-pattern):
22206 * obsolete/rnews.el (news-parse-range, news-select-message)
22207 (news-get-pruned-list-of-files): Replace `string-to-int' by
22208 `string-to-number'.
22209
22210 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22211 `find-file-not-found-hooks'; use `add-hook'.
22212 (uncompress-while-visiting): Set `write-file-functions', not
22213 `write-file-hooks'; use `add-hook'.
22214
22215 2005-05-09 Kim F. Storm <storm@cua.dk>
22216
22217 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22218 (cua-paste): Handle clipboard action.
22219 (cua--init-keymaps): Remap clipboard-kill-region and
22220 clipboard-kill-ring-save.
22221
22222 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22223
22224 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22225 Improve commentary.
22226
22227 * simple.el (next-error-overlay-arrow-position): Revert the change
22228 made on 2005-04-30.
22229
22230 2005-05-07 Jay Belanger <belanger@truman.edu>
22231
22232 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22233 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22234 `calc-sel-reselect'.
22235
22236 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22237 Calc is in embedded mode.
22238
22239 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22240
22241 * progmodes/compile.el (compilation-setup):
22242 Set overlay-arrow-string to an empty string on text terminals.
22243
22244 * textmodes/ispell.el (ispell-program-name): Try looking for
22245 "aspell" along exec-path, and if found, use it as the default
22246 speller program.
22247
22248 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22249
22250 * international/mule.el (sgml-xml-auto-coding-function):
22251 Recognize encoding='FOO' in single quotes as well as in double quotes.
22252
22253 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22254
22255 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22256 as well as `interactive', so that defmacro* would recognize
22257 `declare' forms.
22258
22259 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22260
22261 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22262 Explain more about the LIGHTER arg's usage in the doc string.
22263 Add commentary to clarify what the code does. Fix the regexp that
22264 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22265 since it could have characters special to regular expressions.
22266
22267 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22268
22269 * replace.el (occur-1): Bind inhibit-read-only so that
22270 erase-buffer doesn't barf on read-only text properties (likewise
22271 for add-text-properties in occur-engine). Mark buffer as unmodified.
22272 (occur-engine): Don't set buffer-read-only here.
22273
22274 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22275
22276 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22277 list-buffers-directory. This caused the *cvs-commit* buffer to be
22278 sometimes mistakenly reused as a *cvs* buffer.
22279
22280 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22281
22282 * tooltip.el: Move code for GUD tooltips into gud.el.
22283 (require): CL no longer needed to compile case.
22284 (tooltip-mode): Do not toggle functions for GUD tooltips.
22285 (tooltip-gud-tips-p): Remove. Replace with minor mode
22286 gud-tooltip-mode in gud.el.
22287 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22288 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22289 tooltip-gud prefix with gud-tooltip and obsolete.
22290 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22291 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22292 (tooltip-mouse-motion): Mouse movement functions/variable.
22293 Rename in gud.el by adding gud prefix.
22294 (tooltip-gud-original-filter, tooltip-gud-dereference)
22295 (tooltip-gud-event, tooltip-toggle-gud-tips)
22296 (tooltip-gud-process-output, tooltip-gud-print-command)
22297 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22298 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22299 (gdb-tooltip-print): Move to gdb-ui.el.
22300
22301 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22302 (require): CL needed to compile case.
22303 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22304 tooltip-gud-tips-p. Make it a minor-mode.
22305 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22306 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22307 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22308 (gud-tooltip-change-major-mode)
22309 (gud-tooltip-activate-mouse-motions-if-enabled)
22310 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22311 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22312 (gud-tooltip-original-filter, gud-tooltip-dereference)
22313 (gud-tooltip-event, tooltip-toggle-gud-tips)
22314 (gud-tooltip-process-output, gud-tooltip-print-command)
22315 (gud-tooltip-tips): Move from tooltip.el.
22316
22317 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22318 (gdb-cpp-define-alist-flags): Doc fix.
22319 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22320 gud-tooltip-mode is t.
22321
22322 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22323
22324 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22325 evaporate if their text is deleted.
22326 (goto-address-at-point): Make it work as a mouse binding as well.
22327 (goto-address-at-mouse): Obsolete it. Update users.
22328
22329 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22330
22331 * calendar/appt.el (top-level): No longer activate on load.
22332
22333 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22334
22335 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22336 * net/webjump.el (webjump):
22337 * progmodes/idlw-help.el (idlwave-do-context-help1)
22338 (idlwave-highlight-linked-completions):
22339 * textmodes/po.el (po-find-file-coding-system-guts):
22340 Replace `assoc-ignore-case' by `assoc-string'.
22341
22342 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22343
22344 * files.el (locate-file): Doc fix.
22345
22346 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22347 Remove the redundant test for ms-dos.
22348
22349 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22350 look for the preprocessor with exec-suffixes. If not found in
22351 standard places, look in exec-path. Remove most of the tests that
22352 used system-type.
22353
22354 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22355
22356 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22357
22358 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22359 file-name clash with jka-compr.el on 8+3 filesystems.
22360
22361 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22362
22363 * term/mac-win.el: Don't define or bind scroll bar functions if
22364 x-toolkit-scroll-bars is t.
22365 (x-select-text, x-get-selection-value): Clear
22366 x-last-selected-text-clipboard if x-select-enable-clipboard is
22367 nil.
22368 (PRIMARY): Put mac-scrap-name property.
22369 (mac-select-convert-to-file-url): New function.
22370 (public.file-url): New selection target type. Add to
22371 selection-converter-alist.
22372 (x-get-selection, x-selection-value): Handle it.
22373 (x-cut-buffer-or-selection-value): New alias.
22374
22375 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22376
22377 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22378 entry to avoid calling bibtex-find-entry with arg global
22379 being t. Remove arg key.
22380 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22381 (bibtex-copy-summary-as-kill): Change accordingly.
22382
22383 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22384
22385 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22386 (org-agenda-date-later): Use with-current-buffer.
22387
22388 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22389
22390 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22391 (define-obsolete-variable-alias): Doc Fixes.
22392
22393 2005-05-06 Kim F. Storm <storm@cua.dk>
22394
22395 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22396 vertical-motion when selective-display is active.
22397
22398 * ido.el (ido-setup-hook): New hook.
22399 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22400 (ido-input-stack): New var.
22401 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22402 ido-next-work-file binding to M-O.
22403 Bind M-f to ido-wide-find-file-or-pop-dir.
22404 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22405 (ido-read-internal): Run ido-setup-hook.
22406 Catch quit in read-file-name and read-string to cancel edit.
22407 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22408 Automatically pop-all when completing a directory name (RET).
22409 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22410 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22411 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22412 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22413 New functions for M-b/M-f to move among the directory components.
22414 (ido-make-merged-file-list): Catch quit to cancel merge.
22415 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22416 (ido-completion-help): No warnings for ido-completion-buffer-full.
22417
22418 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22419
22420 * font-lock.el (font-lock-negation-char-face): New face and variable.
22421 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22422 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22423 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22424 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22425
22426 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22427
22428 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22429 Fix typo in docstring.
22430
22431 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22432 (ebrowse-print-statistics-line)
22433 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22434
22435 * term/w32-win.el (image-library-alist): Add additional name for
22436 Xpm library.
22437
22438 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22439
22440 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22441 use gcc instead of cpp.
22442
22443 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22444 (gdb-create-define-alist): Use it.
22445 (gdb-cpp-define-alist-program): Update for MS-DOS.
22446
22447 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22448
22449 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22450
22451 2005-05-04 Richard M. Stallman <rms@gnu.org>
22452
22453 * help.el (describe-key): No error when UNTRANSLATED is nil.
22454
22455 * simple.el (line-move-1): Fix previous change to signal errors
22456 appropriately.
22457
22458 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22459
22460 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22461 (icalendar-duration-correction): Remove.
22462 (icalendar--get-event-properties): Split result at commas.
22463 (icalendar--decode-isoduration): New optional argument
22464 DURATION-CORRECTION.
22465 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22466 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22467 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22468 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22469 (icalendar--convert-anniversary-to-ical): New functions, extracted
22470 from icalendar-export-region, with bug fixes.
22471 (icalendar-export-region): Use the above functions.
22472 (icalendar-import-buffer): Check before saving diary file.
22473 (icalendar--convert-recurring-to-diary)
22474 (icalendar--convert-non-recurring-all-day-to-diary)
22475 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22476 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22477 (icalendar--convert-ical-to-diary): Use the above functions.
22478
22479 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22480
22481 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22482 Remove these recent additions.
22483 (c-mode): Restore to before 2005-04-28.
22484
22485 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22486 recent addition.
22487
22488 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22489 (gdb-define-alist): New variables.
22490 (gdb-create-define-alist): New function.
22491 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22492 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22493 with string-to-number.
22494 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22495
22496 * progmodes/gud.el: Replace string-to-int with string-to-number.
22497 (gud-find-file): Handle gdb-define-alist.
22498
22499 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22500
22501 2005-05-02 Jay Belanger <belanger@truman.edu>
22502
22503 * calc/calc-aent.el (math-read-token):
22504 * calc/calc-bin.el (calc-word-size):
22505 * calc/calc-ext.el (calc-read-number-fancy):
22506 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22507 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22508 * calc/calc-frac.el (calc-over-notation):
22509 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22510 (calc-graph-num-points, calc-graph-init):
22511 * calc/calc-prog.el (calc-read-parse-table-part)
22512 (calc-edit-macro-repeats):
22513 * calc/calc-yank.el (calc-do-grab-rectangle):
22514 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22515 Replace `string-to-int' by `string-to-number'.
22516
22517 2005-05-02 Kim F. Storm <storm@cua.dk>
22518
22519 * kmacro.el: Use executing-kbd-macro-index variable.
22520
22521 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22522
22523 * net/rlogin.el (rlogin-parse-words): Delete func.
22524 (rlogin): Use split-string, not rlogin-parse-words.
22525 Also, if there are option-like elements in the parsed args,
22526 take the host to be the first arg immediately following them.
22527 Suggested by Michael Mauger.
22528
22529 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22530
22531 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22532
22533 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22534
22535 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22536 (cc-mode-cpp-program): Rename to cc-define-list-program and
22537 move to cc-vars.el.
22538
22539 * progmodes/cc-vars.el (cc-define-list-program):
22540 Change to "gcc -E -dM -". Make customizable.
22541
22542 2005-05-02 Kim F. Storm <storm@cua.dk>
22543
22544 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22545
22546 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22547
22548 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22549
22550 * international/mule-util.el (truncate-string): Remove alias and
22551 obsolete declaration.
22552
22553 * international/mule-cmds.el (update-iso-coding-systems):
22554 Remove alias and obsolete declaration.
22555
22556 * international/mule.el (coding-system-parent): Remove alias and
22557 obsolete declaration.
22558
22559 * subr.el (define-function, sref): Remove aliases and obsolete
22560 declarations.
22561 (chars-in-region): Remove obsolete declaration.
22562
22563 2005-05-01 Richard M. Stallman <rms@gnu.org>
22564
22565 * info.el (Info-mode): Set widen-automatically to nil, locally.
22566
22567 * simple.el (widen-automatically): New variable.
22568 (pop-global-mark): Obey widen-automatically.
22569
22570 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22571
22572 * term/xterm.el (function-key-map): Call substitute-key-definition
22573 before the keymap size is increased by a lot of define-key calls.
22574
22575 2005-05-01 Richard M. Stallman <rms@gnu.org>
22576
22577 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22578 Rename ARG to ELEMENT. Doc fix.
22579
22580 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22581
22582 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22583 Remove references to allout-exposure/change to allout-new-exposure.
22584
22585 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22586 bytecode symbols.
22587
22588 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22589 (compiled-function-p, focus-frame, unfocus-frame):
22590 Remove aliases and obsolete declarations.
22591 Back out inadvertent changes from previous commit.
22592
22593 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22594
22595 * files.el (require-final-newline): Make Custom tags consistent
22596 with mode-require-final-newline.
22597 (mode-require-final-newline): Doc fix.
22598
22599 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 * international/latexenc.el (latexenc-find-file-coding-system):
22602 Fix regular expressions.
22603
22604 2005-05-01 David Kastrup <dak@gnu.org>
22605
22606 * international/latexenc.el (latexenc-find-file-coding-system):
22607 Fix regular expressions.
22608
22609 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22610
22611 * subr.el (string-to-int): Make obsolete.
22612
22613 2005-04-30 Richard M. Stallman <rms@gnu.org>
22614
22615 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22616
22617 * loadup.el: load jka-comp-hook.
22618
22619 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22620 (jka-compr-handler): Add autoload. `put' calls moved
22621 to jka-comp-hook.el.
22622 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22623 (jka-compr-inhibit): Autoload.
22624
22625 * jka-comp-hook.el: New file.
22626 Enable the mode by default.
22627
22628 * files.el (backup-buffer-copy): Use copy-file instead
22629 of write-region, and put back the 'excl.
22630
22631 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22632
22633 * progmodes/flymake.el (flymake-split-string)
22634 (flymake-split-string, flymake-log, flymake-pid-to-names)
22635 (flymake-reg-names, flymake-get-source-buffer-name)
22636 (flymake-unreg-names, flymake-add-line-err-info)
22637 (flymake-add-err-info): Clarify docstrings.
22638 (flymake-popup-menu, flymake-make-emacs-menu)
22639 (flymake-make-xemacs-menu): Add docstrings.
22640 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22641 Set variables directly throughout.
22642
22643 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22644
22645 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22646 exists. Initialize cc-define-alist.
22647 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22648 If there is no file (Macroexpansion) don't create an alist.
22649
22650 2005-04-29 Sam Steingold <sds@gnu.org>
22651
22652 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22653 (cc-create-define-alist): Use it instead of the hard-coded string.
22654
22655 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22658 for latexenc.
22659
22660 2005-04-29 Lute Kamstra <lute@gnu.org>
22661
22662 * emacs-lisp/generic.el: Improve commentary section.
22663 (define-generic-mode): Improve docstring.
22664
22665 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22666
22667 * textmodes/org.el (many places): Change to quiet the byte compiler.
22668 (org-prefix-format-compiled): New variable.
22669 (org-compile-prefix-format): New function.
22670 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22671 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22672 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22673 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22674 consistency with entries from `org-mode' files.
22675 (org-get-time-of-day): Fix bug with partial matches early in a line.
22676 (org-non-link-chars): New constant.
22677 (org-link-regexp): Respect `org-non-link-chars'.
22678 (org-agenda-day-view): Remove command.
22679 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22680 (org-follow-bbdb-link, org-store-link): Search also company field.
22681 (org-highlight-overlay): New variable.
22682 (org-highlight, org-unhighlight): New functions.
22683 (org-agenda-mode): Add pre-command-hook to remove highlight.
22684 (org-evaluate-time-range): Behavior depends upon whether time stamp
22685 contains a time or not.
22686 (org-show-subtree, org-show-entry): New functions.
22687 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22688
22689 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22690
22691 * comint.el (comint-output-filter-functions): Add autoload cookie.
22692
22693 2005-04-28 Kim F. Storm <storm@cua.dk>
22694
22695 * ido.el (ido-everywhere): Fix last change.
22696
22697 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22698
22699 * international/latexenc.el: New file.
22700 * international/mule-conf.el (file-coding-system-alist): For .tex,
22701 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22702
22703 2005-04-28 Lute Kamstra <lute@gnu.org>
22704
22705 * font-lock.el (font-lock-add-keywords)
22706 (font-lock-remove-keywords): Clarify docstring.
22707 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22708 Don't start docstrings with a `*'.
22709 (font-lock-update-removed-keyword-alist): Give it a docstring.
22710
22711 * generic-x.el: Update commentary section.
22712 Only require font-lock when compiling.
22713 Define all modes conditionally.
22714 Place all generic modes in the generic-x-modes customization group.
22715 (generic-x-modes): New customization group.
22716 (generic-default-modes, generic-mswindows-modes)
22717 (generic-unix-modes, generic-other-modes): New constants.
22718 (generic-define-mswindows-modes, generic-define-unix-modes):
22719 Update docstrings. Make them obsolete.
22720 (generic-extras-enable-list): New default value. Update docstring.
22721 Improve :type. Change :set function.
22722 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22723 Fix docstring.
22724
22725 * emacs-lisp/generic.el (generic-mode-internal):
22726 Simplify font-lock-defaults.
22727 (define-generic-mode): Fix docstring.
22728
22729 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22730
22731 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22732 font-lock-face property to highlight matches.
22733
22734 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22735
22736 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22737 (cc-define-alist): New variable.
22738 (c-mode): Make it local and initialize it.
22739
22740 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22741 (gdb-exited): New function.
22742 (gdb-annotation-rules): Use it.
22743 (gdb-starting): Set gdb-active-process to t.
22744 (gdb-stopping): Amend doc string.
22745 (gdb-reset): Set gdb-active-process to nil.
22746
22747 * tooltip.el (tooltip-gud-tips): Show the associated #define
22748 directives when a C program under GDB is not executing.
22749
22750 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22753 font-lock-fontify-syntactic-keywords.
22754
22755 * font-lock.el (font-lock-default-fontify-region): Don't force
22756 parse-sexp-lookup-properties to nil.
22757
22758 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22759
22760 * man.el (man-mode-syntax-table): Set up `:' to have
22761 word-constituent syntax.
22762
22763 2005-04-27 Lute Kamstra <lute@gnu.org>
22764
22765 * novice.el (disable-command): Don't add spurious newlines to the
22766 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22767
22768 2005-04-26 Jay Belanger <belanger@truman.edu>
22769
22770 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22771 than one window before deleting window.
22772
22773 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22774
22775 * shell.el (shell-prompt-pattern): Doc fix.
22776 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22777
22778 * comint.el (comint-prompt-regexp, comint-get-old-input)
22779 (comint-use-prompt-regexp)
22780 (comint-use-prompt-regexp-instead-of-fields)
22781 (comint-replace-by-expanded-history, comint-send-input)
22782 (comint-output-filter, comint-get-old-input-default)
22783 (comint-line-beginning-position, comint-bol, comint-show-output)
22784 (comint-backward-matching-input, comint-forward-matching-input)
22785 (comint-next-prompt, comint-previous-prompt):
22786 Rename `comint-use-prompt-regexp-instead-of-fields' to
22787 `comint-use-prompt-regexp'. Keep old name as alias and declare
22788 obsolete.
22789 (comint-use-prompt-regexp): Shorten first line of doc string.
22790
22791 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22792 Set paragraph-separate buffer locally to "\\'".
22793
22794 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22795 Adapt to above name change.
22796
22797 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22798 (smbclient-prompt-regexp): Ditto.
22799
22800 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22801
22802 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22803
22804 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22805 gdb-location-list.
22806 Break lines that are over 80 characters wide.
22807
22808 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22809
22810 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22811 New fun and var, to preserve compatibility.
22812
22813 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22814
22815 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22816
22817 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22818 name to file-newer-than-file-p.
22819
22820 2005-04-26 Richard M. Stallman <rms@gnu.org>
22821
22822 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22823
22824 * progmodes/python.el (python-mode):
22825 Use new name eldoc-documentation-function.
22826
22827 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22828
22829 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22830 (eldoc-documentation-function):
22831 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22832
22833 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22834
22835 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22836
22837 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22838
22839 * term/xterm.el (function-key-map): Fix strings for
22840 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22841 {C,S,A,C-S}-{f1-f12}.
22842
22843 2005-04-26 Kenichi Handa <handa@m17n.org>
22844
22845 * international/mule-cmds.el (select-safe-coding-system):
22846 Fix previous change.
22847
22848 2005-04-26 Lute Kamstra <lute@gnu.org>
22849
22850 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22851
22852 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22853 (font-lock-comment-delimiter-face): Ditto.
22854
22855 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22856
22857 2005-04-25 Jay Belanger <belanger@truman.edu>
22858
22859 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22860 to t while inserting information; use help-mode.
22861
22862 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22863
22864 * term.el (ansi-term-color-vector): Use the xterm colors.
22865 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22866
22867 2005-04-25 Lute Kamstra <lute@gnu.org>
22868
22869 * font-core.el (font-lock-defaults): Fix docstring.
22870
22871 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22872
22873 2005-04-25 Kenichi Handa <handa@m17n.org>
22874
22875 * international/mule-cmds.el (select-safe-coding-system):
22876 Don't check consistency with coding: spec, etc if raw-text or
22877 no-conversion was found to be safe.
22878
22879 2005-04-24 Richard M. Stallman <rms@gnu.org>
22880
22881 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22882 citation markers at start of each line.
22883
22884 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22885 citation markers at start of each line.
22886
22887 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22888
22889 * files.el (mode-require-final-newline): Fix previous change.
22890 (require-final-newline): Fix type label.
22891
22892 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22893
22894 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22895 statement in buffer (broken by 2004-11-24 change).
22896
22897 2005-04-24 Kim F. Storm <storm@cua.dk>
22898
22899 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22900 and read-file-name-function values. Don't overwrite existing
22901 non-nil values if ido-mode is enabled without ido-everywhere.
22902
22903 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22904
22905 * files.el (mode-require-final-newline): Minor doc fix.
22906
22907 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22908
22909 * subr.el (syntax-after): Doc fix.
22910 (syntax-class): If argument is nil, return nil. Mask off upper 16
22911 bits, not 8 bits.
22912
22913 * files.el (mode-require-final-newline): Doc fix.
22914 (backup-buffer-copy): Fix last change.
22915
22916 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22917
22918 * term/mac-win.el: Require select. Set selection-coding-system to
22919 mac-system-coding-system. Call menu-bar-enable-clipboard.
22920 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22921 (x-select-enable-clipboard): New variables.
22922 (x-select-text, x-get-selection, x-selection-value)
22923 (x-get-selection-value, mac-select-convert-to-string)
22924 (mac-services-open-file, mac-services-open-selection)
22925 (mac-services-insert-text): New functions.
22926 (CLIPBOARD, FIND): Put mac-scrap-name property.
22927 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22928 (public.tiff): Put mac-ostype property.
22929 (selection-converter-alist): Add entries for them.
22930 (mac-application-menu-map): New keymap.
22931 (interprogram-cut-function, interprogram-paste-function): Set to
22932 x-select-text and x-get-selection-value, respectively.
22933 (split-window-keep-point): Set to t.
22934
22935 2005-04-23 Richard M. Stallman <rms@gnu.org>
22936
22937 * files.el (read-directory-name): Always pass non-nil
22938 DEFAULT-FILENAME arg to read-file-name.
22939 (backup-buffer-copy, basic-save-buffer-2): Take care against
22940 writing thru an unexpected existing symlink.
22941 (revert-buffer): In indirect buffer, revert the base buffer.
22942 (magic-mode-alist): Doc fix.
22943 (buffer-stale-function): Doc fix.
22944 (minibuffer-with-setup-hook): Avoid warning.
22945 (mode-require-final-newline): Doc and custom fix.
22946
22947 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22948
22949 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22950 use the default appearance.
22951 (font-lock-comment-delimiter-face): New face, new variable.
22952
22953 * imenu.el (imenu--generic-function): The official position of a
22954 definition is the start of the line that BEG is in.
22955
22956 * midnight.el (midnight-timer): Move defvar up.
22957
22958 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22959
22960 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22961
22962 * startup.el (command-line): Use with-no-warnings.
22963
22964 * window.el (window-size-fixed): New defvar.
22965
22966 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22967
22968 * mail/rmail.el (rmail-font-lock-keywords):
22969 Use font-lock-comment-delimiter-face.
22970
22971 * mail/sendmail.el (mail-font-lock-keywords):
22972 Use font-lock-comment-delimiter-face.
22973
22974 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22975
22976 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22977
22978 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22979 Specify t for LAXMATCH when matching directories.
22980 Save match data around compilation-compat-error-properties form.
22981
22982 2005-04-23 David Kastrup <dak@gnu.org>
22983
22984 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22985 Mention that the autoloaded aliases should be kept for AUCTeX.
22986
22987 2005-04-23 Andreas Schwab <schwab@suse.de>
22988
22989 * isearch.el (isearch-forward): Doc fix.
22990
22991 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22992
22993 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22994 (jit-lock-stealth-nice): Change default value to 0.5.
22995
22996 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22997
22998 * abbrev.el (write-abbrev-file): Write table entries in
22999 alphabetical order by table name.
23000
23001 2005-04-22 Kim F. Storm <storm@cua.dk>
23002
23003 * ido.el (ido-read-internal): Fix `list' completion.
23004
23005 2005-04-22 Kenichi Handa <handa@m17n.org>
23006
23007 * recentf.el (recentf-save-file-coding-system): New variable.
23008 (recentf-save-list): Encode the file by
23009 recentf-save-file-coding-system and add coding: tag.
23010
23011 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23012
23013 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23014
23015 2005-04-21 Lute Kamstra <lute@gnu.org>
23016
23017 * loadhist.el (unload-feature): Don't remove a function from hooks
23018 if it is about to be restored to an autoload . Remove functions
23019 that will become unbound from auto-mode-alist. Simplify the code.
23020
23021 * subr.el (assq-delete-all): New implementation that is linear,
23022 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23023 (rassq-delete-all): New function.
23024
23025 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23026 Add size-indication-mode.
23027
23028 2005-04-21 Kenichi Handa <handa@m17n.org>
23029
23030 * international/mule-cmds.el: Add autoload for widget-value in
23031 eval-when-compile.
23032
23033 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23034
23035 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23036 Add tooltip-mode.
23037
23038 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23039
23040 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23041
23042 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23043 (inferior-lisp-filter-regexp, inferior-lisp-program)
23044 (inferior-lisp-load-command, inferior-lisp-prompt)
23045 (inferior-lisp-mode-hook, lisp-source-modes)
23046 (inferior-lisp-load-hook): defvar->defcustom.
23047 (inferior-lisp-program, inferior-lisp-prompt)
23048 (inferior-lisp-load-hook): Doc fixes.
23049 (inferior-lisp-install-letter-bindings): Small change in
23050 introductory comment.
23051
23052 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23053
23054 * vc.el (vc-annotate-color-map): Change some colors so that text
23055 using them as foreground is readable on both white and black
23056 backgrounds.
23057
23058 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23059
23060 * international/mule-conf.el (translation-table-for-input):
23061 Remove redundant declaration.
23062
23063 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23064
23065 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23066
23067 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23068 (tooltip-toggle-gud-tips): New function.
23069
23070 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23071
23072 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23073 right angle brackets.
23074
23075 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23076
23077 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23078
23079 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23082 Remove. Update callers to use expand-file-name instead.
23083
23084 * subr.el (syntax-class): New function.
23085
23086 * simple.el (blink-matching-open): Use it.
23087
23088 * paren.el (show-paren-function): Use it to recognize parens that are
23089 also used in 2-char comment markers.
23090
23091 2005-04-19 Lute Kamstra <lute@gnu.org>
23092
23093 * loadhist.el (unload-feature): Update for new format of
23094 load-history. Simplify the code.
23095
23096 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23097
23098 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23099 (mac-add-charset-info): New function. Initialize variable
23100 mac-charset-info-alist using it.
23101 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23102 for translation.
23103 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23104 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23105 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23106 New CCL programs.
23107
23108 2005-04-19 Kim F. Storm <storm@cua.dk>
23109
23110 * simple.el (next-buffer, prev-buffer, next-error)
23111 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23112 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23113
23114 * bindings.el (next-buffer, prev-buffer, next-error)
23115 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23116 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23117 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23118 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23119
23120 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23121
23122 * isearch.el (isearch-edit-string): Make the search-ring available for
23123 minibuffer history commands.
23124 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23125 the default history commands now work just as well.
23126 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23127
23128 2005-04-18 Kim F. Storm <storm@cua.dk>
23129
23130 * emulation/cua-base.el (cua--pre-command-handler): Add more
23131 elaborate check for shift modifier on non-window systems.
23132
23133 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23134
23135 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23136
23137 2005-04-18 Kim F. Storm <storm@cua.dk>
23138
23139 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23140 and make it optional. Don't test tooltip-gud-echo-area here.
23141 (tooltip-gud-process-output, gdb-tooltip-print):
23142 Pass tooltip-gud-echo-area to tooltip-show.
23143 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23144
23145 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23146
23147 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23148 `display-graphic-p' may not be bound yet.
23149
23150 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23151
23152 * startup.el (command-line): No longer enable Xterm Mouse mode by
23153 default in terminals compatible with xterm.
23154
23155 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23156
23157 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23158
23159 * tooltip.el (tooltip-gud-echo-area): Rename from
23160 tooltip-use-echo-area.
23161 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23162 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23163 area independently of where help tooltips are displayed.
23164
23165 2005-04-17 David Kastrup <dak@gnu.org>
23166
23167 * cus-theme.el (custom-theme-write-variables): Quote variables
23168 where necessary.
23169
23170 2005-04-17 Richard M. Stallman <rms@gnu.org>
23171
23172 * simple.el (yank-excluded-properties): Add follow-link to value.
23173
23174 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23175
23176 * startup.el (fancy-splash-max-time): Just 30 seconds.
23177 (fancy-splash-delay): Just 7.
23178 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23179
23180 * loadhist.el (unload-feature): Update for new format of load-history.
23181 Simplify the code.
23182
23183 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23184 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23185
23186 * mail/sendmail.el (mail-font-lock-keywords):
23187 Don't fontify subject text.
23188 Don't fontify the text of a citation.
23189
23190 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23191
23192 * comint.el (comint-output-filter): Run comint-output-filter-functions
23193 with point where the user had it.
23194
23195 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23196
23197 * international/ucs-tables.el (ucs-set-table-for-input):
23198 Disable when using unify-on-decoding.
23199
23200 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23201
23202 * emulation/cua-base.el (cua-global-mark-face): Add special case
23203 for displays supporting a high number of colors.
23204
23205 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23206
23207 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23208
23209 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23210
23211 * filesets.el (filesets-add-buffer): If user supplies a name of a
23212 non-existing fileset, create a new fileset.
23213
23214 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23215
23216 * textmodes/org.el (org-up-heading-all): Fix bug with
23217 `outline-up-heading-all'.
23218
23219 2005-04-16 Andreas Schwab <schwab@suse.de>
23220
23221 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23222 /etc/permissions.d/* and /etc/aliases.d/*.
23223
23224 2005-04-16 Kenichi Handa <handa@m17n.org>
23225
23226 * international/code-pages.el (cp-make-coding-system):
23227 Set `translation-table-for-input' property value to the symbol
23228 ucs-mule-to-mule-unicode, not to that value.
23229 (pt154): Escape guillemet by `\'.
23230
23231 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23232
23233 * loadup.el: Load tooltip if x-show-tip is fboundp.
23234
23235 * startup.el (command-line): Add comment.
23236
23237 * tooltip.el (tooltip-mode): Specify correct standard value for
23238 Custom in init-value.
23239
23240 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23241
23242 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23243 possible.
23244
23245 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23246
23247 * textmodes/org.el (org-agenda-date-prompt): Rename from
23248 `org-agenda-date-today'.
23249 (org-evaluate-time-range): Insert at point instead of directly
23250 after time range.
23251 (org-first-headline-recenter, org-subtree-end-visible-p)
23252 (org-optimize-window-after-visibility-change): New functions
23253 (org-agenda-post-command-hook): Don't allow point at end of line,
23254 to make sure it always hits the text properties.
23255 (org-agenda-next-date-line, org-agenda-previous-date-line):
23256 New commands.
23257 (org-set-regexps-and-options): Category may contain white space.
23258 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23259 Improve marker positions.
23260 (org-agenda-new-marker): Argument POS made optional.
23261 (org-agenda-get-timestamps): Deadlines which are done are listed
23262 in org-done-face now.
23263 (org-agenda-get-todos, org-agenda-get-timestamps)
23264 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23265 Set `undone-face' and `done-face' properties.
23266 (org-last-todo-state-is-todo): New variable.
23267 (org-todo): Set `org-last-todo-state-is-todo'.
23268 (org-agenda-todo): Change face according to
23269 `org-last-todo-state-is-todo'. And change other lines referring to
23270 the same entry.
23271 (org-calendar-goto-agenda): New command.
23272 (org-calendar-to-agenda-key): New option.
23273 (org-startup-folded): New allowed value `content'.
23274 (org-set-regexps-and-options): Accept new value `content' for
23275 `org-startup-folded'.
23276 (org-get-current-options): Handle new value `content' for
23277 `org-startup-folded'.
23278 (org-insert-todo-heading): New command.
23279 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23280 interactively in empty file and option
23281 `org-insert-mode-line-in-empty-file' has been set.
23282 (org-agenda-todo, org-agenda-priority): Modify to use
23283 `org-agenda-change-all-lines'.
23284 (org-warning-face): Change color on dark background
23285
23286 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23287
23288 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23289 use preferences AppleLocale and AppleLanguages, and variable
23290 mac-system-locale for default locale. On Mac OS Classic, use
23291 mac-system-coding-system for default coding systems.
23292
23293 * term/mac-win.el: Don't set file-name-coding-system.
23294 Decode variables system-name, emacs-build-system, user-login-name, and
23295 user-full-name by mac-system-coding-system on Mac OS Classic.
23296 (mac-system-coding-system): New variable.
23297
23298 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23299
23300 * startup.el (command-line): Handle `xterm-mouse-mode' before
23301 reading init file.
23302
23303 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23304
23305 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23306
23307 * progmodes/sh-script.el (sh-here-document-word): Make it a
23308 defcustom. Doc fix.
23309 (sh-add): Bash uses $(( )) for arithmetic.
23310 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23311 (sh-maybe-here-document): Remove quotes and leading whitespace
23312 from heredoc word when closing. Indent heredoc with tabs if word
23313 starts with "-".
23314
23315 2005-04-13 Richard M. Stallman <rms@gnu.org>
23316
23317 * simple.el (undo): Fix previous change.
23318
23319 * custom.el (defface): Doc fix.
23320
23321 2005-04-13 Lute Kamstra <lute@gnu.org>
23322
23323 * Makefile.in (DONTCOMPILE): Remove list.
23324 (compile, compile-always): Don't use DONTCOMPILE.
23325 (update-authors): Load the library in which batch-update-authors
23326 is defined.
23327 * makefile.w32-in (DONTCOMPILE): Remove list.
23328 (compile, compile-always): Fix comments.
23329 (update-authors): Load the library in which batch-update-authors
23330 is defined.
23331
23332 * generic-x.el (generic-mode-ini-file-find-file-hook):
23333 Rename to ini-generic-mode-find-file-hook.
23334 Keep generic-mode-ini-file-find-file-hook as an alias.
23335 (ini-generic-mode-find-file-hook): Rename from
23336 generic-mode-ini-file-find-file-hook. Fix docstring.
23337 (ini-generic-mode): Docstring change.
23338 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23339
23340 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23341 called from lisp.
23342
23343 * generic.el: Move to the emacs-lisp subdir.
23344
23345 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23346
23347 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23348 and C-S- function and cursor motion keys.
23349
23350 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23351
23352 * startup.el (command-line): Enable Xterm Mouse mode by default.
23353 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23354 for Custom. No longer show "Mouse" in mode line when enabled.
23355 Doc fix.
23356
23357 2005-04-12 Kim F. Storm <storm@cua.dk>
23358
23359 * emulation/cua-base.el (cua-rectangle-face)
23360 (cua-rectangle-noselect-face): Define face attributes here.
23361
23362 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23363
23364 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23365
23366 * startup.el (command-line): Turn off blinking cursor if
23367 cursorBlink in resources is off or false.
23368
23369 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23370
23371 * term/mac-win.el (dnd): Require dnd.
23372 (mac-drag-n-drop): Call dnd-handle-one-url.
23373 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23374 (kTextEncodingISOLatin2): Remove constants.
23375 (mac-script-code-coding-systems): New constant.
23376 (mac-handle-language-change): New function.
23377 (special-event-map): Bind it to `language-change' event.
23378 (mac-centraleurroman, mac-cyrillic): New coding systems.
23379 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23380 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23381 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23382 encode-mac-cyrillic, respectively.
23383
23384 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23385
23386 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23387 Don't set overlay-arrow-string to "=>" as this is done
23388 globally in C now.
23389
23390 2005-04-12 Lute Kamstra <lute@gnu.org>
23391
23392 * generic-x.el (rc-generic-mode, rul-generic-mode):
23393 Fix auto-mode-alist entries.
23394 (etc-fstab-generic-mode): Tweak fontification.
23395
23396 * generic.el (generic-make-keywords-list): Fix docstring.
23397 (generic-mode-internal): Simplify generic-font-lock-keywords.
23398
23399 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23400
23401 * whitespace.el (whitespace-buffer-leading)
23402 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23403 However, fix the highlight area for the leading and
23404 trailing whitespaces to show space.
23405
23406 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23407
23408 * whitespace.el (whitespace-version): Bump to 3.5
23409
23410 (whitespace-buffer-leading, whitespace-buffer-trailing):
23411 Invert sense of the test to highlight the whitespace.
23412
23413 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23414
23415 * progmodes/gud.el (gud-display-line): GUD uses its own
23416 overlay arrow now so don't set overlay-arrow-string.
23417 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23418
23419 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23420
23421 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23422 (term-ansi-current-reverse, term-ansi-current-invisible)
23423 (term-ansi-face-already-done): Change to boolean.
23424 (term-reset-terminal, term-handle-colors-array): Handle the above
23425 vars accordingly.
23426 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23427 (term-emulate-terminal): Use the new name.
23428
23429 * faces.el (secondary-selection): Use yellow1, not yellow.
23430 (trailing-whitespace): Use red1, not red.
23431
23432 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23433
23434 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23435 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23436 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23437
23438 * cus-edit.el (dnd): New group.
23439
23440 * term/w32-win.el (dnd): Require dnd
23441 (w32-drag-n-drop): Call dnd-handle-one-url.
23442
23443 * x-dnd.el: Require dnd.
23444 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23445 Call dnd-handle-one-url.
23446 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23447 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23448 to dnd-insert-text.
23449 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23450 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23451 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23452 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23453
23454 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23455
23456 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23457
23458 * wdired.el: Doc fixes.
23459 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23460 (wdired-use-dired-vertical-movement): Rename from
23461 wdired-always-move-to-filename-beginning.
23462 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23463 (wdired-change-to-wdired-mode): Change mode name.
23464 (wdired-newline): Delete.
23465
23466 2005-04-11 Richard M. Stallman <rms@gnu.org>
23467
23468 * whitespace.el (whitespace-highlight-the-space):
23469 Don't call whitespace-unhighlight-the-space here.
23470
23471 * simple.el (undo): Record t in undo-equiv-table
23472 for the redo record made by an undo-in-region.
23473
23474 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23475
23476 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23477 (gdb-frame-inferior-io-buffer): New Functions to control
23478 display of separate IO buffer.
23479 (menu): Add them to menu-bar.
23480 (gdb-display-buffer): Check for buffer another frame.
23481 Protect GUD buffer.
23482 (gdb-setup-windows): Create IO buffer if not already there.
23483 (gdb-memory-mode): Remove purecopy noops.
23484
23485 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23486
23487 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23488 and pass to self-insert-command.
23489
23490 2005-04-11 Lute Kamstra <lute@gnu.org>
23491
23492 * generic.el: Commentary section cleanup.
23493 (generic): Delete.
23494 (generic-use-find-file-hook, generic-lines-to-scan)
23495 (generic-find-file-regexp, generic-ignore-files-regexp)
23496 (default-generic-mode, generic-mode-find-file-hook)
23497 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23498 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23499 (generic-use-find-file-hook, generic-lines-to-scan)
23500 (generic-find-file-regexp, generic-ignore-files-regexp)
23501 (default-generic-mode, generic-mode-find-file-hook)
23502 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23503
23504 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23505
23506 * bookmark.el (bookmark-write-file): Catch errors writing file.
23507 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23508
23509 2005-04-10 Richard M. Stallman <rms@gnu.org>
23510
23511 * startup.el (fancy-splash-tail): Update copyright year.
23512 (command-line): Split part of -Q into -D.
23513 (emacs-basic-display): New defvar.
23514 (fancy-splash-text): Correct name of menu item.
23515
23516 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23517
23518 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23519 lines in one node.
23520
23521 * comint.el (comint-send-input): New arg ARTIFICIAL.
23522 Callers in this file changed.
23523
23524 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23525
23526 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23527
23528 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23529
23530 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23531 `ldap-search-internal'.
23532
23533 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23534
23535 * files.el (set-auto-mode-1): Use line-end-position.
23536
23537 * international/latin-1.el:
23538 * international/latin-2.el:
23539 * international/latin-3.el:
23540 * international/latin-4.el:
23541 * international/latin-5.el:
23542 * international/latin-8.el:
23543 * international/latin-9.el: Give punctuation syntax to NBSP.
23544
23545 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23546 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23547 Use char-classes to accept non-ascii letters, accepted in some recent
23548 bibtex implementations.
23549
23550 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23551
23552 * custom.el (custom-set-minor-mode): Any non-nil value for the
23553 variable should enable the mode when set through Custom.
23554
23555 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23556
23557 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23558 TAB binding so tab-always-indent is obeyed.
23559 (vhdl-minibuffer-local-map): Move initialization into declaration.
23560 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23561 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23562 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23563 (vhdl-current-line): Use line-beginning-position.
23564 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23565 with-output-to-temp-buffer, so the current position can be recorded.
23566
23567 2005-04-10 Masatake YAMATO <jet@gyve.org>
23568
23569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23570 Add regexp for gcov.
23571
23572 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23573
23574 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23575 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23576 syntax which Emacs 20 doesn't support.
23577
23578 2005-04-09 Richard M. Stallman <rms@gnu.org>
23579
23580 * help.el (describe-key-briefly, describe-key):
23581 Replace strings as event types with "(any string)".
23582
23583 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23584
23585 * arc-mode.el (archive-mode-map): Move initialization into
23586 the declaration. Override *all* bindings of `undo'.
23587 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23588
23589 2005-04-09 Jay Belanger <belanger@truman.edu>
23590
23591 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23592
23593 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23594
23595 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23596 (xterm-register-default-colors): Update color values computation
23597 to match xterm-200.
23598
23599 2005-04-09 Kenichi Handa <handa@m17n.org>
23600
23601 * international/code-pages.el (iso-latin-7): Fix the map.
23602
23603 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23604
23605 * emacs-lisp/lisp.el (defun-prompt-regexp)
23606 (parens-require-spaces, buffer-end, end-of-defun)
23607 (insert-parentheses): Doc fixes.
23608
23609 2005-04-08 Kim F. Storm <storm@cua.dk>
23610
23611 * comint.el (comint-highlight-prompt): Fix face spec.
23612 * hi-lock.el (hi-green): Likewise.
23613
23614 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23615
23616 * cus-edit.el (custom-modified-face):
23617 * comint.el (comint-highlight-input): Fix previous changes.
23618 * term.el (term-handle-ansi-escape): Add a comment.
23619
23620 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23621
23622 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23623 in the buffer and in whitespace-highlighted-space.
23624 (whitespace-unhighlight-the-space): Simplify.
23625 (whitespace-buffer): Simplify.
23626
23627 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23628
23629 * textmodes/table.el (table-cell-face): Add special case for
23630 displays supporting a high number of colors.
23631 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23632 (vhdl-font-lock-reserved-words-face)
23633 (vhdl-speedbar-architecture-face)
23634 (vhdl-speedbar-instantiation-face)
23635 (vhdl-speedbar-architecture-selected-face)
23636 (vhdl-speedbar-instantiation-selected-face): Likewise.
23637 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23638 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23639 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23640 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23641 (ebrowse-progress-face): Likewise.
23642 * progmodes/compile.el (compilation-info-face): Likewise.
23643 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23644 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23645 * calendar/calendar.el (diary-face): Likewise.
23646 * woman.el (woman-italic-face, woman-bold-face)
23647 (woman-unknown-face): Likewise.
23648 * wid-edit.el (widget-button-pressed-face): Likewise.
23649 * whitespace.el (whitespace-highlight-face): Likewise.
23650 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23651 * pcvs-info.el (cvs-marked-face): Likewise.
23652 * info.el (info-xref): Likewise.
23653 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23654 * hilit-chg.el (highlight-changes-face)
23655 (highlight-changes-delete-face): Likewise.
23656 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23657 (hi-red-b): Likewise.
23658 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23659 * font-lock.el (font-lock-keyword-face)
23660 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23661 * cus-edit.el (custom-invalid-face, custom-modified-face)
23662 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23663 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23664 * comint.el (comint-highlight-prompt): Likewise.
23665
23666 2005-04-08 Lute Kamstra <lute@gnu.org>
23667
23668 * font-lock.el (font-lock-keywords): Docstring fixes.
23669
23670 2005-04-08 Kenichi Handa <handa@m17n.org>
23671
23672 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23673 chars are more than a limit, print " and more..." at the tail.
23674
23675 2005-04-08 Kim F. Storm <storm@cua.dk>
23676
23677 * emacs-lisp/authors.el (authors-aliases): Update list.
23678 (authors-ignored-files): New list.
23679 (authors-fixed-entries): Fix typo.
23680 (authors-renamed-files-alist): Update list.
23681 (authors-add): Check authors-ignored-files.
23682
23683 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23684
23685 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23686 optional, to ensure backward compatibility.
23687
23688 2005-04-08 Stephen Eglen <stephen@gnu.org>
23689
23690 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23691
23692 2005-04-08 Kim F. Storm <storm@cua.dk>
23693
23694 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23695
23696 * mouse.el (mouse-on-link-p): Doc fix.
23697
23698 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23699
23700 * ielm.el (ielm-prompt-read-only): Doc fix.
23701
23702 * comint.el (comint-prompt-read-only): Doc fix.
23703
23704 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23705
23706 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23707 ensure dired always handles wildcards passed to ffap.
23708 (find-file-at-point): Use it.
23709 (ffap-dired-wildcards): Doc fix.
23710
23711 2005-04-07 Juri Linkov <juri@jurta.org>
23712
23713 * simple.el (next-error-overlay-arrow-position): New defvar.
23714 Put "=>" on its property `overlay-arrow-string'. Add it to
23715 `overlay-arrow-variable-list'.
23716
23717 * progmodes/compile.el (compilation-setup):
23718 Set `next-error-overlay-arrow-position' to nil. Also set it to
23719 nil in the local hook `kill-buffer-hook'. Make local variable
23720 `overlay-arrow-string' and set it to "=>".
23721 (compilation-goto-locus): Set BOL position to
23722 `next-error-overlay-arrow-position' instead of
23723 `overlay-arrow-position'.
23724
23725 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23726 locally instead of adding it to the global hook.
23727 (Info-kill-buffer): Move up.
23728
23729 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23730
23731 * term/xterm.el (xterm-standard-colors): Update color values from
23732 xterm-200.
23733
23734 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23735
23736 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23737
23738 * fast-lock.el:
23739 * lazy-lock.el: Move them to the obsolete subdir.
23740
23741 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23742
23743 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23744 (wdired-add-replace-advice): Remove.
23745 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23746
23747 2005-04-06 Kim F. Storm <storm@cua.dk>
23748
23749 * startup.el (command-line): Add --bare-bones alias for -Q.
23750
23751 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23752
23753 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23754 create the startup fontset if a font specification ends with
23755 `mac-roman'.
23756
23757 2005-04-06 Lute Kamstra <lute@gnu.org>
23758
23759 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23760 change.
23761
23762 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23763 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23764
23765 2005-04-05 Lute Kamstra <lute@gnu.org>
23766
23767 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23768 (define-generic-mode): Ditto. Fix debug declaration.
23769
23770 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23771 Put them in the generic-x group.
23772
23773 * calendar/timeclock.el (timeclock): Doc fix.
23774
23775 * generic.el (define-generic-mode): Don't use custom-current-group.
23776 Document default :group value.
23777 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23778 (define-global-minor-mode): Don't use custom-current-group.
23779
23780 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23781
23782 * startup.el (command-line-1): Display startup-echo-area-message
23783 when fancy splash screen is in use.
23784
23785 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23786 (sh-escaped-newline): New face.
23787 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23788 newline, and use sh-escaped-newline face.
23789
23790 * progmodes/tcl.el (tcl-escaped-newline): New face.
23791 (tcl-builtin-list): New variable.
23792 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23793 newlines. Fix keywords subexpression number.
23794
23795 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23796
23797 * textmodes/org.el (org-diary-default-entry): Fix call to
23798 `add-to-diary-entry'.
23799
23800 2005-04-05 Kim F. Storm <storm@cua.dk>
23801
23802 * ediff-init.el: Use (featurep 'xemacs).
23803
23804 2005-04-05 David Ponce <david@dponce.com>
23805
23806 * cus-edit.el (face): Derive from symbol widget. Display sample
23807 of the current face on the fly.
23808 (widget-face-sample-face-get, widget-face-notify): New functions.
23809 (widget-face-value-create): Remove.
23810
23811 * wid-edit.el (widget-field-end): Temporarily remove field
23812 narrowing before to call `get-char-property'.
23813
23814 2005-04-04 Jay Belanger <belanger@truman.edu>
23815
23816 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23817 (math-read-subscripts): New variable.
23818 (math-read-preprocess-string): Process subscripts.
23819
23820 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23821
23822 * comint.el (comint-prompt-read-only): Doc fix.
23823
23824 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23825 `-1'. Doc fix.
23826
23827 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23828
23829 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23830 Change default value to nil.
23831
23832 2005-04-04 Lute Kamstra <lute@gnu.org>
23833
23834 * autorevert.el (auto-revert-mode): Specify :group.
23835 * battery.el (display-battery-mode): Specify :group.
23836 * diff-mode.el (diff-minor-mode): Specify :group.
23837 * font-core.el (font-lock-mode): Specify :group.
23838 * hl-line.el (hl-line-mode): Specify :group.
23839 * iimage.el (iimage): New customization group.
23840 (iimage-mode): Specify :group.
23841 * longlines.el (longlines-mode): Specify :group.
23842 * master.el: Don't require easy-mmode.
23843 (master): New customization group.
23844 (master-mode): Specify :group.
23845 * msb.el (msb-mode): Specify :group.
23846 * reveal.el (reveal-mode): Specify :group.
23847 * simple.el (next-error-follow-minor-mode): Specify :group.
23848 * smerge-mode.el (smerge-mode): Specify :group.
23849 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23850 * emulation/cua-base.el (cua-mode): Specify :group.
23851 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23852 * language/thai-util.el (thai-auto-composition-mode)
23853 (thai-word-mode): Specify :group.
23854 * mail/supercite.el (sc-minor-mode): Specify :group.
23855 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23856 * progmodes/flymake.el (flymake-mode): Specify :group.
23857 * progmodes/glasses.el (glasses-mode): Specify :group.
23858 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23859 * textmodes/enriched.el (enriched-mode): Specify :group.
23860 * textmodes/refill.el (refill-mode): Specify :group.
23861
23862 * add-log.el (change-log-font-lock-keywords): Names in
23863 parenthesized lists can contain spaces.
23864
23865 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23866
23867 * startup.el (fancy-splash-text): Shorten default text of
23868 "Emacs Tutorial" line. Also, if the current language env
23869 indicates an available tutorial file other than TUTORIAL,
23870 extract its title and append it to the line in parentheses.
23871 (fancy-splash-insert): If arg is a thunk, funcall it.
23872
23873 2005-04-04 Jay Belanger <belanger@truman.edu>
23874
23875 * calc.el (calc-language-alist): Add tags to customization type.
23876
23877 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23878
23879 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23880 Doc fix.
23881
23882 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23883
23884 * add-log.el (change-log-font-lock-keywords): The manual
23885 describing a Change Log entry, says: (...) "Aside from these
23886 header lines, every line in the change log starts with a space or
23887 a tab.". The font-lock was not highlighting lines started with
23888 spaces, added support for it.
23889
23890 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23891
23892 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23893 (bibtex-generate-url-list): Update docstring accordingly. Put the
23894 complex example in the docstring.
23895 (bibtex-font-lock-url): Use pop.
23896
23897 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23898
23899 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23900
23901 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23902
23903 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23904
23905 * filesets.el (filesets-set-default): Doc fix.
23906
23907 2005-04-03 Lute Kamstra <lute@gnu.org>
23908
23909 * generic.el (define-generic-mode): Add argument to specify
23910 keywords for defcustom.
23911 (default-generic-mode): Specify :group.
23912
23913 * generic-x.el: Specify :group for all generic modes.
23914
23915 * desktop.el (desktop-no-desktop-file-hook)
23916 (desktop-after-read-hook): Doc fix.
23917
23918 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23919
23920 * simple.el (visible-mode): Use explicit :group keyword.
23921 This changes the group of `visible-mode-hook' from paren-blinking
23922 to editing-basics.
23923
23924 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23925
23926 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23927 mailbox specifications as well as URLs.
23928 (rmail-insert-inbox-text): Remove unused conditional branches.
23929
23930 2005-04-01 Jay Belanger <belanger@truman.edu>
23931
23932 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23933 (calc-gnuplot-print-command): Move definitions to calc.el.
23934
23935 * calc/calc-embed.el (calc-embedded-announce-formula)
23936 (calc-embedded-open-formula, calc-embedded-close-formula)
23937 (calc-embedded-open-word, calc-embedded-close-word)
23938 (calc-embedded-open-plain, calc-embedded-close-plain)
23939 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23940 (calc-embedded-open-mode, calc-embedded-close-mode):
23941 Move definitions to calc.el.
23942
23943 * calc/calc.el (calc-settings-file, calc-language-alist):
23944 Make customizable.
23945 (calc-embedded-announce-formula, calc-embedded-open-formula)
23946 (calc-embedded-close-formula, calc-embedded-open-word)
23947 (calc-embedded-close-word, calc-embedded-open-plain)
23948 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23949 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23950 (calc-embedded-close-mode, calc-gnuplot-name)
23951 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23952 from other files and make customizable.
23953
23954 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23955
23956 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23957 Use buffer-live-p.
23958 (cvs-mode-run): Don't call cvs-update-header here.
23959 (cvs-run-process): Call cvs-update-header.
23960 Use process properties for cvs-postprocess and cvs-buffer so that
23961 the sentinel can behave better if the temp buffer is killed.
23962 Use a pipe rather than a tty, to better handle unexpected prompts.
23963 (cvs-sentinel): Rewrite. Call cvs-update-header.
23964
23965 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23966
23967 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23968 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23969
23970 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23971
23972 * generic.el (define-generic-mode): Add indentation rule.
23973
23974 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23975
23976 * files.el (mode-require-final-newline): Make Custom correctly
23977 report a nil value and allow to set it to nil via Custom.
23978 Doc fix.
23979
23980 2005-04-01 Kenichi Handa <handa@m17n.org>
23981
23982 * international/characters.el: Enable the correct case setting for
23983 dotless-i and dotted-I.
23984
23985 2005-04-01 Kim F. Storm <storm@cua.dk>
23986
23987 * ido.el (ido-file-internal): Fall back to non-ido command if
23988 initial directory is on slow ftp (or tramp) host.
23989
23990 2005-03-31 Richard M. Stallman <rms@gnu.org>
23991
23992 * emacs-lisp/autoload.el (make-autoload):
23993 Handle define-global-minor-mode.
23994
23995 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23996 Rename from easy-mmode-define-global-mode.
23997 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23998
23999 * progmodes/scheme.el (scheme-mode-syntax-table):
24000 Update syntax of | and # for two-character comment syntax.
24001
24002 2005-03-31 Lute Kamstra <lute@gnu.org>
24003
24004 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24005 (define-minor-mode): Call custom-current-group at load-time.
24006
24007 * generic.el (define-generic-mode): Add debug declaration.
24008 Add defcustom for the mode hook.
24009 (generic-mode-internal): Use run-mode-hooks.
24010
24011 2005-03-31 Kim F. Storm <storm@cua.dk>
24012
24013 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24014 (mouse-fixup-help-message): New defun called by show_help_echo
24015 to fixup mouse-2 prefix in help messages when applicable.
24016
24017 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24018
24019 2005-03-31 Kenichi Handa <handa@m17n.org>
24020
24021 * language/thai-word.el (thai-find-word-ends): Pay attention to
24022 the case that we reach the end of buffer.
24023
24024 * textmodes/fill.el (fill-text-properties-at): New function.
24025 (fill-newline): Use fill-text-properties-at instead of
24026 text-properties-at.
24027
24028 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24029
24030 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24031 not comint-quote-filename.
24032
24033 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24034
24035 * help-fns.el (help-with-tutorial): Revert last change.
24036
24037 2005-03-31 Kim F. Storm <storm@cua.dk>
24038
24039 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24040
24041 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24042
24043 * calendar/cal-china.el: Update reference to "Calendrical
24044 Calculations" book; there's a new edition.
24045 * calendar/cal-coptic.el: Likewise.
24046 * calendar/cal-french.el: Likewise.
24047 * calendar/cal-hebrew.el: Likewise.
24048 * calendar/cal-islam.el: Likewise.
24049 * calendar/cal-iso.el: Likewise.
24050 * calendar/cal-julian.el: Likewise.
24051 * calendar/cal-mayan.el: Likewise.
24052 * calendar/cal-persia.el: Likewise.
24053 * calendar/calendar.el: Likewise.
24054 * calendar/holidays.el: Likewise.
24055 * calendar/lunar.el: Likewise.
24056 * calendar/solar.el: Likewise.
24057
24058 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24059 white space from doc string.
24060
24061 2005-03-30 Jay Belanger <belanger@truman.edu>
24062
24063 * calc/calc-help.el (calc-full-help): Remove email address.
24064
24065 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24066
24067 * help-fns.el (help-with-tutorial): Delete title line.
24068
24069 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24070
24071 * calendar/cal-x.el (calendar-one-frame-setup)
24072 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24073 rather than `symbol' for set-window-dedicated-p.
24074
24075 * calendar/appt.el (appt-buffer-name): Make it a constant.
24076 (appt-add): Doc fix.
24077
24078 * filesets.el (filesets-menu-path, filesets-menu-before)
24079 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24080 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24081 (filesets-add-submenu): Delete and use add-submenu instead.
24082
24083 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24084
24085 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24086 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24087 (org-diary-default-entry): New function.
24088 (org-get-entries-from-diary): Better parsing of diary entries.
24089 (org-agenda-check-no-diary): New function.
24090 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24091 linking to diary entries.
24092 (org-agenda-execute-calendar-command): New function.
24093 (org-agenda): Improve visible section in window.
24094 Use `org-fit-agenda-window'.
24095 (org-fit-agenda-window): New option.
24096 (org-move-subtree-down): Better handling of empty lines
24097 at end of subtree.
24098 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24099 levels up.
24100 (org-fontify-done-headline): New option.
24101 (org-headline-done-face): New face.
24102 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24103 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24104 When current field is non-empty, it is copied to next row.
24105 (org-table-copy-from-above): Fix bug which made it
24106 impossible to copy fields containing only a single non-white character.
24107
24108 2005-03-30 Kim F. Storm <storm@cua.dk>
24109
24110 * kmacro.el (kmacro-end-macro): Isearch may store this command
24111 into the macro -- so ignore it when executing keyboard macro.
24112
24113 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24114
24115 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24116
24117 2005-03-29 Kenichi Handa <handa@m17n.org>
24118
24119 * language/thai.el ("Thai"): Set setup-function and exit-function
24120 for Thai language environment.
24121
24122 * language/thai-util.el: Require thai-word.
24123 (thai-word-mode-map): New variable.
24124 (thai-word-mode): New minor mode.
24125 (setup-thai-language-environment-internal): New function.
24126 (exit-thai-language-environment-internal): New function.
24127
24128 * language/thai-word.el (thai-word-table): Declare it by defvar,
24129 use dolist to initialize it.
24130 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24131 (thai-fill-find-break-point): New functions.
24132
24133 2005-03-29 Richard M. Stallman <rms@gnu.org>
24134
24135 * simple.el (idle-update-delay): Move definition up.
24136 (set-mark): Doc fix.
24137
24138 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24139
24140 * longlines.el: New file.
24141
24142 * simple.el (buffer-substring-filters): New variable.
24143 (filter-buffer-substring): New function.
24144 (kill-region, copy-region-as-kill): Use it.
24145
24146 * register.el (copy-to-register, append-to-register)
24147 (prepend-to-register): Use filter-buffer-substring.
24148
24149 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24150
24151 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24152 (gud-filter-pending-text): Move in front of gdb.
24153 (gud-overlay-arrow-position): New variable.
24154 (gud-sentinel, gud-display-line): Use it in place of
24155 overlay-arrow-position.
24156
24157 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24158
24159 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24160 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24161 (fortran-font-lock-keywords-4): New variable.
24162 (fortran-blocks-re, fortran-end-block-re)
24163 (fortran-start-block-re): New constants, for hideshow.
24164 (hs-special-modes-alist): Add a Fortran entry.
24165 (fortran-mode-map): Bind fortran-end-of-block,
24166 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24167 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24168 (fortran-looking-at-if-then, fortran-end-of-block)
24169 (fortran-beginning-of-block): New functions, for hideshow.
24170
24171 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24172 Doc fix. Tweak regexp.
24173 (f90-beginning-of-block): Push mark first.
24174
24175 2005-03-29 Jay Belanger <belanger@truman.edu>
24176
24177 * calc/calc.el: Update copyright date.
24178 (calc-version): Increase to 2.1.
24179 (calc-version-date): Remove.
24180
24181 * calc/calc-help.el: Update copyright date.
24182 (calc-full-help): Remove reference to calc-version-date.
24183 Update copyright date.
24184
24185 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * vc.el (vc-do-command): Use a pipe for async processes, so password
24188 prompts don't show up at places where the user can't reply.
24189
24190 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24191
24192 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24193 on the file name we pass to the inferior shell.
24194
24195 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24196
24197 * progmodes/which-func.el (which-function): Be robust in the face of an
24198 imenu--make-index-alist failure.
24199
24200 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24201
24202 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24203
24204 * progmodes/python.el (python-preoutput-filter): Fix last change.
24205
24206 2005-03-29 Lute Kamstra <lute@gnu.org>
24207
24208 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24209 functions and compiled macros.
24210 (debug-convert-byte-code): Handle macros too.
24211 (debug-on-entry-1): Don't signal an error when trying to clear a
24212 function that is not set to debug on entry.
24213
24214 2005-03-29 Jay Belanger <belanger@truman.edu>
24215
24216 * calc/calc-lang.el: Add functions to math-function-table
24217 properties of tex and math.
24218
24219 2005-03-29 Kenichi Handa <handa@m17n.org>
24220
24221 * ps-mule.el (ps-mule-plot-string): Translate characters by
24222 ps-print-translation-table.
24223 (ps-mule-begin-job): Call find-charset-region/string with
24224 ps-print-translation-table.
24225 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24226
24227 * ps-print.el (ps-print-translation-table): New variable.
24228 (ps-plot-region): Translate characters by ps-print-translation-table.
24229
24230 2005-03-29 Juri Linkov <juri@jurta.org>
24231
24232 * simple.el (next-error-highlight-timer): New variable.
24233
24234 * progmodes/compile.el (compilation-goto-locus):
24235 Use `next-error-highlight-timer' instead of `sit-for'.
24236
24237 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24238
24239 * mail/supercite.el (sc-mail-field): Use assoc-string.
24240 (sc-get-address): Simplify regexps.
24241
24242 * files.el (minibuffer-with-setup-hook): New macro.
24243 (find-file-read-args): Use it to avoid let-binding
24244 minibuffer-with-setup-hook (which breaks turning on/off
24245 file-name-shadow-mode while in the prompt).
24246
24247 * complete.el (PC-read-include-file-name-internal):
24248 Use test-completion.
24249
24250 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24251
24252 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24253
24254 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24255
24256 * window.el (window-buffer-height): Use count-screen-lines.
24257
24258 * progmodes/python.el (python-preoutput-leftover): New var.
24259 (python-preoutput-filter): Use it.
24260 (python-send-receive): Loop until all the result has been received.
24261
24262 2005-03-28 Juri Linkov <juri@jurta.org>
24263
24264 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24265
24266 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24267 "Recover Crashed Session".
24268 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24269 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24270 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24271 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24272 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24273 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24274 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24275 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24276
24277 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24278 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24279 Ediff Sessions", "Toggle use of separate control buffer frame",
24280 "Use separate frame for Ediff control buffer".
24281
24282 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24283 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24284 "Rename Bookmark", "Delete Bookmark".
24285
24286 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24287 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24288 Add `:active Info-index-alternatives' to "Next Matching Item".
24289
24290 * wdired.el (wdired-change-to-wdired-mode):
24291 Mention `wdired-abort-changes' key in the initial message.
24292
24293 * international/mule.el (auto-coding-alist): Associate non-ascii
24294 image filename extensions with `no-conversion'.
24295
24296 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * international/iso-acc.el:
24299 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24300
24301 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24302
24303 * textmodes/sgml-mode.el (html-mode): Doc update.
24304
24305 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24306
24307 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24308
24309 * term.el (term-move-columns): Fix face after extending a line.
24310 (term-insert-spaces): Likewise.
24311 (term-reset-terminal): Fix off by one error.
24312
24313 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24314
24315 * international/mule.el (auto-coding-alist): Add .xpi files.
24316
24317 * files.el (auto-mode-alist): Add .xpi files.
24318
24319 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24320
24321 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24322
24323 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24324
24325 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24326
24327 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24328
24329 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24330 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24331
24332 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24333 cursor to Jan 1 when needed.
24334 (calendar-end-of-year): Fix -/+ typo.
24335 Reported by Chong Yidong <cyd@stupidchicken.com>.
24336
24337 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24338
24339 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24340
24341 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24342 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24343
24344 2005-03-25 Richard M. Stallman <rms@gnu.org>
24345
24346 * filesets.el (filesets-init): Add autoload.
24347
24348 * mail/mailalias.el (mail-directory): Doc fix.
24349
24350 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24351
24352 * mail/mailalias.el (mail-directory-process): Do nothing if
24353 mail-directory-process is an atom.
24354 (mail-get-names): Ignore mail-directory-names if it is an atom.
24355 (mail-directory-process defvar): Doc fix.
24356 (mail-names): Doc fix.
24357
24358 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24359
24360 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24361
24362 2005-03-26 Kenichi Handa <handa@m17n.org>
24363
24364 * international/mule-util.el (detect-coding-with-priority):
24365 Call update-coding-systems-internal before detect-coding-region.
24366
24367 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24368
24369 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24370 (gdb-frames-mode-map): Add follow-link property.
24371
24372 2005-03-25 Jay Belanger <belanger@truman.edu>
24373
24374 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24375 for variables.
24376
24377 2005-03-25 Juri Linkov <juri@jurta.org>
24378
24379 * image-mode.el: Optimize image filename extension regexps in
24380 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24381 in `auto-mode-alist'.
24382 (image-mode): Add `image-toggle-display-text' to local hook
24383 `change-major-mode-hook'. Display the image as an image by
24384 default. Set `cursor-type' and `truncate-lines' if the image
24385 is already displayed. Take into account the current mode (image
24386 or text) in message.
24387 (image-minor-mode): New minor mode.
24388 (image-mode-maybe, image-toggle-display-text): New functions.
24389 (image-toggle-display): Use called-interactively-p.
24390 Let-bind `inhibit-read-only' to t.
24391
24392 * image-mode.el (image-minor-mode): Set `cursor-type' and
24393 `truncate-lines' if the image is already displayed. Add turning
24394 image-minor-mode off to `change-major-mode-hook'. Add message.
24395 Call `image-toggle-display-text' after turning image-minor-mode off.
24396
24397 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24398
24399 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24400 Terminal.app, use utf-8.
24401 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24402 (set-locale-environment): Use it.
24403
24404 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24405
24406 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24407
24408 * progmodes/python.el (python-close-block-statement-p)
24409 (python-outdent-p, python-current-defun): Use symbol-end.
24410
24411 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24412
24413 * files.el (save-some-buffers): Doc fix.
24414
24415 2005-03-25 Werner Lemberg <wl@gnu.org>
24416
24417 * complete.el, thumbs.el: Replace `legal' with `valid'.
24418 * calendar/calendar.el: Replace `legal' with `valid'.
24419 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24420 * mail/supercite.el: Replace `legal' with `valid'.
24421 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24422 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24423 Replace `legal' with `valid'.
24424 * textmodes/reftex-vars.el, textmodes/reftex.el:
24425 Replace `legal' with `valid'.
24426
24427 2005-03-25 Werner Lemberg <wl@gnu.org>
24428
24429 * calc/calc-forms.el, calc/calc-sel.el
24430 * midnight.el, vc-cvs.el
24431 * emacs-lisp/cl-macs.el
24432 * emulation/vip.el
24433 * eshell/esh-io.el, eshell/esh-var.el
24434 * mail/supercite.el
24435 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24436 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24437 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24438 * progmodes/sh-script.el, progmodes/xscheme.el
24439 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24440 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24441 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24442 * textmodes/reftex.el, textmodes/org.el:
24443 Replace `illegal' with `invalid'.
24444
24445 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24446
24447 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24448 (flymake-find-buildfile, flymake-find-possible-master-files)
24449 (flymake-check-include, flymake-parse-line): Replace loops over the
24450 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24451
24452 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24453 Substitute file-name-as-directory in the rest of the file.
24454 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24455 (flymake-replace-region): Remove unused arg `buffer'.
24456 (flymake-check-patch-master-file-buffer): Update calls to it.
24457 (flymake-add-err-info): Remove unused var `count'.
24458 (flymake-mode): Use define-minor-mode.
24459
24460 * progmodes/flymake.el: Use with-current-buffer.
24461 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24462 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24463 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24464 Avoid testing for `xemacs'.
24465 (flymake-nop): Move.
24466 (flymake-region-has-flymake-overlays): Return the computed value.
24467 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24468 Remove unused var `endline'.
24469 (flymake-get-line-count): Remove unused function.
24470 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24471
24472 * emulation/vi.el:
24473 * generic.el:
24474 * hilit-chg.el (global-highlight-changes):
24475 * hi-lock.el (hi-lock-mode):
24476 * follow.el: find-file-hooks -> find-file-hook.
24477
24478 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24479
24480 2005-03-24 Juri Linkov <juri@jurta.org>
24481
24482 * dired.el (dired-mode-map): Add menu item "Compare directories"
24483 for dired-compare-directories.
24484
24485 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24486 Doc fix. Replace `read-file-name' with `read-directory-name'.
24487
24488 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24489
24490 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24491
24492 2005-03-24 Jay Belanger <belanger@truman.edu>
24493
24494 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24495 relevant mode settings in calc-embedded-original-modes when modes
24496 are permanently changed.
24497
24498 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24499
24500 * autoinsert.el: find-file-hooks -> find-file-hook.
24501
24502 2005-03-24 Lute Kamstra <lute@gnu.org>
24503
24504 * generic.el (generic-font-lock-defaults): Make it obsolete.
24505 (generic-font-lock-keywords): New variable to replace
24506 generic-font-lock-defaults.
24507 (generic-mode-set-font-lock): Delete it.
24508 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24509 (generic-bracket-support): Add docstring.
24510
24511 * generic-x.el: Rename generic-font-lock-defaults to
24512 generic-font-lock-keywords throughout.
24513 (mailagent-rules-setup-function): Delete it.
24514 (mailagent-rules-generic-mode): Use anonymous function instead.
24515 (show-tabs-generic-mode-font-lock-defaults-1)
24516 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24517 Quote faces.
24518 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24519 not foreground.
24520
24521 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24522 Recognize define-generic-mode.
24523
24524 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24525
24526 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24527 if there's no completion table.
24528
24529 2005-03-23 Miles Bader <miles@gnu.org>
24530
24531 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24532 Remove tty-specific variants, as they're no longer needed.
24533
24534 2005-03-23 Lute Kamstra <lute@gnu.org>
24535
24536 * generic-x.el: Code cleanup: make args constant whenever possible.
24537 (installshield-statement-keyword-list)
24538 (installshield-system-functions-list)
24539 (installshield-system-variables-list, installshield-types-list)
24540 (installshield-funarg-constants-list): Make them constants.
24541
24542 * generic.el (generic-make-keywords-list): Add autoload cookie.
24543
24544 * calendar/time-date.el: Add comment on time value formats.
24545 Don't require parse-time.
24546 (with-decoded-time-value): New macro.
24547 (encode-time-value): New function.
24548 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24549 (days-to-time): Return a valid time value when arg is huge.
24550 (time-since): Use time-subtract.
24551 (time-to-number-of-days): Use time-to-seconds.
24552
24553 2005-03-23 David Ponce <david@dponce.com>
24554
24555 * recentf.el (recentf-keep): New option.
24556 (recentf-menu-action): Default to `find-file'.
24557 (recentf-keep-non-readable-files-flag)
24558 (recentf-keep-non-readable-files-p)
24559 (recentf-file-readable-p, recentf-find-file)
24560 (recentf-cleanup-remote): Remove.
24561 (recentf-include-p): More robust.
24562 (recentf-keep-p): New function.
24563 (recentf-remove-if-non-kept): Rename from
24564 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24565 All callers updated.
24566 (recentf-menu-items-for-commands): Fix help string.
24567 (recentf-track-closed-file): Update. Doc fix.
24568 (recentf-cleanup): Update. Count removed files. Doc fix.
24569
24570 2005-03-23 Kim F. Storm <storm@cua.dk>
24571
24572 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24573 Don't inherit from fringe face (now happens automatically).
24574
24575 2005-03-22 Kim F. Storm <storm@cua.dk>
24576
24577 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24578 position values.
24579
24580 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24581
24582 * menu-bar.el (showhide-date-time): Remove.
24583 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24584 (menu-bar-make-mm-toggle): Simplify.
24585
24586 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24587
24588 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24589 Accept qualified variable and function names.
24590
24591 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24592
24593 * bindings.el (completion-ignored-extensions):
24594 Remove ".lis" for `vax-vms'.
24595
24596 2005-03-22 Andreas Schwab <schwab@suse.de>
24597
24598 * generic-x.el: Revert last change.
24599 * ldefs-boot.el: Update.
24600
24601 2005-03-22 Jay Belanger <belanger@truman.edu>
24602
24603 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24604 (calc-embedded-save-original-modes)
24605 (calc-embedded-restore-original-modes): New functions.
24606 (calc-do-embedded): Save original modes when entering embedded mode
24607 and restore when leaving embedded mode.
24608 (calc-embedded-modes-change): Change the value of
24609 calc-embedded-original-modes to reflect permanent changes.
24610
24611 2005-03-22 Lute Kamstra <lute@gnu.org>
24612
24613 * generic-x.el: Require generic again.
24614
24615 2005-03-22 Miles Bader <miles@gnu.org>
24616
24617 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24618 Tweak details to look good on both ttys and bitmap displays, light
24619 or dark background, etc.
24620
24621 2005-03-21 Kim F. Storm <storm@cua.dk>
24622
24623 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24624 mouse position.
24625
24626 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24627
24628 * icomplete.el: Don't forcibly turn on the mode upon load.
24629 (icomplete-mode): Use define-minor-mode.
24630 (icomplete-eoinput): Default to nil.
24631 (icomplete-minibuffer-setup): Remove autoload.
24632 (icomplete-tidy): Simplify.
24633 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24634 in the initial state or if the user has modified the field.
24635 Fix handling of icomplete-max-delay-chars.
24636 Remove code that handles the oddball case where
24637 minibuffer-completion-table is an integer.
24638 Wrap icomplete-completions in while-no-input in case building
24639 completions takes more time than expected.
24640 (icomplete-completions): Simplify.
24641
24642 2005-03-21 Richard M. Stallman <rms@gnu.org>
24643
24644 * jka-compr.el (jka-compr-really-do-compress):
24645 Make variable buffer-local.
24646
24647 * image-mode.el: Handle .xpm files too.
24648 (image-toggle-display): Preserve modification flag.
24649
24650 * help.el (where-is): Don't mention aliases with no key bindings.
24651
24652 2005-03-21 Lute Kamstra <lute@gnu.org>
24653
24654 * generic.el: Fix commentary section. Don't require cl for
24655 compilation.
24656 (generic-mode-list): Add autoload cookie.
24657 (generic-use-find-file-hook, generic-lines-to-scan)
24658 (generic-find-file-regexp, generic-ignore-files-regexp)
24659 (generic-mode, generic-mode-find-file-hook)
24660 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24661 (define-generic-mode): Make it a defmacro. Fix docstring.
24662 (generic-mode-internal): Code cleanup. Add autoload cookie.
24663 (generic-mode-set-comments): Code cleanup.
24664 * generic-x.el: Don't prevent compilation. Don't require generic.
24665 Follow coding conventions. Minor code cleanup.
24666 (etc-fstab-generic-mode): Add some keywords.
24667 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24668 define-generic-mode like a function declaration.
24669
24670 2005-03-21 Jay Belanger <belanger@truman.edu>
24671
24672 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24673 changing modes.
24674
24675 2005-03-21 Sam Steingold <sds@gnu.org>
24676
24677 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24678
24679 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24680
24681 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24682 Add underscore to "f$ lexicals" regexp.
24683
24684 2005-03-20 Juri Linkov <juri@jurta.org>
24685
24686 * subr.el (progress-reporter-do-update): When `min-value' is equal
24687 to `max-value', set `percentage' to 0 and prevent division by zero.
24688
24689 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24690
24691 Sync with Tramp 2.0.48.
24692
24693 * net/tramp.el (all): Change all addresses to .gnu.org.
24694 (tramp-append-tramp-buffers): New defun.
24695 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24696 Catch `dont-send' signal.
24697 (tramp-set-auto-save-file-modes): Set always permissions, because
24698 there might be an old auto-saved file belonging to another
24699 original file. This could be a security threat. Reported by
24700 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24701 Check for Emacs 21.3.50 removed.
24702
24703 * net/tramp-smb.el (all): Remove debug construct for
24704 `with-parsed-tramp-file-name'.
24705 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24706 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24707 No error message if DIRECTORY or FILENAME doesn't exist.
24708 (tramp-smb-open-connection): Check existence of
24709 `tramp-smb-program'.
24710
24711 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24712
24713 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24714 Properly handle the case where the `m' or `s' command's argument is not
24715 yet terminated.
24716 (perl-indent-new-calculate): New function.
24717 (perl-indent-line): Use it.
24718
24719 2005-03-20 Miles Bader <miles@gnu.org>
24720
24721 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24722 in text-mode too. Change to new face names.
24723 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24724 Add `:weight bold' attribute.
24725 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24726
24727 2005-03-19 Juri Linkov <juri@jurta.org>
24728
24729 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24730
24731 * international/mule.el (auto-coding-alist): Sync with
24732 `auto-mode-alist' by adding upper case archive file extensions
24733 and adding ear/war to jar extension.
24734
24735 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24736
24737 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24738 running, restart it.
24739
24740 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24741
24742 * finder.el (finder-current-item): Throw an error on an empty line.
24743
24744 * man.el (Man-follow-manual-reference): If current-word returns
24745 nil, use "".
24746
24747 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24748
24749 * simple.el (goto-line): Doc fix.
24750
24751 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24752
24753 * files.el (save-buffer): Doc fix.
24754
24755 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24756
24757 * recentf.el (recentf-cleanup-remote): New variable.
24758 (recentf-cleanup): Use it to conditionally check availability of
24759 remote files.
24760
24761 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24762
24763 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24764 function names.
24765
24766 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24767
24768 * language/thai-word.el: New file.
24769
24770 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24771
24772 * files.el (backup-buffer): If the file's directory is not
24773 writable, use copy instead of move to backup the file.
24774
24775 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24776
24777 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24778
24779 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24780
24781 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24782 Use functionp instead of symbolp and fboundp. Reported by Drkm
24783 <darkman_spam@yahoo.fr>.
24784 (ps-print-version): New version 6.6.6.
24785
24786 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24787
24788 * textmodes/table.el (table--line-column-position): New idiom.
24789 (table--row-column-insertion-point-p): New function to test
24790 validity of row and column insertion operation at a location.
24791 (table-global-menu, table-cell-menu): Use above functions for
24792 deterministic test operation.
24793 (table--editable-cell-p): Behave in deterministic fashion.
24794
24795 2005-03-18 Juri Linkov <juri@jurta.org>
24796
24797 * isearch.el (isearch-lazy-highlight-new-loop):
24798 Make arguments beg and end optional.
24799 (isearch-update): Remove optional arguments nil from
24800 isearch-lazy-highlight-new-loop.
24801 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24802 isearch-lazy-highlight-case-fold-search instead of
24803 isearch-case-fold-search, and let-bind isearch-regexp to
24804 isearch-lazy-highlight-regexp.
24805 Use isearch-lazy-highlight-last-string instead of isearch-string.
24806
24807 * replace.el (perform-replace): Remove bindings of global
24808 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24809 Add three new arguments to `replace-highlight'.
24810 (replace-highlight): Add arguments string, regexp, case-fold.
24811 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24812 to allow isearch-lazy-highlight-new-loop to use these values
24813 to set corresponding isearch-lazy-highlight-* internal
24814 variables whose values lazy highlighting will use regardless of
24815 changes to global variables isearch-string, isearch-regexp,
24816 isearch-case-fold-search during lazy highlighting loop.
24817 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24818 to `lazy-highlight-cleanup'.
24819
24820 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24821 (ispell-highlight-face): Set default face to `isearch' when
24822 lazy highlighting is enabled.
24823 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24824 priority to 1. Add lazy highlighting.
24825 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24826 from `isearch-dehighlight'.
24827
24828 2005-03-18 David Ponce <david@dponce.com>
24829
24830 * files.el (hack-local-variables): Do a case-insensitive search
24831 for End.
24832
24833 2005-03-18 Juri Linkov <juri@jurta.org>
24834
24835 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24836 `isearch-lazy-highlight-cleanup', add alias to old name and
24837 declare obsolete. Add release numbers to other obsolete vars.
24838 (isearch-done, isearch-lazy-highlight-new-loop):
24839 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24840 (lazy-highlight-cleanup) <variable>: Doc fix.
24841 (isearch-lazy-highlight-update): Rename obsolete
24842 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24843
24844 2005-03-18 Kenichi Handa <handa@m17n.org>
24845
24846 * language/thai-util.el: Fix categorization of Thai characters in
24847 thai-category-table.
24848 (thai-composition-pattern): Adjust it for the above change.
24849 (thai-self-insert-command, thai-compose-syllable): New functions.
24850 (thai-compose-region): Use thai-compose-syllable.
24851 (thai-compose-string): Likewise.
24852 (thai-composition-function): Likewise.
24853 (thai-auto-composition): New function.
24854 (thai-auto-composition-mode): New minor mode.
24855
24856 * language/thai.el: Fix patterns to be registered in
24857 composition-function-table.
24858
24859 * international/quail.el (quail-input-method): Locally bind
24860 inhibit-modification-hooks to t.
24861
24862 2005-03-17 Richard M. Stallman <rms@gnu.org>
24863
24864 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24865 (perl-mode): Use run-mode-hooks.
24866
24867 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24868 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24869 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24870
24871 * mail/sendmail.el (sendmail-send-it): Reenable the code
24872 to compute resend-to-address and use it.
24873
24874 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24875
24876 * image-mode.el: New file.
24877
24878 * image.el (insert-sliced-image): Add autoload cookie.
24879
24880 * font-lock.el (font-lock-lines-before): New user option.
24881 (font-lock-after-change-function): Obey it.
24882
24883 * bindings.el (esc-map): Make M-g a prefix.
24884 Bind M-g g and M-g M-g to goto-line.
24885
24886 * faces.el (face-id): Doc fix.
24887
24888 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24889
24890 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24891 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24892 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24893
24894 * mail/sendmail.el (mail-yank-ignored-headers)
24895 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24896 Add Mail-Followup-To and Mail-Reply-To headers.
24897 (mail-citation-hook): Add autoload cookie.
24898 (mail-mode): Doc fix.
24899 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24900 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24901 (mail-mode-fill-paragraph): Handle those headers.
24902 (mail-mailing-lists): New variable.
24903 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24904
24905 2005-03-17 Juri Linkov <juri@jurta.org>
24906
24907 * isearch.el (isearch-fallback): Check for `(car previous)'
24908 before calling `isearch-other-end-state'.
24909
24910 2005-03-17 Kim F. Storm <storm@cua.dk>
24911
24912 * simple.el (move-beginning-of-line): Move to beginning of buffer
24913 line, as well as beginning of screen line.
24914
24915 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24916
24917 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24918 argument REDRAW rather than calendar-redrawing variable.
24919 * calendar/calendar.el (calendar-redrawing): Delete.
24920 (redraw-calendar): Do not bind calendar-redrawing.
24921
24922 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24923
24924 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24925 diary-file buffer.
24926
24927 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24928
24929 * help.el (describe-mode): Allow a :minor-mode-function property to
24930 specify a different minor mode toggle function than the variable.
24931 * simple.el (auto-fill-function):
24932 * subr.el (add-minor-mode): Use it.
24933
24934 2005-03-16 Kenichi Handa <handa@m17n.org>
24935
24936 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24937 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24938 (ethio-fidel-to-sera-buffer): Likewise.
24939
24940 2005-03-16 Juri Linkov <juri@jurta.org>
24941
24942 * emacs-lisp/find-func.el (find-function-regexp):
24943 Add defun-emitting macro `menu-bar-make-toggle'.
24944
24945 * isearch.el: Put `isearch-scroll' property to
24946 `split-window-horizontally'.
24947
24948 * info.el: Update error messages for `debug-ignored-errors'.
24949 (Info-isearch-search): Doc fix.
24950 (Info-find-node): Move up code to go into info buffer before
24951 recording the node to the history.
24952 (Info-fontify-node): Fontify titles only if the next line
24953 has two or more `*', `=', `-', `.'.
24954 Display "go to this node" for empty (match-string 3).
24955
24956 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24957
24958 * term/mac-win.el: Add mouse pointer shape constants.
24959
24960 2005-03-15 Kim F. Storm <storm@cua.dk>
24961
24962 * simple.el (move-beginning-of-line): Use vertical-motion.
24963
24964 2005-03-15 Juri Linkov <juri@jurta.org>
24965
24966 * isearch.el (isearch-error): New variable.
24967 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24968 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24969 (isearch-within-brackets-state): Remove.
24970 (isearch-case-fold-search-state, isearch-pop-fun-state):
24971 Decrease frame index.
24972 (isearch-mode, isearch-top-state, isearch-push-state)
24973 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24974 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24975 (isearch-search, isearch-lazy-highlight-new-loop):
24976 Replace `isearch-invalid-regexp' with `isearch-error'.
24977 Remove `isearch-within-brackets'.
24978 (isearch-search): Add `search-failed' handler to `condition-case'.
24979 (isearch-lazy-highlight-search): Add `condition-case' to catch
24980 errors and allow `isearch-lazy-highlight-update' to try
24981 highlighting from the beginning of the window.
24982 (isearch-repeat): Move up code to set isearch-wrapped to t
24983 before calling isearch-wrap-function.
24984
24985 * info.el (Info-isearch-initial-node): New internal variable.
24986 (Info-search): Signal an error in isearch mode when search leaves
24987 the initial node. Signal an error when `bound' is non-nil and
24988 nothing was found in the current subfile.
24989 (Info-isearch-search): Remove `condition-case'.
24990 (Info-isearch-wrap): Don't wrap when search failed during leaving
24991 the initial node. If `Info-isearch-search' is nil, wrap around
24992 the current node.
24993 (Info-isearch-start): New fun.
24994 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24995 `isearch-mode-hook'.
24996
24997 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24998
24999 * simple.el (normal-erase-is-backspace): Set default to t if
25000 running on Mac.
25001
25002 * term/mac-win.el (function-key-map): Sync with x-win.el.
25003
25004 2005-03-15 Kenichi Handa <handa@m17n.org>
25005
25006 * international/mule-cmds.el (locale-language-names): Modify the
25007 format of elements and add more entries.
25008 (locale-preferred-coding-systems): Add more entries.
25009 (set-locale-environment): Adjust for the change of
25010 locale-language-names.
25011
25012 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25013
25014 * pcvs.el (smerge-ediff): Remove bogus autoload.
25015
25016 2005-03-14 Lute Kamstra <lute@gnu.org>
25017
25018 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25019 Ignore a `*' at the beginning of a line.
25020
25021 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25022 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25023 subr.el.
25024 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25025 to specify indentation.
25026
25027 * generic.el (define-generic-mode): Let generic-mode-list be a
25028 list of strings; test membership with equal.
25029
25030 2005-03-14 Kim F. Storm <storm@cua.dk>
25031
25032 * simple.el (next-line, previous-line): Add optional try-vscroll
25033 arg to recognize interactive use. Pass it on to line-move.
25034 (line-move): Don't perform auto-window-vscroll when defining or
25035 executing keyboard macro to ensure consistent behavior.
25036
25037 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25038
25039 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25040
25041 2005-03-13 Lute Kamstra <lute@gnu.org>
25042
25043 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25044 debugger-setup-buffer so that backtrace marks the frames set to
25045 debug-on-exit and we don't have to do it manually. Set an extra
25046 debug-on-exit for macro's.
25047 (debugger-setup-buffer): Don't mark the top frame manually.
25048
25049 2005-03-12 Lute Kamstra <lute@gnu.org>
25050
25051 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25052 lisp-indent-function throughout.
25053 (with-no-warnings): Set lisp-indent-function property.
25054
25055 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25056
25057 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25058 Add entry for backslash.
25059
25060 2005-03-12 Juri Linkov <juri@jurta.org>
25061
25062 * info.el (Info-search): Four fixes for backward search.
25063
25064 2005-03-11 Jay Belanger <belanger@truman.edu>
25065
25066 * calc/calc.el (calc-language-alist): New variable.
25067 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25068 (calc-embedded-find-modes): Use calc-language-alist instead of
25069 calc-embedded-language-alist.
25070
25071 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25072
25073 * calendar/calendar.el (calendar-redrawing): New internal
25074 variable.
25075 (redraw-calendar): Remove bogus save-excursion from previous
25076 change. Bind calendar-redrawing to t for mark-diary-entries.
25077 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25078 calendar if that is why we were called.
25079
25080 2005-03-11 Kenichi Handa <handa@m17n.org>
25081
25082 * international/mule.el (make-coding-system): Set property
25083 coding-system-define-form to nil.
25084 (define-coding-system-alias): Likewise.
25085
25086 2005-03-11 Kenichi Handa <handa@m17n.org>
25087
25088 These changes are suggested by Dave Love <fx@gnu.org>.
25089
25090 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25091 coding: tag.
25092 (adaptive-fill-regexp): Add more bullets.
25093 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25094 regexps.
25095
25096 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25097
25098 * help.el (describe-mode): Properly handle non-trivial lighters.
25099 Don't ignore minor modes that are not listed in minor-mode-list.
25100
25101 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25102 feature ON when the user requests to turn it OFF.
25103
25104 2005-03-10 Lute Kamstra <lute@gnu.org>
25105
25106 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25107 (implement-debug-on-entry): New function to replace debug-entry-code.
25108 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25109 second argument as the 2005-03-07 change makes it obsolete.
25110 (debug-on-entry, cancel-debug-on-entry): Update call to
25111 debug-on-entry-1.
25112 (debug, debugger-setup-buffer): Comment update.
25113 (debugger-frame-number): Update to work with implement-debug-on-entry.
25114
25115 2005-03-10 Jay Belanger <belanger@truman.edu>
25116
25117 * calc/calc-embed.el (math-ms-args): Declare it.
25118 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25119 math-ms-args.
25120 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25121 variables.
25122
25123 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25124
25125 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25126 Use message-box.
25127
25128 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25129 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25130 (tooltip-gud-tips): Simplify.
25131 (tooltip-gud-tips-p): Remove superfluous :set.
25132 (tooltip-gud-modes): Add fortran-mode.
25133 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25134
25135 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25136
25137 2005-03-09 Kim F. Storm <storm@cua.dk>
25138
25139 * play/animate.el (animate-place-char): Use forward-line instead
25140 of next-line to improve performance.
25141
25142 2005-03-09 Simon Josefsson <jas@extundo.com>
25143
25144 * net/browse-url.el (browse-url-default-browser): Doc fix.
25145
25146 2005-03-09 Miles Bader <miles@gnu.org>
25147
25148 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25149 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25150
25151 2005-03-09 Kenichi Handa <handa@m17n.org>
25152
25153 * international/latin-1.el: Set case and syntax for 255 only if
25154 set-case-syntax-set-multibyte is nil.
25155
25156 * textmodes/ispell.el (ispell-insert-word): New function.
25157 (ispell-word): Use ispell-insert-word to insert a new word.
25158 (ispell-process-line): Likewise.
25159 (ispell-complete-word): Likewise.
25160
25161 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25162
25163 * calendar/calendar.el (redraw-calendar): Preserve point.
25164 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25165 (calendar-week-start-day): Move after definition of
25166 redraw-calendar. Delete buffer test, since redraw-calendar has
25167 that now.
25168
25169 * calendar/diary-lib.el (mark-diary-entries): Only call
25170 redraw-calendar in the first of any recursive calls.
25171 Reported by Alan Shutko <ats@acm.org>.
25172
25173 2005-03-08 Juri Linkov <juri@jurta.org>
25174
25175 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25176 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25177 (html-radio-buttons): Add a space before the trailing `/>' where
25178 sgml-xml-mode is non-nil.
25179 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25180 the subsequent tag of the empty XML tag.
25181 (html-href-anchor): Don't set initial input to "http:".
25182 (html-image): Ask for the image URL and set point inside alt="".
25183 (html-name-anchor): Duplicate the name in the `id' attribute when
25184 sgml-xml-mode is non-nil.
25185 (html-paragraph): Remove \n before <p>.
25186 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25187 instead of `checked' when sgml-xml-mode is non-nil.
25188
25189 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25190 Remove 1 space before #RRGGBB to not truncate it on terminal
25191 windows w/o fringes. Remove 1 space between bg and fg examples
25192 to get more space.
25193 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25194 avoid byte-compile warnings.
25195
25196 * image-file.el (image-file-handler): Put `safe-magic' property to
25197 `image-file-handler'.
25198
25199 * info.el (Info-isearch-search): Emulate word search in
25200 isearching through multiple Info nodes with Info-search.
25201 (Info-isearch-wrap): Allow isearch-word.
25202
25203 2005-03-08 Lute Kamstra <lute@gnu.org>
25204
25205 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25206 stepping into the debugger's code is not possible.
25207 (debugger-jumping-flag): Docstring update.
25208
25209 2005-03-08 Jay Belanger <belanger@truman.edu>
25210
25211 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25212 embedded mode begins.
25213 (calc-embedded-language-alist): New variable.
25214 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25215 set default language mode.
25216
25217 2005-03-08 Kenichi Handa <handa@m17n.org>
25218
25219 * international/ccl.el (define-ccl-program): Fix docstring about
25220 extra 256 bytes assured for the output buffer.
25221
25222 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25223 Fix BUFFER_MAGNIFICATION to 2.
25224 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25225
25226 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25227
25228 * align.el (align-rules-list): Added an alignment rule for CSS
25229 declarations (applies to css-mode and html-mode buffers).
25230
25231 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25232
25233 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25234
25235 2005-03-07 Kim F. Storm <storm@cua.dk>
25236
25237 * simple.el (move-beginning-of-line): New command.
25238
25239 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25240
25241 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25242
25243 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25244 and move-beginning-of-line.
25245
25246 * apropos.el (apropos-print): Omit command from M-x ... RET.
25247
25248 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25249
25250 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25251 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25252
25253 2005-03-06 Richard M. Stallman <rms@gnu.org>
25254
25255 * bindings.el (esc-map): Bind M-g to goto-line.
25256
25257 * facemenu.el (global-map): Bind M-o, not M-g.
25258
25259 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25260
25261 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25262 "Open Directory" as for "Open File".
25263
25264 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25265
25266 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25267 (push-mark-command): Run activate-mark-hook.
25268
25269 2005-03-06 Richard M. Stallman <rms@gnu.org>
25270
25271 * help-mode.el (help-mode-finish): Don't alter the element
25272 in view-return-to-alist if there already is one.
25273
25274 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25275 make sure the current buffer is the expected one.
25276
25277 * novice.el (disabled-command-function): Output in *Disabled Command*.
25278 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25279
25280 * textmodes/flyspell.el (flyspell-large-region):
25281 Pass args differently for aspell.
25282
25283 * files.el (mode-require-final-newline): Doc fix.
25284
25285 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25286
25287 * progmodes/which-func.el (which-function):
25288 Specify NOERROR when calling imenu--make-index-alist.
25289
25290 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25291
25292 * simple.el (normal-erase-is-backspace): Define default value.
25293
25294 * custom.el (custom-theme-set-variables): Remove unused var
25295 `immediate'.
25296 (custom-reevaluate-setting): Simple function to handle variables
25297 that are defined before their default value can really be
25298 computed.
25299
25300 * startup.el (command-line): Use it for temporary-file-directory,
25301 small-emporary-file-directory, auto-save-file-name-transforms,
25302 blink-cursor-mode, and normal-erase-is-backspace.
25303
25304 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25305 progress, even with buggy anchored keywords.
25306
25307 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25308
25309 * simple.el (goto-line): Remove unbalanced final parenthesis.
25310
25311 2005-03-05 Richard M. Stallman <rms@gnu.org>
25312
25313 * simple.el (goto-line): Use a number at point as the default.
25314 With C-u as arg, switch buffers.
25315
25316 2005-03-05 Juri Linkov <juri@jurta.org>
25317
25318 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25319 with `no-blinking-cursor'.
25320
25321 * startup.el (no-blinking-cursor): New defvar.
25322 (command-line): Add `--no-blinking-cursor' to longopts.
25323 Set `no-blinking-cursor' to t for command line arguments
25324 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25325 with `no-blinking-cursor' in the condition for calling
25326 `blink-cursor-mode'.
25327
25328 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25329
25330 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25331 (menu-bar-options-save): Add blink-cursor-mode.
25332 (menu-bar-options-menu): Add blink-cursor-mode.
25333
25334 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25335
25336 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25337 (icalendar-export-file, icalendar-export-region)
25338 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25339 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25340
25341 2005-03-04 Lute Kamstra <lute@gnu.org>
25342
25343 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25344 (debug-function-list): Ditto.
25345
25346 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25347
25348 * textmodes/texinfmt.el (texinfo-append-refill):
25349 Redefine the types of line to which @refill
25350 is not appended by replacing a search for `@refill\\|@bye' with
25351 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25352 itemize@refill' bug and the unfilled long lines bug.
25353 (texinfmt-version): Update number and date.
25354
25355 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25356
25357 * international/code-pages.el (windows-1250, windows-125[2-8])
25358 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25359
25360 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25361
25362 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25363 bound yet.
25364
25365 2005-03-02 Romain Francoise <romain@orebokech.com>
25366
25367 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25368 buffer after removing limits.
25369 (ibuffer-pop-filter): Ditto.
25370 Update copyright.
25371
25372 2005-03-02 Miles Bader <miles@gnu.org>
25373
25374 * button.el (make-text-button): If the user doesn't specify a
25375 type, use the default. Rewrite to use `add-text-properties' and
25376 plist functions.
25377
25378 2005-03-01 Lute Kamstra <lute@gnu.org>
25379
25380 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25381 (debugger-jumping-flag): New var.
25382 (debug-entry-code): Use it.
25383 (debugger-jump): Use debugger-jumping-flag and add
25384 debugger-reenable to post-command-hook.
25385 (debugger-reenable): Use debugger-jumping-flag and remove itself
25386 from post-command-hook.
25387 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25388 debugger-reenable.
25389
25390 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25391
25392 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25393 inclusion of "itemize\\|", which may be unnecessary, is certainly
25394 inelegant, and stops refilling in itemize lists when formatting
25395 Japanese Texinfo files to Info.
25396 Update copyright to 2005.
25397
25398 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25399
25400 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25401 of an error if GDB can't find the source file.
25402
25403 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25404
25405 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25406 not just the calendar.
25407
25408 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25409 first.
25410 (diary-redraw-calendar): New function.
25411 (make-diary-entry): Add diary-redraw-calendar to local
25412 write-contents-functions. Turn off selective display before
25413 inserting in diary.
25414
25415 2005-03-01 Kim F. Storm <storm@cua.dk>
25416
25417 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25418
25419 2005-03-01 Lute Kamstra <lute@gnu.org>
25420
25421 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25422 that debug-entry-code can be safely removed from a function while
25423 this code is being evaluated. Revert the 2005-02-27 change as the
25424 new implementation no longer requires it. Make sure that a
25425 function body containing just a string is not mistaken for a docstring.
25426 (debug): Skip one more frame in case of debug on entry.
25427 (debugger-setup-buffer): Delete one more frame line in case of
25428 debug on entry.
25429 (debugger-frame-number): Update to use the new text introduced by
25430 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25431
25432 2005-02-28 Kim F. Storm <storm@cua.dk>
25433
25434 * double.el (double-translate-key): Call force-window-update after
25435 read-event to avoid crash in redisplay.
25436
25437 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25438
25439 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25440 (debug): Use it. Move the inhibit-trace earlier.
25441 (debug-entry-code): New const.
25442 (debug-on-entry-1): Use it.
25443
25444 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25445
25446 * international/utf-16.el (ccl-encode-mule-utf-16le):
25447 Fix BUFFER_MAGNIFICATION to 2.
25448 (ccl-encode-mule-utf-16be): Likewise.
25449
25450 2005-02-28 Kenichi Handa <handa@m17n.org>
25451
25452 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25453 Fix BUFFER_MAGNIFICATION to 4.
25454 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25455
25456 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25457
25458 * speedbar.el (speedbar-update-flag): Doc fix.
25459 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25460 argument.
25461
25462 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25463
25464 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25465 have a non-nil `invisible' property but are actually visible.
25466
25467 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25468 for perldoc sections.
25469 (perl-outline-regexp, perl-outline-level): New var and function.
25470 (perl-mode): Use them.
25471
25472 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25473
25474 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25475 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25476
25477 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25478
25479 * cus-edit.el: Comment change.
25480 (custom-buffer-create-internal): Slightly reword text at top of
25481 Custom buffers. Mention there that saving an option edits the
25482 init file. Add link to Emacs manual node on `custom-file'.
25483 (custom-magic-alist): Rewrite individual State messages to use
25484 capitalized keywords. Doc fix.
25485
25486 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25487
25488 * calendar/calendar.el (calendar-buffer): Move above
25489 calendar-week-start-day.
25490 (calendar-week-start-day): Doc fix. Add :set function.
25491 (calendar-minimum-window-height): New variable.
25492 (generate-calendar-window): Only resize window if selected-window
25493 is displaying the calendar buffer. Use new variable
25494 calendar-minimum-window-height.
25495 (generate-calendar): Reword error message.
25496 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25497
25498 2005-02-27 Andreas Schwab <schwab@suse.de>
25499
25500 * vc.el (vc-do-command): Don't run command asynchronously when
25501 operating in a remote directory.
25502
25503 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25504 change from sync with Tramp 2.0.47.
25505
25506 2005-02-27 Richard M. Stallman <rms@gnu.org>
25507
25508 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25509
25510 * textmodes/flyspell.el (flyspell-mode-on):
25511 Call ispell-change-dictionary only if necessary.
25512
25513 * emacs-lisp/re-builder.el (regexp-builder): New function.
25514
25515 * register.el (describe-register-1): Explicitly handle
25516 yank-excluded-properties = t.
25517
25518 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25519 (custom-magic-alist): Change the status descriptions again.
25520 (face widget-type): Total rewrite based on `restricted-sexp'
25521 to eliminate the confusing double hiding levels.
25522
25523 * emacs-lisp/debug.el (debug-on-entry-1):
25524 If function body is empty, add nil as body form.
25525
25526 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25527
25528 * emacs-lisp/trace.el (inhibit-trace): New var.
25529 (trace-make-advice): Use it.
25530
25531 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25532
25533 2005-02-26 Kim F. Storm <storm@cua.dk>
25534
25535 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25536 (mouse-on-link-p, mouse-drag-region-1): Use it.
25537
25538 2005-02-25 Lute Kamstra <lute@gnu.org>
25539
25540 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25541
25542 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25543
25544 * frame.el (blink-cursor-mode): Add :group keyword.
25545
25546 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25547
25548 * calendar/icalendar.el (icalendar--decode-isodatetime):
25549 New optional argument DAY-SHIFT.
25550 (icalendar-export-region): Fix coding-system-for-write.
25551 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25552 events by one.
25553
25554 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25555
25556 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25557
25558 2005-02-24 Kim F. Storm <storm@cua.dk>
25559
25560 * international/iso-acc.el (iso-accents-compose): Fix crash
25561 during redisplay. Call force-window-update after read-event
25562 and delete-region to signal that window is not accurate.
25563
25564 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25565
25566 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25567 Remove unused and inexistent var `inhibit-trace'.
25568 (debugger-mode): Use run-mode-hooks.
25569 (debugger-list-functions): Add buttons; setup xref stack.
25570
25571 2005-02-23 Richard M. Stallman <rms@gnu.org>
25572
25573 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25574 appointment says it was explicitly made.
25575 (appt-add): Set the 3rd element.
25576 (appt-make-list): Preserve explicit appointments.
25577
25578 * subr.el (find-tag-default): Catch errors in forward-sexp.
25579
25580 2005-02-23 Juri Linkov <juri@jurta.org>
25581
25582 * info.el (Info-isearch-search): New defcustom.
25583 (Info-isearch-search): Call the default isearch function
25584 when Info-isearch-search is nil.
25585 (Info-isearch-wrap): Use variable Info-isearch-search.
25586
25587 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25588
25589 * cus-edit.el: Comment change.
25590
25591 2005-02-22 Kim F. Storm <storm@cua.dk>
25592
25593 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25594 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25595
25596 2005-02-22 Simon Josefsson <jas@extundo.com>
25597
25598 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25599 New variable.
25600 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25601 Oskarsson" <myrkraverk@users.sourceforget.net>.
25602
25603 2005-02-22 Kim F. Storm <storm@cua.dk>
25604
25605 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25606 check that window of that event is the selected window.
25607 (mouse-drag-region-1): Compare mouse event window to selected
25608 window before setting point.
25609
25610 * tooltip.el (tooltip-show-help-function): Pass event to
25611 mouse-on-link-p so it can check selected window.
25612
25613 2005-02-22 Kenichi Handa <handa@m17n.org>
25614
25615 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25616 (ps-mule-show-warning): New function.
25617 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25618 characters are found.
25619
25620 * ps-print.el (ps-header-footer-string): Return a list of header
25621 and footer strings.
25622
25623 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25624
25625 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25626
25627 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25628
25629 * frame.el (blink-cursor-mode): Use define-minor-mode.
25630
25631 * term/mac-win.el (function-key-map): Use char-names more consistently.
25632 (file-name-coding-system): Only set it for MacOS-9. The other case is
25633 already handled in mule-cmds.el (where it also works when mac-win.el
25634 is not used).
25635
25636 2005-02-21 Kenichi Handa <handa@m17n.org>
25637
25638 * international/mule.el (ctext-pre-write-conversion): Always use
25639 " *code-converting-work*" buffer for work.
25640
25641 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25642
25643 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25644
25645 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25646
25647 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25648
25649 * ses.el (undo-more): Restore defadvice, but only the part that
25650 allows changes outside the restricted area of the buffer.
25651
25652 2005-02-20 Kim F. Storm <storm@cua.dk>
25653
25654 * simple.el (line-move): Add fourth optional arg try-vscroll which
25655 must be set to perform auto-window-vscroll.
25656 When moving backwards and doing auto-window-vscroll, automatically
25657 vscroll to the last part of lines which are taller than the window.
25658 (next-line, previous-line): Set try-vscroll arg on line-move.
25659
25660 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25661
25662 * replace.el (query-replace, query-replace-regexp)
25663 (replace-string, replace-regexp): When operating on region, make
25664 the minibuffer prompt say so.
25665
25666 * isearch.el (isearch-forward): Document isearch-query-replace and
25667 isearch-query-replace-regexp keybindings.
25668
25669 2005-02-19 Jay Belanger <belanger@truman.edu>
25670
25671 * calc/calc-aent.el (math-read-token): Add local variable.
25672
25673 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25674 (calc-edit-top): Move declaration to earlier in file.
25675 (calc-edit-macro-repeats): Add local variables.
25676
25677 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25678 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25679 calcFunc-tanh.
25680 Adjust integration rule for calcFunc-tan.
25681
25682 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25683
25684 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25685 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25686 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25687 (viper-skip-separators): Bug fix.
25688 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25689 particular major mode.
25690 (viper-del-backward-char-in-replace): Don't put deleted char on the
25691 kill ring.
25692
25693 * viper-ex.el (viper-color-display-p): New function.
25694 (viper-has-face-support-p): Use viper-color-display-p.
25695
25696 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25697
25698 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25699
25700 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25701 (viper-file-remote-p): Make equivalent to file-remote-p.
25702
25703 * viper.el (viper-major-mode-modifier-list):
25704 Use viper-gnus-modifier-map.
25705
25706 2005-02-19 David Kastrup <dak@gnu.org>
25707
25708 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25709 quoting.
25710
25711 2005-02-19 Jay Belanger <belanger@truman.edu>
25712
25713 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25714 Remove extra definitions.
25715 (calc-coth): New function.
25716 (calcFunc-cot): Fix `let'.
25717
25718 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25719
25720 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25721 the reasons we use "type pc" in these faces.
25722
25723 * button.el (button): Ditto.
25724
25725 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25726
25727 * replace.el (query-replace-read-from): Set the value of
25728 query-replace-from-history-variable to handle the case of an empty
25729 string entered to accept the suggested default.
25730
25731 * net/tramp.el (tramp-file-name-for-operation):
25732 Use dired-call-process instead of dired-call-process-command.
25733
25734 2005-02-19 Jay Belanger <belanger@truman.edu>
25735
25736 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25737 (math-div-non-trig): New variables.
25738 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25739 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25740 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25741 trig expressions.
25742
25743 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25744
25745 * progmodes/gdb-ui.el (gdb-var-update-handler)
25746 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25747 for watch expressions,
25748 (gdb-var-create-handler): Don't set speedbar-update-flag.
25749 (gdb-post-prompt): Simplify test for speedbar.
25750
25751 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25752
25753 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25754 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25755 we use the syntax table of the correct buffer.
25756 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25757 Felix Gatzemeier.
25758
25759 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25760 (ediff-file-remote-p): Make synonymous with file-remote-p.
25761 In all deffaces ediff-*-face-*, use min-colors.
25762
25763 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25764 ediff-recurse-to-subdirectories.
25765 (ediff-mark-if-equal): Check that the arguments are strings, use
25766 ediff-same-contents (after to Felix Gatzemeier).
25767
25768 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25769 nil.
25770
25771 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25772
25773 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25774
25775 2005-02-18 David Kastrup <dak@gnu.org>
25776
25777 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25778 use `mark-active' when defined.
25779
25780 2005-02-18 Kenichi Handa <handa@m17n.org>
25781
25782 * ps-print.el (ps-font-info-database): New entry
25783 ZapfChancery-MediumItalic with correct font name. Fix font name
25784 of the entry Zapf-Chancery-MediumItalic.
25785
25786 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25787
25788 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25789
25790 2005-02-16 Kim F. Storm <storm@cua.dk>
25791
25792 * ido.el (ido-fallback-command): Pass user input to fallback command.
25793
25794 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25795
25796 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25797 (gdb-find-file-hook): Add server prefix.
25798
25799 2005-02-16 Richard M. Stallman <rms@gnu.org>
25800
25801 * replace.el (perform-replace): Pass new args to replace-highlight.
25802 (replace-highlight): Take region args,
25803 and pass them to isearch-lazy-highlight-new-loop.
25804
25805 * novice.el (disabled-command-hook): Autoload the defalias
25806 and the make-obsolete-variable call.
25807
25808 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25809
25810 * isearch.el (isearch-lazy-highlight-start-limit)
25811 (isearch-lazy-highlight-end-limit): New variables limit
25812 the region for highlighting.
25813 (isearch-lazy-highlight-new-loop): New args BEG and END.
25814 (isearch-lazy-highlight-search): Use the new vars.
25815 (isearch-lazy-highlight-update): Likewise.
25816
25817 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25818
25819 * cus-start.el (all): Use default-boundp.
25820
25821 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25822
25823 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25824
25825 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25826
25827 * autorevert.el (auto-revert-stop-on-user-input)
25828 (auto-revert-verbose): Doc fixes.
25829
25830 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25831
25832 * international/mule-cmds.el (set-locale-environment): Remove call
25833 to set-selection-coding-system on Windows.
25834
25835 2005-02-15 Jay Belanger <belanger@truman.edu>
25836
25837 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25838 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25839 calcFunc-coth.
25840 (math-simplify-sqrt): Add simplifications.
25841
25842 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25843 to list.
25844
25845 * calc/calc-ext.el: Add functions to autoloads.
25846
25847 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25848 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25849 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25850 (math-csc-raw, math-cot-raw): New functions.
25851
25852 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25853
25854 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25855 the variable name in a message.
25856
25857 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25858 calcFunc-csc, calcFunc-cot.
25859
25860 * calc/calcalg2.el: Add derivative and integration rules for
25861 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25862 calcFunc-csch, calcFunc-coth.
25863 (math-do-integral-methods): Add to checks for when to use
25864 substitutions.
25865
25866 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25867
25868 2005-02-15 Lute Kamstra <lute@gnu.org>
25869
25870 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25871 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25872 <monnier@iro.umontreal.ca>
25873 (lisp-outline-level): Improve efficiency. Suggested by David
25874 Kastrup <dak@gnu.org>.
25875
25876 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25877
25878 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25879 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25880 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25881 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25882 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25883
25884 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25885
25886 * cus-start.el (all): Comment change.
25887
25888 2005-02-14 Lute Kamstra <lute@gnu.org>
25889
25890 * cus-start.el (all): Check if symbol is void.
25891
25892 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25893
25894 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25895 optional argument to \cite.
25896
25897 2005-02-14 Richard M. Stallman <rms@gnu.org>
25898
25899 * cus-edit.el (custom-buffer-create-internal): Update help message.
25900 (custom-magic-alist): Update help messages.
25901
25902 * cus-start.el (all): Allow a var to specify a standard value.
25903
25904 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25905
25906 * custom.el (custom-theme-set-variables): Handle variable aliases.
25907
25908 * frame.el (blink-cursor-timer): Doc fix.
25909 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25910 declare obsolete.
25911 (blink-cursor-mode): Define with defcustom and use correct
25912 standard expression in that defcustom.
25913 * startup.el (command-line): Adapt to above changes in frame.el.
25914
25915 2005-02-11 Lute Kamstra <lute@gnu.org>
25916
25917 * apropos.el (apropos-score-doc): Prevent division by zero.
25918
25919 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25920
25921 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25922 (icalendar--get-event-property-attributes)
25923 (icalendar--get-event-properties)
25924 (icalendar--datetime-to-diary-date): New functions.
25925 (icalendar--split-value): Doc fix.
25926 (icalendar--datetime-to-noneuropean-date)
25927 (icalendar--datetime-to-european-date): New optional argument
25928 SEPARATOR. Return result as a string instead of a list.
25929 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25930 (icalendar--convert-string-for-export): Rename arg S to STRING.
25931 (icalendar-export-region): Doc fix. Change name of error buffer.
25932 Save output buffer.
25933 (icalendar-import-file): Add blank at end of prompt.
25934 (icalendar-import-buffer): Doc fix. Do not switch to error
25935 buffer. Indicate status in return value.
25936 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25937 buffer. Save output buffer. Handle exception from recurrence
25938 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25939 events. Fix problems with weekly all-day events.
25940
25941 2005-02-10 Richard M. Stallman <rms@gnu.org>
25942
25943 * simple.el (eval-expression-print-format):
25944 Avoid warning about edebug-active.
25945
25946 * help.el (help-for-help-internal): Rename from help-for-help.
25947 (help-for-help): Define with defalias.
25948
25949 * font-core.el (font-lock-default-function): Use with-no-warnings.
25950
25951 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25952
25953 * custom.el (defface): Doc fix.
25954
25955 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25956
25957 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25958 width 0" to prevent word wrapping problems.
25959
25960 2005-02-09 Kim F. Storm <storm@cua.dk>
25961
25962 * ido.el (ido-file-extensions-order): New defcustom.
25963 (ido-file-extension-lessp, ido-file-extension-aux)
25964 (ido-file-extension-order): New advanced file ordering.
25965 (ido-file-lessp): New simple file ordering.
25966 (ido-sort-list): Remove.
25967 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25968 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25969
25970 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25971
25972 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25973 that some versions of grep produce.
25974 (grep-mode-font-lock-keywords): Likewise.
25975
25976 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25977
25978 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25979 (gdb-cdir): Delete.
25980 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25981 (gdb-source-info): Treat case when source file is in another
25982 directory properly.
25983 (gdb-get-location): New function.
25984
25985 2005-02-07 Jay Belanger <belanger@truman.edu>
25986
25987 * calc/calc-prog.el (calc-write-parse-table-part)
25988 (calc-fix-token-name): Fix a check for language type.
25989
25990 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25991
25992 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25993
25994 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25995 as directory not writable.
25996
25997 2005-02-07 Kim F. Storm <storm@cua.dk>
25998
25999 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26000 (cua--standard-movement-commands): Remove list.
26001 Instead, set CUA property value to move for movement commands.
26002 (cua-movement-commands): Remove. Users must set CUA prop instead.
26003 (cua--pre-command-handler): Check CUA property.
26004 (cua--init-keymaps): Don't remap undo commands.
26005 (cua-mode): Don't call cua--rectangle-on-off.
26006
26007 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26008 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26009 (cua--rect-undo-set-point): New var.
26010 (cua--rectangle-undo-boundary): Setup undo apply entry.
26011 (cua--rect-undo-handler): New function for rectangle undo.
26012 (cua--rect-start-position, cua--rect-end-position): Add.
26013 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26014 for restored rectangle. Set point if cua--rect-undo-set-point.
26015
26016 2005-02-06 Jay Belanger <belanger@truman.edu>
26017
26018 * calc/calc-lang.el (calc-tex-language): Display more information
26019 in messages.
26020
26021 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26022 in TeX mode.
26023
26024 2005-02-06 Richard M. Stallman <rms@gnu.org>
26025
26026 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26027
26028 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26029
26030 * net/ldap.el (ldap-search-internal): Support attributes with
26031 optional descriptions separated by a semi-colon, as in
26032 "userCertificate;binary".
26033
26034 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26035
26036 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26037 isn't a cons (i.e. the version is 0).
26038
26039 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26040
26041 * help.el (help-for-help): Doc fix.
26042
26043 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26044
26045 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26046 GDB-Windows on the menu-bar as this works better.
26047
26048 2005-02-04 Jay Belanger <belanger@truman.edu>
26049
26050 * calc/calc-embed.el (calc-embedded-update): Don't put in
26051 unnecessary newlines. Adjust the end of formula marker.
26052
26053 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26054 (math-latex-parse-two-args): New function.
26055
26056 2005-02-03 Lute Kamstra <lute@gnu.org>
26057
26058 * help-fns.el (help-with-tutorial): Make sure that users cannot
26059 remove the entire text of the tutorial by means of `undo'.
26060
26061 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26062
26063 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26064 in recent changes, where the ispell process was repeatedly
26065 killed & restarted.
26066
26067 * international/mule-cmds.el (set-locale-environment): Set file-name
26068 coding system to utf-8 on Darwin systems.
26069 (set-default-coding-systems): Don't set default-file-name-coding-system
26070 on Darwin systems.
26071
26072 2005-02-03 Richard M. Stallman <rms@gnu.org>
26073
26074 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26075
26076 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26077
26078 * faces.el (list-faces-display): Add optional argument.
26079
26080 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26081
26082 * font-core.el (font-lock-default-function): Handle the rare case where
26083 only font-lock-keywords is set.
26084
26085 2005-02-02 Kenichi Handa <handa@m17n.org>
26086
26087 * international/characters.el: Cancel previous change for
26088 I-WITH-DOT-ABOVE and DOTLESS-i.
26089
26090 * international/latin-5.el: Cancel previous change.
26091
26092 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26093
26094 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26095
26096 2005-02-02 Kenichi Handa <handa@m17n.org>
26097
26098 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26099 DOTLESS-i.
26100
26101 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26102 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26103
26104 * case-table.el (get-upcase-table): New function.
26105 (copy-case-table): Copy upcaes table too if non-nil.
26106 (set-case-syntax-delims): Maintain upcase table too.
26107 (set-case-syntax-pair): Likewise.
26108 (set-upcase-syntax, set-downcase-syntax): New functions.
26109 (set-case-syntax): Maintain upcase table too.
26110
26111 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26112
26113 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26114
26115 * progmodes/gud.el (gud-goto-info): New function.
26116 (gud-tool-bar-map): Use correct icon.
26117
26118 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26119
26120 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26121 When delegating, order args in the funcall correctly.
26122
26123 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26124
26125 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26126
26127 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26128
26129 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26130 buffer not visiting a file.
26131
26132 2005-01-31 Jay Belanger <belanger@truman.edu>
26133
26134 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26135 bound on the line with the formula.
26136
26137 2005-01-31 Kim F. Storm <storm@cua.dk>
26138
26139 * ses.el (ses-create-cell-variable-range)
26140 (ses-destroy-cell-variable-range, ses-reset-header-string)
26141 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26142 (ses-insert-row): Fix format of apply undo entries.
26143
26144 2005-01-31 Jay Belanger <belanger@truman.edu>
26145
26146 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26147 parts.
26148
26149 * calc/calc-embed.el (calc-embedded-open-formula)
26150 (calc-embedded-close-formula): Ignore matrix environments.
26151
26152 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26153 TeX mode.
26154
26155 * calc/calc-lang.el (math-function-table, math-oper-table)
26156 (math-variable-table): Adjust the LaTeX portions.
26157
26158 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26159 (math-latex-ignore-words): New constant.
26160
26161 2005-01-31 Richard M. Stallman <rms@gnu.org>
26162
26163 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26164 (ispell-local-dictionary): Doc fix.
26165 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26166 Don't reinitialize at run time. Don't defcustom.
26167 All uses changed to append ispell-local-dictionary-alist,
26168 or check it first.
26169 (ispell-current-dictionary): New variable for dictionary in use.
26170 (ispell-dictionary): Now used only for global default.
26171 (ispell-start-process): Set ispell-current-dictionary,
26172 not ispell-dictionary.
26173 (ispell-change-dictionary): Use this only for setting
26174 user preferences.
26175 (ispell-internal-change-dictionary): New function
26176 to change the current dictionary in use.
26177 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26178 Use ispell-current-dictionary.
26179 Handle ispell-local-dictionary-overridden.
26180 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26181
26182 2005-01-31 Jay Belanger <belanger@truman.edu>
26183
26184 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26185
26186 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26187 (calc-mode-map): Add calc-latex-language.
26188
26189 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26190 (math-latex-print-frac): New functions.
26191 (math-oper-table, math-function-table, math-variable-table)
26192 (math-complex-format, math-input-filter): Add latex properties.
26193 (calc-set-language): Set math-expr-special-function-mapping.
26194
26195 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26196 (calc-write-parse-table-part): Add LaTeX support.
26197
26198 * calc/calc.el (calc-language): Adjust docstring.
26199 (calc-set-mode-line): Add LaTeX support.
26200 (math-expr-special-function-mapping): New variable.
26201 (math-tex-ignore-words): Add to list.
26202
26203 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26204 Add LaTeX support.
26205 (math-compose-expr): Add support for special functions.
26206
26207 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26208
26209 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26210
26211 * progmodes/gdb-ui.el (gdb-memory-address)
26212 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26213 (gdb-memory-mode-map, gdb-memory-format-keymap)
26214 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26215 (gdb-memory-unit-menu): New variables for a buffer
26216 that lets the user examine program memory.
26217 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26218 (gdb-memory-format-binary, gdb-memory-format-octal)
26219 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26220 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26221 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26222 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26223 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26224 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26225 (gdb-memory-mode, gdb-memory-buffer-name)
26226 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26227 New functions for above buffer.
26228
26229 2005-01-30 Richard M. Stallman <rms@gnu.org>
26230
26231 * cus-edit.el (custom-bury-buffer): Function deleted.
26232 (custom-buffer-done-function): Option deleted.
26233 (custom-buffer-done-kill): New replacement option.
26234 (Custom-buffer-done): Call quit-window.
26235 (custom-buffer-create-internal): Update for above changes.
26236
26237 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26238
26239 * simple.el (undo-ask-before-discard): New var.
26240 (undo-outer-limit-truncate): Implement it.
26241 (undo-extra-outer-limit): Doc update.
26242
26243 2005-01-29 Richard M. Stallman <rms@gnu.org>
26244
26245 * ses.el (undo-more): Delete defadvice.
26246 (ses-begin-change): Doc fix.
26247
26248 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26249 instead of rebinding C-x u and C-_.
26250
26251 * files.el (normal-backup-enable-predicate): Return nil for files
26252 in /tmp, regardless of temporary-file-directory.
26253
26254 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26255
26256 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26257 (open-rectangle, delete-whitespace-rectangle-line)
26258 (clear-rectangle-line): If FILL, pass t instead of FILL
26259 for move-to-column's 2nd arg.
26260
26261 * simple.el (undo): Fix the test for continuing a series of undos.
26262 (undo-more): Set pending-undo-list to t when we reach end.
26263 (pending-undo-list): Move up defvar.
26264
26265 * wid-edit.el (widget-button-click):
26266 Shorten the range of the track-mouse binding.
26267
26268 * comint.el (comint-insert-input): Undo previous changes;
26269 use last-input-event in interactive spec.
26270
26271 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26272
26273 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26274 to nil before invoking call-process. Reset buffer's modified flag
26275 after fontifying it in the no-async branch.
26276
26277 * wid-edit.el (widget-specify-button): If mouse pointer shape
26278 cannot be changed, use mouse face instead.
26279
26280 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26281
26282 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26283 (gdb-goto-breakpoint): Make breakpoint handling work on template
26284 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26285 (gdb-assembler-custom): Update to recognize breakpoint information
26286 added on 2005-01-19.
26287
26288 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26289
26290 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26291 (dsssl-mode): Use define-derived-mode.
26292 (scheme-mode-initialize): Remove.
26293 (scheme-mode): Use run-mode-hooks.
26294
26295 * cus-edit.el (customize-group-other-window)
26296 (custom-buffer-create-other-window): Don't override special-display-*.
26297 (custom-mode-map): Make it dense.
26298
26299 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26300 sets the default value.
26301
26302 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26303
26304 * descr-text.el: Add more keywords.
26305
26306 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26307
26308 * speedbar.el: Avoid unnecessary use of locate-library.
26309
26310 * international/mule-cmds.el (standard-display-european-internal):
26311 Don't fiddle with latin-1 non-break space any more since it's now
26312 special cased in the C code.
26313 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26314
26315 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26316
26317 * cus-start.el (all): Add `undo-outer-limit'.
26318
26319 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26320
26321 * textmodes/bibtex.el (bibtex-format-entry):
26322 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26323 field lines.
26324 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26325 not on part of a buffer.
26326
26327 2005-01-25 Lute Kamstra <lute@gnu.org>
26328
26329 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26330 nonempty field text strings like "{letters\\macro{}more letters}".
26331 Clarify docstring.
26332 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26333 (bibtex-entry-offset, bibtex-parse-association)
26334 (bibtex-parse-field-name): Fix typos in docstrings.
26335 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26336
26337 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26338
26339 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26340 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26341 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26342 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26343
26344 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26345 isearch minor mode.
26346
26347 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26348
26349 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26350
26351 2005-01-24 Lute Kamstra <lute@gnu.org>
26352
26353 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26354 CASECHARS and NOT-CASECHARS regular expressions of the
26355 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26356 striding over charsets" error.
26357
26358 2005-01-24 Jay Belanger <belanger@truman.edu>
26359
26360 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26361 display variable name.
26362
26363 2005-01-24 Kenichi Handa <handa@m17n.org>
26364
26365 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26366 Fix setting of the element of encoded-kbd-iso2022-invocations.
26367
26368 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26369
26370 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26371 (gdb-threads-select): Change to also accept mouse events.
26372 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26373 (gdb-threads-mouse-select): Delete.
26374
26375 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26376
26377 * files.el (insert-directory): Take care of empty directory,
26378 listed without -a switch.
26379
26380 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26381
26382 * textmodes/refill.el (refill-post-command-function):
26383 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26384 to the list of functions that we should be careful not to undo.
26385 (refill-late-fill-paragraph-function): Remove.
26386 (refill-saved-state): New var.
26387 (refill-mode): Use it to save fill-paragraph-function.
26388 Save also the value of auto-fill-function.
26389
26390 * term/w32-win.el: Simplify code.
26391
26392 2005-01-23 Kim F. Storm <storm@cua.dk>
26393
26394 * simple.el (line-move): Adapt to new return value from
26395 pos-visible-in-window-p.
26396
26397 * simple.el (line-move): Fix last change. Check partial
26398 visibility at point rather than at window-start.
26399
26400 2005-01-22 Jason Rumney <jasonr@gnu.org>
26401
26402 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26403
26404 2005-01-22 David Kastrup <dak@gnu.org>
26405
26406 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26407
26408 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26409
26410 * type-break.el (type-break-mode): Add a test for
26411 type-break-file-name being non-nil.
26412
26413 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26414
26415 * net/eudc.el (top level): Call (message "") via progn, so that
26416 eudc-options-file is loaded.
26417
26418 2005-01-22 Kim F. Storm <storm@cua.dk>
26419
26420 * simple.el (line-move-1): Rename from line-move.
26421 (line-move): New function that adjusts vscroll for partially
26422 visible rows, and calls line-move-1 otherwise.
26423
26424 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26425
26426 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26427 since it's not a complete read-event implementation
26428
26429 2005-01-20 Jay Belanger <belanger@truman.edu>
26430
26431 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26432 for called function.
26433
26434 2005-01-20 Steven Tamm <steventamm@mac.com>
26435
26436 * term/mac-win.el (process-connection-type): Remove.
26437 Controlled now by s/darwin.h:PTY_ITERATION.
26438
26439 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26440
26441 * window.el (handle-select-window): Don't switch window when we're
26442 in the minibuffer.
26443
26444 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26445
26446 * subr.el (dotimes-with-progress-reporter): New macro.
26447
26448 * ses.el (ses-dotimes-msg): Remove macro.
26449 Use `dotimes-with-progress-reporter' instead.
26450
26451 2005-01-19 Steven Tamm <steventamm@mac.com>
26452
26453 * term/mac-win.el (process-connection-type): Use new
26454 operating-system-release variable to use ptys on Darwin 7 (OS X
26455 10.3) when using carbon build.
26456
26457 2005-01-19 Jay Belanger <belanger@truman.edu>
26458
26459 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26460 flags if the last command was a tab or M-tab.
26461
26462 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26463 in formula editing buffer.
26464
26465 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26466
26467 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26468 breakpoint image symbol in margin.
26469
26470 2005-01-19 Jay Belanger <belanger@truman.edu>
26471
26472 * calc/calc-prog.el (calc-execute-kbd-macro):
26473 Ignore calc-keep-arg-flag.
26474
26475 2005-01-19 Kenichi Handa <handa@m17n.org>
26476
26477 * textmodes/ispell.el (ispell-looking-at): New function.
26478 (ispell-process-line): Use ispell-looking-at to compare the ispell
26479 output and the buffer contents.
26480
26481 2005-01-18 Jay Belanger <belanger@truman.edu>
26482
26483 * calc/calc.el (calc-display-raw): Fix docstring.
26484
26485 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26486
26487 * simple.el (blink-matching-open): Strip extra info from syntax.
26488
26489 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26490 funny chars in the end-of-here-doc marker.
26491
26492 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26493
26494 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26495 that enable/disabled state of breakpoints is shown correctly in
26496 fringe and on ttys.
26497 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26498 Add breakpoint information as text properties.
26499 (gdb-mouse-toggle-breakpoint):
26500 Rename to gdb-mouse-set-clear-breakpoint.
26501 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26502 breakpoints in the margin.
26503 (gdb-remove-strings): Simplify.
26504
26505 2005-01-17 Jay Belanger <belanger@truman.edu>
26506
26507 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26508 erasing buffer.
26509
26510 2005-01-17 Richard M. Stallman <rms@gnu.org>
26511
26512 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26513 for calling grep-compute-defaults.
26514
26515 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26516 if buffer is empty.
26517
26518 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26519
26520 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26521
26522 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26523
26524 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26525 non-preloaded variables.
26526
26527 2005-01-17 Steven Tamm <steventamm@mac.com>
26528
26529 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26530 tex-shell cause to force interactivity when using pipes.
26531
26532 2005-01-17 Kim F. Storm <storm@cua.dk>
26533
26534 * simple.el (just-one-space): Make arg optional.
26535
26536 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26537
26538 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26539 posn-at-x-y to t to access left-margin.
26540
26541 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26542
26543 Sync with Tramp 2.0.47.
26544
26545 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26546 catching keep-date problems in cp/scp operations.
26547 (tramp-handle-copy-file): Don't call `set-file-modes'
26548 unconditionally. Specialized functions should know better what is
26549 necessary. This improves performance a little bit, and the
26550 functions could catch errors with `cp -p' and `scp -p'.
26551 (tramp-do-copy-or-rename-file-via-buffer)
26552 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26553 when appropriate.
26554 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26555 Call `set-file-modes' when appropriate.
26556 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26557 Johnsson <isak@hypergene.com>
26558 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26559 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26560 <joakim@verona.se>
26561 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26562 Emacs only.
26563
26564 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26565 `find-file-hooks' and `dired-mode-hook'.
26566 (tramp-minor-mode-map): Respective map. Add remapping for
26567 `compile' and `recompile'.
26568 (tramp-remap-command, tramp-recompile): New defuns.
26569 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26570 in buffer "*Compilation*". Call the commands asynchronously.
26571
26572 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26573 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26574 `shell-command', because it isn't magic in XEmacs. Reported by
26575 Adrian Aichner <adrian@xemacs.org>.
26576
26577 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26578 `substitute-in-file-name.
26579 (tramp-smb-handle-substitute-in-file-name): New defun.
26580 (tramp-smb-advice-PC-do-completion): Delete advice.
26581
26582 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26583
26584 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26585 Fix error in deleting region.
26586
26587 2005-01-15 Richard M. Stallman <rms@gnu.org>
26588
26589 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26590 In non-temp buffer, switch syntax table temporarily.
26591
26592 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26593
26594 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26595
26596 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26597
26598 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26599 (imenu--generic-function): Use START, not BEG, as pos of definition.
26600
26601 * simple.el (just-one-space): Argument specifies number of spaces.
26602
26603 * simple.el (eval-expression-print-format): Avoid warning
26604 about edebug-active.
26605
26606 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26607
26608 * progmodes/sh-script.el: Code copied from make-mode.el
26609 with small changes,
26610 (sh-mode-map): Bind C-c C-\.
26611 (sh-backslash-column, sh-backslash-align): New variables.
26612 (sh-backslash-region, sh-append-backslash): New functions.
26613
26614 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26615
26616 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26617 (rmail-pop-password, rmail-pop-password-required): Move to
26618 rmail-obsolete group.
26619 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26620 All callers updated.
26621 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26622 Take an argument specifying whether it is POP or IMAP mailbox we
26623 are using. All callers updated.
26624 (rmail-pop-password-error): Rename to
26625 rmail-remote-password-error. Added mailutils-specific error message.
26626 (rmail-movemail-search-path)
26627 (rmail-movemail-variant-in-use): New variables.
26628 (rmail-remote-password, rmail-remote-password-required):
26629 New customization variables.
26630 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26631 (rmail-parse-url): New function.
26632 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26633 with GNU mailutils movemail.
26634
26635 2005-01-15 Kevin Ryde <user42@zip.com.au>
26636
26637 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26638 suffix to space, $ or '$, to correctly position point when going
26639 to @table style constants like DBL_MAX.
26640
26641 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26642
26643 * type-break.el (type-break-mode, type-break-file-time)
26644 (type-break-file-keystroke-count, type-break-choose-file):
26645 Don't store data in or load data from the file if type-break-file-name
26646 is nil.
26647 (type-break-file-name): Doc update as per the above.
26648
26649 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26650
26651 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26652 lookup-key might return nil; handle that.
26653
26654 2005-01-15 Alan Mackenzie <acm@muc.de>
26655
26656 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26657 rather than the element found, thus enabling the tree to be setcar'd.
26658
26659 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26660
26661 * textmodes/org.el (org-show-following-heading): New option.
26662 (org-show-hierarchy-above): Use `org-show-following-heading'.
26663 (org-cycle): Documentation fix.
26664
26665 * textmodes/org.el (orgtbl-optimized): New option
26666 (orgtbl-mode): New command, a minor mode.
26667 (orgtbl-mode-map): New variable.
26668 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26669 (orgtbl-error, orgtbl-self-insert-command)
26670 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26671
26672 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26673 a local variable in each org-mode buffer.
26674
26675 * textmodes/org.el (org-set-regexps-and-options): Rename from
26676 `org-set-regexps'. Added checking for STARTUP keyword.
26677 (org-get-current-options): Add STARTUP options.
26678 (org-table-insert-row): Make mode intelligent about when
26679 realignment is needed.
26680 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26681 New commands.
26682 (org-enable-table-editor): New default value `optimized'.
26683 (org-table-blank-field): Support blanking regions if active.
26684
26685 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26686
26687 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26688 if the year is not given.
26689
26690 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26691 Add new escapes %m and %M, fixed bug with %F by adding
26692 save-match-data.
26693 (reftex-reference): Remove ?. from list of spaces.
26694 (reftex-label-info): Add automatic label prefix recognition.
26695
26696 * textmodes/reftex-index.el (reftex-index-next-phrase):
26697 Add slave parameter to call of `reftex-index-this-phrase'.
26698 (reftex-index-this-phrase): New optional argument.
26699 (reftex-index-region-phrases): Add slave parameter to call of
26700 `reftex-index-this-phrase'.
26701 (reftex-display-index): New argument redo.
26702 (reftex-index-rescan): Add `redo' to arguments of
26703 `reftex-display-index'.
26704 (reftex-index-Rescan, reftex-index-revert)
26705 (reftex-index-switch-index-tag): Add `redo' to arguments of
26706 `reftex-display-index'.
26707 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26708 indexing. Fix bug with matching is there is a quote before or
26709 after the word.
26710
26711 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26712 Fix bug when collecting citation keys in lines with comments.
26713 (reftex-citation): Prefix argument no longer rescans the document,
26714 but forces prompting for optional arguments of cite macros.
26715 (reftex-do-citation): Prompting for optional arguments implemented.
26716
26717 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26718 Add optional arguments to most cite commands.
26719 (reftex-cite-cleanup-optional-args): New option
26720 (reftex-cite-prompt-optional-args): New option.
26721 (reftex-trust-label-prefix): New option.
26722
26723 * textmodes/reftex-toc.el (reftex-toc-find-section):
26724 Add push-mark before changing the position in the buffer.
26725
26726 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26727 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26728
26729 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26730
26731 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26732 more carefully.
26733
26734 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26735
26736 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26737 (sgml-mode): Use it.
26738 (sgml-get-context): Better keep track of implicitly closed tags.
26739
26740 2005-01-13 Kenichi Handa <handa@m17n.org>
26741
26742 * textmodes/ispell.el: These changes are to fix misalignment error
26743 caused by equivalent characters of different Emacs charsets.
26744 (ispell-unified-chars-table): New variable.
26745 (ispell-get-decoded-string): New function.
26746 (ispell-get-casechars, ispell-get-not-casechars)
26747 (ispell-get-otherchars): Call ispell-get-decoded-string.
26748
26749 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26750
26751 * custom.el (custom-declare-variable): Just put symbol instead
26752 of (defvar . symbol) in `current-load-list'.
26753
26754 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26755
26756 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26757
26758 2005-01-12 Jay Belanger <belanger@truman.edu>
26759
26760 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26761 to create a Calc summary.
26762
26763 2005-01-12 Kim F. Storm <storm@cua.dk>
26764
26765 * mouse.el (mouse-on-link-p): Change functionality and doc
26766 string to comply with latest description in lisp ref.
26767
26768 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26769
26770 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26771 Enable mouse clicks on mode-line, header-line and margin.
26772 (event-type): Give mouse event symbols an `event-kind' property
26773 with value `mouse-click'.
26774
26775 2005-01-12 Juri Linkov <juri@jurta.org>
26776
26777 * facemenu.el (list-colors-display): Add new arg buffer-name.
26778 Use it. Fix docstring. Replace code for identifying duplicate
26779 colors by the name with call to `list-colors-duplicates' which
26780 identifies duplicate colors by the value unless the color
26781 is one of special Windows colors. Set truncate-lines to t.
26782 Print sorted duplicate color names on each line. Indent to 22
26783 \(the longest color name in rgb.txt) instead of 20. Optimize.
26784 (list-colors-duplicates): New function.
26785 (facemenu-color-name-equal): Delete function.
26786
26787 * facemenu.el (list-colors-print): New function created from code
26788 in list-colors-display. Print #RRGGBB at the window right edge.
26789 (list-colors-display): When temp-buffer-show-function is not
26790 defined, call list-colors-print from temp-buffer-show-hook
26791 to get the right value of window-width in list-colors-print
26792 after the buffer is displayed.
26793
26794 * simple.el (pop-mark): Move deactivate-mark out of conditional
26795 part to deactivate the active mark regardless of the state of the
26796 mark ring.
26797
26798 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26799 variables line in desktop files.
26800
26801 2005-01-12 Juri Linkov <juri@jurta.org>
26802
26803 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26804 Bring together isearch highlight related options.
26805 (lazy-highlight): Replace group `replace' by `matching'.
26806 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26807 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26808 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26809 and declare them obsolete.
26810 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26811 (isearch-faces): Remove defgroup.
26812 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26813 Move isearch highlighting code closer to lazy highlighting code.
26814
26815 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26816 (query-replace-highlight, query-replace-lazy-highlight)
26817 (query-replace): Move definitions to the beginning of the file.
26818
26819 2005-01-11 Juri Linkov <juri@jurta.org>
26820
26821 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26822 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26823 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26824
26825 * info.el (Info-history-forward): New variable.
26826 (Info-select-node): Reset Info-history-forward to nil.
26827 (Info-last): Turn into defalias.
26828 (Info-history-back): Rename from Info-last.
26829 Add current node to Info-history-forward.
26830 (Info-history-forward): New fun.
26831 (Info-mode-map): Replace Info-last by Info-history-back.
26832 Bind Info-history-forward to "r".
26833 (Info-mode-menu): Replace Info-last by Info-history-back.
26834 Fix menu item text. Add menu item for Info-history-forward.
26835 (info-tool-bar-map): Replace Info-last by Info-history-back.
26836 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26837 for Info-history-forward.
26838 (Info-mode): Replace Info-last by Info-history-back in docstring.
26839 Add local variable Info-history-forward.
26840 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26841
26842 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26843
26844 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26845 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26846 Ignore select-window events rather than fiddle with
26847 mouse-autoselect-window.
26848
26849 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26850
26851 * type-break.el (type-break-mode): Fix previous change.
26852
26853 2005-01-10 Jay Belanger <belanger@truman.edu>
26854
26855 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26856 calculator; only reset when point is inside a calculator.
26857 Don't adjust the window height if the window takes up the whole height
26858 of the frame.
26859
26860 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26861
26862 * ebuff-menu.el (Electric-buffer-menu-mode):
26863 Preserve value of buffer-local var header-line-format.
26864
26865 2005-01-09 Jay Belanger <belanger@truman.edu>
26866
26867 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26868 Make sure settings file exists before accessing it.
26869
26870 * calc/calc-embed.el (calc-embedded-subst):
26871 Replace math-multi-subst-rec, which is only supposed to be called
26872 by math-multi-subst, by math-multi-subst.
26873
26874 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26875
26876 * vc.el (vc-allow-async-revert): New user option.
26877 (vc-disable-async-diff): New internal variable.
26878 (vc-revert-buffer): Use them to disable asynchronous diff.
26879
26880 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26881 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26882 asynchronously if vc-disable-async-diff is t.
26883
26884 2005-01-09 Jay Belanger <belanger@truman.edu>
26885
26886 * calc/calc.el (defcalcmodevar): New macro.
26887 (calc-mode-var-list-restore-default-values)
26888 (calc-mode-var-list-restore-saved-values): New functions.
26889 (calc-mode-var-list): Use defcalcmodevar to define it.
26890 (calc-always-load-extensions, calc-line-numbering)
26891 (calc-line-breaking, calc-display-just, calc-display-origin)
26892 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26893 (calc-group-char, calc-point-char, calc-frac-format)
26894 (calc-prefer-frac, calc-hms-format, calc-date-format)
26895 (calc-float-format, calc-full-float-format, calc-complex-format)
26896 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26897 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26898 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26899 (calc-matrix-brackets, calc-language, calc-language-option)
26900 (calc-left-label, calc-right-label, calc-word-size)
26901 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26902 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26903 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26904 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26905 (calc-window-height, calc-display-trail, calc-show-selections)
26906 (calc-use-selections, calc-assoc-selections)
26907 (calc-display-working-message, calc-auto-why, calc-timing)
26908 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26909 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26910 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26911 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26912 (calc-gnuplot-geometry, calc-graph-default-resolution)
26913 (calc-graph-default-resolution-3d, calc-invocation-macro)
26914 (calc-show-banner): Use defcalcmodevar to declare them and set
26915 their default values.
26916
26917 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26918 instead of default values (but restore default values if there is
26919 an argument of 0).
26920
26921 2005-01-09 David Kastrup <dak@gnu.org>
26922
26923 * desktop.el (desktop-restore-eager): Fix typo in type.
26924
26925 2005-01-08 Richard M. Stallman <rms@gnu.org>
26926
26927 * cus-edit.el (customize): Delete :link.
26928
26929 2005-01-08 Jay Belanger <belanger@truman.edu>
26930
26931 * calc/calc.el (calc-mode): Remove the extension from the
26932 `calc-settings-file' file name when loading it.
26933
26934 2005-01-08 Kim F. Storm <storm@cua.dk>
26935
26936 * info.el (Info-mode-map, Info-next-link-keymap)
26937 (Info-prev-link-keymap, Info-up-link-keymap):
26938 Map follow-link to mouse-face.
26939 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26940
26941 2005-01-08 Jay Belanger <belanger@truman.edu>
26942
26943 * calc/calc.el (calc-settings-file): Change default value.
26944 Suggested by cgw in a comment in calc-mode.el.
26945
26946 * calc/calc-mode.el (calc-settings-file-name):
26947 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26948 Replace ~/.emacs in a prompt by calc-settings-file.
26949
26950 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26951
26952 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26953 (desktop-lazy-idle-delay): New customizable variables.
26954 (desktop-buffer-args-list): New variable.
26955 (desktop-append-buffer-args): New function.
26956 (desktop-save): Call desktop-append-buffer-args for some buffers.
26957 (desktop-lazy-create-buffer): New function.
26958 (desktop-idle-create-buffers): New function.
26959 (desktop-read): Add message about buffers to restore lazily.
26960 (desktop-lazy-abort): New command.
26961 (desktop-clear): Call desktop-lazy-abort.
26962 (desktop-lazy-complete): New command.
26963
26964 2005-01-06 Richard M. Stallman <rms@gnu.org>
26965
26966 * emacs-lisp/find-func.el (find-face-definition):
26967 Rename from find-face.
26968
26969 2005-01-06 Kim F. Storm <storm@cua.dk>
26970
26971 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26972
26973 * man.el (Man-xref-man-page, Man-xref-header-file)
26974 (Man-xref-normal-file): Add follow-link property.
26975
26976 2005-01-06 Jay Belanger <belanger@truman.edu>
26977
26978 * calc/calc-units.el: Make sure the proper macro definitions are
26979 available when compiling.
26980
26981 2005-01-06 Juri Linkov <juri@jurta.org>
26982
26983 * isearch.el (isearch-lazy-highlight-update):
26984 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26985
26986 2005-01-06 Miles Bader <miles@gnu.org>
26987
26988 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26989 (isearch-lazy-highlight-face): Use new name.
26990
26991 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26992
26993 * uniquify.el (uniquify-rationalize-file-buffer-names):
26994 Re-add an interactive spec.
26995 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26996 to the same name.
26997
26998 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26999 (isearch-update, isearch-done): Adjust calls accordingly.
27000
27001 2005-01-05 Richard M. Stallman <rms@gnu.org>
27002
27003 * custom.el (custom-set-variables, custom-theme-set-variables):
27004 Clarify documentation.
27005
27006 * emacs-lisp/find-func.el (find-variable)
27007 (find-variable-other-window, find-variable-other-frame):
27008 Fix the TYPE args to find-function-read and find-function-do-it.
27009 (find-function): Doc fix.
27010 (find-function-at-point): Replace function-at-point alias.
27011
27012 2005-01-04 Richard M. Stallman <rms@gnu.org>
27013
27014 * cus-face.el (custom-declare-face):
27015 Record defface in current-load-list.
27016
27017 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27018
27019 * emacs-lisp/find-func.el: Doc fixes.
27020 (find-face-regexp): New variable.
27021 (find-function-regexp-alist): New variable.
27022 (find-function-C-source): Third arg is now TYPE.
27023 (find-function-search-for-symbol): Handle general TYPE.
27024 (find-function-read, find-function-do-it): Handle general TYPE.
27025 (find-definition-noselect, find-face): New functions.
27026 (function-at-point): Alias deleted.
27027
27028 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27029
27030 * battery.el (display-battery-mode): Rename from display-battery.
27031 Handle the case where it gets turned off.
27032
27033 2005-01-04 Richard M. Stallman <rms@gnu.org>
27034
27035 * cus-edit.el (customize): Make :link point to user doc.
27036
27037 * man.el (Man-fontify-manpage): Turn off undo generation.
27038
27039 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27040
27041 2005-01-04 Andreas Schwab <schwab@suse.de>
27042
27043 * files.el (insert-directory): Only look for error lines in
27044 inserted text. Don't move too far after processing --dired markers.
27045
27046 2005-01-04 Richard M. Stallman <rms@gnu.org>
27047
27048 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27049 Don't expand if the character is @, period, dash, etc.
27050 (define-mail-abbrev): Quote names that contain problem characters.
27051
27052 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27053
27054 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27055
27056 2005-01-03 Richard M. Stallman <rms@gnu.org>
27057
27058 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27059 (query-replace-highlight, query-replace-lazy-highlight)
27060 (query-replace): Definitions moved up. Doc fix.
27061
27062 2005-01-03 Richard M. Stallman <rms@gnu.org>
27063
27064 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27065 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27066 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27067 (lazy-highlight-face): Rename from isearch-lazy-...
27068 Change all references to them.
27069
27070 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27071
27072 * cus-edit.el (custom-file): Doc fix for defcustom.
27073 (custom-file): The function no longer sets the variable
27074 `custom-file' to its return value.
27075
27076 * startup.el (command-line): No longer load `custom-file'.
27077
27078 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27079
27080 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27081
27082 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27083 Don't confuse module-prefixed identifiers for labels.
27084 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27085
27086 2005-01-02 Richard M. Stallman <rms@gnu.org>
27087
27088 * files.el (basic-save-buffer-1): Fix previous change.
27089
27090 * loadhist.el (file-loadhist-lookup): New function.
27091 (file-provides, file-requires): Use it.
27092
27093 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27094 instead of calculating the right size.
27095
27096 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27097
27098 * vc-svn.el (vc-svn-diff): Stay local if possible.
27099
27100 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27101
27102 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27103
27104 * files.el (hack-local-variables): Fix last change.
27105
27106 2005-01-02 Jay Belanger <belanger@truman.edu>
27107
27108 * calc/calc-yank.el (calc-edit-top): New variable.
27109 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27110 object. Change header properties.
27111 (calc-edit-finish, calc-edit-finish-stack-object)
27112 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27113 edited object.
27114 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27115 for the beginning of the edited object.
27116 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27117 for the beginning of the edited object.
27118 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27119 (calc-finish-formula-edit, calc-macro-repeats)
27120 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27121 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27122 beginning of the edited object.
27123 (calc-user-define-edit): Change the header for editing macros.
27124 Remove unnecessary variable.
27125
27126 2005-01-01 Jay Belanger <belanger@truman.edu>
27127
27128 * calc/calc-yank.el (calc-edit-mode): Change default header.
27129 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27130 * calc/calc-store.el (calc-edit-variable): Change title to match new
27131 header.
27132 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27133 mode to match new header.
27134 (calc-user-define-edit): Change titles to include names of commands.
27135 (calc-finish-formula-edit): Adjust to handle new header.
27136 (calc-finish-macro-edit): Remove.
27137 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27138 (calc-edit-macro-command, calc-edit-macro-command-type)
27139 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27140 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27141 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27142 (calc-edit-macro-finish-edit): New functions.
27143 (calc-user-define-edit): Use new functions to edit named calc macros.
27144
27145 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27146
27147 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27148
27149 * ses.el (copy-region-as-kill): Deactivate mark.
27150
27151 2005-01-01 Richard M. Stallman <rms@gnu.org>
27152
27153 * replace.el (occur-1): If the output buffer is also an input,
27154 don't kill it, rename it.
27155
27156 * faces.el (set-face-background, set-face-foreground): Doc fix.
27157
27158 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27159 for :foreground and :background.
27160
27161 * dired.el (dired-view-command-alist): Variable deleted.
27162 (dired-view-file, dired-mouse-find-file-other-window):
27163 Delete the code to use it.
27164
27165 2005-01-01 Kim F. Storm <storm@cua.dk>
27166
27167 * image.el (insert-sliced-image): Use t for line-height property.
27168
27169 See ChangeLog.11 for earlier changes.
27170
27171 ;; Local Variables:
27172 ;; coding: iso-2022-7bit
27173 ;; End:
27174
27175 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27176 Copying and distribution of this file, with or without modification,
27177 are permitted provided the copyright notice and this notice are preserved.
27178
27179 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1