]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(sgml-html-meta-auto-coding-function): Ensure that the buffer contains a
[gnu-emacs] / lisp / ChangeLog
1 2007-01-05 Romain Francoise <romain@orebokech.com>
2
3 * international/mule.el (sgml-html-meta-auto-coding-function):
4 Ensure that the buffer contains a HTML document.
5
6 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * faces.el (momentary): Move here ...
9 * subr.el (momentary): ... from here.
10
11 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
14 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
15 large structures/arrays.
16
17 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
18
19 * files.el (find-file-noselect-1, set-visited-file-name):
20 Allow backup-enable-predicate to be nil.
21
22 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
23
24 * subr.el (momentary): New face.
25 (momentary-string-display): Display the string via a temporary
26 overlay using the new face, instead of inserting it in the buffer.
27
28 2007-01-04 Andreas Schwab <schwab@suse.de>
29
30 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
31 last change.
32
33 2007-01-03 Richard Stallman <rms@gnu.org>
34
35 * woman.el (woman-decode-buffer): Clarify error message.
36
37 2007-01-03 Alan Mackenzie <acm@muc.de>
38
39 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
40 patch.
41
42 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
43
44 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
45
46 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
49
50 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
51
52 * emulation/viper.el (viper-custom-file-name, viper-mode):
53 Fix typos in docstrings.
54
55 * subr.el (momentary-string-display): After moving point, set POS
56 variable to it to avoid later errors once the buffer is modified.
57 Doc fix.
58
59 2007-01-02 Alan Mackenzie <acm@muc.de>
60
61 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
62 check that the "*/" is present before trying to manipulate it.
63
64 2007-01-02 Richard Stallman <rms@gnu.org>
65
66 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
67
68 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
69 Fix format of value.
70
71 * cus-edit.el (customize-unsaved): Rename from customize-customized.
72 Change messages accordingly.
73 (customize-customized): Now alias.
74
75 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
76
77 * files.el (version-control): Doc fix.
78
79 2007-01-01 Alan Mackenzie <acm@muc.de>
80
81 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
82 Check the format of c-state-cache is valid for an optimisation before
83 using it.
84
85 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
86 are at a statement within a macro". Other changes so that only
87 the first continuation line in a macro gets the symbol
88 `cpp-define-intro', the others getting `statement', or whatever.
89
90 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
91 a string, preserve whitespace. Add a backslash only when also in
92 a macro.
93
94 * progmodes/cc-defs.el: Correct typos.
95
96 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
97 new line after an escaped EOL in a string.
98
99 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
100 label when it directly follows "else", "do", ....
101
102 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
103 angle brackets (as seen in "explicit specialisations" of C++
104 templates).
105
106 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
107 in the doc-string.
108
109 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
110 when the comment ender looks like "=========*/" and is alone on
111 its line.
112
113 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
114 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
115 for the old name.
116
117 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
118 c-\(beginning\|end\)-of-defun by default.
119
120 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
121 New line-up function, for the DEFUN macro in the Emacs C sources.
122 Only used in "gnu" style.
123
124 * progmodes/cc-styles.el (c-style-alist): Use this new function in
125 the "gnu" style.
126
127 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
128 clean-up comment-close-slash also to work when there's a comment
129 terminator on the line.
130 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
131 these for large arg - only take account of top level {..}, except
132 for initial and final adjustments. M-- C-M-[ae] now go to the
133 right defuns when the starting point is between defuns. They use
134 the four new functions:
135 (c-in-function-trailer-p, c-where-wrt-brace-construct)
136 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
137 support c-\(beginning\|end\)-of-defun.
138
139 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
140 expressions more rigorously, to exclude bit-field specifiers from
141 being classed as labels.
142 (c-forward-label): When analyzing a ":" within a macro, be careful
143 about using c-forward-syntactic-ws at the macro beginning.
144 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
145 stmt boundary, check for "operator=", etc.
146
147 * progmodes/cc-mode.el (c-postprocess-file-styles):
148 Bind inhibit-read-only to t, around the call to
149 c-remove-any-local-eval-or-mode-variables, so that it works on a
150 RO file.
151
152 * progmodes/cc-defs.el (c-version): Update the version number to
153 "5.31.4".
154
155 2007-01-01 Richard Stallman <rms@gnu.org>
156
157 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
158 only if we restored isearch-window-configuration.
159
160 2006-12-31 Romain Francoise <romain@orebokech.com>
161
162 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
163
164 2006-12-31 Kim F. Storm <storm@cua.dk>
165
166 * files.el (auto-mode-case-fold): New defcustom.
167 (set-auto-mode): If non-nil, perform second case-sensitive pass
168 through auto-mode-alist if first pass failed.
169
170 2006-12-30 Richard Stallman <rms@gnu.org>
171
172 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
173
174 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
175
176 * allout.el (allout-encrypt-string): Handle symmetric-key
177 passphrase caching but leave keypair caching to pgg.
178
179 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
180
181 Sync with Tramp 2.0.55.
182
183 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
184 `integerp'. `char-equal' could fail else in case of negative
185 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
186 (top): Check for `font-lock-add-keywords' before calling; it
187 doesn't exist under XEmacs.
188 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
189 (tramp-completion-mode): Remove clause (not
190 tramp-unified-filenames), because the function is called in other
191 context too, where this check results in wrong results in the
192 XEmacs case on Windows.
193 (tramp-touch): UTC handling is not possible for XEmacs.
194
195 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
196
197 * scroll-bar.el (previous-scroll-bar-mode): New variable
198 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
199 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
200
201 * term/x-win.el: Set scroll bar mode to right if set by X resources.
202
203 2006-12-30 Richard Stallman <rms@gnu.org>
204
205 * files.el (make-backup-file-name-1): Precompute abs name
206 but don't lose the relative name.
207
208 * international/mule-cmds.el (select-safe-coding-system-interactively):
209 Fix message.
210
211 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
212
213 * files.el (backup-buffer): Show entire backup file name in msg.
214
215 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
216
217 * image.el (image-type-header-regexps, image-type-from-data)
218 (image-type-from-buffer, image-type-from-file-header):
219 Revert changes from 2006-12-26.
220 (image-type-auto-detectable): New variable.
221 (image-type-auto-detected-p): New function.
222
223 * files.el (magic-mode-alist): Detect image files with
224 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
225
226 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
227
228 * dired.el (dired-sort-other): Move test for dired-mode...
229 (dired-sort-set-modeline): ...to here.
230
231 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
232
233 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
234 change. Suggested by Stefan Monnier.
235
236 2006-12-29 Kim F. Storm <storm@cua.dk>
237
238 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
239 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
240
241 2006-12-27 Kim F. Storm <storm@cua.dk>
242
243 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
244 so it doesn't accidentally match an fsf.org mail address.
245 (authors-renamed-files-alist): Add tcover-*.el.
246
247 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * vc-arch.el (vc-arch-find-version): New function.
250
251 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
252 composed of arbitrary characters (even /) in some systems.
253
254 2006-12-27 Eli Zaretskii <eliz@gnu.org>
255
256 * international/mule-cmds.el (select-safe-coding-system-interactively):
257 Improve the message in the *Warning* buffer.
258
259 2006-12-27 Kim F. Storm <storm@cua.dk>
260
261 * ido.el (ido-set-matches-1): Fix last change. If default item is
262 current buffer, it is ok to be first.
263
264 2006-12-27 Kenichi Handa <handa@m17n.org>
265
266 * international/mule-cmds.el (select-safe-coding-system-interactively):
267 Improve the message in *Warning* buffer.
268
269 2006-12-27 Kim F. Storm <storm@cua.dk>
270
271 * ido.el (ido-set-matches-1): Never put current buffer first if
272 there are other matches.
273
274 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
275
276 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
277 expressions.
278 (gdb-var-delete): Handle duplicate names. Print message for non
279 root expressions.
280 (gdb-partial-output-name): Start buffer name with a space.
281 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
282 buffer name.
283
284 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
285
286 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
287 last footnote when `footnote-spaced-footnotes' is nil.
288
289 2006-12-26 Richard Stallman <rms@gnu.org>
290
291 * cus-edit.el (custom-browse-sort-alphabetically)
292 (custom-buffer-sort-alphabetically)
293 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
294
295 * image.el (image-type-header-regexps): Change element format
296 to include third item NOT-ALWAYS.
297 (image-type-from-data): Handle new format.
298 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
299 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
300
301 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change)
302
303 * add-log.el (add-log-current-defun): Call `forward-sexp'
304 multiple times to pick a member function name defined as
305 part of nested classes/namespaces.
306
307 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
308
309 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
310 which keymap should be used to change menu. It does not affect any
311 existent code.
312
313 2006-12-26 Richard Stallman <rms@gnu.org>
314
315 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
316 rather than for being in a minibuffer window.
317
318 2006-12-25 Daiki Ueno <ueno@unixuser.org>
319
320 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
321 locale-coding-system.
322 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
323 LF.
324
325 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
326
327 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
328 (sql-mode-syntax-table): Disable double quoted strings.
329 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
330
331 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
332
333 * startup.el (fancy-splash-last-input-event): New variable.
334 (fancy-splash-special-event-action): New function.
335 (fancy-splash-screens): Temporarily bind special events to it.
336 Execute command for saved special event before exiting from
337 recursive editing.
338
339 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
340 New functions.
341 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
342 Use mac-unread-string.
343
344 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
345
346 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
347 an optimized comment regexp if `comment-start-skip' uses a ^.
348 * bs.el (bs--up): Remove interactive spec.
349
350 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
351
352 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
353 Suggested by James Cloos.
354
355 2006-12-24 Kevin Ryde <user42@zip.com.au>
356
357 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
358 in March.
359 (calendar-dst-ends): Default to first Sunday in November.
360
361 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
362
363 * allout.el (allout-encrypt-string): Inhibit use of agent within
364 body of let form where encryption happens. Acknowledge non-use of
365 gpg-agent in docstring.
366 (allout-toggle-subtree-encryption): Acknowledge non-use of
367 gpg-agent in docstring.
368
369 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
370
371 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
372
373 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
374
375 * ediff-diff.el (ediff-diff-options): Clarify docstring.
376 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
377
378 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
379 in hooks.
380 (viper-add-newline-at-eob-if-necessary): Add newline only if we
381 actually modify buffer; ignore errors if occur.
382
383 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
384
385 * calendar/calendar.el (calendar-mode-map): Switch < and >.
386 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
387 formatting.
388
389 2006-12-23 Richard Stallman <rms@gnu.org>
390
391 * simple.el (delete-horizontal-space): Doc fix.
392
393 2006-12-23 Eli Zaretskii <eliz@gnu.org>
394
395 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
396 explicitly in a recursive Make, not implicitly through prerequisites,
397 since the latter is wrong under parallel builds.
398
399 2006-12-22 Eli Zaretskii <eliz@gnu.org>
400
401 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
402
403 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
404
405 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
406 message string.
407
408 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
409
410 * outline.el (outline-next-visible-heading): Fix the case with a
411 header at end-of-file with no final newline.
412
413 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
414
415 * indent.el (tab-always-indent): Doc fix.
416
417 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
418
419 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
420 (Info-fontify-node): Do fontify indices.
421
422 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
423 to the Emacs Lisp reference manual.
424 (tutorial--tab-map): Remove. All callers changed.
425 (tutorial--find-changed-keys): New elt QUIET, used to...
426 (tutorial--display-changes): ...ensure that warning messages are
427 only issued once per changed key.
428 (tutorial--remove-remarks): Delete unused code-path.
429 (lang-strings): Remove extraneous formatting.
430 (tutorial--save-tutorial): Prompt before saving tutorial state.
431
432 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
433
434 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
435 Replace '?\ ' by '?\s' throughout.
436 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
437 `help' custom group.
438 (tutorial--key-description): New function.
439 (tutorial--display-changes): Remove redundant arg. Scan for all
440 key sequences to avoid false matches. Cleanup.
441 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
442 reduce homedir pollution.
443 (help-with-tutorial): Call tutorial--display-changes with no arg.
444
445 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
446
447 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
448
449 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
450
451 * net/tramp.el (tramp-default-method): We still need to check for
452 `executable-find', because it is not bound under Emacs 20.
453 (tramp-handle-file-name-completion)
454 (tramp-completion-handle-file-name-completion): Handle optional
455 parameter PREDICATE.
456 (tramp-find-default-method): Add code for default values.
457
458 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
459
460 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
461 make gud-go send "continue".
462
463 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
464
465 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
466 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
467
468 2006-12-19 Kim F. Storm <storm@cua.dk>
469
470 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
471 instead of global-map.
472
473 * files.el (magic-mode-alist): Allow matching file type by
474 calling a function at bob. Check for image types by calling
475 image-type-from-buffer. Suggested by Juanma Barranquero.
476 (set-auto-mode): Do it.
477
478 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
479
480 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
481 Remove "ControlMaster" option from the other `scp*' methods.
482 (tramp-default-method): Check for ssh-agent before setting to `scp'.
483
484 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
485
486 * textmodes/org.el (org-mode): Show context after isearch.
487 (org-show-siblings): New function.
488 (org-show-context): Use `org-show-siblings'.
489
490 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
493 Use syntax-ppss-toplevel-pos.
494
495 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
496
497 * textmodes/org.el (org-current-line): Make sure that lines are
498 counted from beginning of buffer.
499 (org-table-copy-region, org-table-paste-rectangle): Make sure that
500 lines are counted from beginning of buffer.
501
502 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
503
504 * info.el (Info-build-node-completions): Signal error if tag-table
505 marker is not found.
506
507 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
508
509 2006-12-17 Alan Mackenzie <acm@muc.de>
510
511 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
512 speed) the case when open-paren-in-column-0-is-defun-start is nil.
513 Based on code by Martin Rudalics.
514
515 * progmodes/cc-mode.el (c-basic-common-init): Don't set
516 open-paren-in-column-0-is-defun-start to nil any more.
517
518 2006-12-17 Richard Stallman <rms@gnu.org>
519
520 * simple.el (delete-horizontal-space): Use prefix arg.
521
522 * help-fns.el (describe-variable): Improve blank separator lines.
523
524 * files.el (magic-mode-alist): Mark as risky.
525
526 * files.el (make-backup-file-name-1):
527 Expand backup-directory explicitly.
528
529 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
530
531 * net/tramp.el (tramp-default-method): Before setting to "pscp",
532 check whether package password.el is loaded, or Pageant is running.
533
534 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
535
536 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
537 (icalendar--rris): First try Emacs, then XEmacs.
538 (icalendar--convert-ical-to-diary): Doc fix.
539 Insert newline at end of target file.
540
541 2006-12-17 Kim F. Storm <storm@cua.dk>
542
543 * outline.el (outline-isearch-open-invisible-function): New defvar.
544 (outline-flag-region): Use it if non-nil for isearch-open-invisible
545 overlay property instead of outline-isearch-open-invisible.
546
547 2006-12-16 Kim F. Storm <storm@cua.dk>
548
549 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
550 if ido-directory-too-big is set on entry.
551 (ido-toggle-ignore, ido-completion-help): Print message while
552 reading big directory.
553
554 2006-12-15 Richard Stallman <rms@gnu.org>
555
556 * shell.el (shell): Doc fix.
557
558 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
559
560 * emulation/edt.el (edt-xserver):
561 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
562 to fix a problem on Cygwin.
563
564 * emulation/edt.el
565 * emulation/edt-mapper.el
566 * emulation/edt-lk201.el
567 * emulation/edt-pc.el
568 * emulation/edt-vt100.el: Update maintainer's email address.
569
570 2006-12-15 Simon Marshall <simon@gnu.org>
571
572 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
573 change.
574
575 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
576
577 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
578 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
579 instead of mac-atsu-font-table.
580 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
581
582 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
583
584 * align.el (align-match-tex-pattern): Fix a rare bug which
585 hanged Emacs.
586
587 2006-12-14 Richard Stallman <rms@gnu.org>
588
589 * startup.el (use-fancy-splash-screens-p): Use frame-height
590 instead of window-height. Pass frame to image-size.
591
592 2006-12-13 Kenichi Handa <handa@m17n.org>
593
594 * international/mule-cmds.el (set-locale-environment):
595 Set default-sendmail-coding-system too.
596
597 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
598
599 * progmodes/idlw-help.el: Fix copyright notice.
600
601 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
604
605 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
606
607 * subr.el (unread-command-char): Reformat obsolescence info.
608
609 2006-12-11 Richard Stallman <rms@gnu.org>
610
611 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
612 about calls to cl-struct-setf-expander.
613
614 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
615
616 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
617 (ediff-combination-pattern): Fix typo in docstring.
618
619 * textmodes/refer.el (refer-find-entry): Doc fix.
620 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
621 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
622 Fix tipos in docstrings.
623
624 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
625
626 2006-12-10 Kim F. Storm <storm@cua.dk>
627
628 * ido.el (ido-init-completion-maps): Remap backward-kill-word
629 instead of binding M-backspace.
630
631 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
632
633 * replace.el (replace-match-data, replace-match-maybe-edit):
634 * calc/calc-aent.el (calc-eval-error):
635 * emulation/vi.el (vi-char-argument):
636 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
637 (c-vsemi-status-unknown-p-fn): Doc fixes.
638
639 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
640
641 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
642 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
643
644 2006-12-10 Masatake YAMATO <jet@gyve.org>
645
646 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
647
648 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
649
650 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
651
652 * man.el (Man-xref-button-action): New function. If the
653 `Man-target-string' button property is a function, assume it
654 accepts a position argument.
655 (Man-abstract-xref-man-page): Use it.
656 (Man-default-man-entry): New optional arg POS.
657
658 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
659 symlink arrows read-only and non-rear-sticky.
660
661 2006-12-09 Martin Rudalics <rudalics@gmx.at>
662
663 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
664 (wdired-search-and-rename): Simplify code.
665 (wdired-preprocess-files, wdired-preprocess-perms): Make
666 read-only property of preceding character rear-nonsticky to
667 avoid that it can be modified. Put old-name and old-link
668 properties on character preceding name and replace
669 put-text-property by add-text-properties.
670 (wdired-get-filename, wdired-get-previous-link): Get old-name
671 and old-link properties from character preceding name and
672 simplify code.
673 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
674 (wdired-perms-to-number): Make local-map property
675 rear-nonsticky to avoid that text following permissions may be
676 modified. Use add-text-properties instead of put-text-property
677 when changing a permission bit.
678 (wdired-change-to-dired-mode): Remove stickiness properties.
679
680 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
681
682 * international/mule-cmds.el (register-input-method): Doc fix.
683
684 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
685
686 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
687
688 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
689
690 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
691 Force buffer local defs evaluation on local variables loading.
692 (flyspell-mode-on, flyspell-mode-off): Use it in
693 `hack-local-variables-hook'.
694
695 2006-12-09 Eli Zaretskii <eliz@gnu.org>
696
697 * emacs-lisp/find-func.el (find-variable): Doc fix.
698
699 * help-fns.el (variable-at-point): Doc fix.
700
701 * w32-fns.el (w32-append-code-lines): New function.
702
703 2006-12-09 Romain Francoise <romain@orebokech.com>
704
705 * comint.el (comint-insert-input): Delete obsolete comment.
706
707 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
708
709 * files.el (insert-file-1): Compare file size to
710 large-file-warning-threshold and request confirmation when
711 warranted.
712
713 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
716 current frame, in case we're connected to several displays.
717
718 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
719
720 * frame.el (other-frame): Doc fix.
721 (set-frame-parameter): Fix typo in docstring.
722
723 2006-12-07 Kim F. Storm <storm@cua.dk>
724
725 * info.el (Info-index): Strip leading colon from topic.
726
727 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
728
729 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
730 to pointers.
731
732 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
733
734 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
735 Trim out spurious class inheritance "None" entries.
736
737 2006-12-05 Kim F. Storm <storm@cua.dk>
738
739 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
740 (cua-paste-pop): Rework last change for
741 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
742 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
743 text inserted by the last M-y command.
744
745 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
746
747 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
748 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
749
750 * shell.el (shell): Search the start file in ~/.emacs.d as
751 `init_SHELLNAME.sh' instead.
752
753 2006-12-05 Glenn Morris <rgm@gnu.org>
754
755 * progmodes/cperl-mode.el (cperl-mode)
756 * progmodes/f90.el (f90-mode-abbrev-table)
757 * progmodes/fortran.el (fortran-mode-abbrev-table)
758 * progmodes/octave-mod.el (octave-abbrev-table)
759 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
760 if abbrev-table is non-nil (saved user abbrevs may have been restored).
761
762 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
763 clear abbrev table, else saved abbrevs will not be restored.
764
765 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
766
767 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
768 the call to `make-obsolete-variable', not in the docstring.
769
770 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
771
772 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
773
774 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
775
776 * progmodes/ebnf-abn.el:
777 * progmodes/ebnf-bnf.el:
778 * progmodes/ebnf-dtd.el:
779 * progmodes/ebnf-ebx.el:
780 * progmodes/ebnf-iso.el:
781 * progmodes/ebnf-otz.el:
782 * progmodes/ebnf-yac.el:
783 * progmodes/ebnf2ps.el:
784 * delim-col.el:
785 * printing.el:
786 * ps-bdf.el:
787 * ps-mule.el:
788 * ps-print.el: Remove 'Time-stamp' comment mark.
789
790 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
791 'easy-menu-add-item' when called in Emacs 21 or higher.
792
793 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
794
795 * progmodes/ada-xref.el (ada-check-current): Doc fix.
796 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
797
798 2006-12-04 Kim F. Storm <storm@cua.dk>
799
800 * bindings.el (global-map): Bind [signal t] to ignore, to have
801 user signals ignored by default.
802
803 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
804
805 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
806 Unicode data file pointed to by `describe-char-unicodedata-file'.
807
808 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
811 O(n^2) regexp-search by anchoring the search.
812
813 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
814
815 * whitespace.el (whitespace-cleanup-internal): Use current
816 argument for recursive call.
817
818 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/tramp.el (tramp-methods): Add "ControlPath" and
821 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
822 Andreas Schwab <schwab@suse.de>.
823 (tramp-do-copy-or-rename-file-out-of-band)
824 (tramp-open-connection-rsh): Compute format spec for ?t.
825 (tramp-process-actions): Trace command parameters.
826
827 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
828
829 * simple.el (toggle-truncate-lines): Clarify doc string.
830
831 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
832 (gdb-speedbar-expand-node): Use it.
833
834 2006-12-04 Richard Stallman <rms@gnu.org>
835
836 * progmodes/python.el (python-indent): Add safe-local-variable prop.
837
838 * dired.el (dired-revert): Turn off dired-after-readin-hook
839 around call to dired-readin.
840
841 * menu-bar.el (menu-bar-make-toggle): Add "globally"
842 to echo area messages.
843 <indicate-empty-lines, case-fold-search>:
844 Add "globally" to Help string.
845 <case-fold-search>: MESSAGE arg need not say "globally".
846 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
847
848 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
849
850 * outline.el (outline-end-of-subtree): Don't leave an empty
851 line hidden as we would a real next heading.
852
853 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
854
855 * allout.el (allout-ascend): Add an optional argument to preserve
856 original position of point when unsuccessful. Also, fix a
857 docstring error.
858 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
859 work again, using allout-ascend's new option.
860 (allout-setup-mode-map): Extract from allout-mode to initialize
861 allout-mode-map. Call it on file load, so the mode docstring
862 substitutions work even if allout mode has not yet been invoked.
863 (allout-mode): Use new allout-setup-mode-map to track any keybinding
864 customizations since the map was last processed. Also, refine the
865 docstring so it's ship-shape for release.
866 (allout-default-layout, allout-beginning-of-line-cycles)
867 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
868 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
869 (allout-version, allout-layout, allout-infer-body-reindent)
870 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
871 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
872 (allout-previous-heading, allout-goto-prefix-doublechecked)
873 (allout-current-bullet-pos, allout-next-sibling-leap)
874 (allout-pre-command-business, allout-encrypted-type-prefix)
875 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
876 (allout-rebullet-topic, allout-rebullet-topic-grunt)
877 (allout-flag-region, allout-expose-topic, allout-expose-topic)
878 (allout-old-expose-topic, allout-listify-exposed)
879 (allout-process-exposed, allout-latex-verb-quote)
880 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
881 (allout-toggle-current-subtree-encryption)
882 (allout-toggle-subtree-encryption, allout-bullet-isearch):
883 Remove extraneous open-paren and close paren string escapes.
884
885 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
886
887 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
888 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
889 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
890 Fix typos in docstrings.
891
892 2006-12-03 Glenn Morris <rgm@gnu.org>
893
894 * progmodes/cc-align.el
895 * progmodes/cc-awk.el
896 * progmodes/cc-cmds.el
897 * progmodes/cc-compat.el
898 * progmodes/cc-defs.el
899 * progmodes/cc-engine.el
900 * progmodes/cc-langs.el
901 * progmodes/cc-menus.el
902 * progmodes/cc-mode.el
903 * progmodes/cc-styles.el
904 * progmodes/cc-vars.el
905 * progmodes/vhdl-mode.el: Fix Copyright format.
906
907 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
908
909 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
910 initial down event.
911
912 2006-12-02 Kim F. Storm <storm@cua.dk>
913
914 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
915 (cua-repeat-replace-region): Make M-v more robust.
916 (cua-paste-pop-rotate-temporarily): New defcustom.
917 (cua-paste-pop): Use it.
918 (cua-auto-mark-last-change): New defcustom.
919 (cua-pop-to-last-change): New helper function.
920 (cua-set-mark): Use them.
921
922 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
923
924 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
925 mini-buffer message.
926
927 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
928
929 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
930
931 2006-12-01 Ben North <ben@redfrontdoor.org>
932
933 * paren.el: Fix the highlight overlay extension when the user types a
934 sequence of char very fast just before the open parenthesis.
935
936 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
937
938 * ps-mule.el: Eliminate Emacs 20 compatibility.
939
940 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
941 (ps-print-version): New Version 6.7.
942 (ps-print-quote): Replace '?\ ' by '?\s'.
943
944 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
945
946 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
947 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
948 (hexl-end-of-1k-page): Doc fixes.
949 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
950 Fix typos in docstrings.
951
952 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
953
954 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
955 locally, i.e. without using file name handlers.
956 (ido-read-internal): Allow mono letter host names, avoiding the
957 `c:' problem by testing if the file exists locally.
958 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
959
960 2006-11-30 Masatake YAMATO <jet@gyve.org>
961
962 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
963 to avoid bytecomp warnings.
964 (hexl-mode-old-ruler-function): New variable.
965 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
966 and `hl-line-range-function' after `require' hl-line.
967 Then bind `hl-line-range-function' and `hl-line-face'.
968 Don't require frame. Don't use `with-no-warnings'.
969 (hexl-activate-ruler): Store the original value of
970 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
971 (hexl-mode-exit): Restore the original value of
972 `ruler-mode-ruler-function'.
973
974 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
975
976 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
977 (hexl-mode-old-hl-line-face): New variable.
978 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
979 line when exit from the hexl-mode.
980
981 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
982
983 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
984 Doc fixes.
985
986 * international/fontset.el (create-fontset-from-ascii-font)
987 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
988 (fontset-name-p): Fix typo in docstring.
989
990 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
991
992 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
993
994 * ps-bdf.el: Fix maintainer email.
995
996 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
997 compatibility.
998
999 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
1000 21 compatibility.
1001 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1002 Emacs 20 & 21.
1003
1004 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
1005
1006 * progmodes/idlwave.el (idlwave-auto-fill):
1007 Remove paragraph-start let to prevent auto-fill giving up.
1008
1009 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * vt100-led.el (led-state): Fix typo in previous change.
1012
1013 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1014
1015 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1016 Fix interactive spec of the functions getting defined to make them
1017 work as documented.
1018
1019 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * startup.el (fancy-splash-screens): Hide initial splash buffer.
1022
1023 2006-11-28 Kim F. Storm <storm@cua.dk>
1024
1025 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1026 icomplete-mode is enabled.
1027
1028 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
1029
1030 * textmodes/org.el (require): Require gnus-sum during compilation
1031 to avoid problem with a macro call.
1032
1033 2006-11-28 Glenn Morris <rgm@gnu.org>
1034
1035 * emacs-lisp/authors.el (authors-aliases): Add new alias.
1036
1037 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1038 (fortran-window-create-momentarily): Do not need string-to-char.
1039
1040 2006-11-28 Richard Stallman <rms@gnu.org>
1041
1042 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1043 Replace incorrect use of assoc-default with a loop.
1044
1045 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1046
1047 * simple.el (next-error-find-buffer): Improve messages.
1048
1049 * files.el (revert-buffer): Special error message if file
1050 is now not readable.
1051
1052 * facemenu.el (facemenu-add-new-face): Improve doc strings of
1053 constructed commands.
1054
1055 * comint.el (comint-exec-1): Provide Emacs version and `comint'
1056 in INSIDE_EMACS.
1057
1058 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1061
1062 * server.el: Remove spurious * in docstrings.
1063 (server-process-filter): Exit from recursive editing before processing
1064 a new request.
1065
1066 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
1067
1068 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1069 line so hidden blocks will be correctly identified.
1070
1071 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
1072
1073 * ledit.el (ledit-save-defun, ledit-mode):
1074 * resume.el (resume-emacs-args-buffer):
1075 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1076 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1077 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1078 (command-send-input, command-kill-line):
1079 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1080
1081 * autoarg.el (autoarg-kp-mode): Doc fix.
1082
1083 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
1084 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
1085 (check-emacs-lock): Doc fix. Simplify.
1086
1087 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1088 (iimage-mode-buffer): Fix typos in docstring.
1089
1090 * misc.el (zap-up-to-char): Doc fix.
1091
1092 * time-stamp.el: Fix comment and obsolescence string for old
1093 functions. Use `dolist' instead of `while'.
1094
1095 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1096
1097 * disp-table.el (standard-display-8bit, standard-display-default):
1098 * ebuff-menu.el (electric-buffer-list):
1099 * ehelp.el (electric-help-command-loop):
1100 * font-core.el (font-lock-mode):
1101 * help-macro.el (make-help-screen):
1102 * help.el (describe-minor-mode-completion-table-for-indicator)
1103 (lookup-minor-mode-from-indicator):
1104 * indent.el (tab-to-tab-stop, move-to-tab-stop):
1105 * info-look.el (info-lookup-guess-custom-symbol):
1106 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1107 * longlines.el (longlines-wrap-line):
1108 * macros.el (insert-kbd-macro):
1109 * menu-bar.el (menu-bar-update-buffers):
1110 * misc.el (copy-from-above-command):
1111 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1112 * newcomment.el (comment-indent):
1113 * novice.el (disabled-command-function):
1114 * sort.el (sort-fields-syntax-table):
1115 * subr.el (momentary-string-display):
1116 * tar-mode.el (tar-header-block-summarize)
1117 (tar-clear-modification-flags):
1118 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1119 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1120 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1121 (te-delete-char, te-down-vertically-or-scroll):
1122 * time-stamp.el (time-stamp-string-preprocess):
1123 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1124
1125 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1126
1127 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1128 in GUD mode.
1129
1130 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1131 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1132
1133 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1134
1135 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1136
1137 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
1138
1139 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1140 (ada-compile-goto-error): Adapt to new argument profile of
1141 compilation-goto-locus in Emacs 22. Don't check if the various
1142 compile functions are defined; we already do "(require 'compile)".
1143
1144 2006-11-26 Kim F. Storm <storm@cua.dk>
1145
1146 * kmacro.el: Fix commentary.
1147
1148 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1149
1150 * progmodes/gud.el (gdb): Explain how to run in text command mode
1151 more clearly. Say in error message that multiple debugging
1152 requires restarting GDB.
1153
1154 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1157
1158 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
1159
1160 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1161 (flymake-popup-menu): Use it instead of posn-at-point.
1162
1163 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1164
1165 * progmodes/cc-vars.el (c-backslash-column):
1166 Mention c-backslash-max-column in documentation for c-backslash-column.
1167
1168 2006-11-24 Lars Hansen <larsh@soem.dk>
1169
1170 * net/tramp.el (tramp-default-method): Under Windows, change from
1171 plink to pscp.
1172 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1173 (tramp-actions-copy-out-of-band):
1174 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1175 (tramp-action-out-of-band): Move "Permission denied" handling to
1176 tramp-action-copy-failed.
1177 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1178 process buffer.
1179
1180 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1183 strings to a single string. Quote `errors-file-name'.
1184 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1185 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1186 Adjust calls. Use `shell-quote-argument'.
1187
1188 * international/mule.el (load-with-code-conversion)
1189 (with-category-table): Use with-current-buffer.
1190 (after-insert-file-set-coding): Use restore-buffer-modified-p.
1191
1192 2006-11-24 Eli Zaretskii <eliz@gnu.org>
1193
1194 * mail/smtpmail.el (smtpmail-send-it):
1195 Copy buffer-file-coding-system from the mail buffer. Possibly add a
1196 MIME header for the message encoding.
1197 Bind coding-system-for-write around the call to mail-do-fcc.
1198 Use smtpmail-code-conv-from to encode queued mail messages.
1199
1200 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * tabify.el (tabify-regexp): Doc fix.
1203
1204 * net/rcirc.el (rcirc-buffer-maximum-lines):
1205 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1206
1207 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1208 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1209 Fix typos in output messages.
1210 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1211
1212 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1215 the horse's mouth.
1216 (hexlify-buffer): Don't re-encode an arg that's already encoded.
1217
1218 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
1219
1220 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1221 Remove condition-case.
1222
1223 2006-11-23 Glenn Morris <rgm@gnu.org>
1224
1225 * progmodes/f90.el (f90-comment-indent): Do not move point in
1226 default case.
1227
1228 2006-11-21 Romain Francoise <romain@orebokech.com>
1229
1230 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1231 from library name (reverts change of 2005-10-25).
1232
1233 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
1234
1235 * tutorial.el (tutorial--default-keys): Add newline and
1236 delete-backward-char bindings.
1237 (tutorial--detailed-help): Save excursion when finding keys.
1238 Correct warning string for M-x FOO case.
1239 (tutorial--display-changes): Print special keys in tutorial style.
1240 Tweak search regexp for changed keys.
1241
1242 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1243
1244 * thingatpt.el (thing-at-point-url-at-point): Don't add a
1245 redundant scheme.
1246
1247 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
1248
1249 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1250 are new to the list at IANA. Also added irc, mms, mmsh.
1251
1252 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
1253
1254 * progmodes/idlw-help.el (idlwave-html-help-location):
1255 Fail gracefully for missing help packages.
1256 (idlwave-help-assistant-open-link): Open full links.
1257 (idlwave-help-assistant-help-with-topic): Direct help link.
1258
1259 * progmodes/idlwave.el (idlwave-mode):
1260 Set add-log-current-defun-function.
1261 (idlwave-current-routine-fullname): Add, to support add-log.
1262 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1263 to reflect improvements to xml-parse-file.
1264 (idlwave-mode-menu-def): New binding for help-with-topic.
1265
1266 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1267 Handle extra newlines and spaces.
1268 (idlwave-shell-mode-map): Add help-with-topic.
1269
1270 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * tutorial.el (tutorial-warning-face): New face.
1273 (tutorial--detailed-help, tutorial--display-changes): Use it.
1274 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1275 Improve search pattern for occurrences of changed keys.
1276
1277 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1278
1279 * term/x-win.el (x-last-cut-buffer-coding): New variable.
1280 (x-select-text): Set it.
1281 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1282 when checking for newness.
1283
1284 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * subr.el (posn-image):
1287 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1288
1289 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1290
1291 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1292
1293 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1294 Exceptions to the rule "add a space between an identifier and an
1295 opening parenthesis". Defaulted to the `#define' problem of cpp.
1296 (glasses-parenthesis-exception-p): New. Check if the region is an
1297 exception regarding to that.
1298 (glasses-make-readable): Use it.
1299 (glasses-convert-to-unreadable): Ditto. Modify the file also if
1300 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
1301
1302 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
1305
1306 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
1307
1308 * progmodes/ada-mode.el (ada-make-body): Fix typo.
1309
1310 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
1311 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
1312
1313 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
1316 conditions for function or variable bindings.
1317
1318 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
1319
1320 * progmodes/compile.el (compilation-start): Ditto.
1321
1322 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/tramp.el (top): cl and custom are always required.
1325
1326 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1327
1328 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
1329 cut-buffers with next-selection-coding-system if not nil.
1330
1331 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1332
1333 * textmodes/org.el (org-fix-decoded-time): New function.
1334 (org-display-custom-time): Use `org-fix-decoded-time'.
1335
1336 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * menu-bar.el (menu-bar-games-menu): Remove yow.
1339
1340 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1341
1342 * textmodes/org.el (org-scan-tags): Re-align code fixed.
1343 (org-detach-overlay): Rename from `org-detatch-overlay'.
1344 (org-table-convert-region): Insert space after column separator.
1345 (org-agenda-kill): New command.
1346 (org-metaleft): Call `org-outdent-item' on bullets.
1347 (org-metaright): Call `org-indent-item' on bullets.
1348 (org-timestamp-change): Set `org-last-changed-timestamp'.
1349 (org-current-line): Make sure (bolp) returns correct result.
1350 (org-agenda-change-all-lines): Make sure TODO are highlighted.
1351
1352 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
1355
1356 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * mouse.el (global-map): Change 2006-08-16 fix to call
1359 mouse-yank-at-click explicitly, since mouse events are not carried
1360 over into keyboard macros.
1361
1362 2006-11-16 Kim F. Storm <storm@cua.dk>
1363
1364 * ido.el (ido-file-internal): Use current buffer's file name as default
1365 choice for ido-find-alternate-file. Suggested by Matt Hodges.
1366
1367 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
1368
1369 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1370 (allout-inhibit-aberrance-doublecheck): Rename from
1371 allout-during-yank-processing. All callers changed.
1372 (allout-ascend): Provide for unusual case where some topic after
1373 the first in file is at lower depth than the first.
1374 (allout-shift-in): Ensure the offspring of the new containing
1375 topic are exposed.
1376 (allout-encrypt-string): Preserve the coding-system of the text,
1377 according to that of the containing buffer.
1378 (allout-toggle-subtree-encryption): When the text being encrypted
1379 requires a different coding system, offer to preserve the coding
1380 system using a file local var.
1381
1382 2006-11-15 Simon Marshall <simon@gnu.org>
1383
1384 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1385 to recognise "T t()" as a function declaration, rather than a
1386 variable instantiation, iff at the top-level or inside a class
1387 declaration. Suggested by Feng Li <fengli@gmail.com>.
1388
1389 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
1390
1391 * progmodes/ada-xref.el (ada-parse-prj-file):
1392 Don't delete project buffer; user may want to edit it.
1393 (ada-xref-set-project-field, ada-xref-current-project-file)
1394 (ada-xref-current-project, ada-show-current-project)
1395 (ada-set-main-compile-application): New functions.
1396 (ada-xref-get-project-field, ada-require-project-file):
1397 Normalize use of ada-prj-default-project-file.
1398 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1399 Normalize use of ada-require-project-file.
1400 (ada-prj-find-prj-file): Improve doc string, comments.
1401
1402 * progmodes/ada-mode.el (ada-mode-version): Bump version.
1403 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1404 (ada-create-menu): Add ada-set-main-compile-application,
1405 ada-show-current-main, ada-show-current-project.
1406
1407 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1410 (inferior-python-mode): Use it.
1411
1412 2006-11-14 Andreas Schwab <schwab@suse.de>
1413
1414 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1415
1416 2006-11-13 Kim F. Storm <storm@cua.dk>
1417
1418 * ido.el (ido-copy-current-word): C-o copies region if active.
1419
1420 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1421
1422 * textmodes/org.el (org-emph-face): Fix typo in variable name.
1423
1424 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * ediff.el (ediff-revision):
1427 * files.el (set-visited-file-name):
1428 * mail/rmailout.el (rmail-output-body-to-file):
1429 Use `format', not `message', in `y-or-n-p' call.
1430
1431 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1432
1433 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1434 (org-metaright): Call `org-indent-item' on bullets.
1435 (org-timestamp-change): Set `org-last-changed-timestamp'.
1436 (org-current-line): Make sure (bolp) returns correct result.
1437 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1438
1439 2006-11-12 Richard Stallman <rms@gnu.org>
1440
1441 * language/european.el (turkish-case-conversion-enable)
1442 (turkish-case-conversion-disable): New functions.
1443 ("Turkish" lang env): Use them.
1444
1445 * international/characters.el (case table):
1446 Do nothing special for i and I.
1447
1448 * subr.el (remove-overlays): Fix last change.
1449
1450 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1451 for visiting the custom file.
1452
1453 2006-11-12 Markus Triska <triska@gmx.at>
1454
1455 * play/handwrite.el (handwrite): Also process lines not ending
1456 with newline. Replace some position-fiddling with different
1457 logic. Improve performance.
1458
1459 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
1460
1461 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1462 replacing deleted variable `ada-check-switch'.
1463 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1464 (ada-xref-project-files): Improve doc string.
1465 (ada-find-executable): New function.
1466 (ada-initialize-runtime-library): Use `ada-find-executable'.
1467 (ada-xref-set-default-prj-values): In compile commands, don't need
1468 `ada-cd-command'; `compile' does that more portably.
1469 Use ada-prj-default-check-cmd.
1470 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1471 properties if not specified in project file.
1472 (ada-goto-declaration): Display useful message for new error
1473 'error-file-not-found.
1474 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1475 'error-file-not-found.
1476 (ada-get-all-references): Match latest ali syntax. Signal new
1477 error 'error-file-not-found.
1478 (ada-find-in-ali): Match latest ali syntax.
1479 (ada-make-filename-from-adaname): Handle different semantics of
1480 gnatkr in GNAT 3.15p vs later.
1481
1482 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1483 ada-procedure-start-regexp.
1484 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1485
1486 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1487 with defvar.
1488 (ada-language-version): Rename ada05 -> ada2005.
1489 (ada-align-region-separate): Add `eval-when-compile'.
1490 (ada-name-regexp): Remove unneeded escapes in regexp character
1491 alternative.
1492 (ada-compile-goto-error-file-linenr-re): New constant.
1493 (ada-matching-start-re): Handle additional cases `declare',
1494 `procedure', `function'.
1495 (ada-compile-goto-error): Handle "... at line nn".
1496 (ada-mode): Clearer syntax, comments for ff-special-constructs.
1497 Delete support for old versions of `align'.
1498 (ada-search-prev-end-stmt): Handle additional keyword `private'.
1499 (ada-check-defun-name): Simplify handling of `declare'.
1500 (ada-goto-matching-start): Handle nested `begin ... end'.
1501 Handle `declare', `protected', `procedure', `function'.
1502 (ada-create-menu): Presence of arm95 is not conditional on using
1503 GNAT compiler.
1504
1505 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1508 nil in the *RE-Builder* buffer (it causes spurious error messages).
1509
1510 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1511 been set to t, respect it.
1512
1513 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1514
1515 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1516 Delete commented out code for old Emacs versions. Autoloading of
1517 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1518 (ada-mode-version): Bump version number.
1519 (ada-95-string-keywords, ada-2005-string-keywords)
1520 (ada-2005-keywords, ada-name-regexp): New constant.
1521 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1522 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1523 (ada-package-start-regexp): Support private packages, include package
1524 name (for ada-set-point-accordingly).
1525 (ada-next-procedure, ada-previous-procedure)
1526 (ada-which-function-are-we-in): Match changes to
1527 ada-procedure-start-regexp.
1528 (ada-make-body): Make non-interactive; not a user function.
1529 (ada-make-subprogram-body): Improve doc string.
1530
1531 2006-11-11 Romain Francoise <romain@orebokech.com>
1532
1533 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1534 `compilation-error-regexp-alist' buffer-local, since we changed
1535 `compilation-error-regexp-alist-alist' locally.
1536
1537 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1540 to the value of `server-raise-frame'.
1541
1542 2006-11-11 Glenn Morris <rgm@gnu.org>
1543
1544 * ido.el (ido-enable-prefix)
1545 * ses.el (ses-call-printer-return)
1546 * net/tramp.el (tramp-unified-filenames)
1547 * progmodes/cc-align.el (c-lineup-string-cont)
1548 * progmodes/compile.el (compilation-directory-matcher)
1549 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1550 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1551 (vhdl-clock-rising-edge)
1552 * textmodes/org.el (org-export-with-timestamps)
1553 (org-export-remove-timestamps-from-toc)
1554 (org-export-with-tags): Improve previous doc fixes.
1555
1556 2006-11-11 Richard Stallman <rms@gnu.org>
1557
1558 * textmodes/flyspell.el (flyspell-mode-map):
1559 Bind C-c $ instead of M-RET.
1560
1561 2006-11-10 Simon Marshall <simon@gnu.org>
1562
1563 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1564 fontification for "case" and "default" keywords.
1565
1566 2006-11-10 Andreas Schwab <schwab@suse.de>
1567
1568 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1569 Avoid starting sentence with "nil".
1570
1571 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * server.el (server-raise-frame): New option.
1574 (server-switch-buffer): Use it.
1575
1576 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1577
1578 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1579 with a capital.
1580
1581 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1582
1583 * textmodes/org.el (org-show-hierarchy-above)
1584 (org-show-following-heading): Fix typo in default value.
1585 (org-scan-tags): Make the search case-sensitive.
1586 (org-tags-sparse-tree): Don't overrule
1587 `org-show-following-heading' and `org-show-hierarchy-above'.
1588 (org-reveal): New command.
1589 (org-show-context): Rename from `org-show-hierarchy-above'.
1590 (org-fast-tag-selection-single-key): New option.
1591 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1592 (org-tags-overlay): New variable.
1593 (org-agenda-todo-ignore-deadlines): New option.
1594 ("session"): Add circular data structure `org-mark-ring' to
1595 exceptions list in session.el.
1596 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1597 New options.
1598 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1599 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1600 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1601 (org-finalize-agenda): Activate bracket links in agenda.
1602 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1603 INACTIVE-OK.
1604 (org-show-hierarchy-above, org-show-following-heading):
1605 List values allowed for fine-tuned configuration.
1606 (org-show-hierarchy-above): New argument CONTEXT, use the
1607 fine-tuned settings in `org-show-hierarchy-above' and
1608 `org-show-following-heading'.
1609 (org-display-custom-time): New function.
1610 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1611 (org-display-custom-times, org-time-stamp-custom-formats):
1612 (org-maybe-intangible): New macro.
1613 (org-activate-bracket-links, org-hide-wide-columns):
1614 Use `org-maybe-intangible'.
1615 (org-open-file): Use `shell-quote-argument'.
1616 (org-display-internal-link-with-indirect-buffer): New option.
1617 (org-file-remote-p): Get regexp from list.
1618 (org-link-expand-abbrev): New function.
1619 (org-link-abbrev-alist): New option.
1620 (org-open-at-point, org-cleaned-string-for-export):
1621 Call `org-link-expand-abbrev'.
1622 (org-timeline, org-agenda-list, org-todo-list)
1623 (org-tags-view): Remove the KEEP-MODES argument.
1624 (org-finalize-agenda-hook): New hook.
1625 (org-get-alist-option): New function.
1626 (org-follow-timestamp-link): New function.
1627 (org-open-at-point): Call `org-follow-timestamp-link'.
1628 (org-log-note-marker, org-log-note-purpose)
1629 (org-log-note-window-configuration): New variables.
1630 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1631 (org-log-note-headings): New option.
1632 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1633 (org-store-link): Support for dired-mode.
1634 (org-open-file): Substitute environment variables into filename.
1635 (org-last): New defsubst.
1636 (org-agenda-re-align-tags): New function.
1637 (org-agenda-align-tags-to-column): New option.
1638 (org-agenda-timeline): Group removed.
1639 (org-prepare-agenda, org-prepare-agenda-buffers)
1640 (org-run-agenda-series, org-timeline, org-agenda-list)
1641 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1642 the text property inticating the agenda type.
1643 (org-agenda-post-command-hook): Get agenda type from text property
1644 at point.
1645 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1646 and obey `org-agenda-overriding-arguments'.
1647 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1648 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1649 (org-agenda-week-view, org-agenda-day-view):
1650 Use `org-agenda-overriding-arguments' to make updating work with
1651 multi-block agendas.
1652 (org-agenda-prefix-format): Allow different formats for the
1653 different agenda entry types.
1654 (org-timeline-prefix-format): Option removed, use
1655 `org-agenda-prefix-format' instead.
1656 (org-prepare-agenda): New function.
1657 (org-select-timeline-window): Option removed, use
1658 `org-select-agenda-window' instead.
1659 (org-respect-restriction): Variable removed.
1660 (org-cmp-tag): New function.
1661 (org-agenda-sorting-strategy, org-entries-lessp):
1662 Implement sorting by last tag.
1663 (org-complete): Better completion in in-buffer option lines.
1664 (org-in-item-p): New function.
1665 (org-org-menu): Add entries for checkboxes.
1666 (org-cycle): Extra brouping in outline-regexp, because it is used
1667 in a search with "^" prepended.
1668 (org-provide-checkbox-statistics): New option.
1669 (org-set-font-lock-defaults): Highlight checkbox statistics.
1670 (org-update-checkbox-count-maybe)
1671 (org-get-checkbox-statistics-face): New functions.
1672 (org-update-checkbox-count): New command.
1673 (org-insert-item, org-toggle-checkbox):
1674 Call `org-update-checkbox-count-maybe'.
1675 (org-export-as-html): XEmacs compatibility for coding system.
1676 (org-force-cycle-archived): New command.
1677 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1678 overrules cycling.
1679 (org-fix-position-after-promote): If the line contains only a todo
1680 keyword, add a final space.
1681 (org-promote-subtree, org-demote-subtree):
1682 Call `org-fix-position-after-promote'.
1683
1684 2006-11-10 Glenn Morris <rgm@gnu.org>
1685
1686 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1687 date in every year.
1688 (calendar-dst-check-each-year-flag): New customizable variable.
1689 (calendar-dst-find-data): New function, extracted from
1690 calendar-current-time-zone.
1691 (calendar-current-time-zone): Use calendar-dst-find-data.
1692 (calendar-dst-transition-cache): New variable.
1693 (calendar-dst-find-startend, calendar-dst-starts)
1694 (calendar-dst-ends): New functions.
1695 (calendar-daylight-savings-starts)
1696 (calendar-daylight-savings-ends): Change value to use
1697 calendar-dst-starts, calendar-dst-ends; respectively.
1698
1699 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1700
1701 * ido.el (ido-enable-prefix)
1702 * ses.el (ses-call-printer-return)
1703 * net/tramp.el (tramp-unified-filenames)
1704 * progmodes/cc-align.el (c-lineup-string-cont)
1705 * progmodes/compile.el (compilation-directory-matcher)
1706 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1707 * progmodes/gdb-ui.el (gdb-many-windows)
1708 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1709 (vhdl-clock-rising-edge)
1710 * textmodes/org.el (org-export-with-timestamps)
1711 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1712 (org-read-date): Doc fix (Nil -> nil).
1713
1714 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1715
1716 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1717 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1718
1719 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1720
1721 * bs.el (bs--window-for-buffer): Remove.
1722 (bs--show-with-configuration): Use `get-window-with-predicate'
1723 instead of `bs--window-for-buffer'.
1724
1725 2006-11-10 Kenichi Handa <handa@m17n.org>
1726
1727 * files.el (revert-buffer): Fix previous change.
1728
1729 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * bs.el (bs--redisplay): Fix typo in docstring.
1732 (bs--window-config-coming-from): Make frame-local.
1733 (bs--restore-window-config): New function.
1734 (bs-kill, bs-select, bs-select-other-window)
1735 (bs-select-other-frame): Use it.
1736 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1737 (bs--show-with-configuration): Save the window configuration as a
1738 frame local var, and only if *buffer-selection* is not already
1739 visible on this frame.
1740
1741 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * vc-svn.el (vc-svn-admin-directory): New var.
1744 (vc-svn-registered, vc-svn-responsible-p)
1745 (vc-svn-repository-hostname): Use it.
1746 Suggested by arit93@yahoo.com.
1747
1748 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * ldefs-boot.el: Regenerate.
1751
1752 2006-11-08 Alan Mackenzie <acm@muc.de>
1753
1754 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1755 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1756 for least nested open-paren.
1757
1758 2006-11-08 Romain Francoise <romain@orebokech.com>
1759
1760 * subr.el (remove-overlays): Fix typo in last change.
1761
1762 2006-11-08 Richard Stallman <rms@gnu.org>
1763
1764 * subr.el (remove-overlays): Call overlay-recenter.
1765
1766 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1767
1768 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1769 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1770 behaviour.
1771 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1772 directly.
1773
1774 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1777 (ido-max-dir-file-cache, ido-decorations)
1778 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1779 (ido-magic-backward-char, ido-enter-dired)
1780 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1781 (ido-list-directory, ido-first-match, ido-only-match)
1782 (ido-subdir, ido-indicator): Fix typos in docstrings.
1783 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1784 (ido-read-internal): Fix typo in error message.
1785
1786 2006-11-08 Kenichi Handa <handa@m17n.org>
1787
1788 * international/mule-cmds.el (set-default-coding-systems):
1789 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1790
1791 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * makefile.w32-in (setwins): Remove.
1794 (WINS_ALMOST): New macro.
1795 (WINS): Use it.
1796 (autoloads): Don't extract autoloads from files in obsolete/.
1797
1798 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * whitespace.el (whitespace-buffer): Call remove-overlays after
1801 overlay-recenter for performance. Suggested by Martin Rudalics.
1802
1803 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * net/tramp.el (tramp-default-method): scp is the default method.
1806
1807 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * server.el (server-start): Save also the Emacs pid in the server file.
1810
1811 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1812
1813 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1814 point when displaying a bibtex cross reference in the echo area.
1815
1816 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1817
1818 * international/mule.el (make-char): Fix typo in docstring.
1819 (load-with-code-conversion, charsetp): Doc fixes.
1820
1821 * international/ja-dic-cnv.el (skkdic-convert):
1822 * cus-edit.el (hook): Fix typo in docstring.
1823
1824 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1827 (custom-mode-link-map): New variable.
1828 (custom-group-link, custom-manual): Use follow-link.
1829
1830 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1831
1832 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1833 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1834
1835 2006-11-06 Richard Stallman <rms@gnu.org>
1836
1837 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1838 New function broken out of flyspell-correct-word.
1839 (flyspell-mode-map): Bind it to M-RET.
1840 (flyspell-correct-word): Call it.
1841
1842 * textmodes/fill.el (fill-minibuffer-function): New function.
1843 (fill-paragraph): Bind fill-paragraph-function to
1844 fill-minibuffer-function.
1845
1846 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1847 so that they aren't undefined.
1848
1849 * dired.el (dired-readin): Locally bind file-name-coding-system.
1850
1851 * bindings.el: Shorten and clarify usual mode line mouse help string.
1852
1853 * Makefile.in (autoloads): Don't include `obsolete'.
1854
1855 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1858 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1859 Printing menu if it's not initialized.
1860 (pr-menu-bind): Act on menu-bar-file-menu directly.
1861
1862 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * help.el (view-emacs-news): Fix typo in error message.
1865
1866 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1867
1868 * shadowfile.el (shadow-define-regexp-group)
1869 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1870 (shadow-read-files): Fix typo in message.
1871 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1872 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1873 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1874 (shadow-file-match): Fix typos in docstrings.
1875
1876 * terminal.el (terminal-emulator): Fix typo in message.
1877
1878 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1879
1880 * emacs-lisp/lselect.el (x-kill-primary-selection)
1881 (x-delete-primary-selection, x-copy-primary-selection):
1882 Fix typos in error messages.
1883
1884 * emulation/edt-mapper.el: Fix typo in interactive message.
1885
1886 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1887
1888 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1889 (ispell-help): Fix typos in docstrings.
1890 (ispell-help): Fix typo in output message.
1891
1892 * allout.el (allout-adjust-file-variable)
1893 (allout-passphrase-verifier-string)
1894 (allout-passphrase-hint-string)
1895 (allout-toggle-current-subtree-encryption):
1896 * apropos.el (apropos-synonyms):
1897 * cus-edit.el (hook):
1898 * emacs-lock.el (emacs-lock-from-exiting):
1899 * follow.el (follow-avoid-tail-recenter-p):
1900 * hexl.el (hexl-mode):
1901 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1902 * mouse.el (mouse-set-font):
1903 * resume.el (resume-emacs-args-file):
1904 * rfn-eshadow.el (file-name-shadow-tty-properties):
1905 * t-mouse.el (t-mouse-process, t-mouse-mode):
1906 * emacs-lisp/cust-print.el (custom-print-install)
1907 (custom-print-uninstall, custom-format):
1908 * emacs-lisp/shadow.el (list-load-path-shadows):
1909 * emulation/tpu-edt.el (tpu-help-text)
1910 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1911 (tpu-reset-control-keys):
1912 * emulation/vip.el (vip-emacs-local-map)
1913 (vip-change-mode-to-emacs):
1914 * emulation/viper.el (viper-mode, viper-set-hooks)
1915 (viper-major-mode-modifier-list):
1916 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1917 * emulation/viper-keym.el (viper-emacs-kbd-map)
1918 (viper-toggle-key):
1919 * mail/feedmail.el (feedmail-queue-reminder)
1920 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1921 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1922 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1923 (feedmail-sender-line, feedmail-force-binary-write)
1924 (feedmail-from-line, feedmail-deduce-envelope-from)
1925 (feedmail-x-mailer-line, feedmail-message-id-generator)
1926 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1927 (feedmail-enable-spray, feedmail-spray-this-address)
1928 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1929 (feedmail-queue-runner-confirm-global)
1930 (feedmail-ask-before-queue-prompt)
1931 (feedmail-ask-before-queue-reprompt)
1932 (feedmail-prompt-before-queue-standard-alist)
1933 (feedmail-prompt-before-queue-user-alist)
1934 (feedmail-prompt-before-queue-help-supplement)
1935 (feedmail-queue-use-send-time-for-message-id)
1936 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1937 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1938 (feedmail-mail-send-hook-queued)
1939 (feedmail-confirm-addresses-hook-example)
1940 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1941 (feedmail-queue-runner-mode-setter)
1942 (feedmail-queue-alternative-mail-header-separator)
1943 (feedmail-queue-runner-message-sender)
1944 (feedmail-buffer-eating-function, feedmail-binmail-template)
1945 (feedmail-run-the-queue-no-prompts)
1946 (feedmail-run-the-queue-global-prompt)
1947 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1948 (feedmail-envelope-deducer, feedmail-fiddle-date)
1949 (feedmail-default-message-id-generator)
1950 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1951 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1952 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1953 (vms-pmail-setup):
1954 * play/dunnet.el (dun-help):
1955 * play/handwrite.el (handwrite):
1956 * play/hanoi.el (hanoi-unix-64):
1957 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1958 * textmodes/enriched.el (fixed):
1959 * textmodes/org.el (org-file-apps)
1960 (org-emphasis-regexp-components, org-emphasis-alist):
1961 * textmodes/texinfmt.el (batch-texinfo-format):
1962 Fix typos in docstrings.
1963
1964 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * loadhist.el (read-feature): Don't complete features not loaded
1967 from a file (which make `unload-feature' to fail).
1968
1969 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1970
1971 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1972
1973 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * startup.el (command-line-1): Kill emacs if the last frame is
1976 deleted while evaluating the command-line arguments.
1977
1978 2006-11-05 Richard Stallman <rms@gnu.org>
1979
1980 * startup.el (init-file-had-error): Add doc string.
1981 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1982 Use fixed-width font for keyboard key descriptions.
1983
1984 * cus-edit.el (custom-save-all): Error if saving in .emacs
1985 and it had an error when loaded.
1986
1987 * dired-aux.el (dired-copy-file-recursive): Catch errors
1988 from recursive copies in the loop, around the recursive call.
1989
1990 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1991
1992 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1993 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1994 `/proc/acpi/thermal_zone/*'.
1995 (battery-search-for-one-match-in-files): New. Search a regexp in
1996 the content of some files.
1997
1998 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1999
2000 * window.el (mouse-autoselect-window-now): Remove variable.
2001 (mouse-autoselect-window-state): New variable.
2002 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2003 (mouse-autoselect-window-select, handle-select-window):
2004 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2005 Suspend delayed autoselection during menu or popup dialog.
2006
2007 * info-look.el (info-lookup-guess-custom-symbol): New function
2008 for retrieving symbol at point in custom buffers.
2009 (top level) <info-lookup-maybe-add-help>: Add backquote and
2010 comma to ignored characters in regexps of help specifications
2011 for emacs-lisp-mode and lisp-interaction-mode. This permits
2012 looking up symbols in `...' and after a comma. Add help
2013 specifications for custom-mode and help-mode.
2014
2015 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2016
2017 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2018 Don't encode body if RAW is non-nil, or if the old encoding is
2019 identical to the new encoding, or if the body contains only
2020 eight-bit-* characters.
2021
2022 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2023
2024 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2025 (faces-sample-overlay): Remove variable.
2026 (describe-face): Insert sample text in the face being described.
2027
2028 2006-11-04 Martin Rudalics <rudalics@gmx.at>
2029
2030 * whitespace.el (whitespace-indent-regexp): Make this match any
2031 multiples of eight spaces near the beginning of a line.
2032 (whitespace-buffer): Use `remove-overlays' instead of
2033 `whitespace-unhighlight-the-space' and `overlay-recenter' to
2034 speed up overlay handling.
2035 (whitespace-buffer-leading, whitespace-buffer-trailing):
2036 Make these functions highlight the text removed by
2037 `whitespace-buffer-leading-cleanup' and
2038 `whitespace-buffer-trailing-cleanup' respectively.
2039 (whitespace-buffer-search): Use `with-local-quit'.
2040 Move `format' out of loop to speed up scanning larger buffers.
2041 (whitespace-unhighlight-the-space): Remove `remove-hook' since
2042 that function is never added to a hook.
2043 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2044 (whitespace-buffer-leading-cleanup)
2045 (whitespace-refresh-rescan-list): Fix docstrings.
2046
2047 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
2048
2049 * allout.el (allout-during-yank-processing): Cue for inhibiting
2050 aberrance processing during yanks.
2051 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2052 the amount of yanked topics that can be aberrant.
2053 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2054 a function, and supplement with inihibition of doublechecking
2055 during yanks.
2056 (allout-beginning-of-line, allout-next-heading)
2057 (allout-previous-heading, allout-goto-prefix-doublechecked)
2058 (allout-back-to-current-heading, allout-next-visible-heading)
2059 (allout-next-sibling): Use new allout-do-doublecheck function.
2060 (allout-next-sibling): Ensure we made progress when returning
2061 other than nil.
2062 (allout-rebullet-heading): Preserve text property annotations
2063 indicating the text was hidden, if it was.
2064 (allout-kill-line): Remove any added was-hidden annotations.
2065 (allout-kill-topic): Remove any added was-hidden annotations.
2066 (allout-annotate-hidden): Inhibit adding was-hidden text
2067 properties to the undo list.
2068 (allout-deannotate-hidden): New function to remove was-hidden
2069 annotation.
2070 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2071 (allout-remove-exposure-annotation): Replace by
2072 allout-deannotate-hidden.
2073 (allout-yank-processing): Signal that yank processing is happening
2074 with allout-during-yank-processing. Also, wrap
2075 allout-unprotected's closer to the text changes, for easier
2076 debugging. We need to inhibit-field-text-motion explicitly, in
2077 lieu of the encompassing allout-unprotected.
2078 (outlineify-sticky): Adjust criteria for triggering new outline
2079 decorations to presence or absence of any topics, not just a topic
2080 at the beginning of the buffer.
2081
2082 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * bs.el (bs--show-all, bs--redisplay):
2085 * cus-edit.el (custom-unlispify-menu-entries)
2086 (custom-unlispify-tag-names, custom-prompt-variable):
2087 * expand.el (expand-pos):
2088 * speedbar.el (speedbar-generic-list-tag-p):
2089 * wid-edit.el (widget-image-enable):
2090 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2091 * emacs-lisp/find-func.el (find-function-noselect)
2092 (find-function, find-variable-noselect, find-variable)
2093 (find-definition-noselect, find-face-definition):
2094 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2095 * net/eudc-vars.el (eudc-expansion-overwrites-query):
2096 * progmodes/ada-xref.el (ada-find-in-ali):
2097 * textmodes/flyspell.el (flyspell-check-tex-math-command):
2098 * textmodes/org.el (org-copy-subtree):
2099 * textmodes/table.el (table--row-column-insertion-point-p):
2100 Use "non-nil" in docstrings.
2101
2102 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2103
2104 * sort.el (sort-columns): Set the field separator to tab; on
2105 NetBSD, sort complains if "\n" is used as field separator.
2106
2107 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
2108
2109 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2110
2111 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * server.el (server-auth-key): Remove. Replace by a process-property.
2114 (server-start): Don't remove the file of the previous process, but
2115 instead clear out the place for the new file.
2116 (server-start): Set the :auth-key property.
2117 (server-process-filter): Use the :auth-key property.
2118
2119 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
2120
2121 * textmodes/org.el (org-mode-map): No longer copy
2122 `outline-mode-map' explicitly - this is already done by
2123 `define-derived-mode'.
2124
2125 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * server.el (server-visit-files): Use `when'.
2128 (server-process-filter): When authentication fails, send error
2129 message to client. Wrap `process-send-region' in `ignore-errors'
2130 instead of `condition-case', and remove misleading comment.
2131
2132 2006-11-01 Juri Linkov <juri@jurta.org>
2133
2134 * simple.el (yank): Doc fix.
2135
2136 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * server.el: Try and fit within 80 columns.
2139 (server-start): Make the auth file unreadable by other users.
2140
2141 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2142
2143 * battery.el (battery-linux-proc-acpi): Prevent range error when
2144 `full-capacity' is 0.
2145
2146 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2147
2148 * faces.el (faces-sample-overlay): New defvar.
2149 (faces-sample-overlay): New function to show face sample text.
2150 (describe-face): Use it.
2151
2152 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
2153
2154 * progmodes/ada-stmt.el: Change maintainer, apply
2155 whitespace-cleanup, checkdoc.
2156 (ada-func-or-proc-name): Add doc string.
2157
2158 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2159 whitespace-cleanup, checkdoc. Minor improvements to many doc
2160 strings and comments.
2161 (ada-prj-display-page): Change buffer name to more accurately
2162 reflect function.
2163
2164 * progmodes/ada-xref.el: Change maintainer, apply
2165 whitespace-cleanup, checkdoc. Minor improvements to many doc
2166 strings and comments. Don't look for `gvd' or `ddd' debuggers.
2167 (ada-compile-current): Don't add newlines to commands.
2168
2169 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * server.el: Add support for TCP sockets.
2172 (server-use-tcp, server-host, server-auth-dir): New options.
2173 (server-auth-key): New variable.
2174 (server-ensure-safe-dir): Create nonexistent parent dirs.
2175 Ignore Unix-style file modes on Windows.
2176 (server-start): Crete a TCP or Unix socket according to the value
2177 of `server-use-tcp'. For TCP sockets, create the id/auth file in
2178 `server-auth-dir' directory.
2179 (server-process-filter): Delete process if authentication
2180 fails (which never happens for Unix sockets).
2181
2182 2006-10-30 David Kastrup <dak@gnu.org>
2183
2184 * subr.el (add-to-list): Don't continue checking if a match has
2185 been found.
2186
2187 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * tutorial.el: Move defvars to avoid bytecomp warnings.
2190 (tutorial--find-changed-keys): Check if viper-current-state is
2191 bound before using it.
2192 (help-with-tutorial): Check if viper-tutorial is defined before
2193 using it.
2194
2195 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
2196
2197 * help-fns.el (help-with-tutorial): Move to tutorial.el.
2198
2199 * tutorial.el: New file.
2200 (help-with-tutorial): Move here from help-fns.el. Added help for
2201 rebound keys. Fixed resume of tutorial.
2202 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2203 (tutorial--find-changed-keys, tutorial--display-changes)
2204 (tutorial--saved-dir, tutorial--saved-file)
2205 (tutorial--save-tutorial): New functions to support the changes in
2206 help-with-tutorial.
2207
2208 2006-10-30 Kenichi Handa <handa@m17n.org>
2209
2210 * files.el (revert-buffer): If a unibyte buffer is being reverted
2211 with a coding system for multibyte, set buffer multibyte before
2212 calling insert-file-contents.
2213
2214 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * server.el (server-select-display): Use a dummy buffer to detect when
2217 the frame is later used.
2218 (server-select-display): New function.
2219 (server-process-filter): Use it to detect unused temp frames.
2220
2221 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
2222
2223 * progmodes/ada-mode.el: Change maintainer, apply
2224 whitespace-clean, checkdoc. Minor improvements to many doc strings.
2225 (ada-mode-version): New function.
2226 (ada-create-menu): Menu operations are available for all supported
2227 compilers.
2228
2229 2006-10-29 Lars Hansen <larsh@soem.dk>
2230
2231 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2232 Highlight as keyword.
2233 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2234 Don't call tramp-method-out-of-band-p for local files.
2235 (tramp-touch): Quote file name.
2236
2237 2006-10-28 Glenn Morris <rgm@gnu.org>
2238
2239 * calendar/calendar.el (cal-html-cursor-month)
2240 (cal-html-cursor-year): Add autoloads for this new package.
2241 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2242
2243 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
2244
2245 * calendar/cal-html.el: New file.
2246
2247 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * emacs-lisp/authors.el (authors-aliases): Update.
2250
2251 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * version.el (emacs-version): Bump version number to 22.0.90.
2254
2255 2006-10-26 John W. Eaton <jwe@octave.org>
2256
2257 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2258 New defvar.
2259 (inferior-octave-resync-dirs): Check to see whether Octave has
2260 built-in variables and set inferior-octave-has-built-in-variables.
2261 Check inferior-octave-has-built-in-variables to decide whether to
2262 send commands that set built-in variables or call functions to
2263 change Octave's behavior.
2264 Send "disp (pwd ())" to Octave instead of just "pwd".
2265 (inferior-octave-startup): Send "more off" to Octave instead of
2266 "page_screen_output = 0".
2267
2268 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2271 pattern normally.
2272
2273 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
2274
2275 * bindings.el (mode-line-mode-menu): Remove bindings for global
2276 minor modes (line/column number) as they are on the menubar.
2277
2278 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * term/w32-win.el (x-handle-name-switch): Doc fix.
2281 (w32-standard-fontset-spec): Fix typo in docstring.
2282
2283 * midnight.el (midnight-buffer-display-time): Doc fix.
2284 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2285
2286 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
2287
2288 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2289
2290 * viper-ex.el (ex-read): Quote file argument.
2291
2292 * ediff-diff.el (ediff-same-file-contents): Expand file names.
2293
2294 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2295
2296 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2297
2298 * textmodes/flyspell.el (flyspell-check-region-doublons):
2299 Fix last fix.
2300
2301 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * bindings.el (mode-line-mode-menu): List global minor modes
2304 before local ones.
2305
2306 2006-10-23 Kim F. Storm <storm@cua.dk>
2307
2308 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
2309 (sit-for): If last command was a prefix arg, add the read-ahead
2310 event to unread-command-events as (t . EVENT) so it will be added
2311 to this-command-keys by read-key-sequence.
2312
2313 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2314
2315 * textmodes/flyspell.el (flyspell-word): Skip past all previous
2316 whitespace when checking doublons.
2317 (flyspell-check-region-doublons): Fix doublon regexp.
2318 (flyspell-highlight-incorrect-region): Highlight doublons using
2319 flyspell-duplicate face.
2320
2321 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2322
2323 2006-10-22 John Wiegley <johnw@newartisans.com>
2324
2325 * progmodes/python.el (python-use-skeletons): python-mode was
2326 auto-inserting templates (for those with abbrev-mode on), not only
2327 by default -- *but without a configuration variable to disable
2328 it*. This rendered python-mode completely useless for me, so I
2329 have added `python-use-skeletons', which is now off by default.
2330
2331 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * progmodes/cperl-mode.el (cperl-mode): Don't assume
2334 font-lock-multiline is auto-local (it's not).
2335 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
2336 initialized before calling cperl-init-faces.
2337
2338 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
2339
2340 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
2341 gdb-stack-position a value when there is no fringe.
2342
2343 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
2344 indicator if not visiting a file.
2345
2346 2006-10-20 David Kastrup <dak@gnu.org>
2347
2348 * window.el (kill-buffer-and-window): Fix a bug where an aborted
2349 operation would still cause some window to collapse later.
2350
2351 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * vc.el (vc-switch-backend): Try to be more careful with unwanted
2354 side-effect due to mixing various backends's file properties.
2355
2356 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2357 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
2358 Return `filename's status if applicable. Update callers.
2359
2360 2006-10-19 Kenichi Handa <handa@m17n.org>
2361
2362 * international/kkc.el (kkc-region): When a key sequence is not
2363 defined, append (this-single-command-raw-keys) to
2364 unread-input-method-events.
2365
2366 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2369
2370 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2371
2372 * version.el (emacs-version): Use mac-carbon-version-string.
2373
2374 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2375
2376 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2377
2378 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2379 Kenichi Handa).
2380 (xselect-convert-to-string): Decline requests for UTF8_STRING if
2381 the selection is not UTF-8.
2382
2383 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * progmodes/ada-mode.el (ada-83-string-keywords)
2386 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2387 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2388 (ada-looking-at-semi-private, ada-get-body-name):
2389 Fix typos in docstrings.
2390 (ada-create-case-exception, ada-create-case-exception-substring):
2391 Fix typos in error messages.
2392 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2393
2394 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2395
2396 * term/x-win.el (res-geometry): Don't set geometry from Xresources
2397 to default-frame-alist if default-frame-alist already contains
2398 width/height.
2399
2400 2006-10-18 Richard Stallman <rms@gnu.org>
2401
2402 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2403 Non-interactive arg is the value, not the expression.
2404
2405 * simple.el (read-expression-map): Just set it, no defvar.
2406
2407 * subr.el (insert-for-yank-1): If last inserted char has
2408 properties, mark them as rear-nonsticky.
2409
2410 * recentf.el (recentf-mode): Doc fix.
2411
2412 * facemenu.el (facemenu-add-new-face): Defend against symbol
2413 that isn't a face name.
2414
2415 * dired-aux.el (dired-do-copy): Doc fix.
2416
2417 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * simple.el (line-move-1): Ignore fields when moving to the
2420 beginning of line to avoid getting point stuck.
2421
2422 2006-10-18 Martin Rudalics <rudalics@gmx.at>
2423
2424 * textmodes/flyspell.el (flyspell-word-search-backward):
2425 Set inhibit-point-motion-hooks to avoid looping due to intangibile
2426 text.
2427
2428 2006-10-16 Richard Stallman <rms@gnu.org>
2429
2430 * help-fns.el (describe-function-1): Special case optimization
2431 for self-insert-command.
2432
2433 2006-10-16 Kim F. Storm <storm@cua.dk>
2434
2435 * ido.el (ido-reread-directory): Work in `dir' mode too.
2436
2437 2006-10-15 Martin Rudalics <rudalics@gmx.at>
2438
2439 * textmodes/table.el: Require 'regexp-opt.
2440
2441 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
2442
2443 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2444 Use shell-quote-argument.
2445
2446 * shell.el (explicit-bash-args): Likewise.
2447
2448 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2449 Use grep -E rather than egrep.
2450
2451 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2452
2453 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2454
2455 2006-10-15 Kim F. Storm <storm@cua.dk>
2456
2457 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2458
2459 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2460
2461 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2462 to protect whitespace and metacharacters from the shell.
2463
2464 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2465
2466 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2467
2468 2006-10-13 Eli Zaretskii <eliz@gnu.org>
2469
2470 * subr.el (start-process-shell-command): Doc fix.
2471
2472 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
2473
2474 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2475 the regexp for Maxima symbols.
2476
2477 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2480 (vc-find-root): Don't walk higher up than ~.
2481
2482 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * international/utf-8.el (utf-translate-cjk-load-tables):
2485 Avoid clobbering last-coding-system-used during load.
2486
2487 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
2488
2489 * textmodes/reftex-global.el (reftex-create-tags-file):
2490 Quote file arguments.
2491
2492 2006-10-12 Richard Stallman <rms@gnu.org>
2493
2494 * files.el (file-name-history): Add defvar.
2495 (save-some-buffers-action-alist): Improve description strings.
2496
2497 2006-10-12 Andreas Schwab <schwab@suse.de>
2498
2499 * files.el (auto-mode-alist): Match change log file name also with
2500 a dash before a numeric extension.
2501
2502 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
2503
2504 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2505 After 5.0:
2506 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2507
2508 After 5.1: Major edit. Summary of most visible changes:
2509
2510 - Multiple <<HERE per line allowed.
2511 - Handles multiline subroutine declaration headers (with comments).
2512 (The exception is `cperl-etags' - but it is not used in the rest
2513 of the mode.)
2514 - Fontifies multiline my/our declarations (even with comments,
2515 and with legacy `font-lock').
2516 - Major speedup of syntaxification, both immediate and postponed
2517 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2518 huge real-life document I tested).
2519 - New bindings, edits to imenu.
2520 - "_" is made into word-char during fontification/syntaxification;
2521 some attempts to recognize non-word "_" during other operations too.
2522 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2523 - autoload some more perldoc-related stuff
2524 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2525 - Attempt to incorporate XEmacs edits which reached me.
2526
2527 Fine-grained changelog:
2528 (cperl-hook-after-change): New configuration variable.
2529 (cperl-vc-sccs-header): Likewise.
2530 (cperl-vc-sccs-header): Likewise.
2531 (cperl-vc-header-alist): Default via two preceding variables.
2532 (cperl-invalid-face): Remove double quoting under XEmacs
2533 (still needed under 21.2).
2534 (cperl-tips): Update URLs for resources.
2535 (cperl-problems): Likewise.
2536 (cperl-praise): Mention new features.
2537 New C-c key bindings: for `cperl-find-bad-style',
2538 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2539 `cperl-perdoc', and `cperl-perldoc-at-point'.
2540 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2541 moved, new submenu of Tools with Ispell entries and narrowing.
2542 (cperl-after-sub-regexp): New defsubst.
2543 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2544 Allows heads up to head4.
2545 Allow "package;".
2546 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2547 (paren-backwards-message): ??? Something for XEmacs???
2548 (cperl-mode): Never auto-switch abbrev-mode off.
2549 Try to allow '_' be non-word char.
2550 Do not use `font-lock-unfontify-region-function' on XEmacs.
2551 Reset syntax cache on mode start.
2552 Support multiline facification (even on legacy `font-lock').
2553 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2554 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2555 refuse to inform us whether the fontification is due to lazy
2556 calling or due to edit to a buffer, install our own hook
2557 (controlled by `cperl-hook-after-change').
2558 (cperl-electric-pod): =cut may have been recognized as start.
2559 (cperl-block-p): Move, updatedfor attributes.
2560 (cperl-calculate-indent): Try to allow '_' be non-word char
2561 Support subs with attributes.
2562 (cperl-where-am-i): Queit (?) a warning.
2563 (cperl-cached-syntax-table) New function.
2564 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2565 (cperl-unwind-to-safe): Recognize `syntax-type' property
2566 changing in a middle of line.
2567 (cperl-find-sub-attrs): New function.
2568 (cperl-find-pods-heres): Allow many <<EOP per line.
2569 Allow subs with attributes.
2570 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2571 Recognize "extproc " (OS/2) case-folded and only at start.
2572 /x on s///x with empty replacement was not recognized.
2573 Better comments.
2574 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2575 Allow subs with attributes, labels.
2576 Do not confuse "else::foo" with "else".
2577 Minor optimizations...
2578 (cperl-after-expr-p): Try to allow '_' be non-word char.
2579 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2580 with `looking-at' inside `narrow' and bulk out if found.
2581 (cperl-imenu--create-perl-index): Updates for new
2582 `cperl-imenu--function-name-regexp-perl'.
2583 (cperl-outline-level): Likewise.
2584 (cperl-init-faces): Allow multiline subroutine headers
2585 and my/our declarations, and ones with comments.
2586 Allow subroutine attributes.
2587 (cperl-imenu-on-info): Better docstring.
2588 (cperl-etags): Rudimentary support for attributes.
2589 Support for packages and "package;".
2590 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2591 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2592 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2593 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2594 (cperl-perldoc): Add autoload.
2595 (cperl-perldoc-at-point): Likewise.
2596 (cperl-here-doc-spell): New function.
2597 (cperl-pod-spell): Likewise.
2598 (cperl-map-pods-heres): Likewise.
2599 (cperl-get-here-doc-region): Likewise.
2600 (cperl-font-lock-fontify-region-function): Likewise (backward
2601 compatibility for legacy `font-lock').
2602 (cperl-font-lock-unfontify-region-function): Fix style.
2603 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2604 calls with no-change. Governed by `cperl-hook-after-change'.
2605 (cperl-fontify-update): Recognize that syntaxification region
2606 can be larger than fontification one.
2607 XXXX we leave `cperl-postpone' property, so this is quadratic...
2608 (cperl-fontify-update-bad): Temporary placeholder until
2609 it is clear how to implement `cperl-fontify-update'.
2610 (cperl-time-fontification): New function.
2611 (attrib-group): New text attribute.
2612 (multiline): New value: `syntax-type' text attribute.
2613
2614 After 5.2:
2615 (cperl-emulate-lazy-lock): New function.
2616 (cperl-fontify-syntaxically): Would skip large regions.
2617 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2618 Some globals were declared, but uninitialized.
2619
2620 After 5.3, 5.4:
2621 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2622 Copyright message updated.
2623 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2624 facification down a bit.
2625 Misprint for my|our|local for old `font-lock'
2626 "our" was not fontified same as "my|local".
2627 Highlight variables after "my" etc even in
2628 a middle of an expression.
2629 Do not facify multiple variables after my etc
2630 unless parentheses are present.
2631
2632 After 5.5, 5.6
2633 (cperl-fontify-syntaxically): after-change hook could reset.
2634 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2635
2636 After 5.7:
2637 (cperl-init-faces): Allow highlighting of local ($/).
2638 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2639 (cperl-problems): Remove fixed problems.
2640 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2641 Recognize charclasses (unless delimiter is \).
2642 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2643 (cperl-regexp-scan): Update docs.
2644 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2645
2646 After 5.8:
2647 Major user visible changes:
2648 Recognition and fontification of character classes in RExen.
2649 Variable indentation of RExen according to groups.
2650
2651 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2652 Fontify REx charclasses in variable-name face.
2653 Fontify POSIX charclasses in "type" face.
2654 Fontify unmatched "]" in function-name face.
2655 Mark first-char of HERE-doc as `front-sticky'.
2656 Reset `front-sticky' property when needed.
2657 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2658 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2659 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2660 constructs. Support `narrow'ed buffers.
2661 (cperl-praise): Remove a reservation.
2662 (cperl-make-indent): New function.
2663 (cperl-indent-for-comment): Use `cperl-make-indent'.
2664 (cperl-indent-line): Likewise.
2665 (cperl-lineup): Likewise.
2666 (cperl-beautify-regexp-piece): Likewise.
2667 (cperl-contract-level): Likewise.
2668 (cperl-toggle-set-debug-unwind): New function.
2669 New menu entry for this.
2670 (fill-paragraph-function): Use when `boundp'.
2671 (cperl-calculate-indent): Take into account groups when indenting RExen.
2672 (cperl-to-comment-or-eol): Recognize # which end a string.
2673 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2674 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2675 (cperl-fontify-syntaxically): More clear debugging message.
2676 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2677 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2678 Merge cosmetic changes from XEmacs.
2679
2680 After 5.9:
2681 (cperl-1+): Move to before the first use.
2682 (cperl-1-): Likewise.
2683
2684 After 5.10:
2685
2686 This code may lock Emacs hard!!! Use at your own risk!
2687
2688 (cperl-font-locking): New internal variable.
2689 (cperl-beginning-of-property): New function.
2690 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2691 instead of `previous-single-property-change'.
2692 (cperl-unwind-to-safe): Likewise.
2693 (cperl-after-expr-p): Likewise.
2694 (cperl-get-here-doc-region): Likewise.
2695 (cperl-font-lock-fontify-region-function): Likewise.
2696 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2697 recursively.
2698 Bound `next-single-property-change' via `point-max'.
2699 (cperl-unwind-to-safe): Bound likewise
2700 (cperl-font-lock-fontify-region-function): Likewise.
2701 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2702 Initialization of `cperl-font-lock-multiline-start' could be
2703 missed if the "main" fontification did not run due to the
2704 keyword being already fontified.
2705 (cperl-pod-spell): Return t from do-one-chunk function.
2706 (cperl-map-pods-heres): Stop when the worker returns nil.
2707 Call `cperl-update-syntaxification'.
2708 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2709 (cperl-get-here-doc-delim): Remove unused function.
2710
2711 After 5.11:
2712
2713 The possible lockup of Emacs (introduced in 5.10) fixed.
2714
2715 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2716 (cperl-syntaxify-for-menu): New customization variable.
2717 (cperl-select-this-pod-or-here-doc): New function.
2718 (cperl-get-here-doc-region): Extra argument.
2719 Do not adjust pos by 1.
2720
2721 New menu entries
2722 (Perl/Tools): Selection of current POD or HERE-DOC section.
2723 (Debugging CPerl:) backtrace on fontification.
2724
2725 After 5.12:
2726 (cperl-cached-syntax-table): Use `car-safe'.
2727 (cperl-forward-re): Remove spurious argument SET-ST.
2728 Add documentation.
2729 (cperl-forward-group-in-re): New function.
2730 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2731 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2732
2733 After 5.13:
2734 (cperl-string-syntax-table): Make { and } not-grouping
2735 (Sometimes they ARE grouping in RExen, but matching them would only
2736 confuse in many situations when they are not)
2737 (beginning-of-buffer): Replace two occurences with goto-char...
2738 (cperl-calculate-indent): `char-after' could be nil...
2739 (cperl-find-pods-heres): REx can start after "[" too.
2740 Hightlight (??{}) in RExen too.
2741 (cperl-maybe-white-and-comment-rex): New constant
2742 (cperl-white-and-comment-rex): Likewise.
2743 XXXX Not very efficient, but hard to make
2744 better while keeping 1 group.
2745
2746 After 5.13:
2747 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2748 Likewise for 1 << identifier.
2749
2750 After 5.14:
2751 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2752 Error-less condition-case could fail.
2753 (cperl-font-lock-fontify-region-function): Likewise.
2754 (cperl-init-faces): Likewise.
2755
2756 After 5.15:
2757 (cperl-find-pods-heres): Support property REx-part2.
2758 (cperl-calculate-indent): Likewise.
2759 Don't special-case REx with non-empty 1st line.
2760 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2761 Invert highlighting of charclasses:
2762 now the envelop is highlighted.
2763 Highlight many others 0-length builtins.
2764 (cperl-praise): Mention indenting and highlight in RExen.
2765
2766 After 5.15:
2767 (cperl-find-pods-heres): Highlight capturing parens in REx.
2768
2769 After 5.16:
2770 (cperl-find-pods-heres): Highlight '|' for alternation
2771 Initialize `font-lock-warning-face' if not present.
2772 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2773 `font-lock-function-name-face'.
2774 (cperl-look-at-leading-count): Likewise.
2775 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2776 `font-lock-keyword-face' (needed for
2777 batch processing), etc...
2778 Use `font-lock-builtin-face' for builtin in REx
2779 Now `font-lock-variable-name-face'
2780 is used for interpolated variables
2781 Use "talking aliases" for faces inside REx
2782 Highlight parts of REx (except in charclasses)
2783 according to the syntax and/or semantic
2784 Syntax-mark a {}-part of (?{}) as "comment"
2785 (it was the ()-part)
2786 Better logic to distinguish what is what in REx
2787 (cperl-tips-faces): Document REx highlighting
2788 (cperl-praise): Mention REx syntax highlight etc.
2789
2790 After 5.17:
2791 (cperl-find-sub-attrs): Would not always manage to print error message.
2792 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2793
2794 After 5.18:
2795 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2796 Very minor optimization.
2797 `my-cperl-REx-modifiers-face' got quoted.
2798 Recognize "print $foo <<END" as HERE-doc.
2799 Put `REx-interpolated' text attribute if needed.
2800 (cperl-invert-if-unless-modifiers): New function.
2801 (cperl-backward-to-start-of-expr): Likewise.
2802 (cperl-forward-to-end-of-expr): Likewise.
2803 (cperl-invert-if-unless): Works in "the opposite way" too.
2804 Cursor position on return is on the switch-word.
2805 Indents comments better.
2806 (REx-interpolated): New text attribute.
2807 (cperl-next-interpolated-REx): New function.
2808 (cperl-next-interpolated-REx-0): Likewise.
2809 (cperl-next-interpolated-REx-1): Likewise.
2810 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2811 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2812 (cperl-praise): Mention finded interpolated RExen.
2813
2814 After 5.19:
2815 (cperl-init-faces): Highlight %$foo, @$foo too.
2816 (cperl-short-docs): Better docs for system, exec.
2817 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2818 Would not find HERE-doc ended by EOF without NL.
2819 (cperl-short-docs): Correct not-doubled \-escapes.
2820 start block: Put some `defvar' for stuff gone from XEmacs.
2821
2822 After 5.20:
2823 initial comment: Extend copyright, fix email address.
2824 (cperl-indent-comment-at-column-0): New customization variable.
2825 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2826 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2827 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2828 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2829 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2830 highlight $ in $foo too (UNTESTED).
2831 (cperl-set-style): Docstring missed some available styles.
2832 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2833 Change "Current" to "Memorize Current".
2834 (cperl-indent-wrt-brace): New customization variable; the default is
2835 as for pre-5.2 version.
2836 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2837 (cperl-style-alist): Likewise.
2838 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2839 and `cperl-extra-newline-before-brace' etc
2840 being t
2841 (cperl-indent-exp): Plans B and C to find continuation blocks even
2842 if `cperl-extra-newline-before-brace' is t.
2843
2844 After 5.21:
2845 Improve some docstrings concerning indentation.
2846 (cperl-indent-rules-alist): New variable.
2847 (cperl-sniff-for-indent): New function name
2848 (separated from `cperl-calculate-indent').
2849 (cperl-calculate-indent): Separate the sniffer and the indenter;
2850 uses `cperl-sniff-for-indent' now.
2851 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2852 was inverted;
2853 Support `comment-column' = 0.
2854
2855 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2856
2857 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2858 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2859 * longlines.el (longlines-window-change-function): Likewise.
2860 * simple.el (undo-ask-before-discard): Likewise.
2861 * wid-edit.el (widget-field-prompt-internal)
2862 (widget-documentation-link-p): Likewise.
2863
2864 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2867 for a keyword.
2868
2869 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * newcomment.el (comment-valid-prefix-p): Make the check
2872 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2873 (comment-indent-new-line): Adjust call.
2874
2875 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2876
2877 * allout.el (allout-back-to-current-heading): Base on lower-level
2878 routines to get proper disqualification of aberrant topics.
2879
2880 2006-10-09 Richard Stallman <rms@gnu.org>
2881
2882 * textmodes/two-column.el (2C-two-columns): Doc fix.
2883
2884 2006-10-09 Kim F. Storm <storm@cua.dk>
2885
2886 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2887 about implicit use.
2888
2889 2006-10-08 Richard Stallman <rms@gnu.org>
2890
2891 * textmodes/two-column.el (2C-two-columns): Doc fix.
2892
2893 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2894
2895 * files.el: Mark `buffer-read-only' as safe-local-variable.
2896
2897 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2900 Burp if GUD buffer has been killed.
2901
2902 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * completion.el (add-completions-from-c-buffer):
2905 Don't presume an error's second element is a string.
2906 Use looking-at rather than buffer-substring + member.
2907
2908 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2909
2910 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2911 `undecided', call find-coding-systems-region to find a proper
2912 non-trivial encoding.
2913 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2914 and "text/plain".
2915
2916 2006-10-07 Kevin Ryde <user42@zip.com.au>
2917
2918 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2919 url-link.
2920
2921 * strokes.el (defgroup strokes): Remove invalid url-link.
2922
2923 2006-10-07 Magnus Henoch <mange@freemail.hu>
2924
2925 * autoinsert.el (auto-insert-alist): Doc fix.
2926
2927 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2928
2929 * mouse-sel.el (mouse-insert-selection-internal):
2930 Use insert-for-yank, so that yank handlers are run.
2931
2932 2006-10-07 Kim F. Storm <storm@cua.dk>
2933
2934 * ido.el (ido-file-extension-aux): Fix comparison.
2935
2936 2006-10-06 Kim F. Storm <storm@cua.dk>
2937
2938 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2939
2940 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2943 (ad-make-mapped-call): Use `let', not `let*'.
2944
2945 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * international/mule-cmds.el (coding-system-change-eol-conversion):
2948 Ensure the coding system is initialized before calling
2949 coding-system-eol-type.
2950
2951 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2952
2953 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2954 (org-activate-angle-links, org-activate-dates)
2955 (org-activate-target-links, org-activate-camels)
2956 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2957 textproperty keymaps from being active beyond the end of a line.
2958 (org-unfontify-region): Also remove `rear-nonsticky' property.
2959
2960 2006-10-04 Kenichi Handa <handa@m17n.org>
2961
2962 * international/code-pages.el (next): Table fixed.
2963
2964 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2967 that it's been made unnecessary by removing narrowing.
2968
2969 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2972 control flow a bit, simplify another bit, and add comments.
2973
2974 2006-10-03 David Kastrup <dak@gnu.org>
2975
2976 * help.el (describe-mode): For clicks on mode-line, use "@"
2977 interactive argument to get the major mode of the click instead of
2978 the current buffer.
2979
2980 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2981 in order to better redirect mouse-2 clicks. Also allow default
2982 bindings to apply.
2983
2984 2006-10-03 Kim F. Storm <storm@cua.dk>
2985
2986 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2987 (pushnew): Fix last change.
2988
2989 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2990
2991 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2992 Use the interactive spec of `eval-expression'.
2993
2994 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2995
2996 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2997
2998 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2999
3000 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3001 2006-09-28 commit.
3002
3003 2006-10-02 Kenichi Handa <handa@m17n.org>
3004
3005 * international/code-pages.el (iso-8859-6): Table fixed.
3006
3007 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3008
3009 * dired.el (dired-build-subdir-alist): Fix previous change.
3010
3011 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
3012
3013 * simple.el (undo-elt-crosses-region): Fix the inequalities.
3014
3015 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * emacs-lisp/find-func.el (find-function-regexp): Don't match
3018 "define-button-type".
3019
3020 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3021 they don't keep accumulating.
3022
3023 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3024
3025 * ffap.el (ffap-rfc-path): Change the address of the RFC
3026 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3027
3028 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
3029
3030 * allout.el (allout-expose-topic): Rectify implementation of "+"
3031 spec, so that bodies are not exposed with headlines.
3032
3033 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
3034
3035 * allout.el (allout-current-depth): Do aberrent check only at or
3036 below doublecheck depth.
3037 (allout-chart-subtree): Make it explicit that LEVELS being nil
3038 means unlimited depth. Drop undocumented support for LEVELS value
3039 t meaning unlimited depth. (This is consistent with
3040 allout-chart-to-reveal, but contrary to allout-show-children,
3041 which needs to use nil to default to depth of 1.)
3042 (allout-goto-prefix-doublechecked): Wrap long docstring line.
3043 (allout-chart-to-reveal): Be explicit in docstring about meaning
3044 of nil LEVELS, and drop support for LEVELS value t.
3045 (allout-show-children): Translate the level spec used by this
3046 routine to that used by allout-chart-subtree and
3047 allout-chart-to-reveal.
3048 (allout-show-to-offshoot): Retry once when stuck, after opening
3049 subtree - improvements in discontinuity handling likely will
3050 enable progress.
3051
3052 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * wid-edit.el (widget-button-click-moves-point): New variable.
3055 (widget-button-click): If widget-button-click-moves-point is
3056 non-nil, set point after performing the button action
3057
3058 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3059
3060 2006-09-30 Martin Rudalics <rudalics@gmx.at>
3061
3062 * files.el (find-file-existing): Modify to not allow wildcards.
3063
3064 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3065
3066 * simple.el (undo-more): When undo information for the region is
3067 exhausted, say "No further undo information FOR REGION".
3068
3069 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
3070
3071 * progmodes/sh-script.el (sh-prev-thing):
3072 Take `sh-leading-keywords' into account.
3073
3074 2006-09-29 Glenn Morris <rgm@gnu.org>
3075
3076 * custom.el (defcustom): Doc fix.
3077
3078 * calendar/calendar.el (european-calendar-style):
3079 Call european-calendar or american-calendar as needed when set.
3080 (diary-view-entries, list-calendar-holidays): Move autoloads
3081 before use.
3082
3083 2006-09-29 Juri Linkov <juri@jurta.org>
3084
3085 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3086 to nil if there is no previous property change.
3087
3088 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3089
3090 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3091 saving anything to be sure that `forward-sexp' behaves correctly.
3092
3093 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * simple.el (line-move-finish): Ignore field boundaries if the
3096 initial and final points have the same `field' property.
3097
3098 2006-09-29 Kim F. Storm <storm@cua.dk>
3099
3100 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3101 to t while calling ido-read-internal.
3102
3103 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
3104
3105 * textmodes/org.el (org-file-remote-p): Get regexp from list.
3106 (org-archive-subtree): Remove erraneous `]' from character list.
3107
3108 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
3109
3110 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3111 (ses-reconstruct-all): Make undo of "insert row" work by keeping
3112 markers for data-area and parameters-area.
3113
3114 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3117
3118 * font-lock.el (font-lock-after-change-function): Refontify next line
3119 as well if end is at BOL.
3120 (font-lock-extend-jit-lock-region-after-change): Be more careful to
3121 only extend the region as much as needed.
3122
3123 2006-09-28 Richard Stallman <rms@gnu.org>
3124
3125 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3126
3127 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3128
3129 * international/mule.el (after-insert-file-set-coding):
3130 If VISIT, don't let set-buffer-multibyte make undo info.
3131
3132 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
3133
3134 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3135 lines in base64-encoded authentication response.
3136
3137 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3138
3139 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3140 (ebnf-version): New version 4.3.
3141 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3142 (ebnf-prologue): Adjust PostScript programming.
3143 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3144 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3145
3146 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * jit-lock.el (jit-lock-force-redisplay): Rename from
3149 jit-lock-fontify-again, and undo the mistaken change I've just done.
3150
3151 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3152 (jit-lock-fontify-again): Don't refontify text that's not displayed.
3153
3154 2006-09-26 Kenichi Handa <handa@m17n.org>
3155
3156 * startup.el (display-splash-screen): Allow a prefix argument.
3157
3158 2006-09-25 Jason Rumney <jasonr@gnu.org>
3159
3160 * subr.el (shell-quote-argument): Use DOS logic for Windows
3161 shells with DOS semantics.
3162
3163 2006-09-24 Richard Stallman <rms@gnu.org>
3164
3165 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3166 (compilation-goto-locus): Use compilation-goto-locus-delete-o
3167 to delete the overlay. Put it on pre-command-hook.
3168
3169 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3170
3171 * startup.el (fancy-splash-screens, normal-splash-screen):
3172 Call the splash buffer *About GNU Emacs*.
3173
3174 * simple.el (next-error-highlight, next-error-highlight-no-select):
3175 Default to 0.5.
3176 (yank-excluded-properties): Add `fontified'.
3177
3178 * font-lock.el (font-lock-compile-keywords): Allow value of
3179 syntax-begin-function to enable paren-column-0 highlighting.
3180
3181 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3182
3183 * dired.el (dired-build-subdir-alist): When file ends in colon,
3184 don't exit the loop, just disregard that file.
3185
3186 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * simple.el (line-move-finish): Handle corner case for fields in
3189 continued lines.
3190 (line-move-1): Remove flawed test for that case.
3191
3192 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
3193
3194 * icomplete.el (icomplete-simple-completing-p): Use the correct
3195 name for the new variable, `icomplete-with-completion-tables'.
3196 (file local variables): Remove superfluous setting.
3197
3198 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3199
3200 * calendar/appt.el (appt-check): Fix typo for appointments just
3201 after midnight.
3202
3203 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * help.el (describe-key-briefly, describe-key): Don't expect an
3206 extra up event if a down-event is generated by a popup menu.
3207
3208 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
3209
3210 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3211 local dictionary when changing the global dictionary.
3212
3213 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
3214
3215 * icomplete.el (icomplete-with-completion-tables): List of
3216 specialized completion tables with which icomplete should
3217 operate. Include the new `internal-complete-buffer', so icomplete
3218 works with interactive buffer-selection.
3219 (icomplete-simple-completing-p): Add acceptance of specialized
3220 completion tables listed in icomplete-with-completion-tables.
3221
3222 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3223
3224 * frame.el (focus-follows-mouse): Set default to nil on Mac.
3225
3226 * startup.el (command-line): Use `custom-reevaluate-setting' for
3227 `focus-follows-mouse'.
3228
3229 2006-09-22 Richard Stallman <rms@gnu.org>
3230
3231 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3232 explain why Save is not available.
3233
3234 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * woman.el (woman0-so): Use `let*', not `let'.
3237 (woman-horizontal-line): Remove unbalanced parenthesis.
3238
3239 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * woman.el: Make sure all the end-of-region markers we use have
3242 a non-nil insertion-type.
3243 (woman0-so): Move things around so we can use copy-marker.
3244 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3245 Adjust marker type.
3246 (woman2-process-escapes): Check marker type.
3247 (woman-horizontal-line): Dispense with the use of a marker.
3248
3249 2006-09-22 Jay Belanger <belanger@truman.edu>
3250
3251 * calc/calc-lang.el: Add Greek letters to math-variable-table
3252 property of tex.
3253
3254 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3257
3258 2006-09-22 Masatake YAMATO <jet@gyve.org>
3259
3260 * add-log.el (add-log-current-defun): Use `forward-sexp'
3261 instead of `forward-word' to pick c++::symbol.
3262 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3263
3264 2006-09-22 Kenichi Handa <handa@m17n.org>
3265
3266 * bindings.el: Fix setting self-insert-command for multibyte
3267 characters in global-map.
3268
3269 2006-09-21 David Kastrup <dak@gnu.org>
3270
3271 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3272 doc string.
3273
3274 2006-09-21 Kenichi Handa <handa@m17n.org>
3275
3276 * language/european.el ("Latin-1"): Add windows-1252 to
3277 coding-priority.
3278 ("German"): Likewise.
3279
3280 2006-09-21 Kim F. Storm <storm@cua.dk>
3281
3282 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3283 Suggested by Miles Bader.
3284
3285 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
3286 instead of add-to-list in the simple case.
3287
3288 2006-09-20 Kenichi Handa <handa@m17n.org>
3289
3290 * isearch.el (isearch-process-search-char): Cancel the previous change.
3291 (isearch-search-string): New function.
3292 (isearch-search): Use isearch-search-string.
3293 (isearch-lazy-highlight-search): Likewise.
3294
3295 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3296
3297 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3298 string to become an option.
3299
3300 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
3303
3304 2006-09-20 Kim F. Storm <storm@cua.dk>
3305
3306 * simple.el (line-move-partial): Call pos-visible-in-window-p with
3307 position t instead of trying both window-end and window-end - 1.
3308
3309 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
3310
3311 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
3312 hidden trees.
3313
3314 2006-09-20 David Kastrup <dak@gnu.org>
3315
3316 * mouse.el (mouse-posn-property): Improve doc string.
3317 (mouse-on-link-p): Change buffers for function calls on links.
3318
3319 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
3320 buffer is read-only.
3321
3322 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
3323
3324 * allout.el (allout-unprotected): Let inhibit-read-only only when
3325 buffer-read-only isn't set.
3326 (allout-annotate-hidden): Enable topic annotation during copies even
3327 when the buffer is read-only, eg for topic copies. Ensure that the loop
3328 advances, even when the span extends beyond the deletion region.
3329 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
3330 rather than allout-exposure-changed-hook, as a stronger assertion.
3331 (allout-keybindings-list): Add bindings for
3332 allout-copy-line-as-kill and allout-copy-topic-as-kill.
3333 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
3334 Copy wrappers for allout-kill-line and allout-kill-topic.
3335 (allout-listify-exposed): Position correctly to accumulate lines.
3336
3337 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3338
3339 * simple.el (line-move-1): Escape field boundaries occurring
3340 exactly at point. Update goal column if constrained to a field.
3341 (line-move-finish): Escape field boundaries occurring exactly at point.
3342
3343 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * mouse.el (mouse-on-link-p): Tentatively fix last change.
3346 (mouse-drag-vertical-line): Remove unused var `wconfig'.
3347
3348 2006-09-19 Kim F. Storm <storm@cua.dk>
3349
3350 * help.el (describe-key-briefly, describe-key): Simplify printing
3351 of descriptions by using format and %S. Fix "is undefined"
3352 messages to say "at that spot" for mouse events.
3353
3354 * simple.el (line-move-partial): Optimize. Try window-line-height
3355 before posn-at-point to get vpos of current line.
3356
3357 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
3358
3359 * viper.el: Bump up version/date of update to reflect the substantial
3360 changes done in August 2006.
3361
3362 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3363 are defined.
3364
3365 * ediff-util.el (ediff-add-to-history): New function.
3366
3367 * ediff.el: Use ediff-add-to-history instead of add-to-history.
3368
3369 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3370
3371 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3372 Delete duplicate make-local-variable form.
3373 (conf-space-keywords): Add autoload cookie.
3374 Fix typo (`keywords', not `keyword').
3375
3376 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3377
3378 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3379 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
3380 to x-gtk-use-old-file-dialog
3381
3382 2006-09-18 Richard Stallman <rms@gnu.org>
3383
3384 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3385 that might come in during mouse tracking.
3386
3387 2006-09-18 Kim F. Storm <storm@cua.dk>
3388
3389 * simple.el (line-move-partial): Rework 2006-09-15 change to use
3390 new window-line-height function. Further optimize by not calling
3391 pos-visible-in-window-p for window-end when window-line-height
3392 returns useful information.
3393
3394 2006-09-16 Richard Stallman <rms@gnu.org>
3395
3396 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3397 (conf-space-mode): Don't handle prefix arg.
3398 Delete conf-space-keywords-override code.
3399 Use add-hook.
3400 (conf-space-keywords): New command.
3401 (conf-space-mode-internal): Be careful with imenu-generic-expression.
3402 Delete conf-space-keywords-override code.
3403 (conf-space-keywords-alist): Doc fix.
3404 (conf-space-font-lock-keywords): Doc fix.
3405 (conf-space-keywords-override): Var deleted.
3406
3407 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * startup.el (fancy-splash-screens): Don't switch to the scratch
3410 buffer; it may not be the next buffer.
3411
3412 2006-09-16 Romain Francoise <romain@orebokech.com>
3413
3414 * saveplace.el (load-save-place-alist-from-file): Use expanded name
3415 in both messages.
3416
3417 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
3418
3419 * progmodes/python.el (python-preoutput-filter):
3420 Fix arg order to string-match.
3421
3422 2006-09-16 Richard Stallman <rms@gnu.org>
3423
3424 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3425 font-lock-compile-keywords.
3426
3427 * font-lock.el (font-lock-compile-keywords): Rename optional arg
3428 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
3429
3430 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3431
3432 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3433
3434 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3435 and the data doesn't look like UTF8, send STRING instead.
3436
3437 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3438
3439 * textmodes/flyspell.el (flyspell-check-region-doublons):
3440 New function to detect duplicated words.
3441 (flyspell-large-region): Use it.
3442
3443 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3446
3447 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3448
3449 * help.el (describe-prefix-bindings): Use let, not let*.
3450
3451 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3452
3453 * allout.el (allout-regexp, allout-line-boundary-regexp)
3454 (allout-bob-regexp): Correct grouping and boundaries to fix
3455 backwards traversal.
3456 (allout-depth-specific-regexp, allout-depth-one-regexp):
3457 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3458 worse time in allout-ascend.
3459 (allout-doublecheck-at-and-shallower): Identify depth threshold
3460 below which topics are checked for and disqualified by containment
3461 discontinuities.
3462 (allout-hotspot-key-handler): Correctly handle multiple-key
3463 strokes. Remove some unused variables.
3464 (allout-mode-leaders): Clarify that mode-specific comment-start
3465 will be used.
3466 (set-allout-regexp): Correctly regexp-quote allout regexps to
3467 properly accept alternative header-leads and primary bullets with
3468 regexp-specific characters (eg, C "/*", mathematica "(*").
3469 Include new regular expressions among those configured.
3470 (allout-infer-header-lead-and-primary-bullet):
3471 Rename allout-infer-header-lead.
3472 (allout-recent-depth): Manifest as a variable as well as a function.
3473 (allout-prefix-data): Simplify into an inline instead of a macro,
3474 assuming current match data rather than being explicitly passed
3475 it. Establish allout-recent-depth value as well as
3476 allout-recent-prefix-beginning and allout-recent-prefix-end.
3477 (allout-aberrant-container-p): True when an item's immediate
3478 offspring discontinuously contained. Useful for disqualifying
3479 unintended topic prefixes, likely at low depths.
3480 (allout-goto-prefix-doublechecked): Elaborate version of
3481 allout-goto-prefix which disqualifies aberrant pseudo-items.
3482 (allout-pre-next-prefix): Layer on top of lower-level routines, to
3483 get disqualification of aberrant containers.
3484 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3485 containers.
3486 (allout-beginning-of-current-entry): Position at start of buffer
3487 when in container (depth 0) entry.
3488 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3489 (allout-current-bullet): Strip text properties.
3490 (allout-get-prefix-bullet): Use right match groups.
3491 (allout-beginning-of-line, allout-next-heading):
3492 Disqualify aberrant containers.
3493 (allout-previous-heading): Disqualify aberrant containers, and
3494 change to regular (rather than inline) function, to allow
3495 self-recursion.
3496 (allout-get-invisibility-overlay): Increment so progress is made
3497 when the first overlay is not the sought one.
3498 (allout-end-of-prefix): Disqualify aberrant containers.
3499 (allout-end-of-line): Cycle something like allout-beginning-of-line.
3500 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3501 outline.el outlines) functional again. Change the primary bullet
3502 along with the header-lead - level 1 new-style bullets now work.
3503 Engage allout-before-change-handler in mainline Emacs, not just
3504 XEmacs, to do undo handling.
3505 (allout-before-change-handler): Expose undo changes occurring in
3506 hidden regions. Use allout-get-invisibility-overlay instead of
3507 reimplementing it inline.
3508 (allout-chart-subtree): Use start rather than end of prefix in
3509 charts. Use allout-recent-depth variable.
3510 (allout-chart-siblings): Disqualify aberrant topics.
3511 (allout-beginning-of-current-entry): Position correctly.
3512 (allout-ascend): Use new allout-depth-specific-regexp and
3513 allout-depth-one-regexp for linear instead of O(N^2) or worse
3514 behavior.
3515 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3516 reimplementing an algorithm.
3517 (allout-up-current-level): Depend on allout-ascend, rather than
3518 reimplementing an algorithm. Return to start-point if we fail.
3519 (allout-descend-to-depth): Use allout-recent-depth variable
3520 instead of function.
3521 (allout-next-sibling): On traversal of numerous intervening
3522 topics, resort to economical allout-next-sibling-leap.
3523 (allout-next-sibling-leap): Specialized version of
3524 allout-next-sibling that uses allout-ascend cleverly, to depend on
3525 a regexp search to leap large numbers of contained topics, rather
3526 than arbitrarily many one-by-one traversals.
3527 (allout-next-visible-heading): Disqualify aberrant topics.
3528 (allout-previous-visible-heading): Position consistently when
3529 interactive.
3530 (allout-forward-current-level): Base on allout-previous-sibling
3531 rather than (differently) reimplmenting the algorithm. Remove some
3532 unused variables.
3533 (allout-solicit-alternate-bullet): Present default choice stripped
3534 of text properties.
3535 (allout-rebullet-heading): Use bullet stripped of text properties.
3536 Register changes using allout-exposure-change-hook.
3537 Disregard aberrant topics.
3538 (allout-shift-in): With universal-argument, make topic a peer of
3539 it's former offspring. Simplify the code by separating out
3540 allout-shift-out functionality.
3541 (allout-shift-out): With universal-argument, make offspring peers
3542 of their former container, and its siblings. Implement the
3543 functionality here, rather than inappropriately muddling the
3544 implementation of allout-shift-in.
3545 (allout-rebullet-topic): Respect additional argument for new
3546 parent-child separation function.
3547 (allout-yank-processing): Use allout-ascend directly.
3548 (allout-show-entry): Disqualify aberrant topics.
3549 (allout-show-children): Handle discontinuous children gracefully,
3550 extending the depth being revealed to expose them and posting a
3551 message indicating the situation.
3552 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3553 Leave cursor in correct position.
3554 (allout-hide-current-subtree): Use allout-ascend directly.
3555 Disqualify aberrant topics.
3556 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3557 a way that the yanks can restore it, as used to happen.
3558 (allout-yank-processing): Restore exposure layout as recorded by
3559 allout-kill-*, as used to happen.
3560 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3561 for preseving and restoring exposure layout across kills.
3562 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3563 (allout-encrypt-string): Strip text properties.
3564 Rearranged order and outline-headings for some of the
3565 miscellaneous functions.
3566 (allout-resolve-xref): No need to quote the error name in the
3567 condition-case handler section.
3568 (allout-flatten): Classic recursive (and recursively intensive,
3569 without tail-recursion) list-flattener, needed by allout-shift-out
3570 when confronted with discontinuous children.
3571
3572 2006-09-16 Jason Rumney <jasonr@gnu.org>
3573
3574 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3575 on ms-windows.
3576 (dnd-open-unc-file): Remove.
3577 (dnd-open-local-file): Mention in doc string that it also handles
3578 remote files if the system natively supports unc file-names.
3579
3580 2006-09-15 Kim F. Storm <storm@cua.dk>
3581
3582 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3583 all necessary information about the event before erasing *Help*.
3584
3585 * simple.el (line-move-partial): Use window-line-visiblity to
3586 quickly check whether last line is partially visible, and only do
3587 the hard (and slow) part in that case.
3588
3589 2006-09-15 Jay Belanger <belanger@truman.edu>
3590
3591 * COPYING: Replace "Library Public License" by "Lesser Public
3592 License" throughout.
3593
3594 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3595
3596 * term/x-win.el (x-menu-bar-open): New function for F10.
3597
3598 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3601 Disallow filenames containing " -" to avoid confusion with libtool
3602 compilation messages. Suggested by Stefan Monnier.
3603
3604 2006-09-15 David Kastrup <dak@gnu.org>
3605
3606 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3607 instead of buffer position for `mouse-on-link-p'.
3608
3609 * mouse.el (mouse-posn-property): New function looking up the
3610 properties at a click position in overlays and text properties in
3611 either buffer or strings.
3612 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3613 of both `follow-link' as well as `mouse-face' properties.
3614 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3615 buffer position.
3616
3617 * help.el (describe-key-briefly): When reading a down-event on
3618 mode lines or scroll bar, swallow the following up event, too.
3619 Use the new mouse sensitity of `key-binding' for lookup.
3620 (describe-key): The same here.
3621
3622 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * play/life.el (life-patterns): Add a few more interesting patterns.
3625 (life-setup): Force `show-trailing-whitespace' to nil.
3626
3627 2006-09-14 Richard Stallman <rms@gnu.org>
3628
3629 * startup.el (fancy-splash-text): Change text to improve alignment.
3630 (fancy-splash-screens): Don't set non-standard tab width.
3631 Bind cursor-type temporarily, and make it easy to patch to
3632 preserve the splash buffer.
3633 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3634 (fancy-splash-screens): Display echo-area message explicitly.
3635 Don't set fancy-splash-help-echo.
3636
3637 * simple.el (line-number-mode): Group mode-line instead of
3638 editing-basics.
3639 (column-number-mode, size-indication-mode): Likewise.
3640
3641 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3642
3643 * time.el (display-time): Group mode-line instead of modeline.
3644
3645 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3646
3647 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * startup.el (fancy-splash-text): Move editing instructions to
3650 fancy-splash-head.
3651 (fancy-splash-head): Issue editing instructions.
3652 (fancy-splash-screens): Fixup whitespace.
3653
3654 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * bindings.el (mode-line-buffer-identification-keymap):
3657 Remove duplicate line.
3658
3659 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3660
3661 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3662 ignore lists.
3663
3664 2006-09-14 Kim F. Storm <storm@cua.dk>
3665
3666 * jit-lock.el (jit-lock-fontify-again): New function.
3667 (jit-lock-fontify-now): Use it instead of lambda form.
3668
3669 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3670
3671 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3672 (flyspell-auto-correct-word): Make ispell-filter local to these
3673 functions. Check that ispell-filter has new stuff before calling
3674 ispell-parse-output.
3675
3676 2006-09-13 Kim F. Storm <storm@cua.dk>
3677
3678 * simple.el (line-move-partial): Optimize.
3679
3680 2006-09-13 Richard Stallman <rms@gnu.org>
3681
3682 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3683 Delete spurious backquote.
3684
3685 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3686
3687 * net/rcirc.el (rcirc-print): Fix last change.
3688
3689 2006-09-12 Jay Belanger <belanger@truman.edu>
3690
3691 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3692
3693 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3694
3695 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3696 rcirc-show-maximum-output.
3697 (rcirc-mode): Remove window-scroll-function hook.
3698 (rcirc-scroll-to-bottom): Remove function.
3699 (rcirc-print): Recenter so point stays at the bottom of the window
3700 if point was already there.
3701
3702 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3703
3704 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3705 not to "t".
3706 * progmodes/compile.el (compilation-start): Likewise.
3707 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3708 Don't use expand-file-name on invocation-directory, since this
3709 might mishandle special characters in invocation-directory.
3710
3711 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * pcvs-defs.el: Remove * in defcustom's docstrings.
3714
3715 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * progmodes/compile.el (compilation-directory-properties):
3718 Doc fix for help-echo.
3719
3720 2006-09-12 Lars Hansen <larsh@soem.dk>
3721
3722 * desktop.el (desktop-read): Add comment.
3723
3724 2006-09-12 Kim F. Storm <storm@cua.dk>
3725
3726 * simple.el (next-error-highlight, next-error-highlight-no-select):
3727 Fix spelling error.
3728
3729 * subr.el (sit-for): Rework to use input-pending-p and cond.
3730 Return nil input is pending on entry also for SECONDS <= 0.
3731 (while-no-input): Use input-pending-p instead of sit-for.
3732
3733 2006-09-11 Richard Stallman <rms@gnu.org>
3734
3735 * simple.el (next-error-highlight, next-error-highlight-no-select):
3736 Fix custom type and doc strings.
3737
3738 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3741 (diff-apply-hunk): Use it to ask for confirmation.
3742
3743 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3744
3745 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3746
3747 2006-09-11 David Kastrup <dak@gnu.org>
3748
3749 * help.el (string-key-binding, describe-key-briefly)
3750 (describe-key): Remove `string-key-binding' and its callers since
3751 `key-binding' already caters for the proper lookup now.
3752
3753 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3756 (cfengine-mode): Use it. Fix \ syntax to be like /.
3757
3758 * bindings.el (mode-line-buffer-identification-keymap):
3759 Move initialization into declaration.
3760
3761 2006-09-10 Kim F. Storm <storm@cua.dk>
3762
3763 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3764 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3765 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3766 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3767
3768 2006-09-10 Richard Stallman <rms@gnu.org>
3769
3770 * dired-aux.el: Handle errors in recursive copy usefully.
3771 (dired-create-files-failures): New variable.
3772 (dired-copy-file): Remove condition-case.
3773 (dired-copy-file-recursive): Check for errors on all file
3774 operations, and add them to dired-create-files-failures.
3775 Check file file-date-erorr here too.
3776 (dired-create-files): Check dired-create-files-failures
3777 and report those errors too.
3778
3779 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3780
3781 * subr.el (add-to-list): New argument COMPARE-FN.
3782
3783 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3784
3785 * filecache.el (file-cache-add-directory)
3786 (file-cache-add-directory-list, file-cache-add-file)
3787 (file-cache-add-directory-using-find)
3788 (file-cache-add-directory-using-locate)
3789 (file-cache-add-directory-recursively): Add autoloads.
3790
3791 2006-09-09 Richard Stallman <rms@gnu.org>
3792
3793 * textmodes/conf-mode.el (conf-space-mode):
3794 Use hack-local-variables-hook instead of calling hack-local-variables.
3795 (conf-space-keywords-override): New variable.
3796 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3797 (conf-space-mode): Always make conf-space-keywords and
3798 conf-space-keywords-override local.
3799 Call conf-space-mode-internal directly as well as via hook.
3800
3801 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3802
3803 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3804 quasi-keywords.
3805
3806 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3809 (python-send-string): Be slightly more careful about adding \n.
3810
3811 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3812 kill it right away anyway.
3813
3814 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3815
3816 * international/codepage.el (cp850-decode-table): Fix a few codes.
3817 (cp858-decode-table): New variable.
3818
3819 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3820
3821 * net/ldap.el (ldap-search-internal): Doc fix.
3822
3823 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3824
3825 * play/life.el (life-display-generation): Test for input manually if
3826 `sleeptime' is negative or null.
3827
3828 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3829 (print-region-1): Substitute `%s' with the page title.
3830
3831 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3832
3833 * locate.el (locate-current-search): New variable.
3834 (locate): Set buffer local value. Use current buffer if it is
3835 in Locate mode.
3836 (locate-mode): Disable undo here.
3837 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3838 (locate-update): Use locate-current-search and locate-current-filter.
3839
3840 2006-09-08 David Kastrup <dak@gnu.org>
3841
3842 * desktop.el (desktop-read): When loading a desktop, disable
3843 saving it while the load progresses, and switch off a pending lazy
3844 load by calling `desktop-lazy-abort'.
3845
3846 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3847
3848 * window.el (mouse-autoselect-window-timer)
3849 (mouse-autoselect-window-position)
3850 (mouse-autoselect-window-window)
3851 (mouse-autoselect-window-now): New vars.
3852 (mouse-autoselect-window-cancel)
3853 (mouse-autoselect-window-select)
3854 (mouse-autoselect-window-start): New functions.
3855 (handle-select-window): Call `mouse-autoselect-window-start' when
3856 delayed window autoselection is enabled.
3857
3858 * cus-start.el (mouse-autoselect-window): Handle delayed window
3859 autoselection.
3860
3861 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3862 commands after which it is allowed to print in the echo area.
3863
3864 2006-09-08 Richard Stallman <rms@gnu.org>
3865
3866 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3867
3868 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3869 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3870
3871 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3872 (cancel-timer-internal): Add doc string.
3873 (cancel-function-timers): Doc fix.
3874 (with-timeout-handler, timer-event-last*): Add doc strings.
3875
3876 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3877
3878 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3879
3880 * dired.el (dired-log-summary): Add doc string.
3881
3882 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3883 (custom-group-menu-create): Not here.
3884
3885 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3886
3887 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3888
3889 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3890
3891 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
3892 (mac-apple-event-map): Define its handler.
3893
3894 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3895
3896 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3897
3898 2006-09-07 Magnus Henoch <mange@freemail.hu>
3899
3900 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3901 clause.
3902
3903 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3904
3905 * info.el (Info-index): Bind completion-ignore-case.
3906
3907 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3910 previous commit.
3911 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3912 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3913 burp in dedicated windows.
3914 (inferior-prolog-self-insert-command): New command.
3915 (inferior-prolog-mode-map): Use it.
3916
3917 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3918
3919 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3920
3921 * international/code-pages.el: Add cp858.
3922
3923 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3924
3925 * dnd.el: Fix bootstrapping.
3926
3927 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3928
3929 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3930 (dnd-open-remote-url): New function.
3931 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3932 not windows-nt.
3933
3934 2006-09-07 Jason Rumney <jasonr@gnu.org>
3935
3936 * dnd.el (dnd-open-remote-file-function): New variable.
3937 (dnd-open-unc-file): New function.
3938 (dnd-open-file): Call dnd-open-remote-file-function if set.
3939
3940 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3941
3942 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3943 pgg-passphrase-coding-system rather than locale-coding-system.
3944 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3945
3946 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * progmodes/prolog.el: Remove * in docstrings.
3949 (prolog-program-name): Add SWI prolog.
3950 (prolog-mode-menu): New menu.
3951 (prolog-mode): Set comment-add.
3952 (prolog-indent-line): Simplify. Use indent-line-to.
3953 (inferior-prolog-buffer): New var.
3954 (inferior-prolog-run, inferior-prolog-process): New funs.
3955 (run-prolog, switch-to-prolog): Rewrite, using them.
3956 (prolog-consult-region): Use inferior-prolog-buffer.
3957 (inferior-prolog-load-file): New function.
3958 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3959
3960 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3961 last word, if it's not the end of the paragraph.
3962
3963 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3964 file name.
3965
3966 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3967
3968 * frame.el (display-mm-dimensions-alist): New defcustom.
3969 (display-mm-height, display-mm-width): Use it.
3970
3971 2006-09-06 Simon Josefsson <jas@extundo.com>
3972
3973 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3974
3975 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3976
3977 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3978 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3979 string values.
3980
3981 2006-09-06 Kim F. Storm <storm@cua.dk>
3982
3983 * simple.el (line-move-partial): New function to do vscrolling for
3984 partially visible images / tall lines. Rewrite based on code
3985 previously in line-move. Simplify backwards vscrolling.
3986 (line-move): Use it. Simplify.
3987
3988 2006-09-05 Kim F. Storm <storm@cua.dk>
3989
3990 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3991
3992 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3995 Process the `gcc-include' after the `gnu' rule.
3996
3997 2006-09-05 Kim F. Storm <storm@cua.dk>
3998
3999 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4000
4001 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4002
4003 * pgg.el (pgg-clear-string): Alias to clear-string for backward
4004 compatibility.
4005
4006 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4007 inhibit-redisplay; encode passphrase with locale-coding-system.
4008
4009 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4010
4011 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4012
4013 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
4014
4015 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4016 (gdb-var-list-children-regexp): Make type field optional.
4017
4018 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4019 e.g public, protected in C++.
4020
4021 2006-09-04 John Paul Wallington <jpw@pobox.com>
4022
4023 * simple.el (completion-show-help): New defcustom.
4024 (completion-setup-function): Heed it.
4025
4026 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4029
4030 2006-09-04 Richard Stallman <rms@gnu.org>
4031
4032 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4033 (rsf-min-region-to-spam-list): Doc fix.
4034 (rsf-add-content-type-field): Doc fix.
4035
4036 * simple.el (kill-region): Explicitly test there is a region.
4037
4038 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4041 sendmail in several common directories.
4042
4043 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4044
4045 * paths.el (sendmail-program): Removed.
4046
4047 2006-09-04 Daiki Ueno <ueno@unixuser.org>
4048
4049 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4050 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
4051 http://article.gmane.org/gmane.emacs.gnus.general/50457
4052
4053 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4056 mark after running the menu filter.
4057
4058 2006-09-03 Juri Linkov <juri@jurta.org>
4059
4060 * international/quail.el (quail-defrule-internal): Add a check
4061 if a key is a vector.
4062
4063 2006-09-02 Juri Linkov <juri@jurta.org>
4064
4065 * man.el (Man-topic-history): New variable.
4066 (man): Use it.
4067
4068 * woman.el (woman-topic-history): Change defvar to defvaralias
4069 for symbol `Man-topic-history'.
4070
4071 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4072 `comint-last-output-start' is a marker by using `markerp' and
4073 check if it has a position by using `marker-position', and use
4074 this position for `goto-char'.
4075
4076 * international/quail.el (quail-defrule-internal): Add missing
4077 `error' call for null key.
4078
4079 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
4080
4081 * rcirc.el (rcirc-keywords): New variable.
4082 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4083 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4084 variables.
4085 (rcirc-responses-no-activity): New function.
4086 (rcirc-handler-generic): Check for responses in above.
4087 (rcirc-process-command): Add ?: character to arguments of raw
4088 server commands.
4089 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4090 `rcirc-dim-nicks'.
4091 (rcirc-gray-toggle): Remove unused variable.
4092 (rcirc-print): Remove some tracking logic, which is moved into
4093 markup functions.
4094 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4095 types.
4096 (rcirc-activity-string): Look for 'keyword in activity-types.
4097 (rcirc-window-configuration-change): Don't erase overlay-arrow
4098 unnecessarily.
4099 (rcirc-add-or-remove): New function.
4100 (rcirc-cmd-ignore): Use it.
4101 (rcirc-message-leader): Remove unused function.
4102 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4103 (rcirc-add-face): New function.
4104 (rcirc-facify): Use rcirc-add-face.
4105 (rcirc-url-regexp): Add parens.
4106 (rcirc-map-regexp): Remove function.
4107 (rcirc-mangle-regexp): Remove function.
4108 (rcirc-markup-text-functions): New variable.
4109 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4110 (rcirc-markup-body-text, rcirc-markup-attributes)
4111 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4112 (rcirc-markup-bright-nicks): New markup handler functions.
4113 (rcirc-nick-in-message-full-line): New face.
4114 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4115 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4116
4117 2006-09-02 Martin Rudalics <rudalics@gmx.at>
4118
4119 * cus-start.el (hscroll-margin, hscroll-step)
4120 (mode-line-in-non-selected-windows, mouse-autoselect-window)
4121 (x-use-underline-position-properties): Change version to "22.1"
4122 since they will appear there for the first time.
4123
4124 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4127
4128 2006-08-31 Richard Stallman <rms@gnu.org>
4129
4130 * cus-edit.el (custom-save-variables): Slight cleanup.
4131 (Custom-no-edit): Renamed from custom-no-edit.
4132 (Custom-newline): Renamed from custom-newline.
4133 (custom-mode-map): Use new names.
4134
4135 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4136 about customization, rather than M-x customize, in the doc string
4137 made for the defcustom.
4138
4139 * emacs-lisp/trace.el (trace-function-background): Doc fix.
4140
4141 2006-08-31 Romain Francoise <romain@orebokech.com>
4142
4143 * dired-x.el (dired-guess-shell-alist-default): Update.
4144
4145 2006-08-31 Michael Mauger <mmaug@yahoo.com>
4146
4147 * custom.el (custom-theme-set-variables): Autoload packages before
4148 sorting the variables.
4149
4150 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
4151
4152 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4153 chars if XEmacs.
4154 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4155
4156 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * progmodes/python.el (python-eldoc-function): Re-enable quit while
4159 waiting for process.
4160
4161 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4162
4163 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4164 results in ASCII-only string, encode original one directly.
4165
4166 2006-08-29 Romain Francoise <romain@orebokech.com>
4167
4168 * startup.el (normal-splash-screen, fancy-splash-screens):
4169 Make buffer read-only and arrange to enter view mode if necessary.
4170
4171 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * hl-line.el (hl-line): New face.
4174 (hl-line-face): Use it.
4175
4176 * image-mode.el (image-mode): Fix last fix.
4177 Suggested by Kim F. Storm.
4178
4179 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
4180
4181 Sync with Tramp 2.0.54.
4182
4183 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4184 of `=', because `tramp-get-remote-gid' might not always return an
4185 integer when expected.
4186 (tramp-register-file-name-handlers): `partial-completion-mode' is
4187 unknown to XEmacs.
4188 (tramp-time-diff): Don't use `floor', it might fail for large
4189 differences.
4190 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4191 `tramp-auto-save-directory' if unset in order to guarantee unique
4192 auto-save file names.
4193
4194 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * image-mode.el (image-mode): Display image as text on a terminal.
4197
4198 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * progmodes/python.el (python-send-command): Simplify.
4201 (run-python): Don't generate a new buffer unless `new' was specified.
4202 Make sure we send `import emacs' to the proper process.
4203
4204 * progmodes/python.el (python-send-command): Don't wait for the command
4205 to terminate. Don't fiddle with compilation-parsing-end.
4206
4207 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4210 Insert commentary after first line summary.
4211
4212 * woman.el (woman-follow): New function, based on `man-follow'.
4213 (woman-mode-map): Use it.
4214
4215 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4216 since ibuffer-do-sort-by-recency does not define a sorter.
4217
4218 2006-08-28 Kim F. Storm <storm@cua.dk>
4219
4220 * find-dired.el (find-dired): Use shell-quote-argument to properly
4221 escape ( and ) args. Also use it on {} and ; args in default
4222 value of find-ls-option string.
4223 (find-grep-dired): Use shell-quote-argument on {} and ; args.
4224
4225 2006-08-27 Michael Olson <mwolson@gnu.org>
4226
4227 * emacs-lisp/tq.el: Small grammar fix in comments.
4228 (tq-enqueue): Check for existence of queue rather than the
4229 head queue item's question, which was a no-op.
4230 (tq-filter, tq-process-buffer): Make sure the process buffer
4231 exists before making it the current buffer.
4232
4233 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4234
4235 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4236 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4237 (special-event-map): Apply 2006-08-16 change for x-win.el.
4238
4239 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * progmodes/python.el (python-send-receive): Wait in the
4242 process's buffer so as to check the right buffer-local variables.
4243
4244 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4247 (defgroup checkdoc): Move to beginning.
4248
4249 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4250 (python-preoutput-continuation): Remove.
4251 (python-preoutput-filter): Simplify correspondingly.
4252 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
4253 Loop around to catch embedded _emacs_out output.
4254 (run-python): Send the import&print command on a single line.
4255 (python-send-command): Send command&print on a single line.
4256 (python-send-string): Only add double \n if needed.
4257 (python-send-receive): Loop until the result comes.
4258 (python-mode-running): Defvar it.
4259 (python-setup-brm): Remove unused var `menu'.
4260 Only bind py-mode-map and `features' around brm-init.
4261 (python-calculate-indentation): Remove unused var `point'.
4262 (python-beginning-of-defun): Remove unused var `def-line'.
4263
4264 2006-08-25 Richard Stallman <rms@gnu.org>
4265
4266 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4267
4268 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
4269
4270 * viper.el (viper-set-hooks): Use frame bindings for
4271 viper-vi-state-cursor-color.
4272 (viper-non-hook-settings): Don't set default
4273 mode-line-buffer-identification.
4274
4275 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4276 (viper-set-cursor-color-according-to-state)
4277 (viper-get-saved-cursor-color-in-replace-mode)
4278 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4279 viper-emacs-state-cursor-color.
4280
4281 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4282 (viper-undo): Use point if undo-beg-posn is nil.
4283 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4284 (viper-after-change-undo-hook): Don't use
4285 viper-emacs-state-cursor-color by default.
4286 (viper-undo): More sensible positioning after undo.
4287
4288 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4289 (viper-emacs-state-cursor-color): Default to nil, since this feature
4290 doesn't work well yet.
4291
4292 * ediff-mult.el (ediff-intersect-directories)
4293 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4294 always expand filenames.
4295
4296 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * tumme.el: Remove * in defcustoms's docstrings.
4299
4300 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
4303 Accept internal time format for SECS arg.
4304 (timer-relative-time): Doc fix.
4305
4306 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
4307 adapted from Martin Rudalics.
4308 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
4309 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
4310 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
4311 using sit-for.
4312
4313 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
4314
4315 * cus-start.el (all): Add `overline-margin' and
4316 `x-underline-at-descent-line'.
4317
4318 2006-08-24 Kim F. Storm <storm@cua.dk>
4319
4320 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
4321 to mean "use find -exec"; nil now unambiguously means auto-detect.
4322 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
4323 Use shell-quote-argument to build grep-find-command and
4324 grep-find-template.
4325 (rgrep): Use shell-quote-argument to properly quote arguments to find.
4326 Reported by Tom Seddon.
4327
4328 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * startup.el (fancy-splash-head): Give instructions for dismissing
4331 the splash screen for default startup too.
4332 (display-startup-echo-area-message, fancy-splash-screens)
4333 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
4334 all splash text at once and keep the splash buffer around.
4335 (command-line-1): Give display-startup-echo-area-message a t arg.
4336
4337 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
4338
4339 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
4340 gnus frame is selected.
4341
4342 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
4343
4344 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
4345
4346 2006-08-22 Kim F. Storm <storm@cua.dk>
4347
4348 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
4349 Add suffix matching for subdirs.
4350
4351 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
4352
4353 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
4354 mouse-yank-at-point is non-nil.
4355
4356 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4357
4358 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4359 a bit wider and remove fringes to fit initial output on line.
4360
4361 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * frame.el (blink-cursor-end): Only ignore the error we care about.
4364 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4365
4366 2006-08-21 Richard Stallman <rms@gnu.org>
4367
4368 * whitespace.el (whitespace-cleanup): Doc fix.
4369
4370 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
4371
4372 * net/rcirc.el (rcirc-show-maximum-output): New var.
4373 (rcirc-buffer-process): If no buffer argument is supplied, use
4374 current-buffer.
4375 (rcirc-complete-nick): Complete to the last completed nick first.
4376 (rcirc-mode): Preserve the value of `rcirc-urls' across
4377 connections. Setup scroll function.
4378 (rcirc-scroll-to-bottom): New function.
4379 (rcirc-print): Use nick syntax around regexp work.
4380 Notice dim-nicks speaking only if they say our nick.
4381 (rcirc-update-activity-string): Do not show the modeline indicator
4382 if there are no live rcirc processes.
4383 (rcirc-cmd-ignore): Ignore case.
4384 (rcirc-browse-url-at-point): Fix off-by-one error.
4385
4386 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * progmodes/python.el: Remove * in defcustom docstrings.
4389 (run-python, python-proc, python-try-complete): Use derived-mode-p.
4390 (python-mode): Set tab-width and indent-tabs-mode.
4391
4392 2006-08-20 Dave Love <fx@gnu.org>
4393
4394 * progmodes/python.el: Update to Dave Love's latest version.
4395 (python-font-lock-keywords, python-mode): Don't use
4396 font-lock-syntax-table, but match symbol elements explicitly instead.
4397 (python-mode-map): Add help, and a few more key bindings.
4398 (python-skip-comments/blanks): Move out of comments as well.
4399 (python-continuation-line-p): Behave better with unbalanced parens.
4400 (python-blank-line-p): New fun.
4401 (python-open-block-statement-p): Don't use a heuristic.
4402 (python-outdent-p): Better handle blocks-in-the-same-line.
4403 (python-calculate-indentation): Misc improvements.
4404 (python-comment-indent): Remove.
4405 (python-block-pairs): New var.
4406 (python-first-word): New fun.
4407 (python-indentation-levels): Handle more common cases.
4408 (python-indent-line-1): Add `leave' argument.
4409 (python-indent-region): New fun.
4410 (python-skip-out): New fun.
4411 (python-beginning-of-statement, python-end-of-statement): Use it.
4412 (python-next-statement): Return correct count even at eob.
4413 (python-end-of-block): Fix paren-typo.
4414 (python-imenu-create-index): Add module variables.
4415 (run-python): Add `new' arg.
4416 Check we're at a prompt before returning.
4417 (python-send-command): Move to end of buffer.
4418 Wait for prompt to return.
4419 (python-set-proc): New fun.
4420 (python-imports): New var.
4421 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
4422 (python-eldoc-function): Try to move out of arg list.
4423 (python-outline-level): Offset by 1.
4424 (python-find-imports): New fun.
4425 (python-symbol-completions): Use python-imports.
4426 (python-module-path, ffap-alist): Add support for ffap.
4427 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4428 (python-insert-*, python-default-template, python-expand-template):
4429 Add templates/skeletons.
4430 (python-setup-brm): Support for Bicycle Repair Man.
4431 (python-abbrev-syntax-table): New var.
4432 (python-abbrev-pc-hook, python-pea-hook): New funs.
4433
4434 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * frame.el (blink-cursor-start): Set timer first.
4437 (blink-cursor-end): Ignore timer cancelling errors.
4438 Suggested by Ken Manheimer.
4439
4440 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
4441
4442 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4443 Add autoload cookie.
4444
4445 2006-08-20 Richard Stallman <rms@gnu.org>
4446
4447 * simple.el (line-number-at-pos): Doc fix.
4448
4449 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4450 timer-activate-when-idle, so timer can run before Emacs becomes
4451 non-idle again.
4452
4453 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4454
4455 * whitespace.el (whitespace-cleanup-internal): New optional arg
4456 REGION-ONLY. If it's non-nil, modify the message to the user
4457 accordingly.
4458 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4459 a non-nil argument.
4460
4461 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
4462
4463 * rect.el (spaces-string): Simplify and add doc string.
4464
4465 2006-08-17 Romain Francoise <romain@orebokech.com>
4466
4467 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4468
4469 2006-08-17 Richard Stallman <rms@gnu.org>
4470
4471 * compare-w.el (compare-windows): lambda's take an arg and pass
4472 it to compare-windows-skip-whitespace.
4473
4474 2006-08-17 Martin Rudalics <rudalics@gmx.at>
4475
4476 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4477 the right buffer.
4478
4479 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4482 removed files.
4483
4484 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
4485
4486 * progmodes/gdb-ui.el (gdb-locals-watch-map)
4487 (gdb-locals-watch-map-1): Suppress keymap first.
4488 (gdb-edit-locals-map-1): New variable.
4489 (gdb-edit-locals-value): New function.
4490 (gdb-stack-list-locals-handler): Use them.
4491
4492 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4495 cursor would normally be drawn in the fringe.
4496
4497 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4498 Reported by Martin Rudalics <rudalics@gmx.at>.
4499
4500 2006-08-16 Richard Stallman <rms@gnu.org>
4501
4502 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4503 (special-event-map): Process drag-n-drop events this way.
4504
4505 * simple.el (move-beginning-of-line): Test whether fields
4506 would prevent motion back to line's first visible character.
4507 If so, stop where the fields would stop the motion.
4508
4509 * newcomment.el (comment-indent): Fully update INDENT
4510 before checking to see if it will change the text.
4511
4512 * cus-edit.el (custom-newline): New function.
4513 (custom-mode-map): Bind newline to custom-newline.
4514
4515 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4516 into ignore-whitespace.
4517 Check each buffer for its skip-function.
4518 Handle compare-windows-skip-whitespace special-case test
4519 by returning t from default skip function.
4520
4521 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4522
4523 * textmodes/org.el (org-clock-special-range)
4524 (org-clock-update-time-maybe): New functions.
4525 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4526 not only a-z.
4527 (org-agenda-get-blocks): Allow multiple blocks per headline.
4528 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4529 (org-export-html-title-format)
4530 (org-export-html-toplevel-hlevel): New options.
4531 (org-export-language-setup): Add support for Czech.
4532 (org-mode, org-insert-todo-heading, org-find-visible)
4533 (org-find-invisible, org-invisible-p, org-invisible-p2)
4534 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4535 (org-show-subtree, org-show-entry, org-make-options-regexp):
4536 Remove compatibility support for old outline-mode.
4537 (org-check-occur-regexp): Funtion removed.
4538 (org-on-heading-p, org-back-to-heading): Made defalias.
4539 (org-set-local): New defsubst.
4540 (org-set-regexps-and-options, org-mode)
4541 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4542 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4543 (org-remember-apply-template, org-table-edit-field)
4544 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4545 (org-set-autofill-regexps): Use `org-set-local'.
4546 (org-table-eval-formula): Fix bug with parsing of display flags.
4547
4548 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4551 frame with fringe arrow. Suggested by Simon Marshall
4552 <simon.marshall@misys.com>.
4553 (gdb-stack-position): New variable.
4554 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4555 (gdb-frames-mode): Set gdb-stack-position to nil.
4556 Add to overlay-arrow-variable-list
4557 (gdb-reset): Delete gdb-stack-position from above list.
4558
4559 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4560
4561 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4562 read only.
4563
4564 2006-08-13 Romain Francoise <romain@orebokech.com>
4565
4566 * cus-theme.el (customize-create-theme)
4567 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4568
4569 * filesets.el (filesets-add-buffer): Ditto.
4570
4571 * pcvs.el (cvs-change-cvsroot): Ditto.
4572
4573 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4576 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4577 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4578 expressions.
4579 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4580 Only search till end of line.
4581 Add face to function names in case of no filename.
4582 Add face to variable names of watchpoints.
4583
4584 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4585
4586 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4587 customization group.
4588
4589 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4590
4591 * allout.el (allout-prior-bindings, allout-added-bindings):
4592 Remove, after long deprecation.
4593 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4594 Add customization vars controlling allout-beginning-of-line and
4595 allout-end-of-line conveniences.
4596 (allout-header-prefix, allout-use-mode-specific-leader)
4597 (allout-use-mode-specific-leader, allout-mode-leaders):
4598 Revise docstrings.
4599 (allout-infer-header-lead): Change to be an alias for
4600 allout-infer-header-lead-and-primary-bullet.
4601 (allout-infer-header-lead-and-primary-bullet): New version of
4602 allout-infer-header-lead which assigns the primary bullet to the
4603 same as the header lead, when its being changed.
4604 (allout-infer-body-reindent): Apply regexp-quote instead of
4605 unconditionally prepending "\\", so that all literal
4606 allout-header-prefix and allout-primary-bullet strings are
4607 properly handled.
4608 (allout-add-resumptions): Add optional qualifier for extending or
4609 appending to existing values, rather than replacing them.
4610 (allout-view-change-hook): Clarify docstring.
4611 (allout-exposure-change-hook): Take explicit arguments, via
4612 run-hook-with-args.
4613 (allout-structure-added-hook)
4614 (allout-structure-deleted-hook)
4615 (allout-structure-shifted-hook): New hooks analogous to
4616 allout-exposure-change-hook for other kinds of structural outline
4617 edits.
4618 (allout-encryption-plaintext-sanitization-regexps): New encryption
4619 customization variable, by which cooperating modes can provde
4620 massage of the plaintext without actually being passed it.
4621 (allout-encryption-ciphertext-rejection-regexps)
4622 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4623 customization variables, by which cooperating modes can prohibit
4624 rare but possible ciphertext patterns from fouling their
4625 operation, with actually being passed the ciphertext.
4626 (allout-mode): Run activation and deactivation hooks after the
4627 minor-mode variable has been toggled, to clarify the mode
4628 disposition. The new encryption ciphertext rejection variable is
4629 used to ensure that the ciphertext does not contain text that
4630 would be recognized as outline structural elements by allout.
4631 Substite allout-beginning-of-line and allout-end-of-line for
4632 conventionall beginning-of-line and end-of-line bindings.
4633 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4634 activation!
4635 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4636 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4637 (allout-chart-subtree): Implement new mode, charting only the
4638 visible items in the subtree, when new 'visible' parameter is non-nil.
4639 (allout-end-of-subtree): Properly handle the last item in the buffer.
4640 (allout-pre-command-business, allout-command-counter):
4641 Increment an advertised counter so that cooperating enhancements can
4642 track revisions of items.
4643 (allout-open-topic): Run allout-structure-added-hook with suitable
4644 arguments.
4645 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4646 arguments.
4647 (allout-shift-out): Fix doubling for negative args and ensure call
4648 of allout-structure-shifted-hook by solely using allout-shift-in.
4649 (allout-kill-line, allout-kill-topic):
4650 Run allout-structure-deleted-hook with suitable arguments.
4651 (allout-yank-processing): Run allout-structure-added-hook with
4652 proper arguments.
4653 (allout-yank): Enclose activity in allout-unprotected.
4654 (allout-flag-region): Run allout-exposure-change-hook with
4655 suitable arguments, instead of making the callee infer the arguments.
4656 (allout-encrypt-string):
4657 Support allout-encryption-plaintext-sanitization-regexps,
4658 allout-encryption-ciphertext-rejection-regexps, and
4659 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4660 en/de cryption mode in symmetric encryption failure message.
4661 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4662 copy of the passphrase, and don't zero it or we'll corrupt the
4663 stashed copy.
4664 (allout-create-encryption-passphrase-verifier)
4665 (allout-verify-passphrase): Respect the new signature for
4666 allout-encrypt-string.
4667 (allout-get-configvar-values): Convenience for getting a
4668 configuration variable value and handling its absence gracefully.
4669
4670 2006-08-11 Romain Francoise <romain@orebokech.com>
4671
4672 * obsolete/zone-mode.el: Delete.
4673
4674 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4677
4678 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4679
4680 * emacs-lisp/bindat.el (bindat-ip-to-string):
4681 Use `format-network-address' if possible.
4682
4683 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4684
4685 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4686
4687 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4690 restore unread-command-events here.
4691 (edebug-display): Do it here, to detect sit-for interruptions.
4692
4693 2006-08-10 Romain Francoise <romain@orebokech.com>
4694
4695 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4696 (dns-mode-soa-auto-increment-serial): New user option.
4697 (dns-mode-soa-maybe-increment-serial): New function.
4698 (dns-mode): Add the latter to `write-contents-functions'.
4699
4700 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4701 Delete autoload cookies.
4702
4703 2006-08-10 John Wiegley <johnw@newartisans.com>
4704
4705 * eshell/em-glob.el (eshell-glob-chars-list)
4706 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4707
4708 2006-08-10 Richard Stallman <rms@gnu.org>
4709
4710 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4711 (facemenu-set-face): Doc fix.
4712 (facemenu-listed-faces): Doc fix.
4713
4714 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * avoid.el (mouse-avoidance-animating-pointer): New var.
4717 (mouse-avoidance-nudge-mouse): Use it.
4718 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4719 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4720 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4721 Don't activate if currently animating. All callers changed.
4722
4723 2006-08-09 John Wiegley <johnw@newartisans.com>
4724
4725 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4726 variable, which causes timeclock to report elapsed time worked,
4727 instead of just work remaining.
4728
4729 2006-08-09 Kenichi Handa <handa@m17n.org>
4730
4731 * international/latexenc.el (latexenc-find-file-coding-system):
4732 Fix for the case that the 2nd element of arg-list is a cons.
4733
4734 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * info.el (Info-fontify-node): Handle preceding `in' for note
4737 reference hiding rules.
4738
4739 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4742 mistake a closing " for an opening one.
4743
4744 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4745
4746 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4747
4748 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * complete.el (PC-do-completion): Filter out completions matching
4751 completion-ignored-extensions before checking whether there are
4752 multiple completions.
4753 Don't use `list' unnecessarily when building completion tables.
4754
4755 2006-08-06 Richard Stallman <rms@gnu.org>
4756
4757 * help.el (describe-mode): Make minor mode list more concise.
4758
4759 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * bindings.el: Give mode-line-format, mode-line-modes, and
4762 mode-line-position `standard-value' properties.
4763
4764 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4765
4766 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4767 "(file)node" instead of the file name.
4768
4769 2006-08-05 Richard Stallman <rms@gnu.org>
4770
4771 * faces.el (escape-glyph): Doc fix.
4772
4773 2006-08-04 Kenichi Handa <handa@m17n.org>
4774
4775 * international/mule-diag.el (describe-font): Improve docstring
4776 and error message. Use frame-parameter (not frame-parameters).
4777
4778 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4781 Correctly mark the end-of-docstring char.
4782
4783 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * simple.el (line-move-to-column): Constrain move-to-column to
4786 current field.
4787
4788 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * font-lock.el (font-lock-beg, font-lock-end)
4791 (font-lock-extend-region-functions): New vars.
4792 (font-lock-extend-region-multiline)
4793 (font-lock-extend-region-wholelines): New functions.
4794 (font-lock-default-fontify-region): Use them.
4795 (font-lock-extend-jit-lock-region-after-change): Only round up
4796 if font-lock-default-fontify-region will do it as well.
4797
4798 * font-lock.el (font-lock-extend-after-change-region-function):
4799 Rename from font-lock-extend-region-function.
4800 (font-lock-extend-region): Remove by inlining at call sites.
4801 (font-lock-after-change-function): Don't needlessly round up to a whole
4802 number of lines.
4803 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4804 the boundary conditions and the interactions between the various ways
4805 to extend the region.
4806
4807 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4810 modification status when forcing the second redisplay.
4811
4812 2006-08-03 Kim F. Storm <storm@cua.dk>
4813
4814 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4815
4816 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4819 doesn't look like a file name.
4820
4821 * complete.el (PC-expand-many-files): Avoid signalling an error when
4822 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4823
4824 2006-08-02 Andreas Schwab <schwab@suse.de>
4825
4826 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4827
4828 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4829
4830 * bindings.el (map): Make mode-line-buffer-identification-keymap
4831 before defining propertized-buffer-identification.
4832
4833 2006-08-01 Richard Stallman <rms@gnu.org>
4834
4835 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4836
4837 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4840 default value.
4841 (gdb-find-source-frame): New function.
4842 (menu): Add to menu bar.
4843
4844 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * font-core.el (font-lock-extend-region-function)
4847 (font-lock-extend-region): Move to font-lock.el.
4848
4849 * font-lock.el (font-lock-extend-region-function)
4850 (font-lock-extend-region): Move from font-core.el. Simplify.
4851
4852 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4853 if needed.
4854 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4855 (jit-lock-after-change-extend-region-functions): New hook.
4856 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4857
4858 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4859 (font-lock-turn-on-thing-lock): Use it.
4860
4861 * longlines.el (longlines-show-region): Make it work on read-only
4862 buffers as well.
4863
4864 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4865
4866 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4867
4868 2006-07-31 Richard Stallman <rms@gnu.org>
4869
4870 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4871 (vhdl-speedbar-display-projects): Update old obsolete
4872 speedbar variable names.
4873
4874 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4877 (gdb-stopped): Use it.
4878
4879 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4880
4881 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4884 for load-history elements.
4885
4886 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4887
4888 * files.el (convert-standard-filename): For Cygwin, replace
4889 characters not allowed in Windows file names.
4890 (make-auto-save-file-name): Add Cygwin to the list of systems
4891 where the auto-save file name needs to be run through
4892 convert-standard-filename.
4893
4894 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4895
4896 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4897
4898 2006-07-28 Richard Stallman <rms@gnu.org>
4899
4900 * bindings.el (mode-line-frame-identification)
4901 (propertized-buffer-identification): Centralize the code
4902 to initialize the variable.
4903
4904 * progmodes/grep.el (grep-default-command): Catch errors from
4905 wildcard-to-regexp.
4906
4907 2006-07-29 Kim F. Storm <storm@cua.dk>
4908
4909 * progmodes/grep.el (grep-tag-default): New function.
4910 (grep-default-command, grep-read-regexp): Use it.
4911 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4912 as default if nothing else applies.
4913
4914 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4915
4916 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4917 Throw error if buffer is not in Dired and Wdired mode, respectively.
4918
4919 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4922 self-insert-command keys don't activate buttons.
4923 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4924
4925 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4926
4927 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4928 faces for enable character.
4929
4930 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4931
4932 * Makefile.in (recompile): Update comment to reflect change
4933 on 2004-04-21.
4934
4935 2006-07-27 Richard Stallman <rms@gnu.org>
4936
4937 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4938 (customize-package-emacs-version): Change msg when pkg has no entry.
4939 (custom-no-edit): On a button, do like widget-button-press.
4940
4941 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4942
4943 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4944 S-tab and C-S-tab.
4945
4946 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * progmodes/which-func.el (which-function): Fix documentation/
4949 comment typo.
4950
4951 2006-07-26 Richard Stallman <rms@gnu.org>
4952
4953 * textmodes/ispell.el (ispell-word): If we replace the word,
4954 move point to the end. Insert before deleting.
4955
4956 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4959 a timer.
4960
4961 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4962
4963 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4964 when at first image.
4965 (tumme-forward-image): Add prefix argument. Add error when at last
4966 image.
4967
4968 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * tabify.el (tabify-regexp): Use more specific regexps.
4971 (tabify): Avoid modifying the buffer unnecessarily.
4972
4973 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4974
4975 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4976 (tumme-format-properties-string): Handle empty `buf'.
4977 (tumme-get-comment): Change variable names inside `let'.
4978 Add missing `let' variable that cause font-lock problems.
4979 (tumme-write-comments): Change variable names inside `let'.
4980 Add missing `let' variable that cause font-lock problems.
4981 (tumme-forward-image): Rename from `tumme-forward-char'.
4982 (tumme-backward-image): Rename from `tumme-backward-char'.
4983
4984 2006-07-25 Masatake YAMATO <jet@gyve.org>
4985
4986 * progmodes/ld-script.el (ld-script-keywords)
4987 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4988 and add comments.
4989
4990 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4991
4992 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4993 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4994 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4995 for status indicator.
4996
4997 2006-07-24 Richard Stallman <rms@gnu.org>
4998
4999 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5000
5001 * subr.el (dolist, dotimes): Use interned symbols for locals.
5002 (--dotimes-limit--, --dolist-tail--): New defvars.
5003 (looking-back): Doc fix.
5004
5005 * replace.el (replace-match-string-symbols): Handle dotted lists.
5006
5007 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5008
5009 * tumme.el (tumme-write-tags): Add.
5010 (tumme-write-comments): Add.
5011 (tumme-tag-files): Change to use `tumme-write-tags'.
5012 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5013 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5014 (tumme-save-information-from-widgets): Change to use
5015 `tumme-write-comments' and `tumme-write-tags'.
5016 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5017 (tumme-write-tag): Remove.
5018 (tumme-write-comment): Remove.
5019 (tumme-display-previous-thumbnail-original): Remove empty line.
5020 (tumme-widget-list): Add punctuation.
5021
5022 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5023
5024 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5025
5026 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5027
5028 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5029 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
5030 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5031
5032 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5033
5034 * mouse.el (mouse-on-link-p): Doc fix.
5035
5036 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5039 Handle "C-h f `".
5040
5041 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5044 column.
5045
5046 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
5047
5048 * textmodes/table.el: Add move-beginning-of-line and
5049 move-end-of-line to Point Motion Only Group.
5050
5051 2006-07-22 Eric Hanchrow <offby1@blarg.net>
5052
5053 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5054
5055 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5056
5057 * startup.el (user-mail-address): Initialize from the `EMAIL'
5058 environment variable first. Document this.
5059 (command-line): Ditto.
5060
5061 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
5062
5063 * help-mode.el (help-function-def, help-variable-def)
5064 (help-face-def): Print a message in the minibuffer.
5065
5066 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * term/xterm.el (terminal-init-xterm): Fix key bindings
5069 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5070
5071 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5072
5073 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5074 where `(nth 1 command)' is a cons cell. Doc fix.
5075
5076 * textmodes/po.el (po-find-charset): Doc fix.
5077
5078 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
5079
5080 * allout.el (allout-unprotected, allout-e-o-prefix-p)
5081 (allout-beginning-of-current-line, allout-end-of-current-line)
5082 (allout-next-visible-heading, allout-open-topic)
5083 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5084 (allout-flag-current-subtree, allout-show-to-offshoot)
5085 (allout-hide-current-entry, allout-show-current-branches)
5086 (allout-hide-region-body, allout-old-expose-topic)
5087 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5088 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5089 containing `beginning-of-line' and `end-of-line' with
5090 `inhibit-field-text-motion' t.
5091
5092 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5093
5094 * frame.el (focus-follows-mouse): Document that it doesn't have
5095 any effect on MS-Windows.
5096
5097 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5100
5101 2006-07-20 Jay Belanger <belanger@truman.edu>
5102
5103 * calc.el (calc-previous-alg-entry): Remove variable.
5104
5105 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5106 New variables.
5107 (calc-alg-entry): Use `calc-alg-entry-history'.
5108 (calc-do-quick-calc): Use `calc-quick-calc-history'.
5109 Remove reference to `calc-previous-alg-entry'.
5110 (calcAlg-edit, calcAlg-enter): Remove reference to
5111 `calc-previous-alg-entry'.
5112 (calcAlg-previous): Use `previous-history-element' instead of
5113 `calc-previous-alg-entry'.
5114 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5115 Change keybinding for `calcAlg-plus-minus', add keybindings for
5116 `previous-history-element' and `next-history-element'.
5117
5118 * calc-rewr.el (calc-match): Remove reference to
5119 `calc-previous-alg-entry'.
5120
5121 * calc-sel.el (calc-selection-history): New variable.
5122 (calc-enter-selection, calc-sel-mult-both-sides)
5123 (calc-sel-add-both-sides): Use `calc-selection-history'.
5124
5125 * calc-map.el (calc-get-operator-history): New variable.
5126 (calc-get-operator): Use `calc-get-operator-history'.
5127
5128 * calcalg3.el (calc-curve-fit-history): New variable.
5129 (calc-curve-fit): Use `calc-curve-fit-history'.
5130
5131 2006-07-20 Kenichi Handa <handa@m17n.org>
5132
5133 * international/mule-cmds.el (select-safe-coding-system): Fix the
5134 way of deciding eol-type of the coding system.
5135
5136 2006-07-20 Alan Mackenzie <acm@muc.de>
5137
5138 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5139 (c-lang-setvar): New macro.
5140 (c-make-init-lang-vars-fun): Use the initialization forms in
5141 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5142 (comment-start, comment-end, comment-start-skip): Change these from
5143 c-lang-defvar's to c-lang-setvar's.
5144
5145 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5146 which calls make-local-variable on the elements of
5147 c-emacs-variable-inits.
5148 (c-init-language-vars-for): Call this new macro.
5149
5150 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5153 Try to rule out false positives due to time stamps.
5154 (compilation-mode-font-lock-keywords): Remove rules made redundant
5155 because of the above change. Add `segmentation fault' to the known and
5156 highlighted compilation termination messages.
5157
5158 2006-07-19 Kim F. Storm <storm@cua.dk>
5159
5160 * progmodes/grep.el (grep-find-ignored-directories):
5161 Add .svn and _darcs to list.
5162
5163 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
5164
5165 * dired.el (dired-mode-map): Add key binding `C-te' for
5166 `tumme-dired-edit-comment-and-tags'.
5167
5168 * tumme.el (tumme-display-thumbnail-original-image): Make sure
5169 image display buffer is displayed before call to
5170 `tumme-display-image.
5171 (tumme-dired-display-image): Make sure image display buffer is
5172 displayed before call to `tumme-display-image.
5173 (tumme-mouse-display-image): Make sure image display buffer is
5174 displayed before call to `tumme-display-image.
5175 (tumme-widget-list): Add.
5176 (tumme-dired-edit-comment-and-tags): Add.
5177 (tumme-save-information-from-widgets): Add.
5178
5179 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5182
5183 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * progmodes/sh-script.el (sh-font-lock-keywords-1):
5186 Revert inadvertently installed patch hunk.
5187
5188 * progmodes/compile.el (compilation-find-file): Handle the
5189 cases where the user selects a non-existent file.
5190
5191 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5194
5195 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * subr.el (sit-for): Just sleep-for if noninteractive.
5198
5199 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * emacs-lisp/autoload.el (make-autoload): Use new arg.
5202
5203 * custom.el (custom-autoload): Add `noset' argument.
5204 (custom-push-theme): Don't autoload the variable, let callers do it.
5205 (custom-theme-set-variables): Autoload the variable if necessary.
5206
5207 * cus-edit.el (custom-variable-state-set): If the variable was
5208 originally set outside custom, but to the same value as the default,
5209 consider it to be standard.
5210
5211 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5212 file *before* telling Emacs to add the autoloads, in case it fails.
5213
5214 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5215 Use `cond', push', and `dolist'.
5216
5217 2006-07-17 Richard Stallman <rms@gnu.org>
5218
5219 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5220 Add defvars to silence warnings.
5221
5222 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5223
5224 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5225 Don't highlight "Compiling file" messages as error.
5226
5227 * dired-aux.el (dired-compress-file): Confirm again if gzipped
5228 file already exists.
5229
5230 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
5231
5232 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
5233 entry, don't assign to free var; simply return the extracted filename.
5234 (ff-treat-as-special): Incorporate common preamble from callers.
5235 (ff-other-file-name, ff-find-the-other-file):
5236 Update call to ff-treat-as-special.
5237
5238 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5239
5240 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
5241
5242 * tumme.el (tumme-get-comment): Fix bug.
5243
5244 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * files.el: Remove spurious * in docstrings.
5247
5248 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5249
5250 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5251 grammar.
5252 (allout-beginning-of-current-line): Beware beginning of buffer.
5253 Also, a comment is simplified.
5254 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5255 when appropriate. (This fix enables use for other than
5256 bullet-hotspot operation.)
5257 (allout-hide-current-subtree): While escalating to sibling-close,
5258 make sure to situate on a topic.
5259
5260 2006-07-14 Kim F. Storm <storm@cua.dk>
5261
5262 * emulation/cua-base.el (cua-delete-selection)
5263 (cua-toggle-set-mark): New defcustoms.
5264 (cua-rectangle-modifier-key): Add `alt' modifier.
5265 (cua-replace-region): Don't delete if cua-delete-selection is nil.
5266 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5267 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5268
5269 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5270
5271 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5272
5273 * allout.el: Require 'cl during byte-compilation/interactive load,
5274 for the `assert' macro.
5275 (allout-mode-deactivate-hook): New hook, run when allout mode
5276 deactivates.
5277 (allout-developer): New allout customization subgroup.
5278 (allout-run-unit-tests-on-load): New allout-developer
5279 customization variable, when true allout unit tests are run towards
5280 end of file load/eval.
5281 (allout-inhibit-auto-fill): Disable auto-fill activity even during
5282 auto-fill-mode.
5283 (allout-resumptions): Remove, to be replaced by...
5284 (allout-add-resumptions): Register variable settings to be
5285 reinstated by `allout-do-resumptions'. The settings are made
5286 buffer-local, but the locality/globality of the suspended setting
5287 is restored on resumption.
5288 (allout-do-resumptions): Reinstate all settings suspended using
5289 `allout-add-resumptions'.
5290 (allout-test-resumptions): Unit tests (and intermediate variables)
5291 for resumptions.
5292 (allout-tests-globally-unbound, allout-tests-globally-true)
5293 (allout-tests-locally-true): Intermediate variables for
5294 resumptions unit tests.
5295 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5296 (allout-exposure-category): Replaces 'allout-overlay-category variable.
5297 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5298 instead of retired `allout-resumptions'. For hook functions, use
5299 `local' parameter so hook settings are created and removed as
5300 buffer-local settings. Revise (resumptions) setting
5301 auto-fill-function so it is set only if already active. (The
5302 related fill-function settings are all made in either case, so
5303 that activating auto-fill-mode activity will have the custom
5304 allout-mode behaviors (hanging indent on topics, if configured for it).
5305 Remove all allout-exposure-category overlays on mode deactivation.
5306 (allout-hotspot-key-handler): New function extracted from
5307 `allout-pre-command-business', so the functionality can be used
5308 for other purposes, eg as a binding in an overlay.
5309 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
5310 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
5311 customization variable.
5312 (allout-run-unit-tests): Run the (currently quite small)
5313 repertoire of unit tests. Called just before the provide iff user
5314 has customized `allout-run-unit-tests-on-load' non-nil.
5315
5316 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5317
5318 * emacs-lisp/authors.el (authors-aliases): Update.
5319
5320 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5321
5322 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
5323 gdb-source-window. Add dedicated argument.
5324 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
5325 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
5326 (gdb-display-threads-buffer, gdb-display-memory-buffer)
5327 (gdb-display-locals-buffer): Use it.
5328
5329 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
5330 Set gdb-source-window.
5331
5332 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
5335 minor modes, redundant with the custom-autoload line above.
5336
5337 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * longlines.el (longlines-post-command-function): Handle open-line too.
5340
5341 2006-07-12 Richard Stallman <rms@gnu.org>
5342
5343 * progmodes/grep.el (grep-last-buffer): Doc fix.
5344
5345 * info.el (Info-try-follow-nearest-node): Doc fix.
5346
5347 * emacs-lisp/edebug.el (edebug-instrument-function):
5348 Err if find-function-noselect gives no position.
5349
5350 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5351 If can't find definition, return nil for position.
5352 (find-function-do-it): Handle new return value
5353 of find-definition-noselect.
5354 (find-definition-noselect, find-variable-noselect): Doc fix.
5355 (find-function-noselect): Doc fix.
5356
5357 * help-mode.el (help-variable-def): Handle find-variable-noselect
5358 returning no position.
5359 (help-function-def): Likewise for find-function-search-for-symbol.
5360 (help-face-def): Likewise.
5361
5362 * help-fns.el (describe-variable): Handle find-variable-noselect
5363 returning no position.
5364
5365 * files.el (locate-file-completion): Avoid duplicates in result.
5366
5367 * cus-edit.el (custom-no-edit): New command.
5368 (custom-mode-map): Remap to custom-no-edit instead of
5369 using suppress-keymap.
5370
5371 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5374 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5375 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5376
5377 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5378
5379 2006-07-11 Kim F. Storm <storm@cua.dk>
5380
5381 * ido.el (ido-copy-current-file-name): Use buffer-name if
5382 buffer-file-name is nil.
5383
5384 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * simple.el (undo-ask-before-discard): Set to nil.
5387
5388 * vc.el (vc-exec-after): Don't delete process manually.
5389 (vc-print-log): Run log-view-mode in process sentinel inside
5390 inhibit-read-only. Don't shrink window due to timing issues.
5391
5392 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5393 Avoid using with-output-to-temp-buffer, which clobbers local vars.
5394
5395 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5398 Fix ambiguity introduced by last change.
5399 (compilation-find-file): Move save-excursion to where it may
5400 make sense. Fix a left over `find-file'.
5401
5402 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
5403
5404 * textmodes/texinfmt.el (texinfo-format-separate-node):
5405 Insert a string before point, which fits documentation, not after.
5406 (texinfo-multitable-item): In a multitable row, insert any
5407 additional needed @tabs and spaces.
5408
5409 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5412 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5413 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5414 instead of shell-command.
5415 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5416 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5417 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5418 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5419 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5420 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5421
5422 2006-07-11 Kim F. Storm <storm@cua.dk>
5423
5424 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
5425 Remove special case for seconds < 0. Use (redisplay t) instead.
5426
5427 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5430 avoid compilation error.
5431
5432 * subr.el (sit-for): New function.
5433
5434 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5435
5436 2006-07-10 Richard Stallman <rms@gnu.org>
5437
5438 * ldefs-boot.el (edebug): Update page.
5439
5440 2006-07-10 Kim F. Storm <storm@cua.dk>
5441
5442 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5443 to FOR-RELEASE and TODO.
5444
5445 2006-07-10 Romain Francoise <romain@orebokech.com>
5446
5447 * emacs-lisp/authors.el (authors-aliases): Update.
5448
5449 2006-07-10 Alan Mackenzie <acm@muc.de>
5450
5451 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5452 * cc-mode.el: Changes to eradicate eval-after-load.
5453
5454 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5457 on non-char events.
5458
5459 2006-07-09 Romain Francoise <romain@orebokech.com>
5460
5461 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5462 Don't highlight start/end markers as compilation messages.
5463
5464 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5465 to t.
5466
5467 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5470
5471 2006-07-08 Richard Stallman <rms@gnu.org>
5472
5473 * term/x-win.el (x-handle-display): Add doc string.
5474
5475 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5476
5477 * subr.el (def-edebug-spec): Move here.
5478 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5479
5480 * imenu.el (imenu-choose-buffer-index): Doc fix.
5481
5482 2006-07-08 Romain Francoise <romain@orebokech.com>
5483
5484 * term/x-win.el (x-display-name): Fix typo.
5485
5486 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5487
5488 * hexl.el (hexl-find-file): Doc fix.
5489
5490 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5491
5492 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * term/x-win.el (x-display-name): Doc fix.
5495
5496 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5499 long prefixes.
5500 (fill-region-as-paragraph): Don't round up to a whole line.
5501 (fill-comment-paragraph): Don't include the code-before-the-comment
5502 when calling fill-region-as-paragraph.
5503
5504 * international/mule.el (make-char): Remove redundancy.
5505
5506 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5507 property may contain an anonymous function rather than a symbol.
5508
5509 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5510
5511 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5512 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5513
5514 * dirtrack.el (dirtrack-default-directory-function): Remove.
5515 (dirtrack-directory-function): Use file-name-as-directory.
5516 (dirtrack-windows-directory-function): Simplify.
5517 (dirtrack-forward-slash, dirtrack-backward-slash)
5518 (dirtrack-replace-slash): Remove.
5519 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5520 (dirtrack): Fix wrong parenthesizing; use match-string.
5521
5522 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5523 (inferior-octave-mode): Only change the buffer-local value of
5524 comint-dynamic-complete-functions.
5525 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5526 Move the initialization to the declaration.
5527 (inferior-octave-complete): Remove unused var `filter'.
5528
5529 * shell.el (shell-mode): Only change the buffer-local value of
5530 comint-dynamic-complete-functions.
5531
5532 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5533
5534 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5535 entry is skipped because it has been scheduled.
5536 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5537 changing `:org-archived' and `:org-comment' properties.
5538
5539 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * server.el (server-select-display): Don't make the temp frame
5542 minibuffer-only, in case it's not a temp frame.
5543 (server-process-filter): Don't delete the temp frame if it's the
5544 only one we have on that display.
5545
5546 * files.el (find-alternate-file): Doc fix.
5547
5548 2006-07-05 Richard Stallman <rms@gnu.org>
5549
5550 * files.el (abbreviate-file-name): Add save-match-data.
5551
5552 2006-07-03 Richard Stallman <rms@gnu.org>
5553
5554 * faces.el (read-face-name): Doc fix.
5555
5556 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5559
5560 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5561
5562 * vc.el (vc-diff-internal): Fix prev change.
5563
5564 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5565
5566 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5567 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5568
5569 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5572 fails if the symbol contains chars like ( or '.
5573 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5574 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5575 `short'.
5576
5577 2006-07-04 Kenichi Handa <handa@m17n.org>
5578
5579 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5580 the current one, don't call set-language-environment, but call one
5581 of set-language-environment-XXX to make INFO effective now.
5582 (set-language-environment): Call set-language-environment-XXX
5583 functions instead of doing the various setups directly.
5584 (set-language-environment-coding-systems): Delete argument eol-type.
5585 (set-language-environment-input-method)
5586 (set-language-environment-nonascii-translation)
5587 (set-language-environment-charset)
5588 (set-language-environment-fontset)
5589 (set-language-environment-unibyte): New functions.
5590
5591 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5592
5593 * locate.el (locate-update-when-revert): New option.
5594 (locate-update-path): New option (suggested by Michael Albinus).
5595 (locate-prompt-for-command): Whitespace change.
5596 (locate-update): No longer offer to update the locate database by
5597 default. Implement the two new options.
5598
5599 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5600
5601 * tooltip.el: Move comment about track-mouse...
5602
5603 * progmodes/gud.el: ...to here.
5604
5605 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * facemenu.el (facemenu-listed-faces): New var.
5608 (facemenu-unlisted-faces): Variable deleted.
5609 (facemenu-add-new-face): Use facemenu-listed-faces.
5610
5611 * emulation/viper-init.el, calendar/calendar.el:
5612 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5613
5614 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5615
5616 * textmodes/org.el (org-mode): Remove no invalid settings for
5617 calc embedded mode.
5618 (org-mode-p): New defsubst.
5619 (org-save-all-org-buffers): New function.
5620 (org-first-headline-recenter): Enclose outline-regexp in group
5621 delimiters.
5622 (org-set-tags): Keep single space after stars.
5623
5624 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * window.el (set-window-text-height): Only set window-min-height to
5627 1 if that's the requested size.
5628
5629 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5630 (diff-unified->context, diff-context->unified)
5631 (diff-reverse-direction): Make sure the end marker stays at the end.
5632 (diff-mode): Add the keymap table at the end of docstring.
5633 Use lexical-let rather than constructing a closure manually.
5634
5635 * files.el (find-file-noselect-1): Remove unused var assignment.
5636 (hack-local-variables-confirm): Print lists of strings as lists of
5637 strings rather than lists of symbols.
5638 (abbreviate-file-name, hack-local-variables-prop-line):
5639 Use match-string.
5640 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5641 (recover-session-finish): Use line-end-position.
5642
5643 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5644
5645 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5646
5647 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5648
5649 * progmodes/make-mode.el (makefile-macroassign-regex):
5650 Accept preceding keyword.
5651 (makefile-gmake-statements): Reorganize, now that makepp has
5652 "override" and also handle forgotten "override define".
5653 (makefile-makepp-statements): Add new "global", "override export"
5654 and "override global".
5655
5656 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5659 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5660 (ada-no-auto-case): Fix typos in docstrings.
5661
5662 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5663
5664 * info.el (Info-find-node-2): Search for makeinfo version more
5665 carefully.
5666
5667 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5668
5669 * textmodes/org.el (org-prepare-agenda-buffers):
5670 Use `invisible-OK' argument for `org-end-of-subtree'.
5671 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5672 (org-beginning-of-item): Fix bug in regular expression for white line.
5673 (org-export-as-html): Enforce space after bullet in plain list items.
5674 (org-set-autofill-regexps): Require space after plain list bullet
5675 for paragraph-start.
5676 (org-ts-regexp3): New constant.
5677 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5678 (org-timestamp-up-day, org-timestamp-down-day)
5679 (org-timestamp-change): Work with inactive timestamps.
5680 (org-ts-regexp1): Don't allow brackets in time stamps.
5681
5682 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5685 for ignoring links.
5686
5687 * faces.el (read-face-name): Use it.
5688
5689 2006-06-28 Juri Linkov <juri@jurta.org>
5690
5691 * buff-menu.el (list-buffers-noselect): Compare Info file
5692 with the string "dir" to detect Info directory.
5693
5694 * complete.el (partial-completion-mode): In lambda for
5695 `choose-completion-string-functions' use full function signature
5696 with 4 args, and move point to the end of the minibuffer only if arg
5697 `mini-p' is non-nil.
5698
5699 2006-06-28 John Paul Wallington <jpw@pobox.com>
5700
5701 * ibuffer.el (ibuffer-mode): Doc fix.
5702
5703 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5704
5705 * textmodes/org.el (org-context): New contexts :item-bullet,
5706 :latex-fragment, :latex-preview.
5707 (org-overlays-at, org-overlay-start, org-overlay-end):
5708 New compatibility functions.
5709 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5710 exact regexp that will be used during export.
5711 (org-latex-regexps): New variable.
5712 (org-cdlatex-mode): Improve advice for `texmathp'.
5713 (turn-on-org-cdlatex): New function.
5714
5715 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5716
5717 * term/mac-win.el (mac-handle-font-selection): Change keys of
5718 mac-atsu-font-table from strings to numbers.
5719 (mac-ts-caret-position): Use also when cursor-type is nil.
5720 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5721 Relax condition for using overlay strings.
5722 Use mac-ts-caret-position face when cursor-type is nil.
5723
5724 2006-06-26 Kim F. Storm <storm@cua.dk>
5725
5726 * help.el (view-emacs-news): Declare `res' in the right let* form.
5727
5728 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5729
5730 * net/rcompile.el (remote-compile): Replace ange-ftp based
5731 implementation by Tramp functions.
5732 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5733
5734 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5735
5736 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5737
5738 * international/fontset.el (setup-default-fontset): Fix a typo in
5739 the "Oriya-Akruti" registry name.
5740
5741 2006-06-23 Lars Hansen <larsh@soem.dk>
5742
5743 * desktop.el (desktop-full-file-name): New function.
5744 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5745 (desktop-revert): Use it.
5746 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5747 (desktop-after-read-hook): Add option list-buffers.
5748 (desktop-locals-to-save): Add tab-width.
5749 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5750 Fix docstring.
5751
5752 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5753
5754 * textmodes/org.el (org-cdlatex-mode-map)
5755 (org-cdlatex-texmathp-advice-is-done): New variables.
5756 (org-cdlatex-mode): New minor mode.
5757 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5758 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5759 (org-export-with-archived-trees): New option.
5760 (org-open-file): Remove the call to `convert-standard-filename'.
5761 (org-archive-tag, org-agenda-skip-archived-trees)
5762 (org-cycle-open-archived-trees)
5763 (org-sparse-tree-open-archived-trees): New options.
5764 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5765 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5766 New functions.
5767 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5768 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5769 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5770 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5771 Call `org-prepare-agenda-buffers'.
5772 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5773 (org-file-apps, org-file-apps-defaults-gnu)
5774 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5775 Handle remote files by forcing them to be opened in Emacs.
5776
5777 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5778
5779 * vc.el (vc-diff-knows-L): New variable.
5780 (vc-diff-internal): Use it to handle "diff" programs that don't
5781 understand -L. This works automatically, no user action is necessary.
5782
5783 2006-06-23 Daniel Brockman <daniel@brockman.se>
5784
5785 * net/rcirc.el (rcirc-default-user-full-name): Default to
5786 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5787 longer exists).
5788 (rcirc-process-list): Check `buffer-live-p' before attempting to
5789 switch to a buffer.
5790
5791 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5792
5793 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5794 based on rcirc-coding-system-alist.
5795
5796 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5797
5798 * cus-edit.el (customize-apropos): A better error message.
5799 (top level) <debug-ignored-errors>: Extend and update the list of
5800 ignored error messages.
5801
5802 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5803
5804 * complete.el (PC-do-completion): Retain capitalization of user
5805 input, when possible, even if completion-ignore-case is set.
5806
5807 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5808
5809 * generic-x.el (bat-generic-mode): Support .cmd files.
5810
5811 * dos-w32.el (top level): Use find-file-not-found-functions
5812 instead of the obsolete find-file-not-found-hooks.
5813
5814 2006-06-22 Kim F. Storm <storm@cua.dk>
5815
5816 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5817 to recognize mode name containing submodes, such as Grep/lw.
5818
5819 2006-06-21 Kim F. Storm <storm@cua.dk>
5820
5821 * simple.el (line-move-1): Check for move-end-of-line instead of
5822 end-of-line when setting temporary-goal-column.
5823
5824 2006-06-21 Miles Bader <miles@gnu.org>
5825
5826 * play/cookie1.el (cookie): Work properly when there's only one entry.
5827
5828 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5829
5830 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5831 (gdb-frame-handler): Generalize frame regexp for templates.
5832
5833 2006-06-20 Glenn Morris <rgm@gnu.org>
5834
5835 * calendar/appt.el (appt-display-format): Default value must be
5836 one of the customize options.
5837
5838 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5839
5840 * term/xterm.el (terminal-init-xterm): Update key availability info.
5841 Bind C-return.
5842
5843 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5844
5845 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5848 whether or not a local variables list is defined.
5849
5850 * msb.el (msb): Move `sit-for' hack here to handle both
5851 "mouse-down and drag" and "mouse-up and select" situations.
5852 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5853
5854 2006-06-20 Kenichi Handa <handa@m17n.org>
5855
5856 * international/characters.el (word-combining-categories):
5857 Add entries for 2-byte Han characters.
5858
5859 2006-06-19 Richard Stallman <rms@gnu.org>
5860
5861 * bindings.el (mode-line-format): Save some mode line space.
5862
5863 * files.el (find-file-noselect): Improve the question wording.
5864 (basic-save-buffer-2): Mask UMASK against 666.
5865
5866 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5867 (mouse-drag-vertical-line): Call it.
5868
5869 * cus-edit.el (customize-option, customize-option-other-window):
5870 Error if SYMBOL is nil.
5871
5872 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5873
5874 * textmodes/org.el: Require noutline, also on XEmacs.
5875 (org-end-of-subtree): Return point.
5876 (org-dblock-start-re, org-dblock-end-re): New constants.
5877 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5878 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5879 (org-update-all-dblocks, org-find-dblock): New functions.
5880 (org-collect-clock-time-entries): New function.
5881 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5882 (org-fixup-indentation): Modify to deal correctly with lines
5883 starting with TAB. Only one argument DIFF now.
5884 (org-demote, org-promote): Call `org-fixup-indentation' with just
5885 one argument, DIFF.
5886 (org-mode): Don't mark buffer as modified when aligning tables.
5887 (org-clock-sum): Don't mark buffer modified when adding time sum
5888 properties.
5889 (org-export-as-html): Add support for a link validation function.
5890 (org-archive-all-done): New function.
5891 (org-archive-subtree): New prefix argument. When set, archive all
5892 done subtrees in this buffer.
5893 (org-remove-clock-overlays)
5894 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5895 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5896 (org-put-clock-overlay): Don't swallow last headline character
5897 when displaying overlay.
5898 (org-store-link): Link to `image-mode' with just the file name.
5899
5900 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5901
5902 * viper-cmd.el (viper-special-read-and-insert-char):
5903 Use read-key-sequence.
5904 (viper-after-change-undo-hook): Misc enhancements.
5905 (viper-after-change-undo-hook): New hook.
5906 (viper-undo): Use viper-after-change-undo-hook.
5907 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5908 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5909 clicking on that widget/button.
5910
5911 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5912
5913 * ediff-diff (ediff-test-patch-utility): Catch errors.
5914 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5915 (ediff-set-actual-diff-options): New function.
5916 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5917 Use ediff-set-actual-diff-options.
5918 (ediff-extract-diffs): Catch errors.
5919 (ediff-whitespace): Add non-breakable space.
5920 (ediff-same-file-contents): Catch errors.
5921
5922 * ediff-mult.el (ediff-collect-custom-diffs):
5923 Save coding-system-for-read.
5924
5925 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5926 (ediff-vc-internal, ediff-vc-merge-internal):
5927 Use ediff-delete-version-file.
5928 (ediff-delete-version-file): New function.
5929
5930 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5931
5932 * ediff.el (ediff-directories, ediff-directory-revisions)
5933 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5934 (ediff-directories-internal, ediff-merge-directory-revisions)
5935 (ediff-merge-directory-revisions-with-ancestor)
5936 (ediff-directories3): Use read-directory-name.
5937
5938 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5939
5940 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5941 Remove superfluous part of regexp for brace matching which is handled
5942 by `scan-lists' call.
5943
5944 2006-06-16 Richard Stallman <rms@gnu.org>
5945
5946 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5947
5948 * files.el (basic-save-buffer-2): For a new precious file,
5949 use the default modes in the return value.
5950
5951 * facemenu.el (facemenu-color-alist): Doc fix.
5952
5953 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5954
5955 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5956
5957 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5958
5959 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5960 (mac-utxt-to-string): Use it.
5961 (mac-ts-update-active-input-area): Use mac-ae-number.
5962
5963 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5964
5965 * term.el (term-handle-scroll, term-delete-lines)
5966 (term-insert-lines): Fix off by one errors.
5967
5968 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5969
5970 * net/tramp.el (tramp-touch): Use UTC to express time.
5971
5972 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * mail/sendmail.el (mail-send): Search explicitly for
5975 mail-header-separator when checking for corrupted header lines.
5976
5977 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5978
5979 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5980 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5981 (gdb-init-1): Initialise them.
5982 (gdb-starting): Reset gdb-printing
5983 (gdb-starting): Save value of gud-overlay-arrow-position.
5984 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5985 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5986 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5987 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5988
5989 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5992
5993 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5994
5995 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5996 (ldap-search-internal): Keep error messages, and a regexp fix.
5997
5998 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5999
6000 * files.el (hack-local-variables-confirm):
6001 Display string value using its printed representation.
6002
6003 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * server.el (server-edit): No-op if no server buffers exist.
6006
6007 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
6008
6009 * textmodes/page-ext.el (pages-directory-for-addresses):
6010 Including `pages-directory-address-mode' in the function results
6011 in the message "Buffer in which pages were found is deleted".
6012
6013 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6014
6015 * textmodes/org.el (org-agenda-mode-map): Add bindings for
6016 clocking functions.
6017
6018 (org-agenda-clock-in, org-check-running-clock)
6019 (org-clock-out-if-current, org-remove-clock-overlays)
6020 (org-put-clock-overlay): New functions.
6021 (org-clock-marker, org-clock-file-total-minutes)
6022 (org-clock-overlays): New variables.
6023 (org-clock-display, org-clock-sum, org-clock-cancel)
6024 (org-clock-out, org-clock-in): New commands.
6025 (org-export): New function.
6026 (org-emph-re): New constant.
6027 (org-set-emph-re, org-do-emphasis-faces): New functions.
6028 (org-emphasis-regexp-components, org-emphasis-alist): New options.
6029 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6030 (org-export-html-convert-emphasize): Use the configurable emphasis.
6031 (org-cleaned-string-for-export): Make multiline emphasis visible
6032 to the exporter. New optional argument PARAMETERS.
6033 (org-export-as-html): Specify :emph-multiline parameter to
6034 `org-cleaned-string-for-export'.
6035
6036 2006-06-10 Richard Stallman <rms@gnu.org>
6037
6038 * help.el (help-for-help-internal): Clean up help text.
6039
6040 2006-06-10 Andreas Schwab <schwab@suse.de>
6041
6042 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6043 in doc string.
6044
6045 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6046
6047 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
6048
6049 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6050 spaces after the comment start.
6051
6052 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6053
6054 * play/pong.el (pong-init-buffer):
6055 Fill buffer with spaces instead of ^A.
6056
6057 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6058 launched asynchronously, delete its process instead of being cool.
6059 (ispell-async-processp): Check for `delete-process' existence
6060 instead of `kill-process' one for consistency.
6061
6062 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
6063
6064 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6065 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6066 in mode line at startup.
6067
6068 2006-06-08 Kim F. Storm <storm@cua.dk>
6069
6070 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6071 (ido-init-completion-maps): Bind them to M-SPC and M-v.
6072 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6073 (ido-file-internal): Pass full file name to write-file.
6074 (ido-read-internal): Only pop stack elements automatically if they
6075 actually match an existing directory or file name.
6076
6077 2006-06-07 Kenichi Handa <handa@m17n.org>
6078
6079 * international/mule.el (find-auto-coding): Don't handle the short
6080 name `char-trans'.
6081
6082 * files.el (hack-local-variables-prop-line)
6083 (hack-local-variables): Cancel the previous change.
6084
6085 2006-06-06 Jesper Harder <harder@phys.au.dk>
6086
6087 * ediff-diff.el (ediff-test-utility): Protect against file-error.
6088
6089 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * diff-mode.el (diff-mode): Set buffer-read-only to t when
6092 diff-default-read-only is non-nil.
6093 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6094 (diff-refine-hunk): Set inhibit-read-only to t.
6095
6096 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6097 modifying the *Diff* buffer.
6098 (diff-process-filter): New filter function for diff process that
6099 sets inhibit-read-only to t when modifying the *Diff* buffer.
6100
6101 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6102
6103 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6104 insertion point and control the number of empty lines.
6105 (org-paste-subtree): Limit the number of empty lines at the end of
6106 the inserted tree.
6107 (org-agenda): Use buffer name of current file for narrowing.
6108 (org-export-as-xml): Command removed.
6109 (org-export-xml-type): Option removed.
6110 (org-mode-map): Call `org-export-as-xoxo' directly.
6111 (org-get-indentation): New optional argument LINE.
6112 (org-fix-indentation, org-remove-tabs): New functions.
6113 (org-export-as-ascii, org-ascii-level-start): Determine and apply
6114 correct indentation for headlines that are converted it items.
6115 (org-skip-comments): Remove table lines that contain narrowing
6116 cookies but no other non-empty fields.
6117 (org-set-tags): Allow groups of mutually exclusive tags.
6118 (org-cmp-time): Sort 24:21 before items without time.
6119 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6120 (org-open-at-point): Require double colon also for numbers.
6121
6122 2006-06-06 Kim F. Storm <storm@cua.dk>
6123
6124 * ido.el (ido-default-file-method, ido-default-buffer-method):
6125 Make choice values consistent with corresponding command names.
6126 (ido-visit-buffer): Update accordingly. Default to selected-window.
6127
6128 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
6129
6130 * progmodes/gud.el (gud-running): Fix doc string.
6131 (gud-menu-map): Use :visible instead fo :enable for debugger test.
6132 (gud-tooltip-modes): Add python-mode.
6133 (gud-tooltip-print-command): Add pdb. Remove perldb.
6134
6135 2006-06-05 Eli Zaretskii <eliz@gnu.org>
6136
6137 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6138 Quote $(EMACS).
6139
6140 2006-06-05 Richard Stallman <rms@gnu.org>
6141
6142 * faces.el (defined-colors): Doc fix.
6143
6144 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
6145
6146 * vc.el (vc-process-filter): Inhibit undo info collection around
6147 call to insert.
6148 (vc-setup-buffer): Likewise for call to erase-buffer.
6149 (vc-do-command): Likewise for call to process-file.
6150
6151 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
6152
6153 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6154 for gud-go.
6155 (gud-common-init): Other debuggers may trigger error.
6156
6157 2006-06-05 Kenichi Handa <handa@m17n.org>
6158
6159 * international/mule.el (find-auto-coding):
6160 Handle enable-character-translation in file header.
6161
6162 2006-06-04 Kim F. Storm <storm@cua.dk>
6163
6164 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6165 (authors-fixed-entries): Fix spelling.
6166 (authors-canonical-file-name): Don't report error for wildcards.
6167
6168 * help.el (view-emacs-news): Rewrite to support new NEWS,
6169 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
6170 e.g. version 10 matches 1.10, and don't be confused by version 1.1
6171 being a prefix of 1.12 (etc). A numeric prefix arg also works.
6172
6173 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6174
6175 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6176 exec constructs like `foo bar`.
6177 (sh-quoted-subshell): New helper function to search for a possibly
6178 nested subshell (like `` or $()) within a "" quoted string.
6179 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6180 (sh-apply-quoted-subshell): Flag quote characters inside a
6181 subshell, which is itself already in a quoted region, as
6182 punctuation, since this is the closest to what they actually are.
6183 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6184 sh-apply-quoted-subshell.
6185 (sh-font-lock-syntactic-face-function): Apply the new face for
6186 text inside `` instead of the old font-lock-string-face.
6187
6188 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6189
6190 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6191 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6192 (mac-bytes-to-text-range, mac-ae-text-range-array)
6193 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6194 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6195 (mac-ts-unicode-for-key-event): New functions.
6196 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6197 (mac-handle-font-selection): Use mac-ae-number.
6198 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6199 New variables.
6200 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6201 (mac-ts-converted-text, mac-ts-selected-converted-text)
6202 (mac-ts-block-fill-text, mac-ts-outline-text)
6203 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6204 (mac-ts-hilite-style-faces): New constant.
6205 (mac-apple-event-map): Bind text input events.
6206 (mac-dispatch-apple-event): Use command-execute instead of
6207 call-interactively.
6208 (global-map): Don't bind mac-apple-event.
6209 (special-event-map): Bind mac-apple-event.
6210
6211 2006-06-02 Eli Zaretskii <eliz@gnu.org>
6212
6213 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6214 file name.
6215 (emacs): Enclose the value of $(EMACS) in quotes.
6216
6217 2006-06-02 Juri Linkov <juri@jurta.org>
6218
6219 * international/mule.el (sgml-html-meta-auto-coding-function):
6220 Remove the condition `(search-forward "<html" size t)'.
6221 Replace `\"' with `[\"']?' in `re-search-forward'.
6222
6223 2006-06-02 Kenichi Handa <handa@m17n.org>
6224
6225 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6226 as well as `coding'.
6227 (hack-local-variables): Likewise.
6228
6229 * international/mule.el (enable-character-translation):
6230 Put permanent-local and safe-local-variable properties.
6231 (find-auto-coding): Handle char-trans: tag.
6232
6233 2006-06-02 Juri Linkov <juri@jurta.org>
6234
6235 * international/mule.el (sgml-html-meta-auto-coding-function):
6236 Limit the search by the end of the HTML header (if any).
6237
6238 2006-06-01 Richard Stallman <rms@gnu.org>
6239
6240 * subr.el (with-current-buffer): Doc fix.
6241
6242 2006-06-02 Masatake YAMATO <jet@gyve.org>
6243
6244 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6245 Almost rewrite. Underlines over all lines of gcov output are too
6246 uncomfortable to read. Suggested by Dan Nicolaescu.
6247
6248 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6249
6250 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6251
6252 * shell.el (shell-mode): Use shell-mode-map in docstring.
6253
6254 * comint.el (comint-send-input): Do not add help-echo and
6255 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6256
6257 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6258
6259 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6260
6261 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6262
6263 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6264 (gdb-stopped, gdb-info-stack-custom): If there is no source info
6265 look up the stack and pop up GUD buffer if necessary.
6266 (gdb-frames-select): Remove redundant call to gud-display-frame.
6267 (gdb-info-threads-custom): Keep point at start of buffer.
6268 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6269
6270 2006-05-31 Juri Linkov <juri@jurta.org>
6271
6272 * replace.el (query-replace-read-from, query-replace-read-to):
6273 Bind `history-add-new-input' to nil. Call `add-to-history'.
6274
6275 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
6276
6277 * textmodes/table.el: Convert all HTML tags to lower case for
6278 XHTML compatibility.
6279
6280 2006-05-31 Masatake YAMATO <jet@gyve.org>
6281
6282 * progmodes/compile.el:
6283 (compilation-error-regexp-alist-alist::gcov-called-line):
6284 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
6285
6286 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
6287
6288 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6289 Revert inadvertent changes made with last commit.
6290
6291 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6292
6293 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6294 New functions.
6295
6296 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6297
6298 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6299
6300 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
6301 only matches in the right place.
6302 (org-upcoming-deadline): New face.
6303 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
6304 (org-export-ascii-underline): Rename constant `org-ascii-underline'
6305 and make it an option.
6306 (org-export-ascii-bullets): New option.
6307 (org-export-as-html): Many changes to emit valid XHTML.
6308 (org-par-open): New variable.
6309 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
6310 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
6311 (org-timeline): Pass `org-timeline-show-empty-dates' to
6312 `org-get-all-dates'. Interpret empty dates returned by
6313 `org-get-all-dates'.
6314 (org-get-all-dates): New argument EMPTY. Add dates without
6315 entries to the list, mark large ranges of empty dates.
6316 (org-point-in-group, org-context): New functions.
6317
6318 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
6319
6320 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
6321
6322 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6323 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
6324 to C-mouse-3 (for 2 button mice).
6325 (gdb-send): Do the right thing for C-d.
6326
6327 * speedbar.el (speedbar-detach): Delete.
6328 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
6329 it breaks things.
6330 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
6331
6332 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
6333
6334 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
6335 Makeppfile.
6336
6337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6338 Add makepp diagnostic.
6339
6340 2006-05-29 Richard Stallman <rms@gnu.org>
6341
6342 * window.el (fit-window-to-buffer): Doc fix.
6343
6344 * help.el (temp-buffer-max-height): Doc fix.
6345
6346 * subr.el (with-current-buffer): Doc fix.
6347
6348 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6349
6350 * term/x-win.el: Bind F10 to menu-bar-start if available.
6351
6352 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
6353
6354 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
6355 uses with a simple test.
6356 (term-set-escape-char, term-mode, term-check-kill-echo-list)
6357 (term-send-raw-string, term-send-raw, term-mouse-paste)
6358 (term-char-mode, term-line-mode, term-exec, term-sentinel)
6359 (term-handle-exit, term-read-input-ring)
6360 (term-previous-matching-input-string)
6361 (term-previous-matching-input-string-position)
6362 (term-previous-matching-input-from-input)
6363 (term-replace-by-expanded-history, term-send-input)
6364 (term-skip-prompt, term-bol, term-send-invisible)
6365 (term-kill-input, term-delchar-or-maybe-eof)
6366 (term-backward-matching-input, term-check-source)
6367 (term-proc-query, term-emulate-terminal)
6368 (term-handle-colors-array, term-process-pager, term-pager-line)
6369 (term-pager-bob, term-unwrap-line, term-word)
6370 (term-dynamic-complete-filename)
6371 (term-dynamic-complete-as-filename)
6372 (term-dynamic-simple-complete): Replace one arm ifs with whens or
6373 unlesses.
6374
6375 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6378 during bootstrapping.
6379
6380 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6381 Basically undo the change of 2006-05-26: use extra arguments instead of
6382 dynamic scoping.
6383 (ewoc-locate): Remove unused var `footer'.
6384
6385 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6388
6389 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6390 (generate-file-autoloads): Obey it. Return whether autoloads were
6391 added at point or not.
6392 (update-file-autoloads): Use this new return value.
6393 Remove redundant test for the presence of an autoload cookie.
6394
6395 * emacs-lisp/autoload.el (autoload-find-file): New fun.
6396 This one calls hack-local-variables.
6397 (generate-file-autoloads, update-file-autoloads): Use it.
6398
6399 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6400 (bibtex-sort-entry-class): Add safe-local-variable predicate.
6401 (bibtex-sort-entry-class-alist): Don't set the global value.
6402 (bibtex-init-sort-entry-class-alist): New fun.
6403 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6404 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6405 of bibtex-init-sort-entry-class.
6406
6407 2006-05-28 Richard Stallman <rms@gnu.org>
6408
6409 * subr.el (load-history-regexp): If FILE is relative, insist
6410 entire last name component must match it.
6411 (load-history-filename-element, load-history-regexp): Doc fixes.
6412
6413 2006-05-29 Kim F. Storm <storm@cua.dk>
6414
6415 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6416 `pos' and `raw-data' for clarity, as eval forms may access these.
6417
6418 2006-05-28 Kim F. Storm <storm@cua.dk>
6419
6420 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6421
6422 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * progmodes/make-mode.el (makefile-browser-map)
6425 (makefile-mode-syntax-table): Move initialization inside declaration.
6426 (makefile-fill-paragraph): Use the default comment-filling code.
6427
6428 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * replace.el (query-replace-defaults): New variable.
6431 (query-replace-read-from): Use `query-replace-defaults' for
6432 default value, instead of history list.
6433 (query-replace-read-to): Update `query-replace-defaults'.
6434
6435 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6436
6437 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6438 with no X toolkit.
6439
6440 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6443 (tumme-show-all-from-dir): Add autoload.
6444
6445 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6446
6447 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6448 (tumme-remove-tag): Fix bug.
6449
6450 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6451
6452 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6453 FOOTER args. Update unique caller.
6454 (ewoc-delete): Compute last node once before looping.
6455 (ewoc--node-branch): Merge into unique caller.
6456 (ewoc--node): Don't define constructor make-ewoc--node for this
6457 structure.
6458 (ewoc): Add member `hf-pp' to this structure.
6459 (ewoc--wrap): New func.
6460 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
6461 header/footer pretty-printers. Save header/footer pretty-printer.
6462 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
6463
6464 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6465
6466 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6467
6468 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6469 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
6470 Tag'. Change "Compare directories..." to "Change Directories...".
6471 Move tumme commands to Operate, Regexp and Immediate menus.
6472 Change "Add Comment" to "Add Image Comment". Change "Add Image
6473 Tag" to "Add Image Tags".
6474
6475 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6476 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6477 `tumme-delete-tag'.
6478
6479 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
6480
6481 * shell.el (shell-mode): Call shell-dirtrack-mode after
6482 list-buffers-directory is made a local variable, to avoid setting
6483 the default value.
6484
6485 2006-05-26 Kevin Ryde <user42@zip.com.au>
6486
6487 * info.el (Info-index-next): Use where-is-internal to report
6488 actual binding of Info-index-next, rather than hard-coded `,'.
6489
6490 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6491
6492 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6493 and "Find Command in Manual" to here.
6494
6495 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6496 Info-current-file as the file name.
6497
6498 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
6499
6500 * ses.el (defadvice undo-more): Delete this defadvice. The undo
6501 overrides will now be done a different way.
6502 (ses-set-parameter): Reapply this function for undo.
6503 (ses-set-header-row): Reconstruct header row during undo.
6504 (ses-widen): New function.
6505 (ses-goto-data, ses-reconstruct-all): Use new function.
6506 (ses-command-hook): Widen buffer during undo, before unupdating
6507 the cells.
6508 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6509 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6510 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6511 formula hasn't been executed yet.
6512
6513 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6514
6515 * comint.el (comint-kill-whole-line): Rename arg to count.
6516 Fix doc string.
6517
6518 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6521 to copy-file.
6522
6523 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6524
6525 * simple.el (toggle-truncate-lines): Make arg optional for
6526 backward compatibility.
6527
6528 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6529
6530 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6531 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6532 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6533 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6534 (ewoc--adjust): Use ewoc--current-dll.
6535 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6536
6537 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6538
6539 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6540 compact error message.
6541 (org-tags-view): Refresh category table in each file.
6542 (org-table-justify-field-maybe): Remove superfluous arguments to
6543 `format'.
6544 (org-export-as-html): Insert "<p>" before postamble.
6545 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6546
6547 2006-05-26 Kenichi Handa <handa@m17n.org>
6548
6549 * textmodes/po.el (po-find-charset): Pay attention to the case
6550 FILENAME is a cons (NAME . BUFFER).
6551 (po-find-file-coding-system-guts): Likewise.
6552
6553 * arc-mode.el (archive-set-buffer-as-visiting-file):
6554 Call find-operation-coding-system with (FILENAME . BUFFER).
6555
6556 * tar-mode.el (tar-extract): Call find-operation-coding-system
6557 with (FILENAME . BUFFER).
6558
6559 * international/mule.el (decode-coding-inserted-region):
6560 Call find-operation-coding-system with (FILENAME . BUFFER).
6561
6562 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * image-mode.el (image-toggle-display): Use buffer contents to
6565 generate image for a remote file.
6566
6567 2006-05-25 Juri Linkov <juri@jurta.org>
6568
6569 * replace.el (query-replace-read-from, query-replace-read-to):
6570 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6571
6572 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6573
6574 * whitespace.el (whitespace-cleanup): Change to cleanup
6575 region if one is active.
6576 * whitespace.el (whitespace-cleanup-internal): New internal method.
6577
6578 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6579
6580 * dired.el (dired-mode-map): Add help-echo strings to tumme
6581 commands. Bind `tumme-dired-display-image' to C-t i.
6582
6583 * tumme.el (tumme-display-image): Change documentation string slightly.
6584 (tumme-dired-display-image): Add call to `display-buffer'.
6585
6586 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6587
6588 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6589 Signal error if RAW-DATA is a multibyte string.
6590
6591 2006-05-24 Richard Stallman <rms@gnu.org>
6592
6593 * subr.el (with-local-quit): When handling `quit' signal,
6594 make a chance for quit-flag to cause a quit.
6595
6596 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6597 (ad-disable-advice): Add autoloads.
6598
6599 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6600
6601 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6602
6603 * dired.el (dired-mode-map): Change menu items for tumme as per
6604 suggestions in emacs-devel.
6605
6606 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6607
6608 * dired.el (dired-mode-map): Fix breakage.
6609
6610 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6611
6612 * tumme.el (tumme-display-dired-image): Rename to...
6613 (tumme-dired-display-image): ...this.
6614 (tumme-track-movement): Change default value to t.
6615 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6616 used from `tumme-next-line-and-display' and similar commands.
6617
6618 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6619 Immediate menu. Add some tumme commands there.
6620
6621 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6622
6623 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6624
6625 2006-05-24 Chong Yidong <cyd@mit.edu>
6626
6627 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6628 menu entries that open submenus.
6629
6630 2006-05-24 Alan Mackenzie <acm@muc.de>
6631
6632 * startup.el (command-line): For names of preloaded files, don't
6633 append ".elc" (now done in Fload), and call file-truename on the
6634 lisp directory.
6635
6636 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6637 match ANY loaded file with the right name, not just those in
6638 load-path. Put a regexp matching the file name into
6639 after-load-alist, rather than the name itself.
6640
6641 * subr.el (load-history-regexp, load-history-filename-element)
6642 (do-after-load-evaluation): New functions.
6643
6644 * international/mule.el (load-with-code-conversion): Do the
6645 eval-after-load stuff by calling do-after-load-evaluation.
6646
6647 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6650 has not been killed.
6651
6652 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6653
6654 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6655 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6656 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6657 Optionally set error message in reply.
6658
6659 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6660
6661 * textmodes/org.el (org-open-at-point): Use renamed variable
6662 `org-confirm-shell-link-function'.
6663 (org-confirm-shell-link-function): Rename from
6664 `org-confirm-shell-links'.
6665 (org-export-directory): New function.
6666 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6667 (org-export-icalendar): Use `org-export-directory'.
6668 (org-indent-item): Keep cursor position.
6669 (org-link-file-path-type): New option.
6670 (org-export-as-html): Fix bug with plain lists starting in
6671 column 0.
6672 (org-export-as-html): Remove deadline formatting, this happens
6673 now already in `org-html-handle-time-stamps'.
6674 (org-export-html-style): Deadline class removed.
6675 (org-insert-labeled-timestamps-at-point): New option.
6676 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6677 of `hide-sublevels 1', in case the first headline is not level 1.
6678 (org-overview, org-content): New fuction.
6679 (org-cycle-global-status, org-cycle-subtree-status): Make these
6680 variables buffer-local.
6681 (org-global-cycle): New command.
6682 (org-shifttab): Use `org-global-cycle'.
6683 (org-insert-heading, org-insert-item): Go to end of new
6684 headline/item after creating it.
6685 (org-export-visible): Rename from `org-export-copy-visible'.
6686 Now creates a temporary org-file and applies an exporting command
6687 to it.
6688 (org-table-eval-formula): Support for lisp forms.
6689 (org-agenda-todo-ignore-scheduled): New option.
6690 (org-agenda-get-todos): Use new option
6691 `org-agenda-todo-ignore-scheduled'.
6692 (org-export-html-inline-images): New value `maybe'.
6693 (org-export-as-html): Inlining of images dependent on link description.
6694 (org-archive-subtree): Check for end-of-buffer before trying
6695 `kill-line'.
6696 (org-agenda-follow-mode): New option.
6697 (org-export-with-tags, org-export-with-timestamps): New options.
6698 (org-html-handle-time-stamps): New function.
6699 (org-keyword-time-regexp): New variable.
6700 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6701 (org-agenda-todo-list-sublevels): New option.
6702 (org-html-level-start): When TITLE is nil, just close all levels.
6703 (org-parse-key-lines, org-parse-export-options): Remove functions,
6704 replaced by `org-infile-export-plist'.
6705 (org-combine-plists, org-infile-export-plist)
6706 (org-default-export-plist): New functions.
6707 (org-export-html-preamble, org-export-html-postamble)
6708 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6709 New variables.
6710 (org-export-publishing-directory): New option.
6711 (org-export-as-html, org-export-as-ascii): Use the new property
6712 lists for settings.
6713 (org-export-copy-visible, org-export-as-xoxo):
6714 Respect `org-export-publishing-directory'.
6715 (org-link-search, org-store-link, org-file-apps): Support for
6716 links to BibTeX database entries..
6717 (org-get-current-options, org-set-regexps-and-options):
6718 Implement logging as a startup option.
6719 (org-store-link): Make sure context string is never empty
6720 (org-insert-link): Use relative path when possible.
6721 (org-at-item-checklet-p): New function.
6722 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6723 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6724 (org-metaright, org-metaup, org-metadown, org-shiftup)
6725 (org-shiftdown, org-shiftright, org-shiftleft)
6726 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6727 Dispatch using `call-interactively'.
6728 (org-call-with-arg): New defsubst.
6729 (org-tag-alist, org-use-fast-tag-selection): New options.
6730 (org-complete): Use `org-tag-alist'.
6731 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6732 (org-next-item, org-previous-item): New commands.
6733 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6734 make command.
6735 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6736
6737 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6738
6739 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6740 (ewoc-filter): Use `ewoc-delete'.
6741
6742 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6743
6744 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6747 Signal more user-friendly error messages.
6748
6749 * complete.el (PC-do-completion): Undo the addition of implicit
6750 wildcards if they did not lead to finding any match.
6751 (read-file-name-internal): Don't add the final > if the completion is
6752 not finished.
6753
6754 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6755
6756 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6757 Quote safe-local-variable predicate.
6758
6759 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6760
6761 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6762
6763 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6764
6765 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6766
6767 * progmodes/make-mode.el (makefile-special-targets-list)
6768 (makefile-macro-table, makefile-target-table): Mark as risky.
6769 (makefile-query-one-target-method): Make this the alias for the
6770 following variable.
6771 (makefile-query-one-target-method-function): Make this the real name.
6772
6773 * textmodes/artist.el (artist-text-renderer): Make this the alias
6774 for the following variable.
6775 (artist-text-renderer-function): Make this the real name.
6776
6777 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6778 the alias for the following variable.
6779 (flyspell-generic-check-word-predicate): Make this the real name.
6780
6781 * textmodes/ispell.el (ispell-format-word): Make this the alias
6782 for the following variable.
6783 (ispell-format-word-function): Make this the real name.
6784 (ispell-message-text-end): Mark as risky.
6785
6786 * skeleton.el (skeleton-transformation, skeleton-filter)
6787 (skeleton-pair-filter): Make these the aliases for the following
6788 variables.
6789 (skeleton-transformation-function, skeleton-filter-function)
6790 (skeleton-pair-filter-function): Make these the real names.
6791
6792 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6793 and skeleton-pair-filter-function.
6794
6795 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6796 alias for the following variable.
6797 (sgml-transformation-function): Make this the real name.
6798 (sgml-tag-alist): Mark as risky.
6799
6800 2006-05-21 Richard Stallman <rms@gnu.org>
6801
6802 * simple.el (kill-region): Interactively, pass point, then mark.
6803
6804 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6805
6806 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6807
6808 2006-05-21 Romain Francoise <romain@orebokech.com>
6809
6810 * dired-x.el (dired-mode-map): Don't bind M-g.
6811
6812 2006-05-20 Richard Stallman <rms@gnu.org>
6813
6814 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6815 (dired-goto-file): Doc fix.
6816
6817 2006-05-21 Kim F. Storm <storm@cua.dk>
6818
6819 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6820 way to enable built-in cua-mode if user loads older CUA-mode package.
6821
6822 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6823 if default-filename is specified.
6824
6825 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6826
6827 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6828
6829 * info.el (info-apropos): Make sure current-file and current-node
6830 have non-nil values. Speed up by using add-to-list instead of
6831 manual consing.
6832
6833 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6834
6835 * progmodes/make-mode.el (makefile-mode): Doc fix.
6836
6837 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6838
6839 * dired-aux.el (dired-do-shell-command): Doc fix.
6840
6841 2006-05-20 Kevin Ryde <user42@zip.com.au>
6842
6843 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6844 ``(custom-manual :tag "Foo" "(foo)Node")''.
6845
6846 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6847
6848 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6849 value is an integer.
6850
6851 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6852
6853 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6854 "format".
6855 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6856
6857 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6858
6859 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6860 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6861
6862 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6865 regexp for keywords.
6866
6867 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6868
6869 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6870 replace-regexp-in-string.
6871
6872 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6873 encode, and escape file name on conversion to URL.
6874
6875 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6876
6877 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6878 Don't unescape URL.
6879 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6880
6881 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6882 on conversion to URLs.
6883
6884 * net/browse-url.el (browse-url-file-url): Encode file name on
6885 conversion to URL.
6886
6887 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6888 conversion to URL.
6889
6890 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6891
6892 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6893
6894 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6895
6896 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6897 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6898
6899 2006-05-19 Glenn Morris <rgm@gnu.org>
6900
6901 * calendar/diary-lib.el (diary-bahai-date)
6902 (list-bahai-diary-entries, mark-bahai-diary-entries)
6903 (mark-bahai-calendar-date-pattern): Not interactive.
6904 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6905 (diary-entries-list): Change format of 4th element in each entry.
6906 (diary-list-entries): Use add-to-diary-list.
6907 (diary-goto-entry): Handle the case where the buffer visiting the
6908 diary has been killed.
6909 (fancy-diary-display): Add 'locator to button rather than 'marker.
6910 Only generate temp-face when there are marks to apply.
6911 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6912 (diary-fancy-date-pattern): New variable.
6913 (diary-time-regexp): Doc fix.
6914 (diary-anniversary, diary-time): New faces.
6915 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6916 diary-time-regexp. Add font-lock-multiline property where needed.
6917 Use new faces diary-anniversary and diary-time.
6918 (diary-fancy-font-lock-fontify-region-function): New function, to
6919 handle multiline font-lock pattern in fancy diary.
6920 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6921 (diary-font-lock-keywords): Tweak time regexp. Use new face
6922 diary-time.
6923
6924 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6925
6926 * international/code-pages.el (mik): Table corrected.
6927
6928 2006-05-18 Kim F. Storm <storm@cua.dk>
6929
6930 * progmodes/grep.el (grep-find): Don't check grep-find-command
6931 before running command (breaks non-interactive usage).
6932
6933 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6934
6935 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6936 (ewoc--insert-new-node): Don't insert trailing newline.
6937 Instead, adjust successor nodes's start markers.
6938 (ewoc--refresh-node): Delete all text from current node's start
6939 marker to the next one's; adjust successor nodes's start markers.
6940 (ewoc--create): Doc fixes.
6941 (ewoc--refresh): Don't insert newline.
6942 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6943 * pcvs.el (cvs-make-cvs-buffer):
6944 Specify extra newline for ewoc's header and footer.
6945 (cvs-update-header): Update initial header recognition.
6946 Append newline to final header and footer values.
6947 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6948
6949 2006-05-17 Richard Stallman <rms@gnu.org>
6950
6951 * files.el (file-name-extension): Doc fix.
6952
6953 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6956 we can explicitly enable/disable rather than toggle.
6957 (shell-mode): Use it.
6958 (shell-cd): Don't try to reproduce what `cd' does.
6959
6960 2006-05-17 Kim F. Storm <storm@cua.dk>
6961
6962 * ido.el (ido-read-internal): Use only nondirectory part of
6963 default item.
6964
6965 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6966
6967 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6968 (ewoc-nth): Doc fix.
6969
6970 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6971
6972 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6973
6974 * international/mule.el (auto-coding-alist): Add .lha to files
6975 read with no-conversion.
6976
6977 * files.el (auto-mode-alist): Add .lha files to archive file
6978 extensions.
6979
6980 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6981 Convert csize to integer when computing offsets within the
6982 compressed archive file.
6983
6984 2006-05-16 Kim F. Storm <storm@cua.dk>
6985
6986 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6987 with read-from-minibuffer.
6988
6989 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6990
6991 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6992 (byte-compile-warnings): Fix safe-local-variable property.
6993
6994 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6995
6996 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6997 (allout-stylish-prefixes, allout-numbered-bullet)
6998 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6999 predicates to qualify `safe-local-variable' property, when
7000 available, else use equivalent lambda.
7001 (allout-current-topic-collapsed-p): Do the right thing regarding
7002 trailing blank lines.
7003
7004 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * server.el (server-start): Only create a directory if needed.
7007 (server-edit, server-unload-hook): server-start => server-mode.
7008 (kill-emacs-hook): Cleanup upon exit.
7009
7010 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * hexl.el (hexlify-buffer): Encode process arguments manually.
7013
7014 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
7015
7016 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7017 call to gdb-tooltip-print.
7018
7019 2006-05-15 Romain Francoise <romain@orebokech.com>
7020
7021 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7022 systems, default to "tar" since those systems probably have GNU tar.
7023
7024 2006-05-14 Lars Hansen <larsh@soem.dk>
7025
7026 * desktop.el (desktop-missing-file-warning): Fix docstring.
7027 (desktop-restore-file-buffer): Correct question asked on missing file.
7028
7029 2006-05-14 Kim F. Storm <storm@cua.dk>
7030
7031 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7032 Add CUA move property.
7033
7034 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * custom.el (custom-push-theme): Load the variable before checking
7037 its `standard-value'.
7038
7039 2006-05-13 Lars Hansen <larsh@soem.dk>
7040
7041 * desktop.el (desktop-save): Use with-temp-buffer.
7042
7043 2006-05-12 Glenn Morris <rgm@gnu.org>
7044
7045 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7046 * calendar/calendar.el (calendar-mode-map):
7047 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7048 * calendar/appt.el (appt-check, appt-make-list): Refer to
7049 diary-view-entries, diary-list-entries, diary-show-all-entries
7050 rather than obsolete aliases.
7051
7052 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * simple.el (line-move-finish): Avoid calling point motion hooks
7055 while processing intangibility.
7056
7057 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7058
7059 * term/xterm.el (terminal-init-xterm): Fix typo.
7060
7061 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
7062
7063 * allout.el (allout-view-change-hook): Mark as being deprecated,
7064 to be replaced by `allout-exposure-change-hook'.
7065 (allout-exposure-change-hook): New, replacing
7066 `allout-view-change-hook'.
7067 (allout-flag-region): Run new hook `allout-exposure-change-hook',
7068 in addition to `allout-view-change-hook'.
7069 (allout-show-bodies, allout-old-style-prefixes)
7070 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7071 lambda forms to prevent their showing up in variable help
7072 presentations as inscrutable byte-compiled code.
7073 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7074 Use string-or-null-p to qualify safe-local-variable values.
7075 (allout-reindent-bodies): Use memq to qualify matches against
7076 valid safe-local-variable values. Also, quote the lambda as above.
7077 (allout-use-mode-specific-leader): Add missing candidate-value
7078 symbols, use memq, and quote the lambda.
7079 (allout-overlay-interior-modification-handler): Remove unused
7080 variables `msg' and 'opened'.
7081 (allout-hidden-p): Constrain invisibility consideration to allout's
7082 invisibility spec, disregarding invisibility for other reasons.
7083
7084 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7085
7086 * files.el (version-control): Correct safe values.
7087
7088 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
7089
7090 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7091
7092 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7093 (ewoc--insert-new-node): New func.
7094 Update callers of deleted funcs to use it, instead.
7095
7096 2006-05-11 Glenn Morris <rgm@gnu.org>
7097
7098 * calendar/calendar.el (diary-show-all-entries): Do not refer to
7099 obsolete alias `show-all-diary-entries'.
7100 (make-diary-entry): Not interactive.
7101 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7102 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7103 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7104 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7105 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7106 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7107
7108 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7109
7110 * calendar/calendar.el (calendar-french-date-string)
7111 (calendar-mayan-date-string, calendar-chinese-date-string)
7112 (calendar-astro-date-string, calendar-iso-date-string)
7113 (calendar-islamic-date-string, calendar-bahai-date-string)
7114 (calendar-hebrew-date-string, calendar-coptic-date-string)
7115 (calendar-ethiopic-date-string, calendar-persian-date-string):
7116 These functions are not interactive.
7117
7118 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
7119
7120 * files.el: Balance parentheses.
7121
7122 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * files.el, newcomment.el, outline.el, simple.el,
7125 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7126 progmodes/cc-vars.el, progmodes/compile.el:
7127 Move `safe-local-variable' declarations to the respective files.
7128
7129 * help-fns.el (describe-variable): Don't print safe-var if it is
7130 byte-code. Improve wording as suggested by Luc Teirlinck.
7131
7132 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7133
7134 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7135 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7136 Use a token for pending-triggers to ensure gdb-var-update
7137 gets called once per user input again for pre-GDB 6.4.
7138 (gdb-var-delete): Match on more complex expressions.
7139 (gdb-var-list-children-handler, gdb-var-create-handler):
7140 Use a token for consistency.
7141
7142 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
7143
7144 * textmodes/org.el (org-read-date, org-goto-calendar)
7145 (org-agenda-goto-calendar):
7146 Bind `view-calendar-holidays-initially' to nil.
7147
7148 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7149
7150 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7151 Update all callers to do it there, instead.
7152
7153 2006-05-10 Glenn Morris <rgm@gnu.org>
7154
7155 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7156 prefix arg case, to avoid view-diary-entries-initially error.
7157 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7158 (calendar-date-is-legal-p): Handle dates with no day part.
7159
7160 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * comint.el (comint-insert-input): Just make it when
7163 comint-use-prompt regexp is nil (default) and with the mouse.
7164 (comint-copy-old-input): Reinstate from 2004-06-23.
7165 (comint-mode-map): Bind C-c C-m to it.
7166
7167 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
7168
7169 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7170 Remove spurious move to point-max (new comint behavior fixes).
7171
7172 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7173 compatibility function (Emacs 18/19).
7174 (idlwave-is-continuation-line): Always return point at start of
7175 previous non-blank continuation line.
7176 (keyword-parameters): Fix continued comment font-lock matcher.
7177 (idlwave-font-lock-fontify-region): Written, use as
7178 font-lock-fontify-region-function, to fix continued keyword
7179 fontification issues.
7180
7181 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7182
7183 * term/mac-win.el (mac-font-panel-mode): Doc fix.
7184 (mac-service-selection, mac-service-open-file)
7185 (mac-service-open-selection, mac-service-mail-selection)
7186 (mac-service-mail-to, mac-service-insert-text): Rename from
7187 mac-services-*. All uses changed.
7188 (mac-apple-event-map): Rename event symbol `services' to `service'.
7189
7190 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
7191
7192 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7193 (ewoc--node-enter-first, ewoc--node-enter-last)
7194 (ewoc--delete-node-internal): Merge funcs into unique callers.
7195
7196 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7199 return value of read-from-minibuffer for empty input.
7200
7201 2006-05-09 Miles Bader <miles@gnu.org>
7202
7203 * comint.el (comint-insert-input): Remove redundant calls to setq
7204 and goto-char.
7205
7206 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * comint.el (comint-insert-input): Make it work when
7209 comint-use-prompt-regexp is t.
7210
7211 2006-05-10 Miles Bader <miles@gnu.org>
7212
7213 * subr.el (field-at-pos): New function.
7214
7215 * comint.el (comint-insert-input): Use it.
7216
7217 2006-05-09 Juri Linkov <juri@jurta.org>
7218
7219 * battery.el (battery-linux-proc-acpi): Also try
7220 `/proc/acpi/thermal_zone/THR2/temperature'.
7221
7222 * files.el <safe-local-variable>: Remove `eval' and `let' binding
7223 for now unused lambda `string-or-null'.
7224
7225 * add-log.el (change-log-default-name): Put `string-or-null-p'
7226 instead of lambda on `safe-local-variable' property.
7227
7228 * diff-mode.el (diff-context->unified): Use `region-beginning' and
7229 `region-end' instead of `mark' and `point'.
7230 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7231 Operate on region in Transient Mark mode when the mark is active.
7232 Use `region-beginning' and `region-end' instead of `mark' and
7233 `point'.
7234 (diff-hunk-text, diff-goto-source): Doc fix.
7235
7236 * startup.el (fancy-splash-screens, normal-splash-screen): Use
7237 face `mode-line-buffer-id' for mode-line buffer face instead of
7238 hard-coded `(:weight bold)'.
7239
7240 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7241 buffer-undo-list to t (undo-ask is reproducible by visiting
7242 nested archives).
7243
7244 2006-05-09 Kim F. Storm <storm@cua.dk>
7245
7246 * progmodes/grep.el (rgrep): Set default directory of *grep*
7247 buffer if we start M-x rgrep in the *grep* buffer and choose
7248 a different base directory.
7249
7250 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7253 completion also when ido is loaded.
7254
7255 2006-05-09 Masatake YAMATO <jet@gyve.org>
7256
7257 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7258 "warning" and "import".
7259 (cpp-font-lock-keywords): Added "warning".
7260
7261 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7262
7263 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7264
7265 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7268 pages at a time, if we signal the end, we should indeed reach that end.
7269
7270 2006-05-08 David Reitter <david.reitter@gmail.com>
7271
7272 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7273 output during execution of the body.
7274
7275 2006-05-08 Kim F. Storm <storm@cua.dk>
7276
7277 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7278
7279 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
7280
7281 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7282 Use with-current-buffer.
7283
7284 2006-05-07 Kim F. Storm <storm@cua.dk>
7285
7286 * subr.el (add-to-history): Remove keep-dups arg.
7287
7288 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7289 to nil around call to add-to-history.
7290
7291 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7294 than after a buffer modification.
7295
7296 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7299 call to...
7300 (gud-watch): ...here so speedbar is raised for already watched
7301 expressions.
7302 (gdb-speedbar-refresh): Delete function.
7303 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
7304 Use speedbar-timer-fn instead of speedbar-refresh (reverting
7305 earlier change).
7306 (gdb-var-evaluate-expression-handler)
7307 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
7308
7309 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
7310 Update localized contents for all buffers except ignored modes.
7311
7312 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7313
7314 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
7315 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
7316 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
7317 (mac-handle-font-panel-closed, mac-handle-font-selection):
7318 New functions.
7319 (mac-font-panel-mode): New minor mode.
7320 (mac-apple-event-map): Add bindings for toolbar toggle button and
7321 font panel.
7322 (menu-bar-showhide-menu): Add mac-font-panel-mode.
7323
7324 2006-05-07 John Paul Wallington <jpw@pobox.com>
7325
7326 * ibuffer.el (ibuffer-compressed-file-name-regexp):
7327 Avoid `regexp-opt'; simplify regexp for readability.
7328
7329 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7330
7331 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
7332 * files.el (buffer-stale-function):
7333 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7334 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
7335 links to the main manual, not to emacs-xtra.
7336
7337 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7338
7339 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
7340 MacJapanese if text is ASCII-only.
7341
7342 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
7343
7344 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
7345 unless so nil isn't returned.
7346 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
7347
7348 2006-05-06 Kim F. Storm <storm@cua.dk>
7349
7350 * subr.el (add-to-history): New function.
7351
7352 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
7353 (ediff-merge-files-with-ancestor):
7354 * env.el (setenv):
7355 * isearch.el (isearch-update-ring):
7356 * server.el (server-visit-files):
7357 * progmodes/grep.el (lgrep, rgrep):
7358 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7359 * progmodes/xscheme.el (xscheme-insert-expression):
7360 Use add-to-history.
7361
7362 * kmacro.el (kmacro-push-ring): Use add-to-history.
7363 (kmacro-ring-length): Remove unused defun.
7364 (kmacro-start-macro): Use kmacro-push-ring.
7365
7366 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
7367
7368 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7369 directly instead of a lambda expression that calls it.
7370
7371 2006-05-06 Kim F. Storm <storm@cua.dk>
7372
7373 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7374 instead of compute-motion.
7375
7376 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
7377
7378 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7379 change.
7380
7381 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
7382
7383 * startup.el (command-line-1): Refer to "Pure Storage" on
7384 pure-space-overflow.
7385
7386 2006-05-05 Martin Rudalics <rudalics@gmx.at>
7387
7388 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7389 provided faces once they all have been used up.
7390
7391 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7392
7393 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7394 reference to the Lisp manual to the warning about pure space
7395 overflow.
7396
7397 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7398
7399 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7400 argument to avoid the call to `ispell-internal-change-dictionary'
7401 when not needed.
7402 (ispell-change-dictionary): Use this argument and call
7403 `ispell-internal-change-dictionary' after the possible change
7404 to `ispell-local-dictionary'.
7405 (ispell-internal-change-dictionary): Check for a change in
7406 personal dictionary use too.
7407
7408 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7409
7410 * startup.el (command-line): On MS-Windows, probe "~", not
7411 "~USER", for warning about non-existent home directory
7412
7413 * arc-mode.el (archive-l-e): New optional argument `float' means
7414 generate a float value.
7415 (archive-arc-summarize, archive-lzh-summarize)
7416 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7417 with 3rd argument non-nil when file's size is being computed.
7418 Format the file sizes with %8.0f instead of %8d.
7419
7420 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7421
7422 * cus-start.el (all): Add mac-dnd-known-types.
7423
7424 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7425 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7426 (mac-TIFF-to-string): New functions.
7427 (x-get-selection, x-selection-value)
7428 (mac-select-convert-to-string): Use them.
7429 (mac-text-encoding-mac-japanese-basic-variant): New constant.
7430 (mac-dnd-types-alist): New customization variable.
7431 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7432 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7433 (mac-dnd-handle-drag-n-drop-event): New functions.
7434 (mac-drag-n-drop): Remove function.
7435 (global-map): Bind drag-n-drop and M-drag-n-drop to
7436 mac-dnd-handle-drag-n-drop-event.
7437
7438 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
7439
7440 * progmodes/perl-mode.el (perl-beginning-of-function):
7441 Skip anonymous subs.
7442
7443 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7444
7445 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7446 regexp-opt at run time.
7447
7448 * term.el (term-handle-ansi-escape): Fix off by one error.
7449
7450 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7451
7452 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7453 (gdb-init-1, gdb-post-prompt): ...and references to it.
7454 (gdb-frame-handler): Strip directory name from filename if present.
7455
7456 * progmodes/gud.el (gdb-force-update): Delete defvar
7457 (gud-speedbar-buttons): ...and references to it. Use window-start
7458 to try to keep positon in watch expression.
7459
7460 2006-05-03 Richard Stallman <rms@gnu.org>
7461
7462 * simple.el (next-history-element, previous-history-element): Doc fix.
7463
7464 * isearch.el (isearch-update-ring): Doc fix.
7465
7466 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
7467
7468 * isearch.el (isearch-update-ring): Take history-delete-duplicates
7469 into consideration. Replace one arm ifs with whens.
7470
7471 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
7472
7473 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7474 (menu): Fix typo.
7475
7476 2006-05-02 Miles Bader <miles@gnu.org>
7477
7478 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7479
7480 2006-05-02 Jay Belanger <belanger@truman.edu>
7481
7482 * calc/calc-embed.el (calc-override-minor-modes-map)
7483 (calc-override-minor-modes): New variables.
7484 (calc-do-embedded): Make sure that Calc keystrokes aren't
7485 overwritten by minor modes.
7486
7487 2006-05-02 Chong Yidong <cyd@mit.edu>
7488
7489 * msb.el (msb): If EVENT is a down event, read and discard the up event.
7490
7491 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7492
7493 * startup.el (command-line-1): Refer to Lisp manual when
7494 pure-space-overflow occurs.
7495
7496 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7497 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7498 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7499 (version-control): Don't use `t' for safe-local-variable declarations.
7500
7501 2006-05-01 Richard Stallman <rms@gnu.org>
7502
7503 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7504 M-r, M-R, M-A, M-SPC or M-DEL.
7505 (diff-mode-map): diff-refine-hunk now on C-c C-w
7506 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7507
7508 * help-mode.el (help-mode): view-exit-action calls delete-window
7509 only when it is safe and possible.
7510
7511 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7512 in messages.
7513
7514 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7515
7516 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7517 in the default tool-bar-map.
7518
7519 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * net/tramp.el (tramp-completion-file-name-handler-alist)
7522 (tramp-run-real-handler, tramp-completion-run-real-handler)
7523 (tramp-completion-handle-file-name-all-completions)
7524 (tramp-completion-handle-file-name-completion): Autoload them.
7525 (tramp-completion-handle-file-exists-p)
7526 (tramp-completion-handle-file-name-directory)
7527 (tramp-completion-handle-file-name-nondirectory)
7528 (tramp-completion-handle-expand-file-name): Remove them.
7529 (tramp-handle-file-name-directory): Return the real directory name.
7530 Returning "/" only doesn't need to be necessary any longer.
7531 (tramp-file-name-handler): Make special attention when in hostname
7532 completion mode.
7533 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7534 (tramp-register-file-name-handlers):
7535 Register `tramp-completion-file-name-handler' only when
7536 `partial-completion-mode' is enabled.
7537 (tramp-completion-handle-file-name-all-completions):
7538 Delete directory part from results.
7539 (tramp-get-completion-methods, tramp-get-completion-user-host):
7540 Discard deleting "/", it doesn't work after the change of
7541 `tramp-handle-file-name-directory' above.
7542
7543 2006-05-01 Kim F. Storm <storm@cua.dk>
7544
7545 * progmodes/grep.el (grep-expand-template): Use save-match-data
7546 and symbol-value.
7547
7548 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7549
7550 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7551 Use select-frame-set-input-focus instead of raise-frame.
7552 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7553
7554 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * progmodes/gud.el (gud-def): Add %c case.
7557 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7558 (gud-format-command): Make match case sensitive. Match on %F.
7559
7560 2006-04-30 Glenn Morris <rgm@gnu.org>
7561
7562 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7563 (cal-tex-preamble): Use cal-tex-preamble-extra.
7564 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7565 than alias `list-diary-entries'.
7566
7567 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7568
7569 * help-fns.el (describe-variable): Add info about safe local variables.
7570
7571 2006-04-29 Richard Stallman <rms@gnu.org>
7572
7573 * bindings.el (mode-line-format): help-echo doc fixes.
7574
7575 * net/tramp.el (tramp-file-name-handler-alist): Delete
7576 expand-file-name and other operations that can cause spurious loading.
7577
7578 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * files.el (safe-local-variable-p): Remove support for the special
7581 value t.
7582
7583 * textmodes/paragraphs.el (sentence-end-without-space):
7584 Fix safety predicate.
7585 (sentence-end-double-space, sentence-end-without-period)
7586 (paragraph-ignore-fill-prefix):
7587 * textmodes/fill.el (colon-double-space):
7588 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7589
7590 * subr.el (booleanp): New fun.
7591
7592 * textmodes/reftex-vars.el (reftex-guess-label-type):
7593 Tighten the safety predicate.
7594
7595 2006-04-28 Kim F. Storm <storm@cua.dk>
7596
7597 * progmodes/grep.el (defgroup grep): Doc fix.
7598 (grep-auto-highlight): Remove.
7599 (grep-template): New defcustom.
7600 (grep-find-template): Rename from grep-tree-template.
7601 (grep-files-aliases): Rename from grep-tree-files-aliases.
7602 Remove "all" alias, add "l" alias.
7603 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7604 (grep-find-ignored-directories): New defcustom to replace
7605 grep-tree-ignore-CVS-directories, to facilitate ignoring
7606 subdirectories for multiple version control systems.
7607 (grep-mode-map): Add Recursive grep item to GREP menu.
7608 (grep-regexp-history, grep-files-history): New defvars.
7609 (grep-probe): New helper function.
7610 (grep-compute-defaults): Use it to simplify code.
7611 Adapt to name changes.
7612 Use `.' as base in grep-find-template rather than <D>.
7613 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7614 Call grep-compute-defaults unconditionally.
7615 (grep-expand-keywords): New defconst.
7616 (grep-expand-template): Rename from grep-expand-command-macros.
7617 Simplify via grep-expand-keywords. Look at case-fold-search instead
7618 of grep-tree-ignore-case to add -i option.
7619 Bind case-fold-search to nil while matching keywords.
7620 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7621 (grep-read-regexp, grep-read-files): New helper functions.
7622 (rgrep): Rename from grep-tree. Rework to use proper histories.
7623 Adapt to changes in defcustoms and functions above.
7624 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7625
7626 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7627
7628 * net/tramp.el (tramp-completion-file-name-handler):
7629 Disable Tramp's functionality while loading Tramp itself.
7630 (tramp-register-file-name-handlers): That's a defsubst now.
7631 Code from `tramp-repair-jka-compr' moved here. Apply it via
7632 `after-init-hook'.
7633 (tramp-repair-jka-compr): Remove.
7634
7635 2006-04-27 Jay Belanger <belanger@truman.edu>
7636
7637 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7638 read expression when `math-read-big-expr' doesn't work.
7639
7640 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7641
7642 * startup.el (command-line-1): Display warning when
7643 pure-space-overflow is non-nil.
7644
7645 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7646
7647 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7648 risky.
7649
7650 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7651
7652 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7653 Return the URL or nil if none can be generated.
7654
7655 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7658 byte compiler warnings.
7659 (gud-basic-call, gud-find-expr): Let user select an expression
7660 for printing. Print expression as well as value in GUD buffer.
7661
7662 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7663
7664 * allout.el: Remove local autoload declaration for
7665 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7666 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7667 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7668 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7669 (allout-stylish-prefixes, allout-numbered-bullet)
7670 (allout-file-xref-bullet, allout-presentation-padding)
7671 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7672 safe-local-variable with suitable value spec, and add autoload
7673 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7674 (move-beginning-of-line, move-end-of-line): Repair so these compat
7675 functions now actually resituate the point, when appropriate.
7676
7677 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7680
7681 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7682 (add-log-iso8601-time-string): Fix call to format-time-string.
7683
7684 2006-04-26 Kim F. Storm <storm@cua.dk>
7685
7686 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7687
7688 2006-04-26 Masatake YAMATO <jet@gyve.org>
7689
7690 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7691 Add support for "//" style comments. Remove `b' flag
7692 from ?* in `asm-mode-syntax-table'.
7693
7694 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * follow.el: Use (featurep 'xemacs) everywhere.
7697 (follow-mode): Use define-minor-mode.
7698 (follow-mode-map): Move initialization into the declaration.
7699 Use command remapping.
7700 (follow-emacs-version-xemacs-p): Remove.
7701 (follow-submit-feedback): Remove.
7702
7703 * allout.el (allout-layout, allout-passphrase-verifier-string)
7704 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7705
7706 * textmodes/reftex-vars.el (reftex-vref-is-default)
7707 (reftex-fref-is-default, reftex-guess-label-type):
7708 Tighten up a bit the safety predicate.
7709
7710 * textmodes/paragraphs.el (sentence-end-double-space)
7711 (sentence-end-without-period, sentence-end-without-space)
7712 (page-delimiter, paragraph-ignore-fill-prefix):
7713 Tighten up a bit the safety predicate.
7714
7715 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7716
7717 * progmodes/python.el (python-continuation-line-p)
7718 (python-beginning-of-statement): syntax-ppss may return
7719 a negative depth.
7720 (python-mode): Don't forcefully enable font-lock.
7721
7722 * time-stamp.el (time-stamp-start, time-stamp-end)
7723 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7724
7725 * add-log.el: Remove spurious * in docstrings.
7726 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7727 (add-change-log-entry): Use it here, since it's not specific
7728 to iso8601.
7729 (add-log-iso8601-time-string): Don't use it here any more.
7730 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7731
7732 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7733
7734 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7735
7736 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7737 (rcirc-toggle-low-priority): Doc fix.
7738 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7739 ChanServ regexp.
7740 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7741 #emacs.
7742 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7743 (rcirc-decode-coding-system): Use utf-8 as the default.
7744 (rcirc-multiline-minor-mode): Set the fill-column.
7745 (rcirc-format-response-string): Display bright and dim nicks.
7746 (rcirc-browse-url): Update interactive spec to fill ARG.
7747 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7748 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7749
7750 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7751
7752 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7753 case for @Article, etc.
7754
7755 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7756
7757 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7758 Added with autoload cookie.
7759 (tramp-unload-file-name-handlers): Rename from
7760 `tramp-unload-file-name-handler-alist'.
7761
7762 2006-04-23 Romain Francoise <romain@orebokech.com>
7763
7764 * comint.el (comint-match-partial-filename): Doc fix.
7765
7766 2006-04-21 Glenn Morris <rgm@gnu.org>
7767
7768 * calendar/cal-menu.el (calendar-mode-map): Refer to
7769 `diary-view-entries' rather than alias `view-diary-entries'.
7770 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7771
7772 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7773
7774 * progmodes/antlr-mode.el (antlr-default):
7775 * cus-edit.el (custom-documentation):
7776 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7777 in defface.
7778
7779 2006-04-21 Kim F. Storm <storm@cua.dk>
7780
7781 * image.el (image-type): New defun split out of create-image.
7782 (create-image): Use it.
7783
7784 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7785
7786 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7787 (org-open-at-point): Remove the "...done" message to keep output
7788 in the echo area visible.
7789 (org-export-as-xoxo): Fix call to `indent-region'.
7790
7791 2006-04-21 Kevin Ryde <user42@zip.com.au>
7792
7793 * international/mule.el (keyboard-coding-system): defcustom
7794 info-link fixes: "Specify Coding" has been split, keyboard now in
7795 "Terminal Coding", and "Single-Byte Character Support" is now
7796 "Unibyte Mode".
7797
7798 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7799
7800 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7801 Use font-lock-warning-face for any errors e.g. no stack.
7802 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7803
7804 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7805
7806 * progmodes/sh-script.el (sh-shell): Mark as safe.
7807
7808 * newcomment.el (comment-start, comment-start-skip)
7809 (comment-end-skip, comment-end): Mark as safe.
7810
7811 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7812
7813 * textmodes/org.el (org-deadline-announce): Face removed.
7814 (org-level-faces, org-n-levels): Convert to constant.
7815 (org-compatible-face): New function.
7816 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7817 (org-level-5, org-level-6, org-level-7, org-level-8)
7818 (org-special-keyword, org-warning, org-headline-done, org-link)
7819 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7820 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7821 Face definition revised for better color tty support.
7822 (org-bold-re, org-italic-re, org-underline-re): New constants.
7823 (org-set-font-lock-defaults): Use the new constants.
7824 (org-agenda-highlight-todo): New function.
7825 (org-agenda-todo): Fix bug with point at end of line.
7826 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7827 Fontify TODO keywords.
7828 (org-insert-link): Preserve relative path in ../ links.
7829 (org-export-as-html): Convert links pointing to .org files into
7830 links that will work beteen the exported HTML files.
7831 (org-todo-list): Fix bug when arg=0.
7832 (org-insert-heading): More fine-tuning.
7833
7834 2006-04-19 Romain Francoise <romain@orebokech.com>
7835
7836 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7837 from `rmail-mime-charset-pattern'.
7838
7839 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7840
7841 * progmodes/python.el (python-mode): Fix typo.
7842
7843 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7844
7845 * comint.el (comint-previous-input): Don't clobber input line
7846 when moving off either end of the input history ring.
7847 (comint-delete-input): New function, used by
7848 `comint-previous-input' and others.
7849 (comint-previous-matching-input):
7850 Use `coming-delete-input'. Save the partial input if leaving the
7851 edit line. Goto point-max before deleting input to avoid
7852 partial input fragments hanging around.
7853 (comint-restore-input): New function, used by `comint-previous-input'.
7854
7855 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * imenu.el (imenu--index-alist): Balance parentheses.
7858
7859 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7860
7861 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7862
7863 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7864
7865 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7866 file is nil.
7867
7868 2006-04-18 Richard Stallman <rms@gnu.org>
7869
7870 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7871
7872 * imenu.el (imenu-create-index-function, imenu--index-alist)
7873 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7874 (imenu-default-create-index-function, imenu--generic-function):
7875 Doc fixes.
7876
7877 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7878
7879 * help-mode.el (help-mode): Set view-exit-action to delete window.
7880
7881 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7882 now works by passing nil as arg.
7883
7884 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7885
7886 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7887 (read-abbrev-file): Provide default when reading filename.
7888
7889 * files.el (enable-local-variables): Allow :all as value.
7890 (hack-local-variables): Implement that value.
7891 (safe-local-variable-values, safe-local-eval-forms)
7892 (enable-local-variables): Mark as risky.
7893 (find-file-visit-truename, kept-old-versions): Mark safe.
7894
7895 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7896 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7897 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7898
7899 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7902 Use forward-line so as to get to BOL even in the presence of fields.
7903 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7904 in return.
7905 (inferior-tcl): Tell tclsh to work in interactive mode.
7906
7907 * complete.el (partial-completion-mode):
7908 Use 'choose-completion-string-functions to make sure that
7909 choose-completion fills the minibuffer properly.
7910
7911 * complete.el (PC-old-read-file-name-internal): Remove.
7912 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7913 of read-file-name-internal.
7914 (partial-completion-mode): Enable/disable this advice.
7915
7916 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7919 of 2006-04-17.
7920
7921 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7922
7923 * textmodes/org.el (org-insert-heading): Insert heading before
7924 current if at beginning of line.
7925 (org-todo, org-date): New faces.
7926 (org-table-align): Make sure tooltip window contains full text.
7927 (org-no-properties): New defsubst.
7928 (org-set-font-lock-defaults): Use new faces.
7929
7930 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7933 for root variables.
7934
7935 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7936 (gdb-frame-address): Re-use to identify frame for watch expression.
7937 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7938 variables.
7939 (gdb-init-1, gdb-source, gdb-post-prompt)
7940 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7941 (gdb-frame-handler): Get gdb-frame-address.
7942
7943 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7944
7945 Sync with Tramp 2.0.53.
7946
7947 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7948 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7949 (tramp-completion-file-name-handler): Add autoload cookie for
7950 adding to `file-name-handler-alist'.
7951
7952 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7953 the prompt. If it returns earlier (when detecting an error
7954 message), the rest of the output will merge accidently with the
7955 output of the next command. Reported by M Jared Finder
7956 <jared@hpalace.com>.
7957
7958 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7959 for `process-file', in order to let it work for older Emacsen too.
7960
7961 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7962
7963 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7964 (tex-font-lock-keywords-3): Use it.
7965
7966 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * newcomment.el (comment-add): New function.
7969 (comment-region-default, comment-dwim): Use it.
7970
7971 2006-04-15 Michael Olson <mwolson@gnu.org>
7972
7973 * emacs-lisp/tq.el: Improve comments.
7974 (tq-queue-head-question): New accessor function.
7975 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7976 Update for modified queue structure.
7977 (tq-queue-add): Accept `question' argument.
7978 (tq-queue-pop): If a question is pending, send it.
7979 (tq-enqueue): Accept new optional argument `delay-question'.
7980 If this is non-nil, and at least one other question is pending a
7981 response, queue the question rather than sending it immediately.
7982
7983 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7984
7985 * calendar/appt.el (appt-add): Check whether an appointment is
7986 already present in appt-time-msg-list. Simplify code.
7987
7988 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * progmodes/cc-langs.el (c-mode-menu):
7991 Don't presume c-subword-mode is bound.
7992
7993 2006-04-13 Bill Wohler <wohler@newt.com>
7994
7995 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7996 (customize-package-emacs-version): Use cdr instead of cadr now
7997 that alists use dotted pairs.
7998
7999 * custom.el (defcustom): Fix docstring for :package-version.
8000
8001 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
8002
8003 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8004 (tramp-handle-shell-command): Display output buffer only when
8005 `tramp-display-shell-command-buffer' is true.
8006 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8007
8008 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8009
8010 * textmodes/org.el (org-set-autofill-regexps): Set only the local
8011 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8012
8013 2006-04-13 Romain Francoise <romain@orebokech.com>
8014
8015 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8016 leaving temporary .cvsignore buffers behind.
8017
8018 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8019
8020 * textmodes/org.el (org-set-regexps-and-options)
8021 (org-get-current-options): Better names for the startup folding
8022 options.
8023
8024 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
8025
8026 * vc.el (vc-annotate): Arrange for point to end up at the same
8027 line number as in the original, but only when using a new buffer.
8028
8029 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
8030
8031 * files.el (hack-one-local-variable-eval-safep):
8032 Recognize `edebug-form-spec' for `put', but only if it passes
8033 `edebug-basic-spec'. Generalize `put' handling.
8034
8035 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8036 vetting file-local form specs.
8037
8038 * allout.el (allout-layout): Autoload its `safe-local-variable'
8039 property.
8040
8041 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8042
8043 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8044 (org-agenda-mouse-1-follows-link)
8045 (org-mouse-1-follows-link): New options.
8046 (org-format-agenda-item): Fix bug if TAGS is nil.
8047 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8048
8049 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
8050
8051 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8052 GDB 6.1+ gives full filename for "info sources" so use
8053 file-name-nondirectory.
8054
8055 2006-04-12 Romain Francoise <romain@orebokech.com>
8056
8057 * subr.el (read-passwd): Bind `message-log-max' to nil.
8058
8059 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * progmodes/perl-mode.el (perl-indent-new-calculate):
8062 Recompute parse-start after jumping backward by a whole sexp.
8063
8064 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8067 window configuration.
8068 (vc-annotate-display-select): Select the buffer so that current-buffer
8069 (and selected-window) is the output buffer at the end of vc-annotate.
8070
8071 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
8072
8073 * vc.el (vc-annotate-color-map): Add custom TTY color map for
8074 8-color terminals, to use all of the colors in a sensible order.
8075 256-color terminals work well with the standard map.
8076 (vc-annotate-lines): Only strip the first color character if it
8077 is "#", to allow for terminal-style named colors.
8078 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8079 the correct buffer is scrolled.
8080
8081 2006-04-11 Richard Stallman <rms@gnu.org>
8082
8083 * emacs-lisp/bytecomp.el (byte-compile-file):
8084 Bind enable-local-variables to :safe, and make normal-mode obey it.
8085
8086 * files.el (enable-local-variables): Allow value :safe.
8087 (normal-mode): Doc fix.
8088 (hack-local-variables): Implement enable-local-variables = :safe.
8089 (hack-local-variables-confirm): Don't prevent quitting.
8090
8091 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * loadhist.el (unload-feature): A bit of sanity check of
8094 load-history entries. Cancel timer-vars before unbinding them.
8095
8096 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8097 quote special chars, and make the trick work on the hex part of the
8098 buffer as well.
8099 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8100 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8101
8102 * startup.el (normal-splash-screen): Fix last change so we don't wait
8103 2 minutes if we don't show the splash screen.
8104
8105 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8106
8107 * textmodes/org.el (org-export-plain-list-max-depth)
8108 (org-table-spaces-around-separators)
8109 (org-radio-targets, org-activate-camels)
8110 (org-table-spaces-around-invisible-separators): Options removed.
8111 (org-time-stamp-rounding-minutes, org-remember-templates)
8112 (org-ellipsis, org-activate-links, org-descriptive-links):
8113 New options.
8114 (org-remember-apply-template, org-current-time)
8115 (org-finish-edit-table-field)
8116 (org-link-unescape, org-link-escape)
8117 (org-string-width, org-table-clean-line, org-html-do-expand)
8118 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8119 (org-read-agenda-file-list): New functions.
8120 (org-table-edit-field)
8121 (org-table-create-or-convert-from-region): New commands
8122 (org-table-toggle-vline-visibility): Command removed.
8123 (org-table-convert-region): Made a command.
8124 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8125 Replace with the normal org- functions.
8126 (org-self-insert-command): Don't trigger realign unnecessarily
8127 when blanking a field that is not full.
8128 (org-mode): `Set buffer-invisibility-spec' for links.
8129 (org-activate-links2): Hide link part and only show descriptive
8130 part of the link.
8131 (org-insert-link): Modify for new linking system.
8132 (org-store-link): Store description separately, for use by
8133 `org-insert-link'.
8134 (org-table-align): Use `org-string-width'.
8135 (defgroup): Completely new group structure for custom variables.
8136 (org-agenda-files): Option: Single file name allowed. Function:
8137 Optional argument unrestrited means ignore any restricitons.
8138 (org-install-agenda-files-menu): Find a buffer in Org-mode before
8139 trying to modify the menu. Use generalized access to
8140 `org-agenda-files.'
8141 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8142 (org-agenda-file-to-front, org-remove-file, org-diary)
8143 (org-tags-view, org-export-icalendar-all-agenda-files)
8144 (org-export-icalendar-combine-agenda-files): Use generalized
8145 access to `org-agenda-files'.
8146 (org-remember-handler): Correctly preserve heading if present.
8147 (org-table-insert-row, org-table-insert-hline): Deal with
8148 invisible characters.
8149
8150 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
8151
8152 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8153 (vc-annotate-color-map): New 18 element constant
8154 value/saturation, rotating hue colormap, from red->blue.
8155 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8156 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8157 (vc-annotate): To avoid killing the required local variables,
8158 set them before the end of `with-output-to-temp-buffer', and
8159 after first switching to annotate-mode.
8160 (vc-annotate-warp-version): Add buffer argument in goto-line to
8161 ensure annotation, not source, is scrolled.
8162
8163 2006-04-10 Bill Wohler <wohler@newt.com>
8164
8165 * custom.el (defcustom, custom-handle-keyword):
8166 Add :package-version keyword.
8167 (custom-add-package-version): New function. Sets value of new
8168 property 'custom-package-version from :package-version keyword.
8169 (defcustom): Create Common Keywords section in docstring.
8170 (defface, defgroup): Replace definitions of a select few keywords
8171 with a reference to the Common Keywords in defcustom.
8172 (defcustom, defface, defgroup): Replace reference to Customization
8173 chapter in manual with hyperlink.
8174
8175 * cus-edit.el (customize-package-emacs-version-alist): New variable.
8176 (customize-changed-options): Add check for custom-package-version.
8177 (customize-package-emacs-version): New function to look up Emacs
8178 version corresponding to the given package version.
8179
8180 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8181 defun name, in similar fashion to find-variable-regexp.
8182
8183 2006-04-10 Eli Zaretskii <eliz@gnu.org>
8184
8185 * international/mule-cmds.el (set-locale-environment): Fix last
8186 change for when the locale's preferences don't specify any encoding.
8187
8188 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8191 so the defined var/fun doesn't need to be quoted.
8192
8193 2006-04-10 Richard Stallman <rms@gnu.org>
8194
8195 * finder.el (finder-mode-map): Add n and p bindings.
8196
8197 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8200 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8201 (gdb-setup-windows): Put something in source window if we can't find
8202 the source file.
8203 (gdb-frame-handler): Make it work again with just assembly.
8204 (gdb-data-list-register-values-handler): Make it work when there is
8205 no stack.
8206
8207 2006-04-09 Richard Stallman <rms@gnu.org>
8208
8209 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8210 specs while looking for charset.
8211
8212 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8213
8214 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8215 Make them faces.
8216 (lm-font-lock-keywords): Update appropriately.
8217
8218 2006-04-10 Kim F. Storm <storm@cua.dk>
8219
8220 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8221 it can also replace buffer-substring-no-properties.
8222
8223 * emulation/cua-base.el (cua-delete-region, cua-paste)
8224 (cua-repeat-replace-region): Use filter-buffer-substring.
8225
8226 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8227 (cua-cut-region-to-global-mark): Likewise.
8228
8229 * emulation/cua-rect.el (cua--extract-rectangle)
8230 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8231
8232 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8233
8234 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8235 entry-type. Add field delimiters to numerical fields if they are
8236 not present.
8237
8238 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8239
8240 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8241 string-const to return value.
8242 (bibtex-remove-delimiters): Use it.
8243
8244 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8247 cl-byte-compile-compiler-macro unless it exists.
8248
8249 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8250
8251 * files.el (hack-local-variables-confirm) <offer-save>:
8252 Clarify message text. Suggested by Ralf Angeli.
8253
8254 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8255
8256 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8257 (delete-extract-rectangle-line): Use `filter-buffer-substring'
8258 instead of `buffer-substring' and `delete-region'. (Most of the
8259 code actually copied from `kill-region'.)
8260
8261 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
8262
8263 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8264 (rcirc-default-port): Rename from rcirc-port.
8265 (rcirc-default-nick): Rename from rcirc-nick.
8266 (rcirc-default-user-name): Rename from rcirc-user-name.
8267 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8268 (rcirc-low-priority-flag): New variable.
8269 (rcirc-decode-coding-system): New defcustom.
8270 (rcirc-encode-coding-system): New defcustom.
8271 (rcirc-coding-system-alist): New defcustom.
8272 (rcirc-multiline-major-mode): New defcustom.
8273 (rcirc-nick): New internal variable.
8274 (rcirc-process): Remove variable.
8275 (rcirc-server-buffer): New variable.
8276 (rcirc): Update to use rcirc-default-* variables above.
8277 (rcirc-connect): Do not add window-configuration-hook-here.
8278 (rcirc-server): New internal variable.
8279 (rcirc-connect): Do not send keepalive pings if
8280 rcirc-keepalive-seconds is nil.
8281 (with-rcirc-server-buffer): New macro.
8282 (rcirc-send-string): Encode with rcirc-encode-coding-system.
8283 (rcirc-server-name): Rename from rcirc-server.
8284 (rcirc-buffer-process): New function.
8285 (rcirc-buffer-nick): New function.
8286 (rcirc-buffer-target): Remove function.
8287 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8288 New commands.
8289 (rcirc-mode-map): Change binding of C-c C-l to
8290 rcirc-toggle-low-priority.
8291 (rcirc-mode): Initialize coding system based on
8292 rcirc-coding-system-alist. New change-major-mode-hook to part the
8293 channel on a mode change. Make kill-buffer-hook buffer-local.
8294 (rcirc-change-major-mode-hook): New function.
8295 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8296 (rcirc-last-post-time): New variable.
8297 (rcirc-process-message): Store the last time user posted a message
8298 to this target.
8299 (rcirc-multiline-minor-mode): New mode.
8300 (rcirc-multiline-minor-mode-map): New mode map.
8301 (rcirc-edit-multiline): Put multiline-edit buffer in
8302 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
8303 (rcirc-print): Ignore any line starting with an ignored nick.
8304 (rcirc-print): Decode using rcirc-decode-coding-system.
8305 (rcirc-track-minor-mode): Update global-mode-string when disabling
8306 this mode.
8307 (minor-mode-alist): Add LowPri indicator.
8308 (rcirc-toggle-low-priority): New function.
8309 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
8310 next lowpriority buffer with activity.
8311 (rcirc-record-activity): Sort buffers in rcirc-activity by the
8312 last time the user posted a message in to the target.
8313 (rcirc-update-activity-string): New formatting for low priority
8314 buffers.
8315 (rcirc-split-activity): New function.
8316 (rcirc-handler-PART, rcirc-handler-KICK)
8317 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
8318 (rcirc-nick-away-alist): New variable.
8319 (rcirc-handler-301): New handler. Away messages are printed once
8320 per change.
8321
8322 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8323
8324 * info.el (Info-follow-nearest-node): Doc fix.
8325
8326 * international/mule-cmds.el (set-locale-environment): Make sure
8327 the coding-system preferred by the locale's language has the same
8328 EOL conversion type as the original buffer-file-coding-system.
8329 (locale-language-names): Add a few MS Windows language codes.
8330
8331 2006-04-07 Richard Stallman <rms@gnu.org>
8332
8333 * simple.el (eval-expression): Doc fix.
8334
8335 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
8336 (eval-defun): Doc fixes.
8337
8338 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8339
8340 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
8341
8342 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
8345 GDB list command without argument for greater generality.
8346
8347 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8348
8349 * subr.el (string-or-null-p): New function.
8350
8351 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
8352
8353 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
8354
8355 * files.el: Update comment about safe-local-variable declarations.
8356
8357 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8358
8359 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8360 See idlwave.org.
8361
8362 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8363 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
8364
8365 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8366 See idlwave.org.
8367
8368 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8369 version 6.0 (minimal changes). See idlwave.org.
8370
8371 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8372 6.0 (minimal changes). See idlwave.org.
8373
8374 * progmodes/idlw-rinfo.el: File obsoleted and removed.
8375
8376 2006-04-06 Romain Francoise <romain@orebokech.com>
8377
8378 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8379 symmetric encryption features and a new asynchronous interface to
8380 GnuPG. This new version is version 1.4, plus whitespace changes.
8381
8382 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8383
8384 * files.el: Move some `safe-local-variable' declarations to the
8385 respective files.
8386
8387 * textmodes/ispell.el (ispell-check-comments)
8388 (ispell-local-dictionary): Mark as safe.
8389
8390 * abbrev.el (abbrev-mode): Mark as safe.
8391
8392 * add-log.el (change-log-default-name): Mark as safe.
8393
8394 * textmodes/reftex-vars.el (reftex-vref-is-default)
8395 (reftex-fref-is-default, reftex-level-indent)
8396 (reftex-guess-label-type): Mark as safe.
8397
8398 * textmodes/fill.el (colon-double-space): Mark as safe.
8399
8400 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8401 (sentence-end-double-space, sentence-end-without-period)
8402 (sentence-end-without-space, sentence-end, sentence-end-base)
8403 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8404
8405 2006-04-06 Kim F. Storm <storm@cua.dk>
8406
8407 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8408 the :set-after list.
8409 (ido-downcase-unc-hosts): New user option. Default on.
8410 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8411 when it is set, as regexps are now applied on the fly.
8412 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8413 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8414 on the fly, but only when ido-process-ignore-lists is set.
8415 Do case insensitive filtering if ido-downcase-unc-hosts is set.
8416 Only downcase names if ido-downcase-unc-hosts is set.
8417
8418 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
8419
8420 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8421
8422 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8423
8424 2006-04-05 Kim F. Storm <storm@cua.dk>
8425
8426 * ido.el (ido-mode): Set after ido-unc-hosts and
8427 ido-ignore-unc-host-regexps.
8428 (ido-save-history): Save ido-unc-hosts-cache.
8429 (ido-load-history): Load ido-unc-hosts-cache.
8430 (ido-reread-directory): Refresh unc hosts cache in // dir.
8431
8432 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8433 to nil while displaying slash screen.
8434
8435 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8436
8437 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8438 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8439
8440 2006-04-05 Kenichi Handa <handa@m17n.org>
8441
8442 * international/characters.el: Setup cases of Latin, Greek, and
8443 Cyrillic characters in CJK charsets.
8444
8445 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8446
8447 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8448 default-enable-multibyte-characters. This reverts the change from
8449 revision 6.17 which is no longer necessary because the passphrase
8450 is sent separately now. GnuPG messages are unreadable under
8451 multibyte locales with default-enable-multibyte-characters set to nil.
8452
8453 2006-04-04 Andreas Schwab <schwab@suse.de>
8454
8455 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8456 and `byte-compile-warnings' as `safe-local-variable'.
8457
8458 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8459
8460 * man.el (Man-mode-map): Restore the \r binding.
8461 (Man-abstract-xref-man-page): If Man-target-string is a function,
8462 call it.
8463 (Man-highlight-references): Use Man-default-man-entry to get the
8464 target. Deal with xrefs too.
8465 (Man-highlight-references0): Don't call the target function.
8466
8467 * woman.el (WoMan-xref-man-page): Strip the section number, woman
8468 cannot deal with it.
8469
8470 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8471
8472 * pgg-gpg.el: Clean up process buffers every time gpg processes
8473 complete.
8474
8475 2006-04-04 Kenichi Handa <handa@m17n.org>
8476
8477 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8478 here.
8479 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8480 Temporarily bind inhibit-field-text-motion to t.
8481
8482 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * startup.el (normal-splash-screen): Only set mode-line-format in the
8485 splash buffer, so as not to interfere when debugging the code.
8486 Ignore errors when switching buffer.
8487
8488 2006-04-03 Romain Francoise <romain@orebokech.com>
8489
8490 * dired.el (dired-dnd-protocol-alist): Fix typo.
8491
8492 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8493
8494 * savehist.el (savehist): Add :version.
8495 (savehist-ignored-variables): New variable.
8496 (savehist-minibuffer-hook): Don't save variables listed in
8497 `savehist-ignored-variables'.
8498
8499 * dired.el (dired-dnd-protocol-alist): Mention that change does
8500 only apply to new buffers in doc string.
8501
8502 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8503
8504 * recentf.el (recentf-open-files-item): Include newline in button
8505 field, so opening a file will work, when the point is at the end
8506 of the file name. Allow, for example, to [i]search a file by
8507 extension and just push RET to open it.
8508
8509 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8510
8511 * pgg-gpg.el (pgg-gpg-process-filter)
8512 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8513
8514 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8515 lines, temporary fix.
8516
8517 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8520
8521 2006-04-02 Richard Stallman <rms@gnu.org>
8522
8523 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8524
8525 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8526
8527 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8528 header-mouse-map.
8529
8530 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8531 (ibuffer-mode-header-map): New keymaps.
8532 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8533 and keybindings for column headers.
8534 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8535 property.
8536
8537 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8538
8539 * speedbar.el (speedbar-after-create-hook): Doc fix.
8540
8541 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8542
8543 * shell.el (shell-directory-tracker)
8544 (shell-dynamic-complete-command): Doc fixes.
8545
8546 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8547
8548 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8549 terminals.
8550
8551 2006-04-01 Kim F. Storm <storm@cua.dk>
8552
8553 * ido.el (ido-unc-hosts-cache): New defvar.
8554 (ido-unc-hosts): If value of defcustom is a function, call it to
8555 get list of UNC hosts. Add function-item choices to specify
8556 ido-unc-hosts-net-view or user function.
8557 (ido-ignore-unc-host-regexps): New defcustom.
8558 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8559 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8560 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8561
8562 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8565 wwidth.
8566
8567 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8570 (ido-max-work-file-list, ido-switch-buffer)
8571 (ido-read-file-name-as-directory-commands):
8572 Fix typos in docstrings.
8573
8574 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8575
8576 * term/mac-win.el (mac-system-coding-system): Define and use after
8577 Mac-specific coding systems are ready.
8578
8579 2006-03-27 Romain Francoise <romain@orebokech.com>
8580
8581 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8582
8583 * ldefs-boot.el: Update.
8584
8585 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8586
8587 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8588 passphrases when it is not needed.
8589 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8590 passphrase stuff from gpg, should only be necessary when you use
8591 gpg with a smartcard.
8592
8593 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8594
8595 * comint.el (comint-dynamic-list-completions): Allow user to
8596 select *Completions* buffer.
8597
8598 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8599
8600 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8601
8602 2006-03-26 Andreas Schwab <schwab@suse.de>
8603
8604 * progmodes/gud.el (gdb): Only complain about multiple debugging
8605 when the gdb process is still running.
8606
8607 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8608
8609 * mail/rmail.el (tool-bar-map): Defvar it.
8610 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8611 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8612
8613 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8614
8615 * help.el (print-help-return-message): Suggest to use
8616 display-buffer instead of switch-to-buffer-other-window to restore
8617 the previous window without selecting it.
8618
8619 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8620
8621 * frame.el (select-frame-by-name): Call x-focus-frame also when
8622 window-system is mac.
8623
8624 * term/mac-win.el: Adjust Courier font specifications in
8625 x-fixed-font-alist.
8626 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8627 when directly encoding to UTF-16 in native byte order, no BOM.
8628
8629 2006-03-25 Kim F. Storm <storm@cua.dk>
8630
8631 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8632 (cua--init-keymaps): Use it instead of fixed C-return.
8633 (cua-mode): Set after it.
8634
8635 * emulation/cua-rect.el (cua--init-rectangles):
8636 Use cua-rectangle-mark-key instead of fixed C-return.
8637
8638 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8639
8640 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8641 "run" in .gdbinit.
8642 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8643
8644 2006-03-24 Romain Francoise <romain@orebokech.com>
8645
8646 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8647 `display-buffer-other-frame'.
8648
8649 2006-03-24 Kim F. Storm <storm@cua.dk>
8650
8651 * apropos.el (apropos-synonyms): Add selection => region.
8652
8653 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8654
8655 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8656 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8657 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8658 (gdb-data-list-register-values-regexp)
8659 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8660 Future proof against new fields being added to MI output.
8661 (gdb-send): Don't treat backslashes for program input as
8662 continuations.
8663 (gdb-assembler-handler): Don't use window-start for this handler.
8664 (gdb-frame-handler): Don't change to hollow arrow if overlay
8665 arrow doesn't move to new frame.
8666
8667 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8670 prevent compiler warnings.
8671 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8672 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8673 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8674 buffer too.
8675
8676 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8677
8678 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8679 make-network-process, so we can use the same code in Gnus v5-10
8680 too and have this file fully synchronized with that release.
8681
8682 2006-03-23 Romain Francoise <romain@orebokech.com>
8683
8684 * ibuf-ext.el (ibuffer-read-filter-group-name):
8685 Use `ibuffer-generate-filter-groups' to make completion list match
8686 the filter groups that are really displayed in the Ibuffer buffer.
8687 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8688
8689 2006-03-23 Kenichi Handa <handa@m17n.org>
8690
8691 * international/mule-cmds.el (sort-coding-systems): Describe that
8692 the argument is modified in docstring.
8693
8694 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8695
8696 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8697 (pgg-gpg-update-agent): New function.
8698 (pgg-gpg-use-agent-p): New function.
8699 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8700 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8701 (pgg-gpg-sign-region): Use it.
8702
8703 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8704
8705 * cus-edit.el (custom-face-set): Call custom-push-theme before
8706 face-spec set so that `changed' theme is correctly saved.
8707 (custom-face-reset-standard): Reset to recalculated face rather
8708 than defface spec.
8709
8710 * custom.el (custom-push-theme): Only save `changed' theme if the
8711 current face does not match the defface specs.
8712
8713 2006-03-21 Simon Josefsson <jas@extundo.com>
8714
8715 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8716 <wilde@sha-bang.de>.
8717 (pgg-gpg-use-agent): New variable.
8718 (pgg-gpg-process-region): Use it.
8719 (pgg-gpg-encrypt-region): Likewise.
8720 (pgg-gpg-encrypt-symmetric-region): Likewise.
8721 (pgg-gpg-decrypt-region): Likewise.
8722 (pgg-gpg-sign-region): Likewise.
8723 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8724
8725 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8726
8727 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8728 bracket links.
8729
8730 2006-03-21 Kim F. Storm <storm@cua.dk>
8731
8732 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8733 fringe-indicator-alist instead of modifying global value.
8734 (gdb-frame-handler): Likewise.
8735
8736 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8737
8738 * diff-mode.el (diff-function): Make it inherit from diff-header
8739 instead of diff-context.
8740
8741 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8742 bitmap.
8743 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8744 change names in macro above for consistency.
8745 (gdb-frame-handler): Use hollow-right-triangle for all selected
8746 frames which except the innermost (where execution has stopped).
8747 (gdb-reset): Reset buffer-local values of overlay-arrow.
8748
8749 2006-03-20 Richard Stallman <rms@gnu.org>
8750
8751 * simple.el (set-mark-command): Doc fix.
8752
8753 * files.el (display-buffer-other-frame): New command.
8754 (ctl-x-4-map): Bind C-x 5 C-o to it.
8755
8756 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8759 rather than just defer-time, in case defer-time has been changed but
8760 the timer isn't running yet.
8761 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8762
8763 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8764
8765 * help-mode.el (help-follow-symbol): New function.
8766 Essentially identical to the old `help-follow', but do not let
8767 `push-button' do the work when on an xref.
8768 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8769
8770 2006-03-19 Richard Stallman <rms@gnu.org>
8771
8772 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8773 preceded by the word `program'.
8774 (help-follow-mouse, help-follow): Throw error if not on xref.
8775 Delete no longer used args.
8776
8777 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8778
8779 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8780 annotation ensure gud-overlay-arrow-position is redisplayed.
8781
8782 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8783
8784 * textmodes/bibtex.el (bibtex-include-OPTkey)
8785 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8786 (bibtex-autokey-name-case-convert)
8787 (bibtex-autokey-titleword-case-convert): Make these the aliases
8788 for the following two variables.
8789 (bibtex-autokey-name-case-convert-function)
8790 (bibtex-autokey-titleword-case-convert-function): Make these the
8791 real names.
8792 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8793 bibtex-font-lock-crossref sublists.
8794 (bibtex-mode): Revert 2005-12-30 change (which made
8795 completion-ignore-case buffer-local).
8796 (bibtex-url): Simplify.
8797
8798 2006-03-19 Kim F. Storm <storm@cua.dk>
8799
8800 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8801 cursor property value to 2 (to align with C level change).
8802
8803 2006-03-19 Bill Wohler <wohler@newt.com>
8804
8805 * image.el (image-load-path-for-library): Shorten first line in
8806 docstring.
8807
8808 2006-03-18 Richard Stallman <rms@gnu.org>
8809
8810 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8811
8812 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8813
8814 * isearch.el (isearch-other-meta-char): Handle user bindings for
8815 shifted control characters.
8816
8817 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8818
8819 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8820 part that matches email addresses, file names, etc.
8821
8822 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8823
8824 * term/w32-win.el (mouse-set-font):
8825 Mention w32-list-proportional-fonts in the doc string.
8826
8827 2006-03-18 Kim F. Storm <storm@cua.dk>
8828
8829 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8830 (ido-unc-hosts): New user option to explicitly define list of know
8831 UNC-style hosts for completion.
8832 (ido-cache-unc-host-shares-time): New user option.
8833 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8834 New helper functions for UNC file-name support.
8835 (ido-may-cache-directory): Check for UNC host. Simplify.
8836 (ido-wash-history): Clean out old UNC hosts.
8837 (ido-nonreadable-directory-p): UNC hosts are always readable.
8838 (ido-directory-too-big-p): UNC hosts are never too big.
8839 (ido-set-current-directory): Handle UNC root path.
8840 (ido-file-name-all-completions): Complete UNC host names from
8841 ido-unc-hosts list. Cache UNC host shares.
8842 (ido-make-file-list-1): Don't filter UNC root.
8843 (ido-exhibit): Check for // in root directory, and switch to UNC
8844 mode by setting ido-current-directory to //.
8845
8846 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * cus-edit.el (customize-changed-options): Mention explicit
8849 version number as default in prompt.
8850
8851 2006-03-17 Bill Wohler <wohler@newt.com>
8852
8853 * image.el (image-load-path-for-library): Minor docstring fix.
8854
8855 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8856
8857 * textmodes/org.el (org-read-date): Include subgroup 5 into
8858 replacement text.
8859 (org-popup-calendar-for-date-prompt): Fix customization type.
8860
8861 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8864 (gdb-continuation): New variable.
8865 (gdb-send): Deal with continuation lines.
8866
8867 * progmodes/gud.el (gud-gdb-complete-command)
8868 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8869 expressions.
8870 (gud-tooltip-mode): Use buffer-local value.
8871
8872 2006-03-16 Kim F. Storm <storm@cua.dk>
8873
8874 * ido.el (ido-edit-input): Use selected match, if any.
8875
8876 2006-03-16 Bill Wohler <wohler@newt.com>
8877
8878 * image.el (image-load-path-for-library): Prefer user's images in
8879 image-load-path.
8880
8881 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8882
8883 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8884 when checking for attempt to drag leftmost or rightmost scrollbar.
8885
8886 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8887
8888 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8889 (gdb-force-mode-line-update): New function.
8890 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8891 (gdb-exited): Use them.
8892 (gdb-signal): New function.
8893 (gdb-annotation-rules): Provide a rule for it.
8894
8895 2006-03-16 Kenichi Handa <handa@m17n.org>
8896
8897 * international/mule.el (auto-coding-regexp-alist): Add entries
8898 for Unicode BOM.
8899
8900 * sort.el (sort-build-lists): Temporarily bind
8901 inhibit-field-text-motion to t.
8902
8903 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * locate.el (locate-command, locate-make-command-line)
8906 (locate-fcodes-file, locate-update-command)
8907 (locate-prompt-for-command, locate, locate-with-filter)
8908 (locate-get-file-positions): Doc fixes.
8909 (locate-buffer-name, locate-header-face): Remove leading `*' in
8910 defcustom.
8911 (locate-filter-output): Use `keep-lines' instead of its alias
8912 `delete-non-matching-lines'.
8913 (locate-get-filename, locate-get-dirname): Add introductory comment.
8914 (locate-find-directory-other-window): Give appropriate error
8915 message if used outside main listing.
8916
8917 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8920 the new extend-region feature.
8921 (font-lock-after-change-function): Update correspondingly.
8922 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8923 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8924
8925 2006-03-15 Bill Wohler <wohler@newt.com>
8926
8927 * image.el (image-load-path-for-library): Fix example by not
8928 recommending that one binds image-load-path. Just defvar it to
8929 placate compiler and only use it if previously defined.
8930
8931 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8932
8933 * textmodes/org.el (org-insert-centered): Use `string-width' to
8934 make underlining work for wide characters.
8935 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8936 TAB to `org-cycle', to make sure that no binding in
8937 `outline-mode-map' can supercede it.
8938
8939 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8940
8941 * allout.el: Increment version to 2.2.1 in file commentary.
8942
8943 (allout-version): Increment to 2.2.1.
8944
8945 (allout-default-layout): New customization variable, used when the
8946 file lacks a specific allout-layout. Uses allout-layout-type for
8947 recursively nested definition.
8948
8949 (allout-layout-type): Widget defining allout layouts, necessary for
8950 self-recursive definition.
8951
8952 (allout-mode): Incorporate allout-default-layout as fallback for
8953 allout-layout.
8954
8955 (allout-layout): Mark as 'safe-local-variable', and refer mention
8956 fallback to `allout-default-layout' in absence of a specified value.
8957 (allout-passphrase-verifier-string)
8958 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8959
8960 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8961
8962 (allout-get-encryption-passphrase-verifier): Use correct name of
8963 passphrase verifier in docstring.
8964
8965 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8968 elements.
8969 (gdb-find-watch-expression): Make it work for arrays too.
8970 Follow change to gdb-var-list.
8971 (gud-watch): Allow the user to enter variable name with a prexix
8972 arg. Create keybindings.
8973 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8974 (gdb-var-list-children-handler, gdb-var-update-handler)
8975 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8976 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8977 Follow change to gdb-var-list.
8978 (gdb-starting): Don't show the overlay arrows when program is running.
8979
8980 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8981 gdb-var-list.
8982
8983 2006-03-14 Bill Wohler <wohler@newt.com>
8984
8985 * image.el (image-load-path-for-library): Pass value of path
8986 rather than symbol. Always return list of directories.
8987 Guarantee that image directory comes first.
8988
8989 2006-03-14 Alan Mackenzie <acm@muc.de>
8990
8991 * font-core.el (font-lock-extend-region\(-function\)?.):
8992 New function/variable.
8993
8994 * font-lock.el (font-lock-after-change-function):
8995 Call font-lock-extend-region. Obey font-lock-lines-before.
8996 (font-lock-default-fontify-region): Remove reference to
8997 font-lock-lines-before.
8998
8999 * jit-lock.el (jit-lock-after-change):
9000 Call font-lock-extend-region. Obey font-lock-lines-before.
9001
9002 2006-03-14 David Ponce <david@dponce.com>
9003
9004 * tree-widget.el (tree-widget-themes-load-path)
9005 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9006
9007 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
9008
9009 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9010 (rcirc-print): Mark the start of text at the end of the prompt.
9011 (rcirc-track-minor-mode): Add autoload cookie.
9012 (rcirc-update-activity-string): Add space to front of mode-line
9013 indicator.
9014
9015 2006-03-13 Miles Bader <miles@gnu.org>
9016
9017 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9018 (rcirc-abbrev-nick): Remove function.
9019 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9020
9021 2006-03-13 David Ponce <david@dponce.com>
9022
9023 * tree-widget.el: Handle themes across all occurrences of the main
9024 themes sub-directory found in tree-widget-themes-load-path.
9025 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9026 (tree-widget--locate-sub-directory): Return all occurrences.
9027 (tree-widget-themes-path): New function.
9028 Replace tree-widget-themes-directory, and return a list of directories.
9029 (tree-widget-set-parent-theme)
9030 (tree-widget-lookup-image): Use it.
9031
9032 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9033
9034 * textmodes/org.el (org-link-search): Avoid self-matching of
9035 links, allow target text to be distributed over several lines.
9036 (org-search-not-link): New function.
9037 (org-set-regexps-and-options, org-get-current-options):
9038 New startup options.
9039 (org-export-as-html): Take odd-level setting from local variable.
9040 (org-fontify-emphasized-text): New option.
9041 (org-set-font-lock-defaults): Include emphasized text.
9042 (org-follow-mhe-link): Allow folder-only links, fix folder name.
9043 (org-font-lock): Customize group renamed from `org-faces'.
9044
9045 2006-03-13 John Paul Wallington <jpw@pobox.com>
9046
9047 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9048 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
9049
9050 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * cus-start.el (all): Delete :version keyword for members of the
9053 fringe group, since the entire group is new in 22.1.
9054
9055 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
9056
9057 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9058 map if value is hexadecimal (an address).
9059 (gud-watch): Only search roots for existing watch expressions.
9060 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9061 prevent caching problems with speedbar-update-directory-contents.
9062
9063 2006-03-12 Juri Linkov <juri@jurta.org>
9064
9065 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9066 before comparing with `low' and `warn'.
9067
9068 * info.el (Info-dir-remove-duplicates): Move point to the
9069 beginning of the current line after deleting the entries from
9070 redundant heading. Use marker for `limit' and compare it with
9071 point before calling `re-search-forward'.
9072
9073 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9074
9075 * simple.el (yank): Fix typo in docstring.
9076
9077 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
9078
9079 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9080 messages, where "D" is the 6th character.
9081
9082 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9083
9084 * simple.el (yank): Fix last change.
9085
9086 2006-03-11 David Ponce <david@dponce.com>
9087
9088 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9089 merging elements from the standard ispell-dictionary-alist.
9090 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9091 alist, and return the new alist.
9092
9093 2006-03-11 Richard Stallman <rms@gnu.org>
9094
9095 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9096
9097 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9098 the way it is implemented is too unclean.
9099
9100 * simple.el (kill-region, yank): Doc fix.
9101
9102 * battery.el (battery-echo-area-format): Doc fix.
9103 (battery-mode-line-format): Likewise.
9104 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9105 (battery-linux-proc-acpi): Ignore batteries that say "charged".
9106
9107 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9108
9109 * progmodes/octave-mod.el (octave-indent-for-comment):
9110 Behave according to do string.
9111
9112 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
9113
9114 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9115 Be visible only if major mode is Mail Mode.
9116
9117 * textmodes/flyspell.el (flyspell-external-point-words)
9118 (flyspell-process-localwords): Fix last changes.
9119
9120 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9121
9122 * calendar/holidays.el (list-holidays): Doc fix.
9123
9124 * international/mule.el (auto-coding-alist): Add .odt
9125 (OpenOffice's open document) files.
9126
9127 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9128 document) files. Mention in the doc string the need to sync with
9129 auto-coding-alist.
9130
9131 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * files.el (hack-local-variables-confirm): Don't prompt for ! if
9134 enable-local-variables is set to always query, or there is no
9135 savable variable.
9136
9137 2006-03-10 Bill Wohler <wohler@newt.com>
9138
9139 * image.el (image-load-path-for-library): Merge at least three
9140 functions from Gnus and MH-E into this one function that can now
9141 be shared.
9142
9143 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
9144
9145 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9146 gdb-remove-mouse-face and remove help-echo too.
9147 (gdb-enqueue-input): Correct conditional clause.
9148
9149 2006-03-10 Glenn Morris <rgm@gnu.org>
9150
9151 * calendar/calendar.el (calendar-holidays): Doc fix.
9152 * calendar/holidays.el (list-holidays): Doc fix.
9153
9154 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
9155
9156 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9157 it gets called in gdb-prompt anyway.
9158 (gdb-use-separate-io-buffer): Only restore window arrangement for
9159 gdb-many-windows.
9160 (gdb-enqueue-input): Make it harder to send GDB input when program
9161 is running.
9162 (gdb-buffer-list): New variable.
9163 (gdb-remove-mouse-face): New function.
9164 (gdb-starting): Use it when GDB input won't get sent.
9165
9166 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * help.el (view-lossage): Remove trailing whitespace before
9169 inserting "\n".
9170
9171 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
9172
9173 * files.el (hack-local-variables-confirm):
9174 Set coding-system-for-read to nil before writing to .emacs.
9175
9176 * arc-mode.el (archive-extract): Check if an existing buffer name
9177 comes from a different archive.
9178
9179 * help.el (describe-key-briefly): If KEY is a down event, read and
9180 discard the up event.
9181
9182 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
9183
9184 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9185 be edited and use font-lock-warning-face for any changes.
9186
9187 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9188 (gdb-edit-value): Use it to report any errors.
9189
9190 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * help.el (describe-key): Remove leftover test code.
9193
9194 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9195
9196 * textmodes/org.el: Move defvars out of eval-when-compile.
9197 Use buffer-file-name variable.
9198 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9199 arg `file'.
9200 (org-level-faces): Remove startup dependency.
9201 (org-cycle, org-map-tree, org-scan-tags)
9202 (org-remember-handler): Don't call `outline-level' directly.
9203 (org-mhe-search-all-folders): New option.
9204 (org-mhe-get-message-folder-from-index)
9205 (org-mhe-get-message-folder): Fix indexing search.
9206 (org-format-agenda-item): Handle nil TAGS argument.
9207 (org-cleaned-string-for-export, org-activate-target-links)
9208 (org-make-target-link-regexp): Deal with empty radio target list.
9209 (org-tag): New face.
9210 (org-get-level-face): New function.
9211 (org-set-font-lock-defaults): Simplify setup for headlines.
9212 (org-complete): Pass common substring to `display-completion-list'.
9213
9214 2006-03-06 David Ponce <david@dponce.com>
9215
9216 * tree-widget.el: Update Commentary header.
9217 (tree-widget-theme-name): Ignore parent themes.
9218 (tree-widget-set-parent-theme): New function.
9219 (tree-widget-set-theme): Use it.
9220 (tree-widget-set-image-properties): Move definition. Does nothing
9221 if image properties have already been set.
9222 (tree-widget-image-properties): Move definition. Receive an image
9223 name. Set the :pointer property.
9224 (tree-widget-lookup-image): Doc fix. Search in parent themes.
9225 Don't set the :pointer image property.
9226 (tree-widget-convert-widget): New function. Handle :dynargs
9227 compatibility here.
9228 (tree-widget): Use it to :convert-widget. Add the :expander-p
9229 predicate to control when the :expander function is entered.
9230 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9231 (tree-widget-value-create): Handle :expander-p. widget-apply
9232 :expander.
9233 (tree-widget-expander-p): New function. Default value of the
9234 :expander-p property.
9235
9236 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * help.el (describe-key): Properly handle the return value of
9239 read-key-sequence when grabbing an up-event. Cleanup mouse-1
9240 remaps. Handle string and vector `follow-link' values.
9241
9242 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * complete.el (PC-expand-many-files): Try be more careful when parsing
9245 the shell's output.
9246
9247 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * outline.el (hide-sublevels): Provide better interactive default.
9250
9251 2006-03-06 Kenichi Handa <handa@m17n.org>
9252
9253 * international/fontset.el (create-fontset-from-fontset-spec):
9254 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9255
9256 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
9257
9258 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9259 backslashes instead of one in regexp.
9260 (gud-tooltip-dereference): Add missing optional argument.
9261
9262 2006-03-04 John Paul Wallington <jpw@pobox.com>
9263
9264 * wdired.el (toplevel): Require `cl' at compile-time.
9265
9266 2006-03-04 Andreas Schwab <schwab@suse.de>
9267
9268 * server.el (server-process-filter): Handle errors during
9269 evaluation of the argument.
9270
9271 2006-03-03 John Paul Wallington <jpw@pobox.com>
9272
9273 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9274 escape parentheses at beginning of line.
9275 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9276 (t-mouse-mode): Remove period from end of error message.
9277
9278 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
9279
9280 * textmodes/flyspell.el (flyspell-process-localwords):
9281 Be case-sensitive.
9282
9283 2006-03-03 Martin Rudalics <rudalics@gmx.at>
9284
9285 * cus-edit.el (custom-quote): Remove function, since it has been
9286 moved to custom.el.
9287
9288 * font-lock.el (lisp-font-lock-keywords-2)
9289 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9290 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9291 they have no special meaning.
9292
9293 * midnight.el (clean-buffer-list): Handle case where base-buffer of
9294 indirect buffer gets killed before indirect buffer. Use dolist.
9295
9296 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9297
9298 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9299 value instead of a literal constant (1) on more pauses.
9300
9301 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9302
9303 * textmodes/flyspell.el (flyspell-external-point-words):
9304 Be case-sensitive.
9305
9306 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
9307
9308 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9309 with "www".
9310
9311 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9312
9313 * allout.el: Restablish intermediate missing comment header to
9314 preserve outline structure.
9315 (allout-beginning-of-current-entry): Skip invisible text.
9316 (allout-open-topic): Fix opening a topic at end-of-buffer.
9317 (allout-minor-mode): Move nearer to allout-mode function.
9318
9319 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
9320
9321 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
9322
9323 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
9324
9325 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
9326 is nil.
9327
9328 * progmodes/gud.el (gud-speedbar-menu-items):
9329 Use buffer-local-value and add missing :visible keyword.
9330
9331 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
9332
9333 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9334
9335 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
9336 must be `follow-link'.
9337
9338 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
9339
9340 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
9341 formatting: No nested anchors.
9342 (org-all-targets): Fix bug with XEmacs compatibility.
9343 (org-read-date): Add (require 'parse-time).
9344 (org-set-tags): Fix bug with extra inserted space.
9345 (org-export-html-style): Define a style class for targets.
9346 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
9347 (org-hide-leading-stars): New option.
9348 (org-hide): New face.
9349 (org-set-font-lock-defaults): Allow to hide leading stars.
9350 (org-get-legal-level, org-tr-level): New functions.
9351 (org-odd-levels-only): New option.
9352 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
9353 (org-demote, org-promote): Deal with double-star levels.
9354 (org-convert-to-odd-levels): New command.
9355
9356 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
9357
9358 * speedbar.el (speedbar-update-localized-contents): Try to
9359 preserve window-start.
9360 (speedbar-update-directory-contents): Try to preserve window-start
9361 and window-point.
9362 (speedbar-update-special-contents): Don't move back to start of window.
9363
9364 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9365 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
9366 speedbar-timer-fn.
9367 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9368 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9369 instead of gdb-speedbar-timer-fn.
9370
9371 2006-02-28 Jay Belanger <belanger@truman.edu>
9372
9373 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9374 (math-compose-expr): Use latex option when calling
9375 `math-compose-tex-matrix' for latex mode.
9376
9377 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * speedbar.el: Re-instate comments about developing for speedbar
9380 [this is what info and gdb-ui use even if better methods exist now].
9381
9382 * t-mouse.el: New file.
9383 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
9384 (t-mouse-lispy-buffer-posn-from-coords): Remove.
9385 (t-mouse-make-event-element): Use posn-at-x-y instead.
9386 (t-mouse-make-event): Deal with Fedora Core 3.
9387 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9388 (t-mouse-mouse-position-function): New function. Use it instead
9389 of advising mouse-position.
9390 (t-mouse-mode): New minor mode.
9391 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
9392
9393 2006-02-27 Glenn Morris <rgm@gnu.org>
9394
9395 * calendar/calendar.el (calendar-holidays): Doc fix.
9396
9397 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
9398
9399 * progmodes/gdb-ui.el (gdb-source-window): New variable.
9400 Re-introduce the concept of a source window.
9401 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9402 consistency with get-buffer-create.
9403 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9404 (gdb-data-list-register-values-handler)
9405 (gdb-stack-list-locals-handler): Try to preserve window-start as
9406 well as window-point.
9407 (gdb-display-source-buffer): New function (old concept).
9408 (gdb-goto-breakpoint): Use it.
9409
9410 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9411 for gdb-ui/gdb-mi (old concept).
9412
9413 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
9414
9415 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9416 binding.
9417
9418 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9419
9420 * textmodes/reftex-sel.el (reftex-select-label-map)
9421 (reftex-select-bib-map): Add `follow-mouse' binding.
9422
9423 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
9424
9425 * jka-cmpr-hook.el (jka-compr-compression-info-list)
9426 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9427 Give :set functions to provide automatic updating.
9428 Update docstring. Give compiler defvars early in the file
9429 and move the defcustoms to a later spot where all called functions
9430 are defined.
9431 (jka-compr-file-name-handler-entry): Doc fix.
9432 (jka-compr-compression-info-list--internal)
9433 (jka-compr-mode-alist-additions--internal)
9434 (jka-compr-load-suffixes--internal): New variables.
9435 (jka-compr-install): Set the three above variables.
9436 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9437 (jka-compr-update, jka-compr-set): New functions.
9438 (auto-compression-mode): Doc fix.
9439
9440 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9441 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9442 Use jka-compr-compression-info-list--internal,
9443 jka-compr-mode-alist-additions--internal and
9444 jka-compr-load-suffixes--internal.
9445
9446 * files.el (load-library):
9447 * loadhist.el (file-loadhist-lookup):
9448 * startup.el (command-line):
9449 * subr.el (locate-library):
9450 * emacs-lisp/autoload.el (update-directory-autoloads):
9451 * emacs-lisp/find-func.el (find-library-suffixes):
9452 Use `get-load-suffixes' instead of `load-suffixes'.
9453
9454 * subr.el (locate-library):
9455 * emacs-lisp/find-func.el (find-library-name):
9456 Use `load-file-rep-suffixes' instead of '("").
9457
9458 2006-02-26 Kim F. Storm <storm@cua.dk>
9459
9460 * ido.el (ido-save-history, ido-load-history): Simplify.
9461 Don't use find-file-noselect to avoid interference from other modes.
9462
9463 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
9464
9465 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9466 to use the default shell if filename is not available.
9467 Reported by Giorgos Keramidas.
9468
9469 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
9470
9471 * progmodes/etags.el (tags-completion-table): Do completion from
9472 all the tables in the current list, as documented in the manual.
9473
9474 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9475
9476 * CC Mode Update to 5.31.3.
9477
9478 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9479
9480 * progmodes/cc-mode.el (c-postprocess-file-styles):
9481 Bind inhibit-read-only to t, around the call to
9482 c-remove-any-local-eval-or-mode-variables, so that it works on a
9483 RO file.
9484
9485 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9486
9487 * progmodes/cc-awk.el: Correct a typo.
9488
9489 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9490
9491 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9492 c-hungry-delete-backwards, at the request of RMS. Leave the old
9493 name as an alias.
9494
9495 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9496
9497 * progmodes/cc-mode.el: Correct a typo.
9498
9499 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9500
9501 * progmodes/cc-defs.el: Update the version number to 5.31.3.
9502
9503 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9504
9505 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9506 brace-else-brace (error due to mbeg, mend being undefined).
9507
9508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9509
9510 * progmodes/cc-mode.el: File Local variables: Solve the problem
9511 where both `mode' and c-file-offsets are specified: `mode' will
9512 overwrite c-f-o's settings:
9513 (c-remove-any-local-eval-or-mode-variables): New function.
9514 (c-postprocess-file-styles): Call the above new function, within
9515 c-tentative-buffer-change, to splat `mode' and `eval' before the
9516 second hack-local-variables.
9517
9518 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9519
9520 * progmodes/cc-mode.el:
9521 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9522 (c-after-change): Protect the match data with save-match-data.
9523 It was getting corrupted by c-after-change-check-<>-operators.
9524
9525 * cc-defs.el: [Supersedes patch V1.38]:
9526 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9527 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9528
9529 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9530 with save-match-data. It was being corrupted when Font Lock was
9531 not enabled.
9532
9533 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9534
9535 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9536 Mode and Subword Mode.
9537
9538 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9539 real labels ("case 1:" or "foo:") from non-labels ("public:").
9540 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9541 coding; c-f-t-2 doesn't move over a token at EOB.
9542
9543 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9544
9545 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9546 (c-update-modeline): Concatenate the minor mode indicators
9547 directly onto mode-name, removing c-submode-indicators.
9548 Sometimes, c-s-i got separated from the mode name on the mode line.
9549
9550 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9551 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9552
9553 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9554
9555 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9556 error message when there's an evaluation error to show whether
9557 it's loaded from source or not.
9558 (c-filter-ops): Make it available at runtime too to work when
9559 `c-make-init-lang-vars-fun' needs to evaluate from source.
9560
9561 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9562
9563 * help.el (help): Revert last part of 2006-02-23 change (deletion
9564 of the `provide' call).
9565
9566 2006-02-23 Juri Linkov <juri@jurta.org>
9567
9568 * compare-w.el (compare-windows-highlight): Add new value
9569 `persistent' and change :type from `boolean' to `choice'.
9570 (compare-windows-overlays1, compare-windows-overlays2):
9571 New internal variables.
9572 (compare-windows-highlight): If compare-windows-highlight is
9573 `persistent', add current overlays to compare-windows-overlays[12]
9574 instead of adding compare-windows-dehighlight to pre-command-hook.
9575 (compare-windows-dehighlight): Delete all overlays from
9576 compare-windows-overlays[12].
9577
9578 * info.el (Info-search): Don't bind search-spaces-regexp to
9579 Info-search-whitespace-regexp in non-regexp isearch mode.
9580
9581 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9584
9585 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9586
9587 * textmodes/org.el (org-xemacs-p)
9588 (org-export-html-show-new-buffer, org-table-may-need-update)
9589 (org-insert-item, org-mhe-get-message-real-folder)
9590 (org-mhe-get-message-folder-from-index)
9591 (org-mhe-get-message-folder, org-mhe-get-message-num)
9592 (org-mhe-get-header, org-make-org-heading-search-string)
9593 (org-make-org-heading-camel, org-table-sort-lines)
9594 (org-format-org-table-html, org-format-table-table-html):
9595 Fix typos in docstrings.
9596
9597 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9598
9599 * textmodes/org.el (org-cleaned-string-for-export)
9600 (org-solidify-link-text): New function.
9601 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9602 XEmacs, just to silence the compiler.
9603 (org-export-as-ascii, org-export-as-html-and-open):
9604 Use `org-cleaned-string-for-export' and create internal links.
9605 (org-follow-mhe-link): Require mh-e, use folder.
9606
9607 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9608
9609 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9610
9611 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9612 gdb-debug-log-length.
9613 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9614 it a real ring but...
9615 (gud-gdba-marker-filter): ...make it work like mark-ring.
9616 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9617 (gdb-mouse-jump): New function. Add bindings.
9618
9619 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9622 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9623 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9624 (gdb-debug-log-length): Customize it's length.
9625 (gud-watch, gdb-var-create-handler): Display function::var format
9626 but don't use to create variable object.
9627 (gdb-var-create-handler): Use message-box in place of message.
9628 (gdb-stopped): Call gdb-exited if signalled.
9629
9630 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9631
9632 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9633
9634 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9635
9636 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9637 if `reftex-try-all-extensions' is set.
9638
9639 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9640 fail silently when there is no valid argument at point.
9641 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9642 `fail-silently' argument. From a patch by David Reiter.
9643
9644 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9645 New commands.
9646 (org-mark-ring): New variable.
9647 (org-mark-ring-length): New option.
9648 (org-open-at-point, org-goto, org-open-file): Push old position
9649 onto the mark ring.
9650 (org-add-hook): New function.
9651 (org-export-table-remove-special-lines): New option.
9652 (org-skip-comments, org-format-org-table-html): Respect new
9653 option `org-export-table-remove-special-lines'.
9654 (org-open-file): Allow special command configuration for
9655 directory link.
9656 (org-file-apps): Fix bugs in customize type, added setting
9657 for directories.
9658 (org-activate-tags, org-format-agenda-item, org-complete)
9659 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9660 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9661 (org-link-search, org-make-org-heading-search-string)
9662 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9663 (org-radio-targets, org-file-link-context-use-camel-case)
9664 (org-activate-camels): New options.
9665 (org-update-radio-target-regexp, org-all-targets)
9666 (org-make-target-link-regexp, org-activate-target-links):
9667 New functions.
9668 (org-make-org-heading-search-string): New function.
9669 (org-store-link, org-insert-link): Use new option
9670 `org-file-link-context-use-camel-case'.
9671 (org-activate-camels): Use new option `org-activate-camels'.
9672 (org-link-regexp): Add mhe prefix.
9673 (org-open-at-point, org-store-link): Support for mhe links.
9674 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9675 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9676 (org-mhe-get-header, org-follow-mhe-link): New functions.
9677 (org-remove-angle-brackets, org-add-angle-brackets):
9678 New functions.
9679 (org-bracket-link-regexp): New constant.
9680 (org-read-date): Fix bug that was rejecting all typed dates.
9681 (org-link-search): Make hierarchy above visible after a match.
9682 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9683 (org-store-link): Fix bug with link creation when cursor is in
9684 an empty line.
9685 (org-open-at-point): Fix bug with matching a link.
9686 Fixed buggy argument sequence in call to `org-view-tags'.
9687 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9688 (org-prefix-has-tag): New variable.
9689 (org-format-agenda-item): Remove tags from headline
9690 if appropriate.
9691 (org-agenda-remove-tags-when-in-prefix): New option.
9692
9693 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9694
9695 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9696 Fix the regular expressions.
9697
9698 2006-02-21 Richard M. Stallman <rms@gnu.org>
9699
9700 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9701 if there's no other specific basis.
9702
9703 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9704 as variables at all.
9705 (unsafep-variable): Rename arg; doc fix.
9706
9707 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9708
9709 * calendar/appt.el (diary-selective-display): Add defvar.
9710
9711 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9712
9713 * isearch.el (search-whitespace-regexp): Fix custom type.
9714
9715 * help.el (describe-key-briefly): Compute interactive args
9716 in same was as before previous change.
9717
9718 * files.el (enable-local-variables): Doc fix.
9719
9720 2006-02-21 Kim F. Storm <storm@cua.dk>
9721
9722 * fringe.el: Cleanup as file is now pre-loaded.
9723 (fringe-bitmaps): Initialize unconditionally.
9724 (fringe-mode, set-fringe-style): Remove autoload cookies.
9725
9726 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9727
9728 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9729 `horizontal-bar'.
9730 (fringe-cursor-alist): Use `horizontal-bar'.
9731
9732 2006-02-20 Kim F. Storm <storm@cua.dk>
9733
9734 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9735 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9736
9737 * loadup.el: Load "fringe" on window systems.
9738
9739 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9740
9741 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9742 out of scope components.
9743
9744 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9745 default.
9746
9747 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9748
9749 * custom.el (customize-mark-to-save, customize-mark-as-set):
9750 Load the symbol first.
9751
9752 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9755 strech spec so it doesn't display as "^J" on the header line
9756 when `Buffer-menu-use-header-line' is t.
9757
9758 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * speedbar.el (speedbar-make-button): Keep text properties
9761 of string arguments if desired.
9762
9763 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9764 expessions.
9765
9766 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9767 of speedbar.
9768
9769 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9770
9771 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9772 to value of `read-file-name-completion-ignore-case'.
9773
9774 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * custom.el (customize-mark-as-set): Push to `user' theme.
9777
9778 * cus-edit.el (custom-save-variables): Allow unthemed values.
9779 (customize-set-variable): Push setting to `user' theme.
9780
9781 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * progmodes/gud.el: Don't require font-lock as it's now
9784 automatically loaded.
9785 (gud-speedbar-buttons): Replace gdb-var-changed with
9786 gdb-force-update.
9787
9788 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9789 gdb-var-changed.
9790 (gdb-post-prompt): Use it.
9791 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9792 (gdb-var-update-handler, gdb-var-delete)
9793 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9794 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9795 gdb-force-update in gdb-post-prompt.
9796 (gdb-reset): Clear watch expressions from speedbar when quitting.
9797
9798 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9799
9800 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9801 (viper-change-state-to-vi, viper-change-state-to-emacs):
9802 Make aware of cursor coloring in the Emacs state.
9803 (viper-special-read-and-insert-char): Use read-char-exclusive.
9804 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9805
9806 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9807
9808 * viper-util.el (viper-save-cursor-color)
9809 (viper-get-saved-cursor-color-in-replace-mode)
9810 (viper-get-saved-cursor-color-in-insert-mode)
9811 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9812 state.
9813 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9814
9815 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9816 (ediff-ignore-case-option3, ediff-actual-diff-options)
9817 (ediff-actual-diff3-options): New variables to control case sensitivity.
9818 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9819 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9820 (ediff-toggle-ignore-case): New function.
9821 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9822
9823 * ediff-help.el (ediff-long-help-message-narrow2)
9824 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9825 (ediff-long-help-message-word-mode): Add ignore-case command.
9826 (ediff-help-for-quick-help): Add ignore-case command.
9827
9828 * ediff-merg.el: Move provide to the end.
9829
9830 * ediff-ptch.el: Move provide to the end.
9831
9832 * ediff-wind.el: Move provide to the end.
9833
9834 * ediff-mult.el: Move provide to the end.
9835 (ediff-set-meta-overlay): Enable follow-link.
9836
9837 * ediff.el: Move provide to the end.
9838 Break recursive load cycle in eval-when-compile.
9839 (ediff-patch-buffer): Better heuristics.
9840
9841 * ediff-util.el: Move provide to the end.
9842 Break recursive load cycle in eval-when-compile.
9843 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9844 defuns.
9845 (ediff-submit-report): Pass the values of ediff-diff3-program,
9846 ediff-diff3-options.
9847
9848 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9849
9850 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9851 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9852 `' (for example, in the docstring of `windmove-default-keybindings').
9853
9854 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9855
9856 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9857 shadow face. Don't provide binding to edit variable when it is
9858 out of scope.
9859
9860 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9861 (gdb-var-update-handler): Detect out of scope variables with pre
9862 GDB 6.4 too.
9863 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9864 Reset status of variable objects to nil in update handlers.
9865 (gdb-var-update-handler-1): Detect when a variable object comes
9866 in scope. setcar on var changes gdb-var-list directly.
9867
9868 2006-02-17 Juri Linkov <juri@jurta.org>
9869
9870 * ffap.el (ffap) <defface>: Add explicit face declaration.
9871 (ffap-highlight): Use face `ffap' directly instead of checking
9872 for its existence.
9873
9874 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9875 `visible-ok' of `other-buffer' to find the right original buffer.
9876
9877 * info.el (Info-search): Skip `Local Variables' node.
9878
9879 2006-02-17 Juri Linkov <juri@jurta.org>
9880
9881 * info.el (Info-find-file): Check for symbols `apropos', `history',
9882 `toc' in the input filename, and return these symbols as is.
9883 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9884 `history', `toc' instead of strings.
9885 (Info-set-mode-line): For non-string Info-current-file use the
9886 symbol's name inside **.
9887 (Info-isearch-push-state): Add quote before Info-current-file and
9888 Info-current-node.
9889 (Info-isearch-pop-state): Use `equal' instead of `string='.
9890 (Info-extract-pointer, Info-following-node-name): Use
9891 `match-string-no-properties' instead of `match-string'.
9892 (Info-up): Check `old-file' for `stringp'.
9893 (Info-history): Use `equal' instead of `string-equal'.
9894 Check `file' for `stringp'.
9895 (Info-history): Use symbol `history' instead of string as first arg
9896 of `Info-find-node'.
9897 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9898 `toc' instead of string.
9899 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9900 instead of `buffer-substring', and `match-string-no-properties'
9901 instead of `match-string'.
9902 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9903 instead of strings.
9904 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9905 Use symbol `apropos' instead of string.
9906 (Info-copy-current-node-name): Check `Info-current-file' for
9907 `stringp' and construct a command with `Info-find-node' from it.
9908 (Info-fontify-node): Use `match-string-no-properties' instead of
9909 `match-string' and check file names for `stringp'.
9910 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9911 `history', `toc' instead of strings.
9912
9913 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9914
9915 * files.el: Rearrange functions and variables in the file local
9916 variables section.
9917
9918 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9919
9920 * files.el: Add truncate-lines, ispell-check-comments and
9921 ispell-local-dictionary as safe local variables.
9922
9923 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9926 out of scope variables.
9927 (gud-speedbar-buttons): Use unless.
9928
9929 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9930 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9931 (gdb-show-changed-values): Also use for out of scope variables.
9932 (gdb-var-update-handler-1): Note if variable goes out of scope.
9933
9934 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9935
9936 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9937 default to global variable values for unsupplied args.
9938 (rcirc-get-buffer-create): Fix bug with setting the target.
9939 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9940 test for rcirc-always-use-server-buffer-flag here.
9941 (rcirc-response-formats): Add %N, which is a facified nick. %n
9942 uses the default face. Change the ACTION format string. If the
9943 "nick" is the server, don't print anything for that field.
9944 Comment fixes.
9945 (rcirc-target-buffer): Don't test
9946 rcirc-always-use-server-buffer-flag here.
9947 (rcirc-print): Squeeze extra spaces out of the text before message.
9948 (rcirc-put-nick-channel): Strip potential "@" char from nick
9949 before adding them to nick table.
9950 (rcirc-url-regexp): Improve to match address like "foo.com".
9951
9952 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9953
9954 * allout.el (allout-hidden-p): Move this defsubst before
9955 allout-overlay-interior-modification-handler, where it is first
9956 used.
9957
9958 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9959
9960 * allout.el: Use allout invisible-text overlays instead of
9961 selective display for concealed text. Also, lots of general
9962 cleanup, and improved compatibility code.
9963
9964 (allout-version) Incremented, corrected, revised, and refined
9965 module commentary.
9966
9967 (provide 'allout): Moved to the bottom, added a require of overlay.
9968
9969 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9970 `except-current'.
9971 (allout-write-file-hook-handler): Minimize delay.
9972 (count-trailing-whitespace-region): New function so
9973 auto-encryption of current topic can resituate cursor exactly.
9974 PGP/GPG encryption trims trailing whitespace from lines, which
9975 must be accounted for across encryption then decryption.
9976
9977 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9978 just plain "\C-c", to avoid intruding on user's keybinding space.
9979
9980 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9981 parameter, so user request to provide a new password is done.
9982
9983 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9984 Refined mechanism for auto-filling behavior while in allout mode.
9985
9986 (allout-mode): Explicitly specify the mode map in the docstring.
9987 Clarify provision for various write-file hook var names.
9988 Adjusted for invisible-text overlays instead of selective-display.
9989
9990 (allout-depth): Really return 0 if not within any topic. This
9991 rectifies `allout-beginning-of-level' and sequence numbering
9992 errors that occur when cutting and pasting numbered topics.
9993 Changed from a in-line subst to a regular function, as well.
9994
9995 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9996
9997 (allout-end-of-subtree, allout-end-of-subtree)
9998 (allout-end-of-entry, allout-end-of-current-heading)
9999 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10000 (allout-show-children, allout-show-to-offshoot)
10001 (allout-hide-current-entry, allout-show-current-entry): Rectified
10002 handling of trailing blank lines between items.
10003
10004 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10005 (allout-current-depth, allout-unprotected, allout-hidden-p)
10006 (allout-on-current-heading-p, allout-listify-exposed)
10007 (allout-chart-subtree, allout-goto-prefix)
10008 (allout-back-to-current-heading, allout-get-body-text)
10009 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10010 (allout-hide-region-body, allout-toggle-subtree-encryption)
10011 (allout-encrypt-string, allout-encrypted-key-info)
10012 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10013 (allout-file-vars-section-data): Adjusted for use with
10014 invisible-text overlays instead of selective-display.
10015
10016 (allout-kill-line, allout-kill-topic, allout-yank-processing):
10017 Reworked for use with invisible text overlays.
10018
10019 (allout-current-topic-collapsed-p): New function.
10020
10021 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10022 to know when to close the containing topic.
10023
10024 (allout-pre-command-business, allout-post-command-business):
10025 Simplify undo-batching and dynamic isearch exposure.
10026
10027 (allout-set-overlay-category): New for invisible-text overlays.
10028 Sets properties of allout-overlay-category, used by
10029 allout-flag-region to set invisible-text overlay properties.
10030 (allout-get-invisibility-overlay): Get the first qualifying
10031 invisibility overlay, so we can find the extent of it.
10032 (allout-back-to-visible-text): Get to just before the beginnining
10033 of the current invisibility overlay, if any.
10034
10035 (allout-overlay-insert-in-front-handler)
10036 (allout-overlay-interior-modification-handler)
10037 (allout-before-change-handler, allout-isearch-end-handler): New
10038 functions to handle extraordinary actions affecting concealed
10039 text.
10040
10041 (allout-flag-region): Use overlays instead of selective-display
10042 for invisible text - by inheritence from the properties of
10043 allout-overlay-category in mainline Emacs, and applied
10044 property-by-property in XEmacs, some recent versions of which
10045 don't inherit the properties from the category. Provisions to
10046 respond to concealed-text edits simplified drastically.
10047
10048 (allout-isearch-rectification, allout-isearch-was-font-lock)
10049 (allout-isearch-expose, allout-enwrap-isearch)
10050 (allout-isearch-abort, allout-pre-was-isearching)
10051 (allout-isearch-prior-pos, allout-isearch-did-quit)
10052 (allout-isearch-dynamic-expose)
10053 (allout-hide-current-entry-completely): Functions deleted.
10054
10055 (allout-undo-aggregation): Explicit undo aggregation no longer
10056 necessary due to transition away from selective-display.
10057
10058 (set-allout-regexp, allout-up-current-level)
10059 (allout-next-visible-heading, allout-forward-current-level)
10060 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10061 (allout-kill-line, allout-yank-processing, allout-show-children)
10062 (allout-expose-topic, allout-old-expose-topic)
10063 (allout-listify-exposed, allout-insert-latex-header)
10064 (allout-toggle-subtree-encryption, allout-encrypt-string)
10065 (remove-from-invisibility-spec, allout-hide-current-subtree):
10066 Ditched unused variables.
10067
10068 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
10069
10070 * textmodes/ispell.el (ispell-change-dictionary): Call
10071 ispell-buffer-local-dict instead of
10072 ispell-accept-buffer-local-defs.
10073 (ispell-local-dictionary-alist): Accept as valid any coding-system
10074 supported by Emacs.
10075 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10076 changed to iso-8859-3.
10077
10078 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
10079
10080 * speedbar.el (speedbar-frame-width): Make an inline function
10081 instead of a macro. Use frame-width.
10082 (speedbar-try-completion, speedbar-update-contents)
10083 (speedbar-timer-fn): Use consp.
10084 (speedbar-update-localized-contents): Try to preserve point.
10085
10086 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10087 (menu): Re-order menu items.
10088 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10089 field.
10090 (gdb-var-update-handler-1): Use it for GDB 6.4+.
10091 (gdb-post-prompt): Speed things by not forcing update.
10092
10093 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
10094
10095 * wid-edit.el (widget-button-click): For mouse-1, cancel button
10096 press and perform default action if we get a mouse movement event.
10097
10098 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * calendar/icalendar.el (icalendar--get-event-property)
10101 (icalendar--get-event-property-attributes): Fix typos in
10102 docstrings.
10103
10104 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10105 docstring.
10106
10107 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * bs.el (bs-mode): Use `buffer-disable-undo'.
10110 (bs--get-file-name): Simplify.
10111 (bs-show-in-buffer): Mark the buffer as not modified.
10112
10113 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10114
10115 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10116 widget-button-click.
10117
10118 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10119 (custom-mode): Update docstring.
10120
10121 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10122 binding.
10123
10124 * files.el (hack-local-variables-confirm): Allow scrolling if the
10125 file variable list is too long. Kill temp buffer after use.
10126
10127 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
10128
10129 * progmodes/gud.el (gdb): Improve doc string.
10130 (gdb-script-font-lock-keywords): Expand allowed character set.
10131
10132 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10133 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10134 (gdb-separate-io-interrupt, gdb-separate-io-quit)
10135 (gdb-separate-io-stop, gdb-separate-io-eof):
10136 Rename from gdb-inferior-* to gdb-separate-*.
10137 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10138
10139 2006-02-14 Jay Belanger <belanger@truman.edu>
10140
10141 * calc/calc-arith.el (math-check-known-scalarp): Make sure
10142 expression is a symbol before checking that it is bound.
10143
10144 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10145 test to see if equation can be solved.
10146
10147 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10148
10149 * wid-edit.el (widget-button-click): Use :pressed-face property
10150 for overlay face, if it exists.
10151
10152 * cus-edit.el (custom-manual, custom-add-see-also)
10153 (custom-add-parent-links, custom-group-link): Add :pressed-face
10154 property to links.
10155
10156 * files.el (hack-local-variables): Remove ignored variables before
10157 checking if any variables need setting.
10158
10159 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10160
10161 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10162
10163 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
10164
10165 * help.el (where-is): Fix message for remapped commands.
10166
10167 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10168 Fix typos in docstrings.
10169
10170 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * files.el (safe-local-variable-values): New option.
10173 (hack-local-variables-prop-line): Return a list of variable-value
10174 pairs if MODE-ONLY is non-nil.
10175 (hack-local-variables): Construct list of variable-value pairs,
10176 and apply or reject them in one go. Ask for confirmation if
10177 variables are not known safe.
10178 (hack-local-variables-confirm): Complete rewrite. Support
10179 `safe-local-variable-values'.
10180 (enable-local-variables): Update docstring to reflect new
10181 behavior.
10182 (ignored-local-variables): Ignore ignored-local-variables and
10183 safe-local-variable-values.
10184 (safe-local-variable-p): New function.
10185 (risky-local-variable-p): `safe-local-variable' property check
10186 moved to safe-local-variable-p.
10187 (hack-one-local-variable): Checks moved to hack-local-variables.
10188
10189 (byte-compile-dynamic, c-basic-offset, c-file-style)
10190 (c-indent-level, comment-column, fill-column, fill-prefix)
10191 (indent-tabs-mode, kept-new-versions, no-byte-compile)
10192 (no-update-autoloads, outline-regexp, page-delimiter)
10193 (paragraph-start, paragraph-separate, sentence-end)
10194 (sentence-end-double-space tab-width, version-control):
10195 Add `safe-local-variable' property.
10196
10197 * find-lisp.el: Delete nonexistent `autocompile' file variable.
10198
10199 * icomplete.el, play/landmark.el: Change nonexistent
10200 `outline-layout' file variable to `allout-layout'.
10201
10202 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10205 (gdb-get-changed-registers): Test value of gud-minor-mode relative
10206 to gud-comint-buffer.
10207 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10208 gdb-ui.el for gdb-mi.el.
10209 (gdb-post-prompt, gdb-get-changed-registers): Move test for
10210 registers buffer to gdb-get-changed-registers.
10211 (gdb-breakpoint-regexp): New regexp. Allow toggling and
10212 deletion of catchpoints (throw and catch).
10213 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10214 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10215 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10216 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10217 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10218
10219 2006-02-13 Jay Belanger <belanger@truman.edu>
10220
10221 * calc/calc-arith.el (math-check-known-matrixp): Make sure
10222 expression is a symbol before checking that it is bound.
10223
10224 2006-02-13 Richard M. Stallman <rms@gnu.org>
10225
10226 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10227 for the minibuffer too, but not if resize-mini-windows will interfere.
10228
10229 * help.el (describe-key-briefly, describe-key): Do all arg-reading
10230 inside `interactive' spec.
10231 (describe-key-briefly-internal, describe-key-internal):
10232 Functions merged back into their callers.
10233
10234 2006-02-13 Martin Rudalics <rudalics@gmx.at>
10235
10236 * info.el (info-xref-visited): Inherit from info-xref too.
10237 (Info-set-mode-line): Replace occurrences of `%' by `%%'
10238 when propertizing Info-current-file and Info-current-node.
10239
10240 2006-02-13 Juri Linkov <juri@jurta.org>
10241
10242 * tumme.el (tumme-thumbnail-storage): Fix docstring.
10243 (tumme-thumb-name): Fix per-directory format.
10244
10245 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10248
10249 2006-02-12 Miles Bader <miles@gnu.org>
10250
10251 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10252
10253 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
10254
10255 * tumme.el: Remove history section. If someone needs the it, it
10256 can always be found in CVS.
10257
10258 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10259
10260 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
10261 about the Thumbnail Managing Standard option.
10262
10263 2006-02-12 Richard M. Stallman <rms@gnu.org>
10264
10265 * subr.el (substitute-key-definition): Doc fix.
10266
10267 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10268
10269 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10270
10271 * info.el (Info-mode): Doc fix.
10272
10273 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10274
10275 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
10276
10277 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10278 because on Solaris a POSIX compatible "id" is needed. Reported by
10279 Magnus Henoch <mange@freemail.hu>.
10280
10281 2006-02-12 Juri Linkov <juri@jurta.org>
10282
10283 * tumme.el: Remove todo item about Thumbnail Managing Standard.
10284 (tumme) <defgroup>: Change :group to `multimedia'.
10285 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10286 Managing Standard.
10287 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10288 Fix dostring.
10289 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10290 and %y. Fix docstring.
10291 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10292 (tumme-cmd-create-standard-thumbnail-command): New user options.
10293 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10294 is `standard'. Fix docstring.
10295 (tumme-thumb-width, tumme-thumb-height): New user options.
10296 (tumme-external-viewer): Try to find various viewers.
10297 (tumme-get-thumbnail-image): Use `create-image' instead of
10298 constructing the `image' structure.
10299 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
10300 `standard'.
10301 (tumme-thumb-name): Add file name generation for standard storage.
10302 Simplify code for other storages.
10303 (tumme-thumb-name): Use width %w and height %h instead of size %s.
10304 Add modification time %m and thumbnail-nq8 %q.
10305 Use `tumme-cmd-create-standard-thumbnail-command' if
10306 tumme-thumbnail-storage is `standard'.
10307 (tumme-dired-insert-marked-thumbs): New autoload command.
10308 (tumme-dired-after-readin-hook): New function.
10309 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
10310 `tumme-thumb-size'.
10311 (tumme-display-image): Replace size-x %x and size-y %y with
10312 width %w and height %h.
10313
10314 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
10315 `tumme-dired-insert-marked-thumbs'.
10316
10317 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10318
10319 * tumme.el (tumme-write-tag): Fix small bug (file name did not
10320 include path).
10321 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
10322 matching tag.
10323
10324 2006-02-12 Miles Bader <miles@gnu.org>
10325
10326 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
10327 New variables.
10328 (rcirc-abbrev-nick): New function.
10329 (rcirc-format-response-string): Rewrite to use the formats in
10330 `rcirc-response-formats' and expand escape sequences therein.
10331 A text-property `rcirc-text' is added over the actual response
10332 text to make easy to find inside the returned string.
10333 (rcirc-print): When filling, just look for the `rcirc-text'
10334 text-property to find the appropriate fill prefix, instead of
10335 using hardwired patterns.
10336
10337 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10338
10339 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
10340 Managing Standard.
10341
10342 2006-02-11 Kim F. Storm <storm@cua.dk>
10343
10344 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
10345 Don't use insert-buffer; do insert-buffer-substring directly.
10346 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
10347
10348 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10349
10350 * files.el (revert-buffer, recover-file): Replace buffer-read-only
10351 with inhibit-read-only. Suggested by Stefan Monnier.
10352 (revert-buffer): Let insert-file-contents discard
10353 buffer-undo-list. Simplify code.
10354 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
10355
10356 2006-02-11 Eli Zaretskii <eliz@gnu.org>
10357
10358 * menu-bar.el (menu-bar-select-yank): Add a doc string.
10359
10360 * help.el (describe-key-briefly): Now a wrapper for
10361 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
10362 to t. Populate yank-menu if empty.
10363 (describe-key-briefly-internal): Renamed from describe-key-briefly.
10364 (describe-key): Now a wrapper for describe-key-internal. Bind
10365 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
10366 (describe-key-internal): Renamed from describe-key.
10367
10368 2006-02-11 Milan Zamazal <pdm@zamazal.org>
10369
10370 * progmodes/glasses.el (glasses-separator): Doc fix.
10371 (glasses-original-separator): New defcustom.
10372 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10373
10374 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10375
10376 * mwheel.el (mouse-wheel-up-event): Doc fix.
10377
10378 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10379
10380 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10381 (tumme-dir): New function. Copied from thumbs.el.
10382
10383 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
10384
10385 * desktop.el (desktop-outvar): Fix typo.
10386 (desktop-save-buffer-p): Doc fix.
10387
10388 * subr.el (substitute-key-definition): Fix typo.
10389
10390 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10391
10392 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10393 when window-system is mac.
10394
10395 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10396
10397 2006-02-10 Kim F. Storm <storm@cua.dk>
10398
10399 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10400 indirect-function instead of using condition-case.
10401
10402 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
10403
10404 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10405 less `colloquial'...
10406
10407 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
10408
10409 * tumme.el: Add a couple of todo items.
10410
10411 2006-02-09 Lars Hansen <larsh@soem.dk>
10412
10413 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10414 (highlight-changes-mode): Don't change desktop-locals-to-save.
10415
10416 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * image-mode.el (image-toggle-display): Clear image cache if using
10419 filename.
10420
10421 2006-02-09 Masatake YAMATO <jet@gyve.org>
10422
10423 * dired-x.el (dired-guess-shell-alist-default): Add .man as
10424 a `dired-man' target.
10425
10426 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10427 boundary of symbols.
10428
10429 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
10430
10431 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10432
10433 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
10434
10435 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10436 `mapcar'; return nil.
10437
10438 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
10439
10440 * mouse.el (mouse-drag-track): Don't change window if we rebind to
10441 some other event.
10442
10443 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
10444
10445 * net/rcirc.el (rcirc-startup-channels-alist):
10446 Add irc.freenode.net and #emacs as defaults.
10447 (rcirc-ignore-all-activity-flag): Remove variable.
10448 (rcirc-authinfo): New variable.
10449 (rcirc-authinfo-filename): Remove variable.
10450 (rcirc-always-use-server-buffer-flag): New flag.
10451 (rcirc): M-x rcirc will automatically connect without prompting.
10452 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10453 connection in lisp.
10454 (rcirc-process-server-response-1): Remove everything but the nick
10455 portion of the sender so it doesn't need to be done everywhere
10456 else. Update related code.
10457 (global-map): Remove global keybindings.
10458 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10459 (rcirc-send-input): Split into several functions.
10460 (rcirc-process-input-line, rcirc-process-message)
10461 (rcirc-process-command): New functions.
10462 (rcirc-target-buffer): New function to determine where to route
10463 messages.
10464 (rcirc-user-nick): Save match data.
10465 (rcirc-toggle-ignore-buffer-activity)
10466 (rcirc-update-activity-string): Remove global ignore functionality,
10467 which can be done now by toggling rcirc-track-minor-mode.
10468 (rcirc-track-minor-mode-map): New keymap.
10469 (rcirc-track-minor-mode): New minor-mode.
10470 (ignore): Make the ignore output nicer. Always print it when
10471 adding or removing nicks.
10472 (rcirc-url-regexp): Improve.
10473 (rcirc-mangle-text): Remove properties before using text in the
10474 modeline.
10475 (rcirc-authenticate): Authentication data comes from
10476 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10477 (rcirc-server-prefix): Inherit from rcirc-server.
10478
10479 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
10480
10481 * Makefile.in (compile): Append "|| true" to the end of the `find'
10482 command, like compile-always does.
10483
10484 2006-02-08 Sam Steingold <sds@gnu.org>
10485
10486 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10487 output from a dead connection.
10488
10489 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10490
10491 * dired.el (dired-mode-map): Add more bindings for tumme.
10492
10493 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * wdired.el (wdired-mode-map): Use remap.
10496 (wdired-get-filename): Massage.
10497 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10498 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10499 `keymap' property rather than `local-map'.
10500
10501 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10502
10503 * tumme.el (tumme-get-thumbnail-image): New utility function.
10504 Suggested by from Chong Yidong.
10505 (tumme-dired-with-window-configuration): Rename from
10506 `tumme-dired'. Add code to save window configuration.
10507 (tumme-restore-window-configuration): New command to restore the
10508 window configuration that `tumme-dired-with-window-configuration'
10509 saves before it changes the window configuration.
10510 (tumme-show-all-from-dir): New command to display thumbnails for
10511 all files in a directory entered by the user, like M-x thumbs.
10512 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10513 have been created.
10514 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10515 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10516 Remove obsolete test function.
10517
10518 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * vc.el (small-temporary-file-directory): Remove defvar; there's
10521 a defcustom for it in files.el.
10522
10523 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10524 Fix typo in message.
10525 (tumme-gallery-generate): Fix typo in `error' message.
10526 (tumme-display-window-height-correction)
10527 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10528 (tumme-line-up-interactive): Dox fixes.
10529 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10530 (tumme-restore-window-configuration, tumme-format-properties-string)
10531 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10532 Fix typos in docstrings.
10533
10534 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10535
10536 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10537
10538 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10539
10540 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10541 User should use hook if desired.
10542
10543 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10544 buffer if necessary.
10545 (gdb-delete-frame-or-window): New function.
10546 (gdb-breakpoints-mode-map): Bind "q" to it.
10547
10548 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * textmodes/nroff-mode.el: Clean up name space.
10551 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10552 (nroff-mode): Obey the global setting of nroff-electric-mode.
10553 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10554
10555 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10556
10557 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10558
10559 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10560
10561 2006-02-06 Lars Hansen <larsh@soem.dk>
10562
10563 * generic-x.el (etc-fstab-generic-mode): Add file system types
10564 cifs and usbdevfs. Allow special chars in file names.
10565
10566 2006-02-05 Jay Belanger <belanger@truman.edu>
10567
10568 Update copyright notices of the files in lisp/calc.
10569
10570 2006-02-05 Romain Francoise <romain@orebokech.com>
10571
10572 Update copyright notices of all files in the lisp/play directory.
10573
10574 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10575
10576 * ldefs-boot.el: Regenerate.
10577
10578 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10579
10580 2006-02-05 Kim F. Storm <storm@cua.dk>
10581
10582 * files.el (magic-mode-regexp-match-limit): New defvar.
10583 (set-auto-mode): Use it to limit magic-mode-alist matching.
10584
10585 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10586
10587 * simple.el (display-message-or-buffer): Compare the number of
10588 characters to the frame width when determining whether a 1-line
10589 message string will fit in the echo area. Count screen lines
10590 instead of buffer lines when determining whether a multi-line
10591 message will fit in the echo area/minibuffer window.
10592
10593 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10594
10595 * info.el (Info-index, Info-mode): Improve the description of the
10596 `i' command.
10597
10598 * ldefs-boot.el: Regenerate.
10599
10600 2006-02-03 Werner Lemberg <wl@gnu.org>
10601
10602 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10603 greedy to find the closing bracket in \*[...] and similar
10604 expressions. This is a first rough fix -- many additional
10605 refinements are necessary to make nroff mode really usable with groff.
10606
10607 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10608
10609 * international/mule-cmds.el (set-locale-environment):
10610 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10611 libX11.
10612
10613 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10614
10615 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10616 archive are created in archive-tmpdir.
10617
10618 2006-02-02 John Paul Wallington <jpw@pobox.com>
10619
10620 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10621 (ibuffer-fontification-alist): Use it.
10622 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10623 to "* z" and the Ibuffer Mark menu.
10624
10625 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10626
10627 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * textmodes/table.el (*table--cell-describe-mode)
10630 (*table--cell-describe-bindings): Undo last change since
10631 print-help-return-message is not obsoleted by anything at all.
10632
10633 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10634
10635 * emulation/cua-base.el (cua-mode): Doc fix.
10636
10637 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10638
10639 * dframe.el (dframe-handle-make-frame-visible)
10640 (dframe-handle-iconify-frame, dframe-get-focus)
10641 (dframe-select-attached-frame, dframe-power-click)
10642 (dframe-frame-mode): Fix typos in docstrings.
10643
10644 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10645 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10646 Fix typos in docstrings.
10647
10648 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10649 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10650 (hi-lock-archaic-interface-message-used)
10651 (hi-lock-file-patterns-range): Fix typos in docstrings.
10652
10653 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10654 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10655
10656 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10657 Fix typo in docstring.
10658
10659 * net/newsticker.el (newsticker--decode-iso8601-date)
10660 (newsticker--set-customvar, newsticker--buffer-insert-item)
10661 (newsticker--do-run-auto-mark-filter)
10662 (newsticker--parse-generic-feed): Doc fixes.
10663 (newsticker--retrieval-timer-list, newsticker-url-list)
10664 (newsticker-hide-immortal-items-in-echo-area)
10665 (newsticker-hide-obsolete-items-in-echo-area)
10666 (newsticker-new-item-face, newsticker--enclosure)
10667 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10668 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10669 (newsticker--parse-generic-feed, newsticker--cache-contains)
10670 (newsticker--stat-num-items, newsticker-download-enclosures):
10671 Fix typos in docstrings.
10672
10673 * net/rcirc.el (rcirc-debug): Doc fix.
10674 (rcirc-fill-column, rcirc-receive-message-hooks)
10675 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10676 (rcirc-mode, rcirc-generate-new-buffer-name)
10677 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10678 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10679 Fix typos in docstrings.
10680 (rcirc-print): "?\ " -> "?\s".
10681 (rcirc-cmd-join): Improve argument/docstring consistency.
10682
10683 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10684
10685 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10686 before narrow-to-region.
10687
10688 2006-02-01 Richard M. Stallman <rms@gnu.org>
10689
10690 * simple.el (move-beginning-of-line): Scan properly for invis change.
10691
10692 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10693
10694 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10695
10696 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10697 change bit only when id-format is 'integer. Reported by Matt
10698 Hodges <M.P.Hodges@rl.ac.uk>.
10699
10700 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * hilit-chg.el (highlight-changes-initial-state)
10703 (highlight-changes-global-initial-state): Doc fixes.
10704 (highlight-changes-global-modes, global-highlight-changes):
10705 Fix typos in docstrings.
10706
10707 2006-02-01 Kim F. Storm <storm@cua.dk>
10708
10709 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10710 transient-mark-mode in doc string.
10711
10712 2006-01-31 Richard M. Stallman <rms@gnu.org>
10713
10714 * replace.el (multi-occur): Doc fix.
10715 (multi-occur-in-matching-buffers): Rename from
10716 multi-occur-by-filename-regexp. Prefix arg says match
10717 buffer names instead of file names.
10718
10719 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10720
10721 * bs.el: Allow non-default values of `bs-header-lines-length'.
10722 (bs--running-in-xemacs): Remove (not needed anymore).
10723 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10724 instead of `shrink-window', thus avoiding having to compute the
10725 height of the window.
10726 (bs--up): Wrap around even when there's no header.
10727 (bs--down): Use `forward-line' instead of `next-line'.
10728
10729 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10730
10731 * image-mode.el (image-toggle-display): Use file name if possible,
10732 instead of unnecessarily allocating a (possibly huge) lisp string.
10733
10734 2006-01-30 John Paul Wallington <jpw@pobox.com>
10735
10736 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10737 because the `assert' macro signals it at runtime.
10738
10739 * emacs-lisp/cl.el (toplevel): Remove definition of
10740 `cl-assertion-failed' condition.
10741
10742 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10743
10744 * thumbs.el (thumbs-marked-list): Make buffer-local and
10745 permanent-local.
10746 (thumbs-insert-thumb): Make help-echo non-sticky.
10747 (thumbs-file-alist): Use eolp as check for (non)-image.
10748
10749 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10750
10751 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10752 (ediff-before-session-group-setup-hooks)
10753 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10754 Fix typos in docstrings.
10755
10756 * window.el (bw-dir, bw-eqdir, balance-windows)
10757 (split-window-keep-point): Fix typos in docstrings.
10758
10759 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10760 (org-quote-string, org-calendar-to-agenda-key)
10761 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10762 (org-show-following-heading, org-tags-column)
10763 (org-use-tag-inheritance, org, org-allow-space-in-links)
10764 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10765 (org-enable-table-editor, org-calc-default-modes)
10766 (org-table-allow-automatic-line-recalculation)
10767 (org-export-html-style, org-export-with-fixed-width)
10768 (org-export-with-sub-superscripts, org-special-keyword)
10769 (org-formula, org-time-grid, org-table-may-need-update)
10770 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10771 (org-goto-quit, org-get-indentation, org-end-of-item)
10772 (org-move-item-down, org-move-item-up)
10773 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10774 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10775 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10776 (org-agenda-log-mode, org-agenda-toggle-diary)
10777 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10778 (org-agenda-file-to-end, org-agenda-no-heading-message)
10779 (org-agenda-get-closed, org-format-agenda-item)
10780 (org-cmp-priority, org-cmp-category, org-cmp-time)
10781 (org-agenda-change-all-lines, org-agenda-diary-entry)
10782 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10783 (org-link-search, org-camel-to-words, org-open-file)
10784 (org-remember-handler, org-table-convert-region)
10785 (org-table-move-row-down, org-table-move-row-up)
10786 (org-table-copy-region, org-table-wrap-region)
10787 (org-table-toggle-vline-visibility)
10788 (org-table-get-vertical-vector, org-table-modify-formulas)
10789 (org-table-get-specials, org-recalc-commands)
10790 (org-table-rotate-recalc-marks, org-table-eval-formula)
10791 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10792 (org-level-color-stars-only, org-insert-heading):
10793 Fix typos in docstrings.
10794 (last-arg): Add defvar.
10795
10796 * makefile.w32-in (WINS): Add erc.
10797 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10798
10799 2006-01-29 Bill Wohler <wohler@newt.com>
10800
10801 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10802 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10803 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10804 (mh-autoloads): Don't use comments on otherwise empty lines.
10805
10806 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10807
10808 * emulation/viper.el (viper-major-mode-modifier-list): Add
10809 insert-state and vi-state entries for erc-mode.
10810 (viper-go-away, viper-set-hooks): Add and remove
10811 viper-comint-mode-hook from erc-mode-hook as appropriate.
10812
10813 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10814
10815 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10816
10817 * bs.el (bs--format-aux): Implement `middle' alignment as
10818 described in the docstring for `bs-attributes-list'.
10819 (bs--get-name): Simplify. Don't pad the buffer name.
10820
10821 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10822
10823 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10824 English aspell dictionary is installed, use the first entry of
10825 ispell-dictionary-alist-1.
10826
10827 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10828
10829 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10830 Doc fix.
10831
10832 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10835 for `process-file', in order to let it work for older Emacsen too.
10836
10837 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10838
10839 * international/latexenc.el: Add a suitable `coding:' tag.
10840 (latexenc-find-file-coding-system): Undo last change.
10841
10842 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10843
10844 * international/latexenc.el (latexenc-find-file-coding-system):
10845 Make sure latexenc-main-file is a regular file and is readable.
10846
10847 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10848
10849 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10850 Pass FILE to vc-user-login-name.
10851
10852 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10853
10854 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10855
10856 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10857 there are no more images to display.
10858 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10859 the next image.
10860
10861 2006-01-26 Richard M. Stallman <rms@gnu.org>
10862
10863 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10864
10865 * wid-edit.el (advertised-widget-backward): New alias.
10866 (widget-keymap): Use advertised-widget-backward for S-TAB.
10867
10868 * tumme.el: Correct the keywords.
10869 (tumme-dir-max-size): Use defvar.
10870 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10871
10872 * simple.el (move-beginning-of-line): Take account of fields.
10873 (clone-indirect-buffer-other-window): Take args like
10874 clone-indirect-buffer, and work like it.
10875
10876 * help-fns.el (describe-function): Don't pass `nil' as default.
10877
10878 * files.el (risky-local-variable-p): Follow var aliases.
10879
10880 * subr.el (lazy-completion-table): Doc fix.
10881
10882 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10883 global binding of `line'.
10884
10885 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10886
10887 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10888 Tramp.
10889
10890 * vc.el (vc-default-dired-state-info): Pass FILE to
10891 vc-user-login-name.
10892 (vc-default-update-changelog): Don't use vc-user-login-name, we
10893 don't need it here.
10894
10895 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10896 no longer necessary.
10897
10898 2006-01-25 Kenichi Handa <handa@m17n.org>
10899
10900 * international/mule.el (decode-char): Avoid the overhead of
10901 calling utf-lookup-subst-table-for-decode if
10902 utf-translate-cjk-mode is nil.
10903 (encode-char): Avoid the overhead of calling
10904 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10905 nil.
10906
10907 2006-01-22 Kenichi Handa <handa@m17n.org>
10908
10909 * international/mule.el (make-subsidiary-coding-system): Reset
10910 `coding-system-define-form' property of subsidiaries to nil.
10911 Avoid duplicated entry in coding-system-alist.
10912 (make-coding-system): Avoid duplicated entry in
10913 coding-system-alist.
10914 (define-coding-system-alias): Likewise.
10915
10916 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10917
10918 * completion.el: Minor fixes in introductory comment.
10919 (completion-def-wrapper): Fix alist.
10920
10921 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10922
10923 * thumbs.el (thumbs-new-image-size): New function.
10924 (thumbs-increment-image-size-element)
10925 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10926 (thumbs-decrement-image-size): Delete.
10927 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10928 temp files and use to resize.
10929 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10930 Use increment argument to enlarge/shrink. Preserve point.
10931 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10932 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10933 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10934 (thumbs-mark, thumbs-unmark): Preserve point.
10935 (thumbs-modify-image): Keep old temp files and use to modify.
10936 Cleanup old temp files at load time. Preserve point.
10937 (thumbs-view-image-mode-map): Use new command names.
10938
10939 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10942
10943 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10944 the nastiest part of the cyclic dependency.
10945 (cal-menu-update): Use dotimes and calendar-increment-month.
10946
10947 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10948 (calendar-week-start-day): Add an :initializer.
10949 (calendar-mode-map): Use suppress-keymap, and command remapping.
10950 (describe-calendar-mode): Setup xref-stack info for the back button.
10951 (calendar-star-date): Insert before delete.
10952 (calendar-set-mode-line): Add file-modified info if applicable.
10953 (calendar-increment-month): New function.
10954
10955 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10956
10957 * font-lock.el (lisp-font-lock-keywords-2):
10958 Recognize "& keywords" only at word boundaries.
10959
10960 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10961
10962 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10963 and permanent-local.
10964 (thumbs-max-image-number): New variable.
10965 (thumbs-do-thumbs-insertion): Use them.
10966 (thumbs-per-line): Change default to 4.
10967 (thumbs-marked-list): Rename from thumbs-markedL.
10968 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10969 (thumbs-rename-images): Use -list instead of L for internal variables.
10970 (thumbs-call-convert): Use call-process instead of shell-command.
10971 (thumbs-insert-thumb): Add filename as help-echo to each image.
10972 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10973 Give dir to thumbs-show-thumbs-list.
10974 (thumbs-show-thumbs-list): Set default-directory to that of images.
10975 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10976 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10977 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10978 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10979
10980 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * ses.el (ses-read-cell): Provide a default value.
10983
10984 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * term/w32-win.el (image-library-alist): Add additional names for
10987 GIF library.
10988
10989 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10990
10991 * international/latexenc.el (latexenc-find-file-coding-system):
10992 Add file-regular-p check.
10993
10994 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * simple.el (clone-buffer): Don't show the new buffer in the same
10997 window.
10998
10999 2006-01-23 Juri Linkov <juri@jurta.org>
11000
11001 * faces.el (link, link-visited): New faces based on default values
11002 of `info-xref' and `info-xref-visited'.
11003
11004 * info.el (info-xref): Inherit from `link'.
11005 (info-xref-visited): Inherit from `link-visited'.
11006
11007 * cus-edit.el (custom-buffer-create-internal): Use widget type
11008 `custom-manual' instead of `info-link' and don't set properties
11009 `button-face' and `mouse-face' explicitly.
11010 (custom-browse-group-tag, custom-browse-variable-tag)
11011 (custom-browse-face-tag): Inherit from widget class
11012 `custom-group-link' instead of `push-button'.
11013 (custom-button-unraised): Inherit from `underline' face.
11014 (custom-link): Inherit from `link' face. Fix doc and group.
11015 (custom-add-parent-links, custom-group-value-create): Don't set
11016 properties `button-face' and `mouse-face' explicitly for
11017 `custom-group-link' widget.
11018 (custom-group-link): Add properties `button-face' and `mouse-face'
11019 to widget definition.
11020 (custom-field-keymap): New variable. Put `custom-field-keymap' to
11021 editable-field's :keymap property.
11022 (custom-mode): Fix docstring: substitute keybindings for
11023 `widget-forward' and `widget-backward' from `widget-keymap',
11024 `widget-complete' from `custom-field-keymap', replace old
11025 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
11026
11027 * desktop.el (desktop-load-file): Check for `fboundp' before
11028 calling `symbol-function'.
11029
11030 * simple.el (clone-buffer, clone-indirect-buffer)
11031 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11032 `read-string'. Fix prompts.
11033
11034 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11035
11036 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
11037
11038 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11039
11040 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
11041
11042 * startup.el (inhibit-splash-screen, initial-scratch-message):
11043 Doc fixes.
11044
11045 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
11046
11047 Sync with Tramp 2.0.52.
11048
11049 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11050 net/tramp-vc.el: Add code for unloading Tramp. See comment before
11051 `tramp-unload-tramp' for checklist.
11052
11053 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11054 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
11055 (tramp-unload-file-name-handler-alist)
11056 (tramp-unload-tramp): New defuns.
11057 (tramp-advice-PC-expand-many-files): New defadvice.
11058 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11059 removed.
11060 (tramp-handle-expand-file-name): Remove double slash.
11061 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11062 It doesn't matter, because it will be converted later on.
11063 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
11064 implementation was just heuristic.
11065 (tramp-post-connection): Set uid and gid properties.
11066 (tramp-convert-file-attributes): Set file's gid change bit.
11067 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11068 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11069 in case of su(do)? methods. The home directory of the local user
11070 will be taken else.
11071 (tramp-open-connection-telnet)
11072 (tramp-open-connection-rsh, tramp-open-connection-su)
11073 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
11074 local shell prompt could hurt. Reported by Romain Francoise
11075 <romain@orebokech.com>.
11076 (tramp-let-maybe): Add `edebug-form-spec' property.
11077 (tramp-handle-expand-file-name): Bind `default-directory' locally
11078 to "/" in order to avoid problems with UNC shares or Cygwin
11079 mounts.
11080 (tramp-md5-function): Fix typo in error message.
11081
11082 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11083
11084 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11085 for byte-compiler pacification.
11086
11087 2006-01-22 Andre Spiegel <spiegel@gnu.org>
11088
11089 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11090 ID-FORMAT `string'. This allows us to get rid of
11091 `vc-user-login-name UID'.
11092
11093 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11094
11095 2006-01-22 John Paul Wallington <jpw@pobox.com>
11096
11097 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11098
11099 2006-01-21 Martin Rudalics <rudalics@gmx.at>
11100
11101 * emacs-lisp/find-func.el (find-definition-noselect)
11102 (find-variable-noselect): Search variables in C source code too.
11103 (find-function-C-source, find-function-noselect, find-function)
11104 (find-function-other-frame, find-variable-noselect, find-variable)
11105 (find-variable-other-frame, find-variable-at-point):
11106 Fix docstrings.
11107
11108 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
11109
11110 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11111
11112 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
11113
11114 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11115 Default to disabling the "Save affix" question.
11116
11117 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
11118
11119 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11120 the first arg to run-python.
11121
11122 2006-01-21 Eli Zaretskii <eliz@gnu.org>
11123
11124 * startup.el (command-line-1): Handle --no-desktop if desktop.el
11125 is not loaded.
11126
11127 2006-01-20 Jay Belanger <belanger@truman.edu>
11128
11129 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11130 limit is 0.
11131
11132 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11133 the correct variable.
11134
11135 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
11136
11137 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11138 link. Fixed buggy argument sequence in call to `org-view-tags'.
11139 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11140 (org-prefix-has-tag): New variable.
11141 (org-format-agenda-item): Remove tags from headline if
11142 appropriate.
11143 (org-agenda-remove-tags-when-in-prefix): New option.
11144 (org-get-tags-at): New function.
11145
11146 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
11147
11148 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
11149 (thumbs-find-image): Move image name and number from buffer name
11150 to mode name. Set thumbs-buffer. Preserve point so that large
11151 images remain visible.
11152 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11153 order.
11154 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
11155 mode name.
11156 (thumbs-next-image, thumbs-previous-image): Make them work.
11157
11158 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
11159
11160 * cus-edit.el (custom-buffer-create-internal): State in the text above
11161 the whole buffer buttons that they do not operate on hidden items.
11162 (custom-face-menu): Use `custom-face-save' instead of
11163 `custom-face-save-command'.
11164 (custom-face-save-command): Make it an alias for `custom-face-save'
11165 and declare it obsolete.
11166 (custom-face-save): Doc fix.
11167
11168 * dired.el (dired-no-confirm): Add quote.
11169 (dired-subdir-alist-pre-R): Add quote in
11170 `make-variable-buffer-local' form and remove unbalanced parenthesis.
11171
11172 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * textmodes/table.el (table-mode-indicator): Typo in last change.
11175
11176 2006-01-19 Richard M. Stallman <rms@gnu.org>
11177
11178 * outline.el (hide-leaves): Don't call outline-end-of-heading.
11179 Fixes bug reported in Nov 2005.
11180
11181 * isearch.el (isearch-forward): Doc fix.
11182
11183 * dired.el (dired-move-to-filename-regexp): Define as alias.
11184 (dired-no-confirm): Use defcustom.
11185 (dired-subdir-alist-pre-R): Put defvar at top level.
11186
11187 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11188
11189 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11190 Mark as risky.
11191
11192 * simple.el (set-mark-command): Doc fix.
11193 (clone-indirect-buffer-other-window):
11194 Read arg like clone-indirect-buffer.
11195 (move-beginning-of-line): Skip invisible newlines.
11196
11197 2006-01-19 Masatake YAMATO <jet@gyve.org>
11198
11199 * progmodes/cpp.el (cpp-edit-load): Make the order of
11200 listed conditions in a base C code buffer and its associate
11201 CPP Edit buffer the same.
11202
11203 2006-01-19 Kenichi Handa <handa@m17n.org>
11204
11205 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11206 (rmail-mime-feature): Likewise.
11207 (rmail-require-mime-maybe): Use display-warning to show a warning
11208 message.
11209
11210 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11211 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11212
11213 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * array.el: Move defvars out of eval-when-compile.
11216 (array-make-template): Replace undeclared global var with a local one.
11217 (array-mode): Inline initialization functions.
11218 (array-init-local-variables, array-init-max-row)
11219 (array-init-max-column, array-init-columns-per-line)
11220 (array-init-field-width, array-init-rows-numbered)
11221 (array-init-line-length, array-init-lines-per-row): Remove.
11222
11223 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
11224 (doc-mode-map): Define explicitly.
11225 (doctor-txtype): Use mapc.
11226
11227 * textmodes/table.el: Move defvars out of eval-when-compile.
11228 Remove harmful code meant to avoid byte-compiler warnings.
11229 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
11230 specification that checks table-fixed-width-mode directly.
11231 (table-recognize-region, table-recognize-cell):
11232 Use restore-buffer-modified-p.
11233 (table-fixed-width-mode): Remove code that refreshes
11234 table-fixed-mode-indicator.
11235 (*table--cell-describe-bindings, *table--cell-describe-mode):
11236 Avoid obsolete name print-help-return-message.
11237 (table--test-cell-list): Don't use replace-regexp from elisp.
11238 (table--point-entered-cell-function, table--point-left-cell-function):
11239 Don't set table-fixed-mode-indicator, use force-mode-line-update.
11240
11241 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
11242 that was after the end of file. Use buffer-file-name variable.
11243 (org-timestamp-change): Use with-current-buffer.
11244 (org-todo-list): Don't unnecessarily define a new buffer-local var.
11245 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11246 `file'.
11247
11248 * progmodes/fortran.el: Move defvars out of eval-when-compile.
11249 (fortran-break-line): Remove unused var `opoint'.
11250 (fortran-abbrev-start): Obey help-event-list.
11251
11252 2006-01-18 Jesper Harder <harder@phys.au.dk>
11253
11254 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11255
11256 2006-01-18 Masatake YAMATO <jet@gyve.org>
11257
11258 * progmodes/make-mode.el (makefile-imake-mode): New mode
11259 derived from makefile-mode.
11260 (makefile-imake-mode-syntax-table): New syntax table
11261 derived from makefile-mode-syntax-table.
11262 (makefile-mode): Write about makefile-imake-mode in doc string.
11263 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11264 (makefile-imake-font-lock-keywords): New font lock keywords.
11265
11266 * files.el (auto-mode-alist): Add Imakefile.
11267
11268 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
11269
11270 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11271 loading the file rather than when turning on flyspell-mode.
11272
11273 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
11274
11275 * cus-edit.el (customize-rogue): Minor doc fix.
11276
11277 2006-01-17 Juri Linkov <juri@jurta.org>
11278
11279 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11280 instead of the file at the mark as default if the file at the mark
11281 is the same as the file at point or if dired-dwim-target-directory
11282 is not the same as the current directory and the mark is not active.
11283
11284 * log-view.el (log-view-minor-wrap): Use the same logic to get
11285 revisions as `log-view-diff'.
11286
11287 * info.el (Info-revert-find-node): Check for Info-current-file
11288 before preserving new-history.
11289
11290 * man.el (Man-heading-regexp): Add `/'.
11291
11292 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11293 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11294
11295 2006-01-16 Juri Linkov <juri@jurta.org>
11296
11297 * faces.el (mode-line-faces): New defgroup.
11298 (mode-line-highlight): Move definition after new defgroup.
11299 (mode-line, mode-line-inactive, mode-line-highlight):
11300 Replace :group `modeline' with `mode-line-faces'.
11301 (mode-line-buffer-id): New face.
11302 (modeline-buffer-id): New face alias.
11303 (vertical-border): Remove :group `modeline'.
11304
11305 * bindings.el (propertized-buffer-identification): Use face
11306 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
11307 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
11308 (mode-line-buffer-identification-keymap): For mouse-1 replace
11309 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
11310 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
11311 mouse-3.
11312
11313 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
11314 Buffer-menu-buffer. Doc fix.
11315 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
11316 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
11317 `Buffer-menu-buffer'.
11318
11319 * info.el (Info-mode-line-node-keymap): New defvar.
11320 (Info-set-mode-line): Use `stringp' to check Info-current-file.
11321 Propertize Info-current-node with `mode-line-buffer-id' and
11322 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
11323
11324 * time.el (display-time-mail-face): Replace :group `faces' with
11325 `mode-line-faces'.
11326
11327 2006-01-16 Kenichi Handa <handa@m17n.org>
11328
11329 * international/code-pages.el: Add autoload cookies for cp125[0345678].
11330
11331 * language/european.el (cp1252): New alias for windows-1252.
11332
11333 * international/mule.el (autoload-coding-system): Prepare for EOL
11334 variants.
11335
11336 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
11337
11338 * term.el (term-raw-map): Add mapping for insert.
11339 (term-send-insert): New.
11340 (term-mode): Make variables local here instead of doing it in
11341 `term-emulate-terminal'.
11342 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
11343 Scroll reverse needs to take into account the scroll region.
11344 Saving and restoring the cursor should save the color attributes too.
11345 (term-reset-terminal): Reset the scroll region.
11346 (term-handle-ansi-escape): Cursor up and down should take into
11347 account the scroll region.
11348 (term-set-scroll-region): Rename from `term-scroll-region'.
11349 Move to 0,0 after setting the region.
11350 (term-handle-scroll): Handle scroll up.
11351 (term-down): Fix off by one error.
11352 (term-delete-lines): Do not delete outside the scroll region.
11353 (term-insert-lines): Take into account the scroll region.
11354
11355 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * textmodes/ispell.el (ispell-internal-change-dictionary)
11358 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11359 (start, end): Move declaration outside of eval-when-compile.
11360
11361 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11362 (flyspell-mode-on): Use it.
11363
11364 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11365 ispell-kill-ispell-hook.
11366
11367 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
11368
11369 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11370 (Custom-reset-saved): Do not ask for confirmation in single option
11371 buffers.
11372
11373 2006-01-13 Richard M. Stallman <rms@gnu.org>
11374
11375 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11376
11377 2006-01-13 Romain Francoise <romain@orebokech.com>
11378
11379 * add-log.el (add-change-log-entry, change-log-merge):
11380 Conditionally use `hard-newline'.
11381
11382 2006-01-13 Martin Rudalics <rudalics@gmx.at>
11383
11384 * wid-edit.el (widget-field-end): If the overlay is no longer
11385 associated with a buffer, behave as if the overlay didn't exist.
11386
11387 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11388 Make sure the links use the `custom-link' face.
11389
11390 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11393 (ld-script-mode): Don't set indent-line-function since we don't
11394 have one.
11395
11396 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
11397
11398 * textmodes/org.el (org-open-file): Use mailcap for selecting an
11399 application.
11400 (org-file-apps-defaults-gnu): Use mailcap as the default for
11401 selecting an application on a UNIX system.
11402 (org-agenda-show-tags): New command.
11403 (org-table-insert-hline): Keep cursor in current table line.
11404 (org-table-convert): Offset effect of modifying
11405 `org-table-insert-hline'.
11406 (org-format-agenda-item): New optional argument TAG.
11407 (org-compile-prefix-format): Handle %T format for the tag.
11408 (org-expand-wide-chars): New function.
11409 (org-table-insert-row, org-table-insert-hline):
11410 Use `org-expand-wide-chars'.
11411 (org-open-file): Fix bug in program launch.
11412 (org-get-time-of-day): Fix bug with times before 1am.
11413 (org-agenda-menu): Add tags commands.
11414
11415 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
11416
11417 * textmodes/ispell.el (ispell-init-process): Include the used
11418 dictionary in ispell process start message.
11419 (ispell-internal-change-dictionary): When flyspell-mode is active
11420 and dictionary is changed, make sure ispell process is restarted
11421 and flyspell word cache cleared out for the current buffer.
11422 (ispell-change-dictionary): Make sure flyspell word cache is
11423 cleared out in all buffers with active flyspell mode when
11424 dictionary is globally changed.
11425 Call ispell-internal-change-dictionary after dictionary change.
11426
11427 2006-01-13 Eli Zaretskii <eliz@gnu.org>
11428
11429 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11430
11431 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11432 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11433 years. Fix small differences wrt Makefile.in.
11434 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11435 Makefile.in does.
11436
11437 2006-01-12 Bill Wohler <wohler@newt.com>
11438
11439 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11440 mh-search.el.
11441
11442 2006-01-12 Masatake YAMATO <jet@gyve.org>
11443
11444 * progmodes/ld-script.el: Update copyright year.
11445
11446 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11447
11448 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11449 Don't add widget if setting undefined.
11450
11451 2006-01-12 John Paul Wallington <jpw@pobox.com>
11452
11453 * help-fns.el (describe-variable): Remove newlines from void
11454 variable output.
11455
11456 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11457
11458 * wdired.el (wdired-mode-map): Add help echo for
11459 wdired-abort-changes.
11460
11461 * man.el (Man-file-name-regexp): Adjust for a list of files.
11462
11463 2006-01-12 Masatake YAMATO <jet@gyve.org>
11464
11465 * progmodes/ld-script.el (auto-mode-alist): Support
11466 suffix conventions used in netbsd and eCos.
11467
11468 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11471 (custom-variable-menu, custom-face-menu, custom-group-menu)
11472 (Custom-mode-menu): Change names of menu items. (As discussed on
11473 emacs-devel.)
11474 (custom-face-menu): Add "Undo Edits" item.
11475
11476 * startup.el (init-file-user): defcustom -> defvar.
11477
11478 * tooltip.el (tooltip-mode): Doc fix.
11479
11480 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * reveal.el (reveal-post-command): window-buffer signals an error on
11483 dead windows rather than returning nil.
11484 (reveal-open-new-overlays): An overlay might die while we open others.
11485
11486 2006-01-11 Bill Wohler <wohler@newt.com>
11487
11488 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11489 phrasing in docstring.
11490
11491 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11492 can give some systems gas. Add new file mh-buffers.el.
11493
11494 2006-01-06 Masatake YAMATO <jet@gyve.org>
11495
11496 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11497 C preprocessor forward ported from GNU Emacs 21.2.
11498
11499 * progmodes/asm-mode.el (asm-font-lock-keywords):
11500 Use `cpp-font-lock-keywords'.
11501
11502 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11503
11504 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11505 of $ for "\\.ld[s]?".
11506
11507 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11510 (tcl-indent-line): Return `noindent' if inside a string.
11511
11512 * progmodes/flymake.el (flymake-split-string): Remove more than one
11513 empty string at beg/end of the result.
11514 (flymake-find-buildfile, flymake-find-possible-master-files):
11515 Use expand-file-name.
11516 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11517 since expand-file-name does it for us. Use directory-file-name.
11518 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11519 (flymake-ler-get-type, flymake-ler-get-text)
11520 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11521 (flymake-current-line-no): Remove spurious interactive spec.
11522 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11523 (flymake-check-include): Remove arg inc-path merged into inc-name.
11524 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11525 Arg regexp-list replaced by a simple regexp.
11526 (flymake-master-make-header-init, flymake-master-tex-init):
11527 Correspondingly replace regexp-list with a regexp. Fix regexp.
11528
11529 2006-01-10 Simon Josefsson <jas@extundo.com>
11530
11531 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11532 describing AUTH PLAIN fix.
11533
11534 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11535
11536 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11537 (report-emacs-bug): Don't record initial prompt text.
11538 Instead, add text properties to prompting text.
11539 (report-emacs-bug-hook): Delete prompting text.
11540
11541 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11544 `dirs'. Adjust callers.
11545
11546 2006-01-09 John Paul Wallington <jpw@gnu.org>
11547
11548 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11549
11550 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * reveal.el (reveal-open-new-overlays): New extracted fun.
11553 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11554 using them. Simplify the code.
11555 (reveal-post-command): Use them. Fix up obsolete windows in
11556 reveal-open-spots.
11557
11558 * progmodes/flymake.el: Use `require' rather than autoload for
11559 XEmacs's overlays.
11560 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11561 Delete. Use file-relative-name instead.
11562 (flymake-get-syntax-check-program-args, flymake-perl-init):
11563 Simplify the resulting code.
11564
11565 * log-view.el (log-view-file-re, log-view-message-re): Add support
11566 for DaRCS output.
11567
11568 2006-01-09 Alex Schroeder <alex@gnu.org>
11569
11570 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11571 identifiers sometimes added in square brackets at the beginning of
11572 subject lines.
11573
11574 2006-01-07 Richard M. Stallman <rms@gnu.org>
11575
11576 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11577 (Custom-reset-current, Custom-reset-saved): Change question text.
11578 (Custom-reset-standard): Likewise.
11579 (custom-variable-reset-saved): Doc fix.
11580
11581 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11582
11583 * startup.el (init-file-user): Doc fix.
11584
11585 2006-01-07 Alex Schroeder <alex@gnu.org>
11586
11587 * mail/rmail.el (rmail-current-subject): New function.
11588 (rmail-current-subject-regexp): New function.
11589 (rmail-next-same-subject): Use it.
11590
11591 * mail/rmailsum.el (rmail-summary-by-topic):
11592 Use rmail-current-subject and rmail-current-subject-regexp.
11593 (rmail-summary-next-same-subject): Ditto.
11594
11595 * net/rcirc.el (rcirc-send-input): No longer check whether the
11596 process is open, since not all commands need an open process.
11597 (rcirc-send-string): Check whether the process is open before
11598 sending anything.
11599 (rcirc-ignore-list): New option.
11600 (rcirc-ignore-list-automatic): New variable.
11601 (rcirc-print): Take rcirc-ignore-list into account.
11602 (rcirc-cmd-ignore): New command.
11603 (rcirc-ignore-update-automatic): New function.
11604 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11605 list if ignored nicks.
11606 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11607
11608 2006-01-06 David Reitter <david.reitter@gmail.com>
11609
11610 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11611 reflect the address to which the report will be sent.
11612
11613 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11614
11615 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11616 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11617
11618 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11619
11620 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11621
11622 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11623 the doc string: "functoin" => "function".
11624 * ldefs-boot.el: Likewise.
11625
11626 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11627 message text: "Duplicat" => "Duplicate".
11628
11629 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11630
11631 * files.el (basic-save-buffer-2): If backing-up failed, reset
11632 buffer-backed-up to nil.
11633
11634 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11635
11636 * progmodes/gud.el (gdb-script-skip-to-head)
11637 (gdb-script-calculate-indentation): Indent for breakpoint command
11638 lists also.
11639
11640 2006-01-05 Bill Wohler <wohler@newt.com>
11641
11642 * Makefile.in (compile-always): Add mh-autoloads dependency.
11643 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11644 provides it.
11645 (updates): Remove mh-autoloads dependency, since it probably has
11646 already run recently (via recompile).
11647
11648 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11651 argument `force' to disable the flyspell-last-buffer optimization.
11652 (flyspell-mode-on): Use it.
11653
11654 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11655 flymake-simple-cleanup.
11656 (flymake-allowed-file-name-masks): Use this new default.
11657 All the functions are now called in the right buffer rather than
11658 passing the buffer as argument.
11659 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11660 (flymake-parse-err-lines): Remove redundant buffer arg.
11661 (flymake-get-program-dir): Comment out unused function.
11662 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11663 Remove redundant buffer argument.
11664 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11665 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11666
11667 2006-01-05 Richard M. Stallman <rms@gnu.org>
11668
11669 * info.el (Info-find-node): Don't record previous node if have none.
11670 (info): Go to directory only if history is empty.
11671
11672 * simple.el (mark): Doc fix.
11673
11674 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11675
11676 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11677 already of desired type.
11678 (mac-ae-list): Coerce parameter to "list" type.
11679 (mac-dispatch-apple-event): Replace cadr part of event with a
11680 dummy position so that event-start returns it.
11681
11682 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11683
11684 * textmodes/org.el (org-end-of-subtree): New function.
11685 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11686 Use `org-end-of-subtree'.
11687 (org-agenda, org-agenda-convert-date): Protect calls to
11688 `fit-window-to-buffer'.
11689 (org-tags-view): Force matching of sublevels when doing a
11690 todo-only search. Define the correct redo command, including the
11691 arguments.
11692 (org-agenda-redo): Display message.
11693 (org-check-for-org-mode): New function.
11694 (org-agenda-type): New variable.
11695 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11696 Set `org-agenda-type'.
11697 (org-agenda-check-type): New function.
11698 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11699 (org-agenda-week-view, org-agenda-day-view)
11700 (org-agenda-next-date-line, org-agenda-previous-date-line)
11701 (org-agenda-log-mode, org-agenda-toggle-diary)
11702 (org-agenda-toggle-time-grid, org-agenda-date-later)
11703 (org-agenda-date-prompt, org-agenda-diary-entry)
11704 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11705 (org-agenda-convert-date, org-agenda-menu):
11706 Use `org-agenda-check-type'.
11707 (org-make-overlay, org-delete-overlay)
11708 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11709 New compatibility functions.
11710 (org-calendar-select-mouse): New command.
11711
11712 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11715 (Custom-reset-standard): Fix y-or-n-p messages.
11716 (custom-link): New face for links.
11717 (custom-buffer-create-internal, custom-manual): Use it.
11718 (custom-face-save): Push to theme-face before setting face spec.
11719
11720 * wid-edit.el (widget-default-mouse-face-get): New function.
11721 (widget-specify-button): Handle mouse-face like button-face.
11722
11723 * custom.el (load-theme): Clear old theme settings if reloading.
11724
11725 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11726
11727 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11728 "Erase Customization" button back to same position it occupies in
11729 the individual State menus.
11730
11731 2006-01-04 Kim F. Storm <storm@cua.dk>
11732
11733 * wid-edit.el (key-sequence): Rework widget to read key binding
11734 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11735 (widget-key-sequence-default-value): Default value for empty sequence.
11736 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11737 (widget-key-sequence-read-event): New command for C-q.
11738 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11739 (widget-key-sequence-value-to-external): New functions.
11740
11741 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11744 Use expand-file-name.
11745 (flymake-delete-temp-directory): Use expand-file-name,
11746 file-name-directory, and directory-file-name.
11747 (flymake-strrchr): Delete.
11748 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11749 to the init-f function.
11750 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11751 (flymake-init-find-buildfile-dir)
11752 (flymake-init-create-temp-source-and-master-buffer-copy)
11753 (flymake-simple-make-init-impl, flymake-simple-make-init)
11754 (flymake-master-make-init, flymake-master-make-header-init)
11755 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11756 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11757 (flymake-xml-init): Remove corresponding redundant buffer argument.
11758 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11759 the default anyway. Clean up regexps.
11760
11761 * progmodes/flymake.el (flymake-temp-source-file-name)
11762 (flymake-master-file-name, flymake-temp-master-file-name)
11763 (flymake-base-dir): New buffer-local vars.
11764 (flymake-buffer-data, flymake-get-buffer-value)
11765 (flymake-set-buffer-value): Replace those hash-tables by the new
11766 buffer-local vars. Update callers.
11767
11768 * progmodes/flymake.el (flymake-check-start-time)
11769 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11770 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11771 Move definition, so we can remove redundant earlier declaration.
11772 (flymake-replace-regexp-in-string, flymake-split-string)
11773 (flymake-get-temp-dir): Use defalias.
11774 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11775 (flymake-xemacs-window-edges): Remove unused function.
11776 (flymake-get-point-pixel-pos): Move.
11777 (flymake-pid-to-names, flymake-reg-names)
11778 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11779 Replace by a simple list flymake-processes and by process-buffer.
11780 Update callers. Other than simplify the code, it uses buffers rather
11781 than buffer-names so it doesn't get confused by uniquify.
11782 (flymake-buffer-data): The global value should just be nil.
11783
11784 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11785 Optimize the body of a defalias like any other code.
11786
11787 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11788 Make sure we've setup font-lock's vars. It may influence which
11789 function we then call.
11790 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11791 here since it's too late anyway.
11792
11793 2006-01-03 Romain Francoise <romain@orebokech.com>
11794
11795 * startup.el (fancy-splash-tail, normal-splash-screen):
11796 Update copyright year.
11797
11798 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11799
11800 * mouse.el (mouse-drag-track): Rename, from
11801 `mouse-drag-region-1'. Includes optional argument required to
11802 enable post-drag event processing (e.g. delete region keys).
11803 Can be used without this argument to track a mouse region and operate
11804 on it as soon as the drag completes.
11805 (mouse-drag-region): Use `mouse-drag-track'.
11806
11807 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11808
11809 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11810 Move to `custom-buffer' group.
11811
11812 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11813 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11814 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11815 (custom-theme-face-menu): New variables.
11816 (custom-theme-add-variable, custom-theme-variable-action)
11817 (custom-variable-reset-theme, custom-theme-delete-variable)
11818 (custom-face-reset-theme, custom-theme-face-action)
11819 (custom-theme-delete-face, custom-theme-merge-theme)
11820 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11821
11822 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11823
11824 * custom.el: Move Custom Themes commentary to start of theme code.
11825 (custom-known-themes): Rename `standard' theme to `changed'.
11826 (custom-push-theme): Caller no longer specifies what theme to use
11827 when doing `reset'---the setting is simply removed from the theme.
11828 Delete MODE from `theme-value' and `theme-settings' properties.
11829 (custom-declare-theme): Ignore &rest args since we don't use them.
11830
11831 (custom-loaded-themes): Delete variable.
11832 (custom-theme-load-themes, custom-theme-loaded-p)
11833 (custom-theme-value): Delete functions.
11834
11835 (custom-declare-theme): Signal error on invalid theme names.
11836 (provide-theme): custom-loaded-themes was deleted.
11837 (load-theme): Load the file unconditionally.
11838 (enable-theme): Call `load-theme' if theme is undefined.
11839 (custom-enabled-themes): Only update value for successful loads.
11840 (disable-theme): Complete from enabled themes when interactive.
11841 (custom-variable-theme-value): Calculate theme value directly.
11842
11843 (custom-theme-reset-variables, custom-reset-variables): Mark as
11844 XEmacs compatibility functions. We don't actually use these.
11845
11846 * cus-edit.el (custom-variable-state-set):
11847 Use custom-variable-theme-value instead of custom-theme-value.
11848 (custom-face-state-set): Rename `standard' theme to `changed'.
11849 (custom-save-variables, custom-save-faces): Delete unneeded
11850 references to custom-reset-variables.
11851 (custom-save-resets): Delete function.
11852 (custom-save-variables, custom-save-faces): MODE argument deleted.
11853 (custom-save-variables, custom-save-faces): Ignore theme values.
11854
11855 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11856 compatibility function.
11857
11858 2006-01-01 Richard M. Stallman <rms@gnu.org>
11859
11860 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11861 (Custom-reset-current, Custom-reset-saved): Likewise.
11862 (Custom-reset-standard): Show message if aborted.
11863 (custom-mode): Doc fix, describing those commands.
11864
11865 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11866 put on event-kind property.
11867
11868 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11869
11870 * custom.el (provide-theme): Ban `user' theme name.
11871 (custom-enabling-themes): New variable.
11872 (enable-theme): Don't enable user if custom-enabling-themes is t.
11873 (custom-enabled-themes): Make it a defcustom.
11874 (custom-theme-recalc-face): No-op if face is undefined.
11875
11876 * cus-edit.el (custom-button-mouse): New variable.
11877 (custom-button-mouse): New face.
11878 (custom-raised-buttons, custom-mode): Use it.
11879
11880 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11881
11882 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11883
11884 * progmodes/gud.el (gud-display-line): Support hl-line in the
11885 source buffer.
11886
11887 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11888
11889 * mouse.el (mouse-drag-window-above): Verify that the found window
11890 overlaps with the given window in the horizontal dimension.
11891
11892 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11893
11894 * Makefile.in (cvs-update): New target.
11895
11896 * makefile.w32-in (cvs-update): Ditto.
11897
11898 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11901 (custom-new-theme-mode-map): New variable.
11902
11903 2005-12-30 Richard M. Stallman <rms@gnu.org>
11904
11905 * custom.el (custom-load-themes): Function deleted.
11906
11907 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11908 (custom-save-variables): Don't delete or add custom-load-themes call.
11909
11910 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * cus-start.el: Add `visible-cursor'.
11913
11914 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11915 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11916 (flymake-process-filter): Switch to buffer before calling it instead.
11917 (flymake-post-syntax-check, flymake-highlight-err-lines)
11918 (flymake-delete-own-overlays, flymake-parse-err-lines)
11919 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11920 (flymake-count-lines, flymake-parse-residual):
11921 Remove constant buffer argument.
11922 (flymake-start-syntax-check-for-current-buffer): Remove.
11923 Update callers to use flymake-start-syntax-check instead.
11924 (flymake-display-err-menu-for-current-line):
11925 Remove unused var `mouse-pos'.
11926 (flymake-restore-formatting): Comment out unused function.
11927 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11928 argument, use current-buffer instead. Update callers.
11929
11930 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11931
11932 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11933 buffer-local because choose-completion-delete-max-match requires
11934 that we set completion-ignore-case (i.e., binding via let is not
11935 sufficient).
11936 (bibtex-complete): Always set completion-ignore-case and
11937 choose-completion-string-functions. The latter is needed because
11938 choose-completion-string-functions keeps its value if we quit the
11939 *Completions* buffer without requesting a completion.
11940
11941 2005-12-30 Andreas Schwab <schwab@suse.de>
11942
11943 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11944
11945 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11946
11947 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11948
11949 2005-12-30 Juri Linkov <juri@jurta.org>
11950
11951 * locate.el (locate-fcodes-file, locate-header-face)
11952 * progmodes/delphi.el (delphi-other-face)
11953 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11954
11955 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11956 group `paren-showing-faces'.
11957
11958 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11959 (goto-address): Fix docstring.
11960
11961 * net/webjump.el (webjump-sample-sites): Update URLs.
11962
11963 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11964
11965 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11966
11967 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * font-lock.el (font-lock-compile-keywords): Signal an error when
11970 font-lock-set-defaults hasn't been called.
11971
11972 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11973
11974 * subr.el (noreturn, 1value): Doc fixes.
11975
11976 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11977
11978 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11979 that assoc-string returns nil.
11980
11981 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11982
11983 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11984 (bibtex-entry-type-str, bibtex-empty-field-re)
11985 (bibtex-search-backward-string, bibtex-preamble-prefix)
11986 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11987 (bibtex-any-valid-entry-type): New variable.
11988 (bibtex-parse-field-name): Simplify.
11989 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11990 (bibtex-preamble-prefix): Include left delimiter.
11991 (bibtex-search-forward-field, bibtex-search-backward-field):
11992 Allow unbounded search past entry boundaries (required by bibtex-pop).
11993 (bibtex-text-in-field-bounds): Use push.
11994 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11995 (bibtex-parse-preamble, bibtex-valid-entry)
11996 (bibtex-beginning-first-field): New functions.
11997 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11998 (bibtex-map-entries): Fix docstring.
11999 (bibtex-flash-head): New arg prompt. Simplify.
12000 (bibtex-enclosing-field): Include code of bibtex-inside-field.
12001 (bibtex-insert-kill): Simplify. Always insert text past the
12002 current field or entry.
12003 (bibtex-format-entry): Use bibtex-parse-field.
12004 (bibtex-pop): Use bibtex-beginning-of-entry and
12005 bibtex-end-of-entry to initiate the search. Insert empty field if
12006 we found ourselves.
12007 (bibtex-print-help-message): New args field and comma.
12008 Handle entry keys.
12009 (bibtex-make-field): Use bibtex-beginning-of-entry.
12010 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
12011 invalid entry.
12012 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12013 Handle preambles. Simplify code for thorough test.
12014 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12015 New arg comma. Handle entry heads.
12016 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12017 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12018 New arg comma.
12019 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12020 (bibtex-fill-field): Simplify.
12021 (bibtex-fill-entry): Use bibtex-beginning-first-field and
12022 bibtex-parse-field.
12023 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12024 (bibtex-complete): Use bibtex-parse-preamble.
12025
12026 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
12027
12028 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12029 Display name of expression instead of convenience variable.
12030 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12031
12032 * progmodes/gud.el (gud-tooltip-dereference): Rename from
12033 toggle-gud-tooltip-dereference.
12034 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12035 (gud-tooltip-tips): ...here when dereferencing.
12036
12037 2005-12-28 Bill Wohler <wohler@newt.com>
12038
12039 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12040
12041 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12044 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
12045 (vc-annotate-display-autoscale): Adjust call.
12046 (vc-annotate-display-default): Adjust call. Make arg compulsory.
12047 Fix interactive spec.
12048 (vc-annotate-time-span): Remove.
12049 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12050 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12051 (vc-annotate-display-select): Use new name.
12052
12053 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12054 (vc-annotate-mode-menu): Remove left-over redundant declaration.
12055 Correct the construction of span entries. Simplify.
12056 (vc-annotate-display-select): Fix the nil case.
12057 (vc-annotate): Remove obsolete (and now broken) code.
12058 (vc-annotate-extract-revision-at-line): Remove obsolete code.
12059 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
12060
12061 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
12062
12063 * subr.el (lazy-completion-table): Correct typo in docstring.
12064
12065 * startup.el (command-line): Use `custom-reevaluate-setting' for
12066 `send-mail-function'.
12067
12068 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12069
12070 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
12071
12072 * mail/smtpmail.el (smtpmail-try-auth-methods):
12073 Send credentials together with "AUTH PLAIN" command.
12074
12075 2005-12-27 Richard M. Stallman <rms@gnu.org>
12076
12077 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12078 mouse-2, go back to previously selected window, so it's selected
12079 when mouse-2 command runs.
12080
12081 2005-12-27 Juri Linkov <juri@jurta.org>
12082
12083 * descr-text.el (describe-text-sexp): Use square brackets for
12084 button [Show] to distinguish it from the property value `show'.
12085 (describe-property-list): Use `insert-text-button' with
12086 `help-face' type instead of putting face in quotes, because button
12087 is not created automatically for a list of faces.
12088 (describe-text-properties-1): Put button-type value in quotes to
12089 distinguish from plain text "button".
12090 (describe-char): Display code point values in hex. Don't use
12091 `symbol-name' for `current-input-method' because it is a string.
12092 Use `insert-text-button' with `help-face' type instead of putting
12093 hardcoded face in quotes, because button is not created automatically.
12094
12095 2005-12-27 Richard M. Stallman <rms@gnu.org>
12096
12097 * progmodes/glasses.el (glasses-face): More specific custom type.
12098
12099 * files.el (set-visited-file-name): Doc fix.
12100
12101 * textmodes/flyspell.el (flyspell-external-point-words):
12102 Use local var buffer-scan-pos to advance scan for next misspelling.
12103 Advance it only after we find the misspelling.
12104
12105 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
12106
12107 * textmodes/flyspell.el (flyspell-external-point-words):
12108 New criteria for finding the misspelling in the buffer.
12109
12110 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
12111
12112 * help-mode.el (help-insert-string): Set help-xref-stack-item
12113 rather than call help-setup-xref.
12114
12115 * descr-text.el (describe-char): Revert previous changes for
12116 optional buffer argument.
12117
12118 2005-12-27 Juri Linkov <juri@jurta.org>
12119
12120 * help-mode.el (help-insert-string): New function. Save buffer
12121 contents in cases where it is impossible to recompute the old contents.
12122
12123 * descr-text.el (describe-char): Set help-xref-stack-item
12124 explicitly after buffer has been generated.
12125
12126 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12127
12128 * cus-start.el (all): Add x-gtk-show-hidden-files.
12129
12130 2005-12-26 Richard M. Stallman <rms@gnu.org>
12131
12132 * replace.el (perform-replace): Calculate match-again
12133 before skipping read-only matches.
12134
12135 * paren.el (paren-showing-faces): New group.
12136 (show-paren-match, show-paren-mismatch): Move to that group.
12137
12138 * button.el (button): Put into group `basic-faces'.
12139
12140 * progmodes/make-mode.el: Remove faces from group `faces'.
12141
12142 * apropos.el (apropos, apropos-value): Doc fix.
12143 (apropos-documentation): Doc fix.
12144
12145 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
12146
12147 * subr.el (lazy-completion-table): Remove argument `args'.
12148
12149 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12150 Don't use the `args' argument of lazy-completion-table.
12151
12152 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
12153
12154 * descr-text.el (describe-char): Add optional argument for buffer.
12155 Set buffer appropriately. Call help-setup-xref.
12156 Suggested by Stefan Monnier.
12157
12158 2005-12-26 Juri Linkov <juri@jurta.org>
12159
12160 * descr-text.el: Require `help-fns' at runtime. Don't require
12161 `button' for byte compilation.
12162 (describe-text-widget): Add `help-echo' for first button.
12163 Use `help-info' for second.
12164 (describe-property-list): Use `help-argument-name' instead of `italic'.
12165 (describe-text-category): Add prompt to interactive spec.
12166 Call `help-setup-xref'.
12167 (describe-char): Use `help-character-set'. Add `help-echo' for
12168 code point. Use `help-input-method'. Remove superfluous insert.
12169
12170 2005-12-25 Richard M. Stallman <rms@gnu.org>
12171
12172 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12173 at point, in case of narrowing.
12174
12175 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12176
12177 * locate.el (locate-header-face): Allow nil in type.
12178
12179 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12180
12181 2005-12-25 Romain Francoise <romain@orebokech.com>
12182
12183 * battery.el (battery-linux-proc-acpi): Also try
12184 `/proc/acpi/thermal_zone/THM0/temperature'.
12185
12186 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
12187
12188 * custom.el (custom-push-theme): Fix docstring.
12189
12190 * cus-edit.el (custom-variable-set, custom-variable-save)
12191 (custom-variable-save): Custom-quote widget values.
12192 (customize-save-variable): Fix custom-push-theme call.
12193
12194 2005-12-24 Eli Zaretskii <eliz@gnu.org>
12195
12196 * w32-fns.el (w32-batch-update-autoloads): New function.
12197
12198 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12199 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12200 from the command line.
12201
12202 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
12203
12204 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
12205 reset means to remove setting from theme entirely. Don't keep
12206 expanding theme-settings list; delete old entries if necessary.
12207
12208 * cus-edit.el (custom-buffer-create-internal): Move "Erase
12209 customization" button one line up.
12210 (custom-themed): New face.
12211 (custom-magic-alist): New value, THEMED, for theme settings.
12212 (custom-variable-state-set, custom-face-state-set):
12213 Check theme-value instead of saved-value.
12214 (custom-variable-reset-standard, custom-face-reset-standard):
12215 Remove theme setting entirely. Recalculate new values.
12216 (custom-variable-set, custom-variable-set)
12217 (custom-variable-reset-saved, custom-variable-reset-backup)
12218 (custom-face-set, custom-face-reset-saved): Update `user' theme.
12219 (custom-variable-save): Fix typos.
12220
12221 2005-12-23 Juri Linkov <juri@jurta.org>
12222
12223 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12224 Add autoload cookies.
12225 (edebug-outside-d-c-i-n-s-w): New variable.
12226 (edebug-display, edebug-outside-excursion): Use it to save the
12227 original value of default-cursor-in-non-selected-windows.
12228 Set default-cursor-in-non-selected-windows to t while Edebug
12229 is active.
12230 (edebug-mode, edebug-eval-mode): Doc fix.
12231
12232 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12233 with `buffer-substring-no-properties' to remove common substring
12234 highlighting.
12235
12236 * info.el (info-other-window, info): Rename function argument
12237 `file' to `file-or-node'.
12238 (Info-complete-menu-item): Use local variable `complete-nodes' to
12239 keep the global value of `Info-complete-nodes' unchanged for
12240 subsequent completions.
12241 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12242
12243 * simple.el (get-next-valid-buffer, last-buffer)
12244 (next-error-buffer-p, next-error-find-buffer)
12245 (minibuffer-history-sexp-flag): Doc fix.
12246
12247 * savehist.el (savehist-mode-hook): Add `:group'.
12248
12249 * log-view.el: Call autoload for vc-find-version.
12250 (log-view-current-file): Adjust subgroup numbers.
12251 (log-view-current-tag): Add `length'.
12252
12253 2005-12-23 Richard M. Stallman <rms@gnu.org>
12254
12255 * vc.el (vc-annotate-car-last-cons): Defn moved up.
12256
12257 2005-12-23 Juri Linkov <juri@jurta.org>
12258
12259 * hi-lock.el (hi-lock-archaic-interface-message-used)
12260 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12261 (hi-lock-mode): Display "Hi" in the mode line only when
12262 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12263 (hi-lock-write-interactive-patterns):
12264 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12265 (hi-lock-set-pattern, hi-lock-set-file-patterns)
12266 (hi-lock-font-lock-hook): Set 3rd arg `how' of
12267 font-lock-add-keywords to t.
12268
12269 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
12270
12271 * hi-lock.el (hi-lock-highlight-range): New variable.
12272 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12273 only if font-lock-fontified is non-nil. Remove overlays.
12274 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12275 font-lock-fontified is non-nil, otherwise use overlays (instead of
12276 text properties).
12277 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12278 New variables.
12279 (hi-lock-string-serialize) New function.
12280
12281 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12282
12283 * menu-bar.el (menu-find-file-existing): New function.
12284 (menu-bar-file-menu): Use menu-find-file-existing for Open.
12285
12286 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12287
12288 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * vc.el: Remove unnecessary leading * in docstrings.
12291 (vc-annotate-mode-map): Move initialization into declaration.
12292 (vc-static-header-alist): Nitpick on the regexp.
12293 (vc-default-init-version): New fun.
12294 (vc-register): Use it.
12295 (vc-insert-headers): Use dolist.
12296 (vc-annotate-get-backend): Remove unused function.
12297 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
12298 (vc-annotate-mode): Remove corresponding call.
12299 (vc-annotate-car-last-cons): Simplify.
12300 (vc-annotate-buffers): Remove var.
12301 (vc-annotate-backend): Make it buffer-local.
12302 (vc-annotate): Move the interaction to the interactive spec.
12303 Add a `buf' argument.
12304 (vc-annotate-warp-version): Use this new `buf' argument to avoid
12305 killing&creating a vc-annotate buffer, which is very disruptive when
12306 the buffers are shown in dedicated frames.
12307
12308 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
12309
12310 * descr-text.el: Add FSF as maintainer.
12311 (describe-text-mode, describe-text-mode-map)
12312 (describe-text-mode-hook, describe-text-done): Delete. Use normal
12313 help-mode.
12314 (describe-text-widget, describe-text-sexp)
12315 (describe-property-list, describe-text-category)
12316 (describe-text-properties, describe-text-properties-1)
12317 (describe-char): Use help buttons instead of widgets.
12318 (describe-char-unicodedata-file): Make URL link in doc string.
12319
12320 2005-12-22 Richard M. Stallman <rms@gnu.org>
12321
12322 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
12323 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
12324 Don't include buttons that write a file when there's no file.
12325 (custom-variable-menu, custom-face-menu, custom-group-menu):
12326 Don't include commands that write a file when there's no file.
12327 (customize-browse): Reword the top-of-buffer help intro.
12328 (custom-buffer-create-internal): Fix previous change.
12329 (customize-changed-options-previous-release): Prev release is 21.1.
12330 (customize-changed-options): Doc fix.
12331 (customize-changed): New alias.
12332 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
12333 Say "standard values".
12334 (Custom-reset-standard): Doc fix.
12335 (custom-face-reset-standard): Doc fix.
12336
12337 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
12340 even if font-lock-mode is non-nil since it may be t without having
12341 turned on font-lock-mode-internal.
12342 (font-lock-choose-keywords): Minor optimization.
12343 (font-lock-add-keywords, font-lock-remove-keywords)
12344 (font-lock-set-defaults): Don't call make-local-variable on a variable
12345 that we know to already be local.
12346
12347 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12348
12349 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
12350 messages if in the minibuffer.
12351
12352 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
12355 (tex-mode-flyspell-verify, flyspell-get-word)
12356 (flyspell-external-point-words): Don't use point-min/max uselessly.
12357
12358 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12359 by Kevin Rodgers. Instead, just hide the completions buffer if we
12360 don't need to show it.
12361
12362 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
12363
12364 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12365
12366 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12369 delete-windows-on with an inexistent buffer.
12370
12371 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
12372
12373 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12374 Delete defcustom variable :tag names.
12375
12376 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12379 (log-view-font-lock-keywords): Ajust subgroup numbers.
12380 (log-view-current-tag): Don't hard code the number of subgroups.
12381
12382 2005-12-20 Juri Linkov <juri@jurta.org>
12383
12384 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12385 (tooltip-x-offset, tooltip-y-offset): Doc fix.
12386
12387 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12388 (menu-bar-non-minibuffer-window-p): Instead of checking
12389 display-multi-frame-p, use selected-frame when menu-updating-frame
12390 is nil.
12391
12392 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
12393
12394 * align.el (align-rules-list): Use [ \t] instead of \s-
12395 for column separators in text mode.
12396
12397 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
12398
12399 * help-mode.el (help-customize-variable, help-customize-face):
12400 Don't pop help-xref-stack as help-follow no longer pushes
12401 anything on to it.
12402
12403 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
12404
12405 * textmodes/org.el (org-agenda-custom-commands): New option.
12406 (org-agenda): Offer custom commands on splash screen.
12407 (org-make-tags-matcher): Parser for Boolean logic added.
12408 (org-agenda-set-tags): New command.
12409 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12410 (org-set-tags): Efficiency improvements.
12411 (org-auto-align-tags): New option.
12412 (org-todo, org-demote, org-promote): Realign tags.
12413 (org-tags-completion-function): Use also "&" and "|" as separators.
12414 (org-org-menu): Agenda commands simplified.
12415
12416 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
12417
12418 * cus-edit.el (customize-apropos, customize-apropos-options):
12419 Docstring changes.
12420
12421 * font-lock.el (font-lock): Add tags to the links in the defgroup.
12422
12423 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * longlines.el (longlines-mode): Wrap while widened.
12426 (longlines-decode-region, longlines-encode-region): Compute max
12427 just once.
12428
12429 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12430
12431 * cus-edit.el (mac): New group.
12432
12433 * cus-start.el (all): Add user options in macterm.c. Add test for
12434 Mac-related built-ins. Fix test for GTK-related built-ins.
12435
12436 * term/mac-win.el (mac-handle-language-change)
12437 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12438 (mac-services-open-selection, mac-services-mail-selection)
12439 (mac-services-mail-to, mac-services-insert-text)
12440 (mac-dispatch-apple-event): Add docstrings.
12441 (x-get-selection, mac-select-convert-to-string): Select coding
12442 system from `utf-16be' and `utf-16le' using `byteorder'.
12443
12444 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12447 a "list" (lambda ...) rather than a real completion list.
12448
12449 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12450 lexical-let when encountering ((lambda (...) ...) ...).
12451
12452 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * progmodes/sh-script.el (sh-mode):
12455 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12456 * textmodes/picture.el (picture-mode): Update docstrings.
12457
12458 2005-12-17 Eli Zaretskii <eliz@gnu.org>
12459
12460 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12461 commands enclosed in $(ARGQUOTE)s should not be split between two
12462 lines, as that will break with GNU Make >3.80, when sh.exe is used
12463 and arg quoting is with '..'.
12464 (autoloads): Don't break the quoted --eval expression between
12465 several lines.
12466
12467 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12468
12469 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12470 Capture error from printing circular structures.
12471
12472 2005-12-17 Martin Rudalics <rudalics@gmx.at>
12473
12474 * wid-edit.el (widget-checkbox-action): Clear undo info.
12475
12476 2005-12-16 Bill Wohler <wohler@newt.com>
12477
12478 * menu-bar.el (kill-this-buffer): Set a good example by using menu
12479 bar, not menubar in comment.
12480
12481 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12484 After-change-functions should not clobber the match data.
12485
12486 2005-12-16 Juri Linkov <juri@jurta.org>
12487
12488 * simple.el (choose-completion): Use `buffer-substring-no-properties'
12489 instead of `buffer-substring'.
12490 (completion-common-substring): Doc fix.
12491 (completion-setup-function): Use minibuffer-completion-contents
12492 instead of minibuffer-contents. Don't set common-string-length
12493 initially. Remove special handling of partial-completion-mode.
12494 Move computation of completion-base-size into one cond.
12495 Call completion-base-size-function in mainbuf. In computation of
12496 completion-base-size for file name completion don't move point to
12497 the end of the minibuffer. Move computation of common-string-length
12498 into one cond. Start putting faces only when common-string-length>=0.
12499 Add condition to put completions-common-part when
12500 common-string-length>0.
12501
12502 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12503 place point at the first different character in the minibuffer
12504 even if this position is at the beginning of the minibuffer.
12505
12506 * info.el (Info-read-node-name-1): In completion-base-size-function's
12507 lambda return 1 if common-substring or minibuffer-completion-contents
12508 starts with (, and 0 otherwise.
12509
12510 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12511 Use `crm-current-element' for second arg of `display-completion-list'.
12512
12513 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12514
12515 * files.el (set-auto-mode): Look for an interpreter specified on
12516 the first line also if search for mode specification succeeded,
12517 but the mode is not known.
12518
12519 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12520
12521 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12522 (org-open-at-point): Implement tag searches as links.
12523 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12524 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12525 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12526 (org-agenda-dispatch): New commands.
12527 (org-use-tag-inheritance, org-tags-column): New options.
12528 (org-tab-follows-link, org-return-follows-link): New options.
12529 (org-tags): New customize group.
12530 (org-start-icalendar-file): Get local time zone.
12531 (org-tags-completion-function): New function.
12532 (org-set-font-lock-defaults): Make sure links will also be
12533 highlighted inside headlines.
12534
12535 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12536
12537 * term.el (term-emulate-terminal):
12538 Let term-handle-ansi-terminal-messages override what Bash says about
12539 its current directory.
12540
12541 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12542
12543 * bindings.el (last-buffer): Move to simple.el.
12544 * simple.el (last-buffer): Move here.
12545 (get-next-valid-buffer): New function.
12546 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12547 (prev-buffer): Ditto. Rename to `previous-buffer'.
12548
12549 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12550 * bindings.el (global-map): Ditto.
12551
12552 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * cus-edit.el: Introductory comment change.
12555 (custom-magic-alist): Change message string for the `rogue' state.
12556
12557 2005-12-15 Richard M. Stallman <rms@gnu.org>
12558
12559 * tooltip.el: Delete defcustom variable :tag names.
12560
12561 * complete.el (partial-completion-mode): Doc fix.
12562
12563 * textmodes/flyspell.el (flyspell-external-point-words):
12564 Use save-excursion to ensure we don't move backward in the
12565 search loop, not even one character.
12566 (flyspell-delete-all-overlays): Use remove-overlays directly.
12567
12568 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12569 (ispell-start-process): Set that variable.
12570 Clear ispell-buffer-local-name.
12571 (ispell-internal-change-dictionary):
12572 Set ispell-current-dictionary after killing process.
12573 (ispell-buffer-local-dict):
12574 Don't set spell-personal-dictionary after killing process.
12575 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12576 (ispell-tex-skip-alists, ispell-html-skip-alists)
12577 (ispell-skip-region-alist): Mark as risky.
12578
12579 * net/newsticker.el (newsticker--retrieval-timer-list)
12580 (newsticker--display-timer, newsticker-running-p)
12581 (newsticker-ticker-running-p): Definitions moved up.
12582
12583 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12584
12585 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12586
12587 2005-12-15 David Ponce <david@dponce.com>
12588
12589 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12590 (recentf-edit-list, recentf-open-files): Signal an error when
12591 there is no recent file.
12592
12593 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12594
12595 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12596 read-only except for texinfo-format-region evaluation.
12597
12598 2005-12-14 Richard M. Stallman <rms@gnu.org>
12599
12600 * vc.el (vc-default-previous-version, vc-default-next-version)
12601 (vc-do-command): Doc fixes.
12602
12603 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12604
12605 * textmodes/bibtex.el (bibtex-expand-strings)
12606 (bibtex-autokey-expand-string, bibtex-name-part)
12607 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12608 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12609 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12610 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12611 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12612 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12613 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12614 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12615 (bibtex-beginning-of-last-entry): Remove.
12616 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12617 message if comma is missing but buffer is read-only.
12618 (bibtex-parse-field-text): Handle whitespaces at the end of field
12619 text. Return 3-element list with beginning and end of field text
12620 and end of field.
12621 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12622 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12623 (bibtex-search-forward-field, bibtex-search-backward-field):
12624 Search always delimited by limits of entry. Use more efficient
12625 search algorithms.
12626 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12627 bibtex-end-of-name-in-field.
12628 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12629 extracting the content of a field.
12630 (bibtex-text-in-field): Use search limits.
12631 (bibtex-parse-string-prefix): Handle empty string keys based on
12632 bibtex-string-empty-key.
12633 (bibtex-parse-string): Fix docstring.
12634 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12635 (bibtex-preamble-prefix, bibtex-strings): New functions.
12636 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12637 BibTeX entries (consistent with other BibTeX functions).
12638 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12639 (bibtex-search-entry): Fix docstring. Simplify.
12640 (bibtex-flash-head, bibtex-complete-string-cleanup)
12641 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12642 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12643 (bibtex-parse-entry): New optional arg content.
12644 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12645 Use bibtex-text-in-field-bounds.
12646 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12647 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12648 bibtex-parse-string-postfix.
12649 (bibtex-find-text-internal): New function.
12650 (bibtex-remove-delimiters): Use it.
12651 (bibtex-find-text): Use it. New optional arg help.
12652 (bibtex-complete): Handle BibTeX string and preamble entries.
12653 (bibtex-Preamble): Fix order of closing delimiters.
12654
12655 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * vc.el (vc-default-revert): New fun.
12658
12659 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12660
12661 2005-12-14 Romain Francoise <romain@orebokech.com>
12662
12663 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12664 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12665 (font-lock-remove-keywords): Likewise.
12666
12667 2005-12-14 Juri Linkov <juri@jurta.org>
12668
12669 * log-view.el (log-view-diff): Doc fix.
12670
12671 * isearch.el (isearch-query-replace): Use (mark) instead of
12672 isearch-opoint if mark is active in transient-mark-mode.
12673
12674 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12675
12676 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12677
12678 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12679
12680 * progmodes/cpp.el (cpp-face): New widget.
12681 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12682
12683 2005-12-14 Juri Linkov <juri@jurta.org>
12684
12685 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12686 around `erase-buffer' and `insert'.
12687
12688 * descr-text.el (describe-text-properties): Replace buffer name
12689 "*Help-2*" with "*Help*<2>".
12690 (describe-char): Add functions print-help-return-message,
12691 toggle-read-only. Use help-setup-xref with nil to not store
12692 describe-char in help-xref-stack. Use help-make-xrefs to
12693 make [back] button.
12694
12695 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12696
12697 * wdired.el (wdired-old-point): New internal variable.
12698 (wdired-change-to-wdired-mode): Set it buffer-locally.
12699 (wdired-abort-changes): Restore point after aborting changes.
12700
12701 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * vc.el (vc-do-command): Add a new value t for okstatus.
12704
12705 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12706 frame in case of errors.
12707
12708 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12709
12710 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12711 so it comes after "On the Left" in the menu.
12712
12713 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12714
12715 * cus-edit.el (customize-apropos, customize-apropos-options)
12716 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12717
12718 2005-12-12 Bill Wohler <wohler@newt.com>
12719
12720 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12721 non-writable Subversion-controlled files by saving window
12722 configuration before calling vc-do-command. vc-do-command calls
12723 pop-to-buffer on error which is unexpected during registration.
12724
12725 2005-12-12 Jay Belanger <belanger@truman.edu>
12726
12727 * calc/README: Update the summary of changes.
12728
12729 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * descr-text.el (describe-char): Rework last fix to solve the problem
12732 is the same way it's solved for everything else in that function
12733 (i.e. by extracting the info before setting up the *Help* buffer).
12734
12735 2005-12-12 Kim F. Storm <storm@cua.dk>
12736
12737 * subr.el (version-regexp-alist): Allow space as separator before
12738 non-numeric part, e.g. "1.0 alpha".
12739 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12740
12741 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12742
12743 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12744 Implement Logging and the keep-modes setting.
12745 (org-get-category): Make sure a string is returned.
12746 (org-log-done): New function.
12747 (org-log-done, org-closed-string): New options.
12748
12749 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12750
12751 * tooltip.el (tooltip-y-offset): Change default to 20.
12752
12753 2005-12-12 Richard M. Stallman <rms@gnu.org>
12754
12755 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12756
12757 * frame.el (display-hourglass): Doc fix.
12758
12759 * help.el (help-for-help-internal): Simplify entry for `a'.
12760
12761 * info.el (Info-on-current-buffer): Doc fix.
12762 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12763
12764 * startup.el (inhibit-splash-screen): Make this the real name.
12765 (inhibit-startup-message): Make this the alias.
12766 (command-line): Find only simple.el, and use its directory
12767 to fill in other preloaded files' names.
12768 (command-line): Deactivate the mark if deactivate-mark is set.
12769
12770 * international/mule.el (load-with-code-conversion):
12771 Bind deactivate-mark.
12772
12773 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12774
12775 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12776
12777 * cus-edit.el (customize-apropos): Avoid listing an option more
12778 than once under different aliases. No longer list user options
12779 that are not defined with defcustom (unless a prefix arg is given).
12780 Doc fix.
12781 (customize-apropos-options): Doc fix.
12782
12783 2005-12-11 Juri Linkov <juri@jurta.org>
12784
12785 * frame.el (set-background-color, set-foreground-color)
12786 (set-cursor-color, set-mouse-color, set-border-color):
12787 Add explicit prompts to read colors by `facemenu-read-color'.
12788 (show-trailing-whitespace, blink-cursor-delay)
12789 (blink-cursor-interval, display-hourglass, hourglass-delay):
12790 Remove tags.
12791 (display-hourglass, hourglass-delay): Doc fix.
12792 (cursor-in-non-selected-windows): Capitalize words in tag.
12793
12794 * faces.el (frame-background-mode): Replace `choice-item' keywords
12795 with `const' to not make [default] button. Change default value tag
12796 from `default' to `automatic'. Doc fix.
12797 (trailing-whitespace) <defface>: Change group `whitespace' to
12798 `whitespace-faces'.
12799
12800 2005-12-11 Richard M. Stallman <rms@gnu.org>
12801
12802 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12803
12804 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12805
12806 * term/mac-win.el: Create keymap for mac-apple-event-map.
12807
12808 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12809
12810 * tooltip.el (tooltip-mode): Move to start of file so that it
12811 appears at top of customize buffer.
12812
12813 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12814 Add the gud groupname.
12815 (gud-tooltip-mode): Add the tooltip groupname.
12816 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12817 avoid conflict with tooltip-use-echo-area.
12818
12819 2005-12-10 Romain Francoise <romain@orebokech.com>
12820
12821 * help.el (help-for-help-internal): Add `r' in doc string.
12822
12823 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12824
12825 * align.el (align-regexp, align-highlight-rule):
12826 Use region-beginning and region-end instead of point and mark, so that
12827 repetition (with `repeat-complex-command') recomputes the region
12828 bounds.
12829
12830 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12831
12832 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12833 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12834 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12835 (balance-windows): Rewrite using the above new functions.
12836
12837 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12838
12839 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12840 react if global-hi-lock-mode seems intended.
12841 (global-hi-lock-mode) Renamed from hi-lock-mode.
12842 (hi-lock-archaic-interface-message-used)
12843 (hi-lock-archaic-interface-deduce): New variables.
12844 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12845 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12846 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12847 Replace hi-lock-buffer-mode with hi-lock-mode.
12848
12849 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12850
12851 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12852 completion list, even after a partial completion has been
12853 inserted in the current buffer. If there are more than 1
12854 completion, redisplay the *Completions* buffer; if the
12855 completion is unique, delete the *Completions* window.
12856
12857 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12858
12859 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12860 strings and long subject lines that were broken into multiple
12861 lines at arbitrary places. Handle subjects that have "Re: " in
12862 the middle.
12863
12864 2005-12-10 John W. Eaton <jwe@octave.org>
12865
12866 * emacs/octave-mod.el (octave-electric-space): Don't indent
12867 comments or strings if octave-auto-indent is nil.
12868
12869 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12870
12871 * term/mac-win.el: Require url when compiling.
12872 Call mac-process-deferred-apple-events after loading init files.
12873 (mac-apple-event-map): New defvar. Define event handlers in it.
12874 (core-event, internet-event): New Apple event class symbols.
12875 (open-application, reopen-application, open-documents)
12876 (print-documents, open-contents, quit-application)
12877 (application-died, show-preferences, autosave-now, get-url):
12878 New Apple event ID symbols.
12879 (about): New HICommand ID symbol.
12880 (mac-event-spec, mac-event-ae): New macros.
12881 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12882 (mac-ae-selection-range, mac-ae-text-for-search)
12883 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12884 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12885 and Services menu events are now defined in mac-apple-event-map.
12886 (mac-drag-n-drop): Remove selection range handling.
12887
12888 2005-12-10 Kenichi Handa <handa@m17n.org>
12889
12890 * simple.el (zap-to-char):
12891 * isearch.el (isearch-process-search-char): Translate CHAR by
12892 translation-table-for-input.
12893
12894 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * foldout.el (foldout-exit-fold): Properly hide subtree.
12897
12898 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12899
12900 * files.el (save-buffer):
12901 * international/ucs-tables.el (ucs-set-table-for-input):
12902 * mail/mail-extr.el (mail-extract-address-components):
12903 * mail/sendmail.el (mail-mode): Reformat doc string.
12904
12905 2005-12-09 Juri Linkov <juri@jurta.org>
12906
12907 * isearch.el (isearch-highlight): Change main overlay priority
12908 from 1 to 1001. Simplify.
12909 (isearch-lazy-highlight-update): Change lazy overlay priority
12910 from 0 to 1000.
12911
12912 * replace.el (replace-highlight): Change overlay priority from
12913 1 to 1001.
12914
12915 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12916 Change overlay priority from 1 to 1001. Reuse existing overlay.
12917
12918 * compare-w.el (compare-windows-highlight): Change overlay
12919 priority from 1 to 1000.
12920
12921 * menu-bar.el (menu-bar-edit-menu): Add listp around
12922 pending-undo-list to disable menu item "undo" when pending
12923 undo list is empty.
12924
12925 * locate.el (locate): Disable undo in *Locate* buffer.
12926
12927 2005-12-09 Kim F. Storm <storm@cua.dk>
12928
12929 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12930
12931 2005-12-09 David Ponce <david@dponce.com>
12932
12933 * recentf.el: Improvement of the menu code.
12934 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12935 instead of menu hook.
12936 (recentf-show-menu, recentf-hide-menu): New functions.
12937 (recentf-menu-customization-changed, recentf-mode): Use them.
12938 (recentf-menu-action, recentf-max-menu-items)
12939 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12940 (recentf-arrange-by-rule-others)
12941 (recentf-arrange-by-rules-min-items)
12942 (recentf-arrange-by-rule-subfilter) : Don't use
12943 `recentf-menu-customization-changed'.
12944 (recentf-arrange-rules): Likewise. Accept functions to compute
12945 sub-menu titles.
12946 (recentf-menu-filter): Likewise. Doc fix.
12947 (recentf-menu-value-shortcut): Doc fix.
12948 (recentf-dump-variable): Quote atom value.
12949 (recentf-make-menu-items): Update to use it as a menu filter.
12950 (recentf-match-rule): New function.
12951 (recentf-arrange-by-rule): Use it.
12952 (recentf-indirect-mode-rule): New function.
12953 (recentf-build-mode-rules): Use it.
12954 (recentf-dir-rule): New function.
12955 (recentf-arrange-by-dir): Use it.
12956 (recentf-filter-changer-current): Rename from
12957 `recentf-filter-changer-state'. All references updated.
12958 (recentf-filter-changer-alist): Update filter names.
12959 (recentf-filter-changer-select): New function.
12960 (recentf-filter-changer): Use it. Make a sub-menu from filters
12961 available in `recentf-filter-changer-alist'.
12962 (recentf-data-cache, recentf-clear-data)
12963 (recentf-update-menu): Remove. All references updated.
12964 (recentf-match-rule-p, recentf-build-dir-rules)
12965 (recentf-filter-changer-goto-next)
12966 (recentf-filter-changer-get-current)
12967 (recentf-filter-changer-get-next): Remove.
12968
12969 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12970
12971 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12972 buffer "Reset" button to "Reset to Current" for consistency with
12973 the State buttons.
12974
12975 2005-12-08 John Paul Wallington <jpw@pobox.com>
12976
12977 * ibuf-ext.el (define-ibuffer-filter filename):
12978 If `dired-directory' is a list then really use its car.
12979
12980 2005-12-08 Kim F. Storm <storm@cua.dk>
12981
12982 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12983 Fix indention of text on right side of replaced rectangle.
12984
12985 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12986
12987 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12988 No need to check gud-comint-buffer is bound.
12989 (gdb): Prevent multiple debugging when first session uses gdba.
12990
12991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12992
12993 CC Mode update to 5.31.
12994
12995 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12996 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12997 We might do this function properly in the future).
12998
12999 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13000 New macros c-sentence-end and c-default-value-sentence end, to cope
13001 with Emacs 22's new function `sentence-end'.
13002
13003 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13004
13005 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13006 compat issue using `c-put-overlay' and `c-delete-overlay'.
13007
13008 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13009 New compat macros to handle overlays/extents.
13010
13011 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13012
13013 * progmodes/cc-fix.el: Add definitions of the macros push and pop
13014 (for GNU Emacs 20.4)
13015
13016 * progmodes/cc-defs.el:
13017 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13018
13019 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13020 highlighting mechanism so it will work in XEmacs too.
13021
13022 * progmodes/cc-defs.el: Insert c-int-to-char.
13023
13024 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13025 call to the new macro c-int-to-char. This solves XEmacs's
13026 regarding characters as different from integers.
13027
13028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13029
13030 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13031 New internal helper.
13032
13033 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13034 construct to make the indirect face lookup work in XEmacs.
13035
13036 (c-cpp-matchers): Append the negation char face to the existing
13037 fontification, so that the cpp face doesn't disappear.
13038 Use `c-make-syntactic-matcher' to avoid negation chars in comments
13039 and strings.
13040
13041 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13042 to map to `font-lock-negation-char-face' in emacsen where it exists.
13043
13044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13045
13046 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13047
13048 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13049 Rename "c-subword-move-mode" as "c-subword-mode".
13050
13051 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13052 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
13053
13054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13055
13056 * progmodes/cc-mode.el: Added autoload directive for
13057 `c-subword-move-mode' for use in older emacsen.
13058
13059 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13060
13061 * progmodes/cc-mode.el:
13062 (i) Insert a binding for C-c C-backspace into
13063 c-bind-special-erase-keys which works in TTYs.
13064 (ii) Make sure that when file styles are used, any explicitly
13065 given style variables take priority over those in the style.
13066 Do this by calling `hack-local-variables' a second time.
13067
13068 * progmodes/cc-vars.el: Add language specific customization
13069 widgets for AWK to c-doc-comment-style, c-require-final-newline
13070 and c-default-style. Add a defcustom for awk-mode-hook.
13071 Give c-syntactic-element and c-syntactic-context doc-strings by
13072 directly setting their `variable-documentation' propery.
13073 This allows Emacs 22.1 to read these with C-h v.
13074
13075 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13076
13077 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13078
13079 * progmodes/cc-fonts.el, cc-vars.el
13080 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13081 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13082 Masatake YAMATO.
13083
13084 (c-doc-comment-style): Made GtkDoc default in C mode.
13085
13086 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13087 and C-c C-<delete>.
13088
13089 (c-bind-special-erase-keys): New function for use on
13090 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13091
13092 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13093 <delete> key behavior in XEmacs according to `delete-forward-p'.
13094 C.f. `c-electric-delete'.
13095
13096 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13097
13098 * progmodes/cc-mode.el: Give c-hungry-backspace and
13099 c-hungry-delete-forward permanent key bindings.
13100
13101 * progmodes/cc-cmds.el (c-electric-semi&comma):
13102 Bind c-syntactic-context for calls to "criteria functions", for
13103 consistency with other calls to user functions.
13104
13105 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13106 `current-prefix-arg', since this might be the prefix arg to a
13107 command which calls c-indent-command as a function. Change the
13108 interactive spec from "p" to "P".
13109
13110 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13111 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13112 was difficult to understand.
13113
13114 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13115
13116 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13117 first char of an identifier.
13118
13119 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13120 +" syntax in C++.
13121
13122 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13123
13124 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13125 auto-fill doesn't split a c-comment's last word from a hanging
13126 "*/" when a space is typed between them after fill-column.
13127
13128 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13129
13130 * progmodes/cc-styles.el (c-set-style)
13131 (c-setup-paragraph-variables): Abort the command if we're not in a
13132 CC Mode buffer.
13133
13134 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13135 with blank comment-prefix, and a blank line as the comment's
13136 second line.
13137
13138 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13139
13140 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13141 Incorporate the patterns added in the Emacs development branch
13142 for the new Emacs 22 face `font-lock-negation-char-face'.
13143
13144 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13145 of "red" since it stands out better in xterms and DOS terminals.
13146
13147 * progmodes/cc-engine.el (c-literal-faces):
13148 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13149
13150 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13151
13152 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13153 forcibly enable c-electric-flag.
13154
13155 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13156 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13157 after the comment-prefix of a C-style comment will close that comment.
13158
13159 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13160
13161 * progmodes/cc-fonts.el (c-basic-matchers-before)
13162 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13163 in Pike.
13164
13165 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13166 digraphs.
13167
13168 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13169 (c-cpp-message-directives, c-cpp-include-directives)
13170 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13171 (c-cpp-expr-directives): Introduce new language constants to
13172 control cpp syntax in a cleaner way.
13173
13174 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13175
13176 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13177
13178 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13179 (c-multiline-string-start-char): New language constants and
13180 variables to specify how newlines in string literals work.
13181
13182 (c-font-lock-invalid-string): Use them.
13183
13184 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13185 unbalanced close brace is entered. Optimization by avoiding going
13186 back over arbitrarily large blocks. Removed hints that this
13187 function only would be relevant/useful in AWK.
13188
13189 (c-electric-brace): Indent syntactically after the cleanups since
13190 lineup functions might do it differently then.
13191
13192 * progmodes/cc-engine.el, cc-langs.el
13193 (c-opt-op-identifier-prefix): New language constant and variable.
13194
13195 (c-just-after-func-arglist-p, c-after-special-operator-id)
13196 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13197
13198 * progmodes/cc-align.el, cc-engine.el
13199 (c-after-special-operator-id): New helper to handle C++ operator
13200 identifiers.
13201
13202 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13203 (c-guess-basic-syntax): Handle C++ operator identifiers in
13204 declarations.
13205
13206 * progmodes/cc-langs.el (c-assignment-operators): Add the
13207 trigraph version of ^= too.
13208
13209 * progmodes/cc-langs.el (c-assignment-operators): Add the
13210 trigraph version of |= in C++.
13211
13212 * progmodes/cc-fonts.el (c-font-lock-declarators):
13213 Handle `c-decl-hangon-kwds' after the identifier name.
13214
13215 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13216 whether an arglist is "nonempty", ignore a comment after the open
13217 paren if it isn't followed by a non-comment token on the same line.
13218
13219 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13220 Enable heuristics below the point to cope with classes inside special
13221 brace lists in Pike.
13222
13223 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13224
13225 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13226
13227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13228
13229 * progmodes/cc-guess.el (cc-guess-install): New function to
13230 install an already guessed style in another buffer.
13231
13232 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13233 sets `inhibit-read-only' - `c-save-buffer-state' should be used
13234 anyway if the change always is undone.
13235
13236 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13237
13238 Implement togglable electricity:
13239
13240 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13241 saying when it should be used.
13242
13243 * progmodes/cc-engine.el: Add the new buffer-local variable,
13244 c-electric-flag.
13245
13246 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13247 c-toggle-auto-newline.
13248
13249 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13250 c-toggle-auto-newline. Remove the binding for
13251 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
13252 c-toggle-electric-state.
13253
13254 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13255
13256 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13257 c-\(forward\|backward\)-subword.
13258 (c-update-modeline): Add the new modeline flag `l' for
13259 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
13260 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13261 Make the old name an alias of the new name.
13262 (c-toggle-electric-state): New function.
13263 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13264 Adapt these functions to do electric things only when
13265 c-electric-flag is non-nil.
13266 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13267 new functions from c-electric-brace.
13268 (c-point-syntax): Add a check for "virtual semicolons" in AWK
13269 mode, so that the tentative extra newline doesn't change the
13270 syntax of the following brace.
13271 (c-electric-brace): Restructure by extracting the above functions.
13272 Tidy up the coding somewhat.
13273 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13274 restructure a bit.
13275
13276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13277
13278 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13279 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
13280
13281 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13282 (c-submode-indicators): Change name from `c-auto-hungry-string'
13283 since it's now used to track another submode.
13284
13285 (c-update-modeline): Convert to function and extended to check
13286 `c-subword-move-mode'.
13287
13288 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13289 Convert to compat aliases for `c-forward-subword' and
13290 `c-backward-subword'.
13291
13292 * progmodes/cc-subword.el: New functions and minor mode to handle
13293 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13294
13295 (c-forward-subword, c-backward-subword, c-mark-subword)
13296 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13297 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13298 Functions corresponding to the standard word handling functions.
13299
13300 (c-subword-move-mode): Minor mode that replaces all the standard
13301 word handling functions with their subword equivalences.
13302
13303 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13304
13305 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
13306 entry for one-liner-defun.
13307
13308 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
13309 name in its def-edebug-spec.
13310
13311 * progmodes/cc-cmds.el (c-electric-brace): Make the
13312 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
13313 compacts space before a comment, if this will make things fit on
13314 one line.
13315
13316 Introduce an "awk" style, mainly for auto-newline and clean-ups.
13317
13318 * progmodes/cc-align.el: New function c-snug-1line-defun-close
13319
13320 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
13321 clean-up one-liner-defun.
13322
13323 * progmodes/cc-styles.el: Add the new "awk" style.
13324
13325 * progmodes/cc-vars.el: Add description of one-liner-defun to
13326 c-cleanup-list's doc-string. New user options,
13327 c-max-one-liner-length. In c-default-style, set the default style
13328 for AWK to "awk".
13329
13330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13331
13332 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
13333 macros inside labels.
13334
13335 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
13336 `c-at-statement-start-p' and `c-at-expression-start-p'.
13337
13338 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
13339 error if the mark isn't set.
13340
13341 * progmodes/cc-engine.el (c-guess-continued-construct)
13342 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
13343 accurately detect functions inside functions.
13344
13345 * progmodes/cc-engine.el (c-at-expression-start-p): New function
13346 like `c-at-statement-start-p' that additionally recognizes commas
13347 and expression parentheses as delimiters.
13348
13349 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
13350 to avoid heuristics that doesn't work for unclosed blocks.
13351 (c-at-statement-start-p): New function.
13352
13353 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
13354 Objective-C directives, e.g. directives spanning lines should work
13355 reasonably well now.
13356
13357 (c-put-c-type-property, c-clear-c-type-property): New helpers.
13358
13359 (c-forward-objc-directive): New function to move over any ObjC
13360 directive.
13361
13362 (c-just-after-func-arglist-p, c-guess-basic-syntax)
13363 (c-basic-matchers-before): Use it.
13364
13365 (c-font-lock-objc-iip-decl): Remove.
13366
13367 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13368 in the template arglist recognition.
13369
13370 * progmodes/cc-styles.el (c-style-alist): Fix several
13371 inconsistencies in the Whitesmith style.
13372
13373 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13374 New lineup function to get lines after Whitesmith style blocks
13375 correctly indented.
13376
13377 (c-lineup-whitesmith-in-block): Back out the compensation for
13378 opening parens since it's done using `add' lists in the style
13379 definition instead. Don't use the anchor position since it varies
13380 too much between the syntactic symbols. :P
13381
13382 * progmodes/cc-vars.el (c-valid-offset): Update.
13383
13384 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13385 lists where the offsets are combined according to several
13386 different methods: `first', `min', `max', and `add'.
13387 Report offset evaluation errors with `c-benign-error' so that some kind
13388 of reindentation still is done.
13389
13390 * progmodes/cc-engine.el (c-guess-basic-syntax):
13391 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13392 `arglist-close'.
13393
13394 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13395 situations for `arglist-cont-nonempty' and `arglist-close'.
13396
13397 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13398
13399 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13400 cc-bytecomp-boundp' in a number of places.
13401
13402 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13403 macro related issue.
13404
13405 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13406
13407 * progmodes/cc-awk.el: Change the terminology of regexps: A char
13408 list is now [asdf], a char class [:alpha:].
13409 Include code for char classes.
13410 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
13411 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13412
13413 Remove (nearly all of) the cruft associated with AWK Mode's former
13414 concept of "virtual semicolons":
13415
13416 Adapt c-beginning-of-statement, c-end-of-statement (together with
13417 subfunctions) to use the new notion of "virtual semicolon" in
13418 place of the old awkward special handling for AWK. There remains
13419 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13420 * progmodes/cc-cmds.el:
13421 (c-ascertain-adjacent-literal): In the backwards direction, now
13422 recognises AWK regexp delimiters as string delimiters.
13423 (c-after-statement-terminator-p): Adapt for virtual semicolons;
13424 check more rigorously for "end of macro".
13425 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13426 virtual semicolons;
13427 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13428 out the code for forward movement into ...
13429 (c-end-of-statement): Now contains the code for forward movement,
13430 adapted for virtual semicolons.
13431
13432 * progmodes/cc-engine.el:
13433 (c-ws*-string-limit-regexp): New regexp.
13434 (c-forward-single-comment, c-backward-single-comment): Comment out
13435 the (now redundant) "special" AWK stuff.
13436
13437 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13438 c-string-par-start, c-string-par-separate to be more like Text
13439 Mode than Fundamental Mode.
13440
13441 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13442
13443 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13444 to the fontified region so that fontification doesn't occur
13445 outside it (could happen e.g. when fontifying a line with an
13446 unfinished declaration).
13447
13448 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13449
13450 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13451 start of the file. ^L now separate sections of the file.
13452 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13453 (c-awk-one-line-possibly-open-string-re)
13454 (c-awk-regexp-one-line-possibly-open-char-class-re)
13455 (c-awk-one-line-possibly-open-regexp-re)
13456 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13457 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13458
13459 Amend the concept of "virtual semicolons" (in the indentation
13460 engine) for languages like AWK, such that they are now
13461 conceptually attached to end of the last token of a statement, not
13462 the end of the line. (In AWK Mode, however, the pertinent text
13463 property is still physically set on the EOL.) Remove the specific
13464 tests for awk-mode, thus facilitating the introduction of other
13465 language modes where EOLs can end statements.
13466 (Note: The funtionality in cc-cmds.el, specifically
13467 c-beginning/end-of-statement has yet to be amended.)
13468
13469 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13470 New macros.
13471
13472 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13473 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
13474 c-vsemi-status-unknown-p-fn (in a new page).
13475
13476 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13477 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13478 numerous awkward forms like
13479 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13480 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
13481 variable before-ws-ip, the place just after char-before-ip appears.
13482
13483 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13484 a comment.
13485
13486 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13487
13488 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13489 `c-tentative-buffer-changes'.
13490
13491 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13492 convert to macro to choose between Emacs and XEmacs at compile time.
13493
13494 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13495
13496 (c-tentative-buffer-changes): New macro to handle temporary buffer
13497 changes in a convenient way.
13498
13499 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13500 for `c-tentative-buffer-changes'.
13501
13502 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13503 the checks for paren sexps between the point and the keyword, to
13504 avoid some false alarms.
13505
13506 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13507 Fixed a situation where an error could be thrown for unbalanced
13508 parens. Changed to make use of c-keyword-member' to avoid some
13509 repeated regexp matches.
13510
13511 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13512 These language variable are no longer necessary.
13513
13514 (c-block-stmt-kwds): New language constant used by
13515 c-looking-at-inexpr-block'.
13516
13517 (c-guess-basic-syntax): Remove an optional check that looked at
13518 the existence of the now removed language variables.
13519
13520 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13521 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13522 object instantiation expressions as declarations in some contexts.
13523 This bug only affected languages where the declarator can't be
13524 enclosed in parentheses.
13525
13526 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13527 insert newlines before and after substatement braces.
13528
13529 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13530 function declaration headers and the handling of C++ style member
13531 init lists.
13532
13533 (c-just-after-func-arglist-p): Rewritten to use
13534 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13535
13536 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13537
13538 (c-guess-basic-syntax): Adapt case 5B for the new
13539 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13540 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13541 covers all cases now).
13542
13543 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13544
13545 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13546
13547 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13548 c-string-par-start/separate c-sentence-end-with-esc-eol,
13549 initialised in c-setup-paragraph-variables, used in string
13550 scanning subroutines of c-beginning-of-statement.
13551
13552 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13553 which precedes the newly inserted `{'.
13554
13555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13556
13557 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13558 function for declaration level blocks. It should now cope with
13559 templates better and also be a lot more comprehensible.
13560
13561 (c-looking-at-decl-block): The new function.
13562
13563 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13564 for compatibility.
13565
13566 (c-add-class-syntax, c-guess-continued-construct)
13567 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13568
13569 (c-decl-block-key): Change to tell apart ambiguous and
13570 unambiguous keywords. Pike specials are now handled directly in
13571 the code instead.
13572
13573 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13574 New language constants and variables to make the backward skip in
13575 `c-looking-at-decl-block' as tight as possible.
13576
13577 (c-nonsymbol-token-char-list): New language constant.
13578
13579 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13580 find balanced template arglists backwards.
13581
13582 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13583 making char classes for `c-syntactic-skip-backward'.
13584
13585 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13586 16D - can't be a class-close at that point.
13587
13588 * progmodes/cc-engine.el (c-guess-basic-syntax)
13589 (c-add-class-syntax): Don't narrow out the enclosing declaration
13590 level. This makes everything a lot easier, and it was actually
13591 only four small places that needed it to work. Some places that
13592 previously did `widen' are removed now, which has the effect that
13593 `c-guess-basic-syntax' never will look at things outside the
13594 current narrowment now. The anchor position for `topmost-intro'
13595 is affected by this, but it was so bogus it was basically useless
13596 before, and now it's equally bogus but in a slightly different way.
13597
13598 (c-narrow-out-enclosing-class): Gone.
13599
13600 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13601 the narrowed region.
13602
13603 (c-least-enclosing-brace): Remove silly optional argument.
13604
13605 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13606 the point could be left directly after an open paren when finding
13607 the beginning of the first decl in the block.
13608
13609 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13610 Specify which submatch to use.
13611
13612 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13613
13614 (c-decl-start-re): No longer any need for special treatment of
13615 ObjC due to the above.
13616
13617 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13618 presumably follows C in that regard.
13619
13620 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13621 New language constants to specify operator tokens inside
13622 identifiers in a more high level way.
13623
13624 (c-opt-identifier-prefix-key): New internal language constant.
13625
13626 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13627 (c-identifier-start, c-identifier-key): Now completely calculated
13628 from other constants.
13629
13630 (c-identifier-last-sym-match): Decommission since it's no longer used.
13631
13632 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13633
13634 * progmodes/cc-engine.el (c-forward-name): Remove the
13635 optimization when c-identifier-key is equal to c-symbol-key since
13636 it doesn't work in byte compiled files. Don't record empty
13637 regions as identifiers.
13638
13639 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13640 simplify access to `c-operators' and its likes.
13641
13642 (c-operator-list, c-all-op-syntax-tokens)
13643 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13644 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13645 (c-primary-expr-regexp, c-cast-parens): Use it.
13646
13647 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13648 an explicit language in functions.
13649
13650 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13651 variant of adornment.
13652
13653 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13654 variable.
13655
13656 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13657 the Pike value.
13658
13659 * progmodes/cc-engine.el (c-on-identifier)
13660 (c-simple-skip-symbol-backward): Small fix for handling "-"
13661 correctly in `skip-chars-backward'. Affected the operator lfun
13662 syntax in Pike.
13663
13664 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13665 diagnostic message about precompiled language vars not being used.
13666
13667 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13668 "__attribute__" is followed by a parenthesis.
13669
13670 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13671 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13672 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13673
13674 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13675 Internal cleanups to properly detect the declared identifiers in
13676 various declarations.
13677
13678 (c-decl-start-kwds): New language constant to recognize
13679 declarations that can start anywhere. Used for class declarations
13680 in Pike.
13681
13682 (c-specifier-key, c-not-decl-init-keywords)
13683 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13684 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13685
13686 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13687 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13688 handling of the compiler specific extension keywords into a new
13689 language constant `c-decl-hangon-kwds' that defines keyword
13690 clauses to be ignored in declarations.
13691
13692 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13693 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13694 Necessary to stop at the declared identifier in e.g. IDL valuetype
13695 declarations.
13696
13697 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13698 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13699 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13700 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13701 class and enum declarations as such and not as part of the type.
13702
13703 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13704 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13705
13706 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13707 declarations when there's some syntax error later on.
13708
13709 (c-complex-decl-matchers): Did away with a reference to
13710 `c-specifier-key'.
13711
13712 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13713 value - this variable is always dynamically bound.
13714
13715 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13716 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13717 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13718 functions that might do hidden buffer changes: All such internal
13719 functions are now marked instead of those that don't.
13720
13721 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13722 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13723 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13724 (c-literal-type): Allow these functions to make hidden buffer changes,
13725 so that they are free to use text property caching later on.
13726
13727 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13728 (c-electric-brace, c-electric-slash, c-electric-star)
13729 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13730 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13731 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13732 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13733 with the changed semantics of the functions above.
13734
13735 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13736 when macros occur in obscure places. Optimized the sexp movement
13737 a bit.
13738
13739 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13740
13741 Enhancements for c-beginning-of-statement to work in AWK Mode:
13742
13743 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13744 (completed statement) with `}' (statement completed by closing
13745 brace or semicolon) and `$' (statement completed by EOL).
13746
13747 (c-awk-virtual-semicolon-ends-prev-line-p)
13748 (c-awk-virtual-semicolon-ends-line-p)
13749 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13750 (c-awk-at-statement-end-p): New functions.
13751
13752 * progmodes/cc-cmds.el: Simplify the structure of functions
13753 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13754 two functions and c-beginning-of-statement to handle AWK Mode.
13755
13756 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13757 c-backward-single-comment for AWK mode. Attempt to clarify their
13758 doc-strings.
13759
13760 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13761
13762 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13763
13764 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13765 label handling. Labels are now recognized in a uniform and more
13766 robust way, regardless of context. Text properties are put on all
13767 labels to recognize the following declarations better.
13768 Multiword labels are handled both in indentation and fontification for
13769 the benefit of language extensions like Qt. For consistency, keywords
13770 in labels are now fontified with the label face instead.
13771 That also applies to "case" and "default".
13772
13773 (c-beginning-of-statement-1): Fix some bugs in the label
13774 handling. Disregard `c-nonlabel-token-key' in labels that begin
13775 with `c-label-kwds'.
13776
13777 (c-find-decl-spots): Support that the callback adds more
13778 `c-decl-end' spots to find.
13779
13780 (c-forward-decl-or-cast-1): Don't treat a list of plain
13781 identifiers followed by a colon as a declaration.
13782
13783 (c-forward-label): New function to recognize labels.
13784
13785 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13786 `c-forward-label'. Moved the label recognition cases (14 and 15)
13787 earlier since they aren't so context sensitive now. Handle labels
13788 on the top level gracefully. Moved access label recognition to
13789 the generic label case (CASE 15) - removed CASE 5E.
13790
13791 (c-font-lock-declarations): Add recognition of labels in the
13792 same round since we need to handle labels in parallell with other
13793 declarations to recognize both accurately. It should also improve
13794 speed.
13795
13796 (c-simple-decl-matchers, c-basic-matchers-after):
13797 Move `c-font-lock-labels' so that it only is used on decoration level 2
13798 since `c-font-lock-declarations' handles it otherwise.
13799
13800 (c-complex-decl-matchers): Remove the simplistic recognition of
13801 access labels.
13802
13803 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13804 with labels earlier.
13805
13806 (c-decl-start-re): New language variable to make
13807 `c-font-lock-declarations' stop for the special protection labels
13808 in Objective-C that start with `@'.
13809
13810 (c-label-key): Remove since it's no longer used.
13811
13812 (c-recognize-colon-labels, c-label-prefix-re): New language
13813 constants to support recognition of generic colon-terminated labels.
13814
13815 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13816 are colon terminated labels.
13817
13818 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13819 first argument starts with a special brace list.
13820
13821 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13822 (c-font-lock-declarations): Break out the declaration and cast
13823 recognition from `c-font-lock-declarations' to a new function, so
13824 that it can be used in the indentation engine.
13825
13826 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13827 up to the start of the literal. Fixed bug with the point on the
13828 wrong side of the search limit that could happen when the start
13829 position is inside a literal.
13830
13831 * progmodes/cc-engine.el (c-parse-state)
13832 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13833 so that it's kept a little bit back to increase the hit rate.
13834
13835 (c-parse-state): Change the macro handling and fixed some
13836 glitches. Macro context is checked more often than necessary now,
13837 but otoh less garbage conses are generated.
13838
13839 * progmodes/cc-engine.el (c-parse-state)
13840 (c-invalidate-state-cache): Cache the last position where
13841 `c-state-cache' applies. This can speed up refontification quite
13842 a bit in blocks where there are many non-brace parens before the point.
13843
13844 (c-state-cache-end): New variable for this.
13845
13846 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13847 cache variable.
13848
13849 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13850 get close initial continue positions when the start position is
13851 inside a literal or macro. Do not call the callback for spots
13852 before the start position (which can happen e.g. for `c-decl-end'
13853 spots inside comments). Optimize better in special cases when the
13854 region is a single line inside a literal or macro (typically when
13855 the current line is refontified).
13856
13857 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13858 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13859 entries from the paren state.
13860
13861 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13862 special case for "else if" clauses.
13863
13864 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13865 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13866
13867 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13868 New language variable to recognize the gcc extension with statement
13869 blocks inside expressions.
13870
13871 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13872 it somewhat more comprehensible. The argument AT-BLOCK-START is
13873 no longer used and hence removed.
13874
13875 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13876 to `c-add-stmt-syntax'.
13877
13878 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13879 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13880 This fixes bogus label recognition.
13881
13882 * progmodes/cc-engine.el (c-add-type, c-check-type)
13883 (c-forward-name, c-forward-type): Improve storage of template
13884 types in `c-found-types' so that they can be recognized better.
13885
13886 (c-syntactic-content): Add option to skip past nested parens.
13887
13888 * progmodes/cc-engine.el (c-forward-name):
13889 Set `c-last-identifier-range' all the time. It's less work that way.
13890 Handle that there might not be an identifier to store in
13891 `c-last-identifier-range'.
13892
13893 (c-forward-type): Handle that `c-last-identifier-range' might be
13894 nil from `c-forward-name'.
13895
13896 * progmodes/cc-defs.el (c-safe-scan-lists)
13897 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13898
13899 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13900 to work even if the form fails.
13901
13902 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13903 down in a large file in one go.
13904
13905 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13906
13907 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13908 function which is like `c-lineup-math' but returns nil instead of
13909 `c-basic-offset' when it doesn't match.
13910
13911 (c-lineup-math): Change to use `c-lineup-assignments'.
13912
13913 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13914
13915 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13916 c-beginning-of-statement. New subfunctions
13917 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13918
13919 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13920
13921 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13922 hardcoded char classes whereever possible. Changed a couple of
13923 places to use skip by syntax instead of skip by char class.
13924
13925 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13926 Fix a bug in the regexp that caused extreme backtracking.
13927
13928 * progmodes/cc-langs.el (c-block-comment-starter)
13929 (c-block-comment-ender): New language constants to specify in a
13930 single place how block comments look.
13931
13932 (c-comment-start-regexp, c-block-comment-start-regexp)
13933 (comment-start, comment-end, comment-start-skip)
13934 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13935 (c-syntactic-ws, c-nonempty-syntactic-ws)
13936 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13937 `c-line-comment-starter', `c-block-comment-starter' and
13938 `c-block-comment-ender'.
13939
13940 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13941 New language constants to break up things a bit.
13942
13943 (c-simple-ws): New language constant for simple whitespace.
13944
13945 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13946
13947 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13948 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13949 newlines. Allow and ignore nil elements in the list.
13950
13951 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13952
13953 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13954 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13955
13956 * progmodes/cc-cmds.el: Tidy up the comments in
13957 c-beginning-of-statement and subfunctions.
13958
13959 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13960 more flexible c-put-char-property and c-clear-char-properties.
13961 Add the author's email address.
13962
13963 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13964
13965 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13966 closing "*/" of a block comment.
13967
13968 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13969 subfunctions) so that it works at BOB and EOB.
13970
13971 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13972 c-beginning-of-statement, including new variable
13973 c-block-comment-start-regexp.
13974
13975 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13976
13977 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13978 symbols from `*-font-lock-extra-types' so that there's no need to
13979 use `regexp-opt' on those lists.
13980
13981 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13982 `c-type-modifier-kwds' is empty.
13983
13984 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13985 there are several strings on the same line.
13986
13987 * progmodes/cc-engine.el (c-literal-limits): Remove the
13988 compatibility function for older emacsen. `c-literal-limits-fast'
13989 has now taken the place of this function.
13990
13991 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13992 with older emacsen: We now require `pps-extended-state'.
13993
13994 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13995
13996 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13997 which obviates the need to hack sentence-end. This now handles
13998 escaped newlines in strings correctly. Correct minor bugs in
13999 c-move-over-sentence and in c-beginning-of-statement.
14000
14001 * progmodes/cc-cmds.el (c-beginning-of-statement (and
14002 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14003 that movement over macros and code are rigorously separated from
14004 eachother. Correct a few incidental bugs.
14005
14006 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14007 Improve its doc-string. Improve the handling of certain specific cases.
14008
14009 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14010
14011 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14012 (c-guess-basic-syntax): Change the way class-level labels are
14013 recognized; they can now contain essentially any symbols.
14014
14015 (c-opt-extra-label-key): New language variable to cope with the
14016 special protection label syntax in Objective-C.
14017
14018 (c-opt-access-key): Remove; this is now handled better by
14019 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14020
14021 (c-complex-decl-matchers): Update to handle that
14022 `c-opt-access-key' no longer exists.
14023
14024 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14025 improved label recognition in `c-beginning-of-statement-1'.
14026
14027 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14028 Recognize bitfields better.
14029
14030 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14031 Remove some cruft and fixed a bug that could cause it to go to a
14032 position further down.
14033
14034 * progmodes/cc-langs.el, cc-engine.el
14035 (c-beginning-of-statement-1): Improve detection of labels in
14036 declaration contexts.
14037
14038 (c-beginning-of-decl-1): Use it.
14039
14040 (c-nonlabel-token-key): New language constant and variable needed
14041 by `c-beginning-of-statement-1'.
14042
14043 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14044 manifested itself due to the correction in `c-forward-sexp'.
14045
14046 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14047 Make these behave as documented when used at the buffer limits.
14048
14049 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14050 (c-type-decl-end-used): Made this a language variable.
14051
14052 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14053 correctly when `combine-after-change-calls' is used together with
14054 temporary narrowings.
14055
14056 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14057 Report labels correctly when the start point is immediately after the
14058 colon.
14059
14060 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14061 Remove since it isn't used anymore.
14062
14063 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14064 bracket arglists such as template parens in C++.
14065
14066 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14067 in the last check-in. Some optimization.
14068
14069 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14070 where it could stop at the same level in a preceding sexp when
14071 PAREN-LEVEL is set.
14072
14073 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14074 text property lookup only when it's needed.
14075
14076 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14077 Change the policy for paren marked angle brackets to be more
14078 persistent; once marked they remain marked even when they're found
14079 to be unbalanced in the searched region. This should keep the
14080 paren syntax around even when individual lines are refontified in
14081 multiline template arglists.
14082
14083 (c-parse-and-markup-<>-arglists): New dynamically bound variable
14084 to control markup so that incorrect angle bracket arglists aren't
14085 marked in contexts where the correct value for
14086 `c-disallow-comma-in-<>-arglists' isn't known.
14087
14088 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14089 argument has become `c-parse-and-markup-<>-arglists'.
14090
14091 (c-remove-<>-arglist-properties): Remove - no longer used.
14092
14093 (c-after-change-check-<>-operators): New function used on
14094 `after-change-functions' to avoid that "<" and ">" characters that
14095 are part of longer operators have paren syntax.
14096
14097 (c-<>-multichar-token-regexp): New language variable used by
14098 `c-after-change-check-<>-operators'.
14099
14100 (c-after-change): Call `c-after-change-check-<>-operators'.
14101
14102 (c-font-lock-<>-arglists): Use the context properties set by
14103 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14104 correctly to avoid doing invalid markup.
14105
14106 (c-font-lock-declarations): Remove code that undoes the invalid
14107 markup done by `c-font-lock-<>-arglists'.
14108
14109 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14110 after `c-font-lock-declarations'.
14111
14112 * progmodes/cc-engine.el (c-syntactic-skip-backward):
14113 Add paren-level feature.
14114
14115 (c-guess-basic-syntax): Improve the anchor position for
14116 `template-args-cont' in nested template arglists. There's still
14117 much to be desired in this area, though.
14118
14119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14120
14121 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14122 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14123
14124 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14125
14126 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14127 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14128
14129 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14130 it doesn't work no longer are supported.
14131
14132 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14133 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14134 requires support for the syntax-table' text property, which rules
14135 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
14136 cruft associated with those versions.
14137
14138 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14139 for the `syntax-table' text property, which rules out Emacs 19 and
14140 XEmacs < 21.4. Removed various compatibility cruft associated
14141 with those versions.
14142
14143 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14144 support for the `syntax-table' text property.
14145
14146 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14147 variable and use an extra quoted face name instead. All the
14148 emacsen flavors handle that correctly.
14149
14150 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14151 (c-font-lock-declarators, c-font-lock-declarations)
14152 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14153 property to mark the items in in declarator lists to handle
14154 refontification inside multiline declarations better.
14155
14156 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14157 construct like "a * b = c;" as a declaration.
14158
14159 2005-12-08 Kim F. Storm <storm@cua.dk>
14160
14161 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14162 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
14163 select either meta, hyper, or super modifier for rectangle commands.
14164 (cua--rectangle-modifier-key): New defvar.
14165 (cua--M/H-key): Use it. Remove special case for `space'.
14166 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14167 on X, to meta otherwise. Always bind C-return to toggle
14168 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
14169
14170 * emulation/cua-rect.el (cua-help-for-rectangle):
14171 Use cua--rectangle-modifier-key. Handle super modifier too.
14172 (cua--init-rectangles): Always bind C-return to toggle rectangle.
14173 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14174
14175 * ido.el: Move Acknowledgements and History after Commentary.
14176 Minor changes to Commentary.
14177
14178 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14179 keymap if cua--prefix-override-timer is `shift'.
14180 (cua--shift-control-prefix): New function; emulate "type prefix
14181 key twice" functionality to handle shifted prefix key override.
14182 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14183 New commands.
14184 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14185
14186 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
14187
14188 * textmodes/org.el (org-insert-heading): Try to do items before
14189 headings.
14190 (org-agenda-mode): Quote `org-agenda-mode-hook'.
14191 (org-insert-item): New function.
14192 (org-renumber-ordered-list): Don't skip to higher level lists.
14193
14194 2005-12-08 Juri Linkov <juri@jurta.org>
14195
14196 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14197
14198 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14199
14200 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14201
14202 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14203 the constructed function name fun-1.
14204
14205 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14206 because such links don't lead to parent documentation.
14207
14208 2005-12-08 Kenichi Handa <handa@m17n.org>
14209
14210 * descr-text.el (describe-char): Use *Help-2* buffer if the
14211 current buffer is *Help*. Call describe-text-properties while
14212 setting the original buffer.
14213
14214 2005-12-07 Bill Wohler <wohler@newt.com>
14215
14216 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
14217 and causes problems with non-MH users (such as Gnus users).
14218
14219 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
14220
14221 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14222 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14223 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14224 command "info sources". Move calls to GDB command "list".
14225 (gdb-find-file-hook): Just use gdb-source-file-list.
14226 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14227 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14228 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14229 (gdb-data-list-register-values-handler): Use correct trigger name.
14230
14231 2005-12-07 Kim F. Storm <storm@cua.dk>
14232
14233 * ido.el (ido-completion-map): Rename from ido-mode-map.
14234 (ido-common-completion-map, ido-file-completion-map)
14235 (ido-file-dir-completion-map, ido-buffer-completion-map):
14236 Rename from ido-mode-....-map.
14237 (ido-init-completion-maps): Rename from ido-init-mode-maps.
14238 (ido-setup-completion-map): Rename from ido-define-mode-map.
14239 (ido-read-internal): Bind minibuffer-local-filename-completion-map
14240 to ido-completion-map.
14241
14242 2005-12-07 Kenichi Handa <handa@m17n.org>
14243
14244 * international/mule-cmds.el
14245 (set-display-table-and-terminal-coding-system): If the coding
14246 system specified in `unibyte-display' property is different from
14247 the arg coding-system, don't setup standard-display-table.
14248
14249 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14250
14251 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14252 that comments end at \n, regardless of selective-display.
14253
14254 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
14255
14256 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14257 (gdb-version): New variables.
14258 (gdb-source-file-list, gdb-register-names)
14259 (gdb-changed-registers): New variables for use with GDB 6.4+.
14260 (gdb-ann3): Replace with...
14261 (gdb-init-1, gdb-init-2): ...two new functions.
14262 (gdba, gdb-prompt): Call gdb-init-1.
14263 (gdb-get-version): New function. Call gdb-init-2 from here.
14264 (gud-watch): Make it work with mouse events too.
14265 (gdb-post-prompt): Don't add to queue until GDB version is known.
14266 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14267 (gdb-locals-mode): Use gdb-version.
14268 (gdb-memory-format-map, gdb-memory-unit-map)
14269 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14270 (gdb-locals-font-lock-keywords-1)
14271 (gdb-locals-font-lock-keywords-2): New variables.
14272 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14273 (gdb-set-gud-minor-mode-existing-buffers-1)
14274 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14275 (gdb-var-update-1, gdb-var-update-handler-1)
14276 (gdb-data-list-register-values-handler)
14277 (gdb-data-list-register-values-custom)
14278 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14279 (gdb-stack-list-locals-handler, gdb-get-register-names):
14280 New functions for use with GDB 6.4+.
14281 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14282 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14283 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14284 (gdb-stack-list-locals-regexp)
14285 (gdb-data-list-register-names-regexp): New regexps for use with
14286 GDB 6.4+.
14287
14288 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14291
14292 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
14293
14294 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14295 prompts work for AUTH PLAIN. Also reported by Steve Allan
14296 <seallan@verizon.net>.
14297
14298 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14299
14300 * frame.el (set-frame-parameter): Add doc string.
14301
14302 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
14303
14304 * textmodes/org.el (org-occur-highlights): New variable.
14305 (org-highlight-new-match, org-remove-occur-highlights): New functions.
14306 (org-highlight-sparse-tree-matches): New option.
14307 (org-do-occur): New function.
14308 (org-get-heading): Make it work also at beginning of line.
14309 (org-category-table): New variable.
14310 (org-get-category-table, org-get-category)
14311 (org-camel-to-words, org-link-search): New functions.
14312 (org-select-this-todo-keyword): New variable.
14313 (org-todo-list): New command.
14314 (org-shiftright, org-shiftleft): New commands.
14315 (org-agenda-todo): Add prefix argument.
14316 (org-show-hierarchy-above): New option.
14317 (org-show-todo-tree): Numerical prefix creates tree for specific
14318 TODO keyword.
14319 (org-outline-level): New function, to assign a level to plain
14320 lists items.
14321 (org-cycle-include-plain-lists): New option.
14322 (org-mode): Use `org-outline-level' as value of `outline-level'.
14323 (org-cycle): Temporarily switch `outline-regexp' if
14324 `org-cycle-include-plain-lists' is non-nil.
14325 (org-start-icalendar-file): Fix format bug.
14326 (org-agenda-get-day-entries): Create category table.
14327 (org-agenda-get-todos, org-agenda-get-timestamps)
14328 (org-agenda-get-deadlines, org-agenda-get-scheduled)
14329 (org-agenda-get-blocks): Use `org-get-category'.
14330 (org-context-in-file-links): Rename from
14331 `org-line-numbers-in-file-links'.
14332
14333 2005-12-06 Romain Francoise <romain@orebokech.com>
14334
14335 * window.el (balance-windows): Delete extraneous third arg in call
14336 to `enlarge-window'.
14337
14338 2005-12-06 Kenichi Handa <handa@m17n.org>
14339
14340 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
14341
14342 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
14343
14344 * progmodes/gdb-ui.el (gdb-var-create-handler)
14345 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
14346 (gdb-var-list-children-handler, gdb-var-update-handler):
14347 Current buffer is already gdb-partial-output-buffer, don't
14348 make it current again.
14349
14350 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
14351
14352 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
14353 (list-buffers-noselect): Use it.
14354
14355 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14358 (mail-yank-ignored-headers): Use regexp-opt.
14359 (mail-mode-map): Move initialization into declaration.
14360 (mail-sent-via): Remove unused shadowed var `to-line'.
14361 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14362 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14363 (mail-do-fcc): Use dolist and push.
14364 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14365 (mail-yank-ignored-headers): Don't autoload.
14366
14367 2005-12-05 Kenichi Handa <handa@m17n.org>
14368
14369 * international/mule-cmds.el (set-language-info-internal): New fun.
14370 (set-language-info): Call set-language-info-internal to update
14371 language-info-alist. If LANG-ENV is the current one, call
14372 set-language-environment to make INFO effective now.
14373 (set-language-info-alist): Likewise.
14374 (locale-language-names): With locale "en", use English
14375 lang. env. but set the default codings to iso-8859-1.
14376
14377 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
14378
14379 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14380 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14381 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14382 for plain strings.
14383 (gdb-frames-mode): Remove redundant call to font-lock-mode.
14384 (gdb-all-registers): Rename from toggle-gdb-all-registers.
14385 Create registers buffer if necessary. Echo new state in minibuffer.
14386 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14387
14388 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
14389
14390 * info.el (Info-fontify-node): Match external links using
14391 non-directory part of filename.
14392
14393 2005-12-04 Juri Linkov <juri@jurta.org>
14394
14395 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14396 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
14397 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14398 because there is no customization option for it.
14399
14400 * font-lock.el (lisp-font-lock-keywords-1):
14401 Add define-global-minor-mode.
14402
14403 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14404
14405 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14406 properties on the constructed variable names.
14407
14408 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14409 Put `definition-name' properties on the constructed function names
14410 next-sym and prev-sym.
14411
14412 * emacs-lisp/find-func.el (find-function-regexp):
14413 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
14414 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
14415 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14416 and easy-menu-define.
14417
14418 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14419 easy-mmode-define-global-mode and define-global-minor-mode.
14420 (lisp-imenu-generic-expression): Add define-global-minor-mode.
14421
14422 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14423 instead of easy-mmode-define-global-mode.
14424
14425 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14426 Use define-minor-mode instead of easy-mmode-define-minor-mode.
14427
14428 * cus-edit.el (customize-group, customize-group-other-window):
14429 Filter out autoloaded options from the group completion list by
14430 using heuristics that autoloaded groups don't have `custom-autoload'
14431 property on their symbols (they have only `custom-loads').
14432
14433 * simple.el (completion-setup-function): Put completions-common-part
14434 face on complete completion string too (i.e. completion string
14435 without completions-first-difference face).
14436
14437 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14438
14439 2005-12-03 Eli Zaretskii <eliz@gnu.org>
14440
14441 * view.el (view-mode): Doc fix.
14442
14443 * disp-table.el (standard-display-european): Add to the warning
14444 message a reference to the doc string.
14445
14446 * play/yow.el (apropos-zippy): Call print-help-return-message,
14447 similar to other Help and Apropos commands.
14448
14449 * help.el (print-help-return-message): If pop-up-frames is
14450 non-nil, set up help-return-method to delete the help window and,
14451 possibly, its frame as well, and don't display message about
14452 scrolling the help window. Doc fix.
14453 (help-return-method): Doc fix.
14454
14455 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14456
14457 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14458 whereby names of length one or names starting with a
14459 symbol-constituent character would not be returned.
14460
14461 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14462
14463 * subr.el (atomic-change-group): Add edebug and indentation spec.
14464
14465 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * completion.el (save-completions-file-name): Fix typo in last change.
14468
14469 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14470
14471 * info.el: Move back/forward history to the beginning of the tool bar.
14472
14473 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
14474
14475 * allout.el (eval-when-compile): Remove unnecessary load of cl.
14476 Add fset of allout-real-isearch-abort during compile to fix
14477 byte-compilation warnings.
14478 (allout-mode-p): Move definition of this macro above all uses, or
14479 byte compilation in barren Emacs (eg, during Emacs build) will
14480 lack the definition.
14481 (allout-mode): Move this variable above any uses, or byte
14482 compilation will fail.
14483 (allout-resolve-xref): Remove use of personal file-reference function.
14484 (allout-toggle-current-subtree-encryption): Do the current (ie,
14485 visible containing) topic, rather than nearest around point. Doc fix.
14486 (allout-toggle-subtree-encryption): New function, workhorse that
14487 works on nearest topic containing point.
14488 (allout-encrypt-string): Signal requirement for newer version of pgg.
14489 (allout-resumptions): Doc fix.
14490
14491 2005-12-02 Eli Zaretskii <eliz@gnu.org>
14492
14493 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14494
14495 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14496
14497 * textmodes/flyspell.el (flyspell-external-point-words):
14498 Consider a misspelling as found in the string search if: (a) misspelling
14499 and found string lengths match, or (b) misspelling is found as
14500 element in a boundary-chars separated longer string, or (c)
14501 ispell-program-name is really ispell and misspelling is found as
14502 part of a TeX string. After successful match move beginning of
14503 search region to end of match. Warn about not found misspellings
14504 once the process is done.
14505 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14506
14507 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14508
14509 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14510 tool bar (removed inadvertently).
14511
14512 2005-12-02 Juri Linkov <juri@jurta.org>
14513
14514 * log-view.el (log-view-diff): Clarify doc string.
14515
14516 2005-12-01 Bill Wohler <wohler@newt.com>
14517
14518 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14519 triggers lm-verify errors.
14520
14521 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14522
14523 * simple.el (transient-mark-mode, line-number-mode)
14524 (column-number-mode, size-indication-mode): Remove `:require nil'.
14525
14526 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14527
14528 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14529 in the margin also.
14530 (gdb-breakpoints-mode-map): Use D instead of d for
14531 gdb-delete-breakpoint.
14532 (gdb-get-frame-number): Require a number to match on.
14533 (gdb-threads-mode-map): Add follow-link binding.
14534
14535 2005-11-30 Jason Rumney <jasonr@gnu.org>
14536
14537 * isearch.el (isearch-mode-map): Avoid exiting search on
14538 language-change event.
14539
14540 2005-11-30 Romain Francoise <romain@orebokech.com>
14541
14542 * speedbar.el (speedbar-default-position): New defcustom.
14543 (speedbar-frame-reposition-smartly): Use it.
14544
14545 * dframe.el (dframe-reposition-frame-emacs): Fix position
14546 computation for `left' location.
14547 Update copyright year.
14548
14549 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * help.el (help-map): Move initialization into declaration.
14552
14553 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14554
14555 * help-fns.el (help-argument-name): Don't autoload.
14556 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14557 to be re-loaded when customizing the `help' group.
14558
14559 2005-11-30 John Paul Wallington <jpw@gnu.org>
14560
14561 * help-fns.el (describe-function-1): Fill arglist output.
14562
14563 2005-11-30 Kim F. Storm <storm@cua.dk>
14564
14565 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14566 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14567 after revert-buffer (or anything else which kills all local variables).
14568
14569 * apropos.el (apropos-parse-pattern): Doc fix.
14570 Set apropos-regexp directly, rather than expecting callers to do so.
14571 (apropos-command, apropos, apropos-value, apropos-documentation):
14572 Simplify calls to apropos-parse-pattern.
14573
14574 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14577 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14578 (hi-lock-write-interactive-patterns): Use comment-region.
14579
14580 * longlines.el (longlines-mode): Add mail-setup-hook.
14581
14582 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14583
14584 * simple.el (sendmail-user-agent-compose, next-line):
14585 Conditionally use hard-newline.
14586
14587 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14588
14589 * international/latexenc.el (latex-inputenc-coding-alist):
14590 Reword doc string.
14591
14592 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14593
14594 * help.el (describe-key-briefly, describe-key): Recognize default
14595 bindings.
14596
14597 2005-11-29 Romain Francoise <romain@orebokech.com>
14598
14599 * view.el (view-inhibit-help-message): New defcustom.
14600 (view-mode-enter): Use it.
14601
14602 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14603
14604 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14605 Preserve user position.
14606
14607 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14608
14609 * font-lock.el: Throw error if facemenu is not loaded to prevent
14610 accidental change of loading order in loadup.el. (Suggested by RMS.)
14611
14612 * loadup.el: Add comment explaining why facemenu must be loaded
14613 before font-lock.
14614
14615 2005-11-28 Jay Belanger <belanger@truman.edu>
14616
14617 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14618 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14619
14620 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14621
14622 * calc/calc-embed.el (calc-do-embedded): Update help message.
14623
14624 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14625
14626 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14629
14630 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14631 called-interactively-p.
14632 (elp-profilable-p): Rename from elp-not-profilable-p.
14633 Invert result and take into account macros and autoloaded functions.
14634 (elp-instrument-function): Update call.
14635 (elp-instrument-package): Update call. Add completion.
14636 (elp-pack-number): Use match-string.
14637 (elp-results-jump-to-definition-by-mouse): Merge into
14638 elp-results-jump-to-definition and then remove.
14639 (elp-output-insert-symname): Make help echo text single-line.
14640
14641 * replace.el (query-replace-map): Move initialization into declaration.
14642 (occur-engine): Use with-current-buffer.
14643 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14644 (occur-mode-mouse-goto): Replace with an alias.
14645
14646 2005-11-28 Juri Linkov <juri@jurta.org>
14647
14648 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14649
14650 * term/w32-win.el: Bind [S-tab] to [backtab].
14651
14652 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14653 `Info-find-file' to t.
14654
14655 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14656 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14657 and same-window-regexps.
14658 (occur-next-error): Don't move point for arg 0.
14659
14660 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14661
14662 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14663
14664 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * log-edit.el (log-edit-changelog-use-first): New var.
14667 (log-edit-changelog-ours-p): Use it.
14668 (log-edit-insert-changelog): Set it with new arg `use-first'.
14669 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14670 (log-edit-hook): Add them to the list of suggested options.
14671
14672 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14673 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14674 redundant work.
14675 (flyspell-mode-on): Use add-hook for after-change-functions.
14676 (flyspell-mode-off): Use remove-hook for after-change-functions.
14677 (flyspell-changes): Make it buffer-local.
14678 (flyspell-after-change-function): Make it non-interactive. Use push.
14679 (flyspell-post-command-hook): Check input-pending-p while processing
14680 the potentially long list of buffer changes.
14681
14682 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14683
14684 * buff-menu.el (list-buffers-noselect): Display the selected
14685 frame's buffer list, not the global one.
14686
14687 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14690 that (list last-input-event) works as in interactive spec.
14691
14692 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14693
14694 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14695 `facemenu-keymap' needs to be defined when font-lock is loaded.
14696 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14697
14698 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * completion.el: Remove useless leading * in defcustom docstrings.
14701 (save-completions-file-name): Use ~/.emacs.d if available.
14702 (completion-standard-syntax-table): Rename from
14703 cmpl-standard-syntax-table and fold initialization into declaration,
14704 thus removing cmpl-make-standard-completion-syntax-table.
14705 (completion-lisp-syntax-table, completion-c-syntax-table)
14706 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14707 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14708 (symbol-under-point, symbol-before-point)
14709 (symbol-under-or-before-point, symbol-before-point-for-complete)
14710 (add-completions-from-c-buffer): Use with-syntax-table.
14711 (make-completion): Don't return a list of completion entries.
14712 Update callers.
14713 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14714 (completion-initialize): Rename from initialize-completions.
14715 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14716 (kill-emacs-save-completions): Collect stats here.
14717 (save-completions-to-file, load-completions-from-file):
14718 Use with-current-buffer.
14719 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14720 into a function. Move all calls to toplevel.
14721 (completion-lisp-mode-hook): New fun.
14722 (completion-c-mode-hook, completion-setup-fortran-mode):
14723 Set the syntax-table here. Use local-set-key.
14724 (completion-saved-bindings): New var.
14725 (dynamic-completion-mode): Make it into a proper minor mode.
14726 (load-completions-from-file): Remove unused var `num-uses'.
14727
14728 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14729 constructor if it is explicitly overridden.
14730
14731 * complete.el (PC-completion-as-file-name-predicate):
14732 Use minibuffer-completing-file-name.
14733 (partial-completion-mode): Use find-file-not-found-functions.
14734 (PC-lisp-complete-symbol): Use with-syntax-table.
14735 (PC-look-for-include-file): Remove dead setq.
14736 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14737 (PC-complete): Use with-current-buffer.
14738
14739 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14740 escape single quotes.
14741
14742 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14743
14744 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14745 of `if' whose condition always returned nil. Doc fix.
14746
14747 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14748 window's buffer the current buffer around the call to
14749 `list-buffers-noselect'. This is necessary to mark that buffer
14750 with a `.' in the Buffer Menu when called from Lisp, for instance
14751 by Auto Revert Mode.
14752
14753 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14754
14755 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14756 attaching to it.
14757 (gdb-pre-prompt): Make sure gdb-error is reset.
14758
14759 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14760 with a child process, detect it.
14761 (gud-speedbar-buttons): Match regexp more carefully.
14762
14763 2005-11-27 Richard M. Stallman <rms@gnu.org>
14764
14765 * mouse.el (mouse-drag-move-window-bottom):
14766 Use adjust-window-trailing-edge.
14767
14768 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14769
14770 * simple.el (blink-matching-open): Ignore
14771 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14772 (blink-matching-paren-on-screen): Update docstring.
14773
14774 * paren.el (show-paren-mode): No longer change
14775 `blink-matching-paren-on-screen'.
14776
14777 2005-11-27 John Paul Wallington <jpw@pobox.com>
14778
14779 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14780 (gdb-threads-select, gdb-edit-register-value):
14781 Use `posn-set-point' instead of `mouse-set-point' because the
14782 latter is not fbound when configured without X.
14783
14784 2005-11-27 Kim F. Storm <storm@cua.dk>
14785
14786 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14787 existing face when partially highlighting a TAB in a rectangle.
14788
14789 2005-11-26 Kim F. Storm <storm@cua.dk>
14790
14791 * ido.el (ido-mode-map): Doc fix.
14792 (ido-mode-common-map, ido-mode-file-map)
14793 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14794 (ido-define-mode-map): Rewrite. Select one of the new maps as
14795 parent for ido-mode-map instead of building from scratch.
14796 (ido-init-mode-maps): New defun to initialize new maps.
14797 (ido-mode): Call it.
14798 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14799 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14800
14801 2005-11-26 John Paul Wallington <jpw@pobox.com>
14802
14803 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14804 `mouse-set-point' because the latter is not fbound when configured
14805 without X.
14806
14807 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14808
14809 * files.el (file-relative-name): Doc fix.
14810
14811 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14812
14813 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14814 non-empty string for secondary prompt PS2.
14815
14816 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14817
14818 * progmodes/compile.el (compilation-setup): Fix last change.
14819
14820 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14821
14822 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14823 (gdb-mouse-toggle-breakpoint-margin)
14824 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14825 Add gdb-server-prefix to keep out of command history.
14826 (gdb-edit-register-value): New function.
14827 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14828 (gdb-info-registers-custom): Use above map.
14829
14830 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14831
14832 * custom.el (enable-theme): Signal error if argument is not a
14833 theme. Don't recalculate a face if it's not loaded yet.
14834
14835 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14836 the `user' theme is in effect.
14837
14838 * info.el (Info-on-current-buffer): Record actual filename in
14839 Info-current-file, instead of t, or a fake filename if a non-file
14840 buffer. Make autoload.
14841 (Info-find-node, Info-revert-find-node): No need to check for
14842 Info-current-file nil.
14843 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14844 Info-current-file is now never `t'.
14845 (Info-fontify-node): Many simplifications due to Info-current-file
14846 always being valid. Use Info-find-file to find node filename.
14847
14848 2005-11-25 David Kastrup <dak@gnu.org>
14849
14850 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14851 new character, then delete" in order to preserve markers.
14852
14853 2005-11-25 David Ponce <david@dponce.com>
14854
14855 * recentf.el (recentf-arrange-by-rule): Handle a special
14856 `auto-mode-alist'-like "strip suffix" rule.
14857 (recentf-build-mode-rules): Handle second level auto-mode entries.
14858
14859 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14860
14861 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14862 window modes.
14863
14864 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14865 jde-javadoc-checker-report-mode.
14866
14867 * ediff-wind (ediff-make-wide-display): Slight simplification.
14868
14869 * ediff.el (ediff-date): Change the date of last update.
14870
14871 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14872
14873 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14874 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14875 (hi-lock-mode): New global minor mode.
14876 (turn-on-hi-lock-if-enabled): New function.
14877 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14878 Change arguments to regexp and face instead of a font-lock pattern.
14879 Directly set face property, instead of refontifying.
14880 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14881 (hi-lock-find-patterns): Use line-number-at-pos.
14882
14883 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14884 arguments for hi-lock-set-pattern.
14885 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14886 Call font-lock-fontify-buffer.
14887 (hi-lock-find-file-hook, hi-lock-current-line)
14888 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14889
14890 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14891 turned off.
14892
14893 * progmodes/compile.el (compilation-setup): Don't fiddle with
14894 font-lock-defaults.
14895
14896 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14897
14898 * progmodes/gdb-ui.el (gdb-var-create-handler)
14899 (gdb-var-list-children-handler): Find values for all variable
14900 objects. gud-speedbar-buttons decides whether to display them.
14901
14902 2005-11-24 Romain Francoise <romain@orebokech.com>
14903
14904 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14905 buffer name with a space.
14906
14907 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14908
14909 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14910 `org-export-local-list-max-depth'. Change default value to 3.
14911 (org-auto-renumber-ordered-lists)
14912 (org-plain-list-ordered-item-terminator): New options.
14913 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14914 (org-get-indentation, org-get-string-indentation)
14915 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14916 New functions.
14917 (org-move-item-down, org-move-item-up): New commands.
14918 (org-export-as-html): New classes for CSS support. Bug fix in
14919 regular expression detecting fixed-width regions. Respect
14920 `org-local-list-ordered-item-terminator'.
14921 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14922 also a list item.
14923 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14924 New item moving functions.
14925
14926 2005-11-24 Juri Linkov <juri@jurta.org>
14927
14928 * isearch.el (isearch-repeat): With empty search ring set
14929 `isearch-error' to the error string instead of signaling error
14930 with the function `error'.
14931
14932 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14933
14934 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14935
14936 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14937
14938 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14939 and variable.
14940 (gdb-var-create-handler, gdb-var-list-children-handler):
14941 Don't match on "char **...".
14942 (gdb-var-update-handler): Find values for all variable objects.
14943 (gdb-info-frames-custom): Identify frames by leading "#".
14944
14945 * progmodes/gud.el (gud-speedbar-menu-items): Add
14946 gdb-speedbar-auto-raise as radio button.
14947 (gud-speedbar-buttons): Raise speedbar if requested.
14948 Don't match on "char **...".
14949 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14950 Make it editable.
14951
14952 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14953
14954 * info.el (Info-fontify-node): Handle the case where
14955 Info-current-file is t.
14956
14957 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * simple.el (blink-matching-open): Fix off-by-one in last change.
14960
14961 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14962
14963 * term/mac-win.el: Don't change default directory.
14964
14965 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14966
14967 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14968 buffers correctly. (It used to throw an error in such buffers.)
14969 Make it ask for confirmation in group buffers and other Custom
14970 buffers containing more than one customization item.
14971
14972 2005-11-22 John Paul Wallington <jpw@gnu.org>
14973
14974 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14975 property on mail and url overlays.
14976 (goto-address-at-point): Use `posn-set-point' instead of
14977 `mouse-set-point' because the latter is not fbound when configured
14978 without X.
14979
14980 2005-11-22 Lars Hansen <larsh@soem.dk>
14981
14982 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14983 (ls-lisp-classify, ls-lisp-format): Delete call to
14984 ls-lisp-parse-symlink.
14985 (ls-lisp-handle-switches): Handle symlinks to directories as
14986 directories when ls-lisp-dirs-first in non-nil.
14987
14988 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14989
14990 * startup.el (command-line): Make sure that loaddefs.el is handled
14991 correctly in load-history.
14992
14993 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14994
14995 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14996 (gdb-struct-string, gdb-array-string): New constants.
14997 (gdb-info-locals-handler): Use them.
14998 (gdb-reset): Reset gdb-var-list to nil.
14999
15000 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15001
15002 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15003 in patterns.
15004
15005 2005-11-21 Juri Linkov <juri@jurta.org>
15006
15007 * custom.el (defcustom): Update link types in docstring.
15008
15009 2005-11-20 Martin Rudalics <rudalics@gmx.at>
15010
15011 * custom.el (defgroup): Add doc-string-elt info.
15012
15013 * widget.el (define-widget): Don't use declare for the doc-string-elt.
15014
15015 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * newcomment.el (comment-enter-backward): Fix last fix.
15018
15019 * simple.el (blink-matching-open):
15020 * paren.el (show-paren-function): Allow new paren-class info.
15021
15022 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
15023
15024 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
15025 handled automagically.
15026
15027 2005-11-20 Andreas Schwab <schwab@suse.de>
15028
15029 * descr-text.el (describe-char): When copying overlays put them
15030 over the full char description instead of just the first character
15031 of it.
15032
15033 2005-11-20 Juri Linkov <juri@jurta.org>
15034
15035 * simple.el (what-cursor-position):
15036 * descr-text.el (describe-char): Use Lisp-readable syntax
15037 for octal and hex. Reorder decimal, octal and hex values.
15038 Remove excess whitespace in the output. Use `=' in `column='
15039 like in `point=' and `Hscroll='.
15040
15041 * international/mule-cmds.el (encoded-string-description):
15042 Use Lisp-readable syntax for hex.
15043
15044 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * newcomment.el (comment-enter-backward): Handle the case where the
15047 comment is closed by EOB.
15048
15049 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15050
15051 * longlines.el (longlines-before-revert-hook)
15052 (longlines-after-revert-hook): New functions.
15053 (longlines-mode): Turn off longlines temporarily when reverting.
15054 Add a message-setup-hook.
15055 (longlines-decode-buffer): New function.
15056 (longlines-wrap-line): Preserve marker positions.
15057
15058 2005-11-19 Andreas Schwab <schwab@suse.de>
15059
15060 * emacs-lisp/shadow.el: Handle compressed files.
15061
15062 2005-11-19 Romain Francoise <romain@orebokech.com>
15063
15064 * net/browse-url.el (browse-url-default-browser): Signal an error
15065 if no usable browser can be found, rather than try to load w3.
15066
15067 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
15068
15069 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15070 replacing existing properties.
15071 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15072 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15073 tty specs.
15074 (rcirc-server-prefix, rcirc-server): New faces.
15075 (rcirc-url-regexp): Generate with rx macro.
15076 (rcirc-last-server-message-time): New variable.
15077 (rcirc-filter): Record time of last message.
15078 (rcirc-keepalive): Kill processes that did not send a message
15079 since the last ping.
15080 (rcirc-mode): Give rcirc-topic a local binding here.
15081
15082 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15083
15084 * subr.el (read-passwd): Fontify the prompt as we do with other
15085 prompts.
15086
15087 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
15088
15089 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15090 binding buffer-read-only to nil.
15091
15092 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15093
15094 * complete.el (partial-completion-mode):
15095 Mention completion-auto-help in the doc string.
15096
15097 * man.el (Man-highlight-references): Doc fix. Reformat code in a
15098 more Lisp-ish way.
15099
15100 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15101
15102 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15103 digits, not 8, to avoid misalignment for files larger than 100MB.
15104
15105 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15106
15107 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15108 Mention "keyboard shortcuts" in the help text.
15109
15110 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15111
15112 * startup.el (fancy-splash-default-action): Discard only
15113 mouse-down and succeeding mouse-up events in the splash screen
15114 window so that drag-n-drop event can be processed.
15115
15116 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
15117
15118 * longlines.el (longlines-mode): Add hacks for mail-mode and
15119 message-mode.
15120
15121 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
15122
15123 * textmodes/org.el (org-table-sort-lines): New command.
15124 (org-tbl-menu): Add entry for `org-table-sort-lines'.
15125 (org-add-file): Command removed, use `org-agenda-file-to-front'
15126 instead.
15127 (org-export-icalendar): Use `org-icalendar-combined-name'.
15128 (org-cycle-agenda-files, org-agenda-file-to-end)
15129 (org-agenda-file-to-front): New commands.
15130 (org-table-tab-jumps-over-hlines, org-export-html-style):
15131 New options.
15132 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15133 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15134 New functions.
15135 (org-fill-paragraph): Call `org-table-align' in tables.
15136 (org-mode): Call `org-set-autofill-regexps'.
15137 (org-export-as-html): Support for local handformatted lists.
15138 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
15139 (org-export-local-list-max-depth): New option.
15140 (org-html-expand): Use `org-html-protect'.
15141
15142 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
15143
15144 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15145 to "p".
15146 (gdb): Move definition of gud-pp to...
15147
15148 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
15149 speedbar.
15150 (gdb-find-watch-expression): New function.
15151
15152 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15153
15154 * faces.el (face-attribute, set-face-attribute): Mention existence
15155 of `:ignore-defface' setting in docstring.
15156
15157 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * simple.el (completion-setup-function): Fix last change.
15160
15161 2005-11-17 John Paul Wallington <jpw@pobox.com>
15162
15163 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15164 Use `posn-set-point' instead of `mouse-set-point' because the
15165 latter is not fbound when configured without X.
15166
15167 * comint.el (comint-insert-input): Likewise.
15168
15169 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15170
15171 * simple.el (hard-newline): New variable.
15172 (sendmail-user-agent-compose, next-line): Use it.
15173
15174 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15175 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15176 (mail-mail-reply-to, mail-mail-followup-to)
15177 (mail-position-on-field, mail-signature, mail-yank-original)
15178 (mail-attach-file): Likewise.
15179
15180 * mail/mailheader.el (mail-header-format)
15181 (mail-header-format-function): Likewise.
15182
15183 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15184
15185 2005-11-17 Juri Linkov <juri@jurta.org>
15186
15187 * font-lock.el (font-lock-faces): Rename this defgroup from
15188 `font-lock-highlighting-faces'.
15189 (font-lock-comment-face, font-lock-comment-delimiter-face)
15190 (font-lock-string-face, font-lock-doc-face)
15191 (font-lock-keyword-face, font-lock-builtin-face)
15192 (font-lock-function-name-face, font-lock-variable-name-face)
15193 (font-lock-type-face, font-lock-constant-face)
15194 (font-lock-warning-face, font-lock-negation-char-face)
15195 (font-lock-preprocessor-face)
15196 (font-lock-regexp-grouping-backslash)
15197 (font-lock-regexp-grouping-construct): Rename :group from
15198 `font-lock-highlighting-faces' to `font-lock-faces'.
15199
15200 * cus-edit.el (lisp, c, tex):
15201 * progmodes/ada-mode.el (ada):
15202 * progmodes/asm-mode.el (asm):
15203 * progmodes/cperl-mode.el (cperl-faces):
15204 * progmodes/cpp.el (cpp):
15205 * progmodes/dcl-mode.el (dcl):
15206 * progmodes/f90.el (f90):
15207 * progmodes/fortran.el (fortran):
15208 * progmodes/icon.el (icon):
15209 * progmodes/idlwave.el (idlwave-misc):
15210 * progmodes/m4-mode.el (m4):
15211 * progmodes/make-mode.el (makefile):
15212 * progmodes/meta-mode.el (meta-font):
15213 * progmodes/modula2.el (modula2):
15214 * progmodes/octave-mod.el (octave):
15215 * progmodes/pascal.el (pascal):
15216 * progmodes/perl-mode.el (perl):
15217 * progmodes/prolog.el (prolog):
15218 * progmodes/ps-mode.el (PostScript-edit):
15219 * progmodes/scheme.el (scheme):
15220 * progmodes/sh-script.el (sh-script):
15221 * progmodes/simula.el (simula):
15222 * progmodes/tcl.el (tcl):
15223 * textmodes/nroff-mode.el (nroff):
15224 * textmodes/reftex-vars.el (reftex-fontification-configurations):
15225 * textmodes/sgml-mode.el (sgml):
15226 * textmodes/texinfo.el (texinfo):
15227 Add :link (custom-group-link font-lock-faces) to defgroup.
15228
15229 * hi-lock.el (hi-lock): Rename this defgroup from
15230 `hi-lock-interactive-text-highlighting'. Change parent group from
15231 `faces' to `font-lock'. Add link to the manual.
15232 (hi-lock-mode, hi-lock-file-patterns-range)
15233 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15234 `hi-lock-interactive-text-highlighting' to `hi-lock'.
15235 (hi-lock-faces): Add :group `faces'.
15236
15237 * cus-edit.el (custom-variable-prompt): Clarify the code.
15238
15239 * faces.el (face-read-string): Set the default value arg of
15240 completing-read.
15241
15242 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
15243
15244 * rfn-eshadow.el (file-name-shadow-properties)
15245 (file-name-shadow-tty-properties, file-name-shadow-mode):
15246 Remove autoloads, because the file is now preloaded.
15247
15248 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15249
15250 * printing.el (easy-menu-intern): Don't define.
15251 (pr-get-symbol): Use easy-menu-intern only if defined.
15252
15253 * simple.el (blink-matching-open): Simplify a bit.
15254 (completion-setup-function): Fix the case of partial-completion-mode
15255 when the minibuffer's contents start with "-".
15256 Obey completion-base-size-function even when
15257 minibuffer-completing-file-name is non-nil.
15258
15259 2005-11-16 Richard M. Stallman <rms@gnu.org>
15260
15261 * net/eudcb-ph.el (eudc-ph-open-session):
15262 Use set-process-query-on-exit-flag.
15263
15264 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15265
15266 * international/ucs-tables.el (ucs-set-table-for-input):
15267 Use make-local-variable, not make-variable-buffer-local.
15268
15269 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15270 Improve warning message text.
15271
15272 * savehist.el (savehist-save-hook): Add :group.
15273
15274 * menu-bar.el (menu-bar-help-menu):
15275 Rename Find Extra Packages to External Packages.
15276
15277 * cus-edit.el (Custom-reset-standard): Verify that
15278 :custom-standard-value prop exists before calling it.
15279
15280 * apropos.el (apropos-calc-scores): Use apropos-pattern.
15281
15282 2005-11-16 Martin Rudalics <rudalics@gmx.at>
15283
15284 * wid-edit.el (color): Enclose %t in %{...%}.
15285
15286 * cus-edit.el (face): Enclose %t in %{...%}.
15287
15288 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
15289
15290 * savehist.el (savehist-mode-hook): Re-add the var.
15291 (savehist-mode): Use it.
15292
15293 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * textmodes/flyspell.el: Fix commenting convention.
15296 Remove unnecessary leading * in custom docstrings.
15297 (flyspell-emacs): Remove unused var.
15298 (flyspell-delete-region-overlays): Use remove-overlays.
15299 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
15300 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
15301 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
15302 (flyspell-debug-signal-word-checked): Use with-current-buffer.
15303 (make-flyspell-overlay): Don't locally reuse a global name.
15304 (flyspell-highlight-incorrect-region)
15305 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
15306 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15307 (flyspell-notify-misspell): Remove unused args `start' and `end'.
15308 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
15309 Wrap calls to accept-process-output inside with-local-quit since it's
15310 often called from a post-command-hook.
15311 (flyspell-correct-word, flyspell-auto-correct-word):
15312 Use ispell-send-string.
15313 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
15314
15315 * calendar/diary-lib.el (diary-list-entries): Also hide the
15316 terminating newline.
15317
15318 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
15319
15320 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
15321 window-system, to allow fonts on tty.
15322
15323 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
15324
15325 * progmodes/gud.el (gud-speedbar-item-info): New function.
15326 (gud-install-speedbar-variables): Use it to display data type
15327 of watch expression as a tooltip in speedbar.
15328
15329 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
15330
15331 * font-core.el (global-font-lock-mode): Add :version keyword,
15332 because default was changed.
15333
15334 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
15335
15336 * startup.el (command-line): Use `custom-reevaluate-setting' for
15337 `file-name-shadow-mode'.
15338
15339 * loadup.el: Preload rfn-eshadow.
15340
15341 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
15342 Add :version keyword.
15343 (file-name-shadow-properties, file-name-shadow-tty-properties)
15344 (file-name-shadow): Add :version keyword.
15345
15346 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
15347 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
15348 in the custom-group property of the symbol frames and the fringe
15349 group got no link to its parent group frames.
15350 Doc fix.
15351
15352 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15353
15354 * progmodes/gud.el (gud-stop-subjob): New function.
15355 (gud-menu-map, gud-tool-bar-map): Use it.
15356
15357 2005-11-16 Kim F. Storm <storm@cua.dk>
15358
15359 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15360 than kill it.
15361 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
15362 to a more useful/logical place.
15363
15364 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15365
15366 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15367 go buttons complementary.
15368
15369 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15372 (rfn-eshadow-sifn-equal): New function.
15373 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15374
15375 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
15376
15377 * viper-utils.el (viper-non-word-characters-reformed-vi):
15378 Quote `-' in string.
15379
15380 * viper.el (viper-emacs-state-mode-list): Ensure that
15381 rcirc-mode buffers come up in Emacs state.
15382
15383 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15384 operation.
15385
15386 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15387
15388 * term.el (term-termcap-format): Fix typos.
15389 (term-down): Fix the negative argument case.
15390
15391 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15392
15393 * progmodes/gdb-ui.el: Remove face-alias left over from change on
15394 2005-08-15.
15395 (gdb-ann3): New command gud-go.
15396 (menu): Accomodate gdb-mi.el.
15397 (gdb-assembler-custom): Make buffer of selected window current
15398 so that set-window-point works.
15399
15400 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15401 buttons and include new ones.
15402
15403 2005-11-16 Kim F. Storm <storm@cua.dk>
15404
15405 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15406 (gud-menu-map): Use it.
15407
15408 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
15409
15410 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15411 that works correctly for Custom and that does not override a user
15412 who disables it.
15413
15414 * help-mode.el (help-make-xrefs, help-xref-on-pp)
15415 (help-xref-interned, help-follow): Make hyperlinks for variables
15416 that are unbound, but have a non-nil variable-documentation property.
15417
15418 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15419 mode hook. (It conflicted with defcustoms for some mode hooks.)
15420 Use the `variable-documentation' property to give the mode hook a
15421 docstring and expand that docstring.
15422
15423 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
15424
15425 * savehist.el (savehist-mode): Don't bother with
15426 `custom-set-minor-mode'.
15427 (savehist-coding-system): Check XEmacs version.
15428 (history-length): Declare also at run time.
15429 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
15430 Don't set the customize state.
15431 (savehist-minibuffer-hook): Special case for when
15432 minibuffer-history-variable is equal to t.
15433
15434 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * files.el (write-file): Refresh VC status.
15437
15438 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15439 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15440 than fundamental-mode to see if the mode was set.
15441
15442 2005-11-14 Romain Francoise <romain@orebokech.com>
15443
15444 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15445 dummy function in `eval-when-compile' to avoid compiler warning.
15446 Require `man' at compile time.
15447
15448 2005-11-14 Jay Belanger <belanger@truman.edu>
15449
15450 * calc-alg.el (calcFunc-write-out-power): Rename it to
15451 calcFunc-powerexpand.
15452 (math-write-out-power): Rename it to math-powerexpand; have it
15453 handle negative exponents.
15454 (calc-writeoutpower): Rename it to calc-powerexpand.
15455
15456 * calc-ext.el: Change calcFunc-writeoutpower and
15457 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15458 autoloads.
15459 Add calcFunc-ldiv to autoloads.
15460
15461 * calc-arith.el (calcFunc-ldiv): New function.
15462
15463 * calc.el (calc-left-divide): New function.
15464
15465 2005-11-14 Juri Linkov <juri@jurta.org>
15466
15467 * cus-edit.el (custom-variable-prompt): Set the default value arg
15468 of completing-read.
15469
15470 * cus-dep.el (custom-make-dependencies): Reverse the list of
15471 found dependencies.
15472
15473 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15474
15475 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15476 Highlighting" entry, it is on by default now.
15477 (menu-bar-options-save): Do not save global-font-lock-mode.
15478
15479 2005-11-13 Richard M. Stallman <rms@gnu.org>
15480
15481 * textmodes/flyspell.el (flyspell-large-region):
15482 Call flyspell-accept-buffer-local-defs.
15483
15484 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
15485
15486 * textmodes/flyspell.el (flyspell-notify-misspell):
15487 Fix misspelling of "Misspelling".
15488 (flyspell-process-localwords): New function.
15489 (flyspell-large-region): Call flyspell-process-localwords and
15490 flyspell-delete-region-overlays.
15491 (flyspell-delete-region-overlays): New function.
15492 (flyspell-delete-all-overlays): Call that.
15493
15494 2005-11-13 Richard M. Stallman <rms@gnu.org>
15495
15496 * help.el (help-for-help-internal): Improve doc of C-h a.
15497 (describe-key): Improve prompt; doc fix.
15498
15499 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15500
15501 * vc-svn.el (vc-svn-registered): Catch all errors.
15502
15503 * cus-dep.el (custom-make-dependencies): Typo.
15504
15505 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15506
15507 * net/tramp-util.el (top): Fix compilation warning.
15508
15509 2005-11-13 Kim F. Storm <storm@cua.dk>
15510
15511 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15512
15513 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15514
15515 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15516 (gud-speedbar-buttons): Match on "const char *" too.
15517
15518 * progmodes/gdb-ui.el (gdb-var-create-handler)
15519 (gdb-var-list-children-handler): Match on "const char *" too.
15520 (gdb-var-evaluate-expression-handler): Match on empty string.
15521 (gdb-var-update-handler): Only call
15522 gdb-var-evaluate-expression-handler when required.
15523
15524 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15525
15526 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15527 selected window. This still doesn't work for speedbar.
15528 (gud-speedbar-buttons): Handle string expressions properly.
15529
15530 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15531 (gdb-var-create-handler): Handle string expressions properly.
15532 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15533 Handle string expressions properly. Move "type" field into regexp.
15534
15535 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15536
15537 * bookmark.el (bookmark-maybe-message): New function to reduce
15538 code duplication: invokes `message' iff baud-rate is high enough.
15539 (bookmark-write-file): Use above instead of an inline conditional.
15540 (bookmark-load): Same.
15541
15542 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15543
15544 * bookmark.el (bookmark-write-file): Don't visit the destination
15545 file, just write the data to it using write-region. This is
15546 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15547 change to avoid visiting the file in the first place.
15548
15549 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15550
15551 * hi-lock.el (hi-lock-mode): Set the default value of
15552 font-lock-defaults.
15553
15554 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15555
15556 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15557 arg to `file-attributes'.
15558 (find-lisp-format): The UID and GID can now be strings.
15559
15560 2005-11-12 Kim F. Storm <storm@cua.dk>
15561
15562 * help.el (help-map): Bind C-h d to apropos-documentation.
15563
15564 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15565 when point is at end-of-buffer.
15566
15567 * apropos.el (apropos-match-face): Doc fix.
15568 (apropos-sort-by-scores): Add new choice `verbose'.
15569 (apropos-documentation-sort-by-scores): New defcustom.
15570 (apropos-pattern): Now contains the pattern entered by the user.
15571 (apropos-pattern-quoted): New defvar.
15572 (apropos-regexp): New defvar, containing the regexp corresponding
15573 to apropos-pattern.
15574 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15575 (apropos-read-pattern): New defun. Use it to read pattern arg in
15576 interactive calls; returns list of words for a word list, and
15577 string for a regexp.
15578 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15579 parses a list of words or regexp as returned by apropos-read-pattern.
15580 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15581 (apropos-score-doc): Return a very high score if the string
15582 entered by the user matches literally.
15583 (apropos-variable): Doc fix. Use apropos-read-pattern.
15584 (apropos-command): Doc fix. Use apropos-read-pattern and
15585 apropos-parse-pattern. Call apropos-print with nosubst=t.
15586 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15587 apropos-parse-pattern.
15588 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15589 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15590 apropos-documentation-sort-by-scores. Call apropos-print with
15591 nosubst=t.
15592 (apropos-documentation-internal): Pass doc string through
15593 substitute-key-definition before adding text properties.
15594 Highlight substring matching literal user input if possible.
15595 (apropos-documentation-check-doc-file): Remove locals beg and end.
15596 Fix calculation of score (as added twice). Pass doc string through
15597 substitute-key-definition before adding text properties.
15598 (apropos-documentation-check-elc-file): Pass doc string through
15599 substitute-key-definition before adding text properties.
15600 Highlight substring matching literal user input if possible.
15601 (apropos-print): Add new arg NOSUBST; if set, command and variable
15602 doc strings have already been passed through substitute-key-definition.
15603 Add code to handle apropos-accumulator items without score element
15604 for backwards compatibility (e.g. with woman package).
15605 Only show scores if apropos-sort-by-scores is `verbose'.
15606
15607 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15610 Add jka-compr-load-suffixes to load-suffixes.
15611
15612 * jka-compr.el: Require jka-cmpr-hook.
15613 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15614 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15615 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15616 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15617 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15618 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15619 (jka-compr-uninstall): Remove entries from
15620 jka-compr-added-to-file-coding-system-alist after they are used.
15621 (jka-compr-error): Remove unused var `curbuf'.
15622 (jka-compr-file-local-copy): Remove unused var `notfound'.
15623
15624 2005-11-10 Romain Francoise <romain@orebokech.com>
15625
15626 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15627
15628 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15629
15630 * progmodes/gud.el (gud-menu-map): Move parentheses.
15631 (gdb): New command gud-pv.
15632
15633 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15634
15635 * tar-mode.el: Remove spurious or unnecessary leading stars
15636 in docstrings.
15637 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15638 (tar-parse-octal-integer-safe): Use mapc.
15639 (tar-header-block-summarize): Remove unused var `ck'.
15640 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15641 cleared before. Obey default-enable-multibyte-characters.
15642 Use mapconcat. Simplify setting of tar-header-offset.
15643 (tar-mode-map): Move initialization inside delcaration.
15644 (tar-flag-deleted): Use `abs'.
15645 (tar-expunge-internal): Remove unused var `line'.
15646 (tar-expunge-internal): Don't hardcode point-min==1.
15647 (tar-expunge): Widen while doing set-buffer-multibyte.
15648 (tar-rename-entry): Use file-name-coding-system.
15649 (tar-alter-one-field): Don't hardcode point-min==1.
15650 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15651 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15652
15653 2005-11-10 Masatake YAMATO <jet@gyve.org>
15654
15655 * add-log.el (add-log-current-defun): Handle class::method
15656 notation of c++. Fix incorrect comment.
15657
15658 2005-11-10 Alan Mackenzie <acm@muc.de>
15659
15660 * help-fns.el (describe-variable): Make C-h v work when a variable
15661 has variable documentation yet is unbound.
15662
15663 2005-11-10 Masatake YAMATO <jet@gyve.org>
15664
15665 * man.el (Man-highlight-references): Set an empty
15666 string to `Man-arguments' if it is nil.
15667 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15668
15669 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15672 commenting conventions.
15673
15674 * cus-dep.el (custom-make-dependencies): Simplify.
15675 Better follow the commenting conventions.
15676
15677 2005-11-09 Richard M. Stallman <rms@gnu.org>
15678
15679 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15680 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15681 All uses changed.
15682 (apropos-rewrite-regexp): Doc fix.
15683 (apropos-variable, apropos-command, apropos, apropos-value):
15684 Change prompt; carry through the argument renaming.
15685
15686 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15687
15688 * find-lisp.el: Require dired.
15689 (find-lisp-find-dired-internal): Do not call
15690 `abbreviate-file-name' on DIR.
15691
15692 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15693
15694 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15695
15696 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15697
15698 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15699 when using the speedbar.
15700 (gdb): New command gud-pp.
15701 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15702
15703 2005-11-09 Juri Linkov <juri@jurta.org>
15704
15705 * replace.el (occur-excluded-properties): New defcustom.
15706 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15707
15708 2005-11-08 Jay Belanger <belanger@truman.edu>
15709
15710 * calc/calc-units.el (math-convert-units): Replace any composite
15711 unit by its definition.
15712
15713 2005-11-08 Lars Hansen <larsh@soem.dk>
15714
15715 * emacs-lisp/autoload.el (update-directory-autoloads):
15716 Add obsolete function alias.
15717
15718 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15721 comment-indent-function.
15722 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15723
15724 * reveal.el (reveal-post-command): Rework the handling of
15725 reveal-open-spots, so as to be more reliable. There were several
15726 tricky corner cases where an open spot might be lost, or where
15727 a closed spot might end up on the list of open spots.
15728 Only reveal text that's ellipsised.
15729
15730 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15731
15732 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15733
15734 2005-11-07 John Paul Wallington <jpw@gnu.org>
15735
15736 * ibuffer.el (ibuffer): Search iconified frames too when
15737 getting Ibuffer buffer's window.
15738
15739 2005-11-06 Richard M. Stallman <rms@gnu.org>
15740
15741 * progmodes/compile.el (compilation-internal-error-properties):
15742 save-excursion around the computation of MARKER.
15743
15744 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15745
15746 * textmodes/flyspell.el (flyspell-external-point-words):
15747 flyspell-get-word returns a list, not just a string.
15748
15749 2005-11-06 John Paul Wallington <jpw@pobox.com>
15750
15751 * ibuffer.el (ibuffer): Search all visible frames when getting
15752 Ibuffer buffer's window.
15753
15754 2005-11-07 Masatake YAMATO <jet@gyve.org>
15755
15756 * man.el (Man-reference-regexp): Accept spaces between
15757 `Man-name-regexp' and `Man-section-regexp'.
15758 (Man-apropos-regexp): New variable.
15759 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15760 if available.
15761 (Man-highlight-references, Man-highlight-references0):
15762 Handle the case when `Man-arguments' includes "-k".
15763 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15764 `TARGET'. `TARGET' can be a number, function or nil.
15765
15766 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15767
15768 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15769 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15770 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15771 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15772 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15773 (gdb-send-item): Use buffer-local-value and simplify.
15774
15775 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15776
15777 * startup.el (command-line): Use `custom-reevaluate-setting' for
15778 `global-font-lock-mode'.
15779
15780 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15781 by default, except in batch mode or when the -D option is given.
15782
15783 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15784 specified keyword args on to `define-minor-mode'. Update docstring.
15785
15786 2005-11-05 Romain Francoise <romain@orebokech.com>
15787
15788 * replace.el (occur-engine): Add marker at end of line, too.
15789
15790 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15791
15792 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15793 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15794 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15795 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15796 argument to all these routines, so the passphrase can be managed
15797 externally and passed in to the system.
15798 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15799 pgg-add-passphrase-to-cache function.
15800
15801 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15802 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15803 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15804 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15805 argument to all these routines, so the passphrase can be managed
15806 externally and passed in to the system.
15807 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15808 function.
15809
15810 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15811
15812 * font-lock.el: Don't deal with font-lock-face-attributes here,
15813 move the code ...
15814
15815 * startup.el (command-line): ... here. Use face-spec-set instead
15816 of custom-declare-face.
15817
15818 * faces.el (face-spec-set): Reset the face if spec is not nil.
15819
15820 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15821
15822 * newcomment.el (comment-region-internal): Box more tightly in the
15823 common case where there's no TAB in the boxed text.
15824
15825 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15826
15827 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15828 up-node.
15829
15830 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15831
15832 * newsticker.el: Commentary updated. Code formatting changed.
15833 (newsticker-version): Change to "1.9".
15834 (newsticker, newsticker-feed): Doc fix.
15835 (newsticker-url-list): Doc fix. Add option "Weekly".
15836 (newsticker-retrieval-interval): Add option "Weekly".
15837 (newsticker-headline-processing): Doc fix.
15838 (newsticker-auto-mark-filter): Remove.
15839 (newsticker-auto-mark-filter-list): New.
15840 (newsticker-layout, newsticker-sort-method): Doc fix.
15841 (newsticker-hide-old-items-in-newsticker-buffer)
15842 (newsticker-heading-format, newsticker-item-format)
15843 (newsticker-desc-format): Doc fix.
15844 (newsticker-show-all-rss-elements): Remove.
15845 (newsticker-show-all-news-elements): New.
15846 (newsticker-faces, newsticker-ticker): Doc fix.
15847 (remove-from-invisibility-spec): Code formatting.
15848 (newsticker--process-ids): New.
15849 (newsticker-mode): Doc fix.
15850 (newsticker-mode): Change mode-line-format.
15851 (newsticker-start): Remove debug output.
15852 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15853 (newsticker-w3m-show-inline-images): Code formatting.
15854 (newsticker-next-item): Call `force-mode-line-update'.
15855 (newsticker-previous-item): Call `force-mode-line-update'.
15856 (newsticker-next-feed): Call `force-mode-line-update'.
15857 (newsticker-previous-feed): Call `force-mode-line-update'.
15858 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15859 (newsticker-show-old-items): Do not show descs.
15860 (newsticker-hide-entry): Hide too much.
15861 (newsticker-hide-entry, newsticker-show-entry)
15862 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15863 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15864 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15865 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15866 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15867 (newsticker-get-news): Call `force-mode-line-update'.
15868 Collect process ids.
15869 (newsticker--sentinel): Change coding system handling.
15870 Move image retrieval to new functions newsticker--get-logo-url-*.
15871 Move feed parsing to new functions newsticker--parse-*.
15872 Update list of process ids.
15873 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15874 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15875 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15876 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15877 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15878 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15879 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15880 (newsticker--decode-coding-string): Remove.
15881 (newsticker--decode-numeric-entities): Check input. Format code.
15882 (newsticker--remove-whitespace): Check input.
15883 (newsticker--do-forget-preformatted): Doc fix.
15884 (newsticker--decode-rfc822-date): Allow for missing time.
15885 (newsticker--update-process-ids): New.
15886 (newsticker--image-sentinel): Change comment.
15887 (newsticker--image-read): Change error message.
15888 (newsticker--imenu-goto): Doc fix. Show headline title.
15889 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15890 (newsticker--buffer-do-insert-text): Clean whitespace in
15891 html-rendered headline title. Code formatting.
15892 Call `newsticker--buffer-print-extra-elements'.
15893 (newsticker--buffer-print-extra-element): Remove.
15894 (newsticker--buffer-print-extra-elements): New.
15895 (newsticker--buffer-do-print-extra-element): New.
15896 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15897 large sizes.
15898 (newsticker--run-auto-mark-filter)
15899 (newsticker--do-run-auto-mark-filter):
15900 Use `newsticker-auto-mark-filter-list'.
15901
15902 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15903
15904 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15905 (rcirc-print): Force redisplay before running hooks. Do long
15906 buffer truncation after making new text read-only. Deal with nil
15907 text when decoding strings. If TARGET is nil, use either the
15908 currently selected buffer, if it is an rcirc buffer and of the
15909 same process or the process buffer.
15910 (rcirc-mode): Remove header-line. Recompute short buffer names.
15911 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15912 (rcirc-short-buffer-name): Add variable.
15913 (rcirc-kill-buffer-hook): Recompute short buffer names.
15914 Remove nick from private channel.
15915 (rcirc-send-input): Send command text to current-buffer.
15916 Don't clear overlay arrow here.
15917 (rcirc-short-buffer-name): Return a short buffer name.
15918 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15919 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15920 buffer-name abbreviations.
15921 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15922 Do not touch nick-table when killing a parted channel.
15923 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15924 Clear arrow from current buffer if it is now hidden.
15925 (rcirc-current-buffer): Add variable.
15926 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15927 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15928 Remove -face from names.
15929 (rcirc-update-activity-string): Print "DND" when globally ignoring
15930 activity.
15931 (rcirc-ignore-buffer-activity-flag): Rename from
15932 rcirc-ignore-channel-activity.
15933 (rcirc-ignore-all-activity-flag): Doc fix.
15934 (rcirc-channels): Remove variable.
15935 (rcirc-kill-buffer-hook):
15936 (rcirc-get-buffer-create): Add nick to private channel.
15937 (rcirc-multiline-edit-submit): Remove tabs.
15938 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15939 folded.
15940 (rcirc-remove-nick-channel): Bug fix.
15941 (rcirc-toggle-ignore-buffer-activity): Rename from
15942 rcirc-toggle-ignore-channel-activity.
15943 (rcirc-record-activity): Add buffers to the front of the list.
15944 (rcirc-update-activity): Remove killed buffers from list.
15945 (rcirc-process-server-response-1): Remove last argument if it is
15946 null before calling handler.
15947 (rcirc): Add "rcirc" defcustom prefix.
15948 (rcirc-prompt): Simplify default prompt.
15949 Use custom-initialize-default.
15950 (rcirc-private-chats): Remove variable.
15951 (rcirc-prompt): Change initialization.
15952 (rcirc-version): Remove function.
15953 (rcirc-id-string): Add constant.
15954 (rcirc-last-buffer): Remove variable.
15955 (rcirc-buffer-alist): Add variable.
15956 (rcirc-connect): Update variable setup.
15957 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15958 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15959 default.
15960 (rcirc-handler-generic): Trigger activity.
15961 (rcirc-send-message): Create the buffor of the target.
15962 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15963 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15964 (rcirc-multiline-edit-cancel): Remove function.
15965 (rcirc-set-last-buffer): Remove function.
15966 (rcirc-get-any-buffer): Add function.
15967 (rcirc-join-channels): Don't print /join text.
15968 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15969 messages.
15970 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15971 (rcirc-handler-NOTICE): Recognize CTCP responses.
15972 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15973 constructing TOPIC string for buffers we are not JOINed.
15974 (rcirc-handler-CTCP-response): Add handler.
15975 (rcirc-multiline-edit-submit): Restore the window-configuration
15976 before adjusting point.
15977 (rcirc): Add customization group.
15978 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15979 (rcirc-user-full-name, rcirc-startup-channels-alist)
15980 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15981 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15982 (rcirc-input-ring-size, rcirc-read-only-flag)
15983 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15984 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15985 Change defvar to defcustom.
15986 (rcirc-update-prompt): Add optional ALL arg, which will update
15987 prompts in all rcirc buffers. Regexp quote replacement text.
15988 (rcirc-fill-column): Accept frame-width as a value.
15989 (rcirc-set-changed): Add function.
15990 (rcirc-next-active-buffer): Write more meaningful messages.
15991 (rcirc-faces): Add customization group.
15992 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15993 (rcirc-nick-in-message-face, rcirc-prompt-face)
15994 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15995 (with-rcirc-process-buffer): Move before first usage.
15996 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15997 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15998 (rcirc-debug): Rename from `rcirc-log'.
15999 (rcirc-format-response-string): Do not print `-' chars for a
16000 NOTICE with no sender. Simplify output of server responses.
16001
16002 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16003
16004 (rcirc-browse-url-map, rcirc-browse-url-at-point)
16005 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16006 Make urls mouse and RET clickable.
16007
16008 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16009
16010 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16011
16012 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16013
16014 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16015 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16016 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16017 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16018 argument to all these routines, so the passphrase can be managed
16019 externally and passed in to the system.
16020 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16021 pgg-add-passphrase-to-cache function.
16022
16023 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16024 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16025 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16026 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16027 argument to all these routines, so the passphrase can be managed
16028 externally and passed in to the system.
16029 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16030 function.
16031
16032 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
16033
16034 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16035 from goto-address-url-regexp.
16036
16037 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
16038
16039 * textmodes/org.el (org-read-date, org-goto-calendar)
16040 (org-recenter-calendar, org-agenda-goto-calendar):
16041 Temporarily clear `calendar-move-hook'.
16042
16043 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
16044
16045 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16046 merging.
16047
16048 * ediff-util.el (ediff-previous-difference): Don't skip regions that
16049 have merge clashes.
16050
16051 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16052
16053 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16054 Undo previous change.
16055
16056 * startup.el (command-line): Use `custom-reevaluate-setting' for
16057 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
16058 tty-register-default-colors on Mac.
16059
16060 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16061
16062 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16063 (gdb-buffer-type): Make it automatically buffer local...
16064 (gdb-get-create-buffer): ...and set it accordingly.
16065 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16066 actually work.
16067
16068 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
16069
16070 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16071 not red.
16072
16073 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16074
16075 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16076 case GUD buffer is not visible.
16077 (gdb-goto-breakpoint): Try to force display in source buffer.
16078 (gdb-frame-gdb-buffer): Copy other similar functions.
16079 (gdb-restore-windows): Don't display source if not asked for.
16080 (gdb-assembler-buffer-name): Don't capitalise.
16081
16082 2005-11-03 Richard M. Stallman <rms@gnu.org>
16083
16084 * wid-edit.el (key-sequence): New widget type.
16085
16086 * simple.el (set-mark-command-repeat-pop): New variable.
16087 (set-mark-command): Only interpret plan C-@ after a pop as a pop
16088 if set-mark-command-repeat-pop is true.
16089
16090 * info.el (Info-fontify-node): Don't display extra "see" if there
16091 already is one here.
16092
16093 * mouse.el: Fix special handling of DEL after dragging a region:
16094 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16095 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
16096
16097 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16098
16099 * textmodes/ispell.el (ispell-command-loop): Change `i' description
16100 not to assume it pertains to an affix.
16101
16102 * textmodes/flyspell.el (flyspell-post-command-hook):
16103 Bind deactivate-mark to prevent deactivation.
16104
16105 2005-11-03 Lars Hansen <larsh@soem.dk>
16106
16107 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16108 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16109 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16110
16111 2005-11-03 Romain Francoise <romain@orebokech.com>
16112
16113 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
16114 Update copyright years.
16115
16116 2005-11-03 Sam Steingold <sds@gnu.org>
16117
16118 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16119 Use system-type instead of window-system because window-system is not
16120 correctly defined during loadup.
16121
16122 2005-11-02 Mark A. Hershberger <mah@everybody.org>
16123
16124 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16125 (xml-parse-tag): Join strings separated by a comment properly.
16126
16127 2005-11-02 Andreas Schwab <schwab@suse.de>
16128
16129 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16130
16131 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16134 (byte-optimize-pure-func): Quote the eval'd value.
16135
16136 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16137 Rename from perl-font-lock-syntactic-face-function.
16138 Change the calling convention so it can be used as a font-lock MATCHER.
16139 Do the parse-partial-sexp loop outselves.
16140 (perl-font-lock-syntactic-keywords): Use it.
16141 (perl-mode): Don't set font-lock-syntactic-face-function any more.
16142
16143 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
16144
16145 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16146 disassembly buffer too.
16147 (gdb-exited): Remove overlay arrows when execution has finished.
16148 (gdb-info-frames-custom, gdb-info-threads-custom)
16149 (gdb-info-registers-custom): Don't add inappropriate text
16150 properties if inferior is not active.
16151
16152 2005-11-02 Glenn Morris <rgm@gnu.org>
16153
16154 * progmodes/fortran.el (fortran-blink-match):
16155 Use `blink-matching-delay'.
16156
16157 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
16158
16159 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16160
16161 2005-11-02 Lars Hansen <larsh@soem.dk>
16162
16163 * net/tramp.el (tramp-action-out-of-band): Handle scp message
16164 "Permission denied".
16165
16166 2005-11-01 Richard M. Stallman <rms@gnu.org>
16167
16168 * textmodes/flyspell.el (flyspell-external-point-words):
16169 Pass nil to flyspell-get-word.
16170
16171 2005-11-02 Kim F. Storm <storm@cua.dk>
16172
16173 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16174 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16175
16176 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16179 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16180 (calendar-mouse-print-dates): Add optional `event' argument.
16181 Update interactive-spec.
16182 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16183 Use `calendar-event-to-date' instead of `event'.
16184
16185 2005-11-02 Masatake YAMATO <jet@gyve.org>
16186
16187 * progmodes/ld-script.el (ld-script-builtins):
16188 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16189 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16190 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16191
16192 2005-11-01 Romain Francoise <romain@orebokech.com>
16193
16194 * vc-sccs.el: Update copyright year.
16195 * ezimage.el: Likewise.
16196
16197 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
16198
16199 * info.el (Info-fontify-node): Use `string-width' for fontifying
16200 underlined titles.
16201
16202 2005-11-01 Juri Linkov <juri@jurta.org>
16203
16204 * info.el (Info-fontify-node): Downcase node header keywords Node,
16205 Prev, Next, Up before comparison.
16206 (Info-history): Insert absolute directory name, and put invisible
16207 property on it.
16208
16209 2005-11-01 Juri Linkov <juri@jurta.org>
16210
16211 * info.el (Info-file-supports-index-cookies): New variable.
16212 (Info-find-node-2): Check makeinfo version for index cookie support.
16213 (Info-index-nodes): Search for nodes with index cookies only when
16214 Info-file-supports-index-cookies is t. Otherwise, search nodes
16215 with "Index" in the node name.
16216 (Info-index-node): Search index cookie in the current node only when
16217 Info-file-supports-index-cookies is t. Otherwise, check the word
16218 "Index" in the node name.
16219 (Info-find-emacs-command-nodes): Remove code that searches nodes
16220 with "Index" node name in the top menu.
16221
16222 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * progmodes/scheme.el (scheme-mode-variables): Use the default
16225 comment-indent-function.
16226
16227 * faces.el (face-attribute): Handle the case where a face inherits from
16228 a non-existent face.
16229
16230 * simple.el (eval-expression-print-format): Use lisp-readable syntax
16231 for octal and hexa output, and merge the char into the paren.
16232 (kill-new): Use push.
16233 (copy-to-buffer): Use with-current-buffer.
16234 (completion-setup-function): Move code in loop to remove redundancy.
16235 (minibuffer-local-must-match-map): Don't add bindings that duplicate
16236 those inherited from minibuffer-local-completion-map.
16237
16238 * savehist.el (savehist-mode) <defcustom>:
16239 Use custom-set-minor-mode if available.
16240 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16241 and emit a message if applicable.
16242
16243 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
16244
16245 * savehist.el: Sync up to version 19.
16246 (savehist-mode): New minor mode.
16247 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16248 (savehist-length): Remove (use history-length instead).
16249 (savehist-file-modes): Rename from savehist-modes.
16250 (savehist-save-hook, savehist-loaded): New vars.
16251 (savehist-load): Use savehist-mode. Try to smooth up transition from
16252 old format to new format.
16253 (savehist-install): Allow savehist-autosave-interval to be nil.
16254 (savehist-save): Run the new hook. Be more careful to only trim the
16255 history variables.
16256 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
16257 (savehist-printable): Print into a buffer rather than char-by-char.
16258
16259 2005-11-01 John Wiegley <johnw@newartisans.com>
16260
16261 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16262 toggle-ignore keybinding (C-a). The author said it had been
16263 disabled much earlier due to a possible incompatibility, but after
16264 many months of usage I have encountered no problems (and it is a
16265 rather useful option, especially for switching to " *temp*").
16266
16267 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16268 support for OS/X's AddressBook, by calling out to the open source
16269 program "contacts" (installable through Fink).
16270
16271 * net/eudc.el (eudc-expand-inline): If the
16272 `eudc-multiple-match-handling-method' is set to `all', delete the
16273 query string before inserting the query result.
16274
16275 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16276 flag, to prevent Eshell from using the system ls when
16277 `eshell-ls-insert-directory' is in used.
16278 (eshell-ls-insert-directory): Disable font-lock in directory
16279 buffer so that Eshell's own fontification is seen. This broke
16280 recently due to changes in font-lock, so this goes back to version
16281 21 behavior.
16282
16283 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
16284
16285 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16286 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16287 (gdb-many-windows): Doc fix.
16288
16289 2005-10-31 Romain Francoise <romain@orebokech.com>
16290
16291 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16292
16293 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16294
16295 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16296 that global-font-lock-mode can be enabled by default.
16297
16298 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16299 (font-lock-add-keywords, font-lock-remove-keywords)
16300 (font-lock-fontify-buffer): Remove autoload cookies.
16301
16302 * jit-lock.el (jit-lock-register): Likewise.
16303
16304 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
16305
16306 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16307
16308 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
16309 intact if there is no gud-comint-buffer.
16310
16311 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
16312
16313 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
16314 old prompt comint-prompt-read-only is t and GDB commands are
16315 issued from tool bar etc.
16316
16317 2005-10-31 Masatake YAMATO <jet@gyve.org>
16318
16319 * vc.el (vc-directory-exclusion-list): Add "{arch}".
16320
16321 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16322
16323 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
16324 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
16325
16326 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
16327
16328 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
16329 starting at beginning of line. Fontification is messed up when
16330 `open-paren-in-column-0-is-defun-start' set to t.
16331 Reported by John Paul Wallington <jpw@pobox.com>.
16332
16333 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
16334
16335 * comint.el (comint-send-input): Call `comint-update-fence' when
16336 `comint-process-echoes' and `comint-prompt-read-only' are both
16337 non-nil, to avoid leftover read-only newline.
16338
16339 2005-10-30 Richard M. Stallman <rms@gnu.org>
16340
16341 * textmodes/flyspell.el (flyspell-external-point-words):
16342 Detect when WORD can't be checked properly because
16343 flyspell-get-word finds just part of it, and move on.
16344
16345 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
16346 boundarychar for Polish.
16347 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
16348 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
16349
16350 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16351
16352 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
16353 (gdb-registers-font-lock-keywords): Delete.
16354 (gdb-registers-mode): Don't fontify.
16355 (gdb-info-registers-custom): Use text properties instead as, in
16356 future, changed register values will use font-lock-warning-face.
16357 (gdb-local-font-lock-keywords): Rename to...
16358 (gdb-locals-font-lock-keywords): ...for consistency.
16359
16360 2005-10-30 Andre Spiegel <spiegel@gnu.org>
16361
16362 * vc.el (vc-switch-backend): Better error message if the buffer is
16363 not visiting a file under version control.
16364
16365 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16366
16367 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
16368
16369 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16370 ~/.emacs.d/.emacs.
16371
16372 2005-10-29 Richard M. Stallman <rms@gnu.org>
16373
16374 * replace.el (occur-mode-mouse-goto): Always go to other window.
16375 (occur-mode-goto-occurrence): Always switch in same window.
16376
16377 * simple.el (undo): Display message at end, not at start.
16378
16379 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16380 New arg REUSE-CELL.
16381 (cancel-timer-internal): New function.
16382 (timer-event-handler): Use cancel-timer-internal,
16383 and pass the cell it returns to timer-activate...
16384
16385 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16386 (jit-lock-deferred-fontify, jit-lock-context-fontify)
16387 (jit-lock-after-change): Test memory-full.
16388
16389 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16390
16391 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16392 part of the decoded armor to find the key-identifier.
16393 (pgg-gpg-lookup-key-owner): New function to return the
16394 human-readable identifier of a key owner.
16395 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16396 key itself.
16397 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16398 the key value) if we have a key and can match it against a secret
16399 key. Also, added a note pointing out fact that the prompt only
16400 indicates the first matching key.
16401
16402 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16403 pgg-decrypt-region.
16404 (pgg-pending-timers): A new hash for tracking the passphrase cache
16405 timers, so that new ones supercede old ones.
16406 (pgg-add-passphrase-to-cache): Rename from
16407 `pgg-add-passphrase-cache' to reduce confusion (all callers
16408 changed). Modified to cancel old timers when new ones are added.
16409 (pgg-remove-passphrase-from-cache): Rename from
16410 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16411 changed). Modified to cancel old timers when their keys are
16412 removed from the cache.
16413 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16414 XEmacs, an indirection to delete-itimer.
16415 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16416 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16417 users can only check cache without risk of prompting. Correct bug in
16418 notruncate behavior.
16419 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16420 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16421 Add informative docstrings.
16422 (pgg-decrypt): Convey provided passphrase in subordinate call to
16423 pgg-decrypt-region.
16424
16425 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16426 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16427 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16428 `passphrase' argument, so the passphrase can be managed externally
16429 and then passed in to the system.
16430
16431 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16432 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16433 so the passphrase cache can be used reliably with identifiers
16434 besides a pgp packet's key id.
16435
16436 * pgg-gpg.el (pgg-pgp-encrypt-region)
16437 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16438 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16439 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16440 argument to all these routines, so the passphrase can be managed
16441 externally and passed in to the system.
16442
16443 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16444 `notruncate' argument, so the passphrase cache can be used
16445 reliably with identifiers besides a pgp packet's key id.
16446
16447 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16448
16449 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16450 symmetric encryption.
16451 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16452 encrypted session key.
16453 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16454 message ask for the passphrase in a proper way.
16455
16456 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16457 New user commands for symmetric encryption.
16458
16459 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
16460
16461 * textmodes/conf-mode.el (conf-assignment-sign)
16462 (conf-assignment-regexp): Fix docstrings.
16463 (conf-mode-initialize): New function.
16464 (conf-mode): Remove optional args. Use delay-mode-hooks to
16465 recognize recursive calls.
16466 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16467 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16468 (conf-xdefaults-mode): Use define-derived-mode and
16469 conf-mode-initialize.
16470
16471 2005-10-29 Romain Francoise <romain@orebokech.com>
16472
16473 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16474
16475 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16476
16477 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16478 part of the decoded armor to find the key-identifier.
16479 (pgg-gpg-lookup-key-owner): New function to return the
16480 human-readable identifier of a key owner.
16481 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16482 key itself.
16483 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16484 the key value) if we have a key and can match it against a secret
16485 key. Also, added a note pointing out fact that the prompt only
16486 indicates the first matching key.
16487
16488 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16489 pgg-decrypt-region.
16490 (pgg-pending-timers): A new hash for tracking the passphrase cache
16491 timers, so that new ones supercede old ones.
16492 (pgg-add-passphrase-to-cache): Rename from
16493 `pgg-add-passphrase-cache' to reduce confusion (all callers
16494 changed). Modified to cancel old timers when new ones are added.
16495 (pgg-remove-passphrase-from-cache): Rename from
16496 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16497 changed). Modified to cancel old timers when their keys are
16498 removed from the cache.
16499 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16500 XEmacs, an indirection to delete-itimer.
16501 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16502 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16503 users can only check cache without risk of prompting. Correct bug in
16504 notruncate behavior.
16505 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16506 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16507 Add informative docstrings.
16508 (pgg-decrypt): Convey provided passphrase in subordinate call to
16509 pgg-decrypt-region.
16510
16511 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16512
16513 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16514 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16515 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16516 `passphrase' argument, so the passphrase can be managed externally
16517 and then passed in to the system.
16518
16519 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16520 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16521 so the passphrase cache can be used reliably with identifiers
16522 besides a pgp packet's key id.
16523
16524 * pgg-gpg.el (pgg-pgp-encrypt-region)
16525 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16526 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16527 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16528 argument to all these routines, so the passphrase can be managed
16529 externally and passed in to the system.
16530
16531 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16532 `notruncate' argument, so the passphrase cache can be used
16533 reliably with identifiers besides a pgp packet's key id.
16534
16535 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16536
16537 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16538 symmetric encryption.
16539 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16540 encrypted session key.
16541 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16542 message ask for the passphrase in a proper way.
16543
16544 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16545 New user commands for symmetric encryption.
16546
16547 2005-10-28 Bill Wohler <wohler@newt.com>
16548
16549 * help-mode.el (help-url): New button type. Calls browse-url.
16550 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16551 Similar to Info nodes: URL `url'.
16552 (help-make-xrefs): Create help-url buttons for
16553 help-xref-url-regexp matches.
16554
16555 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16556
16557 * tool-bar.el (tool-bar-add-item-from-menu)
16558 (tool-bar-local-item-from-menu): Fix doc strings.
16559
16560 2005-10-28 Romain Francoise <romain@orebokech.com>
16561
16562 * ldefs-boot.el: Update.
16563
16564 * subr.el (locate-library): Move from help-fns.el.
16565 * help-fns.el (locate-library): Move to subr.el.
16566
16567 2005-10-28 Richard M. Stallman <rms@gnu.org>
16568
16569 * net/tramp.el (tramp-completion-mode): defvar moved up.
16570
16571 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16572
16573 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16574
16575 * files.el (find-file-noselect): Use %d to format large file size.
16576
16577 * bindings.el (mode-line-format): Add %e.
16578
16579 * loadup.el ("facemenu"): Load unconditionally.
16580 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16581 ("x-dnd"): Load, when appropriate.
16582
16583 * startup.el (command-line): Call before-init-hook earlier.
16584 Warn about some bad characters in -u user name.
16585
16586 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16587 (flyspell-external-point-words): Error if misspelled word is not found.
16588 Set flyspell-large-region-beg at end of word.
16589
16590 2005-10-28 Andreas Schwab <schwab@suse.de>
16591
16592 * view.el (View-revert-buffer-scroll-page-forward):
16593 Use view-page-size-default.
16594
16595 2005-10-28 Juri Linkov <juri@jurta.org>
16596
16597 * international/quail.el (quail-get-current-str): Translate last
16598 raw character for deterministic input methods.
16599
16600 2005-10-27 Jay Belanger <belanger@truman.edu>
16601
16602 * calc/calc-ext.el: Add functions to autoloads.
16603 (math-identity-matrix-p, math-ident-row-p): New functions.
16604
16605 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16606 multiplication by an identity matrix; don't turn multiplication by
16607 an inverse matrix into division.
16608 (math-div-symbol-fancy): Replace division by matrices with
16609 multiplication by inverse.
16610
16611 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16612
16613 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16614 (calc-writeoutpower): New functions.
16615
16616 2005-10-27 Romain Francoise <romain@orebokech.com>
16617
16618 * replace.el (occur-engine): Include colon in mouse-face highlight.
16619
16620 * dired-x.el: Change Maintainer field.
16621
16622 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16623
16624 * longlines.el (longlines-mode): Bind after-change-functions to
16625 nil during initial decoding and final encoding.
16626
16627 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16628
16629 * term.el (term-emulate-terminal, term-handle-colors-array)
16630 (term-handle-ansi-escape): Specify the terminfo capabilities
16631 implemented.
16632
16633 2005-10-26 Richard M. Stallman <rms@gnu.org>
16634
16635 * info.el (Info-fontify-node): Fix detection of sentence-break
16636 before *Note.
16637
16638 2005-10-26 Romain Francoise <romain@orebokech.com>
16639
16640 * smerge-mode.el: Add `tools' to file keywords.
16641
16642 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16643
16644 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16645 when the fringe is not available.
16646
16647 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16648 (def-gdb-auto-update-trigger): Simplify construction.
16649 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16650 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16651 defined explicitly.
16652 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16653 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16654 defined explicitly.
16655 (gdb-info-locals-custom): Remove as it's a no-op.
16656
16657 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16658
16659 * longlines.el (longlines-mode): Remove narrowing before
16660 performing the initial decoding or final encoding.
16661
16662 2005-10-25 Romain Francoise <romain@orebokech.com>
16663
16664 * emacs-lisp/find-func.el (find-library-name): Also strip
16665 extension if library name ends in .el, to take advantage of
16666 `find-library-suffixes'.
16667
16668 2005-10-25 Richard M. Stallman <rms@gnu.org>
16669
16670 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16671
16672 2005-10-25 Juri Linkov <juri@jurta.org>
16673
16674 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16675 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16676
16677 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16680 (blackbox-redefine-key): Add argument `map'.
16681
16682 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16683 regions when moving the jit-lock-context-unfontify-pos boundary.
16684
16685 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16686
16687 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16688
16689 2005-10-25 Masatake YAMATO <jet@gyve.org>
16690
16691 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16692
16693 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16694
16695 * play/blackbox.el (blackbox-redefine-key): New function.
16696 (blackbox-mode-map): Use it to remap existing bindings for cursor
16697 motion instead of binding literal keys.
16698
16699 2005-10-25 Glenn Morris <rgm@gnu.org>
16700
16701 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16702 diary does not end in a newline. Do not assume a blank line at
16703 the start of the diary file.
16704
16705 2005-10-25 Kenichi Handa <handa@m17n.org>
16706
16707 * international/quail.el (quail-translate-key): If the input
16708 method is deterministic and failed to handle the last key, restart
16709 the key handling loop from an appropriate key.
16710
16711 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16712
16713 * vc.el (vc-dired-mode): Extend comment for binding of
16714 `directory-listing-before-filename-regexp'.
16715
16716 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * textmodes/texinfo.el (texinfo-mode):
16719 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16720 not to unnecessarily expose emacs-mule's internal char codes.
16721
16722 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16723
16724 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16725 Display hand pointer and help-echo on disabled icon too.
16726 (gdb-mouse-until): New function.
16727 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16728
16729 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16732 with 2005-10-23 change to doctor.el.
16733
16734 * finder.el (finder-mode-map): Add follow-link binding.
16735
16736 2005-10-25 Kim F. Storm <storm@cua.dk>
16737
16738 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16739 to gdb-mouse-toggle-breakpoint-fringe.
16740 (gdb-mouse-toggle-breakpoint-margin): Rename from
16741 gdb-mouse-toggle-breakpoint. Fix doc.
16742 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16743 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16744 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16745 string properties also for fringe breakpoint bitmaps.
16746
16747 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16748
16749 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16750
16751 2005-10-25 Masatake YAMATO <jet@gyve.org>
16752
16753 * simple.el (completion-common-substring):
16754 Use `completion-common-substring' prior to `completion-base-size'.
16755
16756 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16757
16758 * savehist.el: Require CL while compiling.
16759 (savehist-history-variables): Remove.
16760 (savehist-save-minibuffer-history, savehist-additional-variables)
16761 (savehist-minibuffer-history-variables): New vars.
16762 (savehist-save): Use them.
16763 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16764 (savehist-install): New fun, extracted from savehist-load.
16765 (savehist-load): Use them.
16766
16767 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16768
16769 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16770 a dummy doc-string-elt property.
16771 (defalias, defvaralias, define-category): Add a docstring property.
16772
16773 * image.el (defimage):
16774 * widget.el (define-widget):
16775 * custom.el (defface, defcustom): Add `doc-string' declaration.
16776
16777 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16778 (defadvice): Add `doc-string' declaration.
16779
16780 * emacs-lisp/byte-run.el (macro-declaration-function):
16781 Handle `doc-string' declarations.
16782 (define-obsolete-function-alias, define-obsolete-variable-alias):
16783 Add `doc-string' declaration.
16784
16785 2005-10-24 Kenichi Handa <handa@m17n.org>
16786
16787 * international/utf-7.el (utf-7): Add autoload cookie.
16788
16789 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16790
16791 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16792
16793 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16794 list of directories passed to batch-update-autoloads. Add "." to
16795 the list of the echoed directories.
16796
16797 * pgg-def.el:
16798 * pgg-gpg.el:
16799 * pgg-parse.el:
16800 * pgg-pgp.el:
16801 * pgg-pgp5.el:
16802 * pgg.el: Moved here from the gnus subdirectory.
16803
16804 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16805
16806 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16807 in case comint-prompt-read-only is set to t.
16808
16809 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16810 in case comint-prompt-read-only is set to t.
16811
16812 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16813
16814 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16815 Now a string.
16816 (icalendar-import-format): Handle CLASS, STATUS, URL.
16817 Rename `subject' to `summary'.
16818 (icalendar-import-format-summary): Rename from
16819 `icalendar-import-format-subject'.
16820 (icalendar-import-format-url, icalendar-import-format-status)
16821 (icalendar-import-format-class): New variables.
16822 (icalendar--rris): Take variable argument list.
16823 (icalendar--datestring-to-isodate): Remove unnecessary
16824 calendar-style check when converting dates with explicit month names.
16825 (icalendar-export-region): Change return type of conversion
16826 subroutines. Bury current buffer unless error occurred.
16827 (icalendar--convert-to-ical)
16828 (icalendar--parse-summary-and-rest): New functions.
16829 (icalendar--convert-ordinary-to-ical)
16830 (icalendar--convert-weekly-to-ical)
16831 (icalendar--convert-yearly-to-ical)
16832 (icalendar--convert-block-to-ical)
16833 (icalendar--convert-cyclic-to-ical)
16834 (icalendar--convert-anniversary-to-ical): Change return type.
16835 Strip trailing blanks from subject.
16836 (icalendar--convert-sexp-to-ical): Change return type.
16837 Strip trailing blanks from subject. Handle simple sexp
16838 entries as generated by icalendar.el.
16839 (icalendar--convert-float-to-ical)
16840 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16841 (icalendar-import-file): Doc fix.
16842 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16843 Correct call to icalendar--rris.
16844 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16845 `summary'.
16846 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16847
16848 2005-10-24 Romain Francoise <romain@orebokech.com>
16849
16850 * server.el (server-sentinel): Set query-on-exit flag to nil on
16851 new client processes (it isn't inherited from the server process).
16852
16853 * replace.el (occur-engine): Rearrange text properties.
16854
16855 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16856
16857 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16858 case-fold-search is nil.
16859 (debug-help-follow): Use help-xref-interned directly.
16860
16861 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16862
16863 * thumbs.el (thumbs-image-type): Add .pbm.
16864
16865 2005-10-23 Richard M. Stallman <rms@gnu.org>
16866
16867 * faces.el (inhibit-face-set-after-frame-default): New variable.
16868 (set-face-attribute): Bind it.
16869 (face-set-after-frame-default): Test it.
16870
16871 * help-fns.el (describe-simplify-lib-file-name): New function.
16872 (describe-function-1, describe-variable): Use it.
16873
16874 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16875
16876 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16877 Eliminate nil as possible value.
16878 (tooltip-hide-delay): Reduce internal-border-width.
16879
16880 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16881 (menu-bar-file-menu) <new-file>: Likewise.
16882
16883 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16884
16885 * international/mule.el (load-with-code-conversion):
16886 Pass full file name to `eval-buffer' unless preloading.
16887
16888 * textmodes/flyspell.el (flyspell-large-region):
16889 Call ispell-check-version.
16890
16891 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16892 Fix the make-variable-buffer-local call that was supposed
16893 to be for this variable.
16894 (ispell-aspell-supports-utf8): Doc fix.
16895 (ispell-find-aspell-dictionaries): Preserve elements of
16896 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16897 (ispell-aspell-find-dictionary): Return nil on error.
16898
16899 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16900 (doctor-symptoms): Likewise.
16901
16902 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16903
16904 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16905
16906 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16907 (custom-raised-buttons): Add :set spec.
16908 (custom-button-unraised, custom-button-pressed-unraised):
16909 New faces, so that custom-raised-buttons actually does something.
16910 (custom-mode): Use custom-button and custom-button-pressed.
16911
16912 * wid-edit.el (widget-specify-button): Don't ignore
16913 widget-mouse-face on graphic terminals.
16914 (widget-move-and-invoke): Cleanup.
16915
16916 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16917
16918 * whitespace.el (whitespace-cleanup): Doc fix.
16919
16920 2005-10-23 Romain Francoise <romain@orebokech.com>
16921
16922 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16923 `eval-after-load' to avoid evaluating their result.
16924
16925 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16926
16927 * files.el (directory-listing-before-filename-regexp):
16928 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16929
16930 * dired.el (dired-move-to-filename-regexp): Remove.
16931 All occurences replaced by `directory-listing-before-filename-regexp'.
16932
16933 * dired-x.el, locate.el, vc.el:
16934 Replace `dired-move-to-filename-regexp' by
16935 `directory-listing-before-filename-regexp'. In vc.el it is
16936 overwritten locally; maybe this can be handled in files.el too.
16937
16938 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16939 replaced by `directory-listing-before-filename-regexp'.
16940
16941 2005-10-23 Andreas Schwab <schwab@suse.de>
16942
16943 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16944 and eval-next-after-load.
16945
16946 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16947
16948 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16949 exist, create it.
16950
16951 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16952
16953 * allout.el: Remove autoloads for mailcrypt and crypt++.
16954 Require pgg, pgg-gpg during compilation.
16955 (allout-version): Increment version number to 2.1, and use a literal
16956 rather than RCS Id.
16957 (allout-default-encryption-scheme): Remove.
16958 (allout-passphrase-verifier-handling)
16959 (allout-passphrase-verifier-string)
16960 (allout-file-passphrase-verifier-string)
16961 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16962 (allout-passphrase-hint-handling): Rename and simplify.
16963 (allout-init): Use `find-file-hook' if available, otherwise
16964 `find-file-hooks'.
16965 (allout-mode): Use `write-file-functions' if available, otherwise
16966 `local-write-file-hooks' and, instead of making auto-save-hook
16967 buffer local, make the write-file-hook activity contingent to
16968 allout-mode.
16969 (allout-mode): Use key-binding substitution in the docstring.
16970 (allout-kill-line): Spell-out kill ring data structure mutation
16971 instead of using byte-compiler-complaint-provoking `pop'.
16972 (allout-insert-listified): Use `insert' rather than `insert-string'
16973 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16974 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16975 (allout-encrypt-string): Totally revamped vis new underlying
16976 encryption facilities.
16977 (allout-mc-activate-passwd): Remove.
16978 (allout-obtain-passphrase): New, more or less replaces
16979 allout-mc-activate-passwd.
16980 (allout-encrypted-key-info): More or less replaces
16981 allout-encrypted-text-type.
16982 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16983 (my-mark-marker): Use `(featurep 'xemacs)'.
16984
16985 2005-10-23 Lars Hansen <larsh@soem.dk>
16986
16987 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16988 (byte-compile-file-form-defmumble, byte-compile-defun)
16989 (byte-compile-defmacro): Use it.
16990 (byte-compile-form): Don't call byte-compile-set-symbol-position
16991 when a byte-compile handler is called.
16992
16993 2005-10-22 Romain Francoise <romain@orebokech.com>
16994
16995 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16996
16997 * subr.el (eval-after-load): Convert library name to an absolute
16998 file name using locate-library, since load-history no longer has
16999 library names in it.
17000
17001 2005-10-22 Richard M. Stallman <rms@gnu.org>
17002
17003 * files.el (make-temp-file): Move from subr.el.
17004 * subr.el (make-temp-file): Move to files.el.
17005
17006 * window.el (get-buffer-window-list): Move from subr.el.
17007 * subr.el (get-buffer-window-list): Move to window.el.
17008
17009 * image.el (image-load-path): Use eval-at-startup to initialize.
17010
17011 * subr.el (eval-at-startup): New macro.
17012
17013 * subr.el: Much rearrangement of functions and division
17014 into pages. No code changes.
17015
17016 2005-10-22 Kenichi Handa <handa@m17n.org>
17017
17018 * tar-mode.el (tar-extract): Be sure to call
17019 find-operation-coding-system if set-auto-coding doesn't find a
17020 coding system.
17021
17022 2005-10-22 Kim F. Storm <storm@cua.dk>
17023
17024 * image.el (image-type-header-regexps): Rename from image-type-regexps.
17025 Change users.
17026 (image-type-file-name-regexps): New defconst.
17027 (image-type-from-data): Simplify loop.
17028 (image-type-from-buffer): New defun.
17029 (image-type-from-file-header): Use it instead of image-type-from-data.
17030 Use image-search-load-path instead of only looking in data-directory.
17031 (image-type-from-file-name): New defun.
17032 (image-search-load-path): Change `pathname' to `filename'.
17033 Make PATH arg optional, default to image-load-path.
17034
17035 2005-10-21 Richard M. Stallman <rms@gnu.org>
17036
17037 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17038
17039 * textmodes/paragraphs.el (sentence-end-base): New variable.
17040 (sentence-end): Use sentence-end-base.
17041
17042 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * font-lock.el (font-lock-default-fontify-region): Check the multiline
17045 property independently from the font-lock-multiline variable.
17046
17047 2005-10-21 Richard M. Stallman <rms@gnu.org>
17048
17049 * emacs-lisp/find-func.el (find-library-name): Doc fix.
17050
17051 * startup.el (command-line): Convert library names
17052 in `load-history' to absolute file names.
17053
17054 * subr.el (symbol-file): Doc fix.
17055
17056 * loadhist.el (file-loadhist-lookup): Call locate-library
17057 instead of find-library-name. Don't try converting
17058 abs file names to library names, since load-history no longer
17059 has library names in it.
17060 (file-dependents, file-provides, file-requires): Doc fixes.
17061
17062 2005-10-21 Juri Linkov <juri@jurta.org>
17063
17064 * progmodes/etags.el (tags-table-mode): New function.
17065 (tags-verify-table): Replace initialize-new-tags-table with
17066 tags-table-mode.
17067
17068 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17069 default value.
17070 (desktop-modes-not-to-save): Add tags-table-mode to the
17071 default value.
17072
17073 * info.el (Info-index-next): Add total number of index
17074 alternatives to the message.
17075
17076 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17077 backward only space (instead of space and period) before looking
17078 at sentence end.
17079
17080 * simple.el (set-variable): Use user-variable-p instead of symbolp.
17081 Add the old variable value as 4th default-value arg of read-string.
17082
17083 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17084
17085 * cus-face.el (custom-declare-face): Make face from X resources
17086 also on Mac.
17087
17088 * disp-table.el (standard-display-g1, standard-display-graphic):
17089 Refuse to use string glyphs also on Mac.
17090 (standard-display-european): Don't set terminal coding system also
17091 on Mac.
17092
17093 * frame.el (display-screens): Use x-display-screens also on Mac.
17094
17095 2005-10-21 Romain Francoise <romain@orebokech.com>
17096
17097 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
17098
17099 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17102 and $? into sexps.
17103
17104 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17105 warning face on open-paren-in-column-0.
17106
17107 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17108 boundary case. Fix typo.
17109 Suggested by Martin Rudalics <rudalics@gmx.at>.
17110
17111 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
17112
17113 * textmodes/org.el (org-combined-agenda-icalendar-file)
17114 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17115 (org-export-icalendar-this-file)
17116 (org-export-icalendar-all-agenda-files)
17117 (org-export-icalendar-combine-agenda-files): New commands.
17118 (org-export-icalendar, org-print-icalendar-entries)
17119 (org-start-icalendar-file, org-finish-icalendar-file)
17120 (org-ical-ts-to-string): New functions.
17121 (org-read-date, org-goto-calendar)
17122 (org-agenda-goto-calendar): Inhibit displaying diary entries by
17123 call to `calendar'.
17124 (orgtbl-setup): Remove the :keys arguments from the menu description.
17125 (org-after-save-iCalendar-file-hook): New variable.
17126
17127 2005-10-21 Kenichi Handa <handa@m17n.org>
17128
17129 * language/vietnamese.el (tcvn-5712): Make it an alias of
17130 vietnamese-tcvn coding-system.
17131
17132 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
17133
17134 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17135 group id is given.
17136
17137 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17138
17139 * progmodes/sh-script.el (sh-escaped-line-re): New var.
17140 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17141 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17142 whose line is either continued or ends with a comment.
17143
17144 2005-10-20 Romain Francoise <romain@orebokech.com>
17145
17146 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17147
17148 * replace.el (occur-engine): Add follow-link property.
17149
17150 * font-core.el (font-lock-mode): Doc fix.
17151
17152 2005-10-20 Richard M. Stallman <rms@gnu.org>
17153
17154 * net/rcirc.el: New file.
17155
17156 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
17157
17158 * term.el (term-term-name): Initialize to "eterm-color".
17159
17160 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
17161
17162 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17163 for encryption functionality.
17164 Move allout customization subgroup from `editing' to `outlines' group.
17165 Fix commentary keywords to legitimate ones.
17166 Update author info (using my current email address, obscurified).
17167 (allout-encrypt-string, allout-encryption-produce-work-buffer)
17168 (allout-encrypted-topic-p, allout-encrypted-text-type)
17169 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17170 (allout-situate-encryption-key-verifier)
17171 (allout-get-encryption-key-verifier, allout-verify-key)
17172 (allout-next-topic-pending-encryption)
17173 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17174 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17175 (outline-key-verifier-handling, outline-key-hint-handling)
17176 (outline-encrypt-unencrypted-on-saves): New defcustoms.
17177 (allout-file-key-verifier-string, allout-encryption-scheme)
17178 (allout-key-verifier-string, allout-key-hint-string)
17179 (allout-after-save-decrypt): New variables.
17180 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17181 (allout-after-saves-handler): New hook functions.
17182 (allout-post-command-business): Do allout-after-save-decrypt.
17183 (allout-enable-file-variable-adjustment): Custom var to enable
17184 mechanism for adding and adjusting settings of Emacs file variables.
17185 (allout-adjust-file-variable, allout-file-vars-section-data):
17186 New functions, implement the mechanism.
17187 (outlineify-sticky): Use the file vars mechanism.
17188 (allout-inhibit-protection, allout-during-write-cue)
17189 (allout-override-protect, allout-before-change-protect): Remove.
17190 (allout-flag-region, allout-open-topic): Adjust read-only text.
17191 (allout-open-line-not-read-only): Add to facilitate read-only
17192 text based protection.
17193 (allout-kill-line): Revise to adjust read-only text, clue the
17194 user about the inhibition.
17195 (allout-unprotected): Use unwind-protect.
17196 (allout-shift-in, allout-shift-out): Disallow manually shifting a
17197 topic deeper than the offspring depth of the previous topic -
17198 avoiding confusing "containment discontinuities".
17199 (allout-reindent-bodies): Fix retention of body relative hanging
17200 indent during promotion of collapsed bodies.
17201 (allout-open-topic): Make it easy to open new topic with same
17202 bullet as current topic - topic creation functions provided with
17203 any universal argument provokes now prompt for bullet, defaulting
17204 to the bullet of the previous topic.
17205 (allout-plain-bullets-string, allout-distinctive-bullets-string):
17206 Plain bullet alternates `.' period and `,' comma only. All other
17207 bullets are relegated to special status (but customizable).
17208 (allout-end-of-entry): Rename from allout-end-of-current-entry
17209 since it actually operates w.r.t. most immediately containing
17210 entry, visible or not.
17211 (allout-hide-current-entry, allout-show-current-entry): Use the
17212 revised version.
17213 (allout-old-expose-topic): Solidify deprecation.
17214 (allout-end-of-subtree): Add so we can span concealed as well
17215 as visible topics.
17216 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17217 (allout-end-of-current-heading): Tweak to just respect the first line.
17218 (allout-get-body-text): Add.
17219 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17220 when invoked interactively.
17221 (allout-up-current-level): Use `interactive-p'.
17222 (allout-mode, allout-init): Miscellaneous docstring and
17223 operational refinements, as well as hookups of new encryption stuff.
17224 (allout-beginning-of-current-entry): Now works as advertised.
17225 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17226 (allout-isearch-rectification): Refine condition for isearching.
17227 (allout-isearch-abort, allout-enwrap-isearch)
17228 (allout-flag-region, my-region-active-p): Relocate some macros.
17229 (allout-title): Fallback title is (buffer-name), not
17230 non-existing (current-buffer-name).
17231 (subst-char-in-string): Define if absent (for some XEmacs versions).
17232
17233 2005-10-20 Jari Aalto <jari.aalto@cante.net>
17234
17235 * mail/sendmail.el (mail-setup-hook, mail-aliases)
17236 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17237 (mail-citation-prefix-regexp, mail-signature-file)
17238 (mail-default-headers, mail-bury-selects-summary)
17239 (mail-send-nonascii): Add autoload cookies.
17240
17241 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17242
17243 * frame.el (blink-cursor-mode): Add `mac' to the list of
17244 window-system's that support blinking cursor.
17245
17246 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
17247
17248 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17249
17250 2005-10-20 Eli Zaretskii <eliz@gnu.org>
17251
17252 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17253 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17254 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17255
17256 2005-10-20 Kim F. Storm <storm@cua.dk>
17257
17258 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17259 (ido-set-current-directory): Don't add / after final @.
17260 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17261 Explicitly handle ange-ftp completion oddities.
17262 (ido-make-file-list): Don't rotate list at tramp root to avoid
17263 triggering tramp file handler for expand-file-name via get-file-buffer.
17264
17265 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17266
17267 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17268
17269 2005-10-19 Jay Belanger <belanger@truman.edu>
17270
17271 * calc/calc-units.el (math-standard-units): Add units, adjust
17272 symbols and update values.
17273 (math-unit-prefixes): Add more prefixes.
17274
17275 2005-10-19 Romain Francoise <romain@orebokech.com>
17276
17277 * bookmark.el (bookmark-menu-heading): New face.
17278 (bookmark-bmenu-list): Use it.
17279 Don't fiddle with `baud-rate' at top-level.
17280
17281 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
17282
17283 * image.el (create-image, find-image): Mention max-image-size in
17284 docstring.
17285
17286 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * savehist.el (savehist-load): Revert to checking XEmacs.
17289
17290 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17291 Various docstring and line-width fixups.
17292 (conf-mode): Use cond.
17293 Set font-lock-defaults. Don't set comment-use-syntax.
17294
17295 2005-10-18 David Ponce <david@dponce.com>
17296
17297 * tree-widget.el (tree-widget-button-click): New function.
17298 (tree-widget-button-keymap): Use it.
17299
17300 2005-10-18 Romain Francoise <romain@orebokech.com>
17301
17302 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17303 (bookmark-bmenu-hide-filenames): Add follow-link property.
17304 Improve help-echo text.
17305
17306 * ffap.el (find-file-at-point): Doc fix.
17307
17308 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17309
17310 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
17311
17312 2005-10-18 Masatake YAMATO <jet@gyve.org>
17313
17314 Install to the CVS repository what I forgot to install in my
17315 2005-10-16 changes.
17316
17317 * progmodes/python.el (python-complete-symbol): Pass the common
17318 prefix substring of completion to `display-completion-list'.
17319
17320 * textmodes/org.el (org-complete): Ditto.
17321
17322 2005-10-18 Masatake YAMATO <jet@gyve.org>
17323
17324 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
17325
17326 * woman.el (WoMan-xref-man-page): New button type derived
17327 from `Man-abstract-xref-man-page'.
17328 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
17329
17330 * man.el (Man-abstract-xref-man-page): New button type.
17331 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
17332 (Man-highlight-references): Add new optional argument `xref-man-type'.
17333
17334 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17335
17336 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
17337
17338 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17339
17340 * cus-edit.el (Custom-move-and-invoke): Delete.
17341 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
17342
17343 * wid-edit.el (widget-move-and-invoke): New function, from
17344 Custom-move-and-invoke.
17345
17346 2005-10-17 Bill Wohler <wohler@newt.com>
17347
17348 Move all remaining images from lisp/toolbar to etc/images, move
17349 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
17350 the low resolution images in their own directory (low-color).
17351
17352 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
17353 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
17354 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
17355 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
17356 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17357 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17358 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17359
17360 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17361 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17362 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17363 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17364 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17365 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17366 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17367 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17368 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17369 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17370 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17371 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17372 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17373 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17374 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17375
17376 To conform with convention, replace the underscore (_) in the
17377 following image names with dash (-) or (/) as appropriate.
17378
17379 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17380 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17381 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17382 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17383 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17384 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17385 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17386 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17387 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17388 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17389 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17390 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17391 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17392 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17393 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17394
17395 * info.el (info-tool-bar-map): Replace underscores in image names
17396 with dashes.
17397
17398 * makefile.w32-in (WINS): Remove toolbar.
17399
17400 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17401
17402 * tool-bar.el: Move to lisp from toolbar. Now that
17403 toolbar is empty, it should be deleted when folks run "cvs up -P".
17404
17405 2005-10-18 Jay Belanger <belanger@truman.edu>
17406
17407 * calc/calc-store.el (calc-store-into): Get the proper variable name
17408 to display in message.
17409
17410 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17411
17412 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17413 expressions display in speedbar for all buffers when debugging.
17414 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17415
17416 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17417 (speedbar-insert-button, speedbar-make-button):
17418 Use add-text-properties.
17419 (speedbar-update-localized-contents)
17420 (speedbar-update-directory-contents)
17421 (speedbar-update-special-contents): Use dolist.
17422 (speedbar-buffer-easymenu-definition): Add a menu separator.
17423
17424 2005-10-17 Jason Rumney <jasonr@gnu.org>
17425
17426 * makefile.w32-in: Use $(lisp) consistently.
17427 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17428 for shell specific generation of mh-autoloads.
17429
17430 2005-10-17 Richard M. Stallman <rms@gnu.org>
17431
17432 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17433
17434 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * jit-lock.el (jit-lock-fontify-now):
17437 Move jit-lock-context-unfontify-pos to avoid wasted work.
17438
17439 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
17440
17441 * net/tramp.el (tramp-completion-mode): New defvar. Used in
17442 `tramp-completion-mode' for checking if we are in completion mode.
17443 (tramp-completion-handle-file-name-all-completions): Reorder code
17444 in order to complete for file names only in case there are no
17445 method/user/host completions. This is necessary for cooperation
17446 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17447
17448 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17449
17450 * longlines.el (longlines-search-forward)
17451 (longlines-search-backward): Match any number of spaces.
17452
17453 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17454
17455 * diff-mode.el (diff-mode): Doc fix.
17456
17457 2005-10-16 David Reitter <david.reitter@gmail.com>
17458
17459 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17460 as default on darwin and windows systems.
17461
17462 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
17463
17464 * arc-mode.el (archive-zip-extract): Doc fix.
17465
17466 2005-10-16 Romain Francoise <romain@orebokech.com>
17467
17468 * mouse.el (mouse-1-click-follows-link): Doc fix.
17469
17470 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17471
17472 * savehist.el: Don't require CL at runtime.
17473 (savehist-xemacs): Remove.
17474 (savehist-coding-system): Use utf-8 if present, regardless of religion.
17475 (savehist-no-conversion): Use (featurep 'xemacs).
17476 (savehist-load): Check existence of start-itimer rather than XEmacs.
17477 Use an idle timer.
17478 (savehist-process-for-saving): Replace use of CL funs `subseq' and
17479 `delete-if-not'.
17480
17481 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17482
17483 * savehist.el: Newer version.
17484 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17485 (savehist-last-checksum, savehist-no-conversion): New vars.
17486 (savehist-autosave, savehist-process-for-saving, savehist-printable):
17487 New functions.
17488 (savehist-load, savehist-save): Use them.
17489 (savehist-delimit): Remove.
17490
17491 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * progmodes/compile.el (compilation-goto-locus): Display the
17494 compilation buffer first and the source buffer second, in case they're
17495 in overlapping frames. Don't raise the compilation frame if it was the
17496 selected window upon entry. Pass the `other-window' arg to
17497 pop-to-buffer.
17498
17499 * info.el (Info-fontify-node): Use dolist.
17500 Change add-text-properties to put-text-property.
17501
17502 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17503
17504 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17505 bound of search.
17506
17507 2005-10-16 Masatake YAMATO <jet@gyve.org>
17508
17509 * dabbrev.el (dabbrev-completion): Pass the common
17510 prefix substring of completion to `display-completion-list'.
17511
17512 * filecache.el (file-cache-minibuffer-complete)
17513 (file-cache-complete): Ditto.
17514
17515 * tempo.el (tempo-display-completions): Ditto.
17516
17517 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17518
17519 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17520
17521 * eshell/em-hist.el (eshell-list-history): Ditto.
17522
17523 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17524
17525 * mail/mailalias.el (mail-complete): Ditto.
17526
17527 * progmodes/etags.el (complete-tag): Ditto.
17528
17529 * progmodes/make-mode.el (makefile-complete): Ditto.
17530
17531 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17532
17533 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17534
17535 * progmodes/pascal.el (pascal-complete-word)
17536 (pascal-show-completions): Ditto.
17537
17538 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17539
17540 * simple.el (completion-common-substring): New variable.
17541 (completion-setup-function): Use `completion-common-substring'
17542 to put faces.
17543
17544 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17545
17546 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17547 (x-get-selection, mac-select-convert-to-string): Convert from/to
17548 UTF-16 clipboard data as in native byte order, no BOM.
17549
17550 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17551
17552 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17553 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17554 (gud-sentinel): Use speedbar-frame to check for speedbar.
17555
17556 2005-10-15 Richard M. Stallman <rms@gnu.org>
17557
17558 * savehist.el: New file.
17559
17560 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17561
17562 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17563 Fix bug in \bf fontification.
17564
17565 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * pcvs.el (cvs-edit-log-files): New var.
17568 (cvs-mode-edit-log): New arg `file'.
17569 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17570 Instead force the use of the original file and nothing else.
17571 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17572 the cvs-minor-wrap-function is set.
17573 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17574
17575 2005-10-14 Bill Wohler <wohler@newt.com>
17576
17577 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17578 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17579 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17580 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17581 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17582 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17583 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17584 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17585 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17586 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17587 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17588 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17589 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17590 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17591 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17592
17593 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17594 appropriately (for example, gud-break to gud/break).
17595
17596 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17597
17598 * longlines.el (longlinges-search-function)
17599 (longlines-search-forward, longlines-search-backward): New functions.
17600 (longlines-mode): Set isearch-search-fun-function to
17601 longlinges-search-function.
17602
17603 * mouse.el (mouse-drag-region-1): Handle the case where a
17604 double-click event is bound to an arbitrary function.
17605
17606 2005-10-14 David Ponce <david@dponce.com>
17607
17608 * recentf.el (recentf-track-opened-file)
17609 (recentf-track-closed-file, recentf-update-menu)
17610 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17611 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17612 mouse-1-click-follows-link.
17613
17614 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17615
17616 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17617 Gnome file-manager.png. Suggested by
17618 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17619
17620 * toolbar/README: Add diropen.xpm.
17621
17622 2005-10-13 Bill Wohler <wohler@newt.com>
17623
17624 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17625 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17626
17627 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17630 Don't waste the byte-compiler's time on constant data.
17631
17632 2005-10-13 Kenichi Handa <handa@m17n.org>
17633
17634 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17635 byte with `escape-glyph' face.
17636
17637 * international/fontset.el (ccl-encode-unicode-font):
17638 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17639 Handle the case that ucs-mule-to-mule-unicode translates a character to
17640 ASCII (usually for IPA characters).
17641
17642 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17643
17644 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17645 Don't hide the underline of titles if font-lock-mode is disabled.
17646
17647 2005-10-12 Bill Wohler <wohler@newt.com>
17648
17649 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17650 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17651 files in MH-E-SRC have been updated.
17652 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17653
17654 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17657 (mixal-mode-syntax-table): Add \n as end-comment.
17658 (mixal-operation-codes-alist): Immediately initialize to full value.
17659 (mixal-add-operation-code): Remove.
17660 (mixal-describe-operation-code): Make the arg non-optional.
17661 Use the interactive spec instead.
17662 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17663 (mixal-font-lock-keywords): Don't highlight comments here any more.
17664 (mixal-font-lock-syntactic-keywords): New var.
17665 (mixal-mode): Use it. Fix comment-start-skip.
17666
17667 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17668
17669 * startup.el (command-line-x-option-alist): -nb => -nbi
17670
17671 2005-10-12 Kim F. Storm <storm@cua.dk>
17672
17673 * startup.el (fancy-splash-default-action): Discard mouse click in
17674 the splash screen window, as it has no sensible meaning in the
17675 next window to be selected. Fixes error reported by Jan D.
17676
17677 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17678
17679 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17680
17681 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17684 Try to fix up minor layout issues like indentation, line break, etc...
17685 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17686 because it doesn't work.
17687 (mixal-operation-codes): Add some more codes.
17688 (mixal-font-lock-keywords): Process comments here.
17689 (mixal-mode): mixasm no longer needs -g option.
17690
17691 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17692
17693 * progmodes/sh-script.el (sh-tmp-file):
17694 Use mktemp -t. Finish support for es and rc shells.
17695
17696 2005-10-11 Jay Belanger <belanger@truman.edu>
17697
17698 * calc/calcalg2.el (calc-integral): With an argument, compute the
17699 definite integral.
17700
17701 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17702
17703 * mouse.el (mouse-drag-region-1): Don't try to catch a
17704 double-click when doing follow-link (it's overridden anyway).
17705
17706 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17707
17708 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17709 (autoload-print-form-outbuf): Add docstring.
17710
17711 2005-10-11 Juri Linkov <juri@jurta.org>
17712
17713 * info.el (Info-mode-menu): Delete menu item "Edit".
17714 (Info-mode): Delete description of Info-edit from docstring,
17715 and rearrange descriptions of Info commands in the order
17716 they are documented in the Info manual.
17717
17718 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * calendar/appt.el (appt-check): Use diary-selective-display var.
17721
17722 2005-10-10 Richard M. Stallman <rms@gnu.org>
17723
17724 * net/newsticker.el (newsticker-start, newsticker-show-news):
17725 Add autoload cookies.
17726
17727 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17728
17729 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17730
17731 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17732
17733 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17734
17735 2005-10-10 Jay Belanger <belanger@truman.edu>
17736
17737 * calc/calc-arith.el (math-check-known-scalarp)
17738 (math-check-known-matrixp): Check the values of arguments that are
17739 variables.
17740 (math-check-known-square-matrixp): New function.
17741 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17742 (math-super-types): Add sqmatrix type.
17743
17744 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17745 mode name `square' to `sqmatrix'.
17746
17747 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17748 mode name `square' to `sqmatrix'.
17749
17750 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * progmodes/etags.el (select-tags-table-mode): Don't use
17753 selective-display.
17754 (tags-select-tags-table): Pass `button' to the action function.
17755 (select-tags-table): Place the side-info on button properties rather
17756 than in hidden text. Abbreviate file names.
17757 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17758 (select-tags-table-select): Add `button' argument.
17759 Get side-info from the button property rather than from hidden text.
17760
17761 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17762
17763 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17764 (gud-speedbar-buttons): Preserve point if possible.
17765 (gud-sentinel): Restore previous speedbar display type.
17766
17767 * progmodes/gdb-ui.el (gdba): Improve diagram.
17768 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17769 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17770 Call get-buffer-window once.
17771
17772 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17775 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17776 (pascal-indent-command): Remove unused var `ind'.
17777 (pascal-indent-case): Remove unused var `oldpos'.
17778 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17779 since it's now used as a proper minor mode map.
17780 (pascal-outline): Rename to pascal-outline-mode.
17781 (pascal-outline-mode): Use define-minor-mode.
17782 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17783 selective-display.
17784
17785 2005-10-10 Andreas Schwab <schwab@suse.de>
17786
17787 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17788 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17789
17790 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17791 outside source directory.
17792
17793 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17794
17795 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17796 C-x' as a prefix.
17797 (orgtbl-mode-map): Full keymap instead of sparse, because all
17798 `self-insert-command' keys are redefined in this map.
17799 (org-export-as-html): Specify charset for HTML file, by taking it
17800 from the coding system.
17801
17802 2005-10-10 Kenichi Handa <handa@m17n.org>
17803
17804 * textmodes/flyspell.el (flyspell-check-word-p):
17805 If unread-command-events is non-empty, don't call sit-for.
17806
17807 2005-10-09 Richard M. Stallman <rms@gnu.org>
17808
17809 * font-lock.el (font-lock-syntactic-keywords)
17810 (font-lock-keywords): Doc fixes.
17811
17812 * textmodes/flyspell.el (flyspell-external-point-words):
17813 Simplify logic, and don't try to check for consecutive appearances
17814 of one incorrect word.
17815
17816 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17817
17818 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17819 separator.
17820
17821 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17822 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17823 (gud-expansion-speedbar-buttons): New function.
17824 (gud-speedbar-buttons): Check for gud-comint-buffer.
17825
17826 2005-10-09 Bill Wohler <wohler@newt.com>
17827
17828 * Makefile.in (updates): Add mh-loaddefs dependency.
17829
17830 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17831
17832 * speedbar.el (speedbar-file-key-map): Fix typo.
17833
17834 2005-10-09 Daniel Brockman <daniel@brockman.se>
17835
17836 * cus-start.el (line-spacing): Add custom spec.
17837
17838 2005-10-09 Romain Francoise <romain@orebokech.com>
17839
17840 * textmodes/ispell.el (ispell-check-version): Fix last change.
17841
17842 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17843
17844 * term/x-win.el: Remove -i, --icon-type from comment.
17845
17846 * startup.el (command-line-x-option-alist): Remove options -i,
17847 -itype, --icon-type, added -nb, --no-bitmap-icon
17848
17849 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17850
17851 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17852 instead of :active.
17853
17854 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17855
17856 * textmodes/ispell.el (ispell-check-version):
17857 Ignore hyphen, and all that follows, in aspell's version text.
17858
17859 2005-10-08 Jay Belanger <belanger@truman.edu>
17860
17861 * calc/calc-arith.el (math-known-square-matrixp): New function.
17862 (math-pow-fancy): Check for matrices before distributing exponent
17863 across products.
17864
17865 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17866 fullscreen keypad. Suggested by Luc Teirlinck.
17867 (calc-keypad-show-input): Add space for formatting.
17868
17869 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17870 Add square matrix option.
17871
17872 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17873 of checking calc-matrix-mode when deciding how to expand.
17874
17875 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17876
17877 2005-10-08 Lars Hansen <larsh@soem.dk>
17878
17879 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17880 Add error handling.
17881 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17882
17883 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17884
17885 Sync with Tramp 2.0.51.
17886
17887 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17888 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17889 Insert special handling for `last-coding-system-used', again
17890 it still seems to be necessary (unlike stated before).
17891 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17892 (tramp-password-prompt-regexp): There might be other words before
17893 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17894 (tramp-chunksize): Improve docstring.
17895 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17896 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17897 Christian Joergensen <bugs@razor.dk>.
17898
17899 2005-10-07 Glenn Morris <rgm@gnu.org>
17900
17901 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17902 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17903 precision'.
17904
17905 2005-10-07 Romain Francoise <romain@orebokech.com>
17906
17907 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17908 (ibuffer-do-shell-command-pipe-replace)
17909 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17910 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17911 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17912 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17913 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17914 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17915 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17916 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17917 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17918 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17919 Autoload file sans suffix.
17920
17921 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17922
17923 2005-10-07 David Ponce <david@dponce.com>
17924
17925 * recentf.el (recentf-menu-open-all-flag): New option.
17926 (recentf-digit-shortcut-command-name): New function.
17927 (recentf--shortcuts-keymap): New variable.
17928 (recentf-menu-shortcuts): New variable.
17929 (recentf-make-menu-items): Initialize it. Replace the "More..."
17930 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17931 (recentf-menu-value-shortcut): New function.
17932 (recentf-make-menu-item): Use it. No more in-lined.
17933 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17934 (recentf-open-most-recent-file): Rename from
17935 `recentf-open-file-with-key'. Don't depend on key binding.
17936 (recentf-mode-map): New variable.
17937 (recentf-mode): Use it.
17938
17939 2005-10-06 Bill Wohler <wohler@newt.com>
17940
17941 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17942
17943 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17944 (MH-E-SRC): New. Used by mh-autoloads.
17945 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17946 files in MH-E-SRC have been updated.
17947 (compile, recompile, bootstrap): Depend on mh-autoloads.
17948
17949 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17950
17951 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17952 gud-break and gud-remove icons when the fringe is not available.
17953
17954 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17955 Typo.
17956
17957 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17958
17959 * play/zone.el (zone): Wrap body with save-window-excursion.
17960
17961 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17964 Use the new `list-only' arg to diary-list-entries.
17965
17966 * calendar/diary-lib.el: Use overlays rather than selective-display.
17967 (diary-selective-display): New var.
17968 (diary-header-line-format): Use it.
17969 (diary-list-entries): Add argument `list-only'.
17970 Put the buffer in diary-mode. Don't add \^M at beg and end.
17971 Replace \^M by invisible overlays.
17972 (diary-unhide-everything): Replace \^M by invisible overlays.
17973 (print-diary-entries): Look for overlays rather than \^M.
17974 Add a space to the temp buffer name.
17975 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17976 Put the buffer in diary-mode.
17977 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17978 (diary-anniversary): Make the year arg optional.
17979 (diary-time-regexp): New const.
17980 (diary-font-lock-keywords): Use it to accept a few more time formats.
17981
17982 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17983
17984 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17985
17986 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17987 Fix bug introduced 2005-07-03: Use (car (last ...))
17988 to faithfully reproduce replaced artist-last.
17989 (artist-set-arrow-points-for-poly): Likewise.
17990 Suggested by Johan Bockg\e,Ae\e(Brd.
17991
17992 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17993
17994 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17995 * wid-edit.el (widget):
17996 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17997 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17998
17999 2005-10-06 Kenichi Handa <handa@m17n.org>
18000
18001 * international/mule-cmds.el (set-language-environment):
18002 Fix setting up of case-table for unibyte mode.
18003
18004 * simple.el (what-cursor-position): If the character is displayed
18005 by some `display' text property, show that. Don't use
18006 single-key-description for eight-bit characters in multibyte mode.
18007
18008 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
18009
18010 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18011 (gdb-ann3): Set it.
18012 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18013 (gdb-info-frames-custom): Use inverse-video for first five
18014 characters of selected frame only.
18015 (gdb-get-frame-number): Select frame even when point is on frame
18016 number.
18017
18018 2005-10-06 Masatake YAMATO <jet@gyve.org>
18019
18020 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18021 Put `font-lock-function-name-face'.
18022 (gdb-info-frames-custom): Put `font-lock-function-name-face'
18023 and `font-lock-variable-name-face'
18024 (gdb-registers-font-lock-keywords): New font lock keywords definition.
18025 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18026 (gdb-memory-font-lock-keywords): New font lock keywords definition.
18027 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18028 (gdb-local-font-lock-keywords): New font lock keywords definition.
18029 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18030 (gdb-threads-font-lock-keywords): New font lock keywords definition.
18031 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18032
18033 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
18034
18035 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18036 (ediff-merge-region-is-non-clash-to-skip): Previously called
18037 ediff-merge-region-is-non-clash.
18038
18039 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18040 Use insert-buffer-substring.
18041
18042 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18043 selecting files to patch. Also bug fixes.
18044
18045 * ediff-util.el (ediff-setup): Bug fix.
18046 (ediff-next-difference): Never skip clashes that differ in white
18047 space only.
18048
18049 * ediff-wind.el (ediff-setup-control-frame)
18050 (ediff-destroy-control-frame): Check the menubar feature.
18051
18052 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18053 (viper-refresh-mode-line): Use make-local-variable to localize
18054 some vars instead of make-variable-buffer-local. Suggested by
18055 Stefan Monnier.
18056
18057 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18058 (viper-restore-cursor-type, viper-set-insert-cursor-type):
18059 Use make-local-variable instead of make-variable-buffer-local.
18060 Suggested by Stefan Monnier.
18061
18062 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18063 (viper-comint-mode-hook): Use make-local-variable on
18064 require-final-newline.
18065 (viper-non-hook-settings): Don't use make-variable-buffer-local.
18066
18067 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18068
18069 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18070 also the second char of a comment-start sequence.
18071 (scheme-sexp-comment-syntax-table): New var.
18072 (lambda, define): Set their scheme-doc-string-elt property.
18073 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18074 Use lisp-font-lock-syntactic-face-function now that it properly
18075 handles |...| symbols.
18076 (scheme-mode-variables): Set lisp-doc-string-elt-property,
18077 parse-sexp-lookup-properties and font-lock-extra-managed-props.
18078
18079 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18080 bit from # to |.
18081 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18082
18083 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18084 (lisp-doc-string-elt-property): New var.
18085 (lisp-font-lock-syntactic-face-function): Use it.
18086 Rewrite to recognize docstrings even for forms not at toplevel.
18087
18088 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18089 annotation on the | part of #| rather than on the # part.
18090 (scheme-font-lock-syntactic-face-function): New function, to
18091 distinguish strings from |...| symbols.
18092 (scheme-mode-variables): Use it. Also fix up the font-lock-time
18093 syntax-table so that #|...|# is properly highlighted.
18094
18095 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18096 Don't mark as docstring the 3rd elem of an unknown toplevel form.
18097
18098 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
18099
18100 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18101 and C-e.
18102
18103 * emacs-lisp/eldoc.el: Move comments into docstrings.
18104 (eldoc-message-commands): Initialize in its declaration.
18105 Add move-beginning-of-line and move-end-of-line.
18106 (eldoc-add-command, eldoc-add-command-completions)
18107 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18108
18109 * outline.el (outline-mark-subtree): Activate the mark.
18110
18111 * calendar/appt.el (appt-time-regexp): New var.
18112 (appt-add, appt-make-list): Use it.
18113 (appt-convert-time): Clean up.
18114
18115 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18116 Don't set any syntax-table property here.
18117 (tex-font-lock-verb): New function. Do it here.
18118 (tex-font-lock-syntactic-keywords): Use it.
18119
18120 2005-10-04 Richard M. Stallman <rms@gnu.org>
18121
18122 * wid-edit.el (widget-file-complete): Get the widget start point
18123 the right way. Default directory to `/' if file has none.
18124
18125 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18126
18127 * textmodes/flyspell.el (flyspell-mode-on):
18128 Call ispell-maybe-find-aspell-dictionaries.
18129
18130 * textmodes/ispell.el (ispell-word, ispell-region):
18131 Call ispell-maybe-find-aspell-dictionaries.
18132 (ispell-accept-buffer-local-defs):
18133 Don't call ispell-maybe-find-aspell-dictionaries
18134
18135 2005-10-04 Richard M. Stallman <rms@gnu.org>
18136
18137 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18138
18139 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
18140
18141 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18142 instead of `fboundp' in order to allow for anonymous functions.
18143
18144 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
18145
18146 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18147 case the user clicks on the link while another window is selected.
18148 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18149
18150 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18151 functionality.
18152 (dframe-help-echo): Save point in case mouse tracking is off.
18153
18154 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
18155
18156 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18157
18158 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18161 not change the global value of those vars.
18162
18163 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18164 make-local-variable which we do not need any more.
18165
18166 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
18167
18168 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18169 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18170 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18171 (speedbar-path-line): Define obsolete aliases.
18172 (speedbar-line-directory): Doc fix.
18173
18174 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18175 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18176 instead of speedbar-line-path.
18177
18178 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18179
18180 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18181 to nil if dropping on a window. Handle dropping on a minibuffer window
18182 like dropping on a non-window part of Emacs.
18183
18184 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * net/ange-ftp.el: Use with-current-buffer.
18187 (ange-ftp-insert-directory): Do not follow symlinks any more.
18188
18189 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18190 Remove interactive spec.
18191
18192 2005-10-03 Kim F. Storm <storm@cua.dk>
18193
18194 * ido.el (ido-mode): Use custom-initialize-set.
18195
18196 2005-10-02 Richard M. Stallman <rms@gnu.org>
18197
18198 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18199 Use insert-buffer-substring.
18200
18201 * net/tramp.el: Pacify byte compiler warnings in pacification code.
18202 (tramp-handle-file-local-copy): Use insert-buffer-substring.
18203
18204 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18207 in last change.
18208 (ange-ftp-insert-directory): Fix up the search for the case where
18209 `file' is absolute.
18210
18211 2005-10-02 Romain Francoise <romain@orebokech.com>
18212
18213 * progmodes/compile.el (compile-goto-error): Delete extra paren.
18214
18215 2005-10-02 Andreas Schwab <schwab@suse.de>
18216
18217 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18218 directory component in the session info.
18219
18220 2005-10-01 Richard M. Stallman <rms@gnu.org>
18221
18222 * comint.el (comint-redirect-subvert-readonly): Doc fix.
18223
18224 * simple.el (next-error-internal): New function.
18225
18226 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18227 (compilation-start): Pass new arg to compilation-buffer-name.
18228 (compile-goto-error): Use next-error-internal.
18229
18230 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18231
18232 * speedbar.el: Remove RCS tag.
18233 (speedbar-check-read-only): Handle non-existent files.
18234
18235 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18236
18237 * info.el (Info-speedbar-hierarchy-buttons)
18238 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18239
18240 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18241
18242 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18243 Do not match newline.
18244 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18245 (bibtex-summary): Remove unnecessary save-excursion.
18246 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18247
18248 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18249
18250 * term/mac-win.el: Add charset info for "iso10646-1".
18251 Modify default fontset to use ATSUI-compatible fonts for some charsets
18252 if available.
18253
18254 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18255
18256 * speedbar.el: Re-apply arch tag.
18257 (speedbar-version): Rename to version 1.0. Suggested by Eric
18258 M. Ludlam.
18259 Reapply two changes from Emacs CVS' version of speedbar lost
18260 during the merge:
18261 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18262 (speedbar-frame-parameters): Improve customize type.
18263
18264 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18267 (ange-ftp-file-directory-p): Fix the symlink case.
18268 (ange-ftp-insert-directory): When listing a single file, get a list of
18269 the parent buffer and extract the relevant line. Inspired from a patch
18270 by Katsumi Yamaoka <yamaoka@jpl.org>.
18271 (ange-ftp-file-name-sans-versions): Simplify.
18272
18273 2005-09-30 Bill Wohler <wohler@newt.com>
18274
18275 Move MH-E image files from toolbar and mail directories into
18276 etc/images.
18277
18278 * mail/reply2.*: Move to etc/images/mail/reply*.
18279
18280 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18281 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18282 etc/images.
18283
18284 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18285 * toolbar/reply*: Move to etc/images/mail.
18286
18287 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18288
18289 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
18290
18291 * speedbar.el: New version 1.0pre3.
18292
18293 Frame management code (including timer, and mouse click specifics)
18294 moved to dframe.el:
18295 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
18296 (speedbar-timer): Removed. Use dframe-timer.
18297 (speedbar-close-frame): Removed. Use dframe-close-frame.
18298 (speedbar-activity-change-focus-flag): Removed. Use
18299 dframe-activity-change-focus-flag.
18300 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
18301 dframe-update-speed.
18302
18303 (speedbar-current-frame): New macro. Use this instead of the
18304 variable speedbar-frame.
18305
18306 (speedbar-use-images, speedbar-expand-image-button-alist)
18307 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
18308
18309 (speedbar-find-image-on-load-path): Removed. Replaced by
18310 defezimage in ezimage.el.
18311 (speedbar-expand-image-button-alist): Removed. Replaced by
18312 ezimage-expand-image-button-alist in ezimage.el.
18313
18314 (speedbar-ignored-directory-regexp)
18315 (speedbar-add-ignored-directory-regexp)
18316 (speedbar-ignored-directory-expressions)
18317 (speedbar-line-directory, speedbar-buffers-line-directory)
18318 (speedbar-directory-line, speedbar-buffers-line-directory):
18319 Renamed, replacing `path' with `directory'.
18320
18321 (speedbar-create-directory, speedbar-expand-line-descendants)
18322 (speedbar-toggle-line-expansion)
18323 (speedbar-contract-line-descendants): New commands.
18324
18325 (speedbar-query-confirmation-method, speedbar-select-frame-method)
18326 (speedbar-use-tool-tips-flag): New options.
18327
18328 (speedbar-check-read-only, speedbar-require-version)
18329 (speedbar-insert-separator, speedbar-buffers-tail-notes)
18330 (speedbar-handle-delete-frame, speedbar-try-completion)
18331 (speedbar-update-localized-contents): New functions.
18332
18333 (speedbar-incompatible-version, speedbar-ro-to-do-point)
18334 (speedbar-object-read-only-indicator): New variables.
18335
18336 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
18337 New hooks.
18338
18339 (speedbar-separator-face): New face.
18340
18341 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
18342 (speedbar-ignored-modes): Add fundamental-mode.
18343 (speedbar-directory-unshown-regexp): Add . directories.
18344
18345 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
18346 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
18347 `]' for full expand/close.
18348 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
18349
18350 (speedbar-check-vc): Support hidden files.
18351 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
18352 (speedbar-this-file-in-vc): Use vc-state if available. If VC
18353 state is nil, it is not checked out.
18354
18355 (speedbar-line-text, speedbar-line-token): Support expand buttons
18356 with no text.
18357 (speedbar-refresh): Universal argument acts as power-click.
18358 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18359 that buffer to get variable values.
18360
18361 And many other bugfixes.
18362
18363 * dframe.el, ezimage.el, sb-image.el: New files.
18364
18365 * sb-*.xpm: Remove files. New image files installed into
18366 etc/images/ezimage.
18367
18368 2005-09-30 Kenichi Handa <handa@m17n.org>
18369
18370 * ps-mule.el (ps-mule-show-warning): If a character is in
18371 ps-print-translation-table, don't treat it as non-printable.
18372
18373 2005-09-30 David Ponce <david@dponce.com>
18374
18375 * tree-widget.el (tree-widget-themes-load-path): New variable.
18376 (tree-widget-themes-directory): Doc fix.
18377 (tree-widget-image-formats) [Emacs]: Doc fix.
18378 (tree-widget--locate-sub-directory): New function.
18379 (tree-widget-themes-directory): Use it.
18380
18381 * recentf.el (recentf-filename-handlers): Rename from
18382 `recentf-filename-handler'. Allow a list of functions.
18383 (recentf-menu-items-for-commands): Fix :help strings.
18384 (recentf-apply-filename-handlers): New function.
18385 (recentf-expand-file-name): Use it.
18386 (recentf-cleanup): Remove duplicates too.
18387
18388 2005-09-29 Juri Linkov <juri@jurta.org>
18389
18390 * faces.el: Rearrange face definitions to be in the same order as
18391 their face descriptions in "(emacs)Standard Faces".
18392
18393 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18394
18395 * tooltip.el (tooltip): Add group `basic-faces'.
18396
18397 * buff-menu.el (Buffer-menu-buffer): Remove group
18398 `font-lock-highlighting-faces'.
18399
18400 * progmodes/compile.el (compilation-error, compilation-warning)
18401 (compilation-info, compilation-line-number, compilation-column-number):
18402 Change group from `font-lock-highlighting-faces' to `compilation'.
18403
18404 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18405 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18406 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18407 (vhdl-font-lock-reserved-words-face)
18408 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18409 `font-lock-highlighting-faces'.
18410
18411 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18412
18413 2005-09-28 Kim F. Storm <storm@cua.dk>
18414
18415 * emulation/cua-base.el: Set CUA move property on additional commands:
18416 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18417 forward-sexp, backward-sexp, forward-list, backward-list.
18418
18419 2005-09-28 Romain Francoise <romain@orebokech.com>
18420
18421 * comint.el (comint-show-output): Really set point at the
18422 beginning of the output when not using `comint-use-prompt-regexp'.
18423
18424 2005-09-27 Jay Belanger <belanger@truman.edu>
18425
18426 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18427 in TeX mode.
18428
18429 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
18430
18431 * textmodes/org.el (org-table-sum): Fix format string.
18432
18433 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18434 Quote face names.
18435
18436 2005-09-26 Romain Francoise <romain@orebokech.com>
18437
18438 * isearch.el (isearch-forward-regexp): Close doc string.
18439
18440 2005-09-25 Richard M. Stallman <rms@gnu.org>
18441
18442 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18443
18444 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18445
18446 * progmodes/compile.el (compilation-error-properties):
18447 When getting the file from the previous error message,
18448 correctly decode the new data format.
18449
18450 * progmodes/cc-cmds.el (c-electric-paren):
18451 Call old-blink-paren only for close-paren.
18452
18453 2005-09-24 Andreas Schwab <schwab@suse.de>
18454
18455 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18456 condition.
18457
18458 2005-09-25 Romain Francoise <romain@orebokech.com>
18459
18460 * dired-aux.el (dired-copy-file-recursive):
18461 * dired.el (dired-delete-file):
18462 * ediff-mult.el (ediff-dir-diff-copy-file):
18463 * ediff-util.el (ediff-test-save-region):
18464 * forms.el (forms-mode):
18465 * ido.el (ido-file-internal, ido-delete-file-at-head):
18466 * log-edit.el (log-edit-done):
18467 * ses.el (ses-yank-resize):
18468 * play/gomoku.el (gomoku-human-plays, gomoku)
18469 (gomoku-human-resigns, gomoku-prompt-for-other-game)
18470 (gomoku-offer-a-draw):
18471 * play/landmark.el (lm-human-resigns, lm):
18472 * net/eudcb-ldap.el (eudc-ldap-check-base):
18473 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18474 * progmodes/ebrowse.el (ebrowse-find-pattern):
18475 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18476 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18477 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18478
18479 * vc.el (vc-delete-file):
18480 * play/gomoku.el (gomoku-terminate-game, gomoku)
18481 (gomoku-prompt-for-move, gomoku-human-takes-back):
18482 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18483 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18484
18485 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18486
18487 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18488 color rxvt terminals by using the code xterm.el used to use before
18489 2005-04-09 in order to match the colors used by rxvt.
18490
18491 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18492
18493 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18494 colors rxvt-unicode terminals by using the same code as xterm.el.
18495
18496 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * textmodes/tex-mode.el (tex-font-lock-append-prop)
18499 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18500 new symbol used for the tex-verbatim face.
18501
18502 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18503
18504 * woman.el (woman-file-name):
18505 * wid-edit.el (widget-file-prompt-value)
18506 (widget-coding-system-prompt-value):
18507 * w32-fns.el (set-w32-system-coding-system):
18508 * vc.el (vc-version-diff, vc-annotate):
18509 * textmodes/reftex-auc.el (reftex-arg-cite)
18510 (reftex-arg-index-tag):
18511 * textmodes/refer.el (refer-get-bib-files):
18512 * textmodes/artist.el (artist-figlet-choose-font):
18513 * terminal.el (terminal-emulator):
18514 * replace.el (occur-read-primary-args):
18515 * rect.el (string-rectangle, string-insert-rectangle):
18516 * ps-print.el (ps-print-preprint):
18517 * progmodes/pascal.el (pascal-goto-defun):
18518 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18519 * progmodes/compile.el (compilation-find-file):
18520 * printing.el (pr-interactive-n-up):
18521 * play/animate.el (animate-birthday-present):
18522 * net/rcompile.el (remote-compile):
18523 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18524 * mail/rmailsum.el (rmail-summary-search-backward)
18525 (rmail-summary-search):
18526 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18527 (rmail-output-read-file-name):
18528 * mail/rmail.el (rmail-search, rmail-search-backwards):
18529 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18530 * locate.el (locate):
18531 * international/quail.el (quail-show-keyboard-layout):
18532 * international/mule.el (set-buffer-file-coding-system)
18533 (revert-buffer-with-coding-system, set-file-name-coding-system)
18534 (set-terminal-coding-system, set-keyboard-coding-system)
18535 (set-next-selection-coding-system):
18536 * international/mule-diag.el (describe-coding-system)
18537 (describe-font, describe-fontset):
18538 * international/mule-cmds.el (universal-coding-system-argument)
18539 (search-unencodable-char, describe-input-method)
18540 (set-language-environment, describe-language-environment):
18541 * international/codepage.el (codepage-setup):
18542 * international/code-pages.el (codepage-setup):
18543 * info.el (Info-search, Info-follow-reference)
18544 (Info-search-backward):
18545 * emacs-lisp/advice.el (ad-read-advised-function)
18546 (ad-read-advice-class, ad-clear-cache, ad-activate)
18547 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18548 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18549 (ad-read-regexp):
18550 * ediff-util.el (ediff-toggle-regexp-match):
18551 * ediff-ptch.el (ediff-prompt-for-patch-file):
18552 * dired-aux.el (dired-diff):
18553 * diff.el (diff):
18554 * cus-edit.el (custom-variable-prompt):
18555 * calendar/timeclock.el (timeclock-ask-for-project):
18556 * calc/calcalg3.el (calc-get-fit-variables):
18557 * calc/calc-store.el (calc-edit-variable)
18558 (calc-permanent-variable):
18559 * vc-mcvs.el (vc-mcvs-register):
18560 * shadowfile.el (shadow-define-literal-group):
18561 * woman.el (woman-file-name):
18562 * vc.el (vc-version-diff, vc-merge):
18563 * textmodes/reftex-index.el (reftex-index-complete-tag):
18564 * format.el (format-decode-buffer, format-decode-region):
18565 * emulation/viper-cmd.el (viper-read-string-with-history):
18566 * emacs-lisp/debug.el (cancel-debug-on-entry):
18567 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18568 * ediff.el (ediff-merge-revisions)
18569 (ediff-merge-revisions-with-ancestor, ediff-revision):
18570 * completion.el (interactive-completion-string-reader):
18571 * calc/calc-prog.el (calc-user-define-formula):
18572 Follow convention for reading with the minibuffer.
18573
18574 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18575
18576 * progmodes/python.el (python-describe-symbol): Add globals() and
18577 locals() to the arguments of emacs.ehelp.
18578
18579 2005-09-24 Magnus Henoch <mange@freemail.hu>
18580
18581 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18582 New function, code extracted from ispell-valid-dictionary-list.
18583 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18584 Call it.
18585
18586 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18587
18588 * subr.el (version-regexp-alist): Extend valid syntax for version
18589 strings: allow any of the characters -,_,+ to separate the
18590 alpha/beta/rc part from the version part. Doc fix.
18591 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18592
18593 2005-09-23 David Reitter <david.reitter@gmail.com>
18594
18595 * mail/mailclient.el: New file.
18596
18597 2005-09-23 Richard M. Stallman <rms@gnu.org>
18598
18599 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18600 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18601 Doc fixes.
18602
18603 * progmodes/cc-mode.el (c-font-lock-init):
18604 Specify font-lock-lines-before.
18605
18606 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18609 whole conflict.
18610
18611 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18612
18613 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18614 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18615 of `remap' feature when available. Additional key bindings for
18616 better tty support.
18617 (org-mode-restart, org-force-self-insert): New commands.
18618 (org-time-stamp-inactive): New command.
18619 (org-remap): New function.
18620 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18621 (org-enable-fixed-width-editor): Move to `org-structure'
18622 customization group.
18623 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18624 blank field after field motion commands.
18625
18626 2005-09-23 Kenichi Handa <handa@m17n.org>
18627
18628 * international/mule-cmds.el (set-language-environment):
18629 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18630 have to call utf-translate-cjk-load-tables.
18631
18632 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18633
18634 * mouse.el (mouse-move-drag-overlay): Fix last change.
18635
18636 2005-09-22 David Ponce <david@dponce.com>
18637
18638 * tree-widget.el (tree-widget-value-create): Fix previous change.
18639
18640 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18641
18642 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18643
18644 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18645
18646 * mouse.el (mouse-move-drag-overlay): New function.
18647 (mouse-drag-region-1): Use it.
18648 Try to simplify a bit the state handling. Handle clicks on links
18649 inside intangible areas.
18650 (mouse-save-then-kill): Minor simplification.
18651 (mouse-secondary-overlay): Make it always non-nil instead of
18652 recreating it each time.
18653 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18654 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18655 Simplify accordingly.
18656
18657 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18658
18659 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18660
18661 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18662
18663 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18664 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18665 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18666 to patch.
18667
18668 * ediff-util.el: Use insert-buffer-substring.
18669
18670 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18671
18672 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18673 field boundaries in the minibuffer.
18674 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18675 (viper-minibuffer-post-command-hook): New hook.
18676 (viper-line): Don't move cursor at bolp.
18677
18678 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18679
18680 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18681 avoid compiler warnings.
18682
18683 * emulation/viper-macs.el (ex-map): Better messages.
18684
18685 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18686
18687 * emulation/viper.el: Replace make-variable-buffer-local with
18688 viper-make-variable-buffer-local everywhere, to avoid warnings.
18689
18690 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18693 Delete unused var `old-selected-window'.
18694 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18695 (mouse-drag-secondary): Delete unused var `start-frame'.
18696
18697 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18698
18699 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18700
18701 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18704 Re-indent within 80 columns. Use inhibit-read-only.
18705
18706 2005-09-19 Romain Francoise <romain@orebokech.com>
18707
18708 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18709
18710 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18713 unconditionally, since the after-change-function already did it.
18714
18715 2005-09-19 Miles Bader <miles@gnu.org>
18716
18717 * net/newsticker.el: Get rid of CVS keyword.
18718
18719 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18720
18721 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18722 The prompt is formatted later.
18723
18724 2005-09-19 David Ponce <david@dponce.com>
18725
18726 * tree-widget.el (tree-widget-value-create): Save the converted
18727 tree :node widget.
18728
18729 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18730
18731 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18732 variable `message'.
18733
18734 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18735
18736 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18737 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18738 <slawomir.nowaczyk.847@student.lu.se>.
18739
18740 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * image.el (image-load-path): Use symbol `data-directory' instead
18743 of its value, for backward compatibility with packages that bind
18744 it during `find-image'. Suggested by Katsumi Yamaoka.
18745 (image-search-load-path): Handle symbols whose values are strings.
18746
18747 2005-09-18 Romain Francoise <romain@orebokech.com>
18748
18749 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18750 with-current-buffer form in save-excursion.
18751
18752 2005-09-18 Deepak Goel <deego@gnufans.org>
18753
18754 * apropos.el (apropos-command): Fix `message' call: first arg
18755 should be a format spec. In this and all other cases that appear
18756 below and elsewhere in the source code, I made a change only when
18757 two conditions were satisfied: [1] I can think of a possibility
18758 that the arguments would cause an error, for example, the code in
18759 question relies on external variables such as filenames. [2] I
18760 was sure that the arg to `message' could not have been nil in the code.
18761
18762 * textmodes/tildify.el (tildify-region): Ditto.
18763
18764 * textmodes/reftex-index.el (reftex-index-change-entry)
18765 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18766 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18767 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18768 (org-priority, org-table-sum):
18769 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18770 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18771 (flyspell-word, flyspell-display-next-corrections):
18772 * textmodes/bibtex.el (bibtex-print-help-message):
18773 * textmodes/artist.el (artist-key-set-point-poly):
18774 * term/mac-win.el (mac-services-insert-text):
18775 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18776 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18777 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18778 (vhdl-compose-configuration):
18779 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18780 (sh-set-indent, sh-learn-line-indent):
18781 * progmodes/ps-mode.el (ps-mode-target-column):
18782 * progmodes/idlwave.el (idlwave-make-tags)
18783 (idlwave-scan-library-catalogs):
18784 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18785 * progmodes/gud.el (gud-jdb-analyze-source):
18786 * progmodes/flymake.el (flymake-log):
18787 * progmodes/ebnf2ps.el (ebnf-generate-region):
18788 * progmodes/cmacexp.el (c-macro-expansion):
18789 * progmodes/ada-xref.el (ada-treat-cmd-string):
18790 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18791 (ada-justified-indent-current, ada-batch-reformat):
18792 * play/zone.el (zone):
18793 * play/landmark.el (lm-move):
18794 * play/decipher.el (decipher-show-alphabet):
18795 * net/newsticker.el (newsticker--display-jump)
18796 (newsticker--display-scroll):
18797 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18798 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18799 * mail/feedmail.el (feedmail-dump-message-to-queue):
18800 * eshell/esh-proc.el (eshell-remove-process-entry):
18801 * emulation/ws-mode.el (ws-last-error):
18802 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18803 (viper-record-kbd-macro):
18804 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18805 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18806 * emacs-lisp/find-func.el (find-function-noselect):
18807 * calendar/timeclock.el (timeclock-status-string)
18808 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18809 (timeclock-when-to-leave-string):
18810 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18811 * calc/calc-units.el (calc-enter-units-table):
18812 * calc/calc-mode.el (calc-mode-record-mode):
18813 * woman.el (woman-mini-help):
18814 * wdired.el (wdired-change-to-wdired-mode):
18815 * vc.el (vc-retrieve-snapshot):
18816 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18817 * startup.el (display-startup-echo-area-message):
18818 * simple.el (set-goal-column):
18819 * ses.el (ses-command-hook, ses-recalculate-cell):
18820 * server.el (server-process-filter):
18821 * printing.el (pr-interface-txt-print, pr-interface-printify)
18822 (pr-interface-ps):
18823 * pcvs.el (cvs-help):
18824 * log-edit.el (log-edit, log-edit-mode-help):
18825 * iswitchb.el (iswitchb-possible-new-buffer):
18826 * isearch.el (isearch-edit-string):
18827 * image-mode.el (image-mode, image-minor-mode):
18828 * ibuf-macs.el (define-ibuffer-filter):
18829 * hi-lock.el (hi-lock-find-patterns):
18830 * files.el (toggle-read-only):
18831 * ediff-util.el (ediff-copy-diff)
18832 (ediff-write-merge-buffer-and-maybe-kill):
18833 * echistory.el (Electric-history-undefined):
18834 * dnd.el (dnd-insert-text):
18835 * dired-aux.el (dired-query):
18836 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18837 * bookmark.el (bookmark-bmenu-locate):
18838 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18839 Fix `message' calls to ensure first arg is a format string.
18840 The change was made only when these two conditions were satisfied:
18841 [1] when there is a possibility that the arguments would cause an error
18842 for example, if the code in question relies on external variables
18843 such as filenames, and
18844 [2] if the arg to `message' could not have been nil in the code.
18845
18846 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18847 Not having a %s would be weird, though not technically wrong.
18848
18849 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18850
18851 * term/mac-win.el (mac-add-charset-info): Doc fix.
18852
18853 2005-09-17 Romain Francoise <romain@orebokech.com>
18854
18855 * shell.el (shell-resync-dirs): Handle echoing processes more
18856 reliably. Don't insert resync command if `comint-process-echoes'
18857 is non-nil.
18858
18859 2005-09-17 Magnus Henoch <mange@freemail.hu>
18860
18861 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18862 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18863 aspell versions >= 0.60.
18864 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18865 only if ispell-aspell-supports-utf8 is non-nil.
18866
18867 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18868
18869 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18870 buffer-local value to lisp-indent-function.
18871
18872 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18873
18874 * progmodes/glasses.el (glasses-make-readable): If
18875 glasses-separator differs from underscore, put appropriate
18876 overlays over underscore characters.
18877 (glasses-convert-to-unreadable): If glasses-separator differs from
18878 underscore, try to convert glasses-separator characters to
18879 underscores.
18880
18881 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18884 Use with-syntax-table and dolist.
18885
18886 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18887
18888 * textmodes/reftex-auc.el:
18889 * textmodes/reftex-cite.el:
18890 * textmodes/reftex-dcr.el:
18891 * textmodes/reftex-global.el:
18892 * textmodes/reftex-parse.el:
18893 * textmodes/reftex-ref.el:
18894 * textmodes/reftex-sel.el:
18895 * textmodes/reftex-toc.el:
18896 * textmodes/reftex-vars.el:
18897 * textmodes/reftex.el: Small changes to remove compiler warnings.
18898
18899 * textmodes/reftex-index.el: Likewise.
18900 (reftex-query-index-phrase): More efficient use of markers.
18901
18902 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18903
18904 * image.el (image-load-path): New variable.
18905 (image-search-load-path): New function.
18906 (find-image): Search for images in `image-load-path'.
18907
18908 2005-09-15 Richard M. Stallman <rms@gnu.org>
18909
18910 * follow.el: Change Maintainer field.
18911
18912 2005-09-15 David Ponce <david@dponce.com>
18913
18914 * recentf.el (recentf-save-file-modes): New option.
18915 (recentf-save-list): Use it.
18916
18917 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18918
18919 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18920 (mode-line-mule-info, mode-line-modified): Move bindings from
18921 mouse-3 to mouse-1.
18922
18923 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18924
18925 * simple.el (sendmail-user-agent-compose): Revert last change.
18926
18927 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18930 Use with-current-buffer.
18931 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18932 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18933 (ange-ftp-insert-directory): Remove unused var `short'.
18934 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18935
18936 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18937 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18938
18939 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18940 (check-calendar-holidays, diary-list-entries): Autoload.
18941 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18942 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18943
18944 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18945 which mistakenly removed a call to display-buffer.
18946
18947 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18948
18949 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18950
18951 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18952
18953 * progmodes/hideshow.el
18954 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18955 (hs-allow-nesting): New user var.
18956 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18957 (hs-hide-block-at-point): When nesting allowed,
18958 if there is already an overlay in place, delete it.
18959 (hs-safety-is-job-n): Delete func; remove call sites.
18960 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18961 (hs-overlay-at): New func.
18962 (hs-already-hidden-p, hs-show-block): Use it.
18963 (hs-hide-all): Don't pre-clean if nesting allowed.
18964 (hs-show-all): Temporarily disallow
18965 nesting around call to `hs-discard-overlays'.
18966
18967 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18968
18969 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18970 Delete unused local var.
18971
18972 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * help-fns.el (describe-categories): "?\ " -> "?\s".
18975 (help-do-arg-highlight): Recognize also ARG-n, as in
18976 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18977
18978 * international/codepage.el (dos-unsupported-char-glyph):
18979 * net/newsticker.el (tool-bar-map, w3-mode-map)
18980 (w3m-minor-mode-map):
18981 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18982 (ent-alist):
18983 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18984
18985 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18986
18987 * custom.el (custom-push-theme): Handle the case where a symbol is
18988 bound but face properties have not yet been assigned.
18989
18990 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18991 Fix behavior if noerase is `t' and there is no mail buffer.
18992
18993 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18994 if `continue' is nil, rather than signal an error.
18995
18996 2005-09-12 Richard M. Stallman <rms@gnu.org>
18997
18998 * font-lock.el (font-lock-keywords): Add autoload.
18999
19000 * help-fns.el (describe-variable): Rearrange to put source link
19001 in a predictable place.
19002
19003 * net/newsticker.el: New file.
19004
19005 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * calendar/calendar.el (calendar-for-loop): Add edebug info.
19008 (calendar-basic-setup): Use the new nil arg.
19009 (number-of-diary-entries): Move to diary-lib.el.
19010
19011 * calendar/diary-lib.el: Use with-current-buffer, match-string.
19012 (diary-list-entries): Use with-syntax-table and dolist.
19013 Rename from list-diary-entries.
19014 Use number-of-diary-entries if `number' is nil.
19015 (diary, diary-view-entries): Use this new name and new nil arg value.
19016 (number-of-diary-entries): Move from calendar.el.
19017 (diary-unhide-everything): New function.
19018 (include-other-diary-files, fancy-diary-display)
19019 (diary-show-all-entries, make-diary-entry): Use it.
19020 (diary-mail-entries): Use buffer-string.
19021 (mark-diary-entries): Fix long standing paren typo.
19022 (diary-sexp-entry): Use count-lines.
19023 (make-diary-entry): Avoid `previous-line'.
19024 (diary-mode-map): New var.
19025 (diary-mode): Redraw cal after saving. Setup header-line.
19026 (fancy-diary-display-mode): Use local-set-key.
19027
19028 * startup.el (command-line): Try calling various terminal-init-foo-bar
19029 functions by stripping hyphenated suffixes from $TERM.
19030
19031 * files.el (normal-mode): Check boundness of font-lock-keywords.
19032
19033 2005-09-12 Richard M. Stallman <rms@gnu.org>
19034
19035 * progmodes/compile.el: Don't decide a file's directory
19036 until the user actually tries to go there.
19037 (compilation-next-error-function):
19038 Pass compilation-find-file the directory from the file-struct.
19039 (compilation-internal-error-properties): Separate local FILE-STRUCT
19040 from FILE. Doc the args better. Rename arg FMT to FMTS.
19041 (compilation-find-file): Arg DIR renamed to DIRECTORY.
19042 Expand it, and if nil, use default-directory.
19043 (compilation-get-file-structure): Don't mix specified directory
19044 with default directory. Put specified directory into
19045 file-struct. Don't make the file name absolute.
19046
19047 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19048 (compile-command): Add autoload.
19049 (compilation-disable-input): Add autoload.
19050
19051 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
19052
19053 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19054 strings of the variables it can override.
19055 (time-stamp): New (as yet undocumented) time-stamp-format escapes
19056 %Q and %q, for fully-qualified domain name and unqualified host name.
19057
19058 2005-09-11 Kim F. Storm <storm@cua.dk>
19059
19060 * emacs-lisp/authors.el (authors-aliases): Update list.
19061 (authors-fixed-entries): Update mldrag.el entry.
19062
19063 2005-09-10 Alan Mackenzie <acm@muc.de>
19064
19065 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19066 from the region narrowed to.
19067
19068 2005-09-10 Magnus Henoch <mange@freemail.hu>
19069
19070 * textmodes/ispell.el (ispell-check-version): Signal an error if
19071 aspell version is less than 0.60.
19072
19073 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
19074
19075 * progmodes/octave-inf.el (inferior-octave-startup):
19076 Resync current dir at the end.
19077
19078 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
19079
19080 * woman.el (woman-topic-at-point-default):
19081 Rename to woman-use-topic-at-point-default.
19082 (woman-topic-at-point): Rename to woman-use-topic-at-point.
19083 (woman-file-name): Reflect renames above. Automatically use the
19084 word at point as topic if woman-use-topic-at-point is non-nil.
19085 Otherwise offer it as default but don't insert it in the
19086 minibuffer. Also use `test-completion' instead of `assoc' as
19087 suggested by Stefan Monnier.
19088
19089 2005-09-10 Andre Spiegel <spiegel@gnu.org>
19090
19091 * vc.el (vc-directory, vc-update-change-log): Throw an error on
19092 the attempt to do it over Tramp. This is not yet supported.
19093
19094 2005-09-10 Eli Zaretskii <eliz@gnu.org>
19095
19096 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19097 (menu-bar-non-minibuffer-window-p): New functions.
19098 ("Split Window", "Save As..."): Use them.
19099 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19100 ("Print Buffer", "Truncate Long Lines in this Buffer"):
19101 Use menu-bar-menu-frame-live-and-visible-p.
19102 ("Save Buffer", "Insert File", "Open Directory...")
19103 ("Open File...", "Visit New File..."):
19104 Use menu-bar-non-minibuffer-window-p.
19105 (kill-this-buffer-enabled-p, dired <menu-enable>):
19106 Use menu-bar-non-minibuffer-window-p.
19107
19108 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19109
19110 * cus-start.el (all): Don't complain about fringe-related
19111 built-ins if fringes are not supported. Ditto about
19112 selection-related built-ins. Fix the test for GTK-related built-ins.
19113
19114 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19115 ("Postscript Print Buffer", "Print Region", "Save As...")
19116 ("Save", "Insert File...", "Open Directory...")
19117 ("Open File...", "Visit New File..."")
19118 ("Truncate Long Lines in this Buffer"): Don't look at
19119 menu-updating-frame if this display does not support multiple frames.
19120
19121 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19122
19123 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19124
19125 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
19126
19127 * woman.el: Format- and whitespace-related changes.
19128
19129 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19130
19131 * woman.el: Fix my email address.
19132
19133 2005-09-08 Richard M. Stallman <rms@gnu.org>
19134
19135 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19136 (sh-mode): Locally set skeleton-pair-default-alist.
19137
19138 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19139
19140 * progmodes/flymake.el: Require `compile' unconditionally.
19141
19142 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19143
19144 * woman.el (woman-file-name): Provide a default, not initial input.
19145
19146 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19147
19148 * font-lock.el (font-lock-support-mode): Doc fix.
19149
19150 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19151
19152 2005-09-08 Richard M. Stallman <rms@gnu.org>
19153
19154 * simple.el (blink-matching-open): Get rid of text props from
19155 the string shown in echo area. Don't permanently set point.
19156 Some rearrangements.
19157
19158 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19159
19160 * recentf.el (recentf-filename-handler): Add custom choice
19161 `abbreviate-file-name'.
19162
19163 * msb.el (msb--very-many-menus): Fix typo.
19164
19165 * disp-table.el (standard-display-european): Don't set
19166 enable-multibyte-characters to nil.
19167
19168 2005-09-08 David Ponce <david@dponce.com>
19169
19170 * recentf.el (recentf-show-file-shortcuts-flag): New option.
19171 (recentf-expand-file-name): Doc fix.
19172 (recentf-dialog-mode-map): Define digit shortcuts.
19173 (recentf--files-with-key): New variable.
19174 (recentf-show-digit-shortcut-filter): New function.
19175 (recentf-open-files-items): New function.
19176 (recentf-open-files): Use it.
19177 (recentf-open-file-with-key): New command.
19178
19179 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
19180
19181 * buff-menu.el (Buffer-menu-sort-by-column): New function.
19182 Suggested by Kim F. Storm.
19183 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19184 (Buffer-menu-make-sort-button): Use global keymap.
19185
19186 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
19187
19188 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19189 (Man-getpage-in-background-advice): Remove defadvice; it isn't
19190 necessary any longer with the remapped command.
19191 (Man-bgproc-sentinel-advice): Remove defadvice which counts
19192 formatting time only.
19193
19194 * net/tramp.el (tramp-action-password)
19195 (tramp-multi-action-password): Compile the password prompt from
19196 `method', `user' and `host'. Sometimes it isn't obvious which
19197 password to enter, for example with remote files offered by
19198 recentf.el, or with multiple steps. Suggested by Robert Marshall
19199 <robert@chezmarshall.freeserve.co.uk>.
19200
19201 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19204 Fix regexp for when "s///" is at the beginning of line.
19205
19206 2005-09-07 Jay Belanger <belanger@truman.edu>
19207
19208 * calc/calc-poly.el (math-expand-term): Multiply out any powers
19209 when in matrix mode.
19210
19211 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19212
19213 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19214 non-anonymous functions.
19215
19216 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
19217
19218 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19219 when using a header line. Otherwise, use mouse-1-click-follows-link.
19220
19221 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19222 can't be moved; don't signal an error.
19223
19224 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
19225
19226 * cus-theme.el (custom-theme-write-faces): Save the current face
19227 spec, not the defface spec.
19228
19229 * custom.el (custom-known-themes): Clarify meaning of "standard".
19230 (custom-push-theme): Save old values in the standard theme.
19231 (disable-theme): Correct typo.
19232 (custom-face-theme-value) Deleted unused function.
19233 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19234
19235 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * progmodes/compile.el (compilation-goto-locus): Take into account
19238 iconified frames when determining whether the buffer is
19239 already visible.
19240 Don't reset window height if the window already existed.
19241
19242 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
19243
19244 * custom.el (load-theme): Rename from require-theme.
19245 Add interactive spec.
19246 (enable-theme): Rename from custom-enable-theme.
19247 Add interactive spec.
19248 (disable-theme): Rename from custom-disable-theme.
19249 Add interactive spec.
19250 (custom-make-theme-feature): Doc fix.
19251 (custom-theme-directory): Doc fix.
19252 (provide-theme): Call enable-theme.
19253
19254 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19255
19256 * obsolete/lazy-lock.el (lazy-lock-mode):
19257 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19258 font-lock-mode if it's off. Print a warning instead.
19259
19260 * progmodes/compile.el (compilation-start): Ignore errors if the
19261 process died before we get to send-eof.
19262
19263 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19264 Undo last change. Enclosing the result in quotes broke things on Unix
19265 since tex-send-command passes it through shell-quote-argument.
19266 (tex-send-command): Pass `file' through convert-standard-filename
19267 when possible.
19268 (tex-uptodate-p): Handle the case where TeX hasn't put additional
19269 info in a transcript.
19270
19271 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19272
19273 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19274 fix compilation warning. Reorder the key definitions to group
19275 together keys emitted by the current version of xterm.
19276
19277 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19278 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19279 Reorder predicates to correct min-color usage.
19280
19281 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * longlines.el (longlines-mode): Inhibit read-only when encoding.
19284 Kill local variables when longlines-mode is turned off.
19285
19286 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19287
19288 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19289
19290 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19291
19292 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19293
19294 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19295 (font-lock-lines-before): Change default to being inactive.
19296 (font-lock-default-fontify-region): Obey font-lock-lines-before.
19297 (font-lock-after-change-function): Don't handle f-l-lines-before here.
19298
19299 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19300
19301 * net/tramp.el (tramp-handle-make-auto-save-file-name):
19302 Deactivate temporarily advice if active (not needed for Emacs 22,
19303 but for backwards compatibility).
19304 (tramp-exists-file-name-handler): Rewrite. First implementation
19305 was too simple.
19306 (tramp-advice-make-auto-save-file-name):
19307 Call `tramp-handle-make-auto-save-file-name' (again, just for
19308 backwards compatibility).
19309
19310 2005-08-31 Reto Zimmermann <reto@gnu.org>
19311
19312 * progmodes/vhdl-mode.el
19313 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
19314 (vhdl-end-p): Fix indentation bug "else" after "-- when".
19315 (vhdl-set-default-project): New function (easier setting of default).
19316 (vhdl-port-copy): Handle extended identifiers for generics.
19317 (vhdl-compiler-alist): Better description for error message regexp.
19318 (vhdl-make): Query for target, use previous as default.
19319 (vhdl-port-copy): Fix port copy for port names starting with "signal".
19320 (vhdl-font-lock-keywords-2): Fix fontification for record
19321 el. assign.
19322 (vhdl-speedbar-make-subpack-line): Add package body link.
19323 (vhdl-generate-makefile-1): Not include itself as dependency.
19324 (vhdl-font-lock-init): Highlight c-preprocessor directives.
19325 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
19326 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
19327 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
19328 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
19329 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
19330 (vhdl-import-project): Add string argument for `error'.
19331 (vhdl-compose-configuration)
19332 (vhdl-compose-configuration-architecture): Add configuration
19333 declaration generation.
19334 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
19335 (vhdl-trailer-re): Add "record" keyword (better indentation).
19336 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
19337 "[^ \t-\"]+".
19338 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
19339 (vhdl-testbench-entity-file-name)
19340 (vhdl-testbench-architecture-file-name): Allow separate
19341 customization of testbench file names.
19342 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
19343 (vhdl-get-visible-signals): Allow newline within alias declaration.
19344 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
19345 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
19346 (member-ignore-case): Alias for missing function in XEmacs.
19347 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
19348 (vhdl-update-sensitivity-list): Ignore case on read signals.
19349 (vhdl-replace-string): Adjust case only for file names.
19350 (vhdl-update-sensitivity-list): Fix search for read signals.
19351 (vhdl-update-sensitivity-list): Exclude formal parameters.
19352 (vhdl-get-visible-signals): Include aliases of signals.
19353 (vhdl-get-visible-signals): Fix signal name searching.
19354 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
19355 (vhdl-fixup-whitespace-region): Fix for character
19356 literals (e.g. `:').
19357
19358 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19359
19360 * ansi-color.el (comint-last-output-start):
19361 * bs.el (font-lock-verbose):
19362 * diff-mode.el (add-log-buffer-file-name-function):
19363 * dired-x.el (vm-folder-directory):
19364 * faces.el (help-xref-stack-item):
19365 * files.el (font-lock-keywords):
19366 * find-lisp.el (dired-buffers, dired-subdir-alist):
19367 * ido.el (cua-inhibit-cua-keys):
19368 * log-view.el (cvs-minor-wrap-function):
19369 * outline.el (font-lock-warning-face):
19370 * simple.el (compilation-current-error):
19371 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19372 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19373 * tooltip.el (comint-prompt-regexp):
19374 * w32-fns.el (explicit-shell-file-name):
19375 * term/mac-win.el (mac-charset-info-alist)
19376 (mac-services-selection, mac-system-script-code):
19377 * term/tty-colors.el (msdos-color-values):
19378 * term/w32-win.el (xlfd-regexp-registry-subnum):
19379 * term/x-win.el (x-keysym-table, x-selection-timeout)
19380 (x-session-id, x-session-previous-id):
19381 * textmodes/ispell.el (mail-yank-prefix):
19382 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19383 * textmodes/org.el (calc-embedded-close-formula)
19384 (calc-embedded-open-formula)
19385 (font-lock-unfontify-region-function):
19386 * textmodes/reftex-global.el (isearch-next-buffer-function)
19387 (TeX-master):
19388 * textmodes/reftex.el (font-lock-keywords):
19389 * textmodes/tex-mode.el (font-lock-comment-face)
19390 (font-lock-doc-face):
19391 * textmodes/texinfo.el (outline-heading-alist):
19392 Add defvars.
19393
19394 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19395 (artist-spray-chars, artist-mode-init, artist-replace-string)
19396 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19397 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19398 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19399
19400 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19401 (conf-align-assignments): "?\ " -> "?\s".
19402
19403 * textmodes/reftex-index.el (TeX-master): Add defvar.
19404 (reftex-index-phrases-marker): Move up defvar.
19405
19406 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19407 (reftex-toc-include-labels-indicator)
19408 (reftex-toc-include-index-indicator)
19409 (reftex-toc-max-level-indicator): Move up declarations.
19410
19411 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19412 of args to `tramp-run-real-handler', even if it's empty in this case.
19413
19414 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19415
19416 * dired.el (dired-move-to-filename-regexp): Add date format for
19417 Mac OS X 10.3 in East Asian locales.
19418
19419 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19420
19421 * files.el (make-auto-save-file-name): Add file name handler call
19422 if applicable.
19423
19424 * net/tramp.el (tramp-file-name-handler-alist)
19425 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19426 (tramp-handle-make-auto-save-file-name): Rename from
19427 `tramp-make-auto-save-file-name'.
19428 (tramp-exists-file-name-handler): New defun.
19429 (tramp-advice-make-auto-save-file-name): Make defadvice only when
19430 `make-auto-save-file-name' is not a magic file name operation.
19431
19432 2005-08-30 Richard M. Stallman <rms@gnu.org>
19433
19434 * files.el (risky-local-variable-p):
19435 Match `-predicates' and `-commands.
19436
19437 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19438 (custom-save-all): Visit the file if necessary;
19439 kill the buffer if we created it.
19440 (custom-save-delete): Don't visit file or kill buffer here.
19441
19442 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
19443
19444 * textmodes/org.el (org-special-keyword): New face.
19445 (org-table-copy-down, org-table-eval-formula)
19446 (org-table-recalculate, org-init-section-numbers):
19447 Use `string-to-number' instead of `string-to-int'.
19448 (org-get-location): Use `insert-buffer-substring' instead of
19449 `insert-buffer'.
19450 (org-modify-diary-entry-string): New function.
19451 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19452 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19453 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19454 active region.
19455 (org-export-as-html): Handle QUOTE keyword.
19456 (org-quote-string): New option.
19457 (org-bookmark-jump-unhide): New function, used for
19458 `bookmark-after-jump-hook'.
19459 (org-diary-default-entry): Apply only when not called through
19460 `org-agenda'.
19461
19462 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
19463
19464 * net/eudc.el (mode-popup-menu):
19465 * play/handwrite.el (ps-printer-name, ps-lpr-command):
19466 * progmodes/ada-mode.el (compile-auto-highlight)
19467 (skeleton-further-elements):
19468 * progmodes/autoconf.el (font-lock-syntactic-keywords):
19469 * progmodes/cmacexp.el (msdos-shells):
19470 * progmodes/compile.el (font-lock-extra-managed-props)
19471 (font-lock-keywords, font-lock-maximum-size)
19472 (font-lock-support-mode):
19473 * progmodes/grep.el (font-lock-lines-before):
19474 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19475 * progmodes/mixal-mode.el (compile-command):
19476 * progmodes/perl-mode.el (font-lock-comment-face)
19477 (font-lock-doc-face, font-lock-string-face):
19478 * progmodes/prolog.el (comint-prompt-regexp):
19479 * progmodes/sh-script.el (font-lock-comment-face)
19480 (font-lock-set-defaults, font-lock-string-face):
19481 * progmodes/sql.el (font-lock-keyword-face)
19482 (font-lock-set-defaults, font-lock-string-face):
19483 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19484 (itimer-version, lazy-lock-defer-contextually)
19485 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19486 Add defvars.
19487
19488 * progmodes/cperl-mode.el (cperl-electric-lbrace)
19489 (cperl-electric-keyword, cperl-electric-pod)
19490 (cperl-electric-backspace, cperl-forward-re)
19491 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19492 (vc-rcs-header, vc-sccs-header): Add defvars.
19493
19494 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19495 (font-lock-syntactic-keywords, gud-find-expr-function):
19496 Add defvars.
19497
19498 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19499 (gdb-frame-parameters): Declare before use.
19500
19501 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19502 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19503 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19504 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19505
19506 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19507 (idlwave-help-with-source): Use `insert-buffer-substring', not
19508 `insert-buffer'.
19509
19510 2005-08-29 Juri Linkov <juri@jurta.org>
19511
19512 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19513 Put outline-back-to-heading function call inside save-excursion.
19514
19515 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19516
19517 * man.el (Man-init-defvars, Man-translate-references)
19518 (Man-support-local-filenames, Man-highlight-references):
19519 * progmodes/sql.el (sql-interactive-mode):
19520 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19521
19522 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19523 (compilation-mode-font-lock-keywords): Add defvars.
19524 (checkdoc-interactive-loop): "?\ " -> "?\s".
19525
19526 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19527 (font-lock-doc-face, font-lock-string-face)
19528 (font-lock-keywords-case-fold-search): Add defvars.
19529 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19530
19531 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19532 Don't pass X and Y (they are ignored anyway).
19533 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19534 (mouse-delete-window): Make arguments optional.
19535
19536 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19537 (caesar-translate-table, minor-modes, news-buffer-save)
19538 (news-group-name, news-minor-modes): Add defvars.
19539
19540 * emacs-lisp/lselect.el (mouse-highlight-priority)
19541 (x-lost-selection-functions, zmacs-regions):
19542 * emacs-lisp/pp.el (font-lock-verbose):
19543 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19544 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19545 (ses-mode-map):
19546 * emacs-lisp/tcover-unsafep.el (safe-functions):
19547 * international/mule-cmds.el (mac-system-coding-system)
19548 (mac-system-locale):
19549 * language/ethio-util.el (rmail-current-message)
19550 (rmail-message-vector):
19551 * language/thai-util.el (thai-auto-composition-mode):
19552 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19553 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19554 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19555 (vm-primary-inbox, vm-spool-files):
19556 * mail/rmail.el (deleted-head, font-lock-fontified)
19557 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19558 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19559 (total-messages):
19560 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19561 (rmail-summary-mode-map):
19562 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19563 (rmail-last-label, rmail-last-multi-labels)
19564 (rmail-summary-vector, rmail-total-messages):
19565 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19566 * mail/rmailsum.el (msgnum):
19567 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19568 (rmail-current-message):
19569 * obsolete/fast-lock.el (font-lock-face-list):
19570 * obsolete/rnewspost.el (mail-reply-buffer):
19571 * obsolete/scribe.el (compile-command):
19572 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19573
19574 2005-08-28 John Paul Wallington <jpw@gnu.org>
19575
19576 * ibuf-ext.el (ibuffer-auto-update-changed):
19577 Use `frame-or-buffer-changed-p' to check whether we need to update.
19578 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19579 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19580 as a `frame-or-buffer-changed-p' state vector instead.
19581
19582 2005-08-27 Romain Francoise <romain@orebokech.com>
19583
19584 * textmodes/makeinfo.el (makeinfo-compile):
19585 Use `compilation-start'. Set `next-error-function' according to
19586 `disable-errors'.
19587 (makeinfo-next-error): New function.
19588 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19589 (makeinfo-buffer): Likewise.
19590
19591 * progmodes/compile.el (compilation-start): Add autoload cookie.
19592
19593 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19594 * textmodes/sgml-mode.el: Likewise.
19595 * progmodes/python.el: Likewise.
19596
19597 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19598
19599 * simple.el (blink-matching-paren-distance): Document the meaning
19600 of nil value, and allow to customize to nil.
19601
19602 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19603 command.com, not command.exe.
19604
19605 2005-08-26 John Wiegley <johnw@newartisans.com>
19606
19607 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19608 code around a bit so that an extraneous nil argument is not added
19609 to a command when no args are given.
19610
19611 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19612 double-quoted argument resolves to nil, return it as an empty
19613 string rather than as nil. This made it impossible to pass "" to
19614 a shell script as a null string argument.
19615
19616 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 * outline.el (outline-invent-heading): New fun.
19619 (outline-promote, outline-demote): Use it.
19620 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19621 (outline-end-of-subtree): Remove unused var `opoint'.
19622
19623 2005-08-26 David Reitter <david.reitter@gmail.com>
19624
19625 * menu-bar.el (truncate-lines, write-file, print-buffer)
19626 (ps-print-buffer-faces, ps-print-buffer, split-window):
19627 Disable menu items when the frame they refer to is invisible, or when
19628 they refer to a buffer and the minibuffer is selected.
19629
19630 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19631
19632 * progmodes/flymake.el (flymake-highlight-err-lines):
19633 Use save-excursion around flymake-highlight-line to preserve point.
19634
19635 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19636
19637 * progmodes/octave-mod.el: Change Author and Maintainer address.
19638 (octave-maintainer-address): Change Kurt's email address.
19639 * progmodes/octave-inf.el: Change Author and Maintainer address.
19640 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19641
19642 2005-08-26 Kim F. Storm <storm@cua.dk>
19643
19644 * subr.el (version-list-<, version-list-<=, version-list-=):
19645 Rename from integer-list-*.
19646 (version-list-not-zero): Likewise. Fix while loop.
19647 (version=): Use version-list-= instead of string-equal.
19648
19649 2005-08-26 Richard M. Stallman <rms@gnu.org>
19650
19651 * outline.el (outline-promote): Try shortening the heading.
19652 As last resort, read the heading to use.
19653 (outline-demote): As last resort, read the heading to use.
19654
19655 2005-08-26 Romain Francoise <romain@orebokech.com>
19656
19657 * progmodes/compile.el (compilation-start): Doc fix.
19658
19659 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19660 (antlr-font-lock-additional-keywords): Fix reference to
19661 `antlr-font-lock-literal-regexp' erroneously changed during the
19662 mass face rename.
19663 (antlr-run-tool): Use `compilation-start'.
19664
19665 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19666 instead of the obsolete `compile-internal'.
19667
19668 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19669
19670 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19671 (number, original-date):
19672 * calendar/cal-china.el (date):
19673 * calendar/cal-coptic.el (date):
19674 * calendar/cal-french.el (date):
19675 * calendar/cal-hebrew.el (date, entry, number, original-date):
19676 * calendar/cal-islam.el (date, number, original-date):
19677 * calendar/cal-iso.el (date):
19678 * calendar/cal-julian.el (date):
19679 * calendar/cal-mayan.el (date):
19680 * calendar/cal-menu.el (date, event):
19681 * calendar/cal-persia.el (date):
19682 * calendar/lunar.el (date):
19683 * calendar/solar.el (date): Add defvars.
19684
19685 * emerge.el:
19686 * ibuffer.el:
19687 * info-xref.el:
19688 * obsolete/bg-mouse.el:
19689 * obsolete/sun-curs.el:
19690 * obsolete/swedish.el: Move the `defvar's to the top level.
19691
19692 * smerge-mode.el (smerge-refined-change): Add :group.
19693
19694 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19695
19696 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19697 (smerge-keep-n): Remove props.
19698 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19699 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19700 now that it's done in smerge-keep-n.
19701 (smerge-refined-change): New face.
19702 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19703 (smerge-refine): New funs.
19704 (smerge-basic-map): Bind smerge-refine.
19705
19706 2005-08-25 Juri Linkov <juri@jurta.org>
19707
19708 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19709 compilation-process-setup-function and compilation-disable-input
19710 in grep-mode instead of let-bindings in grep.
19711
19712 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19713 Delete "Automatic File De/compression" (auto-compression-mode).
19714
19715 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19716
19717 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19718 Silence warning about non-existent variable.
19719
19720 2005-08-25 Richard M. Stallman <rms@gnu.org>
19721
19722 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19723 Rename "Describe Key" to "Describe Key or Mouse Operation".
19724
19725 * mail/mailalias.el (build-mail-aliases): Delete comments
19726 from the contents before processing them.
19727
19728 * isearch.el (isearch-edit-string): Erase the Search prompt
19729 if user enters an empty string and there is no default.
19730
19731 * comint.el (comint-file-name-prefix): Add autoload.
19732
19733 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19734
19735 * subr.el (play-sound): Rearrange to avoid warning.
19736
19737 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19738
19739 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19740 New hook.
19741 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19742
19743 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19746
19747 * custom.el (custom-theme-set-variables): Sort minor modes last.
19748
19749 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19750
19751 * subr.el (version-separator, version-regexp-alist): New vars used by
19752 version comparison funs.
19753 (integer-list-<, integer-list-=, integer-list-<=)
19754 (integer-list-not-zero): New funs for integer list comparison.
19755 (version-to-list, version=, version<, version<=): New funs for version
19756 comparison.
19757
19758 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19759
19760 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19761 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19762 time to silence the byte-compiler.
19763
19764 * ibuffer.el (ibuffer-compile-make-eliding-form)
19765 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19766 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19767 so it's silly to get warnings for it).
19768 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19769 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19770 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19771 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19772 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19773 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19774 Defvar at compile time.
19775 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19776 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19777 Declare them before use.
19778
19779 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19780 (info-xref-good, info-xref-bad): Defvar at compile time.
19781
19782 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19783 Use `let*' instead of `let'.
19784
19785 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19786 (*mouse-y*, menu, char): Defvar at compile time.
19787 (sc::menu): Declare it before use.
19788 (sc::pack-one-line): Use `let', not `let*'.
19789
19790 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19791 (mail-send-hook): Defvar at compile time.
19792
19793 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19794 Defvar at compile time.
19795
19796 * term/sun-mouse.el (current-global-mousemap)
19797 (current-local-mousemap): Declare them before use.
19798
19799 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19800
19801 * bookmark.el (bookmark-after-jump-hook): New hook.
19802 (bookmark-jump): Run `bookmark-after-jump-hook'.
19803
19804 2005-08-23 Juri Linkov <juri@jurta.org>
19805
19806 * faces.el (minibuffer-prompt): Doc fix.
19807
19808 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19809
19810 * progmodes/xscheme.el: Trivial changes to silence warnings.
19811 (xscheme-previous-mode, xscheme-previous-process-state):
19812 Add defvars.
19813 (xscheme-last-input-end, xscheme-process-command-line)
19814 (xscheme-process-name, xscheme-buffer-name)
19815 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19816 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19817 (xscheme-control-g-synchronization-p)
19818 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19819 (default-xscheme-runlight, xscheme-runlight)
19820 (xscheme-runlight-string, xscheme-process-filter-state)
19821 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19822 Move to beginning of file.
19823 (scheme-interaction-mode-commands-alist)
19824 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19825 Declare them before use. Note: the initialization code for the
19826 variables has not been moved because it uses functions that reference
19827 the variables.
19828 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19829 (xscheme-prompt-for-expression-map): Declare them before use.
19830 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19831
19832 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19833
19834 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19835
19836 2005-08-22 Juri Linkov <juri@jurta.org>
19837
19838 * faces.el (set-face-underline): Delete this duplicate function
19839 and make an obsolete alias to set-face-underline-p.
19840 (set-face-underline-p): Use docstring of set-face-underline.
19841 (describe-face): Create hyperlink to parent face.
19842
19843 * info.el (Info-insert-dir): Use save-excursion around
19844 insert-buffer-substring.
19845 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19846 (Info-escape-percent): Delete function.
19847 (Info-fontify-node): Replace Info-escape-percent by
19848 replace-regexp-in-string with REP arg set to lambda that
19849 duplicates `%' and preserves text properties.
19850
19851 * progmodes/compile.el (compilation-disable-input): Doc fix.
19852 (define-compilation-mode): Doc fix and refill.
19853 (kill-compilation): Use `mode-name' in the error message.
19854 (compilation-find-file): Use `compilation-error' in the
19855 read-file-name's prompt.
19856
19857 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19858
19859 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19860 (smerge-auto-leave): Make undo re-enable the mode.
19861 (debug-ignored-errors): Add the user-error of impossible resolution.
19862 (smerge-resolve): Move things around a bit, in preparation for later.
19863 (smerge-diff): Don't fail if the buffer has no associated file.
19864 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19865 (smerge-conflict-overlay): New function.
19866 (smerge-match-conflict): Don't add text properties here.
19867 (smerge-find-conflict): Instead, add an overlay here.
19868 Also check for the case where we're inside a conflict already, so as to
19869 obviate the need for font-lock-multiline, which is unbearably slow with
19870 large conflicts and ciomplex font-lock patterns.
19871 (smerge-remove-props): Remove overlay rather than text-properties.
19872 (smerge-mode): Don't set font-lock-multiline.
19873 Remove overlays when turned off.
19874
19875 2005-08-21 Kim F. Storm <storm@cua.dk>
19876
19877 * ido.el (ido-ignore-item-p): Use save-match-data.
19878 Bind case-fold-search to ido-case-fold locally.
19879
19880 2005-08-20 Richard M. Stallman <rms@gnu.org>
19881
19882 * files.el (normal-mode): If font lock is on, turn it off and on.
19883
19884 * subr.el (replace-regexp-in-string): Doc fix.
19885
19886 * startup.el (command-line-1): Don't suppress startup screen
19887 due to existing processes.
19888
19889 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19890
19891 * progmodes/compile.el (compilation-disable-input): Default to nil.
19892
19893 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19894
19895 * progmodes/compile.el (compilation-disable-input): New defcustom.
19896 (compilation-start): If compilation-disable-input is non-nil, send
19897 EOF to the compilation process.
19898
19899 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19900
19901 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19902 Run the argument of tex-shell-cd-command through
19903 convert-standard-filename, to get the correct style of slashes on
19904 Windows, and enclose the result in quotes, in case the file name
19905 includes whitespace or other special characters.
19906
19907 2005-08-19 Andreas Schwab <schwab@suse.de>
19908
19909 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19910 process.
19911
19912 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19913
19914 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19915
19916 2005-08-18 Kim F. Storm <storm@cua.dk>
19917
19918 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19919
19920 2005-08-18 Richard M. Stallman <rms@gnu.org>
19921
19922 * scroll-lock.el: New file.
19923
19924 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19925
19926 * dired.el (dired-move-to-end-of-filename):
19927 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19928
19929 2005-08-18 Kim F. Storm <storm@cua.dk>
19930
19931 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19932 rather than toggle mode when custom value is nil.
19933 (ido-everywhere): Fix defun doc string.
19934
19935 2005-08-17 Richard M. Stallman <rms@gnu.org>
19936
19937 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19938 as tag instead of "Inviolable".
19939
19940 2005-08-17 Kim F. Storm <storm@cua.dk>
19941
19942 * windmove.el (windmove-coordinates-of-position): Remove.
19943 (windmove-coordinates-of-window-position): Remove.
19944 (windmove-reference-loc): Use posn-at-point instead.
19945
19946 * subr.el (insert-for-yank-1): Doc fix.
19947
19948 * ido.el (ido-enter-matching-directory): Rename from
19949 ido-enter-single-matching-directory. Change `slash' choice to
19950 `only'. Add `first' choice.
19951 (ido-exhibit): Adapt to above changes.
19952
19953 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19954
19955 * Makefile.in: Expand comment about building loaddefs.el.
19956
19957 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19960 Comment use of defadvice.
19961
19962 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19963
19964 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19965
19966 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19967 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19968 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19969 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19970 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19971 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19972 for backward compatibility for faces that did not appear in the
19973 previous Emacs release.
19974
19975 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19976
19977 2005-08-15 Kim F. Storm <storm@cua.dk>
19978
19979 * emulation/cua-base.el (cua-delete-region): Return t if
19980 deleted region was non-empty.
19981 (cua-replace-region): Inhibit overwrite-mode for
19982 self-insert-command if replaced region was non-empty.
19983 (cua--explicit-region-start, cua--status-string): Make them
19984 buffer-local at top-level...
19985 (cua-mode): ...rather than when mode is enabled.
19986
19987 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19988
19989 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19990 Set t for Emacs 21, 22, and so on.
19991
19992 2005-08-15 David Ponce <david@dponce.com>
19993
19994 * tree-widget.el: Update Commentary header.
19995 (tree-widget-theme): Doc fix.
19996 (tree-widget-space-width): New option.
19997 (tree-widget-image-properties): Look up in the default theme too.
19998 (tree-widget--cursors): Only for images with arrow pointer shape.
19999 (tree-widget-lookup-image): Pointer shape is hand by default.
20000 (tree-widget-icon): Rename generic icon widget from
20001 `tree-widget-control'.
20002 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20003 derive from `tree-widget-icon'.
20004 (tree-widget-handle): Improve default look and feel of the text
20005 representation.
20006 (tree-widget): Rename :*-control properties to :*-icon properties.
20007 Add :action and :help-echo properties.
20008 (tree-widget-after-toggle-functions): Move.
20009 (tree-widget-close-node, tree-widget-open-node): Remove.
20010 (tree-widget-before-create-icon-functions): New hook.
20011 (tree-widget-value-create): Update to allow customization of icons
20012 and nodes at run-time via that new hook.
20013 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20014 (tree-widget-icon-action, tree-widget-icon-help-echo)
20015 (tree-widget-action, tree-widget-help-echo): New functions.
20016
20017 2005-08-15 Kim F. Storm <storm@cua.dk>
20018
20019 * ido.el (ido-buffer-internal): Use with-no-warnings.
20020 (ido-make-merged-file-list): Use while-no-input.
20021
20022 2005-08-15 Richard M. Stallman <rms@gnu.org>
20023
20024 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20025 (flyspell-large-region): Fix doc and custom type.
20026
20027 2005-08-14 Richard M. Stallman <rms@gnu.org>
20028
20029 * files.el (interpreter-mode-alist): Doc fix.
20030
20031 * mail/rmail.el (rmail-nonignored-headers): New variable.
20032 (rmail-clear-headers): Use it.
20033 (rmail-reply): Better handling of mail-followup-to header.
20034
20035 * progmodes/sh-script.el (sh-font-lock-keywords-var):
20036 Rename variable from sh-font-lock-keywords. In the `shell' entry,
20037 don't try to refer to executable-font-lock-keywords.
20038 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20039 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20040 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20041 (sh-mode): Set comment-start-skip, local-abbrev-table,
20042 imenu-case-fold-search.
20043 (sh-set-shell): Don't set them here.
20044 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
20045 Don't cache the results in the original alist; don't ever modify
20046 that alist.
20047
20048 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20049
20050 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20051 empty.
20052
20053 2005-08-15 Andreas Schwab <schwab@suse.de>
20054
20055 * desktop.el: Put autoload cookie at risky-local-variable declarations.
20056
20057 * dired.el, info.el, mail/rmail.el: Revert last change.
20058
20059 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
20060
20061 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20062 modification in `eval-after-load' form.
20063 * info.el: Likewise.
20064 * mail/rmail.el: Likewise.
20065
20066 2005-08-14 Juri Linkov <juri@jurta.org>
20067
20068 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20069 Remove highlighting of "Compilation started". Highlight only
20070 the word "finished" in "Compilation finished". Add highlighting
20071 of "interrupt", "killed", "terminated" and the exit code.
20072 (compilation-start): Add newline after header. Use exactly the
20073 same time stamp format as the finishing message.
20074 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20075
20076 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20077 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20078 Add highlighting of "interrupt", "killed", "terminated".
20079
20080 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20081 enabled and the current command is self-insert-command, call it
20082 explicitly with overwrite-mode bound to nil, to not allow it
20083 to delete the character after the selected region.
20084
20085 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
20086
20087 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20088 move-end-of-line, end-of-line, and beginning-of-line to the list
20089 of commands after which the echo area is updated.
20090
20091 2005-08-12 Eli Zaretskii <eliz@gnu.org>
20092
20093 * cus-edit.el (custom-save-all, custom-save-delete):
20094 Bind recentf-exclude to exclude custom-file.
20095
20096 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
20097
20098 * mail/rmailsum.el (rmail-summary-end-of-message): New command
20099 to go to the bottom of the mail message. Added to
20100 `rmail-summary-mode-map' with key "/".
20101 (rmail-summary-show-message): New (internal) function for use by
20102 both `rmail-summary-beginning/end-of-message'.
20103 (rmail-summary-beginning-of-message): Change to use
20104 rmail-summary-show-message.
20105
20106 * mail/rmail.el (rmail-end-of-message): New command to go to the
20107 end of the current message. Added to `rmail-mode-map' with key "/".
20108 (rmail-beginning-of-message): Fix to work as documented.
20109 (rmail-mode): Change documentation.
20110
20111 * progmodes/compile.el (compilation-start): Add the line
20112 "Compilation started" with compilation start time.
20113 (compilation-mode-font-lock-keywords): Add `started' to keywords.
20114
20115 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
20116
20117 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20118 of menu items.
20119
20120 2005-08-11 Richard M. Stallman <rms@gnu.org>
20121
20122 * simple.el (pop-global-mark): Reverse test of widen-automatically.
20123
20124 * battery.el (battery-status-function): Don't use ignore-errors.
20125
20126 2005-08-11 Lute Kamstra <lute@gnu.org>
20127
20128 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20129 define-obsolete-variable-alias.
20130
20131 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
20132
20133 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20134 (ange-ftp-send-cmd): Revert last change, and expand
20135 the comment explaining the problem.
20136
20137 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
20138
20139 * ldefs-boot.el: Update.
20140
20141 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20142 item to "Time, Load and Mail". Change help echo text.
20143
20144 * time.el (display-time-use-mail-icon, display-time-format)
20145 (display-time-string-forms): Shorten first line of docstrings.
20146
20147 2005-08-10 Lars Hansen <larsh@soem.dk>
20148
20149 * desktop.el (desktop-buffer-mode-handlers):
20150 Make non-customizable. Add autoload cookie. Change initial value to
20151 nil; add elements in respective modules instead. Fix doc string.
20152 (desktop-load-file): New function.
20153 (desktop-minor-mode-handlers): New autoloaded variable.
20154 (desktop-create-buffer): Call minor mode handlers.
20155 Use desktop-load-file to load major and minor mode modules prior to
20156 checking for a handler.
20157 (desktop-save): Don't add nil to desktop-minor-modes for minor
20158 modes with nil function in desktop-minor-mode-table. Don't delete
20159 desktop file before rewriting it.
20160 (desktop-locals-to-save): Add autoload cookie. Don't make
20161 automatically buffer-local. Add variables column-number-mode,
20162 size-indication-mode, indent-tabs-mode,
20163 indicate-buffer-boundaries, indicate-empty-lines and
20164 show-trailing-whitespace.
20165 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20166 regexps. Don't use desktop-clear-preserve-buffers-regexp.
20167 (desktop-clear-preserve-buffers-regexp): Delete.
20168 (desktop-clear-preserve-buffers): Update initial value and docstring.
20169 (desktop-save-buffer): Fix doc string.
20170
20171 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20172 (hilit-chg-desktop-restore): New function.
20173 (highlight-changes-mode): Add highlight-changes-mode to
20174 desktop-locals-to-save.
20175
20176 * dired.el: Add handler to desktop-buffer-mode-handlers.
20177 (dired-restore-desktop-buffer): Remove autoload cookie.
20178 (dired-mode): Add autoload cookie.
20179
20180 * info.el: Add handler to desktop-buffer-mode-handlers.
20181 (Info-restore-desktop-buffer): Remove autoload cookie.
20182 (Info-mode): Add autoload cookie.
20183
20184 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20185 (mh-restore-desktop-buffer): Remove autoload cookie.
20186 (mh-folder-mode): Add autoload cookie.
20187
20188 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20189 (rmail-restore-desktop-buffer): Remove autoload cookie.
20190
20191 2005-08-11 Masatake YAMATO <jet@gyve.org>
20192
20193 * hexl.el (hexl-address-region):
20194 (hexl-ascii-region, hexl-font-lock-keywords):
20195 (hexl-highlight-line-range): Use the term "region"
20196 instead of "area" for consistency with the other symbols
20197 defined in hexl.el.
20198
20199 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
20200
20201 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20202 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20203 out by Juri Linkov). Add `display-battery-mode'.
20204
20205 2005-08-09 Juri Linkov <juri@jurta.org>
20206
20207 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20208 Remove `-text' from face variable names.
20209 (compilation-error-file-name, compilation-warning-file-name)
20210 (compilation-info-file-name): Delete faces.
20211 (compilation-line-number, compilation-column-number):
20212 Remove face underlining.
20213 (compilation-message-face): Set to `underline' value by default.
20214 (compilation-error-face, compilation-warning-face)
20215 (compilation-info-face): Remove `-file-name' from face names.
20216 (compilation-error-text-face, compilation-warning-text-face)
20217 (compilation-info-text-face): Delete face variables.
20218 (compilation-text-face): Delete function.
20219
20220 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20221 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20222 (grep-error-face): Set to `compilation-error' instead of
20223 `compilation-error-face' (which is redefined to `grep-hit-face' in
20224 grep buffers).
20225 (grep-mode-font-lock-keywords): Remove `-text' from face variable
20226 names. Use `grep-error-face' instead of `compilation-error-text-face'.
20227
20228 * dired-aux.el (dired-do-query-replace-regexp):
20229 Use `query-replace-read-args'.
20230
20231 * replace.el (query-replace-read-from, query-replace-read-to)
20232 (query-replace-read-args): Rename arg `string' to `prompt'.
20233
20234 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20235
20236 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
20237
20238 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20239 uploading files.
20240 (ange-ftp-canonize-filename): Handle file names beginning with ~
20241 correctly.
20242
20243 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20244
20245 * textmodes/fill.el (canonically-space-region)
20246 (fill-context-prefix, fill-french-nobreak-p)
20247 (fill-delete-newlines, fill-comment-paragraph)
20248 (justify-current-line): "?\ " -> "?\s".
20249
20250 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
20251
20252 * textmodes/fill.el (fill-nonuniform-paragraphs):
20253 Improve argument/docstring consistency.
20254
20255 2005-08-09 Richard M. Stallman <rms@gnu.org>
20256
20257 * textmodes/ispell.el (ispell-word): More fboundp checks.
20258
20259 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20260 (find-file-noselect-1): Call it here, only if RAWFILE.
20261 (normal-mode): Always set some major mode.
20262 (save-some-buffers-action-alist): Change some explanation strings.
20263 (file-name-non-special): In the `quote' method, use unwind-protect.
20264
20265 2005-08-09 Magnus Henoch <mange@freemail.hu>
20266
20267 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20268 (ispell-have-aspell-dictionaries): New variable.
20269 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20270 (ispell-get-aspell-config-value): New function.
20271 (ispell-aspell-find-dictionary): New function.
20272 (ispell-aspell-add-aliases): New function.
20273 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20274 appropriate. Don't look for ispell dictionaries if we use aspell.
20275 (ispell-menu-map): Don't build a submenu of dictionaries.
20276
20277 2005-08-09 Richard M. Stallman <rms@gnu.org>
20278
20279 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20280 (sql-read-passwd): Use read-passwd.
20281
20282 * progmodes/idlw-toolbar.el (idlwave-toolbar)
20283 (idlwave-toolbar-is-possible): Add defvars.
20284
20285 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20286 Avoid warnings.
20287
20288 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20289 (idlwave-system-class-info, idlwave-executive-commands-alist):
20290 Use defvar.
20291
20292 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20293
20294 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20295 Avoid warnings.
20296
20297 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20298 and content-type: headers.
20299
20300 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
20301
20302 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
20303 and rename some of them to be more self-explanatory.
20304
20305 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
20306
20307 * startup.el (command-line-1): Implement -scriptload.
20308
20309 * replace.el (occur-engine): Initial *Occur* output not undoable.
20310
20311 * menu-bar.el (menu-bar-file-menu): Rename some menu items
20312 and improve help strings.
20313
20314 * isearch.el (isearch-repeat): When changing direction,
20315 mark search successful.
20316
20317 * ediff-init.el: Use (featurep 'xemacs).
20318
20319 * comint.el (send-invisible): Identify buffer, if not selected.
20320
20321 * align.el: Delete autoload for c-guess-basic-syntax.
20322
20323 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20324
20325 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
20326 Improve argument/docstring consistency. Doc fixes.
20327 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
20328 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
20329 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
20330 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
20331 (r2bv-organization, r2bv-pages, r2bv-primary-author)
20332 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
20333 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
20334 Defvar at compile time.
20335
20336 2005-08-09 Juri Linkov <juri@jurta.org>
20337
20338 * info.el: Replace `info' with upper-case `Info' where appropriate.
20339 (info-title-1, info-title-2, info-title-3, info-title-4)
20340 (info-menu-header): Move up face definitions.
20341 (info-menu-star): Rename from `info-menu-5'.
20342 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
20343 (Info-fontify-visited-nodes): Fix docstring.
20344 (Info-hide-note-references): Fix docstring.
20345 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
20346 menu items in the same way as on cross-references.
20347 (info-apropos): Fix sorting order and formatting to be like in the
20348 stand-alone Info browser. Display error messages for 1 sec.
20349 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
20350 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
20351 from the menu bar.
20352 (Info-insert-dir): Restore point after calling
20353 `insert-buffer-substring'.
20354
20355 2005-08-08 Richard M. Stallman <rms@gnu.org>
20356
20357 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20358 (recompute-lucid-menubar): Add defvars.
20359
20360 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20361
20362 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20363
20364 * net/net-utils.el (run-dig): Rename from `dig'.
20365
20366 * play/gametree.el (gametree-mode): Use make-local-variable,
20367 not make-variable-buffer-local.
20368
20369 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20370
20371 * ansi-color.el (ansi-color-make-extent)
20372 (ansi-color-set-extent-face): Use fboundp, not functionp.
20373
20374 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20375 not make-variable-buffer-local.
20376
20377 * bookmark.el (Info-current-file): Add defvar.
20378 (bookmark-jump-noselect): Use with-no-warnings.
20379
20380 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20381
20382 * ebuff-menu.el (Helper-return-blurb): Add defvar.
20383
20384 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20385
20386 * find-file.el (ada-procedure-start-regexp)
20387 (ada-package-start-regexp): Add defvars.
20388
20389 * info.el (Info-insert-dir): Use insert-buffer-substring.
20390
20391 * xml.el (xml-att-def-re): Add defvar.
20392
20393 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20394 calling convention.
20395
20396 * subr.el (while-no-input): Return t if there is input.
20397
20398 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
20399
20400 * cus-start.el (all): Add `overflow-newline-into-fringe'.
20401
20402 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
20403
20404 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20405 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20406
20407 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
20408
20409 * cmuscheme.el (scheme-start-file): Replace reference to
20410 `user-emacs-directory' by "~/.emacs.d/".
20411
20412 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
20413
20414 * info.el (Info-dir-remove-duplicates): Avoid case folding
20415 in loop; instead, keep downcased strings for comparison.
20416 Suggested by Helmut Eller.
20417
20418 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
20419
20420 Sync with Tramp 2.0.50.
20421
20422 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20423 XEmacs case; not necessary anymore.
20424 (tramp-user-regexp): Allow "@" as part of user name.
20425 (tramp-handle-set-visited-file-modtime)
20426 (tramp-handle-insert-file-contents)
20427 (tramp-handle-write-region): No special handling for
20428 `last-coding-system-used, because this is done in
20429 `tramp-accept-process-output' now.
20430 (tramp-accept-process-output): New defun.
20431 (tramp-process-one-action, tramp-process-one-multi-action)
20432 (tramp-wait-for-regexp, tramp-wait-for-output)
20433 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
20434 Howells <dhowells@redhat.com>.
20435 (clear-visited-file-modtime): Defadvice removed. The check for
20436 unset buffer's modtime does not need to be based on
20437 `tramp-buffer-file-attributes'. Suggested by RMS.
20438 (tramp-message): Insert "\n" if not being at beginning of line.
20439 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20440 sequence with same logic.
20441 (tramp-completion-handle-expand-file-name): Discard call of
20442 `tramp-drop-volume-letter'. It is not necessary, and there have
20443 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20444 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20445 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20446 should always be visible.
20447 (tramp-handle-insert-directory, tramp-setup-complete)
20448 (tramp-set-process-query-on-exit-flag)
20449 (tramp-append-tramp-buffers): Pacify byte-compiler.
20450 (tramp-bug): Delete non-existing variables from list.
20451 Apply `tramp-load-report-modules' as pre-hook.
20452 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20453 `shell-prompt-pattern' because of non-7bit characters.
20454 Reported by Sebastian Luque <sluque@mun.ca>.
20455 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20456 (tramp-match-string-list): Remove function.
20457 (tramp-wait-for-regexp): Remove call of that function.
20458 Suggested by Kim F. Storm <storm@cua.dk>.
20459 (tramp-set-auto-save-file-modes): Use octal integer code #o600
20460 instead of octal character code ?\600. The latter resulted in a
20461 syntax error with XEmacs.
20462
20463 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20464 XEmacs case; not necessary anymore.
20465 (tramp-smb-handle-write-region): No special handling for
20466 `last-coding-system-used, because this is done in
20467 `tramp-accept-process-output' now.
20468 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20469
20470 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
20471
20472 * wid-edit.el (widget-choice-value-create):
20473 Unconditionally respect user choice. Set :explicit-choice back to nil
20474 when no longer needed.
20475 (widget-choice-action): Unconditionally respect user choice.
20476 Eliminate :explicit-choice-value.
20477
20478 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20479
20480 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20481 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20482 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20483 running new function `toggle-indicate-empty-lines'.
20484 Rename "Customize" item to "Customize fringe".
20485 Rename "Indicators" item to "Buffer boundaries" and change help echo.
20486 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20487 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20488 Delete "Empty lines only" item.
20489 (menu-bar-showhide-fringe-ind-customize): New function.
20490 (menu-bar-showhide-fringe-ind-mixed)
20491 (menu-bar-showhide-fringe-ind-box)
20492 (menu-bar-showhide-fringe-ind-right)
20493 (menu-bar-showhide-fringe-ind-left)
20494 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20495 instead of `fringe-indicators'.
20496
20497 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20498
20499 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20500 Change the date of last update.
20501
20502 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20503
20504 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20505 (viper-exec-yank, viper-put-back): Don't display modification msg
20506 if in the minibuffer.
20507
20508 * viper-init.el (viper-replace-overlay-cursor-color)
20509 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20510 Make variables frame local.
20511
20512 * viper-util.el (viper-append-filter-alist): Use append instead of
20513 nconc.
20514
20515 * viper.el (viper-vi-state-mode-list)
20516 (viper-emacs-state-mode-list): Move help-mode and
20517 completion-list-mode from the first list to the second.
20518 (viper-mode): Docstring.
20519 (viper-go-away, viper-non-hook-settings): Don't localize
20520 minor-mode-alist in newer Emacsen. Add advice to
20521 set-cursor-color. Don't bind "\C-c\\".
20522
20523 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20524
20525 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20526 (scheme-macro-expand-command): New user options.
20527 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20528 (scheme-form-at-point, scheme-start-file)
20529 (scheme-interactively-start-process): New functions.
20530 (scheme-get-process): New function, extracted from `scheme-proc'.
20531 (run-scheme): Call `scheme-start-file' to get start file, and pass
20532 it to `make-comint'.
20533 (switch-to-scheme, scheme-proc):
20534 Call `scheme-interactively-start-process' if no Scheme buffer/process
20535 is available.
20536
20537 2005-08-06 Juri Linkov <juri@jurta.org>
20538
20539 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20540 Use `compilation-text-face', `compilation-info-text-face' and
20541 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20542 (compilation-error): New face.
20543 (compilation-error-file-name): Inherit from
20544 `compilation-error' instead of `font-lock-warning-face'.
20545 (compilation-warning-file-name): Inherit from
20546 `compilation-warning' instead of `font-lock-warning-face'.
20547 (compilation-info, compilation-error-file-name)
20548 (compilation-warning-file-name, compilation-info-file-name)
20549 (compilation-line-number, compilation-column-number): Doc fix.
20550 (compilation-error-text-face, compilation-warning-text-face)
20551 (compilation-info-text-face): New face variables.
20552 (compilation-line-face, compilation-column-face)
20553 (compilation-enter-directory-face)
20554 (compilation-leave-directory-face): Doc fix.
20555 (compilation-text-face): New function.
20556
20557 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20558 instead of 1 to display binary file names as info file links.
20559 (grep-error-face): Use `compilation-error-face' instead of
20560 `font-lock-keyword-face'.
20561 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20562 and `compilation-warning-text-face' instead of
20563 `font-lock-keyword-face'. Use `compilation-error-text-face'
20564 instead of `grep-error-face'.
20565
20566 2005-08-05 Kenichi Handa <handa@m17n.org>
20567
20568 * international/code-pages.el: Add autoload cookies for all coding
20569 systems.
20570
20571 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20572
20573 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20574
20575 2005-08-04 Juri Linkov <juri@jurta.org>
20576
20577 * progmodes/compile.el (compilation-mode-map):
20578 * progmodes/grep.el (grep-mode-map):
20579 Bind TAB to `compilation-next-error' and [backtab] to
20580 `compilation-previous-error'.
20581
20582 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20583 matching line numbers, column numbers and their ranges with regexp
20584 matching only line numbers.
20585 (grep-context-face): New face variable.
20586 (grep-mode-font-lock-keywords): Use it.
20587
20588 * faces.el (read-face-name): Delete duplicate faces.
20589
20590 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20591
20592 * thumbs.el (thumbs-find-image): Don't make variables
20593 automatically buffer local.
20594 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20595 (thumbs-image-num): Make automatically buffer local.
20596 (thumbs-show-thumbs-list): Use `make-local-variable', not
20597 `make-variable-buffer-local'.
20598 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20599
20600 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20601 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20602 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20603 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20604 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20605 (feelings-about, foullst, found, hello, history, howareyoulst)
20606 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20607 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20608 (neglst, obj, object, owner, please, problems, qlist)
20609 (random-adjective, relation, remlst, repetitive-shortness)
20610 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20611 (shortlst, something, sportslst, stallmanlst, states, subj)
20612 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20613 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20614 Defvar at compile time.
20615
20616 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20617 not `make-variable-buffer-local'.
20618
20619 2005-08-02 Kim F. Storm <storm@cua.dk>
20620
20621 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20622 rectangle overlay in selected window.
20623
20624 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20625
20626 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20627 instead of display group. Make `indicate-buffer-boundaries'
20628 customizable through Custom.
20629
20630 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20633 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20634 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20635 (gdb-put-string): Fix typos in docstrings.
20636
20637 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20638
20639 Update copyright notices of files in progmodes directory for
20640 release of Emacs 22.1.
20641
20642 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20643
20644 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20645 Don't barf if the GUD buffer has been killed.
20646
20647 2005-08-01 Kim F. Storm <storm@cua.dk>
20648
20649 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20650
20651 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * simple.el (next-error-follow-minor-mode):
20654 make-variable-buffer-local -> make-local-variable.
20655
20656 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20657
20658 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20659 (byte-compile-form-make-variable-buffer-local): New functions to warn
20660 about misuses of make-variable-buffer-local where make-local-variable
20661 was meant.
20662
20663 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20664
20665 * bs.el (bs-attributes-list): Doc fix.
20666 (bs): Update url-link.
20667
20668 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20669 (desktop-load-default): Simplify.
20670
20671 * ibuffer.el (ibuffer-columnize-and-insert-list)
20672 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20673 (ibuffer-unmark-all, ibuffer-toggle-marks)
20674 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20675 (ibuffer-compile-make-format-form, ibuffer-format-column)
20676 (ibuffer-current-buffers-with-marks)
20677 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20678 (ibuffer): Doc fix.
20679 (ibuffer-mode): Fix typo in docstring.
20680 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20681 with `define-obsolete-variable-alias'.
20682 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20683
20684 2005-07-29 Kenichi Handa <handa@m17n.org>
20685
20686 * international/mule-cmds.el (select-message-coding-system):
20687 Be sure to use LF for end-of-line. If no coding system is decided,
20688 return iso-8859-1-unix.
20689
20690 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20691
20692 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20693 (ange-ftp-pending-error-line): New vars.
20694 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20695 to handle the non-fatal no-route-to-host messages.
20696 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20697
20698 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20699
20700 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20701 (isearch-quote-char, isearch-printing-char)
20702 (isearch-text-char-description): "?\ " -> "?\s".
20703 (isearch-lazy-highlight-cleanup)
20704 (isearch-lazy-highlight-initial-delay)
20705 (isearch-lazy-highlight-interval)
20706 (isearch-lazy-highlight-max-at-a-time)
20707 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20708 Declare with define-obsolete-*-alias macros.
20709 (isearch-forward): Fix typo in docstring.
20710 (search-invisible, search-ring-yank-pointer)
20711 (regexp-search-ring-yank-pointer): Doc fixes.
20712
20713 * recentf.el (recentf-menu-append-commands-p): Declare with
20714 `define-obsolete-variable-alias'.
20715 (recentf-max-saved-items, recentf-menu-filter)
20716 (recentf-arrange-by-rule-subfilter): Doc fixes.
20717 (recentf-menu-append-commands-flag)
20718 (recentf-initialize-file-name-history, recentf-expand-file-name)
20719 (recentf-clear-data): Fix typos in docstrings.
20720
20721 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20722
20723 * progmodes/gdb-ui.el: Smarten comments.
20724 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20725
20726 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20727
20728 * term/apollo.el (terminal-init-apollo): New function containing
20729 all former top level forms in the file.
20730 * term/bobcat.el (terminal-init-bobcat):
20731 * term/cygwin.el (terminal-init-cygwin):
20732 * term/iris-ansi.el (terminal-init-iris-ansi):
20733 * term/linux.el (terminal-init-linux):
20734 * term/news.el (terminal-init-news):
20735 * term/rxvt.el (terminal-init-rxvt):
20736 * term/sun.el (terminal-init-sun):
20737 * term/tvi970.el (terminal-init-tvi970):
20738 * term/vt100.el (terminal-init-vt100):
20739 * term/vt102.el (terminal-init-vt102):
20740 * term/vt125.el (terminal-init-vt125):
20741 * term/vt200.el (terminal-init-vt200):
20742 * term/vt201.el (terminal-init-vt201):
20743 * term/vt220.el (terminal-init-vt220):
20744 * term/vt240.el (terminal-init-vt240):
20745 * term/vt300.el (terminal-init-vt300):
20746 * term/vt320.el (terminal-init-vt320):
20747 * term/vt400.el (terminal-init-vt400):
20748 * term/vt420.el (terminal-init-vt420):
20749 * term/wyse50.el (terminal-init-wyse50):
20750 * term/xterm.el (terminal-init-xterm): Likewise.
20751
20752 * term/README: Describe the terminal-init-* functionality.
20753
20754 * startup.el (command-line): After loading the terminal initialization
20755 file call the corresponding terminal initialization function.
20756
20757 2005-07-27 Kenichi Handa <handa@m17n.org>
20758
20759 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20760 negative.
20761
20762 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20763 (ps-mule-composition-prologue): Fix for the case that
20764 RelativeCompose is false.
20765
20766 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20767
20768 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20769
20770 * descr-text.el (describe-char): Handle the case where the list of
20771 chars is displayed in a separate frame.
20772 Be a bit more discriminating when looking for the char.
20773
20774 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20775
20776 * bookmark.el (bookmark-automatically-show-annotations)
20777 (bookmark-read-annotation-text-func): Doc fixes.
20778 (bookmark-save): Improve argument/docstring consistency.
20779 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20780 (bookmark-alist-from-buffer)
20781 (bookmark-upgrade-file-format-from-0)
20782 (bookmark-grok-file-format-version)
20783 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20784 (bookmark-read-annotation-mode)
20785 (bookmark-insert-current-bookmark, bookmark-jump)
20786 (bookmark-exit-hook): Fix typos in docstrings.
20787 (bookmark-exit-hooks): Define as obsolete alias.
20788 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20789 not `bookmark-exit-hooks'. Fix docstring.
20790 (bookmark-bmenu-select): "?\ " -> "?\s".
20791
20792 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20793
20794 * startup.el (command-line): Fix typo.
20795
20796 2005-07-24 Richard M. Stallman <rms@gnu.org>
20797
20798 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20799 not emacs-quick-startup.
20800
20801 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20802
20803 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20804 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20805 instead of `reb-with-current-window'.
20806 (reb-prev-match): Likewise. Also, don't move left if the search
20807 was unsuccessful.
20808 (reb-initialize-buffer): New function.
20809 (re-builder, reb-change-syntax): Use it.
20810
20811 * man.el (Man-goto-page): Make second argument NOERROR optional.
20812
20813 2005-07-23 Richard M. Stallman <rms@gnu.org>
20814
20815 * man.el (Man-bgproc-sentinel): Check here for failure to find
20816 any man page in the output, and report the error here.
20817 (Man-arguments): Make it permanent local.
20818 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20819 (Man-mode): Pass t for NOERROR.
20820
20821 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20822 (grep-mode-font-lock-keywords):
20823 Don't use compilation-...-face for messages that are not file names.
20824
20825 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20826 Don't use compilation-...-face for messages that are not file names.
20827
20828 2005-07-22 Juri Linkov <juri@jurta.org>
20829
20830 * startup.el (normal-splash-screen): Update menu name.
20831
20832 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20833
20834 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20835
20836 * term/xterm.el: Load term/rxvt if the terminal is actually an
20837 rxvt terminal.
20838 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20839
20840 * term/rxvt.el (function-key-map): Use substitute-key-definition
20841 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20842
20843 * term/cygwin.el: New file.
20844
20845 2005-07-22 Kim F. Storm <storm@cua.dk>
20846
20847 * image-file.el (insert-image-file, image-file-yank-handler):
20848 Fix last change to maintain a (unique) yank-handler on yanked images.
20849
20850 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20851
20852 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20853 of the file size (as in "177B" for 177 bytes). This happens with
20854 "ls -lh" on FreeBSD.
20855
20856 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20857
20858 * hilit-chg.el (highlight-changes-global-initial-state)
20859 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20860 (hilit-chg-fixup, highlight-changes-mode):
20861 Fix typos in docstrings.
20862 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20863 Doc fixes.
20864
20865 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20866
20867 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20868 mode function using `eval-after-load'.
20869
20870 2005-07-21 Kim F. Storm <storm@cua.dk>
20871
20872 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20873 included when reporting an Emacs crash, and tell about the DEBUG file.
20874
20875 * image-file.el (insert-image-file): Add yank-handler.
20876 (image-file-yank-handler): Yank handler to make unique copies of
20877 images when they are yanked into a buffer next to each other.
20878
20879 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20880
20881 * comint.el (comint-use-prompt-regexp, comint-send-input)
20882 (comint-source-default, comint-extract-string)
20883 (comint-get-source, comint-word, comint-completion)
20884 (comint-source, comint-prompt-read-only, comint-update-fence):
20885 Fix typos in docstrings.
20886 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20887 Declare with define-obsolete-*-alias macros.
20888 (comint-previous-matching-input-from-input)
20889 (comint-next-matching-input-from-input)
20890 (comint-previous-matching-input, comint-next-matching-input)
20891 (comint-forward-matching-input):
20892 Improve argument/docstring consistency.
20893
20894 * desktop.el (desktop-clear-preserve-buffers-regexp):
20895 Also preserve the *server* buffer.
20896
20897 * simple.el (clone-indirect-buffer): Doc fix.
20898 (fixup-whitespace, just-one-space)
20899 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20900 (next-error, next-error-highlight)
20901 (next-error-highlight-no-select, next-error-last-buffer)
20902 (next-error-buffer-p, next-error-find-buffer, next-error)
20903 (previous-error, next-error-no-select, previous-error-no-select)
20904 (open-line, split-line, minibuffer-prompt-width, kill-new)
20905 (binary-overwrite-mode): Fix typos in docstrings.
20906 (set-fill-column): Fix typo in message.
20907
20908 * skeleton.el (skeleton-proxy-new): Doc fix.
20909
20910 * strokes.el (strokes-load-hook): Doc fix.
20911 (strokes-grid-resolution, strokes-get-grid-position)
20912 (strokes-renormalize-to-grid, strokes-read-stroke)
20913 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20914 (strokes-global-map): Fix typos in docstrings.
20915 (strokes-help): Doc fix. Fix help message and pass it through
20916 `substitute-command-keys'.
20917
20918 * tempo.el (tempo-insert-prompt, tempo-interactive)
20919 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20920 (tempo-insert-string-functions, tempo-local-tags)
20921 (tempo-define-template, tempo-insert-template)
20922 (tempo-insert-prompt-compat, tempo-is-user-element)
20923 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20924 Fix typos in docstrings.
20925
20926 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20927 (vcursor-key-bindings, vcursor-use-vcursor-map)
20928 (vcursor-find-window, vcursor-scroll-down)
20929 (vcursor-disable, vcursor-beginning-of-buffer)
20930 (vcursor-end-of-buffer): Fix typos in docstrings.
20931 (vcursor-relative-move, vcursor-get-char-count):
20932 Improve argument/docstring consistency.
20933
20934 * version.el: "?\ " -> "?\s".
20935
20936 * wid-edit.el (widget-default-create, widget-after-change)
20937 (widget-default-format-handler, widget-checklist-add-item)
20938 (widget-radio-add-item, widget-choose, widget-specify-secret)
20939 (widget-field-value-create, widget-field-value-get)
20940 (widget-editable-list-format-handler)
20941 (widget-editable-list-entry-create, widget-group-value-create)
20942 (widget-documentation-link-add)
20943 (widget-documentation-string-value-create): "?\ " -> "?\s".
20944 (widget-convert-text): Doc fix.
20945 (widget-narrow-to-field, widget-field-find)
20946 (widget-url-link-action, widget-emacs-library-link-action)
20947 (widget-color-notify): Fix typos in docstrings.
20948
20949 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20950 (x-select-text, set-w32-system-coding-system)
20951 (w32-add-charset-info): Fix typos in docstrings.
20952
20953 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20954 (cua-enable-cua-keys, cua-use-hyper-key)
20955 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20956 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20957
20958 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20959
20960 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20961 `defalias' instead of faking it.
20962
20963 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20964 (eshell-ls-missing, eshell-ls-dired-initial-args)
20965 (eshell-ls-use-in-dired): Fix typos in docstrings.
20966
20967 2005-07-20 Kim F. Storm <storm@cua.dk>
20968
20969 * emulation/cua-base.el (cua-mode): Improve doc string.
20970
20971 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20972
20973 * abbrev.el (expand-region-abbrevs): Doc fix.
20974 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20975 Improve argument/docstring consistency.
20976
20977 * arc-mode.el (archive-get-descr, archive-alternate-display):
20978 Doc fixes.
20979 (archive-l-e): Improve argument/docstring consistency.
20980 (archive-tmpdir, archive-unixdate, archive-unixtime)
20981 (archive-chmod-entry): Fix typos in docstrings.
20982 (archive-unflag, archive-unflag-backwards)
20983 (archive-unmark-all-files): "?\ " -> "?\s".
20984
20985 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20986 (Buffer-menu-not-modified, Buffer-menu-execute)
20987 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20988 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20989
20990 * composite.el (compose-string, encode-composition-rule)
20991 (compose-last-chars): Fix typos in docstrings.
20992
20993 * desktop.el (desktop-enable, desktop-basefilename):
20994 Declare with `define-obsolete-variable-alias'.
20995 (desktop-internal-v2s): Don't quote keywords.
20996 (desktop-clear): "?\ " -> "?\s".
20997
20998 * dired.el (dired-align-file, dired-flag-backup-files)
20999 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21000 (dired-listing-switches, dired-ls-F-marks-symlinks)
21001 (dired-dwim-target, dired-load-hook, dired-mode-hook)
21002 (dired-directory, dired-faces, dired, dired-revert)
21003 (dired-mode, dired-summary, dired-view-file)
21004 (dired-copy-filename-as-kill, dired-delete-file)
21005 (dired-no-confirm, dired-unmark-all-marks)
21006 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21007 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21008 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21009 Fix typos in message strings.
21010
21011 * dired-x.el (virtual-dired): Declare with `defalias'.
21012 (dired-mark-unmarked-files, dired-local-variables-file)
21013 (dired-omit-here-always): Doc fix.
21014 (dired-omit-mode, dired-find-subdir)
21015 (dired-enable-local-variables, dired-clean-up-buffers-too)
21016 (dired-extra-startup, dired-mark-extension, dired-jump)
21017 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21018 (dired-smart-shell-command, dired-guess-shell-alist-user)
21019 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21020 (dired-x-bind-find-file, dired-x-submit-report):
21021 Fix typos in docstrings.
21022 (dired-mark-unmarked-files): "?\ " -> "?\s".
21023
21024 * dirtrack.el (dirtrack-list): Fix typos in docstring.
21025
21026 * faces.el (describe-face): "?\ " -> "?\s".
21027 (read-all-face-attributes, read-face-font, modify-face)
21028 (face-attr-construct, italic): Fix typos in docstrings.
21029 (frame-update-face-colors): Declare with
21030 `define-obsolete-function-alias'.
21031
21032 * files.el (find-file-noselect, recode-file-name): Doc fixes.
21033 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21034 (magic-mode-alist, buffer-file-numbers-unique)
21035 (write-file-functions, get-free-disk-space):
21036 Fix typos in docstrings.
21037 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21038 (write-contents-hooks, write-file-hooks):
21039 Declare with `define-obsolete-variable-alias'.
21040
21041 * forms-d2.el (arch-rj): Fix typo in docstrings.
21042 (arch-tocol): Likewise. "?\ " -> "?\s".
21043
21044 * frame.el (set-frame-font, cursor-in-non-selected-windows):
21045 Fix typo in docstring.
21046 (set-screen-width, set-screen-height): Delete redundant info in
21047 doctrings.
21048 (new-frame, screen-height, screen-width): Declare with
21049 `define-obsolete-function-alias'.
21050 (delete-frame-hook, blink-cursor): Declare with
21051 `define-obsolete-variable-alias'.
21052
21053 * paths.el (prune-directory-list): Fix typos in docstring.
21054
21055 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21056 (cvs-prefix-get): Fix typos in docstrings.
21057
21058 * ps-print.el (ps-extend-face-list, ps-extend-face)
21059 (ps-print-background-image): Fix typos in docstrings.
21060 (ps-default-fg, ps-default-bg): Doc fixes.
21061
21062 * s-region.el (s-region-bind): Doc fix.
21063 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21064
21065 * textmodes/org.el (org-table-formula-substitute-names)
21066 (org-table-get-vertical-vector): Doc fixes.
21067 (org-table-recalculate): Remove unused argument to `message'.
21068
21069 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
21070
21071 * textmodes/org.el (org-table-column-names)
21072 (org-table-column-name-regexp)
21073 (org-table-named-field-locations): New variables.
21074 (org-archive-subtree): Protect `this-command' when calling
21075 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21076 the kill buffer.
21077 (org-complete): Remove fixed-formula completion.
21078 (org-edit-formulas-map): New variable.
21079 (org-table-edit-formulas): New command.
21080 (org-finish-edit-formulas, org-abort-edit-formulas)
21081 (org-show-variable, org-table-get-vertical-vector): New functions.
21082 (org-table-maybe-eval-formula): Handle `:=' fields.
21083 (org-table-get-stored-formulas, org-table-store-formulas)
21084 (org-table-get-formula, org-table-modify-formulas)
21085 (org-table-replace-in-formulas): Handle named field formulas.
21086 (org-table-get-specials): Store locations of named fields.
21087
21088 2005-07-19 Juri Linkov <juri@jurta.org>
21089
21090 * progmodes/grep.el (grep-regexp-alist)
21091 (grep-mode-font-lock-keywords, grep-process-setup):
21092 Use default GNU grep match color "01;31m" instead of "01;41m".
21093 (grep-regexp-alist, grep-mode-font-lock-keywords):
21094 Use `\\[[0-9]*m' instead of `\\[00m'.
21095 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21096 sgr_start where its handling is more important. Use the real
21097 length of sgr_start instead of constant 8.
21098 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21099 specially. Delete all remaining escape sequences.
21100 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21101 (grep-regexp-alist): Make hyperlink only for binary file name
21102 instead of the whole line.
21103 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21104 (grep-mode): Add autoload.
21105
21106 * emacs-lisp/find-func.el (find-function-regexp):
21107 Add `define-compilation-mode'.
21108
21109 2005-07-19 Juri Linkov <juri@jurta.org>
21110
21111 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21112 (compare-windows-sync-string-size, compare-windows-recenter)
21113 (compare-windows-highlight, compare-windows): Add version 22.1.
21114 (compare-windows) <defface>: Inherit from lazy-highlight instead
21115 of duplicating its default value.
21116
21117 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21118 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21119
21120 * descr-text.el (describe-char): Create link buttons for `charset'
21121 and `code point'. Add the current input method name with a link
21122 button to `to input' field. Print face names of display table
21123 characters in `The display table entry is displayed by' section
21124 instead of printing face-id in the `display' field.
21125 Guess hardcoded faces and create a link button for them.
21126 Skip empty fields when calculating max-width.
21127 Treat `widget-create' specially while inserting strings from the
21128 collected field list.
21129 (describe-char-after): Made obsolete in version 22.1, not 21.5.
21130
21131 * diff-mode.el (diff-file-header): Change foreground color from
21132 yellow to green on light backgrounds.
21133 (diff-context): Inherit from `shadow' only for color/grayscale
21134 with more than 88 colors.
21135 (diff-indicator-removed, diff-indicator-added)
21136 (diff-indicator-changed): New faces.
21137 (diff-font-lock-keywords): Use new faces. Regroup rules.
21138 Add "^---$" for `normal' diff format. Fontify `#' lines with
21139 font-lock-comment-delimiter-face and font-lock-comment-face.
21140 Add `#' to ^[^...] in the rule for `diff-context-face'.
21141
21142 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21143 a button-like box. Inherit from `highlight' on low colors.
21144 (shadow): Use shades of gray only for color/grayscale with
21145 more than 88 colors. Use green for light backgrounds with
21146 8 colors, and yellow for dark backgrounds with 8 colors.
21147
21148 * font-lock.el (font-lock-regexp-grouping-backslash):
21149 Don't inherit from escape-glyph (use bold for all cases).
21150
21151 * info.el (info-xref-visited): Use light foreground color `violet'
21152 for dark backgrounds instead of dark color `magenta3'.
21153 (info-title-1): Use `yellow' color for dark backgrounds.
21154
21155 * isearch.el (isearch): Use not-too-dark magenta3 instead of
21156 too-light magenta2.
21157
21158 * replace.el (match): Use slightly more light RoyalBlue3 instead
21159 of dark RoyalBlue4.
21160
21161 * wid-edit.el (widget-inactive): Inherit from `shadow'.
21162
21163 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
21164
21165 * novice.el (disabled-command-hook): Declare it with
21166 `define-obsolete-variable-alias'.
21167
21168 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21169 (desktop-buffer-misc-functions, desktop-buffer-handlers)
21170 (desktop-load-default): Add release to obsolescence info.
21171 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21172 (desktop-append-buffer-args, desktop-read):
21173 Fix typos in docstrings.
21174 (desktop-kill): Fix typo in message.
21175 (desktop-save): Doc fix.
21176
21177 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
21178
21179 * viper-cmd.el (viper-escape-to-state): Bug fix.
21180 (viper-envelop-ESC-key): Change the definition of fast
21181 keysequence so it'll work with keyboard macros.
21182
21183 * ediff.el (ediff-patch-buffer): Change the docstring.
21184
21185 2005-07-19 Kenichi Handa <handa@m17n.org>
21186
21187 * international/mule-cmds.el (select-safe-coding-system): Try to
21188 use an auto-coding (if any) before anything else. If the found
21189 auto-coding is invalid, show a warning message.
21190
21191 * international/mule.el (find-auto-coding): New function created
21192 by modifying the body of set-auto-coding.
21193 (set-auto-coding): Use find-auto-coding to find a coding.
21194
21195 2005-07-18 Richard M. Stallman <rms@gnu.org>
21196
21197 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21198 not isearch-mode-end-hook-error.
21199 (allout-before-change-protect): Fix error message.
21200
21201 2005-07-18 Juri Linkov <juri@jurta.org>
21202
21203 * allout.el (allout-mode):
21204 * calculator.el (calculator-copy):
21205 * custom.el (custom-known-themes):
21206 * dired.el (dired-desktop-buffer-misc-data)
21207 (dired-restore-desktop-buffer):
21208 * dired-x.el (dired-omit-marker-char):
21209 * files.el (basic-save-buffer):
21210 * font-core.el (font-lock-mode):
21211 * calendar/calendar.el (calendar-goto-hebrew-date)
21212 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21213 (calendar-goto-persian-date):
21214 * language/ethio-util.el (ethio-sera-to-fidel-region):
21215 * textmodes/picture.el (picture-mode):
21216 Delete duplicate duplicate words.
21217
21218 2005-07-18 Juri Linkov <juri@jurta.org>
21219
21220 * isearch.el (isearch-mode-map): Remove key bindings for regexp
21221 chars * ? } |.
21222 (isearch-fallback): Don't call `isearch-process-search-char'.
21223 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21224 (isearch-process-search-char): Call `isearch-fallback' for regexp
21225 chars * ? } |.
21226 (isearch-return-char): Make obsolete with `make-obsolete' instead
21227 of simply documenting it as obsolete in the docstring.
21228 (isearch-fallback): Refill docstring.
21229
21230 * international/isearch-x.el
21231 (isearch-process-search-multibyte-characters): Remove unneeded
21232 `concat'. Add intermediate values to `junk-hist' instead of
21233 `minibuffer-history'. Test the length of `str'.
21234
21235 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
21236
21237 * allout.el (allout-resolve-xref): Fix typos in error strings.
21238 (allout-before-change-protect): Remove unneeded `concat'.
21239
21240 * array.el (array-mode, array-reconfigure-rows)
21241 (untabify-backward): Fix typos in docstrings.
21242 (array-reconfigure-rows): Use `insert-buffer-substring', not
21243 `insert-buffer'.
21244
21245 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21246 * progmodes/ada-mode.el (ada-make-body):
21247 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21248
21249 * dired.el (dired-log):
21250 * tar-mode.el (tar-subfile-save-buffer):
21251 * play/zone.el (zone-pgm-stress-destress):
21252 Use `insert-buffer-substring', not `insert-buffer'.
21253
21254 2005-07-17 Simon Josefsson <jas@extundo.com>
21255
21256 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21257
21258 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
21259
21260 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21261 Add plain auth method.
21262 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21263
21264 2005-07-17 Kim F. Storm <storm@cua.dk>
21265
21266 * ido.el (dired-other-window): Add ido property.
21267
21268 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
21269
21270 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21271 Fix typo in docstring.
21272 (byte-compile-interactive-only-functions): Add `insert-buffer' and
21273 `insert-file-literally'.
21274
21275 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21276 info and delete redundant message. Doc fix.
21277 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21278 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21279
21280 2005-07-16 Richard M. Stallman <rms@gnu.org>
21281
21282 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21283 (byte-compile-and): Use byte-compile-and-recursion.
21284 (byte-compile-or-recursion): New function.
21285 (byte-compile-or): Use that.
21286 (byte-compile-if): Guard the else-clause too.
21287 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21288
21289 * isearch.el (isearch-mode-end-hook-quit): New variable.
21290 (isearch-done): Bind it.
21291 (isearch-mode-end-hook): Doc fix.
21292
21293 * allout.el (allout-isearch-did-quit): Variable deleted.
21294 (allout-real-isearch-abort): Function name no longer used.
21295 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21296 (allout-isearch-rectification): isearch-mode always exists.
21297 Don't set allout-isearch-did-quit.
21298 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21299 allout-isearch-did-quit.
21300 (allout-enwrap-isearch): Just add the hook.
21301 (allout-isearch-abort): Function deleted.
21302 (allout-pre-command-business): Avoid warning.
21303
21304 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
21305 Correctly avoid warnings.
21306 (pascal-outline): Likewise.
21307
21308 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
21309
21310 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
21311
21312 * play/tetris.el (tetris-mode): Avoid warning.
21313
21314 * play/snake.el (snake-mode): Avoid warning.
21315
21316 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
21317 (gamegrid-set-display-table): Avoid warning.
21318 (gamegrid-set-timer): Likewise.
21319 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
21320 (gamegrid-add-score-with-update-game-score-1): Take FILE
21321 as argument.
21322 (gamegrid-add-score-with-update-game-score): Pass that argument.
21323 Rename have-shared-game-dir to gamegrid-shared-game-dir.
21324
21325 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
21326
21327 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
21328 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
21329
21330 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
21331 and insert-file.
21332
21333 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
21334 (sc-ask): Avoid warnings.
21335
21336 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
21337 (eshell-hist-initialize): Use that var the natural way.
21338
21339 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
21340
21341 * emacs-lisp/re-builder.el (reb-cook-regexp):
21342 Avoid warning calling lre-compile-string.
21343 (reb-color-display-p): Avoid warning.
21344
21345 * calculator.el (calculator-last-input): Guard uses
21346 of event-key and key-press-event-p.
21347 (event-key, key-press-event-p): Delete definitions.
21348
21349 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
21350 (find-gc-source-directory, find-gc-subrs-callers)
21351 (find-gc-noreturn-list, find-gc-source-files)
21352 (find-gc-subrs-called): Vars renamed and defvar'd.
21353
21354 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
21355 (checkdoc-overlay-put, checkdoc-delete-overlay)
21356 (checkdoc-overlay-start, checkdoc-overlay-end)
21357 (checkdoc-mode-line-update, checkdoc-char=):
21358 Define such that compiler knows they are defined.
21359 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
21360 (checkdoc-read-event): Delete. Use read-event directly.
21361
21362 * whitespace.el (whitespace-make-overlay)
21363 (whitespace-overlay-put, whitespace-delete-overlay)
21364 (whitespace-overlay-start, whitespace-overlay-end):
21365 Define such that compiler knows they are defined.
21366 (whitespace): Move conditional inside.
21367
21368 * tempo.el (tempo-insert-template): Suppress warning.
21369
21370 * ediff-diff.el (longlines-mode): Add defvar.
21371
21372 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
21373
21374 * server.el: Bind "C-x #" in a way that works even if C-x is
21375 redefined to a command key, not a prefix key.
21376
21377 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21378
21379 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21380 cl-make-type-test till execution time.
21381
21382 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
21383
21384 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21385 arg ARG and use it.
21386
21387 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21388
21389 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21390
21391 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
21392
21393 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21394 a defcustom with two :set or :type keywords.
21395
21396 2005-07-15 Richard M. Stallman <rms@gnu.org>
21397
21398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21399 Don't give ^M comment-end syntax.
21400
21401 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
21402
21403 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21404 Don't consider gdbmi (gdb-mi.el has its own update functions).
21405 (gdb-var-delete): Make it work for gdbmi as well.
21406 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21407
21408 * progmodes/gud.el (etags, sdb): Only require etags when needed.
21409 (gud-speedbar-menu-items): Correct logic for enabling items.
21410
21411 2005-07-15 Kim F. Storm <storm@cua.dk>
21412
21413 * ido.el: Fix commentary.
21414 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21415 Use with-no-warnings around ffap-guesser.
21416 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21417 Let bind minibuffer-completing-file-name to t.
21418
21419 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
21420
21421 * startup.el (site-run-file, keyboard-type): Doc fixes.
21422 (command-line): Check for "--basic-display" argument; also for
21423 "--quick", not "--bare-bones" (which was renamed).
21424 (fancy-splash-text): Add missing item "Getting New Versions".
21425 (normal-splash-screen): Fix typos and improve consistency with
21426 `fancy-splash-text'. Update copyright year.
21427
21428 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21429 valid binding for `help-char'.
21430
21431 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21432
21433 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
21434
21435 * term.el (term-mode): Disable cua-mode for term buffers.
21436
21437 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
21438
21439 * add-log.el (add-log-mailing-address, change-log-merge):
21440 Doc fixes.
21441 (change-log-get-method-definition): Fix typo in docstring.
21442
21443 2005-07-14 Kim F. Storm <storm@cua.dk>
21444
21445 * emulation/cua-base.el:
21446 (cua--pre-command-handler-1, cua--pre-command-handler)
21447 (cua--post-command-handler-1, cua--post-command-handler):
21448 Split in two. Check (buffer local) value of cua-mode.
21449 (cua-selection-mode): New command.
21450
21451 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21452
21453 * custom.el (custom-initialize-safe-set)
21454 (custom-initialize-safe-default): Doc fixes.
21455
21456 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21457 and simplify :init-value again.
21458
21459 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21460 and simplify :init-value again. Delete autoload.
21461
21462 * startup.el (command-line): Use `custom-reevaluate-setting' again
21463 for tooltip-mode.
21464
21465 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21466 a defcustom with two :initialize keywords.
21467
21468 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
21469
21470 * allout.el (my-mark-marker, allout-isearch-prior-pos)
21471 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21472 (allout-post-command-business, allout-flag-region)
21473 (isearch-reenable-font-lock, allout-yank)
21474 (allout-insert-latex-header, allout-insert-latex-trailer)
21475 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21476 (allout-latex-verb-quote): Fix typos in docstrings.
21477 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21478 (allout-unprotected, allout-prefix-data):
21479 Improve argument/docstring consistency.
21480 (allout-chart-subtree): Fix argument spec.
21481 (allout-open-topic): Rename `use_sib_bullet' argument to
21482 `use-sib-bullet'. Doc fix.
21483
21484 * whitespace.el (whitespace-check-buffer-leading)
21485 (whitespace-check-buffer-trailing)
21486 (whitespace-check-buffer-indent)
21487 (whitespace-check-buffer-spacetab)
21488 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21489 (whitespace-check-leading-whitespace)
21490 (whitespace-check-trailing-whitespace)
21491 (whitespace-check-spacetab-whitespace)
21492 (whitespace-check-indent-whitespace)
21493 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21494 (whitespace-modes): Fix typos in docstrings.
21495 (defgroup, defcustom): Doc fixes.
21496
21497 * winner.el (winner-mode, winner-boring-buffers)
21498 (winner-pending-undo-ring): Doc fixes.
21499 (winner-ring): Remove unneeded `progn'.
21500 (winner-equal): `defsubst' it.
21501 (winner-redo): Fix message.
21502
21503 2005-07-13 Kim F. Storm <storm@cua.dk>
21504
21505 * simple.el (line-move-1): Always use vertical-motion to
21506 do the last (or only) line move to ensure some movement.
21507 Undo 2005-06-23 change--don't check for overlays.
21508
21509 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21510
21511 * term/mac-win.el (ccl-encode-mac-roman-font)
21512 (ccl-encode-mac-centraleurroman-font)
21513 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21514 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21515 Change charset-id boundary of dimension to ?\xef.
21516 (mac-char-fontspec-list): New constant.
21517 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21518 argument. Nil uses itself as family in font-spec. Previous
21519 behavior for nil is now provided by non-nil non-string argument.
21520 All callers changed. Add font-specs for Mac fonts to
21521 "fontset-default" unless iso8859-1 fonts are installed.
21522
21523 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21524
21525 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21526 a continuation line if the \ is preceded by SPC or TAB.
21527 (sh-get-indent-info): Simplify.
21528 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21529 Use with-current-buffer.
21530
21531 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21532 when the matched text is empty.
21533
21534 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21535
21536 * startup.el (command-line): Revert to previous handling of
21537 tooltip-mode. Explain in comment why the complexity is needed.
21538
21539 * tooltip.el (tooltip-mode): Revert to previous implementation of
21540 its defcustom.
21541
21542 * frame.el (blink-cursor-mode): Revert to previous implementation
21543 of its defcustom. Update comment.
21544
21545 2005-07-12 Lars Hansen <larsh@soem.dk>
21546
21547 * desktop.el: Update e-mail address.
21548
21549 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21550
21551 * term/mac-win.el (mac-services-mail-selection)
21552 (mac-services-mail-to): New functions.
21553 (mac-application-menu-map): Bind them.
21554
21555 2005-07-12 wulei <milton@wulei.net> (tiny change)
21556
21557 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21558
21559 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21560
21561 * custom.el (custom-reevaluate-setting): Doc fix.
21562
21563 2005-07-11 Jay Belanger <belanger@truman.edu>
21564
21565 * calc/calc.el (calc-embedded-announce-formula-alist)
21566 (calc-embedded-open-close-plain-alist)
21567 (calc-embedded-open-close-mode-alist): Add checks for additional
21568 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21569
21570 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21571
21572 * custom.el (custom-enable-theme): Don't add theme to
21573 `custom-enabled-themes' with `push' because there is no
21574 setf-method for `delq'.
21575
21576 2005-07-11 Richard M. Stallman <rms@gnu.org>
21577
21578 * custom.el (custom-declare-variable): Doc fix.
21579
21580 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21581 from the alists.
21582
21583 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21584 Do nothing if edebug-active.
21585
21586 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21587 (edebug-display): Do it here instead.
21588
21589 2005-07-10 Richard M. Stallman <rms@gnu.org>
21590
21591 * cus-face.el (custom-theme-set-faces): Make it work.
21592 (custom-reset-faces): Doc fix.
21593 (custom-theme-reset-internal-face, custom-theme-face-value):
21594 Functions deleted.
21595
21596 * custom.el (custom-push-theme): Maintain list of the settings
21597 of a given theme in its theme-settings property.
21598 Maintain position of old settings in the theme-value
21599 or theme-face property.
21600 (custom-enabled-themes): New variable.
21601 (custom-theme-enabled-p): New function.
21602 (provide-theme): Update custom-enabled-themes.
21603 Disable and reenable the `user' theme.
21604 (require-theme): Doc fix.
21605 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21606 (custom-theme-value, custom-theme-variable-value): Likewise.
21607 (custom-theme-reset-internal): Likewise.
21608 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21609 (custom-enable-theme, custom-disable-theme): New functions.
21610 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21611 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21612 (custom-theme-reset-variables): Simplify.
21613 (deftheme, custom-declare-theme, custom-make-theme-feature):
21614 Definitions moved.
21615
21616 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21617
21618 * longlines.el (longlines-show-region)
21619 (longlines-unshow-hard-newlines): Recognize hard newlines by
21620 non-nil hard property, instead of t.
21621
21622 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21623
21624 * viper-cmd.el (viper--key-maps): New variable.
21625 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21626 emulation-mode-map-alists.
21627 (viper-envelop-ESC-key): Use viper-subseq.
21628 (viper-search-forward/backward/next): Disable debug-on-error.
21629
21630 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21631 (viper-ESC-key): New defcustoms.
21632
21633 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21634
21635 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21636 (viper-subseq): Copy of subseq from cl.el.
21637
21638 * viper.el (viper-go-away, viper-set-hooks): Use
21639 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21640
21641 * viper-mous.el (viper-current-frame-saved): Use defvar.
21642
21643 * viper-init.el: Get rid of -face in face names.
21644
21645 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21646 Make it work with longlines mode
21647
21648 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21649
21650 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21651
21652 * ediff-init.el: Get rid of -face in face names.
21653
21654 2005-07-10 Richard M. Stallman <rms@gnu.org>
21655
21656 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21657 and with-timeout-unsuspend.
21658
21659 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21660 and with-timeout-unsuspend.
21661
21662 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21663 (with-timeout): Bind that variable to record timers.
21664 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21665
21666 * emacs-lisp/debug.el (debug-help-follow): New function.
21667 (debugger-mode-map): Use that instead of help-follow.
21668 (debugger-setup-buffer): Use eval-buffer-list
21669 to handle eval-buffer frames.
21670
21671 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21672
21673 * timezone.el (timezone-parse-date): Change first regexp
21674 so it will not mistakenly match dates with no time zone.
21675
21676 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21677
21678 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21679
21680 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21681
21682 * custom.el (custom-initialize-safe-set)
21683 (custom-initialize-safe-default): New functions.
21684
21685 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21686 and simplify :init-value.
21687
21688 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21689 and simplify :init-value. Delete obsolete comment.
21690
21691 * startup.el (command-line): Use `custom-reevaluate-setting' to
21692 handle `tooltip-mode'. Delete obsolete comment.
21693
21694 * files.el (set-visited-file-name): Avoid calling
21695 `file-name-nondirectory' with a nil argument.
21696
21697 2005-07-09 Richard M. Stallman <rms@gnu.org>
21698
21699 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21700 was called with nil for the buffer, handle the read position right.
21701 Handle read position for eval-region, too.
21702
21703 2005-07-09 Juri Linkov <juri@jurta.org>
21704
21705 * fringe.el (fringe-mode): Add period in docstring.
21706 (fringe-query-style): Build prompt depending on `all-frames' arg.
21707
21708 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21709 to not create links to unrelated functions in the Help buffer.
21710
21711 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21712 Doc fix.
21713
21714 * simple.el (next-error-hook): New variable.
21715 (next-error): Use it. Doc fix.
21716
21717 * textmodes/ispell.el (ispell-command-loop): Add current
21718 dictionary name and program name to mode-line-format.
21719 (ispell-region, ispell-process-line): Add current dictionary name
21720 and program name to messages.
21721
21722 2005-07-08 Jay Belanger <belanger@truman.edu>
21723
21724 * calc/calc.el (calc-embedded-announce-formula-alist)
21725 (calc-embedded-open-close-formula-alist)
21726 (calc-embedded-open-close-word-alist)
21727 (calc-embedded-open-close-plain-alist)
21728 (calc-embedded-open-close-new-formula-alist)
21729 (calc-embedded-open-close-mode-alist)
21730 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21731 (calc-embedded-mode-hook): New variables.
21732
21733 * calc/calc-embed.el (calc-embedded-firsttime)
21734 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21735 New variables.
21736 (calc-do-embedded): Use calc-embedded-firsttime,
21737 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21738 determine whether or not to run hooks.
21739 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21740 calc-embedded-firsttime-formula appropriately.
21741 Set calc-embedded delimiter variables according to mode.
21742
21743 2005-07-08 Richard M. Stallman <rms@gnu.org>
21744
21745 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21746 Check for "emacs", etc., as entire symbol, not just as word.
21747 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21748
21749 * files.el (set-visited-file-name): Report the error
21750 for "empty filename" earlier.
21751 (kill-some-buffers): Ignore buffers already dead.
21752
21753 * fringe.el (fringe-mode): Doc fix.
21754
21755 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21756 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21757 Use unwind-protect to ensure byte-compile-unresolved-functions
21758 is updated.
21759
21760 * whitespace.el (whitespace-buffer-leading-cleanup):
21761 Simplify w/ skip-chars-forward.
21762 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21763
21764 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21765 Unconditionally try to leave point at the same old place.
21766
21767 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21768
21769 * comint.el (comint-postoutput-scroll-to-bottom)
21770 (comint-show-maximum-output): Take scroll-margin into consideration.
21771
21772 2005-07-08 Kim F. Storm <storm@cua.dk>
21773
21774 * ido.el (ido-use-filename-at-point): New choice `guess'.
21775 (ido-file-internal): Try ffap-guesser if selected.
21776
21777 * ido.el (ido-before-fallback-functions): New hook.
21778 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21779 (ido-read-file-name): Run it.
21780
21781 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21782
21783 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21784 strings rather than a list of symbols to the completion function.
21785
21786 2005-07-07 Jay Belanger <belanger@truman.edu>
21787
21788 * calc/calc-units.el (math-apply-units): Change the places in
21789 which units are simplified.
21790
21791 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21792
21793 * cus-edit.el (customize-option, customize-option-other-window):
21794 Make them handle aliases.
21795
21796 * custom.el (custom-variable-p): Make it recursively follow
21797 aliases. Mention that in the docstring.
21798
21799 2005-07-07 Richard M. Stallman <rms@gnu.org>
21800
21801 * cus-start.el (exec-path): Use `directory' instead of `file'.
21802 Fix tag for nil.
21803
21804 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21805
21806 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21807 when called non-interactively. Doc fix.
21808
21809 2005-07-07 Lute Kamstra <lute@gnu.org>
21810
21811 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21812 new address as well.
21813
21814 2005-07-07 Kenichi Handa <handa@m17n.org>
21815
21816 * international/mule.el (make-coding-system):
21817 Describe `ascii-incompatible' property in the docstring.
21818 (set-file-name-coding-system): Signal an error if coding-system is
21819 ascii-incompatible.
21820 (set-keyboard-coding-system): Likewise.
21821
21822 * international/mule-cmds.el (set-default-coding-systems):
21823 Don't set default-file-name-coding-system and
21824 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21825
21826 * international/utf-16.el: Declare that all UTF-16-based coding
21827 systems are ASCII-incompatible.
21828
21829 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21830
21831 * progmodes/gud.el: Require font-lock for displaying errors.
21832 Used by gdb-ui.el.
21833
21834 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21835
21836 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21837 values for the pattern lists which are `read'able but not
21838 `append'able (like symbols).
21839
21840 2005-07-06 Richard M. Stallman <rms@gnu.org>
21841
21842 * progmodes/flymake.el (flymake-float-time): Instead of
21843 with-no-warnings, test for XEmacs.
21844 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21845 to avoid warning.
21846
21847 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21848
21849 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21850
21851 2005-07-05 Lute Kamstra <lute@gnu.org>
21852
21853 * battery.el: Add support for Darwin (with much debugging help
21854 from Samuel Lauber <sam124@operamail.com>).
21855 (battery-status-function, battery-echo-area-format)
21856 (battery-mode-line-format): Add support for pmset on Darwin.
21857 (battery-load-low, battery-load-critical): New user options.
21858 (battery-pmset): New function.
21859
21860 2005-07-05 Lute Kamstra <lute@gnu.org>
21861
21862 Update FSF's address in GPL notices.
21863
21864 * textmodes/page-ext.el: Update FSF's address.
21865
21866 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21867
21868 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21869 filling from using prefix when filling a single-line docstring.
21870
21871 * progmodes/flymake.el: Remove useless eval-when-compile.
21872
21873 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21874
21875 2005-07-04 Richard M. Stallman <rms@gnu.org>
21876
21877 * textmodes/org.el (org-file-apps-defaults-gnu):
21878 Rename from org-file-apps-defaults-linux.
21879 (org-default-apps): Don't test system-type for `linux'.
21880 (org-file-apps): Doc fix.
21881
21882 2005-07-04 David Ponce <david@dponce.com>
21883
21884 * tree-widget.el: Improve header Commentary section.
21885 (tree-widget) [defgroup]
21886 (tree-widget-image-enable, tree-widget-themes-directory)
21887 (tree-widget-theme, tree-widget-image-properties-emacs)
21888 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21889 (tree-widget-image-formats, tree-widget-control)
21890 (tree-widget-empty-control, tree-widget-leaf-control
21891 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21892 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21893 (tree-widget-keep, tree-widget-after-toggle-functions)
21894 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21895 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21896 :help-echo message.
21897 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21898 (tree-widget-image-properties): Doc fix. Clearer implementation.
21899 (tree-widget--cursors): New constant.
21900 (tree-widget-lookup-image): New function split from
21901 `tree-widget-find-image'. Clearer implementation.
21902 (tree-widget-find-image): Use it.
21903 (tree-widget-button-keymap): Use `set-keymap-parent'.
21904 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21905 Define the sub-widgets here.
21906 (tree-widget-node): Check that :node is not a tree-widget.
21907 (tree-widget-get-super, tree-widget-open-control)
21908 (tree-widget-close-control, tree-widget-empty-control)
21909 (tree-widget-leaf-control, tree-widget-guide)
21910 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21911 (tree-widget-no-handle, tree-widget-value-delete)
21912 (tree-widget-map): Remove.
21913 (tree-widget-children-value-save): Doc fix. Simplified.
21914 (tree-widget-value-create): Update according to previous changes.
21915
21916 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21917
21918 * textmodes/org.el: Leading space replaced by TABS.
21919 (org-recalc-marks, org-table-rotate-recalc-marks)
21920 (org-table-get-specials): Treat "^" and "_" marks.
21921 (org-table-justify-field-maybe): Optional argument NEW.
21922 (org-table-eval-formula): Parsing of the format simplified.
21923 New modes C,I. Honor the %= parameter in the current table.
21924 Avoid unnecessary re-align by using the NEW argument to
21925 `org-table-justify-field-maybe'.
21926 (org-calc-default-modes): Default for date-format mimicks org-mode.
21927 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21928
21929 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21930
21931 * cus-face.el (custom-theme-set-faces): Make it handle face
21932 aliases whose alias declarations are pre- or autoloaded.
21933
21934 2005-07-04 Juri Linkov <juri@jurta.org>
21935
21936 * faces.el (read-face-name): Put the code for getting a face name
21937 from the buffer before adding the faces from the `face' property.
21938 Use `completing-read-multiple' instead of `completing-read'.
21939 Require `crm'. Add default value and post-process the returned
21940 list of faces.
21941
21942 * emacs-lisp/crm.el (crm-find-current-element)
21943 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21944
21945 * emacs-lisp/lisp-mode.el (eval-defun-1):
21946 * emacs-lisp/edebug.el (edebug-eval-defun):
21947 Remove unnecessary quotes.
21948
21949 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21950
21951 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21952 (prolog-indent-level): Fix typo in docstring.
21953
21954 * info.el (Info-history, Info-history-forward)
21955 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21956
21957 * add-log.el (add-change-log-entry):
21958 * comint.el (comint-dynamic-list-input-ring)
21959 (comint-dynamic-list-completions):
21960 * dabbrev.el (dabbrev-expand):
21961 * delim-col.el (delimit-columns-rectangle-line):
21962 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21963 (diff-unified->context):
21964 * ediff-init.el (ediff-abbrev-jobname):
21965 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21966 (ediff-replace-session-activity-marker-in-meta-buffer):
21967 * info.el (Info-summary):
21968 * lpr.el (printify-region):
21969 * printing.el (pr-create-interface):
21970 * ps-print.el (ps-print-quote):
21971 * ses.el (ses-column-widths, ses-print-cell)
21972 (ses-adjust-print-width, ses-center):
21973 * shell.el (shell-file-name-quote-list):
21974 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21975 (strokes-fill-current-buffer-with-whitespace)
21976 (strokes-xpm-for-stroke, strokes-list-strokes)
21977 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21978 * term.el (term-dynamic-list-input-ring)
21979 (term-dynamic-list-completions):
21980 * calc/calc.el (math-format-stack-value):
21981 * emacs-lisp/edebug.el (edebug-display-freq-count):
21982 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21983 (delphi-new-comment-line):
21984 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21985 * progmodes/executable.el (executable-set-magic):
21986 * progmodes/python.el (inferior-python-mode):
21987 * progmodes/scheme.el (scheme-mode-syntax-table):
21988 * progmodes/sh-script.el (sh-maybe-here-document):
21989 * progmodes/sql.el (sql-copy-column):
21990 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21991 * textmodes/bibtex.el (bibtex-mode):
21992 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21993 (sgml-auto-attributes):
21994 * textmodes/table.el (table-insert, table-shorten-cell)
21995 (table--generate-source-scan-lines, table-delete-row)
21996 (*table--cell-delete-char, table--spacify-frame)
21997 (table--horizontally-shift-above-and-below)
21998 (table--cell-insert-char, table--cell-blank-str)
21999 (table--fill-region-strictly):
22000 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22001 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22002
22003 * add-log.el (change-log):
22004 * apropos.el (apropos):
22005 * comint.el (comint-completion, comint-source):
22006 * dabbrev.el (dabbrev):
22007 * delim-col.el (columns):
22008 * diff-mode.el (diff-mode):
22009 * ediff.el (ediff):
22010 * ediff-diff.el (ediff-diff):
22011 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22012 * ediff-mult.el (ediff-mult):
22013 * ediff-ptch.el (ediff-ptch):
22014 * ediff-wind.el (ediff-window):
22015 * facemenu.el (facemenu):
22016 * indent.el (indent):
22017 * info.el (info):
22018 * jka-cmpr-hook.el (compression, jka-compr):
22019 * lpr.el (lpr):
22020 * outline.el (outlines):
22021 * pcmpl-cvs.el (pcmpl-cvs):
22022 * pcmpl-rpm.el (pcmpl-rpm):
22023 * printing.el (printing):
22024 * ps-print.el (postscript, ps-print, ps-print-horizontal)
22025 (ps-print-vertical, ps-print-headers, ps-print-font)
22026 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22027 (ps-print-background, ps-print-printer, ps-print-page)
22028 (ps-print-miscellany):
22029 * ses.el (ses):
22030 * shell.el (shell, shell-directories, shell-faces):
22031 * startup.el (initialization):
22032 * strokes.el (strokes):
22033 * term.el (term):
22034 * uniquify.el (uniquify):
22035 * w32-vars.el (w32):
22036 * calc/calc.el (calc):
22037 * emacs-lisp/bytecomp.el (bytecomp):
22038 * emacs-lisp/cl-indent.el (lisp-indent):
22039 * emacs-lisp/edebug.el (edebug):
22040 * emacs-lisp/elp.el (elp):
22041 * emacs-lisp/testcover.el (testcover):
22042 * emacs-lisp/trace.el (trace):
22043 * emulation/viper-ex.el (viper-ex):
22044 * emulation/viper-mous.el (viper-mouse):
22045 * mail/mailalias.el (mailalias):
22046 * mail/supercite.el (supercite, supercite-frames)
22047 (supercite-attr, supercite-cite, supercite-hooks):
22048 * net/rcompile.el (remote-compile):
22049 * net/rlogin.el (rlogin):
22050 * obsolete/ooutline.el (outlines):
22051 * progmodes/delphi.el (delphi):
22052 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22053 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22054 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22055 (ebnf-optimization):
22056 * progmodes/etags.el (etags):
22057 * progmodes/executable.el (executable):
22058 * progmodes/idlwave.el (idlwave):
22059 * progmodes/pascal.el (pascal):
22060 * progmodes/prolog.el (prolog):
22061 * progmodes/python.el (python):
22062 * progmodes/scheme.el (scheme):
22063 * progmodes/sh-script.el (sh, sh-script):
22064 * progmodes/sql.el (SQL):
22065 * progmodes/tcl.el (tcl):
22066 * textmodes/bibtex.el (bibtex, bibtex-autokey):
22067 * textmodes/enriched.el (enriched):
22068 * textmodes/makeinfo.el (makeinfo):
22069 * textmodes/sgml-mode.el (sgml):
22070 * textmodes/table.el (table-hooks):
22071 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22072 * textmodes/texinfo.el (texinfo):
22073 * textmodes/two-column.el (two-column):
22074 Finish `defgroup' description with period.
22075
22076 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22077 * eshell/esh-var.el (eshell-var):
22078 * progmodes/vhdl-mode.el (vhdl-testbench):
22079 * textmodes/org.el (org): Fix typos in docstrings.
22080
22081 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22082 consistency.
22083
22084 * progmodes/flymake.el (flymake-find-file): Remove.
22085 (flymake-float-time): Use `with-no-warnings'.
22086 (flymake-check-start-time, flymake-check-was-interrupted)
22087 (flymake-err-info, flymake-is-running, flymake-last-change-time)
22088 (flymake-new-err-info): `defvar' at compile time.
22089
22090 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
22091
22092 * replace.el (occur-hook): Doc fix.
22093 (occur-1): Don't call `occur-hook' if there are no matches.
22094
22095 2005-07-03 Richard M. Stallman <rms@gnu.org>
22096
22097 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22098 global-map, save the same map.
22099 (global-map): Don't alter it at top level.
22100 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22101 Then alter it here instead.
22102 (tpu-edt-off): Set global-map to the saved one.
22103
22104 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22105 All references simplified.
22106 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
22107 (zmacs-regions): Add defvar.
22108 (repeat-complex-command-map): Everything about that deleted.
22109
22110 * textmodes/artist.el (artist-key-is-drawing)
22111 (artist-key-endpoint1, artist-key-poly-point-list)
22112 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22113 (artist-key-compl-table, artist-rb-save-data)
22114 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22115 Don't put them in eval-when-compile.
22116 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22117
22118 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22119 Use with-no-warnings.
22120
22121 * net/browse-url.el (dos-windows-version): Add defvar.
22122
22123 * mail/supercite.el (filladapt-prefix-table): Add defvar.
22124
22125 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22126 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22127 (rmail-new-summary-line-count): Rename from new-summary-line-count.
22128 Add defvar.
22129 (rmail-summary-beginning-of-message): Use with-no-warnings.
22130 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22131
22132 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22133 Use with-no-warnings.
22134
22135 * emulation/vi.el (vi-mark-region): Use c-mark-function.
22136 (c-mark-function): Add point-moving-unit property.
22137 (vi-goto-line): Use with-no-warnings.
22138
22139 * emulation/edt.el (edt-last-copied-word): Add defvar.
22140 (zmacs-region-stays): Likewise.
22141 (edt-mark-section-wisely): Use c-mark-function for C.
22142 Use makr-defun for Fortran.
22143 (time-string): defvar deleted.
22144 (edt-display-the-time): Don't set time-string.
22145
22146 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22147
22148 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22149 Don't warn when name is not constant
22150 or for defining the group `emacs'.
22151
22152 * tooltip.el (gud-tooltip-mode): Add defvar.
22153
22154 * startup.el (default-frame-background-mode): Add defvar.
22155
22156 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22157
22158 * info.el (tool-bar-map): Add defvar.
22159
22160 * dired.el (dnd-protocol-alist): Add defvar.
22161
22162 * dired-aux.el (dired-query): Display question with answer, when
22163 the user answers.
22164
22165 * custom.el (custom-add-option): Doc fix.
22166
22167 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22168
22169 2005-07-03 Eli Zaretskii <eliz@gnu.org>
22170
22171 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22172 bogus name from the last change.
22173
22174 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
22175
22176 * custom.el (custom-declare-variable): Fix typos in comment.
22177 (custom-known-themes): Doc fix.
22178 (custom-theme-directory): New defcustom.
22179 (require-theme): Make it check `custom-theme-directory'.
22180
22181 * cus-theme.el (custom-new-theme-mode): New function.
22182 (custom-theme-name, custom-theme-variables, custom-theme-faces)
22183 (custom-theme-description): Add compiler defvars.
22184 (customize-create-theme): Add doc to the "*New Custom Theme*"
22185 buffer. Use `custom-new-theme-mode'.
22186 (custom-theme-write): Put the created buffer in emacs-lisp-mode
22187 and save it to the `custom-theme-directory'. Make this the
22188 default directory of the buffer.
22189
22190 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
22191
22192 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22193 Fix unbalanced parentheses.
22194
22195 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22198 into flymake-mode and delegate to flymake-mode.
22199
22200 * find-file.el (ff-which-function-are-we-in): Clean up.
22201
22202 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
22203
22204 * replace.el (occur-rename-buffer): Fix docstring.
22205
22206 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22207 (edt-last-copied-word, edt-learn-macro-count)
22208 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22209 (edt-rect-start-point, edt-user-global-map, rect-start-point)
22210 (time-string, zmacs-region-stays):
22211 * emulation/edt-mapper.el (edt-save-function-key-map)
22212 (EDT-key-name): `defvar' to silence the byte-compiler.
22213
22214 2005-07-02 Martin Rudalics <rudalics@gmx.at>
22215
22216 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22217 font-lock-regexp-backslash. Doc fix.
22218 (font-lock-regexp-backslash-grouping-construct): Rename from
22219 font-lock-regexp-backslash-construct. Doc fix.
22220 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22221 grouping constructs.
22222
22223 2005-07-02 Eli Zaretskii <eliz@gnu.org>
22224
22225 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22226 updating all the prerequisites.
22227
22228 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
22229
22230 * textmodes/org.el (org-agenda-start-on-weekday)
22231 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22232 (org-agenda-use-time-grid, org-archive-location)
22233 (org-allow-space-in-links, org-usenet-links-prefer-google)
22234 (org-enable-table-editor, org-export-default-language)
22235 (org-export-html-show-new-buffer, org-fill-paragraph)
22236 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22237 (org-goto-quit, org-occur, org-eval-in-calendar)
22238 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22239 (org-agenda-diary-entry, org-remember-help)
22240 (org-table-convert-region, org-at-table-p)
22241 (org-table-move-row-down, org-table-move-row-up)
22242 (org-table-copy-region, org-table-toggle-vline-visibility)
22243 (org-table-get-stored-formulas, org-table-get-specials)
22244 (org-recalc-commands, org-table-eval-formula)
22245 (org-table-formula-substitute-names, orgtbl-make-binding)
22246 (org-format-org-table-html, org-format-table-table-html)
22247 (org-format-table-table-html-using-table-generate-source)
22248 (org-customize): Fix typos in docstrings.
22249 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22250 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22251 (org-back-to-heading): Doc fixes.
22252 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22253 (org-agenda-change-all-lines, org-get-header):
22254 Improve argument/docstring consistency.
22255 (orgtbl-error): Fix error message.
22256
22257 * progmodes/flymake.el (flymake-find-possible-master-files)
22258 (flymake-master-file-compare, flymake-get-line-err-count)
22259 (flymake-highlight-line, flymake-gui-warnings-enabled):
22260 Fix typos in docstrings.
22261 (flymake-parse-line, flymake-get-project-include-dirs-function)
22262 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22263 Doc fixes.
22264 (flymake-get-project-include-dirs-function)
22265 (flymake-make-err-menu-data):
22266 Improve argument/docstring consistency.
22267
22268 2005-07-01 Lute Kamstra <lute@gnu.org>
22269
22270 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22271 Catch errors with ignore-errors. Use temporary buffer.
22272 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
22273
22274 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22275 background color faces.
22276 (facemenu-set-foreground, facemenu-set-background):
22277 Use facemenu-set-face-from-menu.
22278 (facemenu-set-face-from-menu): Treat face names that start with
22279 "fg:" or "bg:" as special.
22280 (facemenu-add-new-color): Don't create faces. Simplify.
22281
22282 2005-06-30 Richard M. Stallman <rms@gnu.org>
22283
22284 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22285 (crm-find-current-element): Likewise.
22286
22287 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22288
22289 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22290
22291 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22292
22293 * arc-mode.el (archive-extract): Make it work as a mouse binding.
22294 (archive-mouse-extract): Make it an obsolete alias.
22295 (archive-mode-map): Don't use archive-mouse-extract any more.
22296 (archive-mode, archive-extract): write-contents-hooks ->
22297 write-contents-functions.
22298 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22299 first arg.
22300 (archive-rename-entry): Update the call.
22301 (archive-zip-summarize): Remove unused var `method'.
22302 (archive-lzh-summarize): Remove unused var `creator'.
22303
22304 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
22305 dedicated frame upon exit.
22306
22307 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
22308 (archive-zip-extract, archive-zip-expunge)
22309 (archive-zip-update, archive-zip-update-case): Use executable-find.
22310 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
22311 Use restore-buffer-modified-p.
22312 (archive-extract, archive-add-new-member, archive-write-file-member):
22313 Use with-current-buffer.
22314 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
22315
22316 2005-06-30 Andreas Schwab <schwab@suse.de>
22317
22318 * progmodes/gud.el (gud-filter): Remove unneeded progn.
22319
22320 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22321
22322 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
22323
22324 2005-06-30 Juri Linkov <juri@jurta.org>
22325
22326 * faces.el (vertical-border): Inherit from mode-line-inactive
22327 only on tty.
22328
22329 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
22330
22331 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
22332 example, -NLINES in the `occur' docstring).
22333
22334 * replace.el (occur-1): When no matches are found, do not set the
22335 `buffer-read-only' and modified flags for the occur buffer,
22336 because it is deleted.
22337
22338 * emulation/cua-base.el (cua-check-pending-input)
22339 (cua-repeat-replace-region, cua-mode, cua-debug)
22340 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
22341 Fix typos in docstrings.
22342
22343 * emulation/cua-gmrk.el (cua-toggle-global-mark)
22344 (cua-cut-region-to-global-mark)
22345 (cua--cut-rectangle-to-global-mark):
22346 Remove period from end of messages.
22347
22348 * emulation/cua-rect.el (cua-do-rectangle-padding):
22349 Remove period from end of messages.
22350 (cua--rectangle-seq-format): Fix typo in docstring.
22351 (cua-sequence-rectangle, cua-fill-char-rectangle):
22352 Improve argument/docstring consistency.
22353
22354 2005-06-29 Juri Linkov <juri@jurta.org>
22355
22356 * faces.el (default-frame-background-mode): New internal variable.
22357 (frame-set-background-mode): Use it.
22358
22359 * startup.el (normal-top-level): Set default-frame-background-mode
22360 instead of frame-background-mode. Before setting it, test for its
22361 nil value. Remove tests for frame-background-mode and frame
22362 parameter `reverse'. Add test for "unspecified-fg".
22363
22364 * term/xterm.el (xterm-rxvt-set-background-mode):
22365 * term/rxvt.el (rxvt-set-background-mode):
22366 Set default-frame-background-mode instead of frame-background-mode.
22367
22368 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
22369
22370 * simple.el (set-variable): Warn about obsolete user variables.
22371
22372 * imenu.el (imenu--completion-buffer):
22373 * mouse.el (mouse-buffer-menu-alist):
22374 * msb.el (msb-invisible-buffer-p):
22375 * calendar/diary-lib.el (diary-header-line-format):
22376 * emacs-lisp/pp.el (pp-buffer):
22377 * progmodes/cperl-mode.el (cperl-do-auto-fill):
22378 * textmodes/picture.el (picture-replace-match):
22379 Change space constants followed by a sexp to "?\s ".
22380
22381 * play/decipher.el (decipher-loop-with-breaks):
22382 * textmodes/texinfo.el (texinfo-insert-@item): Change space
22383 constants "protected" from end of line by a comment to "?\s".
22384
22385 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * font-lock.el (save-buffer-state): Use `declare'.
22388
22389 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22390 reset the syntax-table to cperl-mode-syntax-table.
22391 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22392 "foo_print_bar" is not matched as a reserved keyword.
22393
22394 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
22395
22396 * textmodes/org.el (orgtbl-setup): New function, for delayed
22397 setup for the orgtbl commands.
22398 (org-calc-default-modes): New option.
22399 (orgtbl-make-binding): Use `defun' to get better help display.
22400 (org-diary): Call `org-compile-prefix-format'.
22401 (org-table-formula-substitute-names): New function.
22402 (org-agenda-day-view, org-agenda-week-view): New commands.
22403 (org-agenda-toggle-week-view): Command removed.
22404 (org-tbl-menu): Split off from org-org-menu.
22405 (org-mode): Move removal of outline-mode menus to here.
22406 (org-table-formula-debug): New option.
22407 (org-table-insert-row): Keep first field if just "#" or "*".
22408 (org-mode): Paragraph regexps fixed.
22409 (org-table-recalculate-regexp): New constant.
22410 (org-table-justify-field-maybe): Avoid replace if not necessary.
22411 (org-copy-special, org-cut-special): Use `call-interactively'.
22412 (org-table-copy-region): Take region from `interactive' call.
22413 (org-trim): Return string even if no match.
22414 (org-formula): New face.
22415 (org-set-font-lock-defaults): No longer highlight "FIXME".
22416 But highlight formula-related fields in table.
22417 (org-table-p): Use regexp, not fontification.
22418 (org-table-align): Handle white space at end of line.
22419 (org-table-formula-evaluate-inline): New option.
22420 (org-mode): Auto-wrapping in comment lines turned off.
22421 (org-table-copy-down): Evaluate only in copied field, not in
22422 destination.
22423 (org-table-current-formula): Variable removed.
22424 (org-table-store-formulas, org-table-get-stored-formulas)
22425 (org-table-modify-formulas, org-table-replace-in-formulas)
22426 (org-table-maybe-eval-formula): New functions.
22427 (org-table-get-formula): Modify to use stored formulas.
22428 (org-table-insert-column, org-table-delete-column)
22429 (org-table-move-column): Call `org-table-modify-formulas'.
22430 (org-complete): Add completion for keyword formulas.
22431 (orgtbl-mode): Pull orgtbl-mode-map to start of
22432 minor-mode-map-alist.
22433
22434 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * progmodes/python.el (python-check): Require `compile' before
22437 modifying its variables.
22438
22439 * newcomment.el (comment-indent-default): Don't get fooled by an early
22440 end of buffer.
22441
22442 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22443
22444 * ps-print.el (ps-print-version): Fix version number.
22445
22446 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22447
22448 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22449
22450 2005-06-28 Richard M. Stallman <rms@gnu.org>
22451
22452 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22453 (flyspell-local-mouse-map): Declaration deleted.
22454 (flyspell-mouse-map): Bind only mouse-2.
22455 (flyspell-mode-map): Don't test flyspell-use-local-map.
22456 (flyspell-overlay-keymap-property-name): Var deleted.
22457 (flyspell-mode-on): Don't make local bindings for
22458 flyspell-mouse-map and flyspell-mode-map.
22459 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22460
22461 * textmodes/ispell.el (ispell-word): Do not ignore short words.
22462
22463 * progmodes/compile.el (compilation-next-error-function):
22464 Don't switch buffers; operate on the current buffer.
22465
22466 * progmodes/compile.el (compilation-error-file-name)
22467 (compilation-warning-file-name, compilation-info-file-name)
22468 (compilation-line-number, compilation-column-number): New faces.
22469 (compilation-error-face, compilation-warning-face)
22470 (compilation-info-face, compilation-line-face)
22471 (compilation-column-face): Use them.
22472
22473 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22474
22475 * comint.el (comint-password-prompt-regexp): Accept ", try again".
22476
22477 * bindings.el (global-map): Bind insertchar and its variants.
22478
22479 2005-06-27 Richard M. Stallman <rms@gnu.org>
22480
22481 * textmodes/artist.el (artist-text-overwrite)
22482 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22483
22484 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22485
22486 * ps-print.el: It was not working the page selection for printing.
22487 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22488 (ps-print-version): New version 6.6.7.
22489 (ps-end-sheet): New fun.
22490 (ps-header-sheet, ps-end-job): Call it.
22491
22492 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
22493
22494 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22495
22496 2005-06-27 Lute Kamstra <lute@gnu.org>
22497
22498 * facemenu.el (facemenu-unlisted-faces): Add foreground and
22499 background color faces.
22500 (facemenu-get-face): Delete function.
22501 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22502 (facemenu-add-new-color): Make second argument mandatory.
22503 Create the appropriate face and return it. Simplify.
22504 (facemenu-set-foreground, facemenu-set-background): Don't check if
22505 color is defined. Use return value of facemenu-add-new-color.
22506
22507 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22508
22509 * progmodes/gud.el (gud-filter): Add missing argument to
22510 with-selected-window.
22511
22512 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22513
22514 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22515 a :require to the defcustom.
22516
22517 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22518 defcustoms corresponding to minor modes.
22519
22520 2005-06-26 David Ponce <david@dponce.com>
22521
22522 * recentf.el: Require tree-widget instead of wid-edit.
22523 (recentf-filename-handler): Fix widget :type.
22524 (recentf-cancel-dialog, recentf-open-more-files)
22525 (recentf-open-files-action): Doc fix.
22526 (recentf-dialog-goto-first): New function.
22527 (recentf-dialog-mode-map): Set parent keymap first.
22528 (recentf-dialog-mode): Define with define-derived-mode.
22529 Don't display continuation lines in dialogs.
22530 (recentf-edit-list): Rename from recentf-edit-selected-items.
22531 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22532 Simplify.
22533 (recentf-edit-list-validate): New function.
22534 (recentf-edit-list): Update accordingly.
22535 (recentf-open-files-item-shift): Remove.
22536 (recentf-open-files-item): Convert menu elements into tree and
22537 link widgets. Don't create the widgets.
22538 (recentf-open-files): Update accordingly.
22539 (recentf-save-list): Untabify.
22540
22541 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22542
22543 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22544 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22545 partially contained in the active region. Do not take active
22546 region into account when called from Lisp, unless INTERACTIVE arg
22547 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22548 avoid trouble with fields. Make marker point nowhere when no
22549 longer used. Always return nil. Doc fix.
22550 (flush-lines): Add INTERACTIVE arg. Do not take active region
22551 into account when called from Lisp, unless INTERACTIVE arg is
22552 non-nil. Use `forward-line' instead of `beginning-of-line' to
22553 avoid trouble with fields. Make marker point nowhere when no
22554 longer used. Always return nil. Doc fix.
22555 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22556 interchangeable. Do not take active region into account when
22557 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22558 message in echo area when called from Lisp, unless INTERACTIVE arg
22559 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22560 Return the number of matches. Doc fix.
22561 (occur): Doc fix.
22562 (perform-replace): Make comment follow double space convention for
22563 the sake of `outline-minor-mode'.
22564
22565 * faces.el (facep): Doc fix.
22566
22567 2005-06-25 Richard M. Stallman <rms@gnu.org>
22568
22569 * facemenu.el (facemenu-enable-faces-p): New function.
22570 (facemenu-background-menu, facemenu-foreground-menu)
22571 (facemenu-face-menu): Add menu-enable property.
22572
22573 * jka-compr.el (jka-compr-insert-file-contents):
22574 Special handling if cannot find the uncompression program.
22575
22576 * cus-face.el (custom-face-attributes): Add autoload.
22577
22578 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22579 Bind comment-indent-function locally.
22580
22581 * window.el (save-selected-window): Use save-current-buffer.
22582
22583 * subr.el (with-selected-window): Use save-current-buffer.
22584
22585 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22586 and with-current-buffer.
22587
22588 2005-06-24 Richard M. Stallman <rms@gnu.org>
22589
22590 * simple.el (line-move-1): Fix previous change.
22591
22592 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22593
22594 * replace.el (occur-1): Set `buffer-read-only' and the
22595 buffer-modified flag before running `occur-hook' to protect
22596 against unintentional buffer switches that can lead to data loss.
22597
22598 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22599
22600 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22601 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22602 initial error.
22603
22604 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22605 after fresh input.
22606 (gdb-var-create-handler): Put name of expression in quotes.
22607
22608 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22609
22610 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22611 elements of RING in order, and without bogus nil elements.
22612
22613 2005-06-23 Richard M. Stallman <rms@gnu.org>
22614
22615 * simple.el (set-variable): Args renamed; doc fix.
22616 (line-move-1): When there are overlays around, use vertical-motion.
22617
22618 * faces.el (escape-glyph): Use brown against light background.
22619 (nobreak-space): Rename from no-break-space.
22620 Fix previous change.
22621
22622 * dired-aux.el (dired-do-copy): Fix arg prompt.
22623
22624 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22625
22626 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22627
22628 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22629 rather than "Distributor".
22630
22631 2005-06-23 Lute Kamstra <lute@gnu.org>
22632
22633 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22634 (debug-on-entry): Use it. New interactive declaration that uses
22635 function-called-at-point.
22636
22637 2005-06-23 Kim F. Storm <storm@cua.dk>
22638
22639 * subr.el (save-match-data): Add comment about using evaporate arg
22640 to set-match-data.
22641
22642 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22643
22644 * cus-edit.el (customize-face)
22645 (customize-face-other-window): Handle face aliases.
22646
22647 * faces.el (face-documentation, set-face-attribute)
22648 (face-spec-set): Handle face aliases.
22649
22650 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22651
22652 * help-mode.el (help-make-xrefs): If a symbol representing a face
22653 name is not followed by the word "face", it could still be a
22654 function or variable name, so don't bypass other checks.
22655
22656 2005-06-22 Juri Linkov <juri@jurta.org>
22657
22658 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22659 Replace aliased functions with calls where second arg `inherit' is t.
22660
22661 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22662
22663 * progmodes/gdb-ui.el (gdb-error): New variable.
22664 (gdb-error): New function.
22665 (gdb-annotation-rules): Act on error-begin and error annotations.
22666 (gdb-concat-output): Use font-lock-warning-face for errors.
22667
22668 2005-06-22 Miles Bader <miles@gnu.org>
22669
22670 * bindings.el (propertized-buffer-identification): Use renamed
22671 `Buffer-menu-buffer' face.
22672
22673 * faces.el (vertical-border): Rename from `vertical-divider'.
22674 (escape-glyph): Change dark-background color back to `cyan'.
22675
22676 2005-06-21 Juri Linkov <juri@jurta.org>
22677
22678 * faces.el (face-user-default-spec): Try getting `customized-face'
22679 prior to `saved-face'.
22680 (frame-background-mode): Refill docstring.
22681
22682 * emacs-lisp/lisp-mode.el (eval-defun-1):
22683 * emacs-lisp/edebug.el (edebug-eval-defun):
22684 Set `saved-face' temporarily to nil before calling form.
22685 Set `customized-face' to the new spec after that.
22686
22687 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22688
22689 * subr.el (1value, lambda, key-substitution-in-progress):
22690 Doc fixes.
22691
22692 * autoinsert.el (auto-insert-alist):
22693 * ses.el (ses-call-printer):
22694 * subr.el (noreturn):
22695 * emacs-lisp/lisp.el (check-parens):
22696 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22697 * net/browse-url.el (browse-url-mosaic):
22698 * progmodes/cc-defs.el (c-safe-scan-lists):
22699 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22700 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22701 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22702 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22703 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22704 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22705
22706 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22707
22708 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22709
22710 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22711
22712 * calendar/appt.el (appt-make-list): Activate the package, if
22713 not already active (for backwards compatibility).
22714
22715 2005-06-20 Kim F. Storm <storm@cua.dk>
22716
22717 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22718
22719 2005-06-20 Miles Bader <miles@gnu.org>
22720
22721 * faces.el (vertical-divider): New face.
22722
22723 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22724
22725 * simple.el (kill-whole-line): Doc fix.
22726 (next-error-buffer-p, next-error-find-buffer)
22727 (clone-indirect-buffer): Fix typos in docstrings.
22728 (comment-line-break-function): Doc fix: don't say variable
22729 is automatically buffer-local (it isn't).
22730
22731 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22732
22733 * net/tramp-ftp.el (top):
22734 * net/tramp-smb.el (top):
22735 * net/tramp-util.el (top):
22736 * net/tramp-uu.el (top):
22737 * net/tramp-vc.el (top):
22738 * net/tramp.el (top): Revert copyright years back to original
22739 ones. Tramp has a life outside GNU Emacs.
22740
22741 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22742
22743 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22744
22745 2005-06-18 Juri Linkov <juri@jurta.org>
22746
22747 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22748 end of first regexp to limit the match to the position between
22749 line number and source line with same separator character as used
22750 between file name and line number. In the second regexp limit
22751 mouse-face area to file name and line number by adding new group
22752 for them and referring it in HYPERLINK arg.
22753 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22754 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22755 previous line where grep markers may be already removed.
22756
22757 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22758
22759 * progmodes/ps-mode.el: Update version and maintainer's email address.
22760
22761 2005-06-18 Steve Youngs <steve@xemacs.org>
22762
22763 * net/browse-url.el (browse-url-browser-function)
22764 (browse-url-default-browser): Add firefox.
22765 (browse-url-firefox-program, browse-url-firefox-arguments)
22766 (browse-url-firefox-startup-arguments)
22767 (browse-url-firefox-new-window-is-tab): New defcustoms.
22768 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22769
22770 2005-06-17 Richard M. Stallman <rms@gnu.org>
22771
22772 * startup.el (command-line): Warn if specified user name has
22773 no home directory.
22774
22775 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22776 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22777
22778 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22779 Doc fixes.
22780
22781 * faces.el (underline): Try bold if terminal doesn't support underline.
22782
22783 * mail/sendmail.el (mail-setup-with-from): New variable.
22784 (mail-insert-from-field): New function.
22785 (sendmail-send-it): Call it.
22786 (mail-setup): Optionally call it here.
22787
22788 * term/linux.el: Call tty-no-underline.
22789
22790 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22791
22792 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22793
22794 2005-06-17 Miles Bader <miles@gnu.org>
22795
22796 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22797 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22798 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22799 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22800 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22801 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22802 Remove "-face" suffix from face names.
22803 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22804 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22805 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22806 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22807 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22808 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22809 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22810 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22811 New backward-compatibility aliases for renamed faces.
22812 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22813 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22814 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22815 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22816 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22817 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22818 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22819 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22820 Use renamed ediff faces.
22821
22822 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22823 Remove "-face" suffix from face names.
22824 (eshell-test-ok-face, eshell-test-failed-face):
22825 New backward-compatibility aliases for renamed faces.
22826 (eshell-run-test): Use renamed eshell-test faces.
22827
22828 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22829 face name.
22830 (eshell-prompt-face): New backward-compatibility alias for renamed
22831 face.
22832 (eshell-emit-prompt): Use renamed eshell-prompt face.
22833
22834 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22835 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22836 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22837 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22838 Remove "-face" suffix from face names.
22839 (eshell-ls-directory-face, eshell-ls-symlink-face)
22840 (eshell-ls-executable-face, eshell-ls-readonly-face)
22841 (eshell-ls-unreadable-face, eshell-ls-special-face)
22842 (eshell-ls-missing-face, eshell-ls-archive-face)
22843 (eshell-ls-backup-face, eshell-ls-product-face)
22844 (eshell-ls-clutter-face):
22845 New backward-compatibility aliases for renamed faces.
22846 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22847
22848 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22849 Remove "-face" suffix from face name.
22850 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22851 instead of literal face.
22852
22853 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22854
22855 * emacs-lisp/warnings.el (display-warning, lwarn)
22856 (warning-minimum-log-level): Doc fixes.
22857 (warning-minimum-level, warning-minimum-log-level):
22858 Add :debug to :type choices.
22859
22860 * progmodes/ada-mode.el (ada-format-paramlist)
22861 (ada-get-indent-case, ada-check-matching-start)
22862 (ada-check-defun-name, ada-goto-matching-decl-start)
22863 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22864 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22865 (ada-make-subprogram-body): Follow error conventions.
22866 (ada-case-exception-file, ada-indent-comment-as-code)
22867 (ada-indent-handle-comment-special, ada-indent-renames)
22868 (ada-indent-return, ada-search-directories-internal)
22869 (ada-tab-policy, ada-case-exception-substring)
22870 (ada-other-file-alist, ada-matching-start-re)
22871 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22872 (ada-imenu-generic-expression, ada-compile-goto-error)
22873 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22874 (ada-popup-menu, ada-add-extensions, ada-mode)
22875 (ada-region-selected, ada-create-case-exception)
22876 (ada-create-case-exception-substring, ada-after-keyword-p)
22877 (ada-activate-keys-for-case, ada-adjust-case-region)
22878 (ada-adjust-case-buffer, ada-format-paramlist)
22879 (ada-scan-paramlist, ada-insert-paramlist)
22880 (ada-indent-newline-indent)
22881 (ada-indent-newline-indent-conditional)
22882 (ada-justified-indent-current, ada-goto-previous-word)
22883 (ada-indent-current, ada-get-indent-open-paren)
22884 (ada-get-indent-paramlist, ada-get-indent-end)
22885 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22886 (ada-get-indent-block-start, ada-get-indent-subprog)
22887 (ada-get-indent-noindent, ada-get-indent-label)
22888 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22889 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22890 (ada-goto-stmt-end, ada-goto-next-word)
22891 (ada-check-matching-start, ada-check-defun-name)
22892 (ada-goto-matching-decl-start, ada-goto-matching-start)
22893 (ada-goto-matching-end, ada-search-ignore-string-comment)
22894 (ada-in-decl-p, ada-looking-at-semi-or)
22895 (ada-looking-at-semi-private, ada-in-paramlist-p)
22896 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22897 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22898 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22899 (ada-previous-package, ada-create-menu)
22900 (ada-fill-comment-paragraph-justify)
22901 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22902 (ada-other-file-name, ada-last-which-function-line)
22903 (ada-last-which-function-subprog, ada-which-function)
22904 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22905 (ada-gen-treat-proc, ada-check-emacs-version)
22906 (ada-continuation-indent, ada-align-region-separate):
22907 Fix typos in docstrings.
22908 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22909
22910 2005-06-16 Lute Kamstra <lute@gnu.org>
22911
22912 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22913 conditionally.
22914
22915 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22916
22917 * comint.el (comint-replace-by-expanded-filename)
22918 (comint-prompt-regexp, comint-delimiter-argument-list)
22919 (comint-preinput-scroll-to-bottom):
22920 * info.el (Info-hide-cookies-node):
22921 * ls-lisp.el (ls-lisp-classify):
22922 * find-file.el (ff-search-directories, ff-special-constructs)
22923 (ff-find-other-file):
22924 * font-lock.el (font-lock-keywords):
22925 * shell.el (shell-prompt-pattern)
22926 (shell-dynamic-complete-functions, shell-mode)
22927 (shell-delimiter-argument-list):
22928 * term.el (term-replace-by-expanded-filename)
22929 (term-prompt-regexp, term-delimiter-argument-list):
22930 * woman.el (woman-ignore, woman0-if):
22931 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22932 * emacs-lisp/elint.el (elint-init-env):
22933 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22934 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22935 * language/ethio-util.el (ethio-tilde-escape)
22936 (ethio-use-three-dot-question):
22937 * net/zone-mode.el (zone-mode-load-time-setup):
22938 * progmodes/cc-align.el (c-lineup-argcont):
22939 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22940 * progmodes/cperl-mode.el (cperl-set-style-back):
22941 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22942 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22943 Fix spellings in docstrings.
22944
22945 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22946 * progmodes/modula2.el (m2-for): Fix spellings.
22947
22948 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22949
22950 * simple.el (undo-more): Don't use `format' on `error' arguments.
22951 Improve argument/docstring consistency.
22952 (pending-undo-list): Doc fix.
22953
22954 * smerge-mode.el (smerge-ensure-match):
22955 * emulation/vip.el (vip-ex):
22956 * net/zone-mode.el (zone-mode-update-serial):
22957 * progmodes/idlwave.el (idlwave-complete):
22958 * progmodes/vhdl-mode.el (vhdl-visit-file)
22959 (vhdl-compose-wire-components):
22960 Don't use `format' on `error' arguments.
22961
22962 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22963 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22964 (tooltip-help-tips): Fix typos in docstrings.
22965
22966 2005-06-16 David Ponce <david@dponce.com>
22967
22968 * tree-widget.el (tree-widget-value-create): Simplify last change.
22969
22970 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22971
22972 * ido.el (ido-incomplete-regexp): New variable.
22973 (ido-set-matches-1): Handle invalid-regexp error and set
22974 ido-incomplete-regexp.
22975 (ido-incomplete-regexp): New face.
22976 (ido-completions): Use it.
22977 (ido-complete, ido-exit-minibuffer, ido-completions):
22978 Handle incomplete regexps.
22979 (ido-completions): Add check for complete match when entering a regexp.
22980
22981 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22982
22983 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22984
22985 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22986
22987 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22988 by field delimiters.
22989
22990 2005-06-15 David Ponce <david@dponce.com>
22991
22992 * tree-widget.el: eval-and-compile inlined functions so they will
22993 be available at run-time too.
22994 (tree-widget-super-format-handler)
22995 (tree-widget-format-handler): Remove.
22996 (tree-widget-value-create): Handle the :indent property.
22997
22998 2005-06-15 Miles Bader <miles@gnu.org>
22999
23000 * progmodes/which-func.el (which-func): Only inherit
23001 `font-lock-function-name-face' when that makes sense against the
23002 default mode-line face, otherwise set the face color explicitly.
23003
23004 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23005 faces instead of (non-existent) variables.
23006
23007 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23008
23009 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23010 (iswitchb-get-matched-buffers): Likewise. Simplify.
23011
23012 2005-06-14 Miles Bader <miles@gnu.org>
23013
23014 * progmodes/ld-script.el (ld-script-location-counter):
23015 Remove "-face" suffix from face name.
23016 (ld-script-location-counter-face):
23017 New backward-compatibility alias for renamed face.
23018 (ld-script-location-counter-face): Use renamed face.
23019
23020 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23021 (cperl-hash): Remove "-face" suffix from face names.
23022 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23023 New backward-compatibility aliases for renamed faces.
23024 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23025 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23026
23027 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23028 name.
23029 (which-func-face): New backward-compatibility alias for renamed face.
23030 (which-func-format): Use renamed which-func face.
23031
23032 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23033 (vhdl-function, vhdl-directive, vhdl-reserved-word)
23034 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23035 names.
23036 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23037 (vhdl-speedbar-configuration, vhdl-speedbar-package)
23038 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23039 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23040 (vhdl-speedbar-architecture-selected)
23041 (vhdl-speedbar-configuration-selected)
23042 (vhdl-speedbar-package-selected)
23043 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23044 names.
23045 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23046 Use renamed faces.
23047 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23048 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23049 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23050 Use renamed faces.
23051 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23052 names.
23053 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23054 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23055 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23056 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23057 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23058 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23059
23060 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23061 face name.
23062 (sh-heredoc-face): New backward-compatibility alias for renamed face.
23063 (sh-heredoc-face): Use renamed sh-heredoc face.
23064
23065 * progmodes/idlw-help.el (idlwave-help-link):
23066 Remove "-face" suffix from face name.
23067 (idlwave-help-link-face):
23068 New backward-compatibility alias for renamed face.
23069 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23070
23071 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23072 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23073 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23074 New backward-compatibility aliases for renamed faces.
23075 (idlwave-shell-disabled-breakpoint-face)
23076 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23077
23078 * progmodes/flymake.el (flymake-errline, flymake-warnline):
23079 Remove "-face" suffix from face names.
23080 (flymake-errline-face, flymake-warnline-face):
23081 New backward-compatibility aliases for renamed faces.
23082 (flymake-highlight-line): Use renamed flymake faces.
23083
23084 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23085 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23086 (ebrowse-member-class, ebrowse-progress):
23087 Remove "-face" suffix from face names.
23088 (ebrowse-tree-mark-face, ebrowse-root-class-face)
23089 (ebrowse-file-name-face, ebrowse-default-face)
23090 (ebrowse-member-attribute-face, ebrowse-member-class-face)
23091 (ebrowse-progress-face):
23092 New backward-compatibility aliases for renamed faces.
23093 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23094 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23095 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23096 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23097
23098 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23099 antlr-syntax)
23100 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23101 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23102 names.
23103 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23104 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23105 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23106 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23107 backward-compatibility aliases for renamed faces.
23108 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23109 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23110 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23111 remove "font-lock-". Use renamed antlr-mode faces.
23112 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
23113 literal face-names with face variable references.
23114
23115 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23116 face name.
23117 (Buffer-menu-buffer-face): New backward-compatibility alias for
23118 renamed face.
23119 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23120
23121 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
23122
23123 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23124 Eliminate "-face" suffix.
23125 (makefile-targets): Inherit from font-lock-function-name-face and
23126 eliminate "-face" suffix.
23127 (makefile-shell): Remove attributes and eliminate "-face" suffix.
23128 (makefile-*-font-lock-keywords): Append makefile-targets in rule
23129 actions, instead of prepending, to make it less visible.
23130 (makefile-previous-dependency, makefile-match-dependency):
23131 Don't match a target on a continuation line.
23132
23133 * files.el (auto-mode-alist): Put Makefile in gmake mode.
23134
23135 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
23136
23137 * progmodes/gdb-ui.el (menu): Re-order menu items.
23138 (gdb-tooltip-print): Respect tooltip-use-echo-area.
23139
23140 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23141 Define in tooltip.el.
23142 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23143 (gud-tooltip-tips): Respect tooltip-use-echo-area and
23144 gud-tooltip-echo-area.
23145
23146 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23147 backward compatibility and make obsolete.
23148 (tooltip-help-tips): Use tooltip-use-echo-area.
23149 (tooltip-show-help-function): Rename to...
23150 (tooltip-show-help): ...this, because it is a function.
23151 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23152
23153 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
23154
23155 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23156 (edebug-print-length, edebug-print-level, edebug-print-circle)
23157 (edebug-modify-breakpoint, edebug-eval-last-sexp)
23158 (edebug-eval-print-last-sexp): Doc fixes.
23159
23160 2005-06-14 Kim F. Storm <storm@cua.dk>
23161
23162 * ido.el (ido-mode): Make a new keymap every time we enable ido,
23163 as the coverage buffer/file/both may change.
23164
23165 2005-06-14 Lute Kamstra <lute@gnu.org>
23166
23167 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23168 and run-mode-hooks. Simplify.
23169
23170 * mail/rmailedit.el (rmail-edit-mode):
23171 * progmodes/octave-inf.el (inferior-octave-mode):
23172 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23173
23174 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23175 and run-mode-hooks.
23176 (recentf-edit-list, recentf-open-files): Don't call
23177 kill-all-local-variables directly.
23178
23179 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23180
23181 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23182
23183 * emacs-lisp/byte-run.el (make-obsolete)
23184 (define-obsolete-function-alias): Rename arguments FUNCTION and
23185 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23186 (make-obsolete-variable, define-obsolete-variable-alias):
23187 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23188 respectively.
23189
23190 * isearchb.el (isearchb-activate):
23191 * pcvs.el (cvs-mode):
23192 * ses.el (ses-load):
23193 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23194 * net/tramp.el (tramp-find-file-exists-command)
23195 (tramp-find-shell):
23196 * progmodes/ada-mode.el (ada-create-case-exception)
23197 (ada-create-case-exception-substring, ada-make-subprogram-body):
23198 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23199 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23200 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23201 * textmodes/org.el (org-promote, org-evaluate-time-range)
23202 (org-agenda-next-date-line, org-agenda-previous-date-line)
23203 (org-agenda-error, org-open-at-point, org-table-move-row)
23204 (org-format-table-table-html-using-table-generate-source)
23205 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23206 * textmodes/reftex.el (reftex-access-scan-info):
23207 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23208 (reftex-toc-promote-prepare): Follow error conventions.
23209
23210 * diff-mode.el (diff-mode): Fix typo in docstring.
23211
23212 * forms.el (forms--intuit-from-file): Fix reference to
23213 `forms-number-of-fields' in error message.
23214 (forms-print): Fix quoting in error message.
23215
23216 * forms.el (forms-mode):
23217 * emulation/vi.el (vi-goto-insert-state):
23218 * progmodes/flymake.el (flymake-new-err-info)
23219 (flymake-start-syntax-check-for-current-buffer)
23220 (flymake-simple-cleanup):
23221 * eshell/esh-var.el (eshell/export):
23222 * progmodes/gud.el (xdb):
23223 * textmodes/flyspell.el (flyspell-incorrect-hook)
23224 (flyspell-maybe-correct-transposition)
23225 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23226
23227 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
23228
23229 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23230 minibuffer prompt.
23231
23232 2005-06-13 Kim F. Storm <storm@cua.dk>
23233
23234 * subr.el (add-to-ordered-list): New defun.
23235
23236 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23237 add cua--keymap-alist to emulation-mode-map-alists.
23238
23239 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23240
23241 * subr.el (complete-in-turn): New macro.
23242 (dynamic-completion-table, lazy-completion-table): Add debug info.
23243
23244 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23245 in preference to face aliases.
23246
23247 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23248 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23249 Remove unused vars `start' and `firstline'.
23250 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23251 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23252
23253 2005-06-13 Eli Zaretskii <eliz@gnu.org>
23254
23255 * cus-start.el (all): Don't complain about missing GTK-related
23256 variables, unless either `gtk' is boundp or this isn't a
23257 `windows-nt' build.
23258
23259 2005-06-13 Lute Kamstra <lute@gnu.org>
23260
23261 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23262 run-mode-hooks.
23263
23264 * ediff-mult.el (ediff-meta-mode):
23265 * ediff-util.el (ediff-mode): Use run-mode-hooks.
23266
23267 * ledit.el (ledit-mode): Use delay-mode-hooks.
23268
23269 * woman.el (woman-mode-line-format): Delete constant.
23270 (woman-mode-map): Initialize it properly.
23271 (woman-mode): Set mode-class property to special.
23272 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
23273 Set major-mode and mode-name. Don't set mode-line-format directly.
23274 (Man-getpage-in-background): Don't reference woman-mode-line-format.
23275
23276 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23277 string argument obsolete.
23278
23279 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
23280
23281 * textmodes/org.el (org-CUA-compatible): New option.
23282 (org-disputed-keys): New variable.
23283 (org-key): New function.
23284 (orgtbl-make-binding): Add docstring to the created function.
23285 (org-mode): Set paragraph start/separate regexps.
23286 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23287 (org-archive-location, org-archive-mark-done)
23288 (org-archive-stamp-time): New options.
23289 (org-archive-subtree): New command.
23290 (org-fill-paragraph): New function.
23291 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23292 (org-fake-empty-table-line): Function removed.
23293 (org-format-org-table-html): Do not create empty table lines at
23294 separator lines. Improved table header treatment.
23295 (org-link-format): New option.
23296 (org-make-link): New function.
23297 (org-insert-link, org-store-link): Use org-make-link.
23298 (org-open-file): Quote file name for shell command, to allow
23299 spaces in file names.
23300 (org-link-regexp): Fix bug with mailto link.
23301 (org-link-maybe-angles-regexp, org-protected-link-regexp):
23302 New constants.
23303 (org-export-as-html): Deal with the optional angles around a link.
23304 Better treatment of file: links.
23305 (org-open-at-point): Replace @{ and @} with < and >.
23306 (org-run-mode-hooks): Function removed.
23307 (org-agenda-mode): No longer use `org-run-mode-hooks'.
23308
23309 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
23310
23311 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
23312 MI command -data-list-register-values.
23313 (gdb-post-prompt): Indent properly.
23314
23315 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
23316
23317 * hilit-chg.el (highlight-changes-colors): Rename from
23318 `highlight-changes-colours'.
23319 (highlight-changes-colours): Keep as obsolete alias.
23320 (highlight-changes-face-list): Doc fix.
23321 (hilit-chg-make-list): Use `highlight-changes-colors'.
23322
23323 2005-06-12 Mark A. Hershberger <mah@everybody.org>
23324
23325 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
23326 defun-prompt-regexp.
23327
23328 2005-06-12 Eli Zaretskii <eliz@gnu.org>
23329
23330 * loadup.el: Don't say we are dumping under 2 names on windows-nt
23331 and cygwin.
23332
23333 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23334 Don't use an old loaddefs.el, as in Makefile.in.
23335
23336 2005-06-12 Lute Kamstra <lute@gnu.org>
23337
23338 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
23339
23340 * man.el (Man-mode-map): Initialize it properly.
23341 (Man-mode): Set mode-class property to special.
23342
23343 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
23344
23345 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
23346
23347 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
23348 A newline is needed in the docstring there.
23349
23350 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
23351 Doc fixes.
23352
23353 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23354
23355 * printing.el: Doc fix. The menubar is no more changed when printing
23356 is loaded, it only changes when pr-menu-bind or pr-update-menus is
23357 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
23358 (pr-version): New version number (6.8.4).
23359 (pr-menu-bind): New command.
23360 (pr-update-menus): Docstring and code fix.
23361 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23362 Docstring fix.
23363 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23364 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23365
23366 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
23367
23368 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23369 "Returns" to "return", document useful return values, etc.
23370
23371 2005-06-11 Alan Mackenzie <acm@muc.de>
23372
23373 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23374 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23375 (adaptive-file-function): Minor amendment to doc-string.
23376
23377 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23378
23379 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23380 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23381 Fix :type--it is `integer', not `string'.
23382
23383 * faces.el (modeline-highlight): Rename from (the erroneous)
23384 `modeline-higilight'.
23385
23386 2005-06-11 Lute Kamstra <lute@gnu.org>
23387
23388 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23389 lisp-interaction-mode-map but make it the parent.
23390 (edebug-eval-mode): Use define-derived-mode.
23391
23392 2005-06-11 Andreas Schwab <schwab@suse.de>
23393
23394 * bindings.el: Add binding of `ESC functionkey' for every
23395 `M-functionkey'.
23396 * hexl.el (hexl-mode-map): Likewise.
23397
23398 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
23399
23400 * progmodes/compile.el (compilation-error-regexp-alist-alist)
23401 [msft]: update regexp for newer msft compilers.
23402
23403 2005-06-10 Mark A. Hershberger <mah@everybody.org>
23404
23405 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23406 ATTLIST portions of included DTDs.
23407 (xml-parse-dtd): Eliminate use of inefficient match-data.
23408
23409 2005-06-10 Miles Bader <miles@gnu.org>
23410
23411 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23412 (mpuz-text): Remove "-face" suffix from face names.
23413 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23414 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23415 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23416
23417 * play/gomoku.el (gomoku-O, gomoku-X):
23418 Remove "-face" suffix from face names.
23419 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23420 New backward-compatibility aliases for renamed faces.
23421 (gomoku-font-lock-keywords): Use renamed gomoku faces.
23422
23423 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23424
23425 * thumbs.el: Fixes for changes of 2005-06-09.
23426 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23427 as a directory.
23428 (thumbs-thumbname): Remove directory separator from format string;
23429 `thumbs-thumbsdir' now returns a valid directory name.
23430 (thumbs-temp-dir): New defsubst.
23431 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23432 Use it.
23433
23434 * cus-edit.el (minibuffer):
23435 * files.el (make-backup-file-name-function):
23436 * filesets.el (filesets-external-viewers):
23437 * hilit-chg.el (highlight-changes-colours)
23438 (highlight-changes-face-list, highlight-changes-rotate-faces):
23439 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23440 * kmacro.el (kmacro-call-macro):
23441 * log-edit.el (log-edit-changelog-full-paragraphs):
23442 * mouse.el (mouse-1-click-follows-link):
23443 * skeleton.el (skeleton-autowrap):
23444 * subr.el (insert-for-yank-1):
23445 * tempo.el (tempo-insert-region):
23446 * terminal.el (terminal-emulator):
23447 * time.el (display-time-mail-face):
23448 * vc.el (vc-annotate):
23449 * vcursor.el (vcursor-copy-line):
23450 * woman.el (woman-bold-headings, woman-ignore)
23451 (woman-default-faces, woman-monochrome-faces):
23452 * calendar/todo-mode.el (todo-insert-threshold):
23453 * emulation/pc-select.el (pc-select-selection-keys-only)
23454 (pc-selection-mode):
23455 * emulation/vip.el (vip-find-char-forward):
23456 * emulation/viper-cmd.el (viper-find-char-forward):
23457 * international/mule-cmds.el
23458 (select-safe-coding-system-accept-default-p)
23459 (input-method-exit-on-invalid-key):
23460 * international/mule-diag.el (describe-coding-system):
23461 * international/ucs-tables.el (unify-8859-on-encoding-mode):
23462 * net/browse-url.el (browse-url-xterm-program):
23463 * obsolete/lazy-lock.el (lazy-lock-mode):
23464 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23465 (cperl-mode):
23466 * progmodes/cpp.el (cpp-face-light-name-list)
23467 (cpp-face-dark-name-list):
23468 * progmodes/delphi.el (delphi-newline-always-indents):
23469 Fix spellings in docstrings.
23470
23471 * ido.el (ido-mode, ido-file-extensions-order)
23472 (ido-default-file-method, ido-default-buffer-method)
23473 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23474 (ido-decorations, ido-read-file-name-as-directory-commands)
23475 (ido-read-file-name-non-ido, ido-work-directory-list)
23476 (ido-ignore-item-temp-list, ido-current-directory)
23477 (ido-magic-forward-char, ido-enter-find-file)
23478 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23479 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23480
23481 2005-06-10 Lute Kamstra <lute@gnu.org>
23482
23483 * play/dunnet.el (dun-mode): Use define-derived-mode.
23484 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
23485 obsolete alias.
23486
23487 * play/doctor.el (doctor-mode-map): Remove defvar.
23488 (doctor-mode): Use define-derived-mode.
23489
23490 * mail/mspools.el (mspools-mode):
23491 * net/eudc-hotlist.el (eudc-hotlist-mode):
23492 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23493
23494 2005-06-10 Miles Bader <miles@gnu.org>
23495
23496 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23497 Remove "-face" suffix from face names.
23498 (flyspell-incorrect-face, flyspell-duplicate-face):
23499 New backward-compatibility aliases for renamed faces.
23500 (flyspell-mode-on, make-flyspell-overlay)
23501 (flyspell-highlight-incorrect-region)
23502 (flyspell-highlight-duplicate-region)
23503 (flyspell-display-next-corrections)
23504 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23505
23506 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23507 from face name.
23508 (texinfo-heading-face): New backward-compatibility alias for
23509 renamed face.
23510 (texinfo-heading-face): Use renamed texinfo-heading face.
23511
23512 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23513 suffix from face names.
23514 (tex-math-face, tex-verbatim-face):
23515 New backward-compatibility aliases for renamed faces.
23516 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23517 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23518 literal face name.
23519
23520 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23521 name.
23522 (table-cell-face): New backward-compatibility alias for renamed face.
23523 (table--put-cell-face-property, table--update-cell-face):
23524 Use renamed table-cell face.
23525
23526 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23527 from face name.
23528 (sgml-namespace-face): New backward-compatibility alias for
23529 renamed face.
23530 (sgml-namespace-face): Use renamed sgml-namespace face.
23531
23532 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23533 (org-level-4, org-level-5, org-level-6, org-level-7)
23534 (org-level-8, org-warning, org-headline-done)
23535 (org-deadline-announce, org-scheduled-today)
23536 (org-scheduled-previously, org-link, org-done, org-table)
23537 (org-time-grid): Remove "-face" suffix from face names.
23538 (org-level-1-face, org-level-2-face, org-level-3-face)
23539 (org-level-4-face, org-level-5-face, org-level-6-face)
23540 (org-level-7-face, org-level-8-face, org-warning-face)
23541 (org-headline-done-face, org-deadline-announce-face)
23542 (org-scheduled-today-face, org-scheduled-previously-face)
23543 (org-link-face, org-done-face, org-table-face)
23544 (org-time-grid-face):
23545 New backward-compatibility aliases for renamed faces.
23546 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23547 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23548 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23549 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23550
23551 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23552 (viper-minibuffer-emacs, viper-minibuffer-insert)
23553 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23554 (viper-search-face, viper-replace-overlay-face)
23555 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23556 (viper-minibuffer-vi-face):
23557 New backward-compatibility aliases for renamed faces.
23558 (viper-search-face, viper-replace-overlay-face)
23559 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23560 (viper-minibuffer-vi-face): Use renamed viper faces.
23561
23562 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23563 Remove "-face" suffix from face names.
23564 (testcover-nohits-face, testcover-1value-face):
23565 New backward-compatibility aliases for renamed faces.
23566 (testcover-mark): Use renamed testcover faces.
23567
23568 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23569 face name.
23570 (diary-button-face): New backward-compatibility alias for renamed face.
23571 (diary-entry): Use renamed diary-button face.
23572
23573 * calendar/calendar.el (diary, calendar-today, holiday)
23574 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23575 (diary-face, calendar-today-face, holiday-face):
23576 New backward-compatibility aliases for renamed faces.
23577 (eval-after-load "facemenu", diary-entry-marker)
23578 (calendar-today-marker, calendar-holiday-marker, diary-face):
23579 Use renamed calendar faces.
23580
23581 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23582 (compare-windows-face): New backward-compatibility alias for
23583 renamed face.
23584 (compare-windows-highlight): Use renamed compare-windows face.
23585
23586 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23587 (strokes-char-face): New backward-compatibility alias for renamed face.
23588 (strokes-encode-buffer): Use renamed strokes-char face.
23589
23590 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23591 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23592 Remove "-face" suffix from face names.
23593 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23594 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23595 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23596 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23597 Use renamed pcvs faces.
23598 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23599 * pcvs-defs.el (cvs-mode-map): Likewise.
23600 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23601
23602 * info.el (info-title-1, info-title-2, info-title-3)
23603 (info-title-4): Remove "-face" suffix from and downcase face names.
23604 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23605 (Info-title-4-face):
23606 New backward-compatibility aliases for renamed faces.
23607 (Info-fontify-node): Use renamed info faces.
23608
23609 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23610 Remove "-face" suffix from face names.
23611 (highlight-changes-face, highlight-changes-delete-face):
23612 New backward-compatibility aliases for renamed faces.
23613 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23614 (hilit-chg-make-list): Use renamed highlight-changes faces.
23615
23616 * generic-x.el (show-tabs-tab, show-tabs-space):
23617 Remove "-face" suffix from face names.
23618 (show-tabs-tab-face, show-tabs-space-face):
23619 New backward-compatibility aliases for renamed faces.
23620 (show-tabs-generic-mode-font-lock-defaults-1)
23621 (show-tabs-generic-mode-font-lock-defaults-2):
23622 Use renamed show-tabs faces.
23623
23624 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23625 (smerge-markers): Remove "-face" suffix from face names.
23626 (smerge-mine-face, smerge-other-face, smerge-base-face)
23627 (smerge-markers-face):
23628 New backward-compatibility aliases for renamed faces.
23629 (smerge-mine-face, smerge-other-face, smerge-base-face)
23630 (smerge-markers-face): Use renamed smerge faces.
23631
23632 * log-view.el (log-view-file, log-view-message): Remove "-face"
23633 suffix from face names.
23634 (log-view-file-face, log-view-message-face):
23635 New backward-compatibility aliases for renamed faces.
23636 (log-view-file-face, log-view-message-face): Use renamed log-view
23637 faces.
23638
23639 * paren.el (show-paren-match, show-paren-mismatch):
23640 Remove "-face" suffix from face names.
23641 (show-paren-match-face, show-paren-mismatch-face):
23642 New backward-compatibility aliases for renamed faces.
23643 (show-paren-function): Use renamed show-paren faces.
23644
23645 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23646 (ruler-mode-margins, ruler-mode-fringes)
23647 (ruler-mode-column-number, ruler-mode-fill-column)
23648 (ruler-mode-comment-column, ruler-mode-goal-column)
23649 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23650 suffix from face names.
23651 (ruler-mode-default-face, ruler-mode-pad-face)
23652 (ruler-mode-margins-face, ruler-mode-fringes-face)
23653 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23654 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23655 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23656 New backward-compatibility aliases for renamed faces.
23657 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23658 (ruler-mode-column-number, ruler-mode-fill-column)
23659 (ruler-mode-comment-column, ruler-mode-goal-column)
23660 (ruler-mode-tab-stop, ruler-mode-current-column)
23661 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23662 faces.
23663
23664 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23665 face name.
23666 (whitespace-highlight-the-space): Use renamed face.
23667 (whitespace-highlight-face): New backward-compatibility alias for
23668 renamed face.
23669
23670 * woman.el (woman-italic, woman-bold, woman-unknown)
23671 (woman-addition, woman-symbol-face):
23672 Remove "-face" suffix from face names.
23673 (woman-italic-face, woman-bold-face, woman-unknown-face)
23674 (woman-addition-face):
23675 New backward-compatibility aliases for renamed faces.
23676 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23677 (woman-decode-region, woman-replace-match)
23678 (woman-display-extended-fonts, woman-special-characters)
23679 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23680 Use renamed woman faces.
23681
23682 * longlines.el (longlines-visible-face): Face removed.
23683
23684 * diff-mode.el (diff-header, diff-file-header, diff-index)
23685 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23686 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23687 suffix from face names.
23688 (diff-header-face, diff-file-header-face, diff-index-face)
23689 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23690 (diff-changed-face, diff-function-face, diff-context-face)
23691 (diff-nonexistent-face): New backward-compatibility aliases for
23692 renamed faces.
23693 (diff-header-face, diff-file-header-face)
23694 (diff-index, diff-index-face, diff-hunk-header)
23695 (diff-hunk-header-face, diff-removed, diff-removed-face)
23696 (diff-added, diff-added-face, diff-changed-face, diff-function)
23697 (diff-function-face, diff-context-face, diff-nonexistent)
23698 (diff-nonexistent-face): Use renamed diff-mode faces.
23699
23700 * progmodes/compile.el (compilation-warning-face)
23701 (compilation-info-face): Remove "-face" suffix from face names.
23702 (compilation-warning-face, compilation-info-face):
23703 New backward-compatibility aliases for renamed faces.
23704 (compilation-warning-face, compilation-info-face):
23705 Use renamed compilation faces.
23706
23707 * add-log.el (change-log-date, change-log-name)
23708 (change-log-email, change-log-file, change-log-list)
23709 (change-log-conditionals, change-log-function)
23710 (change-log-acknowledgement): Remove "-face" suffix from face names.
23711 (change-log-date-face, change-log-name-face)
23712 (change-log-email-face, change-log-file-face)
23713 (change-log-list-face, change-log-conditionals-face)
23714 (change-log-function-face, change-log-acknowledgement-face):
23715 New backward-compatibility aliases for renamed faces.
23716 (change-log-font-lock-keywords): Use renamed change-log faces.
23717
23718 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23719 (custom-set, custom-changed, custom-saved, custom-button)
23720 (custom-button-pressed, custom-documentation, custom-state)
23721 (custom-comment, custom-comment-tag, custom-variable-tag)
23722 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23723 (custom-group-tag): Remove "-face" suffix from face names.
23724 (custom-magic-alist, custom-magic-value-create)
23725 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23726 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23727 (custom-set-face, custom-changed-face, custom-saved-face)
23728 (custom-button-face, custom-button-pressed-face)
23729 (custom-documentation-face, custom-state-face)
23730 (custom-comment-face, custom-comment-tag-face)
23731 (custom-variable-tag-face, custom-variable-button-face)
23732 (custom-face-tag-face, custom-group-tag-face-1)
23733 (custom-group-tag-face):
23734 New backward-compatibility aliases for renamed faces.
23735
23736 * wid-edit.el (widget-documentation, widget-button)
23737 (widget-field, widget-single-line-field, widget-inactive)
23738 (widget-button-pressed): "-face" suffix removed from face names.
23739 (widget-documentation-face, widget-button-face)
23740 (widget-field-face, widget-single-line-field-face)
23741 (widget-inactive-face, widget-button-pressed-face):
23742 New backward-compatibility aliases for renamed faces.
23743 (widget-documentation-face, widget-button-face)
23744 (widget-button-pressed-face, widget-specify-field)
23745 (widget-specify-inactive): Use renamed widget faces.
23746
23747 2005-06-10 Kenichi Handa <handa@m17n.org>
23748
23749 * term/x-win.el (x-clipboard-yank): Remove condition-case
23750 wrapping.
23751
23752 2005-06-11 Kenichi Handa <handa@m17n.org>
23753
23754 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23755 date lines stricter.
23756
23757 2005-06-10 Zhang Wei <id.brep@gmail.com>
23758
23759 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23760 of x-get-selection.
23761
23762 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23763
23764 * comint.el (comint-mode, comint-snapshot-last-prompt):
23765 * frame.el (frame-current-scroll-bars):
23766 * term.el (term-mode, term-check-proc, term-input-sender)
23767 (term-simple-send, term-extract-string, term-word)
23768 (term-match-partial-filename):
23769 * window.el (window-current-scroll-bars):
23770 * emulation/cua-base.el (cua-normal-cursor-color)
23771 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23772 (cua-global-mark-cursor-color):
23773 * mail/undigest.el (rmail-forward-separator-regex):
23774 Fix typos in docstrings.
23775
23776 * comint.el (comint-check-proc, make-comint-in-buffer)
23777 (comint-source-default): Doc fixes.
23778
23779 * term.el (term-send-string): Improve argument/docstring consistency.
23780
23781 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23782
23783 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23784 call to `delete-region'.
23785 (comint-mode-hook): Do not enable Font Lock by default.
23786
23787 2005-06-09 Lute Kamstra <lute@gnu.org>
23788
23789 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23790 could be void.
23791
23792 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23793
23794 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23795 (debug): Use it.
23796 (debugger-step-through, debugger-continue, debugger-jump)
23797 (debugger-return-value): Set it when needed.
23798 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23799 Use inhibit-read-only.
23800
23801 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23802
23803 * window.el (shrink-window-if-larger-than-buffer)
23804 (window-size-fixed): Fix typo in docstring.
23805
23806 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23807 thumbnails directory on loading.
23808 (thumbs-conversion-program): Use `eq' to check the system type,
23809 not `equal'.
23810 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23811 not "/tmp". Fix docstring.
23812 (thumbs-thumbsdir): New function to return the thumbnails
23813 directory, creating it if needed.
23814 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23815 (thumbs-temp-file): Delete variable and make it into a function.
23816 (thumbs-resize-image, thumbs-modify-image): Use it.
23817 (thumbs-kill-buffer): Simplify.
23818 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23819 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23820 docstrings.
23821
23822 2005-06-09 Kim F. Storm <storm@cua.dk>
23823
23824 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23825 set-match-data to free markers in match-data.
23826
23827 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23828 match-data to unchain markers in match-data.
23829
23830 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23831
23832 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23833 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23834 unnecessary now.
23835
23836 2005-06-08 Richard M. Stallman <rms@gnu.org>
23837
23838 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23839 give the variable a doc string that doesn't say don't set it directly.
23840
23841 * textmodes/ispell.el (ispell-check-version):
23842 Use match-string-no-properties.
23843 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23844 (ispell-buffer-local-words): Likewise.
23845
23846 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23847 except on terminals with enough colors to really display it.
23848 (makefile-dependency-regex): Delete spurious `bb'.
23849
23850 * faces.el (escape-glyph): Use blue once again in last case.
23851 (no-break-space): Redefine so that it isn't invisible on a tty.
23852
23853 2005-06-08 Kim F. Storm <storm@cua.dk>
23854
23855 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23856 also when reading directory name.
23857
23858 2005-06-08 Lute Kamstra <lute@gnu.org>
23859
23860 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23861 (flyspell-mode-line-string): Remove autoload cookie.
23862 (flyspell-mode): Remove defvar.
23863
23864 2005-06-07 Lute Kamstra <lute@gnu.org>
23865
23866 * textmodes/org.el (org-run-mode-hooks): New function.
23867 (org-agenda-mode): Use it.
23868
23869 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23870
23871 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23872
23873 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23874
23875 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23876
23877 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23878
23879 * font-lock.el (font-lock-add-keywords): Doc fix.
23880
23881 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23884 (tex-compile-default): In the absence of any history, use the order in
23885 tex-compile-alist to choose the preferred command.
23886 (tex-compile-commands): Reorder a bit.
23887
23888 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23889 (flyspell-incorrect-face, flyspell-duplicate-face):
23890 Use (X)Emacs-agnostic code.
23891 (flyspell-mode-map): Don't overwrite at each load. Remove code
23892 redundant with the subsequent add-minor-mode. Merge Emacs and
23893 XEmacs code.
23894 (flyspell-word): Minor simplification.
23895 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23896 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23897 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23898 Merge the corresponding Emacs code.
23899 (flyspell-correct-word, flyspell-xemacs-popup):
23900 Use flyspell-do-correct.
23901
23902 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23903 a dedicated window.
23904
23905 * international/latexenc.el (latexenc-find-file-coding-system):
23906 Undo part of last patch, to turn off a compiler warning.
23907
23908 2005-06-06 Juri Linkov <juri@jurta.org>
23909
23910 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23911 Rename `tmm-inactive-face' to `tmm-inactive'.
23912
23913 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23914
23915 * iswitchb.el: Rename faces.
23916
23917 2005-06-06 Kim F. Storm <storm@cua.dk>
23918
23919 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23920 (cua-global-mark): Remove -face suffix from face names.
23921
23922 * emulation/cua-gmrk.el (cua--init-global-mark):
23923 Remove cua-global-mark face setup.
23924
23925 2005-06-06 Richard M. Stallman <rms@gnu.org>
23926
23927 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23928 just like other allowed characters.
23929 (makefile-match-dependency): Exclude leading and training whitespace
23930 from the range of regexp subexp 1.
23931 (makefile-macroassign-regex): Don't try to match the body,
23932 just the name of the macro being defined.
23933
23934 * info.el (Info-read-node-name-2): New function.
23935 (Info-read-node-name-1): Use that.
23936 Add a completion-base-size-function property.
23937
23938 * simple.el (completion-setup-function): Look for
23939 completion-base-size-function property of minibuffer-completion-table.
23940
23941 * files.el (locate-file-completion): Doc fix.
23942
23943 * printing.el: Don't call pr-update-menus; user must do that.
23944
23945 * emacs-lisp/debug.el (debugger-window): New variable.
23946 (debug): Use debugger-window if it is set and still alive.
23947 Record debugger-window for next entry.
23948
23949 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23950
23951 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23952
23953 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23954 (hack-one-local-variable, hack-local-variables)
23955 (hack-local-variables-prop-line): Pass that arg.
23956
23957 2005-06-06 Kim F. Storm <storm@cua.dk>
23958
23959 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23960 (ido-indicator): Remove -face suffix from face names.
23961
23962 2005-06-06 Juri Linkov <juri@jurta.org>
23963
23964 * font-lock.el (font-lock-regexp-backslash)
23965 (font-lock-regexp-backslash-construct): New faces.
23966 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23967 after `('. Add `while-no-input' to control structures.
23968
23969 * faces.el (no-break-space, shadow): New faces.
23970 (escape-glyph): Use less loud colors pink2 and red4.
23971
23972 * diff-mode.el (diff-context-face)
23973 * dired.el (dired-ignored)
23974 * rfn-eshadow.el (file-name-shadow)
23975 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23976
23977 * info.el (Info-title-1-face): Use green instead of yellow because
23978 bold yellow is not readable on light backgrounds.
23979
23980 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23981 before selecting the desired mode to not spend time fontifying
23982 old contents.
23983
23984 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23985
23986 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23987 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23988
23989 * ps-print.el (ps-default-fg, ps-default-bg):
23990 Fix typos in docstrings.
23991
23992 * isearchb.el (isearchb): Don't pass a spurious second argument to
23993 `iswitchb-completions'.
23994
23995 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23996
23997 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23998 to preserve point.
23999 (gdb-find-file-hook): Add doc string.
24000
24001 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24002 C dereferenced pointer expression.
24003 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
24004
24005 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24006
24007 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24008 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24009 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24010 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24011 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24012 Make background transparent.
24013
24014 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
24015
24016 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
24017 (font-lock-remove-keywords): Doc fix.
24018 (font-lock-mode-major-mode): Compiler defvar.
24019 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24020
24021 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24022 (font-lock-mode): Update `font-lock-mode-major-mode'.
24023 (font-lock-set-defaults): Compiler defvar.
24024 (font-lock-default-function): Take `font-lock-mode-major-mode'
24025 into account.
24026
24027 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24028 keep track of which major mode it enabled the minor mode for.
24029 Use find-file-hook again. Update docstring.
24030
24031 * simple.el (eval-expression-print-level)
24032 (eval-expression-print-length, eval-expression-debug-on-error):
24033 Doc fixes.
24034
24035 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
24036
24037 * iswitchb.el (iswitchb-single-match-face)
24038 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24039 (iswitchb-invalid-regexp-face): New faces.
24040 (iswitchb-completions): Use them.
24041 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24042 now marked as an obsolete alias.
24043 (iswitchb-read-buffer): Remove check for bound font variables.
24044 (iswitchb-invalid-regexp): New free variable.
24045 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24046 set iswitchb-invalid-regexp.
24047 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24048 invalid regexps.
24049 (iswitchb-completions): Add check for complete match when entering
24050 a regexp.
24051 (iswitchb-completions): Remove require-match argument.
24052 (iswitchb-exhibit): Fix caller.
24053 (iswitchb-common-match-inserted): New variable.
24054 (iswitchb-complete, iswitchb-completion-help): Use it.
24055
24056 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
24057
24058 * url-http.el (url-http-chunked-encoding-after-change-function):
24059 Use `url-http-debug' instead of `message'.
24060
24061 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
24062
24063 * url-http.el (url-http-parse-headers): Pass redirected URL as a
24064 callback argument.
24065
24066 2005-06-04 Kim F. Storm <storm@cua.dk>
24067
24068 * simple.el (line-move): Only call sit-for when moving backwards.
24069
24070 * ido.el (ido-make-merged-file-list-1): New defun split from
24071 ido-make-merged-file-list.
24072 (ido-make-merged-file-list): Bind throw-on-input around call to
24073 ido-make-merged-file-list-1. Return input-pending-p if
24074 interrupted by more input available.
24075 (ido-read-internal): Handle input-pending-p return value from
24076 ido-make-merged-file-list.
24077
24078 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
24079
24080 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24081 compatibility code.
24082
24083 * international/latexenc.el (latexenc-find-file-coding-system):
24084 Don't inherit the EOL part of the coding-system from the
24085 tex-main buffer. Fit within 80 columns.
24086
24087 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
24088
24089 * tmm.el (tmm-inactive-face): New face.
24090 (tmm-remove-inactive-mouse-face): New function.
24091 (tmm-prompt, tmm-add-one-shortcut)
24092 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24093 but not selectable.
24094
24095 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
24096
24097 * faces.el (face-equal): Improve argument/docstring consistency.
24098
24099 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
24100
24101 * progmodes/make-mode.el (makefile-targets-face)
24102 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24103 (makefile-bsdmake-dependency-regex)
24104 (makefile-makepp-rule-action-regex)
24105 (makefile-bsdmake-rule-action-regex): New constants.
24106 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24107
24108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24109 Allow (...) within `...' for makepp messages.
24110
24111 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
24112
24113 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24114
24115 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24116 "." files are deleted from all file lists before comparison.
24117
24118 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24119 (viper-ESC-key): Made them customizable.
24120
24121 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24122
24123 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
24124
24125 * autorevert.el (auto-revert-buffers): Use save-match-data.
24126
24127 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24128
24129 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24130 menu items with a nil command binding.
24131
24132 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
24133
24134 * emacs-lisp/cl-macs.el (defsetf):
24135 Improve argument/docstring consistency.
24136
24137 * faces.el (list-faces-display): Improve the formatting by
24138 computing the maximum length required for any face-name (reworked
24139 patch of 1999-01-11, accidentally deleted on 1999-07-21).
24140 (internal-find-face): Remove redundant info in docstring.
24141
24142 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
24143
24144 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24145 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24146 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24147 (gdb-assembler-custom): Improve regexps.
24148 (def-gdb-auto-update-handler): Use window point to preserve point.
24149
24150 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24151
24152 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24153
24154 2005-05-31 Jay Belanger <belanger@truman.edu>
24155
24156 * calc/calc-embed.el (calc-embedded-word): Change argument passed
24157 to calc-embedded.
24158 (calc-embedded-make-info): Have plain prefix argument select
24159 entire line.
24160
24161 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
24162
24163 * faces.el (list-faces-display): Signal error if passed a regexp
24164 that matches no face name.
24165
24166 * simple.el (filter-buffer-substring): Fix typo in docstring.
24167
24168 2005-05-31 Richard M. Stallman <rms@gnu.org>
24169
24170 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24171 (vhdl-emacs-21): Doc fix.
24172 (vhdl-mode): Unconditionally set comment-padding.
24173 (vhdl-fixup-whitespace-region): Insert spaces only where
24174 there are none.
24175 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24176
24177 2005-05-30 John Wiegley <johnw@newartisans.com>
24178
24179 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24180 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24181 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24182 `directory-sep-char' to ?/, and all uses of `string-to-int' to
24183 `string-to-number'.
24184
24185 2005-05-30 Jay Belanger <belanger@truman.edu>
24186
24187 * calc/calc.el (calc-bug-address): Fix docstring.
24188 (calc-window-hook, calc-trail-window-hook): New variables.
24189 (calc-trail-display): Restore use of calc-trail-window-hook.
24190 (calc): Restore use of calc-window-hook.
24191
24192 2005-05-31 Masatake YAMATO <jet@gyve.org>
24193
24194 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24195
24196 * help-fns.el (help-C-file-name): Add autoload mark for
24197 `find-function-noselect'.
24198
24199 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24200
24201 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24202 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24203
24204 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24205
24206 * calendar/diary-lib.el (mark-included-diary-files): Only kill
24207 included diary buffer if it was not already being visited.
24208 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24209
24210 * calendar/icalendar.el (top-level): Do not require appt.
24211
24212 * mail/supercite.el (sc-select-attribution): Only use a list
24213 element from sc-attrib-selection-list if it returns a string.
24214 Reported by Davide G. M. Salvetti <salve@debian.org>.
24215
24216 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
24217
24218 * thumbs.el (thumbs-thumbname): The resulting thumbname now
24219 includes a hash value to improve its uniqueness, and has a ".jpg"
24220 extension. Also, it is now a valid filename on all systems.
24221 (thumbs-make-thumb): Use `let', not `let*'.
24222 (thumbs-show-thumbs-list): Check for JPEG availability.
24223
24224 2005-05-30 Richard M. Stallman <rms@gnu.org>
24225
24226 * filesets.el (filesets-menu-ensure-use-cached):
24227 Prevent warning when emacs-version>= is undefined.
24228
24229 * printing.el (pr-interactive-n-up): Use string-to-number.
24230
24231 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24232
24233 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24234 Warn only when name to be defined is quoted.
24235
24236 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
24237
24238 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24239 Make regexp more robust.
24240 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24241 Force regeneration of disassembly.
24242
24243 2005-05-29 Jay Belanger <belanger@truman.edu>
24244
24245 * calc/calc.el (calc-user-invocation): Check if
24246 calc-invocation-macro is non-nil.
24247
24248 2005-05-29 Juri Linkov <juri@jurta.org>
24249
24250 * add-log.el (change-log-font-lock-keywords):
24251 Add `+' to e-mail regexp to accept mail address with keywords.
24252
24253 * man.el (Man-name-regexp): Add `:' to accept qualified names.
24254
24255 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
24256
24257 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24258
24259 * ielm.el (inferior-emacs-lisp-mode): Ditto.
24260
24261 2005-05-29 Richard M. Stallman <rms@gnu.org>
24262
24263 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24264 Undo the change that moves to end of the current word.
24265
24266 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24267
24268 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24269 Throw error when count <= 0 to ensure input is a number.
24270 (gdb-read-memory-custom): Pick up address from buffer.
24271 (gdb-memory-mode): Allow user to increment and decrement
24272 memory address from header line.
24273
24274 2005-05-29 Richard M. Stallman <rms@gnu.org>
24275
24276 * flyspell.el (flyspell-version): Function deleted.
24277 (flyspell-auto-correct-previous-hook): Doc fix.
24278
24279 * jit-lock.el (jit-lock-function, jit-lock-after-change):
24280 Do nothing if memory is full.
24281
24282 * font-lock.el (font-lock-fontify-syntactically-region):
24283 Pass t for GREEDY to looking-back.
24284
24285 * saveplace.el (save-place-alist-to-file): Write the file
24286 using write-region.
24287
24288 * subr.el (looking-back): New argument GREEDY.
24289
24290 * progmodes/compile.el (compilation-start): Set the mode
24291 before inserting the initial text.
24292
24293 * progmodes/which-func.el (which-func-update-1): Turn the mode
24294 off in case of error by setting which-func-mode.
24295
24296 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
24297
24298 * flyspell.el (flyspell-auto-correct-previous-word):
24299 Narrow down to what's on the screen, and recenter overlays
24300 at the end of the next word.
24301
24302 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
24303
24304 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
24305 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
24306 (flyspell-abbrev-p): Default to nil.
24307 (flyspell-use-global-abbrev-table-p): Doc fix.
24308 (flyspell-large-region): Allow nil as value.
24309 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
24310
24311 (mail-mode-flyspell-verify): More robust handling
24312 of `mail-header-separator'. More efficient signature detection.
24313 Allow for regexp metacharacters in message-header-separator.
24314 Adding `To' not to be checked in mail-mode-flyspell-verify.
24315
24316 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
24317 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
24318 Bind flyspell-auto-correct-binding.
24319 Bind C-. and C-, .
24320 (flyspell-mode-map): Likewise.
24321 (flyspell-mode): Doc fix.
24322 (flyspell-accept-buffer-local-defs): Preserve current buffer.
24323 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
24324 (flyspell-word-cache-result): New var, always local.
24325 (flyspell-check-pre-word-p): Doc fix.
24326 (flyspell-check-changed-word-p): Handle spc like newline.
24327 (flyspell-post-command-hook): Set flyspell-word-cache-result.
24328 (flyspell-word-search-backward, flyspell-word-search-forward):
24329 New functions.
24330 (flyspell-word): Return t if nothing to check.
24331 When parsing TeX code, check for after } or \.
24332 Use flyspell-word-search-backward to find previous word.
24333 Return nil if duplicated word.
24334 For word already checked, return same value as last time.
24335 Set flyspell-word-cache-result after checking.
24336 Don't clobber the return value.
24337 (flyspell-get-word): Major rewrite.
24338 (flyspell-external-point-words): New locals pword, pcount.
24339 Fix size used in progress message.
24340 Find the proper corresponding word in flyspell-large-region-buffer.
24341 (flyspell-region): Check for flyspell-large-region = nil.
24342 (flyspell-highlight-incorrect-region): Clean up overlays in region.
24343 (flyspell-auto-correct-word): Check that WORD is a cons.
24344 (flyspell-correct-word): Likewise.
24345
24346 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
24347
24348 * progmodes/make-mode.el (makefile-rule-action-regex)
24349 (makefile-macroassign-regex, makefile-makepp-mode)
24350 (makefile-bsdmake-mode): Continuation lines may be empty.
24351 Reported by Joshua Varner.
24352 (makefile-makepp-font-lock-keywords): Add $(stem).
24353
24354 2005-05-28 Karl Berry <karl@gnu.org>
24355
24356 * textmodes/tex-mode.el: Now that tex-send-command calls
24357 shell-quote-argument (2005-03-31 change), remove all calls to
24358 shell-quote-argument; they all end up invoking tex-send-command.
24359 The double quoting loses on filenames with non-safe characters,
24360 such as "@". Reported by Frederik Fouvry.
24361
24362 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24363
24364 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24365 about preserving point.
24366
24367 2005-05-27 Jay Belanger <belanger@truman.edu>
24368
24369 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24370 Info-goto-node.
24371
24372 * calc/calc-embed.el (calc-embed-arg): New variable.
24373 (calc-do-embedded-activate, calc-embedded-activate-formula)
24374 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24375 variable by new variable.
24376 (calc-embedded-make-info): Replace undeclared variable by new
24377 variable. When selecting region with positive prefix
24378 argument, use end of previous line instead of beginning of line.
24379
24380 * calc/calc-aent.el (calc-arg-values): Declare it.
24381
24382 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24383 Declare them.
24384
24385 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24386
24387 * calc/calc.el (calc-alg-map): Declare it.
24388
24389 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24390
24391 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
24392
24393 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24394 (gdb-registers-buffer, toggle-gdb-all-registers):
24395 Toggle display of floating point registers.
24396 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24397
24398 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
24399 (toggle-gud-tooltip-dereference):
24400 Rename from gud-toggle-tooltip-dereference.
24401
24402 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
24403
24404 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24405
24406 2005-05-27 Jay Belanger <belanger@truman.edu>
24407
24408 * calc/calc-prog.el (calc-kbd-report): Remove.
24409 (calc-kbd-query): Rewrite.
24410
24411 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
24412
24413 * image.el (image-library-alist): Move to image.c.
24414 (image-type-available-p): Doc fix.
24415
24416 2005-05-27 Lute Kamstra <lute@gnu.org>
24417
24418 * calc/calc.el (calc):
24419 * outline.el (outline-1, outline-2, outline-3, outline-4)
24420 (outline-5, outline-6, outline-7, outline-8):
24421 * textmodes/dns-mode.el (dns-mode):
24422 * textmodes/sgml-mode.el (sgml-namespace-face):
24423 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24424 (tex-verbatim-face, tex-use-reftex):
24425 * textmodes/texinfo.el (texinfo-heading-face):
24426 Specify customization group.
24427
24428 * longlines.el: Don't require easy-mmode.
24429 (longlines-visible-face): Specify customization group.
24430
24431 2005-05-27 Kenichi Handa <handa@m17n.org>
24432
24433 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24434 encoding table of windows-1251.
24435
24436 * international/ucs-tables.el (ucs-set-table-for-input):
24437 If translation-table-for-input of a coding system is a symbol, get
24438 its translation-table property.
24439
24440 * international/code-pages.el: Don't register a coding system into
24441 non-iso-charset-alist more than once.
24442 (cp-make-coding-system): Likewise.
24443
24444 2005-05-26 John Wiegley <johnw@newartisans.com>
24445
24446 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24447 `eshell-resume-eval' is wrapped in a list, it indicates that the
24448 command was run asynchronously. In that case, unwrap the value
24449 before checking the delimiter value.
24450
24451 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24452 character before a space at the end of a line is \, assume the space
24453 is part of the last argument rather than a final argument separator.
24454
24455 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24456 is in use, and the target is `t' or `nil' (which are the most common
24457 values), don't assume that the symbol target is a buffer.
24458
24459 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
24460
24461 * calendar/calendar.el (calendar-mode-line-format):
24462 Use mode-line-highlight as mouse-face.
24463
24464 * time.el (display-time-string-forms, display-time-update):
24465 Use mode-line-highlight as mouse-face.
24466
24467 2005-05-26 Jay Belanger <belanger@truman.edu>
24468
24469 * calc/calc.el (calc-language-alist): Remove extra defvar.
24470
24471 2005-05-26 Lute Kamstra <lute@gnu.org>
24472
24473 * arc-mode.el (archive-mode):
24474 * bookmark.el (bookmark-read-annotation-mode)
24475 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24476 * bs.el (bs-mode):
24477 * calc/calc-yank.el (calc-edit-mode):
24478 * calc/calc.el (calc-mode, calc-trail-mode):
24479 * calculator.el (calculator-mode):
24480 * chistory.el (command-history-mode):
24481 * comint.el:
24482 * cus-edit.el (custom-mode):
24483 * descr-text.el (describe-text-mode):
24484 * ebuff-menu.el (Electric-buffer-menu-mode):
24485 * ediff-util.el (ediff-mode):
24486 * emacs-lisp/re-builder.el (reb-mode):
24487 * emulation/vi.el (vi-mode-setup):
24488 * emulation/ws-mode.el (wordstar-mode):
24489 * eshell/esh-mode.el (eshell-mode):
24490 * forms.el (forms-mode):
24491 * help-mode.el (help-mode):
24492 * hexl.el (hexl-mode):
24493 * ibuffer.el (ibuffer-mode):
24494 * ielm.el (inferior-emacs-lisp-mode):
24495 * info.el (Info-mode, Info-edit-mode):
24496 * international/swedish.el:
24497 * ledit.el (ledit-from-lisp-mode):
24498 * locate.el (locate-mode):
24499 * mail/rmail.el (rmail-mode):
24500 * mail/rmailedit.el (rmail-edit-mode):
24501 * mail/rmailsum.el (rmail-summary-mode):
24502 * mail/supercite.el (sc-electric-mode):
24503 * net/eudc.el (eudc-mode):
24504 * net/quickurl.el (quickurl-list-mode):
24505 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24506 * obsolete/ooutline.el (outline-mode):
24507 * obsolete/options.el (Edit-options-mode):
24508 * obsolete/rnews.el (news-mode):
24509 * obsolete/rnewspost.el (news-reply-mode):
24510 * play/5x5.el (5x5-mode):
24511 * play/decipher.el (decipher-mode, decipher-stats-mode):
24512 * play/gomoku.el (gomoku-mode):
24513 * play/snake.el (snake-mode):
24514 * play/solitaire.el (solitaire-mode):
24515 * play/tetris.el (tetris-mode):
24516 * progmodes/ada-mode.el (ada-mode):
24517 * progmodes/antlr-mode.el (antlr-mode):
24518 * progmodes/autoconf.el (autoconf-mode):
24519 * progmodes/dcl-mode.el (dcl-mode):
24520 * progmodes/delphi.el (delphi-mode):
24521 * progmodes/ebrowse.el (ebrowse-tree-mode)
24522 (ebrowse-electric-list-mode, ebrowse-member-mode)
24523 (ebrowse-electric-position-mode):
24524 * progmodes/f90.el (f90-mode):
24525 * progmodes/fortran.el (fortran-mode):
24526 * progmodes/icon.el (icon-mode):
24527 * progmodes/idlw-help.el (idlwave-help-mode):
24528 * progmodes/idlw-shell.el (idlwave-shell-mode):
24529 * progmodes/idlwave.el (idlwave-mode):
24530 * progmodes/inf-lisp.el (inferior-lisp-mode):
24531 * progmodes/m4-mode.el (m4-mode):
24532 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24533 * progmodes/modula2.el (modula-2-mode):
24534 * progmodes/octave-inf.el (inferior-octave-mode):
24535 * progmodes/octave-mod.el (octave-mode):
24536 * progmodes/pascal.el (pascal-mode):
24537 * progmodes/sh-script.el (sh-mode):
24538 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24539 * progmodes/vhdl-mode.el (vhdl-mode):
24540 * progmodes/xscheme.el (scheme-interaction-mode):
24541 * replace.el (occur-mode):
24542 * ses.el (ses-mode):
24543 * simple.el (completion-list-mode):
24544 * skeleton.el:
24545 * speedbar.el (speedbar-mode):
24546 * term.el (term-mode):
24547 * terminal.el (terminal-edit-mode):
24548 * textmodes/reftex-index.el (reftex-index-mode)
24549 (reftex-index-phrases-mode):
24550 * textmodes/reftex-sel.el (reftex-select-label-mode)
24551 (reftex-select-bib-mode):
24552 * textmodes/reftex-toc.el (reftex-toc-mode):
24553 * wdired.el (wdired-change-to-wdired-mode):
24554 * wid-browse.el (widget-browse-mode):
24555 Use run-mode-hooks.
24556
24557 * array.el (array-mode):
24558 * calendar/todo-mode.el (todo-mode):
24559 * man.el (Man-mode):
24560 * play/landmark.el (lm-mode):
24561 * play/mpuz.el (mpuz-mode):
24562 Use kill-all-local-variables and run-mode-hooks.
24563
24564 * subr.el (delay-mode-hooks): Specify indentation.
24565
24566 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24567
24568 * xml.el (xml-substitute-special): Don't die for undefined xml
24569 entities.
24570
24571 2005-05-26 Jay Belanger <belanger@truman.edu>
24572
24573 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24574 of nil.
24575
24576 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24577
24578 * progmodes/gdb-ui.el (gdb-frame-address):
24579 Rename from gdb-current-address.
24580 (gdb-previous-frame-address): Rename from gdb-previous-address.
24581 (gdb-selected-frame): Rename from gdb-current-frame.
24582 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24583 (gdb-frame-number): Rename from gdb-current-stack-level.
24584 (gdb-ann3): Match new mode-name for disassembly buffer.
24585 Extend initialization of variables.
24586 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24587 (gdb-memory-mode): Use mouse-face in header line.
24588 (gdb-assembler-buffer-name): Call it disassembly and give frame
24589 in mode line.
24590 (gdb-source-spec-regexp, gdb-assembler-custom)
24591 (gdb-invalidate-assembler, gdb-frame-handler):
24592 Make robust to leading zeroes in address format.
24593
24594 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24595
24596 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24597 define `org-mode'.
24598 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24599
24600 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24601
24602 * log-edit.el (log-edit-changelog-entries): Distinguish between
24603 filenames like xfns.c and fns.c.
24604
24605 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24606
24607 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24608 point after reverting.
24609 (Buffer-menu-make-sort-button): Handle the case where
24610 `Buffer-menu-use-header-line' is nil.
24611
24612 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24613
24614 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24615 New funcs. In minibuffer-local-completion-map bind `]', `/'
24616 and `:' to them.
24617
24618 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24619
24620 * startup.el (normal-top-level): Allow modification of load-path while
24621 we're iterating over it.
24622
24623 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24624
24625 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24626 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24627 (thumbs-resize-interactive, thumbs-insert-image)
24628 (thumbs-insert-thumb, thumbs-dired-show-marked)
24629 (thumbs-find-image-at-point, thumbs-delete-images)
24630 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24631 (thumbs-increment-image-size, thumbs-decrement-image-size):
24632 Fix typos in docstrings.
24633
24634 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24635
24636 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24637 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24638 (cperl-mode): Use them.
24639
24640 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24641
24642 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24643 Doc fixes.
24644
24645 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24646
24647 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24648 Bind C-d to gdb-inferior-io-eof.
24649
24650 * dired.el (dired-dnd-popup-notice): Use message-box.
24651
24652 2005-05-23 Masatake YAMATO <jet@gyve.org>
24653
24654 * bindings.el (mode-line-major-mode-keymap):
24655 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24656
24657 * faces.el (mode-line-highlight): New face.
24658
24659 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24660 as mouse-face.
24661
24662 * bindings.el (top-level, help-echo, mode-line-modified)
24663 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24664 as mouse-face.
24665
24666 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24667
24668 * progmodes/cc-engine.el (c-guess-basic-syntax):
24669 Remove spurious call to `zerop'.
24670
24671 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24672
24673 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24674
24675 CC Mode update to 5.30.10:
24676
24677 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24678 could go past the limit in decoration level 2, thereby causing
24679 errors during interactive fontification.
24680
24681 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24682 the file is evaluated interactively.
24683
24684 * cc-engine.el (c-guess-basic-syntax): Handle operator
24685 declarations somewhat better in C++.
24686
24687 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24688 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24689 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24690 (awk-mode): Use it.
24691 (make-local-hook): Suppress warning about obsoleteness.
24692
24693 * cc-engine.el, cc-align.el, cc-cmds.el
24694 (c-append-backslashes-forward, c-delete-backslashes-forward)
24695 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24696 Compensate for return value from `forward-line' when it has moved
24697 but not to a different line due to eob.
24698
24699 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24700 `objc-method-intro' and `objc-method-args-cont'.
24701
24702 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24703
24704 CC Mode update to 5.30.10:
24705
24706 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24707 in the copyright statement. Incidentally, change "along with GNU
24708 Emacs" to "along with this program" where it occurs.
24709
24710 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24711 so that it is interactive, hence can be found by M-x awk-mode
24712 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24713 <gmorris+emacs@ast.cam.ac.uk>.
24714
24715 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24716 Mode's regexps.
24717
24718 2005-05-23 Kevin Ryde <user42@zip.com.au>
24719
24720 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24721 c-parse-state, to avoid a lisp error (on bad code).
24722
24723 2005-05-23 Lute Kamstra <lute@gnu.org>
24724
24725 * subr.el (font-lock-defaults): Remove defvar as it's already
24726 defined in font-core.el.
24727
24728 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24729
24730 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24731
24732 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24733 more general and work when GDB variable "print pretty" is on,
24734 as with Emacs, for example.
24735
24736 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24737
24738 * font-core.el: Update comment.
24739
24740 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24741 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24742
24743 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24744
24745 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24746
24747 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24748 and `yank-handler' in the doc strings.
24749
24750 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24751
24752 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24753
24754 2005-05-22 Richard M. Stallman <rms@gnu.org>
24755
24756 * help.el (describe-key): Move print-help-return-message call
24757 out of conditional.
24758
24759 * progmodes/etags.el (list-tags): Use with-no-warnings.
24760
24761 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24762 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24763 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24764
24765 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24766
24767 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24768 Add defvar.
24769
24770 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24771 Use defvar, not defconst.
24772
24773 * hexl.el (hexl-follow-line): Use with-no-warnings.
24774
24775 * emulation/tpu-extras.el: Use write-file-functions instead of
24776 write-file-hooks.
24777
24778 * dired.el (dired-font-lock-keywords): Fontify files with junk
24779 extensions even if marked by -F.
24780
24781 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24782
24783 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24784 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24785 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24786 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24787 (concatenate, list-length, get*, getf, cl-remprop):
24788 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24789 (etypecase, progv, lexical-let, lexical-let*)
24790 (multiple-value-bind, multiple-value-setq, shiftf):
24791 Improve argument/docstring consistency.
24792
24793 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24794
24795 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24796
24797 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24798 doesn't exist.
24799
24800 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24801 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24802
24803 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24804
24805 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24806 already deleted variables: auto-fill-hook, blink-paren-hook,
24807 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24808 suspend-hooks, comment-indent-hook, meta-flag,
24809 before-change-function, after-change-function,
24810 font-lock-doc-string-face.
24811
24812 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24813
24814 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24815
24816 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24817
24818 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24819 rmail-dont-reply-to.
24820
24821 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24822
24823 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24824 literal blank when splitting new-header-values.
24825
24826 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24827
24828 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24829 string so that tmm doesn't create a completion entry for it.
24830
24831 * textmodes/table.el (table-disable-menu): Ditto.
24832
24833 2005-05-21 Richard M. Stallman <rms@gnu.org>
24834
24835 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24836
24837 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24838
24839 * net/rcompile.el (remote-compile): Use compilation-start.
24840
24841 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24842
24843 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24844
24845 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24846 Default to makefile-bsdmake-mode on BSD systems.
24847
24848 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24849 REGEXP may also be a search function now. The part of doc-string
24850 for describing the structure was 95% identical to that of
24851 `imenu--generic-function'. Unify it there.
24852
24853 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24854 Use function to find dependencies, because regexp alone is so complex,
24855 it easily goes into an endless loop.
24856 (makefile-makepp-mode): Also add submenu for Perl functions
24857 defined in the makefile.
24858 (makefile-bsdmake-mode): Special imenu-generic-expression no
24859 longer needed, due to function call.
24860 (makefile-match-dependency): Take BOUND into account when checking
24861 if we're through.
24862
24863 2005-05-20 Jay Belanger <belanger@truman.edu>
24864
24865 * calc/calc-units.el (calc-invalidate-units-table):
24866 Use inhibit-read-only.
24867 (math-build-units-table-buffer): Use view-mode.
24868
24869 2005-05-20 David Kastrup <dak@gnu.org>
24870
24871 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24872 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24873
24874 2005-05-20 Lute Kamstra <lute@gnu.org>
24875
24876 * diff-mode.el (diff-header-face, diff-file-header-face)
24877 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24878 (diff-added-face, diff-changed-face, diff-function-face)
24879 (diff-context-face, diff-nonexistent-face): Put them in the
24880 diff-mode customization group.
24881
24882 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24883
24884 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24885
24886 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24887
24888 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24889 Minor regexp-optimization.
24890
24891 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24892
24893 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24894 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24895 (org-agenda-add-time-grid-maybe): New function.
24896 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24897 (org-table-create): `dotimes' instead of `mapcar'.
24898 (org-xor): Simplify implementation.
24899 (org-agenda): `inhibit-redisplay' turned on.
24900 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24901 a consistent line after a state change.
24902 (org-agenda-remove-times-when-in-prefix): New option.
24903 (org-prefix-has-time): New variable.
24904 (org-parse-time-string): Optional argument NODEFAULT.
24905 (org-format-agenda-item): Parse items for time-of-day
24906 specifications and move these into the prefix if possible.
24907 (org-agenda-priority): Get current heading, not previous heading
24908 during agenda remote editing.
24909
24910 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24911
24912 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24913 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24914 (remove-duplicates, delete-duplicates, substitute)
24915 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24916 (nsubstitute-if-not, find, find-if, find-if-not, position)
24917 (position-if, position-if-not, count, count-if, count-if-not)
24918 (mismatch, search, sort*, stable-sort, merge, member*)
24919 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24920 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24921 (intersection, nintersection, set-difference, nset-difference)
24922 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24923 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24924 (nsublis, tree-equal): Improve argument/docstring consistency.
24925
24926 * subr.el (send-string, send-region): Remove obsolescence declaration.
24927 (window-dot, set-window-dot, read-input, show-buffer)
24928 (eval-current-buffer, string-to-int):
24929 Add release number to obsolescence declarations.
24930
24931 2005-05-19 Kim F. Storm <storm@cua.dk>
24932
24933 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24934 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24935
24936 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24937
24938 * faces.el (list-faces-display): Make back button respect optional
24939 regexp arg.
24940
24941 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24942
24943 * calculator.el (calculator-radix-grouping-mode)
24944 (calculator-radix-grouping-digits, calculator-displayer)
24945 (calculator-radix-grouping-separator, calculator-copy-displayer):
24946 * dabbrev.el (dabbrev-search-these-buffers-only):
24947 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24948 (diff-advance-after-apply-hunk, diff-mode-hook)
24949 (diff-minor-mode-prefix):
24950 * imenu.el (imenu-use-popup-menu):
24951 * jit-lock.el (jit-lock-context-time):
24952 * newcomment.el (comment-fill-column, comment-column)
24953 (comment-style, comment-padding, comment-multi-line)
24954 (comment-empty-lines, comment-auto-fill-only-comments):
24955 * reveal.el (reveal-around-mark):
24956 * uniquify.el (uniquify-buffer-name-style)
24957 (uniquify-after-kill-buffer-p)
24958 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24959 (uniquify-min-dir-content, uniquify-separator)
24960 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24961 * w32-vars.el (w32-fixed-font-alist):
24962 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24963 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24964 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24965 * progmodes/perl-mode.el (perl-indent-level)
24966 (perl-continued-statement-offset, perl-continued-brace-offset)
24967 (perl-brace-offset, perl-brace-imaginary-offset)
24968 (perl-label-offset, perl-indent-continued-arguments)
24969 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24970 * progmodes/tcl.el (tcl-indent-level)
24971 (tcl-continued-indent-level, tcl-auto-newline)
24972 (tcl-tab-always-indent, tcl-electric-hash-style)
24973 (tcl-help-directory-list, tcl-use-smart-word-finder)
24974 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24975 (inferior-tcl-source-command):
24976 * textmodes/fill.el (enable-kinsoku):
24977 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24978 * textmodes/table.el (table-yank-handler):
24979 Specify missing group (and type, if simple) in defcustom.
24980
24981 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24982
24983 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24984
24985 2005-05-19 Richard M. Stallman <rms@gnu.org>
24986
24987 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24988
24989 * subr.el (event-basic-type): Don't get an error.
24990 (left-fringe-p): Function deleted.
24991
24992 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24993 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24994
24995 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24996 in recursive copy.
24997
24998 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24999
25000 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25001
25002 * emacs-lisp/bytecomp.el
25003 (byte-compile-file-form-custom-declare-variable):
25004 Call byte-compile-nogroup-warn if appropriate.
25005
25006 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25007 (compilation-set-window): Don't call left-fringe-p; do it directly.
25008
25009 2005-05-19 Jay Belanger <belanger@truman.edu>
25010
25011 * calc/calc-graph.el (calc-graph-format-data): Make sure
25012 var-PlotRejects is bound before trying to check its value.
25013
25014 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
25015
25016 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25017 definition of this variable from reftex-global.el to reftex.el,
25018 because it is needed in the menu.
25019
25020 2005-05-19 Lute Kamstra <lute@gnu.org>
25021
25022 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25023 years are fixed. Don't insert a space after a dash.
25024
25025 2005-05-19 Kim F. Storm <storm@cua.dk>
25026
25027 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25028
25029 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
25030
25031 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25032 strings, because (eq ... ?\\) is fairly frequent.
25033
25034 * progmodes/make-mode.el (makefile-add-this-line-targets):
25035 Simplify and integrate into `makefile-pickup-targets'.
25036 (makefile-add-this-line-macro): Simplify and integrate into
25037 `makefile-pickup-macros.
25038 (makefile-pickup-filenames-as-targets): Simplify.
25039 (makefile-previous-dependency, makefile-match-dependency):
25040 Don't stumble over `::'.
25041
25042 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
25043
25044 * subr.el (post-command-idle-hook, post-command-idle-delay):
25045 Remove obsoletion of post-command-idle-hook and
25046 post-command-idle-delay.
25047
25048 * faces.el (list-faces-display): Provide button when describe-face
25049 is called to take user back to the list of faces.
25050
25051 * help-fns.el (describe-variable): Remove hyperlinks in a
25052 variable's value as these are quite frequently inappropriate.
25053
25054 * follow.el (follow-submit-feedback, follow-mode):
25055 Remove references to post-command-idle-hook.
25056
25057 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
25058
25059 * progmodes/make-mode.el (makefile-previous-dependency)
25060 (makefile-match-dependency): Check for := (and in bsd mode also
25061 !=) to give a better result, even when font-lock is not on.
25062
25063 2005-05-18 Jay Belanger <belanger@truman.edu>
25064
25065 * calc/calc-help.el (calc-s-prefix-help):
25066 Add `calc-copy-special-constant' to help string.
25067
25068 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
25069
25070 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25071
25072 2005-05-18 Jay Belanger <belanger@truman.edu>
25073
25074 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25075 in linear factors are in proper order.
25076
25077 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
25078
25079 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25080 Support for jurabib.
25081
25082 * textmodes/reftex.el (featurep): Define aliases for overlay
25083 commands, for XEmacs compatibility, and use these aliases in
25084 overlay initializations.
25085 (reftex-highlight): Use `reftex-move-overlay'.
25086 (reftex-unhighlight): Use `reftex-delete-overlay'.
25087 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
25088 (reftex-access-search-path): Use `reftex-uniquify' instead of
25089 `reftex-uniq'
25090
25091 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25092 `before-string' property modification enables for Emacs as well.
25093 (reftex-select-item): Use `reftex-delete-overlay'.
25094 (reftex-select-mark): Use `reftex-make-overlay' and
25095 `reftex-overlay-put'.
25096 (reftex-select-unmark): Use `reftex-delete-overlay' and
25097 `reftex-overlay-put'.
25098
25099 2005-05-18 Lute Kamstra <lute@gnu.org>
25100
25101 * emacs-lisp/lisp.el (check-parens): Fix docstring.
25102
25103 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
25104
25105 * add-log.el (add-change-log-entry):
25106 * array.el (array-make-template, array-reconfigure-rows)
25107 (array-init-max-row, array-init-max-column)
25108 (array-init-columns-per-line, array-init-field-width):
25109 * replace.el (replace-match-maybe-edit, perform-replace):
25110 * textmodes/spell.el (spell-region):
25111 Replace `read-input' by `read-string'.
25112
25113 * forms.el (forms-mode):
25114 * finder.el (finder-compile-keywords):
25115 * shadowfile.el (shadow-read-files):
25116 Replace `eval-current-buffer' by `eval-buffer'.
25117
25118 * terminal.el (te-pass-through):
25119 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25120 (ange-ftp-raw-send-cmd):
25121 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25122 (send-process-next-char, telnet-initial-filter, telnet):
25123 Replace `send-string' by `process-send-string'.
25124
25125 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25126 (prolog-consult-region): Replace `send-string' by
25127 `process-send-string'; replace `send-region' by `process-send-region'.
25128
25129 * progmodes/delphi.el (delphi-log-msg):
25130 Replace `set-window-dot' by `set-window-point'.
25131
25132 * subr.el (window-dot, set-window-dot, read-input, send-string)
25133 (send-region, show-buffer, eval-current-buffer):
25134 Make really obsolete, as the comment says.
25135
25136 2005-05-17 Kim F. Storm <storm@cua.dk>
25137
25138 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25139 (cua--init-keymaps): Bind C-return instead of S-return to set
25140 rectangle mark.
25141
25142 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25143 instead of S-return to toggle/clear rectangle mark.
25144
25145 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
25146
25147 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25148 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25149 Also fontify plain strings assigned to variables, mostly so that a
25150 colon has a face and is thus not taken as a dependency separator.
25151 (makefile-previous-dependency): Inline the new matcher, because it
25152 is too complex to work in both directions.
25153 (makefile-match-dependency): Eliminate `backward' arg (see above).
25154 Completely reimplemented so as to not sometimes go into an endless
25155 loop. It should also be more efficient, because first it only
25156 searches for `:', instead of applying the very complex regexp.
25157 (makefile-mode): Cancel `font-lock-support-mode', because blocks
25158 to be fontified in one piece can be too long for JIT.
25159 Makefiles are never *that* big.
25160
25161 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
25162
25163 * dired.el (dired-mode): Simplify.
25164
25165 2005-05-17 Lute Kamstra <lute@gnu.org>
25166
25167 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25168 defcustom for the mode hook variable.
25169
25170 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25171 Emacs Lisp Reference Manual.
25172
25173 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
25174
25175 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25176 (evenp, list*):
25177 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25178 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25179
25180 * net/tramp-smb.el (tramp-smb-open-connection):
25181 Pass `tramp-chunksize' as fifth (required) argument.
25182
25183 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
25184
25185 * font-lock.el (lisp-font-lock-keywords-1):
25186 Set `font-lock-negation-char-face' for [^...] char group.
25187 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25188
25189 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25190 a var, and refine it to mask one more level of nested vars.
25191 (makefile-rule-action-regex): Turn it into a var, and refine it so
25192 it recognizes backslashed continuation lines as belonging to the
25193 same command.
25194 (makefile-macroassign-regex): Refine it so it recognizes
25195 backslashed continuation lines as belonging to the same command.
25196 (makefile-var-use-regex): Don't look at the next char, because it
25197 might be the same one to be skipped by the initial [^$], leading
25198 to an overlooked variable use.
25199 (makefile-make-font-lock-keywords): Remove two parameters, which
25200 are now variables that some of the modes set locally.
25201 Handle dependency and rule action matching through functions, because
25202 regexps alone match too often. Dependency matching now comes
25203 last, so it can check, whether a colon already matched something else.
25204 (makefile-mode): Inform that font-lock improves makefile parsing
25205 capabilities.
25206 (makefile-match-dependency, makefile-match-action): New functions.
25207
25208 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
25209
25210 * emacs-lisp/cl-extra.el (equalp): Doc fix.
25211
25212 * align.el (align-regexp):
25213 * ansi-color.el (ansi-color-get-face):
25214 * array.el (array-reconfigure-rows, array-init-max-row)
25215 (array-init-max-column, array-init-columns-per-line)
25216 (array-init-field-width):
25217 * dired-aux.el (dired-trample-file-versions):
25218 * dired-x.el (dired-mark-sexp):
25219 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25220 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25221 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25222 * faces.el (face-read-integer):
25223 * files.el (backup-extract-version, insert-directory):
25224 * hexl.el (hexl-insert-decimal-char):
25225 * server.el (server-process-filter):
25226 * shell.el (shell-extract-num):
25227 * startup.el (command-line-1):
25228 * term.el (term-command-hook):
25229 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25230 (time-stamp-do-number):
25231 * time.el (display-time-update):
25232 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25233 (timezone-fix-time):
25234 * vms-patch.el (vms-suspend-resume-hook):
25235 * calendar/appt.el (appt-convert-time):
25236 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25237 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25238 * calendar/cal-islam.el (mark-islamic-diary-entries):
25239 * calendar/calendar.el (calendar-cursor-to-date)
25240 (calendar-star-date):
25241 * calendar/diary-lib.el (diary-attrtype-convert)
25242 (mark-diary-entries, diary-entry-time):
25243 * calendar/solar.el (solar-get-number):
25244 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25245 * emacs-lisp/re-builder.el (reb-display-subexp):
25246 * emulation/edt.el (edt-set-scroll-margins):
25247 * emulation/tpu-extras.el (tpu-set-scroll-margins):
25248 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25249 (vip-get-ex-count):
25250 * emulation/viper-ex.el (viper-get-ex-token)
25251 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25252 * international/fontset.el (fontset-plain-name):
25253 * mail/feedmail.el (feedmail-look-at-queue-directory):
25254 * mail/mailalias.el (mail-get-names):
25255 * mail/rmail.el (rmail-convert-to-babyl-format):
25256 * mail/rmailsum.el (rmail-make-basic-summary-line)
25257 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25258 (rmail-summary-goto-msg):
25259 * mail/smtpmail.el (smtpmail-read-response):
25260 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25261 (ange-ftp-vms-add-file-entry):
25262 * play/gametree.el (gametree-looking-at-ply)
25263 (gametree-current-branch-score):
25264 * progmodes/ada-xref.el (ada-prj-find-prj-file)
25265 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25266 * progmodes/cperl-mode.el (condition-case):
25267 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25268 (ebrowse-set-member-buffer-column-width)
25269 (ebrowse-select-1st-to-9nth):
25270 * progmodes/etags.el (etags-snarf-tag):
25271 * progmodes/flymake.el (flymake-parse-line):
25272 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25273 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25274 (idlwave-shell-menu-def):
25275 * progmodes/ps-mode.el (ps-run-goto-error):
25276 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25277 (vhdl-speedbar-contract-level):
25278 * term/mac-win.el (x-handle-numeric-switch):
25279 * term/sun-mouse.el (sun-get-frame-data):
25280 * term/w32-win.el (x-handle-numeric-switch):
25281 * term/x-win.el (x-handle-numeric-switch):
25282 * textmodes/ispell.el (ispell-parse-output):
25283 * textmodes/nroff-mode.el (nroff-outline-level):
25284 * textmodes/reftex-cite.el (reftex-bib-sort-year)
25285 (reftex-bib-sort-year-reverse, reftex-format-citation):
25286 * textmodes/reftex-parse.el (reftex-init-section-numbers)
25287 (reftex-section-number):
25288 * textmodes/texinfmt.el (texinfo-paragraphindent):
25289 Replace `string-to-int' by `string-to-number'.
25290
25291 * international/latexenc.el: Add page marker to force the "Local
25292 Variables:" string out of the last page.
25293
25294 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25295
25296 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25297 tooltip-change-major-mode.
25298 (gud-tooltip-print-command): Remove case where gud-minor-mode
25299 is gdb ("--fullname").
25300 (gud-tooltip-tips): Turn GUD tooltips off for this case and
25301 explain to user.
25302
25303 2005-05-16 Jay Belanger <belanger@truman.edu>
25304
25305 * calc/calc-store.el (calc-copy-special-constant): New function.
25306
25307 * calc/calc-ext.el (calc-init-extensions): Add binding for
25308 `calc-copy-special-constant'.
25309
25310 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
25311 for the `calc-copy-special-constant' command.
25312
25313 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25314
25315 * subr.el (left-fringe-p): New function.
25316
25317 * progmodes/compile.el (compilation-setup): Set local value of
25318 overlay-arrow-string to "" always.
25319 (compilation-set-window): Left fringe then don't scroll.
25320 No left fringe then no arrow and scroll message to top.
25321 (compilation-context-lines): Adjust doc string accordingly.
25322
25323 2005-05-16 Kim F. Storm <storm@cua.dk>
25324
25325 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
25326 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
25327 (ido-wide-find-dir-or-delete-dir): New command for M-d.
25328 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
25329 (ido-read-file-name): Handle commands with ido property value
25330 equal to find-file as reading a file name, to allow C-d to enter dired.
25331 (ibuffer-find-file): Add ido property with value find-file.
25332
25333 2005-05-15 Kim F. Storm <storm@cua.dk>
25334
25335 * subr.el (open-network-stream-nowait): Remove.
25336 (open-network-stream-server): Remove.
25337
25338 2005-05-15 Richard M. Stallman <rms@gnu.org>
25339
25340 * faces.el (describe-face): Output a definition link button.
25341
25342 * help-mode.el (help-face-def): New button type.
25343
25344 * emacs-lisp/copyright.el (copyright-fix-years):
25345 Match properly if the first year is 2-digit.
25346 Don't mess up the whitespace after the years by filling.
25347
25348 * dired-aux.el (dired-mark-confirm):
25349 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
25350
25351 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
25352 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
25353 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
25354
25355 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25356 Set font-lock-comment-start-skip.
25357
25358 * font-lock.el (font-lock-comment-start-skip): New variable.
25359 (font-lock-comment-end-skip): New variable.
25360 (font-lock-fontify-syntactically-region): Use them if non-nil.
25361
25362 2005-05-15 Jay Belanger <belanger@truman.edu>
25363
25364 * calc/calc-store.el (calc-store-value): Return a string rather
25365 than display it as a message.
25366 Use calc-var-name for variable name.
25367 (calc-store-into): Add the result of calc-store-value to message.
25368 (calc-copy-variable): Add a message.
25369 (calc-store-exchange): Improve error messages.
25370 (calc-store-binary, calc-store-map): Don't reset the values of
25371 special constants.
25372
25373 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
25374
25375 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25376 manual to docstring.
25377
25378 * files.el (hack-local-variables-confirm): Add STRING argument.
25379 Make the function handle non file visiting buffers correctly.
25380 (hack-local-variables-prop-line, hack-local-variables)
25381 (hack-one-local-variable): Use STRING arg of
25382 `hack-local-variables-confirm'.
25383
25384 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
25385
25386 Sync with Tramp 2.0.49.
25387
25388 * net/tramp.el (tramp-handle-dired-call-process)
25389 (tramp-handle-insert-directory):`insert-buffer' cannot be used
25390 because the contents of the Tramp buffer is changed before
25391 insertion (`expand-file' and alike).
25392 (tramp-handle-insert-directory): If `localname' has an empty
25393 nondirectory name, it must not be quoted.
25394 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
25395 variable `tramp-chunksize'. Change callees.
25396 (tramp-open-connection-setup-interactive-shell): Check remote host
25397 for buggy `send-process-string' implementation.
25398 Set `tramp-chunksize' if found. Reported by Michael Kifer
25399 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25400 (tramp-handle-shell-command): `insert-buffer' cannot be used
25401 because the contents of the Tramp buffer is changed before
25402 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25403 <frederic.bothamy@free.fr>.
25404 (tramp-set-auto-save): Actions should be done for Tramp file name
25405 handler only. Ange-FTP has its own auto-save mechanism.
25406 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25407 (tramp-set-auto-save-file-modes): Set file modes of
25408 `buffer-auto-save-file-name' to ?\600 as fallback solution.
25409 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25410 (tramp-bug): Remove obsolete variable.
25411 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
25412 for presence of `mml-mode'. Make it running for older Emacsen as well.
25413
25414 2005-05-14 John Paul Wallington <jpw@pobox.com>
25415
25416 * ibuf-ext.el (define-ibuffer-filter filename):
25417 If `dired-directory' is a list, use its car.
25418
25419 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
25420
25421 * ibuffer.el (define-ibuffer-column filename):
25422 If `dired-directory' is a list, use its car.
25423
25424 2005-05-14 Richard M. Stallman <rms@gnu.org>
25425
25426 * subr.el (symbol-file): Doc fix.
25427
25428 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25429 (byte-compile-form): Call byte-compile-nogroup-warn.
25430 (byte-compile-warning-types): Doc fix.
25431
25432 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25433
25434 * progmodes/cc-engine.el (c-literal-faces):
25435 Add font-lock-comment-delimiter-face.
25436
25437 * net/net-utils.el (dig): Use with-no-warnings.
25438
25439 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25440 (sc-recite-frame-alist, sc-default-cite-frame)
25441 (sc-default-uncite-frame, sc-default-recite-frame)
25442 (sc-attrib-selection-list, sc-rewrite-header-list):
25443 Mark as risky-local-variable.
25444
25445 * international/ogonek.el (ogonek-jak, ogonek-how):
25446 Don't use beginning-of-buffer.
25447
25448 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25449
25450 * calendar/solar.el (solar-data-list): Move definition up.
25451
25452 * dnd.el (dnd-protocol-alist): Add autoload.
25453
25454 * progmodes/sh-script.el: Many doc usage fixes.
25455 (sh-indent-after-do): Change default to match common styles.
25456
25457 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
25458
25459 * files.el (interpreter-mode-alist)
25460 (auto-mode-interpreter-regexp): Doc fixes.
25461
25462 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
25463
25464 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25465
25466 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25467
25468 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25469
25470 * dired.el (dired-mode): make-variable-buffer-local =>
25471 make-local-variable.
25472
25473 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25474
25475 * term/mac-win.el (mac-select-convert-to-string): Try coding
25476 systems in mac-script-code-coding-systems if specified one cannot
25477 encode string for `com.apple.traditional-mac-plain-text'.
25478
25479 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
25480
25481 * progmodes/make-mode.el (makefile-targets-face)
25482 (makefile-shell-face, makefile-makepp-perl-face): New faces.
25483 (makefile-dependency-regex): Fix it to not make the colon in
25484 $(var:a=b) special.
25485 (makefile-rule-action-regex): New regexp for highlighting embedded
25486 Shell strings.
25487 (makefile-macroassign-regex): Handle != for highlighting as
25488 embedded Shell strings.
25489 (makefile-var-use-regex): New const.
25490 (makefile-statements, makefile-automake-statements)
25491 (makefile-gmake-statements, makefile-makepp-statements)
25492 (makefile-bsdmake-statements): New consts.
25493 (makefile-make-font-lock-keywords): New function.
25494 (makefile-automake-font-lock-keywords)
25495 (makefile-gmake-font-lock-keywords)
25496 (makefile-makepp-font-lock-keywords)
25497 (makefile-bsdmake-font-lock-keywords): New consts.
25498 (makefile-mode-map): Add switchers between the various submodes.
25499 (makefile-mode): Document the availability of the variants.
25500 (makefile-automake-mode, makefile-gmake-mode)
25501 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25502
25503 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25504 new variants of makefile-mode.
25505
25506 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25507
25508 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25509 the inheritance.
25510
25511 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25512
25513 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25514 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25515
25516 * files.el (normal-mode): Extend the scope of the
25517 `enable-local-variables' binding to include the `set-auto-mode' call.
25518 (magic-mode-alist): Doc fix.
25519
25520 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25521
25522 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25523 font-lock-comment-face rather than copying its setting.
25524
25525 2005-05-12 Andreas Schwab <schwab@suse.de>
25526
25527 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25528
25529 2005-05-12 Lute Kamstra <lute@gnu.org>
25530
25531 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25532 defcustom for the mode hook variable. Delete the last argument.
25533 * generic-x.el: Fix callers of define-generic-mode.
25534 (generic-x-modes): Delete group.
25535 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25536 generic-x customization group.
25537
25538 2005-05-12 Kim F. Storm <storm@cua.dk>
25539
25540 * font-lock.el (font-lock-negation-char-face): Default to "off".
25541
25542 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25543 font-lock-negation-char-face to ! in !=.
25544
25545 2005-05-12 Masatake YAMATO <jet@gyve.org>
25546
25547 * add-log.el (find-change-log): Fix typos in the docstring
25548 of function.
25549
25550 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25551
25552 * international/latexenc.el (latexenc-find-file-coding-system):
25553 Avoid `re-search-forward' when looking for input encoding because
25554 of speed and safety. Better regular expressions for recognizing
25555 input encoding. Limit a search for TeX-master/tex-main-file to
25556 the local variable section.
25557
25558 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25559
25560 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25561 syntax of $ to "'" (quote).
25562
25563 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25564
25565 * dnd.el (dnd-protocol-alist): Improve custom type.
25566
25567 * dired.el (dired-dnd-protocol-alist): New variable.
25568 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25569 `dired-mode-hook' to the end.
25570
25571 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25572
25573 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25574 comment-end if comment-start-skip is not set.
25575 Obey the font-lock-comment-delimiter-face variables.
25576
25577 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25578
25579 * files.el (executable-find): Move from executable.el. Use
25580 locate-file.
25581 * progmodes/executable.el (executable-find): Move to files.el.
25582
25583 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25584 when trying to ensure forward progress.
25585
25586 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25587
25588 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25589 (mouse-select, mouse-select-internal, mouse-extend-internal):
25590 Use it to implement mouse-1-click-follows-link functionality.
25591
25592 2005-05-11 Richard M. Stallman <rms@gnu.org>
25593
25594 * font-lock.el (font-lock-fontify-syntactically-region):
25595 Use font-lock-comment-delimiter-face for comment delimiters.
25596
25597 2005-05-10 Jay Belanger <belanger@truman.edu>
25598
25599 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25600 preserving embedded modes.
25601
25602 2005-05-10 Richard M. Stallman <rms@gnu.org>
25603
25604 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25605
25606 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25607 Move from ada-stmt.el.
25608 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25609
25610 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25611 Move to ada-mode.el.
25612 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25613
25614 * cus-edit.el (custom-file): Call file-chase-links.
25615
25616 * files.el (read-directory-name): Fix previous change.
25617 (hack-local-variables-confirm): New function.
25618 (hack-local-variables-prop-line, hack-local-variables)
25619 (hack-one-local-variable): Use it.
25620
25621 2005-05-10 Lute Kamstra <lute@gnu.org>
25622
25623 * font-lock.el (font-lock-keywords-alist)
25624 (font-lock-removed-keywords-alist): Clarify docstrings.
25625
25626 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25627
25628 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25629 (gdb-source-info): Check for preprocessor info.
25630 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25631 a macro for a function.
25632 (gdb-info-breakpoints-custom): Try to find file again if not already
25633 found (user might have used GDB dir command).
25634 (gdb-get-location): Update gdb-location-alist correctly for change
25635 to gdb-info-breakpoints-custom.
25636
25637 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25638 (gud-tooltip-print-command): Add gdbmi case.
25639 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25640 preprocessor info.
25641
25642 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25643
25644 * startup.el (fancy-splash-insert): Fix typo in doc string.
25645
25646 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25647
25648 * obsolete/float.el (string-to-float):
25649 * obsolete/hilit19.el (hilit-add-pattern):
25650 * obsolete/rnews.el (news-parse-range, news-select-message)
25651 (news-get-pruned-list-of-files): Replace `string-to-int' by
25652 `string-to-number'.
25653
25654 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25655 `find-file-not-found-hooks'; use `add-hook'.
25656 (uncompress-while-visiting): Set `write-file-functions', not
25657 `write-file-hooks'; use `add-hook'.
25658
25659 2005-05-09 Kim F. Storm <storm@cua.dk>
25660
25661 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25662 (cua-paste): Handle clipboard action.
25663 (cua--init-keymaps): Remap clipboard-kill-region and
25664 clipboard-kill-ring-save.
25665
25666 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25667
25668 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25669 Improve commentary.
25670
25671 * simple.el (next-error-overlay-arrow-position): Revert the change
25672 made on 2005-04-30.
25673
25674 2005-05-07 Jay Belanger <belanger@truman.edu>
25675
25676 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25677 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25678 `calc-sel-reselect'.
25679
25680 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25681 Calc is in embedded mode.
25682
25683 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25684
25685 * progmodes/compile.el (compilation-setup):
25686 Set overlay-arrow-string to an empty string on text terminals.
25687
25688 * textmodes/ispell.el (ispell-program-name): Try looking for
25689 "aspell" along exec-path, and if found, use it as the default
25690 speller program.
25691
25692 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25693
25694 * international/mule.el (sgml-xml-auto-coding-function):
25695 Recognize encoding='FOO' in single quotes as well as in double quotes.
25696
25697 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25698
25699 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25700 as well as `interactive', so that defmacro* would recognize
25701 `declare' forms.
25702
25703 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25704
25705 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25706 Explain more about the LIGHTER arg's usage in the doc string.
25707 Add commentary to clarify what the code does. Fix the regexp that
25708 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25709 since it could have characters special to regular expressions.
25710
25711 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25712
25713 * replace.el (occur-1): Bind inhibit-read-only so that
25714 erase-buffer doesn't barf on read-only text properties (likewise
25715 for add-text-properties in occur-engine). Mark buffer as unmodified.
25716 (occur-engine): Don't set buffer-read-only here.
25717
25718 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25719
25720 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25721 list-buffers-directory. This caused the *cvs-commit* buffer to be
25722 sometimes mistakenly reused as a *cvs* buffer.
25723
25724 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25725
25726 * tooltip.el: Move code for GUD tooltips into gud.el.
25727 (require): CL no longer needed to compile case.
25728 (tooltip-mode): Do not toggle functions for GUD tooltips.
25729 (tooltip-gud-tips-p): Remove. Replace with minor mode
25730 gud-tooltip-mode in gud.el.
25731 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25732 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25733 tooltip-gud prefix with gud-tooltip and obsolete.
25734 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25735 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25736 (tooltip-mouse-motion): Mouse movement functions/variable.
25737 Rename in gud.el by adding gud prefix.
25738 (tooltip-gud-original-filter, tooltip-gud-dereference)
25739 (tooltip-gud-event, tooltip-toggle-gud-tips)
25740 (tooltip-gud-process-output, tooltip-gud-print-command)
25741 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25742 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25743 (gdb-tooltip-print): Move to gdb-ui.el.
25744
25745 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25746 (require): CL needed to compile case.
25747 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25748 tooltip-gud-tips-p. Make it a minor-mode.
25749 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25750 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25751 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25752 (gud-tooltip-change-major-mode)
25753 (gud-tooltip-activate-mouse-motions-if-enabled)
25754 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25755 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25756 (gud-tooltip-original-filter, gud-tooltip-dereference)
25757 (gud-tooltip-event, tooltip-toggle-gud-tips)
25758 (gud-tooltip-process-output, gud-tooltip-print-command)
25759 (gud-tooltip-tips): Move from tooltip.el.
25760
25761 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25762 (gdb-cpp-define-alist-flags): Doc fix.
25763 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25764 gud-tooltip-mode is t.
25765
25766 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25767
25768 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25769 evaporate if their text is deleted.
25770 (goto-address-at-point): Make it work as a mouse binding as well.
25771 (goto-address-at-mouse): Obsolete it. Update users.
25772
25773 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25774
25775 * calendar/appt.el (top-level): No longer activate on load.
25776
25777 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25778
25779 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25780 * net/webjump.el (webjump):
25781 * progmodes/idlw-help.el (idlwave-do-context-help1)
25782 (idlwave-highlight-linked-completions):
25783 * textmodes/po.el (po-find-file-coding-system-guts):
25784 Replace `assoc-ignore-case' by `assoc-string'.
25785
25786 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25787
25788 * files.el (locate-file): Doc fix.
25789
25790 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25791 Remove the redundant test for ms-dos.
25792
25793 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25794 look for the preprocessor with exec-suffixes. If not found in
25795 standard places, look in exec-path. Remove most of the tests that
25796 used system-type.
25797
25798 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25799
25800 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25801
25802 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25803 file-name clash with jka-compr.el on 8+3 filesystems.
25804
25805 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25806
25807 * term/mac-win.el: Don't define or bind scroll bar functions if
25808 x-toolkit-scroll-bars is t.
25809 (x-select-text, x-get-selection-value): Clear
25810 x-last-selected-text-clipboard if x-select-enable-clipboard is
25811 nil.
25812 (PRIMARY): Put mac-scrap-name property.
25813 (mac-select-convert-to-file-url): New function.
25814 (public.file-url): New selection target type. Add to
25815 selection-converter-alist.
25816 (x-get-selection, x-selection-value): Handle it.
25817 (x-cut-buffer-or-selection-value): New alias.
25818
25819 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25820
25821 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25822 entry to avoid calling bibtex-find-entry with arg global
25823 being t. Remove arg key.
25824 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25825 (bibtex-copy-summary-as-kill): Change accordingly.
25826
25827 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25828
25829 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25830 (org-agenda-date-later): Use with-current-buffer.
25831
25832 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25833
25834 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25835 (define-obsolete-variable-alias): Doc Fixes.
25836
25837 2005-05-06 Kim F. Storm <storm@cua.dk>
25838
25839 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25840 vertical-motion when selective-display is active.
25841
25842 * ido.el (ido-setup-hook): New hook.
25843 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25844 (ido-input-stack): New var.
25845 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25846 ido-next-work-file binding to M-O.
25847 Bind M-f to ido-wide-find-file-or-pop-dir.
25848 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25849 (ido-read-internal): Run ido-setup-hook.
25850 Catch quit in read-file-name and read-string to cancel edit.
25851 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25852 Automatically pop-all when completing a directory name (RET).
25853 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25854 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25855 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25856 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25857 New functions for M-b/M-f to move among the directory components.
25858 (ido-make-merged-file-list): Catch quit to cancel merge.
25859 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25860 (ido-completion-help): No warnings for ido-completion-buffer-full.
25861
25862 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25863
25864 * font-lock.el (font-lock-negation-char-face): New face and variable.
25865 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25866 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25867 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25868 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25869
25870 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25871
25872 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25873 Fix typo in docstring.
25874
25875 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25876 (ebrowse-print-statistics-line)
25877 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25878
25879 * term/w32-win.el (image-library-alist): Add additional name for
25880 Xpm library.
25881
25882 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25883
25884 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25885 use gcc instead of cpp.
25886
25887 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25888 (gdb-create-define-alist): Use it.
25889 (gdb-cpp-define-alist-program): Update for MS-DOS.
25890
25891 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25892
25893 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25894
25895 2005-05-04 Richard M. Stallman <rms@gnu.org>
25896
25897 * help.el (describe-key): No error when UNTRANSLATED is nil.
25898
25899 * simple.el (line-move-1): Fix previous change to signal errors
25900 appropriately.
25901
25902 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25903
25904 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25905 (icalendar-duration-correction): Remove.
25906 (icalendar--get-event-properties): Split result at commas.
25907 (icalendar--decode-isoduration): New optional argument
25908 DURATION-CORRECTION.
25909 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25910 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25911 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25912 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25913 (icalendar--convert-anniversary-to-ical): New functions, extracted
25914 from icalendar-export-region, with bug fixes.
25915 (icalendar-export-region): Use the above functions.
25916 (icalendar-import-buffer): Check before saving diary file.
25917 (icalendar--convert-recurring-to-diary)
25918 (icalendar--convert-non-recurring-all-day-to-diary)
25919 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25920 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25921 (icalendar--convert-ical-to-diary): Use the above functions.
25922
25923 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25924
25925 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25926 Remove these recent additions.
25927 (c-mode): Restore to before 2005-04-28.
25928
25929 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25930 recent addition.
25931
25932 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25933 (gdb-define-alist): New variables.
25934 (gdb-create-define-alist): New function.
25935 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25936 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25937 with string-to-number.
25938 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25939
25940 * progmodes/gud.el: Replace string-to-int with string-to-number.
25941 (gud-find-file): Handle gdb-define-alist.
25942
25943 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25944
25945 2005-05-02 Jay Belanger <belanger@truman.edu>
25946
25947 * calc/calc-aent.el (math-read-token):
25948 * calc/calc-bin.el (calc-word-size):
25949 * calc/calc-ext.el (calc-read-number-fancy):
25950 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25951 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25952 * calc/calc-frac.el (calc-over-notation):
25953 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25954 (calc-graph-num-points, calc-graph-init):
25955 * calc/calc-prog.el (calc-read-parse-table-part)
25956 (calc-edit-macro-repeats):
25957 * calc/calc-yank.el (calc-do-grab-rectangle):
25958 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25959 Replace `string-to-int' by `string-to-number'.
25960
25961 2005-05-02 Kim F. Storm <storm@cua.dk>
25962
25963 * kmacro.el: Use executing-kbd-macro-index variable.
25964
25965 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25966
25967 * net/rlogin.el (rlogin-parse-words): Delete func.
25968 (rlogin): Use split-string, not rlogin-parse-words.
25969 Also, if there are option-like elements in the parsed args,
25970 take the host to be the first arg immediately following them.
25971 Suggested by Michael Mauger.
25972
25973 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25974
25975 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25976
25977 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25978
25979 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25980 (cc-mode-cpp-program): Rename to cc-define-list-program and
25981 move to cc-vars.el.
25982
25983 * progmodes/cc-vars.el (cc-define-list-program):
25984 Change to "gcc -E -dM -". Make customizable.
25985
25986 2005-05-02 Kim F. Storm <storm@cua.dk>
25987
25988 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25989
25990 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25991
25992 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25993
25994 * international/mule-util.el (truncate-string): Remove alias and
25995 obsolete declaration.
25996
25997 * international/mule-cmds.el (update-iso-coding-systems):
25998 Remove alias and obsolete declaration.
25999
26000 * international/mule.el (coding-system-parent): Remove alias and
26001 obsolete declaration.
26002
26003 * subr.el (define-function, sref): Remove aliases and obsolete
26004 declarations.
26005 (chars-in-region): Remove obsolete declaration.
26006
26007 2005-05-01 Richard M. Stallman <rms@gnu.org>
26008
26009 * info.el (Info-mode): Set widen-automatically to nil, locally.
26010
26011 * simple.el (widen-automatically): New variable.
26012 (pop-global-mark): Obey widen-automatically.
26013
26014 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
26015
26016 * term/xterm.el (function-key-map): Call substitute-key-definition
26017 before the keymap size is increased by a lot of define-key calls.
26018
26019 2005-05-01 Richard M. Stallman <rms@gnu.org>
26020
26021 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26022 Rename ARG to ELEMENT. Doc fix.
26023
26024 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26025
26026 * allout.el (allout-exposure): Remove macro and obsolete declaration.
26027 Remove references to allout-exposure/change to allout-new-exposure.
26028
26029 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26030 bytecode symbols.
26031
26032 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26033 (compiled-function-p, focus-frame, unfocus-frame):
26034 Remove aliases and obsolete declarations.
26035 Back out inadvertent changes from previous commit.
26036
26037 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26038
26039 * files.el (require-final-newline): Make Custom tags consistent
26040 with mode-require-final-newline.
26041 (mode-require-final-newline): Doc fix.
26042
26043 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
26044
26045 * international/latexenc.el (latexenc-find-file-coding-system):
26046 Fix regular expressions.
26047
26048 2005-05-01 David Kastrup <dak@gnu.org>
26049
26050 * international/latexenc.el (latexenc-find-file-coding-system):
26051 Fix regular expressions.
26052
26053 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26054
26055 * subr.el (string-to-int): Make obsolete.
26056
26057 2005-04-30 Richard M. Stallman <rms@gnu.org>
26058
26059 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26060
26061 * loadup.el: load jka-comp-hook.
26062
26063 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26064 (jka-compr-handler): Add autoload. `put' calls moved
26065 to jka-comp-hook.el.
26066 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26067 (jka-compr-inhibit): Autoload.
26068
26069 * jka-comp-hook.el: New file.
26070 Enable the mode by default.
26071
26072 * files.el (backup-buffer-copy): Use copy-file instead
26073 of write-region, and put back the 'excl.
26074
26075 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
26076
26077 * progmodes/flymake.el (flymake-split-string)
26078 (flymake-split-string, flymake-log, flymake-pid-to-names)
26079 (flymake-reg-names, flymake-get-source-buffer-name)
26080 (flymake-unreg-names, flymake-add-line-err-info)
26081 (flymake-add-err-info): Clarify docstrings.
26082 (flymake-popup-menu, flymake-make-emacs-menu)
26083 (flymake-make-xemacs-menu): Add docstrings.
26084 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26085 Set variables directly throughout.
26086
26087 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
26088
26089 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26090 exists. Initialize cc-define-alist.
26091 (c-mode): Add cc-create-define-alist locally to after-save-hook.
26092 If there is no file (Macroexpansion) don't create an alist.
26093
26094 2005-04-29 Sam Steingold <sds@gnu.org>
26095
26096 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26097 (cc-create-define-alist): Use it instead of the hard-coded string.
26098
26099 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26100
26101 * international/mule-conf.el (file-coding-system-alist): Fix regexp
26102 for latexenc.
26103
26104 2005-04-29 Lute Kamstra <lute@gnu.org>
26105
26106 * emacs-lisp/generic.el: Improve commentary section.
26107 (define-generic-mode): Improve docstring.
26108
26109 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
26110
26111 * textmodes/org.el (many places): Change to quiet the byte compiler.
26112 (org-prefix-format-compiled): New variable.
26113 (org-compile-prefix-format): New function.
26114 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26115 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26116 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26117 (org-get-entries-from-diary): Use `org-get-time-of-day' for
26118 consistency with entries from `org-mode' files.
26119 (org-get-time-of-day): Fix bug with partial matches early in a line.
26120 (org-non-link-chars): New constant.
26121 (org-link-regexp): Respect `org-non-link-chars'.
26122 (org-agenda-day-view): Remove command.
26123 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26124 (org-follow-bbdb-link, org-store-link): Search also company field.
26125 (org-highlight-overlay): New variable.
26126 (org-highlight, org-unhighlight): New functions.
26127 (org-agenda-mode): Add pre-command-hook to remove highlight.
26128 (org-evaluate-time-range): Behavior depends upon whether time stamp
26129 contains a time or not.
26130 (org-show-subtree, org-show-entry): New functions.
26131 (org-agenda-cleanup-fancy-diary): Remove empty lines.
26132
26133 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
26134
26135 * comint.el (comint-output-filter-functions): Add autoload cookie.
26136
26137 2005-04-28 Kim F. Storm <storm@cua.dk>
26138
26139 * ido.el (ido-everywhere): Fix last change.
26140
26141 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26142
26143 * international/latexenc.el: New file.
26144 * international/mule-conf.el (file-coding-system-alist): For .tex,
26145 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26146
26147 2005-04-28 Lute Kamstra <lute@gnu.org>
26148
26149 * font-lock.el (font-lock-add-keywords)
26150 (font-lock-remove-keywords): Clarify docstring.
26151 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26152 Don't start docstrings with a `*'.
26153 (font-lock-update-removed-keyword-alist): Give it a docstring.
26154
26155 * generic-x.el: Update commentary section.
26156 Only require font-lock when compiling.
26157 Define all modes conditionally.
26158 Place all generic modes in the generic-x-modes customization group.
26159 (generic-x-modes): New customization group.
26160 (generic-default-modes, generic-mswindows-modes)
26161 (generic-unix-modes, generic-other-modes): New constants.
26162 (generic-define-mswindows-modes, generic-define-unix-modes):
26163 Update docstrings. Make them obsolete.
26164 (generic-extras-enable-list): New default value. Update docstring.
26165 Improve :type. Change :set function.
26166 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26167 Fix docstring.
26168
26169 * emacs-lisp/generic.el (generic-mode-internal):
26170 Simplify font-lock-defaults.
26171 (define-generic-mode): Fix docstring.
26172
26173 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26174
26175 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26176 font-lock-face property to highlight matches.
26177
26178 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
26179
26180 * progmodes/cc-mode.el (cc-create-define-alist): New function.
26181 (cc-define-alist): New variable.
26182 (c-mode): Make it local and initialize it.
26183
26184 * progmodes/gdb-ui.el (gdb-active-process): New variable.
26185 (gdb-exited): New function.
26186 (gdb-annotation-rules): Use it.
26187 (gdb-starting): Set gdb-active-process to t.
26188 (gdb-stopping): Amend doc string.
26189 (gdb-reset): Set gdb-active-process to nil.
26190
26191 * tooltip.el (tooltip-gud-tips): Show the associated #define
26192 directives when a C program under GDB is not executing.
26193
26194 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
26195
26196 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26197 font-lock-fontify-syntactic-keywords.
26198
26199 * font-lock.el (font-lock-default-fontify-region): Don't force
26200 parse-sexp-lookup-properties to nil.
26201
26202 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
26203
26204 * man.el (man-mode-syntax-table): Set up `:' to have
26205 word-constituent syntax.
26206
26207 2005-04-27 Lute Kamstra <lute@gnu.org>
26208
26209 * novice.el (disable-command): Don't add spurious newlines to the
26210 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
26211
26212 2005-04-26 Jay Belanger <belanger@truman.edu>
26213
26214 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26215 than one window before deleting window.
26216
26217 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
26218
26219 * shell.el (shell-prompt-pattern): Doc fix.
26220 (shell-mode): Set paragraph-separate buffer locally to "\\'".
26221
26222 * comint.el (comint-prompt-regexp, comint-get-old-input)
26223 (comint-use-prompt-regexp)
26224 (comint-use-prompt-regexp-instead-of-fields)
26225 (comint-replace-by-expanded-history, comint-send-input)
26226 (comint-output-filter, comint-get-old-input-default)
26227 (comint-line-beginning-position, comint-bol, comint-show-output)
26228 (comint-backward-matching-input, comint-forward-matching-input)
26229 (comint-next-prompt, comint-previous-prompt):
26230 Rename `comint-use-prompt-regexp-instead-of-fields' to
26231 `comint-use-prompt-regexp'. Keep old name as alias and declare
26232 obsolete.
26233 (comint-use-prompt-regexp): Shorten first line of doc string.
26234
26235 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26236 Set paragraph-separate buffer locally to "\\'".
26237
26238 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26239 Adapt to above name change.
26240
26241 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26242 (smbclient-prompt-regexp): Ditto.
26243
26244 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26245
26246 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
26247
26248 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26249 gdb-location-list.
26250 Break lines that are over 80 characters wide.
26251
26252 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
26253
26254 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26255 New fun and var, to preserve compatibility.
26256
26257 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26258
26259 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
26260
26261 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26262 name to file-newer-than-file-p.
26263
26264 2005-04-26 Richard M. Stallman <rms@gnu.org>
26265
26266 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26267
26268 * progmodes/python.el (python-mode):
26269 Use new name eldoc-documentation-function.
26270
26271 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26272
26273 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26274 (eldoc-documentation-function):
26275 Rename from eldoc-print-current-symbol-info-function. Calls changed.
26276
26277 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
26278
26279 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26280
26281 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26282
26283 * term/xterm.el (function-key-map): Fix strings for
26284 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
26285 {C,S,A,C-S}-{f1-f12}.
26286
26287 2005-04-26 Kenichi Handa <handa@m17n.org>
26288
26289 * international/mule-cmds.el (select-safe-coding-system):
26290 Fix previous change.
26291
26292 2005-04-26 Lute Kamstra <lute@gnu.org>
26293
26294 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26295
26296 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26297 (font-lock-comment-delimiter-face): Ditto.
26298
26299 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
26300
26301 2005-04-25 Jay Belanger <belanger@truman.edu>
26302
26303 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
26304 to t while inserting information; use help-mode.
26305
26306 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26307
26308 * term.el (ansi-term-color-vector): Use the xterm colors.
26309 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
26310
26311 2005-04-25 Lute Kamstra <lute@gnu.org>
26312
26313 * font-core.el (font-lock-defaults): Fix docstring.
26314
26315 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
26316
26317 2005-04-25 Kenichi Handa <handa@m17n.org>
26318
26319 * international/mule-cmds.el (select-safe-coding-system):
26320 Don't check consistency with coding: spec, etc if raw-text or
26321 no-conversion was found to be safe.
26322
26323 2005-04-24 Richard M. Stallman <rms@gnu.org>
26324
26325 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
26326 citation markers at start of each line.
26327
26328 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
26329 citation markers at start of each line.
26330
26331 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
26332
26333 * files.el (mode-require-final-newline): Fix previous change.
26334 (require-final-newline): Fix type label.
26335
26336 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
26337
26338 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
26339 statement in buffer (broken by 2004-11-24 change).
26340
26341 2005-04-24 Kim F. Storm <storm@cua.dk>
26342
26343 * ido.el (ido-everywhere): Save and restore old read-buffer-function
26344 and read-file-name-function values. Don't overwrite existing
26345 non-nil values if ido-mode is enabled without ido-everywhere.
26346
26347 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
26348
26349 * files.el (mode-require-final-newline): Minor doc fix.
26350
26351 2005-04-24 Eli Zaretskii <eliz@gnu.org>
26352
26353 * subr.el (syntax-after): Doc fix.
26354 (syntax-class): If argument is nil, return nil. Mask off upper 16
26355 bits, not 8 bits.
26356
26357 * files.el (mode-require-final-newline): Doc fix.
26358 (backup-buffer-copy): Fix last change.
26359
26360 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26361
26362 * term/mac-win.el: Require select. Set selection-coding-system to
26363 mac-system-coding-system. Call menu-bar-enable-clipboard.
26364 (x-last-selected-text-clipboard, x-last-selected-text-primary)
26365 (x-select-enable-clipboard): New variables.
26366 (x-select-text, x-get-selection, x-selection-value)
26367 (x-get-selection-value, mac-select-convert-to-string)
26368 (mac-services-open-file, mac-services-open-selection)
26369 (mac-services-insert-text): New functions.
26370 (CLIPBOARD, FIND): Put mac-scrap-name property.
26371 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26372 (public.tiff): Put mac-ostype property.
26373 (selection-converter-alist): Add entries for them.
26374 (mac-application-menu-map): New keymap.
26375 (interprogram-cut-function, interprogram-paste-function): Set to
26376 x-select-text and x-get-selection-value, respectively.
26377 (split-window-keep-point): Set to t.
26378
26379 2005-04-23 Richard M. Stallman <rms@gnu.org>
26380
26381 * files.el (read-directory-name): Always pass non-nil
26382 DEFAULT-FILENAME arg to read-file-name.
26383 (backup-buffer-copy, basic-save-buffer-2): Take care against
26384 writing thru an unexpected existing symlink.
26385 (revert-buffer): In indirect buffer, revert the base buffer.
26386 (magic-mode-alist): Doc fix.
26387 (buffer-stale-function): Doc fix.
26388 (minibuffer-with-setup-hook): Avoid warning.
26389 (mode-require-final-newline): Doc and custom fix.
26390
26391 * follow.el (follow-end-of-buffer): Use with-no-warnings.
26392
26393 * font-lock.el (font-lock-comment-face): On terminals with few colors,
26394 use the default appearance.
26395 (font-lock-comment-delimiter-face): New face, new variable.
26396
26397 * imenu.el (imenu--generic-function): The official position of a
26398 definition is the start of the line that BEG is in.
26399
26400 * midnight.el (midnight-timer): Move defvar up.
26401
26402 * mouse.el (mouse-drag-region-1): Delete some debugging code.
26403
26404 * saveplace.el (save-place-to-alist): Use with-no-warnings.
26405
26406 * startup.el (command-line): Use with-no-warnings.
26407
26408 * window.el (window-size-fixed): New defvar.
26409
26410 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26411
26412 * mail/rmail.el (rmail-font-lock-keywords):
26413 Use font-lock-comment-delimiter-face.
26414
26415 * mail/sendmail.el (mail-font-lock-keywords):
26416 Use font-lock-comment-delimiter-face.
26417
26418 * progmodes/compile.el (next-error-highlight-timer): New defvar.
26419
26420 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
26421
26422 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26423 Specify t for LAXMATCH when matching directories.
26424 Save match data around compilation-compat-error-properties form.
26425
26426 2005-04-23 David Kastrup <dak@gnu.org>
26427
26428 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26429 Mention that the autoloaded aliases should be kept for AUCTeX.
26430
26431 2005-04-23 Andreas Schwab <schwab@suse.de>
26432
26433 * isearch.el (isearch-forward): Doc fix.
26434
26435 2005-04-23 Eli Zaretskii <eliz@gnu.org>
26436
26437 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26438 (jit-lock-stealth-nice): Change default value to 0.5.
26439
26440 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
26441
26442 * abbrev.el (write-abbrev-file): Write table entries in
26443 alphabetical order by table name.
26444
26445 2005-04-22 Kim F. Storm <storm@cua.dk>
26446
26447 * ido.el (ido-read-internal): Fix `list' completion.
26448
26449 2005-04-22 Kenichi Handa <handa@m17n.org>
26450
26451 * recentf.el (recentf-save-file-coding-system): New variable.
26452 (recentf-save-list): Encode the file by
26453 recentf-save-file-coding-system and add coding: tag.
26454
26455 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26456
26457 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26458
26459 2005-04-21 Lute Kamstra <lute@gnu.org>
26460
26461 * loadhist.el (unload-feature): Don't remove a function from hooks
26462 if it is about to be restored to an autoload . Remove functions
26463 that will become unbound from auto-mode-alist. Simplify the code.
26464
26465 * subr.el (assq-delete-all): New implementation that is linear,
26466 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
26467 (rassq-delete-all): New function.
26468
26469 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26470 Add size-indication-mode.
26471
26472 2005-04-21 Kenichi Handa <handa@m17n.org>
26473
26474 * international/mule-cmds.el: Add autoload for widget-value in
26475 eval-when-compile.
26476
26477 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
26478
26479 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26480 Add tooltip-mode.
26481
26482 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26483
26484 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
26485
26486 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26487 (inferior-lisp-filter-regexp, inferior-lisp-program)
26488 (inferior-lisp-load-command, inferior-lisp-prompt)
26489 (inferior-lisp-mode-hook, lisp-source-modes)
26490 (inferior-lisp-load-hook): defvar->defcustom.
26491 (inferior-lisp-program, inferior-lisp-prompt)
26492 (inferior-lisp-load-hook): Doc fixes.
26493 (inferior-lisp-install-letter-bindings): Small change in
26494 introductory comment.
26495
26496 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
26497
26498 * vc.el (vc-annotate-color-map): Change some colors so that text
26499 using them as foreground is readable on both white and black
26500 backgrounds.
26501
26502 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26503
26504 * international/mule-conf.el (translation-table-for-input):
26505 Remove redundant declaration.
26506
26507 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26508
26509 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26510
26511 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26512 (tooltip-toggle-gud-tips): New function.
26513
26514 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26515
26516 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26517 right angle brackets.
26518
26519 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26520
26521 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26522
26523 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26524
26525 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26526 Remove. Update callers to use expand-file-name instead.
26527
26528 * subr.el (syntax-class): New function.
26529
26530 * simple.el (blink-matching-open): Use it.
26531
26532 * paren.el (show-paren-function): Use it to recognize parens that are
26533 also used in 2-char comment markers.
26534
26535 2005-04-19 Lute Kamstra <lute@gnu.org>
26536
26537 * loadhist.el (unload-feature): Update for new format of
26538 load-history. Simplify the code.
26539
26540 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26541
26542 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26543 (mac-add-charset-info): New function. Initialize variable
26544 mac-charset-info-alist using it.
26545 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26546 for translation.
26547 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26548 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26549 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26550 New CCL programs.
26551
26552 2005-04-19 Kim F. Storm <storm@cua.dk>
26553
26554 * simple.el (next-buffer, prev-buffer, next-error)
26555 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26556 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26557
26558 * bindings.el (next-buffer, prev-buffer, next-error)
26559 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26560 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26561 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26562 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26563
26564 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26565
26566 * isearch.el (isearch-edit-string): Make the search-ring available for
26567 minibuffer history commands.
26568 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26569 the default history commands now work just as well.
26570 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26571
26572 2005-04-18 Kim F. Storm <storm@cua.dk>
26573
26574 * emulation/cua-base.el (cua--pre-command-handler): Add more
26575 elaborate check for shift modifier on non-window systems.
26576
26577 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26578
26579 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26580
26581 2005-04-18 Kim F. Storm <storm@cua.dk>
26582
26583 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26584 and make it optional. Don't test tooltip-gud-echo-area here.
26585 (tooltip-gud-process-output, gdb-tooltip-print):
26586 Pass tooltip-gud-echo-area to tooltip-show.
26587 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26588
26589 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26590
26591 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26592 `display-graphic-p' may not be bound yet.
26593
26594 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26595
26596 * startup.el (command-line): No longer enable Xterm Mouse mode by
26597 default in terminals compatible with xterm.
26598
26599 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26600
26601 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26602
26603 * tooltip.el (tooltip-gud-echo-area): Rename from
26604 tooltip-use-echo-area.
26605 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26606 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26607 area independently of where help tooltips are displayed.
26608
26609 2005-04-17 David Kastrup <dak@gnu.org>
26610
26611 * cus-theme.el (custom-theme-write-variables): Quote variables
26612 where necessary.
26613
26614 2005-04-17 Richard M. Stallman <rms@gnu.org>
26615
26616 * simple.el (yank-excluded-properties): Add follow-link to value.
26617
26618 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26619
26620 * startup.el (fancy-splash-max-time): Just 30 seconds.
26621 (fancy-splash-delay): Just 7.
26622 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26623
26624 * loadhist.el (unload-feature): Update for new format of load-history.
26625 Simplify the code.
26626
26627 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26628 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26629
26630 * mail/sendmail.el (mail-font-lock-keywords):
26631 Don't fontify subject text.
26632 Don't fontify the text of a citation.
26633
26634 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26635
26636 * comint.el (comint-output-filter): Run comint-output-filter-functions
26637 with point where the user had it.
26638
26639 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26640
26641 * international/ucs-tables.el (ucs-set-table-for-input):
26642 Disable when using unify-on-decoding.
26643
26644 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26645
26646 * emulation/cua-base.el (cua-global-mark-face): Add special case
26647 for displays supporting a high number of colors.
26648
26649 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26650
26651 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26652
26653 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26654
26655 * filesets.el (filesets-add-buffer): If user supplies a name of a
26656 non-existing fileset, create a new fileset.
26657
26658 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26659
26660 * textmodes/org.el (org-up-heading-all): Fix bug with
26661 `outline-up-heading-all'.
26662
26663 2005-04-16 Andreas Schwab <schwab@suse.de>
26664
26665 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26666 /etc/permissions.d/* and /etc/aliases.d/*.
26667
26668 2005-04-16 Kenichi Handa <handa@m17n.org>
26669
26670 * international/code-pages.el (cp-make-coding-system):
26671 Set `translation-table-for-input' property value to the symbol
26672 ucs-mule-to-mule-unicode, not to that value.
26673 (pt154): Escape guillemet by `\'.
26674
26675 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26676
26677 * loadup.el: Load tooltip if x-show-tip is fboundp.
26678
26679 * startup.el (command-line): Add comment.
26680
26681 * tooltip.el (tooltip-mode): Specify correct standard value for
26682 Custom in init-value.
26683
26684 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26685
26686 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26687 possible.
26688
26689 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26690
26691 * textmodes/org.el (org-agenda-date-prompt): Rename from
26692 `org-agenda-date-today'.
26693 (org-evaluate-time-range): Insert at point instead of directly
26694 after time range.
26695 (org-first-headline-recenter, org-subtree-end-visible-p)
26696 (org-optimize-window-after-visibility-change): New functions
26697 (org-agenda-post-command-hook): Don't allow point at end of line,
26698 to make sure it always hits the text properties.
26699 (org-agenda-next-date-line, org-agenda-previous-date-line):
26700 New commands.
26701 (org-set-regexps-and-options): Category may contain white space.
26702 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26703 Improve marker positions.
26704 (org-agenda-new-marker): Argument POS made optional.
26705 (org-agenda-get-timestamps): Deadlines which are done are listed
26706 in org-done-face now.
26707 (org-agenda-get-todos, org-agenda-get-timestamps)
26708 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26709 Set `undone-face' and `done-face' properties.
26710 (org-last-todo-state-is-todo): New variable.
26711 (org-todo): Set `org-last-todo-state-is-todo'.
26712 (org-agenda-todo): Change face according to
26713 `org-last-todo-state-is-todo'. And change other lines referring to
26714 the same entry.
26715 (org-calendar-goto-agenda): New command.
26716 (org-calendar-to-agenda-key): New option.
26717 (org-startup-folded): New allowed value `content'.
26718 (org-set-regexps-and-options): Accept new value `content' for
26719 `org-startup-folded'.
26720 (org-get-current-options): Handle new value `content' for
26721 `org-startup-folded'.
26722 (org-insert-todo-heading): New command.
26723 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26724 interactively in empty file and option
26725 `org-insert-mode-line-in-empty-file' has been set.
26726 (org-agenda-todo, org-agenda-priority): Modify to use
26727 `org-agenda-change-all-lines'.
26728 (org-warning-face): Change color on dark background
26729
26730 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26731
26732 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26733 use preferences AppleLocale and AppleLanguages, and variable
26734 mac-system-locale for default locale. On Mac OS Classic, use
26735 mac-system-coding-system for default coding systems.
26736
26737 * term/mac-win.el: Don't set file-name-coding-system.
26738 Decode variables system-name, emacs-build-system, user-login-name, and
26739 user-full-name by mac-system-coding-system on Mac OS Classic.
26740 (mac-system-coding-system): New variable.
26741
26742 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26743
26744 * startup.el (command-line): Handle `xterm-mouse-mode' before
26745 reading init file.
26746
26747 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26748
26749 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26750
26751 * progmodes/sh-script.el (sh-here-document-word): Make it a
26752 defcustom. Doc fix.
26753 (sh-add): Bash uses $(( )) for arithmetic.
26754 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26755 (sh-maybe-here-document): Remove quotes and leading whitespace
26756 from heredoc word when closing. Indent heredoc with tabs if word
26757 starts with "-".
26758
26759 2005-04-13 Richard M. Stallman <rms@gnu.org>
26760
26761 * simple.el (undo): Fix previous change.
26762
26763 * custom.el (defface): Doc fix.
26764
26765 2005-04-13 Lute Kamstra <lute@gnu.org>
26766
26767 * Makefile.in (DONTCOMPILE): Remove list.
26768 (compile, compile-always): Don't use DONTCOMPILE.
26769 (update-authors): Load the library in which batch-update-authors
26770 is defined.
26771 * makefile.w32-in (DONTCOMPILE): Remove list.
26772 (compile, compile-always): Fix comments.
26773 (update-authors): Load the library in which batch-update-authors
26774 is defined.
26775
26776 * generic-x.el (generic-mode-ini-file-find-file-hook):
26777 Rename to ini-generic-mode-find-file-hook.
26778 Keep generic-mode-ini-file-find-file-hook as an alias.
26779 (ini-generic-mode-find-file-hook): Rename from
26780 generic-mode-ini-file-find-file-hook. Fix docstring.
26781 (ini-generic-mode): Docstring change.
26782 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26783
26784 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26785 called from lisp.
26786
26787 * generic.el: Move to the emacs-lisp subdir.
26788
26789 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26790
26791 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26792 and C-S- function and cursor motion keys.
26793
26794 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26795
26796 * startup.el (command-line): Enable Xterm Mouse mode by default.
26797 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26798 for Custom. No longer show "Mouse" in mode line when enabled.
26799 Doc fix.
26800
26801 2005-04-12 Kim F. Storm <storm@cua.dk>
26802
26803 * emulation/cua-base.el (cua-rectangle-face)
26804 (cua-rectangle-noselect-face): Define face attributes here.
26805
26806 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26807
26808 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26809
26810 * startup.el (command-line): Turn off blinking cursor if
26811 cursorBlink in resources is off or false.
26812
26813 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26814
26815 * term/mac-win.el (dnd): Require dnd.
26816 (mac-drag-n-drop): Call dnd-handle-one-url.
26817 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26818 (kTextEncodingISOLatin2): Remove constants.
26819 (mac-script-code-coding-systems): New constant.
26820 (mac-handle-language-change): New function.
26821 (special-event-map): Bind it to `language-change' event.
26822 (mac-centraleurroman, mac-cyrillic): New coding systems.
26823 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26824 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26825 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26826 encode-mac-cyrillic, respectively.
26827
26828 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26829
26830 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26831 Don't set overlay-arrow-string to "=>" as this is done
26832 globally in C now.
26833
26834 2005-04-12 Lute Kamstra <lute@gnu.org>
26835
26836 * generic-x.el (rc-generic-mode, rul-generic-mode):
26837 Fix auto-mode-alist entries.
26838 (etc-fstab-generic-mode): Tweak fontification.
26839
26840 * generic.el (generic-make-keywords-list): Fix docstring.
26841 (generic-mode-internal): Simplify generic-font-lock-keywords.
26842
26843 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26844
26845 * whitespace.el (whitespace-buffer-leading)
26846 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26847 However, fix the highlight area for the leading and
26848 trailing whitespaces to show space.
26849
26850 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26851
26852 * whitespace.el (whitespace-version): Bump to 3.5
26853
26854 (whitespace-buffer-leading, whitespace-buffer-trailing):
26855 Invert sense of the test to highlight the whitespace.
26856
26857 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26858
26859 * progmodes/gud.el (gud-display-line): GUD uses its own
26860 overlay arrow now so don't set overlay-arrow-string.
26861 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26862
26863 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26864
26865 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26866 (term-ansi-current-reverse, term-ansi-current-invisible)
26867 (term-ansi-face-already-done): Change to boolean.
26868 (term-reset-terminal, term-handle-colors-array): Handle the above
26869 vars accordingly.
26870 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26871 (term-emulate-terminal): Use the new name.
26872
26873 * faces.el (secondary-selection): Use yellow1, not yellow.
26874 (trailing-whitespace): Use red1, not red.
26875
26876 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26877
26878 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26879 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26880 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26881
26882 * cus-edit.el (dnd): New group.
26883
26884 * term/w32-win.el (dnd): Require dnd
26885 (w32-drag-n-drop): Call dnd-handle-one-url.
26886
26887 * x-dnd.el: Require dnd.
26888 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26889 Call dnd-handle-one-url.
26890 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26891 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26892 to dnd-insert-text.
26893 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26894 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26895 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26896 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26897
26898 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26899
26900 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26901
26902 * wdired.el: Doc fixes.
26903 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26904 (wdired-use-dired-vertical-movement): Rename from
26905 wdired-always-move-to-filename-beginning.
26906 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26907 (wdired-change-to-wdired-mode): Change mode name.
26908 (wdired-newline): Delete.
26909
26910 2005-04-11 Richard M. Stallman <rms@gnu.org>
26911
26912 * whitespace.el (whitespace-highlight-the-space):
26913 Don't call whitespace-unhighlight-the-space here.
26914
26915 * simple.el (undo): Record t in undo-equiv-table
26916 for the redo record made by an undo-in-region.
26917
26918 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26919
26920 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26921 (gdb-frame-inferior-io-buffer): New Functions to control
26922 display of separate IO buffer.
26923 (menu): Add them to menu-bar.
26924 (gdb-display-buffer): Check for buffer another frame.
26925 Protect GUD buffer.
26926 (gdb-setup-windows): Create IO buffer if not already there.
26927 (gdb-memory-mode): Remove purecopy noops.
26928
26929 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26930
26931 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26932 and pass to self-insert-command.
26933
26934 2005-04-11 Lute Kamstra <lute@gnu.org>
26935
26936 * generic.el: Commentary section cleanup.
26937 (generic): Delete.
26938 (generic-use-find-file-hook, generic-lines-to-scan)
26939 (generic-find-file-regexp, generic-ignore-files-regexp)
26940 (default-generic-mode, generic-mode-find-file-hook)
26941 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26942 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26943 (generic-use-find-file-hook, generic-lines-to-scan)
26944 (generic-find-file-regexp, generic-ignore-files-regexp)
26945 (default-generic-mode, generic-mode-find-file-hook)
26946 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26947
26948 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26949
26950 * bookmark.el (bookmark-write-file): Catch errors writing file.
26951 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26952
26953 2005-04-10 Richard M. Stallman <rms@gnu.org>
26954
26955 * startup.el (fancy-splash-tail): Update copyright year.
26956 (command-line): Split part of -Q into -D.
26957 (emacs-basic-display): New defvar.
26958 (fancy-splash-text): Correct name of menu item.
26959
26960 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26961
26962 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26963 lines in one node.
26964
26965 * comint.el (comint-send-input): New arg ARTIFICIAL.
26966 Callers in this file changed.
26967
26968 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26969
26970 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26971
26972 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26973
26974 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26975 `ldap-search-internal'.
26976
26977 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26978
26979 * files.el (set-auto-mode-1): Use line-end-position.
26980
26981 * international/latin-1.el:
26982 * international/latin-2.el:
26983 * international/latin-3.el:
26984 * international/latin-4.el:
26985 * international/latin-5.el:
26986 * international/latin-8.el:
26987 * international/latin-9.el: Give punctuation syntax to NBSP.
26988
26989 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26990 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26991 Use char-classes to accept non-ascii letters, accepted in some recent
26992 bibtex implementations.
26993
26994 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26995
26996 * custom.el (custom-set-minor-mode): Any non-nil value for the
26997 variable should enable the mode when set through Custom.
26998
26999 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27000
27001 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27002 TAB binding so tab-always-indent is obeyed.
27003 (vhdl-minibuffer-local-map): Move initialization into declaration.
27004 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27005 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27006 (vhdl-hooked-abbrev): Avoid test for XEmacs.
27007 (vhdl-current-line): Use line-beginning-position.
27008 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27009 with-output-to-temp-buffer, so the current position can be recorded.
27010
27011 2005-04-10 Masatake YAMATO <jet@gyve.org>
27012
27013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27014 Add regexp for gcov.
27015
27016 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
27017
27018 * calendar/time-date.el (time-to-seconds, seconds-to-time)
27019 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27020 syntax which Emacs 20 doesn't support.
27021
27022 2005-04-09 Richard M. Stallman <rms@gnu.org>
27023
27024 * help.el (describe-key-briefly, describe-key):
27025 Replace strings as event types with "(any string)".
27026
27027 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
27028
27029 * arc-mode.el (archive-mode-map): Move initialization into
27030 the declaration. Override *all* bindings of `undo'.
27031 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27032
27033 2005-04-09 Jay Belanger <belanger@truman.edu>
27034
27035 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27036
27037 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
27038
27039 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27040 (xterm-register-default-colors): Update color values computation
27041 to match xterm-200.
27042
27043 2005-04-09 Kenichi Handa <handa@m17n.org>
27044
27045 * international/code-pages.el (iso-latin-7): Fix the map.
27046
27047 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
27048
27049 * emacs-lisp/lisp.el (defun-prompt-regexp)
27050 (parens-require-spaces, buffer-end, end-of-defun)
27051 (insert-parentheses): Doc fixes.
27052
27053 2005-04-08 Kim F. Storm <storm@cua.dk>
27054
27055 * comint.el (comint-highlight-prompt): Fix face spec.
27056 * hi-lock.el (hi-green): Likewise.
27057
27058 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27059
27060 * cus-edit.el (custom-modified-face):
27061 * comint.el (comint-highlight-input): Fix previous changes.
27062 * term.el (term-handle-ansi-escape): Add a comment.
27063
27064 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
27065
27066 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27067 in the buffer and in whitespace-highlighted-space.
27068 (whitespace-unhighlight-the-space): Simplify.
27069 (whitespace-buffer): Simplify.
27070
27071 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27072
27073 * textmodes/table.el (table-cell-face): Add special case for
27074 displays supporting a high number of colors.
27075 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27076 (vhdl-font-lock-reserved-words-face)
27077 (vhdl-speedbar-architecture-face)
27078 (vhdl-speedbar-instantiation-face)
27079 (vhdl-speedbar-architecture-selected-face)
27080 (vhdl-speedbar-instantiation-selected-face): Likewise.
27081 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27082 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27083 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27084 (ebrowse-root-class-face, ebrowse-member-attribute-face)
27085 (ebrowse-progress-face): Likewise.
27086 * progmodes/compile.el (compilation-info-face): Likewise.
27087 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27088 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27089 * calendar/calendar.el (diary-face): Likewise.
27090 * woman.el (woman-italic-face, woman-bold-face)
27091 (woman-unknown-face): Likewise.
27092 * wid-edit.el (widget-button-pressed-face): Likewise.
27093 * whitespace.el (whitespace-highlight-face): Likewise.
27094 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27095 * pcvs-info.el (cvs-marked-face): Likewise.
27096 * info.el (info-xref): Likewise.
27097 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27098 * hilit-chg.el (highlight-changes-face)
27099 (highlight-changes-delete-face): Likewise.
27100 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27101 (hi-red-b): Likewise.
27102 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27103 * font-lock.el (font-lock-keyword-face)
27104 (font-lock-function-name-face, font-lock-warning-face): Likewise.
27105 * cus-edit.el (custom-invalid-face, custom-modified-face)
27106 (custom-set-face, custom-changed-face, custom-variable-tag-face)
27107 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27108 * comint.el (comint-highlight-prompt): Likewise.
27109
27110 2005-04-08 Lute Kamstra <lute@gnu.org>
27111
27112 * font-lock.el (font-lock-keywords): Docstring fixes.
27113
27114 2005-04-08 Kenichi Handa <handa@m17n.org>
27115
27116 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27117 chars are more than a limit, print " and more..." at the tail.
27118
27119 2005-04-08 Kim F. Storm <storm@cua.dk>
27120
27121 * emacs-lisp/authors.el (authors-aliases): Update list.
27122 (authors-ignored-files): New list.
27123 (authors-fixed-entries): Fix typo.
27124 (authors-renamed-files-alist): Update list.
27125 (authors-add): Check authors-ignored-files.
27126
27127 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
27128
27129 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27130 optional, to ensure backward compatibility.
27131
27132 2005-04-08 Stephen Eglen <stephen@gnu.org>
27133
27134 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27135
27136 2005-04-08 Kim F. Storm <storm@cua.dk>
27137
27138 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27139
27140 * mouse.el (mouse-on-link-p): Doc fix.
27141
27142 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
27143
27144 * ielm.el (ielm-prompt-read-only): Doc fix.
27145
27146 * comint.el (comint-prompt-read-only): Doc fix.
27147
27148 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
27149
27150 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27151 ensure dired always handles wildcards passed to ffap.
27152 (find-file-at-point): Use it.
27153 (ffap-dired-wildcards): Doc fix.
27154
27155 2005-04-07 Juri Linkov <juri@jurta.org>
27156
27157 * simple.el (next-error-overlay-arrow-position): New defvar.
27158 Put "=>" on its property `overlay-arrow-string'. Add it to
27159 `overlay-arrow-variable-list'.
27160
27161 * progmodes/compile.el (compilation-setup):
27162 Set `next-error-overlay-arrow-position' to nil. Also set it to
27163 nil in the local hook `kill-buffer-hook'. Make local variable
27164 `overlay-arrow-string' and set it to "=>".
27165 (compilation-goto-locus): Set BOL position to
27166 `next-error-overlay-arrow-position' instead of
27167 `overlay-arrow-position'.
27168
27169 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27170 locally instead of adding it to the global hook.
27171 (Info-kill-buffer): Move up.
27172
27173 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
27174
27175 * term/xterm.el (xterm-standard-colors): Update color values from
27176 xterm-200.
27177
27178 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
27179
27180 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27181
27182 * fast-lock.el:
27183 * lazy-lock.el: Move them to the obsolete subdir.
27184
27185 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27186
27187 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27188 (wdired-add-replace-advice): Remove.
27189 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27190
27191 2005-04-06 Kim F. Storm <storm@cua.dk>
27192
27193 * startup.el (command-line): Add --bare-bones alias for -Q.
27194
27195 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27196
27197 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27198 create the startup fontset if a font specification ends with
27199 `mac-roman'.
27200
27201 2005-04-06 Lute Kamstra <lute@gnu.org>
27202
27203 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27204 change.
27205
27206 * emacs-lisp/copyright.el (copyright-update-year): Replace the
27207 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
27208
27209 2005-04-05 Lute Kamstra <lute@gnu.org>
27210
27211 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27212 (define-generic-mode): Ditto. Fix debug declaration.
27213
27214 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27215 Put them in the generic-x group.
27216
27217 * calendar/timeclock.el (timeclock): Doc fix.
27218
27219 * generic.el (define-generic-mode): Don't use custom-current-group.
27220 Document default :group value.
27221 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27222 (define-global-minor-mode): Don't use custom-current-group.
27223
27224 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
27225
27226 * startup.el (command-line-1): Display startup-echo-area-message
27227 when fancy splash screen is in use.
27228
27229 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27230 (sh-escaped-newline): New face.
27231 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27232 newline, and use sh-escaped-newline face.
27233
27234 * progmodes/tcl.el (tcl-escaped-newline): New face.
27235 (tcl-builtin-list): New variable.
27236 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27237 newlines. Fix keywords subexpression number.
27238
27239 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
27240
27241 * textmodes/org.el (org-diary-default-entry): Fix call to
27242 `add-to-diary-entry'.
27243
27244 2005-04-05 Kim F. Storm <storm@cua.dk>
27245
27246 * ediff-init.el: Use (featurep 'xemacs).
27247
27248 2005-04-05 David Ponce <david@dponce.com>
27249
27250 * cus-edit.el (face): Derive from symbol widget. Display sample
27251 of the current face on the fly.
27252 (widget-face-sample-face-get, widget-face-notify): New functions.
27253 (widget-face-value-create): Remove.
27254
27255 * wid-edit.el (widget-field-end): Temporarily remove field
27256 narrowing before to call `get-char-property'.
27257
27258 2005-04-04 Jay Belanger <belanger@truman.edu>
27259
27260 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27261 (math-read-subscripts): New variable.
27262 (math-read-preprocess-string): Process subscripts.
27263
27264 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
27265
27266 * comint.el (comint-prompt-read-only): Doc fix.
27267
27268 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27269 `-1'. Doc fix.
27270
27271 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
27272
27273 * textmodes/org.el (org-insert-mode-line-in-empty-file):
27274 Change default value to nil.
27275
27276 2005-04-04 Lute Kamstra <lute@gnu.org>
27277
27278 * autorevert.el (auto-revert-mode): Specify :group.
27279 * battery.el (display-battery-mode): Specify :group.
27280 * diff-mode.el (diff-minor-mode): Specify :group.
27281 * font-core.el (font-lock-mode): Specify :group.
27282 * hl-line.el (hl-line-mode): Specify :group.
27283 * iimage.el (iimage): New customization group.
27284 (iimage-mode): Specify :group.
27285 * longlines.el (longlines-mode): Specify :group.
27286 * master.el: Don't require easy-mmode.
27287 (master): New customization group.
27288 (master-mode): Specify :group.
27289 * msb.el (msb-mode): Specify :group.
27290 * reveal.el (reveal-mode): Specify :group.
27291 * simple.el (next-error-follow-minor-mode): Specify :group.
27292 * smerge-mode.el (smerge-mode): Specify :group.
27293 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27294 * emulation/cua-base.el (cua-mode): Specify :group.
27295 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27296 * language/thai-util.el (thai-auto-composition-mode)
27297 (thai-word-mode): Specify :group.
27298 * mail/supercite.el (sc-minor-mode): Specify :group.
27299 * progmodes/cwarn.el (cwarn-mode): Specify :group.
27300 * progmodes/flymake.el (flymake-mode): Specify :group.
27301 * progmodes/glasses.el (glasses-mode): Specify :group.
27302 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
27303 * textmodes/enriched.el (enriched-mode): Specify :group.
27304 * textmodes/refill.el (refill-mode): Specify :group.
27305
27306 * add-log.el (change-log-font-lock-keywords): Names in
27307 parenthesized lists can contain spaces.
27308
27309 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
27310
27311 * startup.el (fancy-splash-text): Shorten default text of
27312 "Emacs Tutorial" line. Also, if the current language env
27313 indicates an available tutorial file other than TUTORIAL,
27314 extract its title and append it to the line in parentheses.
27315 (fancy-splash-insert): If arg is a thunk, funcall it.
27316
27317 2005-04-04 Jay Belanger <belanger@truman.edu>
27318
27319 * calc.el (calc-language-alist): Add tags to customization type.
27320
27321 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
27322
27323 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
27324 Doc fix.
27325
27326 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
27327
27328 * add-log.el (change-log-font-lock-keywords): The manual
27329 describing a Change Log entry, says: (...) "Aside from these
27330 header lines, every line in the change log starts with a space or
27331 a tab.". The font-lock was not highlighting lines started with
27332 spaces, added support for it.
27333
27334 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27335
27336 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
27337 (bibtex-generate-url-list): Update docstring accordingly. Put the
27338 complex example in the docstring.
27339 (bibtex-font-lock-url): Use pop.
27340
27341 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
27342
27343 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
27344
27345 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
27346
27347 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
27348
27349 * filesets.el (filesets-set-default): Doc fix.
27350
27351 2005-04-03 Lute Kamstra <lute@gnu.org>
27352
27353 * generic.el (define-generic-mode): Add argument to specify
27354 keywords for defcustom.
27355 (default-generic-mode): Specify :group.
27356
27357 * generic-x.el: Specify :group for all generic modes.
27358
27359 * desktop.el (desktop-no-desktop-file-hook)
27360 (desktop-after-read-hook): Doc fix.
27361
27362 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
27363
27364 * simple.el (visible-mode): Use explicit :group keyword.
27365 This changes the group of `visible-mode-hook' from paren-blinking
27366 to editing-basics.
27367
27368 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
27369
27370 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
27371 mailbox specifications as well as URLs.
27372 (rmail-insert-inbox-text): Remove unused conditional branches.
27373
27374 2005-04-01 Jay Belanger <belanger@truman.edu>
27375
27376 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27377 (calc-gnuplot-print-command): Move definitions to calc.el.
27378
27379 * calc/calc-embed.el (calc-embedded-announce-formula)
27380 (calc-embedded-open-formula, calc-embedded-close-formula)
27381 (calc-embedded-open-word, calc-embedded-close-word)
27382 (calc-embedded-open-plain, calc-embedded-close-plain)
27383 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27384 (calc-embedded-open-mode, calc-embedded-close-mode):
27385 Move definitions to calc.el.
27386
27387 * calc/calc.el (calc-settings-file, calc-language-alist):
27388 Make customizable.
27389 (calc-embedded-announce-formula, calc-embedded-open-formula)
27390 (calc-embedded-close-formula, calc-embedded-open-word)
27391 (calc-embedded-close-word, calc-embedded-open-plain)
27392 (calc-embedded-close-plain, calc-embedded-open-new-formula)
27393 (calc-embedded-close-new-formula, calc-embedded-open-mode)
27394 (calc-embedded-close-mode, calc-gnuplot-name)
27395 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27396 from other files and make customizable.
27397
27398 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27399
27400 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27401 Use buffer-live-p.
27402 (cvs-mode-run): Don't call cvs-update-header here.
27403 (cvs-run-process): Call cvs-update-header.
27404 Use process properties for cvs-postprocess and cvs-buffer so that
27405 the sentinel can behave better if the temp buffer is killed.
27406 Use a pipe rather than a tty, to better handle unexpected prompts.
27407 (cvs-sentinel): Rewrite. Call cvs-update-header.
27408
27409 2005-04-01 Andre Spiegel <spiegel@gnu.org>
27410
27411 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27412 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
27413
27414 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27415
27416 * generic.el (define-generic-mode): Add indentation rule.
27417
27418 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
27419
27420 * files.el (mode-require-final-newline): Make Custom correctly
27421 report a nil value and allow to set it to nil via Custom.
27422 Doc fix.
27423
27424 2005-04-01 Kenichi Handa <handa@m17n.org>
27425
27426 * international/characters.el: Enable the correct case setting for
27427 dotless-i and dotted-I.
27428
27429 2005-04-01 Kim F. Storm <storm@cua.dk>
27430
27431 * ido.el (ido-file-internal): Fall back to non-ido command if
27432 initial directory is on slow ftp (or tramp) host.
27433
27434 2005-03-31 Richard M. Stallman <rms@gnu.org>
27435
27436 * emacs-lisp/autoload.el (make-autoload):
27437 Handle define-global-minor-mode.
27438
27439 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27440 Rename from easy-mmode-define-global-mode.
27441 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27442
27443 * progmodes/scheme.el (scheme-mode-syntax-table):
27444 Update syntax of | and # for two-character comment syntax.
27445
27446 2005-03-31 Lute Kamstra <lute@gnu.org>
27447
27448 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27449 (define-minor-mode): Call custom-current-group at load-time.
27450
27451 * generic.el (define-generic-mode): Add debug declaration.
27452 Add defcustom for the mode hook.
27453 (generic-mode-internal): Use run-mode-hooks.
27454
27455 2005-03-31 Kim F. Storm <storm@cua.dk>
27456
27457 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27458 (mouse-fixup-help-message): New defun called by show_help_echo
27459 to fixup mouse-2 prefix in help messages when applicable.
27460
27461 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27462
27463 2005-03-31 Kenichi Handa <handa@m17n.org>
27464
27465 * language/thai-word.el (thai-find-word-ends): Pay attention to
27466 the case that we reach the end of buffer.
27467
27468 * textmodes/fill.el (fill-text-properties-at): New function.
27469 (fill-newline): Use fill-text-properties-at instead of
27470 text-properties-at.
27471
27472 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27473
27474 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27475 not comint-quote-filename.
27476
27477 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
27478
27479 * help-fns.el (help-with-tutorial): Revert last change.
27480
27481 2005-03-31 Kim F. Storm <storm@cua.dk>
27482
27483 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27484
27485 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
27486
27487 * calendar/cal-china.el: Update reference to "Calendrical
27488 Calculations" book; there's a new edition.
27489 * calendar/cal-coptic.el: Likewise.
27490 * calendar/cal-french.el: Likewise.
27491 * calendar/cal-hebrew.el: Likewise.
27492 * calendar/cal-islam.el: Likewise.
27493 * calendar/cal-iso.el: Likewise.
27494 * calendar/cal-julian.el: Likewise.
27495 * calendar/cal-mayan.el: Likewise.
27496 * calendar/cal-persia.el: Likewise.
27497 * calendar/calendar.el: Likewise.
27498 * calendar/holidays.el: Likewise.
27499 * calendar/lunar.el: Likewise.
27500 * calendar/solar.el: Likewise.
27501
27502 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27503 white space from doc string.
27504
27505 2005-03-30 Jay Belanger <belanger@truman.edu>
27506
27507 * calc/calc-help.el (calc-full-help): Remove email address.
27508
27509 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27510
27511 * help-fns.el (help-with-tutorial): Delete title line.
27512
27513 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27514
27515 * calendar/cal-x.el (calendar-one-frame-setup)
27516 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27517 rather than `symbol' for set-window-dedicated-p.
27518
27519 * calendar/appt.el (appt-buffer-name): Make it a constant.
27520 (appt-add): Doc fix.
27521
27522 * filesets.el (filesets-menu-path, filesets-menu-before)
27523 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27524 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27525 (filesets-add-submenu): Delete and use add-submenu instead.
27526
27527 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27528
27529 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27530 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27531 (org-diary-default-entry): New function.
27532 (org-get-entries-from-diary): Better parsing of diary entries.
27533 (org-agenda-check-no-diary): New function.
27534 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27535 linking to diary entries.
27536 (org-agenda-execute-calendar-command): New function.
27537 (org-agenda): Improve visible section in window.
27538 Use `org-fit-agenda-window'.
27539 (org-fit-agenda-window): New option.
27540 (org-move-subtree-down): Better handling of empty lines
27541 at end of subtree.
27542 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27543 levels up.
27544 (org-fontify-done-headline): New option.
27545 (org-headline-done-face): New face.
27546 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27547 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27548 When current field is non-empty, it is copied to next row.
27549 (org-table-copy-from-above): Fix bug which made it
27550 impossible to copy fields containing only a single non-white character.
27551
27552 2005-03-30 Kim F. Storm <storm@cua.dk>
27553
27554 * kmacro.el (kmacro-end-macro): Isearch may store this command
27555 into the macro -- so ignore it when executing keyboard macro.
27556
27557 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27558
27559 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27560
27561 2005-03-29 Kenichi Handa <handa@m17n.org>
27562
27563 * language/thai.el ("Thai"): Set setup-function and exit-function
27564 for Thai language environment.
27565
27566 * language/thai-util.el: Require thai-word.
27567 (thai-word-mode-map): New variable.
27568 (thai-word-mode): New minor mode.
27569 (setup-thai-language-environment-internal): New function.
27570 (exit-thai-language-environment-internal): New function.
27571
27572 * language/thai-word.el (thai-word-table): Declare it by defvar,
27573 use dolist to initialize it.
27574 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27575 (thai-fill-find-break-point): New functions.
27576
27577 2005-03-29 Richard M. Stallman <rms@gnu.org>
27578
27579 * simple.el (idle-update-delay): Move definition up.
27580 (set-mark): Doc fix.
27581
27582 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27583
27584 * longlines.el: New file.
27585
27586 * simple.el (buffer-substring-filters): New variable.
27587 (filter-buffer-substring): New function.
27588 (kill-region, copy-region-as-kill): Use it.
27589
27590 * register.el (copy-to-register, append-to-register)
27591 (prepend-to-register): Use filter-buffer-substring.
27592
27593 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27594
27595 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27596 (gud-filter-pending-text): Move in front of gdb.
27597 (gud-overlay-arrow-position): New variable.
27598 (gud-sentinel, gud-display-line): Use it in place of
27599 overlay-arrow-position.
27600
27601 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27602
27603 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27604 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27605 (fortran-font-lock-keywords-4): New variable.
27606 (fortran-blocks-re, fortran-end-block-re)
27607 (fortran-start-block-re): New constants, for hideshow.
27608 (hs-special-modes-alist): Add a Fortran entry.
27609 (fortran-mode-map): Bind fortran-end-of-block,
27610 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27611 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27612 (fortran-looking-at-if-then, fortran-end-of-block)
27613 (fortran-beginning-of-block): New functions, for hideshow.
27614
27615 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27616 Doc fix. Tweak regexp.
27617 (f90-beginning-of-block): Push mark first.
27618
27619 2005-03-29 Jay Belanger <belanger@truman.edu>
27620
27621 * calc/calc.el: Update copyright date.
27622 (calc-version): Increase to 2.1.
27623 (calc-version-date): Remove.
27624
27625 * calc/calc-help.el: Update copyright date.
27626 (calc-full-help): Remove reference to calc-version-date.
27627 Update copyright date.
27628
27629 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27630
27631 * vc.el (vc-do-command): Use a pipe for async processes, so password
27632 prompts don't show up at places where the user can't reply.
27633
27634 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27635
27636 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27637 on the file name we pass to the inferior shell.
27638
27639 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27640
27641 * progmodes/which-func.el (which-function): Be robust in the face of an
27642 imenu--make-index-alist failure.
27643
27644 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27645
27646 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27647
27648 * progmodes/python.el (python-preoutput-filter): Fix last change.
27649
27650 2005-03-29 Lute Kamstra <lute@gnu.org>
27651
27652 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27653 functions and compiled macros.
27654 (debug-convert-byte-code): Handle macros too.
27655 (debug-on-entry-1): Don't signal an error when trying to clear a
27656 function that is not set to debug on entry.
27657
27658 2005-03-29 Jay Belanger <belanger@truman.edu>
27659
27660 * calc/calc-lang.el: Add functions to math-function-table
27661 properties of tex and math.
27662
27663 2005-03-29 Kenichi Handa <handa@m17n.org>
27664
27665 * ps-mule.el (ps-mule-plot-string): Translate characters by
27666 ps-print-translation-table.
27667 (ps-mule-begin-job): Call find-charset-region/string with
27668 ps-print-translation-table.
27669 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27670
27671 * ps-print.el (ps-print-translation-table): New variable.
27672 (ps-plot-region): Translate characters by ps-print-translation-table.
27673
27674 2005-03-29 Juri Linkov <juri@jurta.org>
27675
27676 * simple.el (next-error-highlight-timer): New variable.
27677
27678 * progmodes/compile.el (compilation-goto-locus):
27679 Use `next-error-highlight-timer' instead of `sit-for'.
27680
27681 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27682
27683 * mail/supercite.el (sc-mail-field): Use assoc-string.
27684 (sc-get-address): Simplify regexps.
27685
27686 * files.el (minibuffer-with-setup-hook): New macro.
27687 (find-file-read-args): Use it to avoid let-binding
27688 minibuffer-with-setup-hook (which breaks turning on/off
27689 file-name-shadow-mode while in the prompt).
27690
27691 * complete.el (PC-read-include-file-name-internal):
27692 Use test-completion.
27693
27694 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27695
27696 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27697
27698 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27699
27700 * window.el (window-buffer-height): Use count-screen-lines.
27701
27702 * progmodes/python.el (python-preoutput-leftover): New var.
27703 (python-preoutput-filter): Use it.
27704 (python-send-receive): Loop until all the result has been received.
27705
27706 2005-03-28 Juri Linkov <juri@jurta.org>
27707
27708 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27709
27710 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27711 "Recover Crashed Session".
27712 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27713 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27714 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27715 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27716 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27717 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27718 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27719 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27720
27721 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27722 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27723 Ediff Sessions", "Toggle use of separate control buffer frame",
27724 "Use separate frame for Ediff control buffer".
27725
27726 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27727 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27728 "Rename Bookmark", "Delete Bookmark".
27729
27730 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27731 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27732 Add `:active Info-index-alternatives' to "Next Matching Item".
27733
27734 * wdired.el (wdired-change-to-wdired-mode):
27735 Mention `wdired-abort-changes' key in the initial message.
27736
27737 * international/mule.el (auto-coding-alist): Associate non-ascii
27738 image filename extensions with `no-conversion'.
27739
27740 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27741
27742 * international/iso-acc.el:
27743 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27744
27745 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27746
27747 * textmodes/sgml-mode.el (html-mode): Doc update.
27748
27749 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27750
27751 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27752
27753 * term.el (term-move-columns): Fix face after extending a line.
27754 (term-insert-spaces): Likewise.
27755 (term-reset-terminal): Fix off by one error.
27756
27757 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27758
27759 * international/mule.el (auto-coding-alist): Add .xpi files.
27760
27761 * files.el (auto-mode-alist): Add .xpi files.
27762
27763 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27764
27765 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27766
27767 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27768
27769 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27770
27771 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27772
27773 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27774 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27775
27776 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27777 cursor to Jan 1 when needed.
27778 (calendar-end-of-year): Fix -/+ typo.
27779 Reported by Chong Yidong <cyd@stupidchicken.com>.
27780
27781 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27782
27783 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27784
27785 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27786 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27787
27788 2005-03-25 Richard M. Stallman <rms@gnu.org>
27789
27790 * filesets.el (filesets-init): Add autoload.
27791
27792 * mail/mailalias.el (mail-directory): Doc fix.
27793
27794 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27795
27796 * mail/mailalias.el (mail-directory-process): Do nothing if
27797 mail-directory-process is an atom.
27798 (mail-get-names): Ignore mail-directory-names if it is an atom.
27799 (mail-directory-process defvar): Doc fix.
27800 (mail-names): Doc fix.
27801
27802 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27803
27804 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27805
27806 2005-03-26 Kenichi Handa <handa@m17n.org>
27807
27808 * international/mule-util.el (detect-coding-with-priority):
27809 Call update-coding-systems-internal before detect-coding-region.
27810
27811 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27812
27813 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27814 (gdb-frames-mode-map): Add follow-link property.
27815
27816 2005-03-25 Jay Belanger <belanger@truman.edu>
27817
27818 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27819 for variables.
27820
27821 2005-03-25 Juri Linkov <juri@jurta.org>
27822
27823 * image-mode.el: Optimize image filename extension regexps in
27824 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27825 in `auto-mode-alist'.
27826 (image-mode): Add `image-toggle-display-text' to local hook
27827 `change-major-mode-hook'. Display the image as an image by
27828 default. Set `cursor-type' and `truncate-lines' if the image
27829 is already displayed. Take into account the current mode (image
27830 or text) in message.
27831 (image-minor-mode): New minor mode.
27832 (image-mode-maybe, image-toggle-display-text): New functions.
27833 (image-toggle-display): Use called-interactively-p.
27834 Let-bind `inhibit-read-only' to t.
27835
27836 * image-mode.el (image-minor-mode): Set `cursor-type' and
27837 `truncate-lines' if the image is already displayed. Add turning
27838 image-minor-mode off to `change-major-mode-hook'. Add message.
27839 Call `image-toggle-display-text' after turning image-minor-mode off.
27840
27841 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27842
27843 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27844 Terminal.app, use utf-8.
27845 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27846 (set-locale-environment): Use it.
27847
27848 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27849
27850 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27851
27852 * progmodes/python.el (python-close-block-statement-p)
27853 (python-outdent-p, python-current-defun): Use symbol-end.
27854
27855 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27856
27857 * files.el (save-some-buffers): Doc fix.
27858
27859 2005-03-25 Werner Lemberg <wl@gnu.org>
27860
27861 * complete.el, thumbs.el: Replace `legal' with `valid'.
27862 * calendar/calendar.el: Replace `legal' with `valid'.
27863 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27864 * mail/supercite.el: Replace `legal' with `valid'.
27865 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27866 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27867 Replace `legal' with `valid'.
27868 * textmodes/reftex-vars.el, textmodes/reftex.el:
27869 Replace `legal' with `valid'.
27870
27871 2005-03-25 Werner Lemberg <wl@gnu.org>
27872
27873 * calc/calc-forms.el, calc/calc-sel.el
27874 * midnight.el, vc-cvs.el
27875 * emacs-lisp/cl-macs.el
27876 * emulation/vip.el
27877 * eshell/esh-io.el, eshell/esh-var.el
27878 * mail/supercite.el
27879 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27880 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27881 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27882 * progmodes/sh-script.el, progmodes/xscheme.el
27883 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27884 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27885 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27886 * textmodes/reftex.el, textmodes/org.el:
27887 Replace `illegal' with `invalid'.
27888
27889 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27890
27891 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27892 (flymake-find-buildfile, flymake-find-possible-master-files)
27893 (flymake-check-include, flymake-parse-line): Replace loops over the
27894 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27895
27896 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27897 Substitute file-name-as-directory in the rest of the file.
27898 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27899 (flymake-replace-region): Remove unused arg `buffer'.
27900 (flymake-check-patch-master-file-buffer): Update calls to it.
27901 (flymake-add-err-info): Remove unused var `count'.
27902 (flymake-mode): Use define-minor-mode.
27903
27904 * progmodes/flymake.el: Use with-current-buffer.
27905 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27906 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27907 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27908 Avoid testing for `xemacs'.
27909 (flymake-nop): Move.
27910 (flymake-region-has-flymake-overlays): Return the computed value.
27911 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27912 Remove unused var `endline'.
27913 (flymake-get-line-count): Remove unused function.
27914 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27915
27916 * emulation/vi.el:
27917 * generic.el:
27918 * hilit-chg.el (global-highlight-changes):
27919 * hi-lock.el (hi-lock-mode):
27920 * follow.el: find-file-hooks -> find-file-hook.
27921
27922 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27923
27924 2005-03-24 Juri Linkov <juri@jurta.org>
27925
27926 * dired.el (dired-mode-map): Add menu item "Compare directories"
27927 for dired-compare-directories.
27928
27929 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27930 Doc fix. Replace `read-file-name' with `read-directory-name'.
27931
27932 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27933
27934 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27935
27936 2005-03-24 Jay Belanger <belanger@truman.edu>
27937
27938 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27939 relevant mode settings in calc-embedded-original-modes when modes
27940 are permanently changed.
27941
27942 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27943
27944 * autoinsert.el: find-file-hooks -> find-file-hook.
27945
27946 2005-03-24 Lute Kamstra <lute@gnu.org>
27947
27948 * generic.el (generic-font-lock-defaults): Make it obsolete.
27949 (generic-font-lock-keywords): New variable to replace
27950 generic-font-lock-defaults.
27951 (generic-mode-set-font-lock): Delete it.
27952 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27953 (generic-bracket-support): Add docstring.
27954
27955 * generic-x.el: Rename generic-font-lock-defaults to
27956 generic-font-lock-keywords throughout.
27957 (mailagent-rules-setup-function): Delete it.
27958 (mailagent-rules-generic-mode): Use anonymous function instead.
27959 (show-tabs-generic-mode-font-lock-defaults-1)
27960 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27961 Quote faces.
27962 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27963 not foreground.
27964
27965 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27966 Recognize define-generic-mode.
27967
27968 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27969
27970 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27971 if there's no completion table.
27972
27973 2005-03-23 Miles Bader <miles@gnu.org>
27974
27975 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27976 Remove tty-specific variants, as they're no longer needed.
27977
27978 2005-03-23 Lute Kamstra <lute@gnu.org>
27979
27980 * generic-x.el: Code cleanup: make args constant whenever possible.
27981 (installshield-statement-keyword-list)
27982 (installshield-system-functions-list)
27983 (installshield-system-variables-list, installshield-types-list)
27984 (installshield-funarg-constants-list): Make them constants.
27985
27986 * generic.el (generic-make-keywords-list): Add autoload cookie.
27987
27988 * calendar/time-date.el: Add comment on time value formats.
27989 Don't require parse-time.
27990 (with-decoded-time-value): New macro.
27991 (encode-time-value): New function.
27992 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27993 (days-to-time): Return a valid time value when arg is huge.
27994 (time-since): Use time-subtract.
27995 (time-to-number-of-days): Use time-to-seconds.
27996
27997 2005-03-23 David Ponce <david@dponce.com>
27998
27999 * recentf.el (recentf-keep): New option.
28000 (recentf-menu-action): Default to `find-file'.
28001 (recentf-keep-non-readable-files-flag)
28002 (recentf-keep-non-readable-files-p)
28003 (recentf-file-readable-p, recentf-find-file)
28004 (recentf-cleanup-remote): Remove.
28005 (recentf-include-p): More robust.
28006 (recentf-keep-p): New function.
28007 (recentf-remove-if-non-kept): Rename from
28008 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
28009 All callers updated.
28010 (recentf-menu-items-for-commands): Fix help string.
28011 (recentf-track-closed-file): Update. Doc fix.
28012 (recentf-cleanup): Update. Count removed files. Doc fix.
28013
28014 2005-03-23 Kim F. Storm <storm@cua.dk>
28015
28016 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28017 Don't inherit from fringe face (now happens automatically).
28018
28019 2005-03-22 Kim F. Storm <storm@cua.dk>
28020
28021 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28022 position values.
28023
28024 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
28025
28026 * menu-bar.el (showhide-date-time): Remove.
28027 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28028 (menu-bar-make-mm-toggle): Simplify.
28029
28030 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28031
28032 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28033 Accept qualified variable and function names.
28034
28035 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
28036
28037 * bindings.el (completion-ignored-extensions):
28038 Remove ".lis" for `vax-vms'.
28039
28040 2005-03-22 Andreas Schwab <schwab@suse.de>
28041
28042 * generic-x.el: Revert last change.
28043 * ldefs-boot.el: Update.
28044
28045 2005-03-22 Jay Belanger <belanger@truman.edu>
28046
28047 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28048 (calc-embedded-save-original-modes)
28049 (calc-embedded-restore-original-modes): New functions.
28050 (calc-do-embedded): Save original modes when entering embedded mode
28051 and restore when leaving embedded mode.
28052 (calc-embedded-modes-change): Change the value of
28053 calc-embedded-original-modes to reflect permanent changes.
28054
28055 2005-03-22 Lute Kamstra <lute@gnu.org>
28056
28057 * generic-x.el: Require generic again.
28058
28059 2005-03-22 Miles Bader <miles@gnu.org>
28060
28061 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28062 Tweak details to look good on both ttys and bitmap displays, light
28063 or dark background, etc.
28064
28065 2005-03-21 Kim F. Storm <storm@cua.dk>
28066
28067 * tooltip.el (tooltip-show-help-function): Check car and cdr of
28068 mouse position.
28069
28070 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28071
28072 * icomplete.el: Don't forcibly turn on the mode upon load.
28073 (icomplete-mode): Use define-minor-mode.
28074 (icomplete-eoinput): Default to nil.
28075 (icomplete-minibuffer-setup): Remove autoload.
28076 (icomplete-tidy): Simplify.
28077 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28078 in the initial state or if the user has modified the field.
28079 Fix handling of icomplete-max-delay-chars.
28080 Remove code that handles the oddball case where
28081 minibuffer-completion-table is an integer.
28082 Wrap icomplete-completions in while-no-input in case building
28083 completions takes more time than expected.
28084 (icomplete-completions): Simplify.
28085
28086 2005-03-21 Richard M. Stallman <rms@gnu.org>
28087
28088 * jka-compr.el (jka-compr-really-do-compress):
28089 Make variable buffer-local.
28090
28091 * image-mode.el: Handle .xpm files too.
28092 (image-toggle-display): Preserve modification flag.
28093
28094 * help.el (where-is): Don't mention aliases with no key bindings.
28095
28096 2005-03-21 Lute Kamstra <lute@gnu.org>
28097
28098 * generic.el: Fix commentary section. Don't require cl for
28099 compilation.
28100 (generic-mode-list): Add autoload cookie.
28101 (generic-use-find-file-hook, generic-lines-to-scan)
28102 (generic-find-file-regexp, generic-ignore-files-regexp)
28103 (generic-mode, generic-mode-find-file-hook)
28104 (generic-mode-ini-file-find-file-hook): Fix docstrings.
28105 (define-generic-mode): Make it a defmacro. Fix docstring.
28106 (generic-mode-internal): Code cleanup. Add autoload cookie.
28107 (generic-mode-set-comments): Code cleanup.
28108 * generic-x.el: Don't prevent compilation. Don't require generic.
28109 Follow coding conventions. Minor code cleanup.
28110 (etc-fstab-generic-mode): Add some keywords.
28111 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28112 define-generic-mode like a function declaration.
28113
28114 2005-03-21 Jay Belanger <belanger@truman.edu>
28115
28116 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28117 changing modes.
28118
28119 2005-03-21 Sam Steingold <sds@gnu.org>
28120
28121 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28122
28123 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
28124
28125 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28126 Add underscore to "f$ lexicals" regexp.
28127
28128 2005-03-20 Juri Linkov <juri@jurta.org>
28129
28130 * subr.el (progress-reporter-do-update): When `min-value' is equal
28131 to `max-value', set `percentage' to 0 and prevent division by zero.
28132
28133 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
28134
28135 Sync with Tramp 2.0.48.
28136
28137 * net/tramp.el (all): Change all addresses to .gnu.org.
28138 (tramp-append-tramp-buffers): New defun.
28139 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28140 Catch `dont-send' signal.
28141 (tramp-set-auto-save-file-modes): Set always permissions, because
28142 there might be an old auto-saved file belonging to another
28143 original file. This could be a security threat. Reported by
28144 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28145 Check for Emacs 21.3.50 removed.
28146
28147 * net/tramp-smb.el (all): Remove debug construct for
28148 `with-parsed-tramp-file-name'.
28149 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28150 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28151 No error message if DIRECTORY or FILENAME doesn't exist.
28152 (tramp-smb-open-connection): Check existence of
28153 `tramp-smb-program'.
28154
28155 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
28156
28157 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28158 Properly handle the case where the `m' or `s' command's argument is not
28159 yet terminated.
28160 (perl-indent-new-calculate): New function.
28161 (perl-indent-line): Use it.
28162
28163 2005-03-20 Miles Bader <miles@gnu.org>
28164
28165 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28166 in text-mode too. Change to new face names.
28167 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28168 Add `:weight bold' attribute.
28169 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28170
28171 2005-03-19 Juri Linkov <juri@jurta.org>
28172
28173 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
28174
28175 * international/mule.el (auto-coding-alist): Sync with
28176 `auto-mode-alist' by adding upper case archive file extensions
28177 and adding ear/war to jar extension.
28178
28179 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
28180
28181 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28182 running, restart it.
28183
28184 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
28185
28186 * finder.el (finder-current-item): Throw an error on an empty line.
28187
28188 * man.el (Man-follow-manual-reference): If current-word returns
28189 nil, use "".
28190
28191 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
28192
28193 * simple.el (goto-line): Doc fix.
28194
28195 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
28196
28197 * files.el (save-buffer): Doc fix.
28198
28199 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
28200
28201 * recentf.el (recentf-cleanup-remote): New variable.
28202 (recentf-cleanup): Use it to conditionally check availability of
28203 remote files.
28204
28205 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
28206
28207 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28208 function names.
28209
28210 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28211
28212 * language/thai-word.el: New file.
28213
28214 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28215
28216 * files.el (backup-buffer): If the file's directory is not
28217 writable, use copy instead of move to backup the file.
28218
28219 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28220
28221 * obsolete/keyswap.el: Moved to obsolete/ from term/.
28222
28223 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28224
28225 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28226 Use functionp instead of symbolp and fboundp. Reported by Drkm
28227 <darkman_spam@yahoo.fr>.
28228 (ps-print-version): New version 6.6.6.
28229
28230 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
28231
28232 * textmodes/table.el (table--line-column-position): New idiom.
28233 (table--row-column-insertion-point-p): New function to test
28234 validity of row and column insertion operation at a location.
28235 (table-global-menu, table-cell-menu): Use above functions for
28236 deterministic test operation.
28237 (table--editable-cell-p): Behave in deterministic fashion.
28238
28239 2005-03-18 Juri Linkov <juri@jurta.org>
28240
28241 * isearch.el (isearch-lazy-highlight-new-loop):
28242 Make arguments beg and end optional.
28243 (isearch-update): Remove optional arguments nil from
28244 isearch-lazy-highlight-new-loop.
28245 (isearch-lazy-highlight-search): Let-bind case-fold-search to
28246 isearch-lazy-highlight-case-fold-search instead of
28247 isearch-case-fold-search, and let-bind isearch-regexp to
28248 isearch-lazy-highlight-regexp.
28249 Use isearch-lazy-highlight-last-string instead of isearch-string.
28250
28251 * replace.el (perform-replace): Remove bindings of global
28252 variables isearch-string, isearch-regexp, isearch-case-fold-search.
28253 Add three new arguments to `replace-highlight'.
28254 (replace-highlight): Add arguments string, regexp, case-fold.
28255 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28256 to allow isearch-lazy-highlight-new-loop to use these values
28257 to set corresponding isearch-lazy-highlight-* internal
28258 variables whose values lazy highlighting will use regardless of
28259 changes to global variables isearch-string, isearch-regexp,
28260 isearch-case-fold-search during lazy highlighting loop.
28261 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28262 to `lazy-highlight-cleanup'.
28263
28264 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28265 (ispell-highlight-face): Set default face to `isearch' when
28266 lazy highlighting is enabled.
28267 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28268 priority to 1. Add lazy highlighting.
28269 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28270 from `isearch-dehighlight'.
28271
28272 2005-03-18 David Ponce <david@dponce.com>
28273
28274 * files.el (hack-local-variables): Do a case-insensitive search
28275 for End.
28276
28277 2005-03-18 Juri Linkov <juri@jurta.org>
28278
28279 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28280 `isearch-lazy-highlight-cleanup', add alias to old name and
28281 declare obsolete. Add release numbers to other obsolete vars.
28282 (isearch-done, isearch-lazy-highlight-new-loop):
28283 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28284 (lazy-highlight-cleanup) <variable>: Doc fix.
28285 (isearch-lazy-highlight-update): Rename obsolete
28286 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28287
28288 2005-03-18 Kenichi Handa <handa@m17n.org>
28289
28290 * language/thai-util.el: Fix categorization of Thai characters in
28291 thai-category-table.
28292 (thai-composition-pattern): Adjust it for the above change.
28293 (thai-self-insert-command, thai-compose-syllable): New functions.
28294 (thai-compose-region): Use thai-compose-syllable.
28295 (thai-compose-string): Likewise.
28296 (thai-composition-function): Likewise.
28297 (thai-auto-composition): New function.
28298 (thai-auto-composition-mode): New minor mode.
28299
28300 * language/thai.el: Fix patterns to be registered in
28301 composition-function-table.
28302
28303 * international/quail.el (quail-input-method): Locally bind
28304 inhibit-modification-hooks to t.
28305
28306 2005-03-17 Richard M. Stallman <rms@gnu.org>
28307
28308 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
28309 (perl-mode): Use run-mode-hooks.
28310
28311 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
28312 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
28313 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
28314
28315 * mail/sendmail.el (sendmail-send-it): Reenable the code
28316 to compute resend-to-address and use it.
28317
28318 * tar-mode.el (tar-mode): Turn off undo unconditionally.
28319
28320 * image-mode.el: New file.
28321
28322 * image.el (insert-sliced-image): Add autoload cookie.
28323
28324 * font-lock.el (font-lock-lines-before): New user option.
28325 (font-lock-after-change-function): Obey it.
28326
28327 * bindings.el (esc-map): Make M-g a prefix.
28328 Bind M-g g and M-g M-g to goto-line.
28329
28330 * faces.el (face-id): Doc fix.
28331
28332 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28333
28334 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
28335 (rmail-show-message): Use rmail-unknown-mail-followup-to.
28336 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
28337
28338 * mail/sendmail.el (mail-yank-ignored-headers)
28339 (mail-font-lock-keywords, mail-mode-fill-paragraph):
28340 Add Mail-Followup-To and Mail-Reply-To headers.
28341 (mail-citation-hook): Add autoload cookie.
28342 (mail-mode): Doc fix.
28343 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
28344 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
28345 (mail-mode-fill-paragraph): Handle those headers.
28346 (mail-mailing-lists): New variable.
28347 (mail-mail-reply-to, mail-mail-followup-to): New functions.
28348
28349 2005-03-17 Juri Linkov <juri@jurta.org>
28350
28351 * isearch.el (isearch-fallback): Check for `(car previous)'
28352 before calling `isearch-other-end-state'.
28353
28354 2005-03-17 Kim F. Storm <storm@cua.dk>
28355
28356 * simple.el (move-beginning-of-line): Move to beginning of buffer
28357 line, as well as beginning of screen line.
28358
28359 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
28360
28361 * calendar/diary-lib.el (mark-diary-entries): Use new optional
28362 argument REDRAW rather than calendar-redrawing variable.
28363 * calendar/calendar.el (calendar-redrawing): Delete.
28364 (redraw-calendar): Do not bind calendar-redrawing.
28365
28366 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
28367
28368 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28369 diary-file buffer.
28370
28371 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
28372
28373 * help.el (describe-mode): Allow a :minor-mode-function property to
28374 specify a different minor mode toggle function than the variable.
28375 * simple.el (auto-fill-function):
28376 * subr.el (add-minor-mode): Use it.
28377
28378 2005-03-16 Kenichi Handa <handa@m17n.org>
28379
28380 * language/ethio-util.el (sera-being-called-by-w3): New variable.
28381 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28382 (ethio-fidel-to-sera-buffer): Likewise.
28383
28384 2005-03-16 Juri Linkov <juri@jurta.org>
28385
28386 * emacs-lisp/find-func.el (find-function-regexp):
28387 Add defun-emitting macro `menu-bar-make-toggle'.
28388
28389 * isearch.el: Put `isearch-scroll' property to
28390 `split-window-horizontally'.
28391
28392 * info.el: Update error messages for `debug-ignored-errors'.
28393 (Info-isearch-search): Doc fix.
28394 (Info-find-node): Move up code to go into info buffer before
28395 recording the node to the history.
28396 (Info-fontify-node): Fontify titles only if the next line
28397 has two or more `*', `=', `-', `.'.
28398 Display "go to this node" for empty (match-string 3).
28399
28400 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28401
28402 * term/mac-win.el: Add mouse pointer shape constants.
28403
28404 2005-03-15 Kim F. Storm <storm@cua.dk>
28405
28406 * simple.el (move-beginning-of-line): Use vertical-motion.
28407
28408 2005-03-15 Juri Linkov <juri@jurta.org>
28409
28410 * isearch.el (isearch-error): New variable.
28411 (isearch-invalid-regexp, isearch-within-brackets): Remove.
28412 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28413 (isearch-within-brackets-state): Remove.
28414 (isearch-case-fold-search-state, isearch-pop-fun-state):
28415 Decrease frame index.
28416 (isearch-mode, isearch-top-state, isearch-push-state)
28417 (isearch-edit-string, isearch-abort, isearch-search-and-update)
28418 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28419 (isearch-search, isearch-lazy-highlight-new-loop):
28420 Replace `isearch-invalid-regexp' with `isearch-error'.
28421 Remove `isearch-within-brackets'.
28422 (isearch-search): Add `search-failed' handler to `condition-case'.
28423 (isearch-lazy-highlight-search): Add `condition-case' to catch
28424 errors and allow `isearch-lazy-highlight-update' to try
28425 highlighting from the beginning of the window.
28426 (isearch-repeat): Move up code to set isearch-wrapped to t
28427 before calling isearch-wrap-function.
28428
28429 * info.el (Info-isearch-initial-node): New internal variable.
28430 (Info-search): Signal an error in isearch mode when search leaves
28431 the initial node. Signal an error when `bound' is non-nil and
28432 nothing was found in the current subfile.
28433 (Info-isearch-search): Remove `condition-case'.
28434 (Info-isearch-wrap): Don't wrap when search failed during leaving
28435 the initial node. If `Info-isearch-search' is nil, wrap around
28436 the current node.
28437 (Info-isearch-start): New fun.
28438 (Info-mode): Add buffer-local hook `Info-isearch-start' to
28439 `isearch-mode-hook'.
28440
28441 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28442
28443 * simple.el (normal-erase-is-backspace): Set default to t if
28444 running on Mac.
28445
28446 * term/mac-win.el (function-key-map): Sync with x-win.el.
28447
28448 2005-03-15 Kenichi Handa <handa@m17n.org>
28449
28450 * international/mule-cmds.el (locale-language-names): Modify the
28451 format of elements and add more entries.
28452 (locale-preferred-coding-systems): Add more entries.
28453 (set-locale-environment): Adjust for the change of
28454 locale-language-names.
28455
28456 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28457
28458 * pcvs.el (smerge-ediff): Remove bogus autoload.
28459
28460 2005-03-14 Lute Kamstra <lute@gnu.org>
28461
28462 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28463 Ignore a `*' at the beginning of a line.
28464
28465 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28466 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28467 subr.el.
28468 (dont-compile, eval-when-compile, eval-and-compile): Use declare
28469 to specify indentation.
28470
28471 * generic.el (define-generic-mode): Let generic-mode-list be a
28472 list of strings; test membership with equal.
28473
28474 2005-03-14 Kim F. Storm <storm@cua.dk>
28475
28476 * simple.el (next-line, previous-line): Add optional try-vscroll
28477 arg to recognize interactive use. Pass it on to line-move.
28478 (line-move): Don't perform auto-window-vscroll when defining or
28479 executing keyboard macro to ensure consistent behavior.
28480
28481 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
28482
28483 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28484
28485 2005-03-13 Lute Kamstra <lute@gnu.org>
28486
28487 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28488 debugger-setup-buffer so that backtrace marks the frames set to
28489 debug-on-exit and we don't have to do it manually. Set an extra
28490 debug-on-exit for macro's.
28491 (debugger-setup-buffer): Don't mark the top frame manually.
28492
28493 2005-03-12 Lute Kamstra <lute@gnu.org>
28494
28495 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28496 lisp-indent-function throughout.
28497 (with-no-warnings): Set lisp-indent-function property.
28498
28499 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
28500
28501 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28502 Add entry for backslash.
28503
28504 2005-03-12 Juri Linkov <juri@jurta.org>
28505
28506 * info.el (Info-search): Four fixes for backward search.
28507
28508 2005-03-11 Jay Belanger <belanger@truman.edu>
28509
28510 * calc/calc.el (calc-language-alist): New variable.
28511 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28512 (calc-embedded-find-modes): Use calc-language-alist instead of
28513 calc-embedded-language-alist.
28514
28515 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28516
28517 * calendar/calendar.el (calendar-redrawing): New internal
28518 variable.
28519 (redraw-calendar): Remove bogus save-excursion from previous
28520 change. Bind calendar-redrawing to t for mark-diary-entries.
28521 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28522 calendar if that is why we were called.
28523
28524 2005-03-11 Kenichi Handa <handa@m17n.org>
28525
28526 * international/mule.el (make-coding-system): Set property
28527 coding-system-define-form to nil.
28528 (define-coding-system-alias): Likewise.
28529
28530 2005-03-11 Kenichi Handa <handa@m17n.org>
28531
28532 These changes are suggested by Dave Love <fx@gnu.org>.
28533
28534 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28535 coding: tag.
28536 (adaptive-fill-regexp): Add more bullets.
28537 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28538 regexps.
28539
28540 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28541
28542 * help.el (describe-mode): Properly handle non-trivial lighters.
28543 Don't ignore minor modes that are not listed in minor-mode-list.
28544
28545 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28546 feature ON when the user requests to turn it OFF.
28547
28548 2005-03-10 Lute Kamstra <lute@gnu.org>
28549
28550 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28551 (implement-debug-on-entry): New function to replace debug-entry-code.
28552 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28553 second argument as the 2005-03-07 change makes it obsolete.
28554 (debug-on-entry, cancel-debug-on-entry): Update call to
28555 debug-on-entry-1.
28556 (debug, debugger-setup-buffer): Comment update.
28557 (debugger-frame-number): Update to work with implement-debug-on-entry.
28558
28559 2005-03-10 Jay Belanger <belanger@truman.edu>
28560
28561 * calc/calc-embed.el (math-ms-args): Declare it.
28562 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28563 math-ms-args.
28564 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28565 variables.
28566
28567 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28568
28569 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28570 Use message-box.
28571
28572 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28573 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28574 (tooltip-gud-tips): Simplify.
28575 (tooltip-gud-tips-p): Remove superfluous :set.
28576 (tooltip-gud-modes): Add fortran-mode.
28577 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28578
28579 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28580
28581 2005-03-09 Kim F. Storm <storm@cua.dk>
28582
28583 * play/animate.el (animate-place-char): Use forward-line instead
28584 of next-line to improve performance.
28585
28586 2005-03-09 Simon Josefsson <jas@extundo.com>
28587
28588 * net/browse-url.el (browse-url-default-browser): Doc fix.
28589
28590 2005-03-09 Miles Bader <miles@gnu.org>
28591
28592 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28593 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28594
28595 2005-03-09 Kenichi Handa <handa@m17n.org>
28596
28597 * international/latin-1.el: Set case and syntax for 255 only if
28598 set-case-syntax-set-multibyte is nil.
28599
28600 * textmodes/ispell.el (ispell-insert-word): New function.
28601 (ispell-word): Use ispell-insert-word to insert a new word.
28602 (ispell-process-line): Likewise.
28603 (ispell-complete-word): Likewise.
28604
28605 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28606
28607 * calendar/calendar.el (redraw-calendar): Preserve point.
28608 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28609 (calendar-week-start-day): Move after definition of
28610 redraw-calendar. Delete buffer test, since redraw-calendar has
28611 that now.
28612
28613 * calendar/diary-lib.el (mark-diary-entries): Only call
28614 redraw-calendar in the first of any recursive calls.
28615 Reported by Alan Shutko <ats@acm.org>.
28616
28617 2005-03-08 Juri Linkov <juri@jurta.org>
28618
28619 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28620 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28621 (html-radio-buttons): Add a space before the trailing `/>' where
28622 sgml-xml-mode is non-nil.
28623 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28624 the subsequent tag of the empty XML tag.
28625 (html-href-anchor): Don't set initial input to "http:".
28626 (html-image): Ask for the image URL and set point inside alt="".
28627 (html-name-anchor): Duplicate the name in the `id' attribute when
28628 sgml-xml-mode is non-nil.
28629 (html-paragraph): Remove \n before <p>.
28630 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28631 instead of `checked' when sgml-xml-mode is non-nil.
28632
28633 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28634 Remove 1 space before #RRGGBB to not truncate it on terminal
28635 windows w/o fringes. Remove 1 space between bg and fg examples
28636 to get more space.
28637 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28638 avoid byte-compile warnings.
28639
28640 * image-file.el (image-file-handler): Put `safe-magic' property to
28641 `image-file-handler'.
28642
28643 * info.el (Info-isearch-search): Emulate word search in
28644 isearching through multiple Info nodes with Info-search.
28645 (Info-isearch-wrap): Allow isearch-word.
28646
28647 2005-03-08 Lute Kamstra <lute@gnu.org>
28648
28649 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28650 stepping into the debugger's code is not possible.
28651 (debugger-jumping-flag): Docstring update.
28652
28653 2005-03-08 Jay Belanger <belanger@truman.edu>
28654
28655 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28656 embedded mode begins.
28657 (calc-embedded-language-alist): New variable.
28658 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28659 set default language mode.
28660
28661 2005-03-08 Kenichi Handa <handa@m17n.org>
28662
28663 * international/ccl.el (define-ccl-program): Fix docstring about
28664 extra 256 bytes assured for the output buffer.
28665
28666 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28667 Fix BUFFER_MAGNIFICATION to 2.
28668 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28669
28670 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28671
28672 * align.el (align-rules-list): Added an alignment rule for CSS
28673 declarations (applies to css-mode and html-mode buffers).
28674
28675 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28676
28677 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28678
28679 2005-03-07 Kim F. Storm <storm@cua.dk>
28680
28681 * simple.el (move-beginning-of-line): New command.
28682
28683 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28684
28685 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28686
28687 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28688 and move-beginning-of-line.
28689
28690 * apropos.el (apropos-print): Omit command from M-x ... RET.
28691
28692 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28693
28694 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28695 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28696
28697 2005-03-06 Richard M. Stallman <rms@gnu.org>
28698
28699 * bindings.el (esc-map): Bind M-g to goto-line.
28700
28701 * facemenu.el (global-map): Bind M-o, not M-g.
28702
28703 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28704
28705 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28706 "Open Directory" as for "Open File".
28707
28708 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28709
28710 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28711 (push-mark-command): Run activate-mark-hook.
28712
28713 2005-03-06 Richard M. Stallman <rms@gnu.org>
28714
28715 * help-mode.el (help-mode-finish): Don't alter the element
28716 in view-return-to-alist if there already is one.
28717
28718 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28719 make sure the current buffer is the expected one.
28720
28721 * novice.el (disabled-command-function): Output in *Disabled Command*.
28722 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28723
28724 * textmodes/flyspell.el (flyspell-large-region):
28725 Pass args differently for aspell.
28726
28727 * files.el (mode-require-final-newline): Doc fix.
28728
28729 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28730
28731 * progmodes/which-func.el (which-function):
28732 Specify NOERROR when calling imenu--make-index-alist.
28733
28734 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28735
28736 * simple.el (normal-erase-is-backspace): Define default value.
28737
28738 * custom.el (custom-theme-set-variables): Remove unused var
28739 `immediate'.
28740 (custom-reevaluate-setting): Simple function to handle variables
28741 that are defined before their default value can really be
28742 computed.
28743
28744 * startup.el (command-line): Use it for temporary-file-directory,
28745 small-emporary-file-directory, auto-save-file-name-transforms,
28746 blink-cursor-mode, and normal-erase-is-backspace.
28747
28748 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28749 progress, even with buggy anchored keywords.
28750
28751 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28752
28753 * simple.el (goto-line): Remove unbalanced final parenthesis.
28754
28755 2005-03-05 Richard M. Stallman <rms@gnu.org>
28756
28757 * simple.el (goto-line): Use a number at point as the default.
28758 With C-u as arg, switch buffers.
28759
28760 2005-03-05 Juri Linkov <juri@jurta.org>
28761
28762 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28763 with `no-blinking-cursor'.
28764
28765 * startup.el (no-blinking-cursor): New defvar.
28766 (command-line): Add `--no-blinking-cursor' to longopts.
28767 Set `no-blinking-cursor' to t for command line arguments
28768 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28769 with `no-blinking-cursor' in the condition for calling
28770 `blink-cursor-mode'.
28771
28772 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28773
28774 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28775 (menu-bar-options-save): Add blink-cursor-mode.
28776 (menu-bar-options-menu): Add blink-cursor-mode.
28777
28778 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28779
28780 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28781 (icalendar-export-file, icalendar-export-region)
28782 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28783 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28784
28785 2005-03-04 Lute Kamstra <lute@gnu.org>
28786
28787 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28788 (debug-function-list): Ditto.
28789
28790 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28791
28792 * textmodes/texinfmt.el (texinfo-append-refill):
28793 Redefine the types of line to which @refill
28794 is not appended by replacing a search for `@refill\\|@bye' with
28795 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28796 itemize@refill' bug and the unfilled long lines bug.
28797 (texinfmt-version): Update number and date.
28798
28799 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28800
28801 * international/code-pages.el (windows-1250, windows-125[2-8])
28802 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28803
28804 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28805
28806 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28807 bound yet.
28808
28809 2005-03-02 Romain Francoise <romain@orebokech.com>
28810
28811 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28812 buffer after removing limits.
28813 (ibuffer-pop-filter): Ditto.
28814 Update copyright.
28815
28816 2005-03-02 Miles Bader <miles@gnu.org>
28817
28818 * button.el (make-text-button): If the user doesn't specify a
28819 type, use the default. Rewrite to use `add-text-properties' and
28820 plist functions.
28821
28822 2005-03-01 Lute Kamstra <lute@gnu.org>
28823
28824 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28825 (debugger-jumping-flag): New var.
28826 (debug-entry-code): Use it.
28827 (debugger-jump): Use debugger-jumping-flag and add
28828 debugger-reenable to post-command-hook.
28829 (debugger-reenable): Use debugger-jumping-flag and remove itself
28830 from post-command-hook.
28831 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28832 debugger-reenable.
28833
28834 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28835
28836 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28837 inclusion of "itemize\\|", which may be unnecessary, is certainly
28838 inelegant, and stops refilling in itemize lists when formatting
28839 Japanese Texinfo files to Info.
28840 Update copyright to 2005.
28841
28842 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28843
28844 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28845 of an error if GDB can't find the source file.
28846
28847 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28848
28849 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28850 not just the calendar.
28851
28852 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28853 first.
28854 (diary-redraw-calendar): New function.
28855 (make-diary-entry): Add diary-redraw-calendar to local
28856 write-contents-functions. Turn off selective display before
28857 inserting in diary.
28858
28859 2005-03-01 Kim F. Storm <storm@cua.dk>
28860
28861 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28862
28863 2005-03-01 Lute Kamstra <lute@gnu.org>
28864
28865 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28866 that debug-entry-code can be safely removed from a function while
28867 this code is being evaluated. Revert the 2005-02-27 change as the
28868 new implementation no longer requires it. Make sure that a
28869 function body containing just a string is not mistaken for a docstring.
28870 (debug): Skip one more frame in case of debug on entry.
28871 (debugger-setup-buffer): Delete one more frame line in case of
28872 debug on entry.
28873 (debugger-frame-number): Update to use the new text introduced by
28874 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28875
28876 2005-02-28 Kim F. Storm <storm@cua.dk>
28877
28878 * double.el (double-translate-key): Call force-window-update after
28879 read-event to avoid crash in redisplay.
28880
28881 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28882
28883 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28884 (debug): Use it. Move the inhibit-trace earlier.
28885 (debug-entry-code): New const.
28886 (debug-on-entry-1): Use it.
28887
28888 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28889
28890 * international/utf-16.el (ccl-encode-mule-utf-16le):
28891 Fix BUFFER_MAGNIFICATION to 2.
28892 (ccl-encode-mule-utf-16be): Likewise.
28893
28894 2005-02-28 Kenichi Handa <handa@m17n.org>
28895
28896 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28897 Fix BUFFER_MAGNIFICATION to 4.
28898 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28899
28900 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28901
28902 * speedbar.el (speedbar-update-flag): Doc fix.
28903 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28904 argument.
28905
28906 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28907
28908 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28909 have a non-nil `invisible' property but are actually visible.
28910
28911 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28912 for perldoc sections.
28913 (perl-outline-regexp, perl-outline-level): New var and function.
28914 (perl-mode): Use them.
28915
28916 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28917
28918 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28919 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28920
28921 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28922
28923 * cus-edit.el: Comment change.
28924 (custom-buffer-create-internal): Slightly reword text at top of
28925 Custom buffers. Mention there that saving an option edits the
28926 init file. Add link to Emacs manual node on `custom-file'.
28927 (custom-magic-alist): Rewrite individual State messages to use
28928 capitalized keywords. Doc fix.
28929
28930 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28931
28932 * calendar/calendar.el (calendar-buffer): Move above
28933 calendar-week-start-day.
28934 (calendar-week-start-day): Doc fix. Add :set function.
28935 (calendar-minimum-window-height): New variable.
28936 (generate-calendar-window): Only resize window if selected-window
28937 is displaying the calendar buffer. Use new variable
28938 calendar-minimum-window-height.
28939 (generate-calendar): Reword error message.
28940 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28941
28942 2005-02-27 Andreas Schwab <schwab@suse.de>
28943
28944 * vc.el (vc-do-command): Don't run command asynchronously when
28945 operating in a remote directory.
28946
28947 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28948 change from sync with Tramp 2.0.47.
28949
28950 2005-02-27 Richard M. Stallman <rms@gnu.org>
28951
28952 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28953
28954 * textmodes/flyspell.el (flyspell-mode-on):
28955 Call ispell-change-dictionary only if necessary.
28956
28957 * emacs-lisp/re-builder.el (regexp-builder): New function.
28958
28959 * register.el (describe-register-1): Explicitly handle
28960 yank-excluded-properties = t.
28961
28962 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28963 (custom-magic-alist): Change the status descriptions again.
28964 (face widget-type): Total rewrite based on `restricted-sexp'
28965 to eliminate the confusing double hiding levels.
28966
28967 * emacs-lisp/debug.el (debug-on-entry-1):
28968 If function body is empty, add nil as body form.
28969
28970 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28971
28972 * emacs-lisp/trace.el (inhibit-trace): New var.
28973 (trace-make-advice): Use it.
28974
28975 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28976
28977 2005-02-26 Kim F. Storm <storm@cua.dk>
28978
28979 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28980 (mouse-on-link-p, mouse-drag-region-1): Use it.
28981
28982 2005-02-25 Lute Kamstra <lute@gnu.org>
28983
28984 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28985
28986 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28987
28988 * frame.el (blink-cursor-mode): Add :group keyword.
28989
28990 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28991
28992 * calendar/icalendar.el (icalendar--decode-isodatetime):
28993 New optional argument DAY-SHIFT.
28994 (icalendar-export-region): Fix coding-system-for-write.
28995 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28996 events by one.
28997
28998 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28999
29000 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29001
29002 2005-02-24 Kim F. Storm <storm@cua.dk>
29003
29004 * international/iso-acc.el (iso-accents-compose): Fix crash
29005 during redisplay. Call force-window-update after read-event
29006 and delete-region to signal that window is not accurate.
29007
29008 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
29009
29010 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29011 Remove unused and inexistent var `inhibit-trace'.
29012 (debugger-mode): Use run-mode-hooks.
29013 (debugger-list-functions): Add buttons; setup xref stack.
29014
29015 2005-02-23 Richard M. Stallman <rms@gnu.org>
29016
29017 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29018 appointment says it was explicitly made.
29019 (appt-add): Set the 3rd element.
29020 (appt-make-list): Preserve explicit appointments.
29021
29022 * subr.el (find-tag-default): Catch errors in forward-sexp.
29023
29024 2005-02-23 Juri Linkov <juri@jurta.org>
29025
29026 * info.el (Info-isearch-search): New defcustom.
29027 (Info-isearch-search): Call the default isearch function
29028 when Info-isearch-search is nil.
29029 (Info-isearch-wrap): Use variable Info-isearch-search.
29030
29031 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
29032
29033 * cus-edit.el: Comment change.
29034
29035 2005-02-22 Kim F. Storm <storm@cua.dk>
29036
29037 * progmodes/hideif.el (hide-ifdef-use-define-alist):
29038 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
29039
29040 2005-02-22 Simon Josefsson <jas@extundo.com>
29041
29042 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29043 New variable.
29044 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
29045 Oskarsson" <myrkraverk@users.sourceforget.net>.
29046
29047 2005-02-22 Kim F. Storm <storm@cua.dk>
29048
29049 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29050 check that window of that event is the selected window.
29051 (mouse-drag-region-1): Compare mouse event window to selected
29052 window before setting point.
29053
29054 * tooltip.el (tooltip-show-help-function): Pass event to
29055 mouse-on-link-p so it can check selected window.
29056
29057 2005-02-22 Kenichi Handa <handa@m17n.org>
29058
29059 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29060 (ps-mule-show-warning): New function.
29061 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29062 characters are found.
29063
29064 * ps-print.el (ps-header-footer-string): Return a list of header
29065 and footer strings.
29066
29067 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
29068
29069 * pcvs.el (cvs-retrieve-revision): Fix thinko.
29070
29071 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
29072
29073 * frame.el (blink-cursor-mode): Use define-minor-mode.
29074
29075 * term/mac-win.el (function-key-map): Use char-names more consistently.
29076 (file-name-coding-system): Only set it for MacOS-9. The other case is
29077 already handled in mule-cmds.el (where it also works when mac-win.el
29078 is not used).
29079
29080 2005-02-21 Kenichi Handa <handa@m17n.org>
29081
29082 * international/mule.el (ctext-pre-write-conversion): Always use
29083 " *code-converting-work*" buffer for work.
29084
29085 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29086
29087 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
29088
29089 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29090
29091 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
29092
29093 * ses.el (undo-more): Restore defadvice, but only the part that
29094 allows changes outside the restricted area of the buffer.
29095
29096 2005-02-20 Kim F. Storm <storm@cua.dk>
29097
29098 * simple.el (line-move): Add fourth optional arg try-vscroll which
29099 must be set to perform auto-window-vscroll.
29100 When moving backwards and doing auto-window-vscroll, automatically
29101 vscroll to the last part of lines which are taller than the window.
29102 (next-line, previous-line): Set try-vscroll arg on line-move.
29103
29104 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
29105
29106 * replace.el (query-replace, query-replace-regexp)
29107 (replace-string, replace-regexp): When operating on region, make
29108 the minibuffer prompt say so.
29109
29110 * isearch.el (isearch-forward): Document isearch-query-replace and
29111 isearch-query-replace-regexp keybindings.
29112
29113 2005-02-19 Jay Belanger <belanger@truman.edu>
29114
29115 * calc/calc-aent.el (math-read-token): Add local variable.
29116
29117 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29118 (calc-edit-top): Move declaration to earlier in file.
29119 (calc-edit-macro-repeats): Add local variables.
29120
29121 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29122 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29123 calcFunc-tanh.
29124 Adjust integration rule for calcFunc-tan.
29125
29126 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29127
29128 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29129 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29130 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29131 (viper-skip-separators): Bug fix.
29132 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29133 particular major mode.
29134 (viper-del-backward-char-in-replace): Don't put deleted char on the
29135 kill ring.
29136
29137 * viper-ex.el (viper-color-display-p): New function.
29138 (viper-has-face-support-p): Use viper-color-display-p.
29139
29140 * viper-keym.el (viper-gnus-modifier-map): New keymap.
29141
29142 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29143
29144 * viper-util.el (viper-glob-unix-files): Fix shell status check.
29145 (viper-file-remote-p): Make equivalent to file-remote-p.
29146
29147 * viper.el (viper-major-mode-modifier-list):
29148 Use viper-gnus-modifier-map.
29149
29150 2005-02-19 David Kastrup <dak@gnu.org>
29151
29152 * subr.el (subregexp-context-p): Fix garbled doc string by adding
29153 quoting.
29154
29155 2005-02-19 Jay Belanger <belanger@truman.edu>
29156
29157 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29158 Remove extra definitions.
29159 (calc-coth): New function.
29160 (calcFunc-cot): Fix `let'.
29161
29162 2005-02-19 Eli Zaretskii <eliz@gnu.org>
29163
29164 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29165 the reasons we use "type pc" in these faces.
29166
29167 * button.el (button): Ditto.
29168
29169 2005-02-19 Michael Mauger <mmaug@yahoo.com>
29170
29171 * replace.el (query-replace-read-from): Set the value of
29172 query-replace-from-history-variable to handle the case of an empty
29173 string entered to accept the suggested default.
29174
29175 * net/tramp.el (tramp-file-name-for-operation):
29176 Use dired-call-process instead of dired-call-process-command.
29177
29178 2005-02-19 Jay Belanger <belanger@truman.edu>
29179
29180 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29181 (math-div-non-trig): New variables.
29182 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29183 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29184 (math-combine-prod, math-div-symb-fancy): Add simplifications for
29185 trig expressions.
29186
29187 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
29188
29189 * progmodes/gdb-ui.el (gdb-var-update-handler)
29190 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29191 for watch expressions,
29192 (gdb-var-create-handler): Don't set speedbar-update-flag.
29193 (gdb-post-prompt): Simplify test for speedbar.
29194
29195 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29196
29197 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29198 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29199 we use the syntax table of the correct buffer.
29200 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29201 Felix Gatzemeier.
29202
29203 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29204 (ediff-file-remote-p): Make synonymous with file-remote-p.
29205 In all deffaces ediff-*-face-*, use min-colors.
29206
29207 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29208 ediff-recurse-to-subdirectories.
29209 (ediff-mark-if-equal): Check that the arguments are strings, use
29210 ediff-same-contents (after to Felix Gatzemeier).
29211
29212 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29213 nil.
29214
29215 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
29216
29217 * log-view.el (log-view-message-re): Fix up Subversion regexp.
29218
29219 2005-02-18 David Kastrup <dak@gnu.org>
29220
29221 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29222 use `mark-active' when defined.
29223
29224 2005-02-18 Kenichi Handa <handa@m17n.org>
29225
29226 * ps-print.el (ps-font-info-database): New entry
29227 ZapfChancery-MediumItalic with correct font name. Fix font name
29228 of the entry Zapf-Chancery-MediumItalic.
29229
29230 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
29231
29232 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29233
29234 2005-02-16 Kim F. Storm <storm@cua.dk>
29235
29236 * ido.el (ido-fallback-command): Pass user input to fallback command.
29237
29238 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
29239
29240 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29241 (gdb-find-file-hook): Add server prefix.
29242
29243 2005-02-16 Richard M. Stallman <rms@gnu.org>
29244
29245 * replace.el (perform-replace): Pass new args to replace-highlight.
29246 (replace-highlight): Take region args,
29247 and pass them to isearch-lazy-highlight-new-loop.
29248
29249 * novice.el (disabled-command-hook): Autoload the defalias
29250 and the make-obsolete-variable call.
29251
29252 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29253
29254 * isearch.el (isearch-lazy-highlight-start-limit)
29255 (isearch-lazy-highlight-end-limit): New variables limit
29256 the region for highlighting.
29257 (isearch-lazy-highlight-new-loop): New args BEG and END.
29258 (isearch-lazy-highlight-search): Use the new vars.
29259 (isearch-lazy-highlight-update): Likewise.
29260
29261 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29262
29263 * cus-start.el (all): Use default-boundp.
29264
29265 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
29266
29267 * menu-bar.el (menu-bar-select-frame): Handle current frame.
29268
29269 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
29270
29271 * autorevert.el (auto-revert-stop-on-user-input)
29272 (auto-revert-verbose): Doc fixes.
29273
29274 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
29275
29276 * international/mule-cmds.el (set-locale-environment): Remove call
29277 to set-selection-coding-system on Windows.
29278
29279 2005-02-15 Jay Belanger <belanger@truman.edu>
29280
29281 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29282 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29283 calcFunc-coth.
29284 (math-simplify-sqrt): Add simplifications.
29285
29286 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29287 to list.
29288
29289 * calc/calc-ext.el: Add functions to autoloads.
29290
29291 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29292 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29293 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29294 (math-csc-raw, math-cot-raw): New functions.
29295
29296 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29297
29298 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29299 the variable name in a message.
29300
29301 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
29302 calcFunc-csc, calcFunc-cot.
29303
29304 * calc/calcalg2.el: Add derivative and integration rules for
29305 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
29306 calcFunc-csch, calcFunc-coth.
29307 (math-do-integral-methods): Add to checks for when to use
29308 substitutions.
29309
29310 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
29311
29312 2005-02-15 Lute Kamstra <lute@gnu.org>
29313
29314 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29315 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
29316 <monnier@iro.umontreal.ca>.
29317 (lisp-outline-level): Improve efficiency. Suggested by David
29318 Kastrup <dak@gnu.org>.
29319
29320 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
29321
29322 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
29323 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
29324 (gdb-set-gud-minor-mode-existing-buffers): New functions.
29325 (gdb-find-file-hook): New hook. Add it to find-file-hook.
29326 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
29327
29328 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
29329
29330 * cus-start.el (all): Comment change.
29331
29332 2005-02-14 Lute Kamstra <lute@gnu.org>
29333
29334 * cus-start.el (all): Check if symbol is void.
29335
29336 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
29337
29338 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
29339 optional argument to \cite.
29340
29341 2005-02-14 Richard M. Stallman <rms@gnu.org>
29342
29343 * cus-edit.el (custom-buffer-create-internal): Update help message.
29344 (custom-magic-alist): Update help messages.
29345
29346 * cus-start.el (all): Allow a var to specify a standard value.
29347
29348 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
29349
29350 * custom.el (custom-theme-set-variables): Handle variable aliases.
29351
29352 * frame.el (blink-cursor-timer): Doc fix.
29353 (blink-cursor): Make it an alias for `blink-cursor-mode' and
29354 declare obsolete.
29355 (blink-cursor-mode): Define with defcustom and use correct
29356 standard expression in that defcustom.
29357 * startup.el (command-line): Adapt to above changes in frame.el.
29358
29359 2005-02-11 Lute Kamstra <lute@gnu.org>
29360
29361 * apropos.el (apropos-score-doc): Prevent division by zero.
29362
29363 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
29364
29365 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29366 (icalendar--get-event-property-attributes)
29367 (icalendar--get-event-properties)
29368 (icalendar--datetime-to-diary-date): New functions.
29369 (icalendar--split-value): Doc fix.
29370 (icalendar--datetime-to-noneuropean-date)
29371 (icalendar--datetime-to-european-date): New optional argument
29372 SEPARATOR. Return result as a string instead of a list.
29373 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29374 (icalendar--convert-string-for-export): Rename arg S to STRING.
29375 (icalendar-export-region): Doc fix. Change name of error buffer.
29376 Save output buffer.
29377 (icalendar-import-file): Add blank at end of prompt.
29378 (icalendar-import-buffer): Doc fix. Do not switch to error
29379 buffer. Indicate status in return value.
29380 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
29381 buffer. Save output buffer. Handle exception from recurrence
29382 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
29383 events. Fix problems with weekly all-day events.
29384
29385 2005-02-10 Richard M. Stallman <rms@gnu.org>
29386
29387 * simple.el (eval-expression-print-format):
29388 Avoid warning about edebug-active.
29389
29390 * help.el (help-for-help-internal): Rename from help-for-help.
29391 (help-for-help): Define with defalias.
29392
29393 * font-core.el (font-lock-default-function): Use with-no-warnings.
29394
29395 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29396
29397 * custom.el (defface): Doc fix.
29398
29399 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
29400
29401 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29402 width 0" to prevent word wrapping problems.
29403
29404 2005-02-09 Kim F. Storm <storm@cua.dk>
29405
29406 * ido.el (ido-file-extensions-order): New defcustom.
29407 (ido-file-extension-lessp, ido-file-extension-aux)
29408 (ido-file-extension-order): New advanced file ordering.
29409 (ido-file-lessp): New simple file ordering.
29410 (ido-sort-list): Remove.
29411 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29412 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29413
29414 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
29415
29416 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29417 that some versions of grep produce.
29418 (grep-mode-font-lock-keywords): Likewise.
29419
29420 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
29421
29422 * progmodes/gdb-ui.el (gdb-location-list): New variable.
29423 (gdb-cdir): Delete.
29424 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29425 (gdb-source-info): Treat case when source file is in another
29426 directory properly.
29427 (gdb-get-location): New function.
29428
29429 2005-02-07 Jay Belanger <belanger@truman.edu>
29430
29431 * calc/calc-prog.el (calc-write-parse-table-part)
29432 (calc-fix-token-name): Fix a check for language type.
29433
29434 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29435
29436 2005-02-07 Andre Spiegel <spiegel@gnu.org>
29437
29438 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29439 as directory not writable.
29440
29441 2005-02-07 Kim F. Storm <storm@cua.dk>
29442
29443 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29444 (cua--standard-movement-commands): Remove list.
29445 Instead, set CUA property value to move for movement commands.
29446 (cua-movement-commands): Remove. Users must set CUA prop instead.
29447 (cua--pre-command-handler): Check CUA property.
29448 (cua--init-keymaps): Don't remap undo commands.
29449 (cua-mode): Don't call cua--rectangle-on-off.
29450
29451 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29452 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29453 (cua--rect-undo-set-point): New var.
29454 (cua--rectangle-undo-boundary): Setup undo apply entry.
29455 (cua--rect-undo-handler): New function for rectangle undo.
29456 (cua--rect-start-position, cua--rect-end-position): Add.
29457 (cua--rectangle-post-command): Call cua--rectangle-set-corners
29458 for restored rectangle. Set point if cua--rect-undo-set-point.
29459
29460 2005-02-06 Jay Belanger <belanger@truman.edu>
29461
29462 * calc/calc-lang.el (calc-tex-language): Display more information
29463 in messages.
29464
29465 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29466 in TeX mode.
29467
29468 2005-02-06 Richard M. Stallman <rms@gnu.org>
29469
29470 * emacs-lisp/lisp.el (buffer-end): Doc fix.
29471
29472 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
29473
29474 * net/ldap.el (ldap-search-internal): Support attributes with
29475 optional descriptions separated by a semi-colon, as in
29476 "userCertificate;binary".
29477
29478 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29479
29480 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29481 isn't a cons (i.e. the version is 0).
29482
29483 2005-02-05 Eli Zaretskii <eliz@gnu.org>
29484
29485 * help.el (help-for-help): Doc fix.
29486
29487 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
29488
29489 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
29490 GDB-Windows on the menu-bar as this works better.
29491
29492 2005-02-04 Jay Belanger <belanger@truman.edu>
29493
29494 * calc/calc-embed.el (calc-embedded-update): Don't put in
29495 unnecessary newlines. Adjust the end of formula marker.
29496
29497 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29498 (math-latex-parse-two-args): New function.
29499
29500 2005-02-03 Lute Kamstra <lute@gnu.org>
29501
29502 * help-fns.el (help-with-tutorial): Make sure that users cannot
29503 remove the entire text of the tutorial by means of `undo'.
29504
29505 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29506
29507 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29508 in recent changes, where the ispell process was repeatedly
29509 killed & restarted.
29510
29511 * international/mule-cmds.el (set-locale-environment): Set file-name
29512 coding system to utf-8 on Darwin systems.
29513 (set-default-coding-systems): Don't set default-file-name-coding-system
29514 on Darwin systems.
29515
29516 2005-02-03 Richard M. Stallman <rms@gnu.org>
29517
29518 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29519
29520 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29521
29522 * faces.el (list-faces-display): Add optional argument.
29523
29524 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29525
29526 * font-core.el (font-lock-default-function): Handle the rare case where
29527 only font-lock-keywords is set.
29528
29529 2005-02-02 Kenichi Handa <handa@m17n.org>
29530
29531 * international/characters.el: Cancel previous change for
29532 I-WITH-DOT-ABOVE and DOTLESS-i.
29533
29534 * international/latin-5.el: Cancel previous change.
29535
29536 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29537
29538 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29539
29540 2005-02-02 Kenichi Handa <handa@m17n.org>
29541
29542 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29543 DOTLESS-i.
29544
29545 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29546 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29547
29548 * case-table.el (get-upcase-table): New function.
29549 (copy-case-table): Copy upcaes table too if non-nil.
29550 (set-case-syntax-delims): Maintain upcase table too.
29551 (set-case-syntax-pair): Likewise.
29552 (set-upcase-syntax, set-downcase-syntax): New functions.
29553 (set-case-syntax): Maintain upcase table too.
29554
29555 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29556
29557 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29558
29559 * progmodes/gud.el (gud-goto-info): New function.
29560 (gud-tool-bar-map): Use correct icon.
29561
29562 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29563
29564 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29565 When delegating, order args in the funcall correctly.
29566
29567 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29568
29569 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29570
29571 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29572
29573 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29574 buffer not visiting a file.
29575
29576 2005-01-31 Jay Belanger <belanger@truman.edu>
29577
29578 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29579 bound on the line with the formula.
29580
29581 2005-01-31 Kim F. Storm <storm@cua.dk>
29582
29583 * ses.el (ses-create-cell-variable-range)
29584 (ses-destroy-cell-variable-range, ses-reset-header-string)
29585 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29586 (ses-insert-row): Fix format of apply undo entries.
29587
29588 2005-01-31 Jay Belanger <belanger@truman.edu>
29589
29590 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29591 parts.
29592
29593 * calc/calc-embed.el (calc-embedded-open-formula)
29594 (calc-embedded-close-formula): Ignore matrix environments.
29595
29596 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29597 TeX mode.
29598
29599 * calc/calc-lang.el (math-function-table, math-oper-table)
29600 (math-variable-table): Adjust the LaTeX portions.
29601
29602 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29603 (math-latex-ignore-words): New constant.
29604
29605 2005-01-31 Richard M. Stallman <rms@gnu.org>
29606
29607 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29608 (ispell-local-dictionary): Doc fix.
29609 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29610 Don't reinitialize at run time. Don't defcustom.
29611 All uses changed to append ispell-local-dictionary-alist,
29612 or check it first.
29613 (ispell-current-dictionary): New variable for dictionary in use.
29614 (ispell-dictionary): Now used only for global default.
29615 (ispell-start-process): Set ispell-current-dictionary,
29616 not ispell-dictionary.
29617 (ispell-change-dictionary): Use this only for setting
29618 user preferences.
29619 (ispell-internal-change-dictionary): New function
29620 to change the current dictionary in use.
29621 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29622 Use ispell-current-dictionary.
29623 Handle ispell-local-dictionary-overridden.
29624 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29625
29626 2005-01-31 Jay Belanger <belanger@truman.edu>
29627
29628 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29629
29630 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29631 (calc-mode-map): Add calc-latex-language.
29632
29633 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29634 (math-latex-print-frac): New functions.
29635 (math-oper-table, math-function-table, math-variable-table)
29636 (math-complex-format, math-input-filter): Add latex properties.
29637 (calc-set-language): Set math-expr-special-function-mapping.
29638
29639 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29640 (calc-write-parse-table-part): Add LaTeX support.
29641
29642 * calc/calc.el (calc-language): Adjust docstring.
29643 (calc-set-mode-line): Add LaTeX support.
29644 (math-expr-special-function-mapping): New variable.
29645 (math-tex-ignore-words): Add to list.
29646
29647 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29648 Add LaTeX support.
29649 (math-compose-expr): Add support for special functions.
29650
29651 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29652
29653 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29654
29655 * progmodes/gdb-ui.el (gdb-memory-address)
29656 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29657 (gdb-memory-mode-map, gdb-memory-format-keymap)
29658 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29659 (gdb-memory-unit-menu): New variables for a buffer
29660 that lets the user examine program memory.
29661 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29662 (gdb-memory-format-binary, gdb-memory-format-octal)
29663 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29664 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29665 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29666 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29667 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29668 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29669 (gdb-memory-mode, gdb-memory-buffer-name)
29670 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29671 New functions for above buffer.
29672
29673 2005-01-30 Richard M. Stallman <rms@gnu.org>
29674
29675 * cus-edit.el (custom-bury-buffer): Function deleted.
29676 (custom-buffer-done-function): Option deleted.
29677 (custom-buffer-done-kill): New replacement option.
29678 (Custom-buffer-done): Call quit-window.
29679 (custom-buffer-create-internal): Update for above changes.
29680
29681 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29682
29683 * simple.el (undo-ask-before-discard): New var.
29684 (undo-outer-limit-truncate): Implement it.
29685 (undo-extra-outer-limit): Doc update.
29686
29687 2005-01-29 Richard M. Stallman <rms@gnu.org>
29688
29689 * ses.el (undo-more): Delete defadvice.
29690 (ses-begin-change): Doc fix.
29691
29692 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29693 instead of rebinding C-x u and C-_.
29694
29695 * files.el (normal-backup-enable-predicate): Return nil for files
29696 in /tmp, regardless of temporary-file-directory.
29697
29698 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29699
29700 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29701 (open-rectangle, delete-whitespace-rectangle-line)
29702 (clear-rectangle-line): If FILL, pass t instead of FILL
29703 for move-to-column's 2nd arg.
29704
29705 * simple.el (undo): Fix the test for continuing a series of undos.
29706 (undo-more): Set pending-undo-list to t when we reach end.
29707 (pending-undo-list): Move up defvar.
29708
29709 * wid-edit.el (widget-button-click):
29710 Shorten the range of the track-mouse binding.
29711
29712 * comint.el (comint-insert-input): Undo previous changes;
29713 use last-input-event in interactive spec.
29714
29715 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29716
29717 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29718 to nil before invoking call-process. Reset buffer's modified flag
29719 after fontifying it in the no-async branch.
29720
29721 * wid-edit.el (widget-specify-button): If mouse pointer shape
29722 cannot be changed, use mouse face instead.
29723
29724 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29725
29726 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29727 (gdb-goto-breakpoint): Make breakpoint handling work on template
29728 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29729 (gdb-assembler-custom): Update to recognize breakpoint information
29730 added on 2005-01-19.
29731
29732 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29733
29734 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29735 (dsssl-mode): Use define-derived-mode.
29736 (scheme-mode-initialize): Remove.
29737 (scheme-mode): Use run-mode-hooks.
29738
29739 * cus-edit.el (customize-group-other-window)
29740 (custom-buffer-create-other-window): Don't override special-display-*.
29741 (custom-mode-map): Make it dense.
29742
29743 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29744 sets the default value.
29745
29746 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29747
29748 * descr-text.el: Add more keywords.
29749
29750 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29751
29752 * speedbar.el: Avoid unnecessary use of locate-library.
29753
29754 * international/mule-cmds.el (standard-display-european-internal):
29755 Don't fiddle with latin-1 non-break space any more since it's now
29756 special cased in the C code.
29757 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29758
29759 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29760
29761 * cus-start.el (all): Add `undo-outer-limit'.
29762
29763 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29764
29765 * textmodes/bibtex.el (bibtex-format-entry):
29766 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29767 field lines.
29768 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29769 not on part of a buffer.
29770
29771 2005-01-25 Lute Kamstra <lute@gnu.org>
29772
29773 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29774 nonempty field text strings like "{letters\\macro{}more letters}".
29775 Clarify docstring.
29776 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29777 (bibtex-entry-offset, bibtex-parse-association)
29778 (bibtex-parse-field-name): Fix typos in docstrings.
29779 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29780
29781 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29782
29783 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29784 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29785 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29786 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29787
29788 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29789 isearch minor mode.
29790
29791 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29792
29793 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29794
29795 2005-01-24 Lute Kamstra <lute@gnu.org>
29796
29797 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29798 CASECHARS and NOT-CASECHARS regular expressions of the
29799 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29800 striding over charsets" error.
29801
29802 2005-01-24 Jay Belanger <belanger@truman.edu>
29803
29804 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29805 display variable name.
29806
29807 2005-01-24 Kenichi Handa <handa@m17n.org>
29808
29809 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29810 Fix setting of the element of encoded-kbd-iso2022-invocations.
29811
29812 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29813
29814 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29815 (gdb-threads-select): Change to also accept mouse events.
29816 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29817 (gdb-threads-mouse-select): Delete.
29818
29819 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29820
29821 * files.el (insert-directory): Take care of empty directory,
29822 listed without -a switch.
29823
29824 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29825
29826 * textmodes/refill.el (refill-post-command-function):
29827 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29828 to the list of functions that we should be careful not to undo.
29829 (refill-late-fill-paragraph-function): Remove.
29830 (refill-saved-state): New var.
29831 (refill-mode): Use it to save fill-paragraph-function.
29832 Save also the value of auto-fill-function.
29833
29834 * term/w32-win.el: Simplify code.
29835
29836 2005-01-23 Kim F. Storm <storm@cua.dk>
29837
29838 * simple.el (line-move): Adapt to new return value from
29839 pos-visible-in-window-p.
29840
29841 * simple.el (line-move): Fix last change. Check partial
29842 visibility at point rather than at window-start.
29843
29844 2005-01-22 Jason Rumney <jasonr@gnu.org>
29845
29846 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29847
29848 2005-01-22 David Kastrup <dak@gnu.org>
29849
29850 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29851
29852 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29853
29854 * type-break.el (type-break-mode): Add a test for
29855 type-break-file-name being non-nil.
29856
29857 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29858
29859 * net/eudc.el (top level): Call (message "") via progn, so that
29860 eudc-options-file is loaded.
29861
29862 2005-01-22 Kim F. Storm <storm@cua.dk>
29863
29864 * simple.el (line-move-1): Rename from line-move.
29865 (line-move): New function that adjusts vscroll for partially
29866 visible rows, and calls line-move-1 otherwise.
29867
29868 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29869
29870 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29871 since it's not a complete read-event implementation
29872
29873 2005-01-20 Jay Belanger <belanger@truman.edu>
29874
29875 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29876 for called function.
29877
29878 2005-01-20 Steven Tamm <steventamm@mac.com>
29879
29880 * term/mac-win.el (process-connection-type): Remove.
29881 Controlled now by s/darwin.h:PTY_ITERATION.
29882
29883 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29884
29885 * window.el (handle-select-window): Don't switch window when we're
29886 in the minibuffer.
29887
29888 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29889
29890 * subr.el (dotimes-with-progress-reporter): New macro.
29891
29892 * ses.el (ses-dotimes-msg): Remove macro.
29893 Use `dotimes-with-progress-reporter' instead.
29894
29895 2005-01-19 Steven Tamm <steventamm@mac.com>
29896
29897 * term/mac-win.el (process-connection-type): Use new
29898 operating-system-release variable to use ptys on Darwin 7 (OS X
29899 10.3) when using carbon build.
29900
29901 2005-01-19 Jay Belanger <belanger@truman.edu>
29902
29903 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29904 flags if the last command was a tab or M-tab.
29905
29906 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29907 in formula editing buffer.
29908
29909 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29910
29911 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29912 breakpoint image symbol in margin.
29913
29914 2005-01-19 Jay Belanger <belanger@truman.edu>
29915
29916 * calc/calc-prog.el (calc-execute-kbd-macro):
29917 Ignore calc-keep-arg-flag.
29918
29919 2005-01-19 Kenichi Handa <handa@m17n.org>
29920
29921 * textmodes/ispell.el (ispell-looking-at): New function.
29922 (ispell-process-line): Use ispell-looking-at to compare the ispell
29923 output and the buffer contents.
29924
29925 2005-01-18 Jay Belanger <belanger@truman.edu>
29926
29927 * calc/calc.el (calc-display-raw): Fix docstring.
29928
29929 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29930
29931 * simple.el (blink-matching-open): Strip extra info from syntax.
29932
29933 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29934 funny chars in the end-of-here-doc marker.
29935
29936 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29937
29938 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29939 that enable/disabled state of breakpoints is shown correctly in
29940 fringe and on ttys.
29941 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29942 Add breakpoint information as text properties.
29943 (gdb-mouse-toggle-breakpoint):
29944 Rename to gdb-mouse-set-clear-breakpoint.
29945 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29946 breakpoints in the margin.
29947 (gdb-remove-strings): Simplify.
29948
29949 2005-01-17 Jay Belanger <belanger@truman.edu>
29950
29951 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29952 erasing buffer.
29953
29954 2005-01-17 Richard M. Stallman <rms@gnu.org>
29955
29956 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29957 for calling grep-compute-defaults.
29958
29959 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29960 if buffer is empty.
29961
29962 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29963
29964 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29965
29966 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29967
29968 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29969 non-preloaded variables.
29970
29971 2005-01-17 Steven Tamm <steventamm@mac.com>
29972
29973 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29974 tex-shell cause to force interactivity when using pipes.
29975
29976 2005-01-17 Kim F. Storm <storm@cua.dk>
29977
29978 * simple.el (just-one-space): Make arg optional.
29979
29980 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29981
29982 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29983 posn-at-x-y to t to access left-margin.
29984
29985 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29986
29987 Sync with Tramp 2.0.47.
29988
29989 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29990 catching keep-date problems in cp/scp operations.
29991 (tramp-handle-copy-file): Don't call `set-file-modes'
29992 unconditionally. Specialized functions should know better what is
29993 necessary. This improves performance a little bit, and the
29994 functions could catch errors with `cp -p' and `scp -p'.
29995 (tramp-do-copy-or-rename-file-via-buffer)
29996 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29997 when appropriate.
29998 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29999 Call `set-file-modes' when appropriate.
30000 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
30001 Johnsson <isak@hypergene.com>.
30002 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30003 of both Tramp buffer and debug buffer. Reported by Joakim Verona
30004 <joakim@verona.se>.
30005 (tramp-file-name-for-operation): Mark `shell-command' as magic for
30006 Emacs only.
30007
30008 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
30009 `find-file-hooks' and `dired-mode-hook'.
30010 (tramp-minor-mode-map): Respective map. Add remapping for
30011 `compile' and `recompile'.
30012 (tramp-remap-command, tramp-recompile): New defuns.
30013 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30014 in buffer "*Compilation*". Call the commands asynchronously.
30015
30016 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30017 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30018 `shell-command', because it isn't magic in XEmacs. Reported by
30019 Adrian Aichner <adrian@xemacs.org>.
30020
30021 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30022 `substitute-in-file-name.
30023 (tramp-smb-handle-substitute-in-file-name): New defun.
30024 (tramp-smb-advice-PC-do-completion): Delete advice.
30025
30026 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
30027
30028 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30029 Fix error in deleting region.
30030
30031 2005-01-15 Richard M. Stallman <rms@gnu.org>
30032
30033 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30034 In non-temp buffer, switch syntax table temporarily.
30035
30036 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30037
30038 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30039
30040 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30041
30042 * imenu.el (imenu--split-menu): Copy menulist before sorting.
30043 (imenu--generic-function): Use START, not BEG, as pos of definition.
30044
30045 * simple.el (just-one-space): Argument specifies number of spaces.
30046
30047 * simple.el (eval-expression-print-format): Avoid warning
30048 about edebug-active.
30049
30050 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
30051
30052 * progmodes/sh-script.el: Code copied from make-mode.el
30053 with small changes,
30054 (sh-mode-map): Bind C-c C-\.
30055 (sh-backslash-column, sh-backslash-align): New variables.
30056 (sh-backslash-region, sh-append-backslash): New functions.
30057
30058 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
30059
30060 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30061 (rmail-pop-password, rmail-pop-password-required): Move to
30062 rmail-obsolete group.
30063 (rmail-set-pop-password): Rename to rmail-set-remote-password.
30064 All callers updated.
30065 (rmail-get-pop-password): Rename to rmail-get-remote-password.
30066 Take an argument specifying whether it is POP or IMAP mailbox we
30067 are using. All callers updated.
30068 (rmail-pop-password-error): Rename to
30069 rmail-remote-password-error. Added mailutils-specific error message.
30070 (rmail-movemail-search-path)
30071 (rmail-movemail-variant-in-use): New variables.
30072 (rmail-remote-password, rmail-remote-password-required):
30073 New customization variables.
30074 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30075 (rmail-parse-url): New function.
30076 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30077 with GNU mailutils movemail.
30078
30079 2005-01-15 Kevin Ryde <user42@zip.com.au>
30080
30081 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30082 suffix to space, $ or '$, to correctly position point when going
30083 to @table style constants like DBL_MAX.
30084
30085 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
30086
30087 * type-break.el (type-break-mode, type-break-file-time)
30088 (type-break-file-keystroke-count, type-break-choose-file):
30089 Don't store data in or load data from the file if type-break-file-name
30090 is nil.
30091 (type-break-file-name): Doc update as per the above.
30092
30093 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
30094
30095 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30096 lookup-key might return nil; handle that.
30097
30098 2005-01-15 Alan Mackenzie <acm@muc.de>
30099
30100 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30101 rather than the element found, thus enabling the tree to be setcar'd.
30102
30103 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30104
30105 * textmodes/org.el (org-show-following-heading): New option.
30106 (org-show-hierarchy-above): Use `org-show-following-heading'.
30107 (org-cycle): Documentation fix.
30108
30109 * textmodes/org.el (orgtbl-optimized): New option
30110 (orgtbl-mode): New command, a minor mode.
30111 (orgtbl-mode-map): New variable.
30112 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30113 (orgtbl-error, orgtbl-self-insert-command)
30114 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30115
30116 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30117 a local variable in each org-mode buffer.
30118
30119 * textmodes/org.el (org-set-regexps-and-options): Rename from
30120 `org-set-regexps'. Added checking for STARTUP keyword.
30121 (org-get-current-options): Add STARTUP options.
30122 (org-table-insert-row): Make mode intelligent about when
30123 realignment is needed.
30124 (org-self-insert-command, org-delete-backward-char, org-delete-char):
30125 New commands.
30126 (org-enable-table-editor): New default value `optimized'.
30127 (org-table-blank-field): Support blanking regions if active.
30128
30129 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30130
30131 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30132 if the year is not given.
30133
30134 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30135 Add new escapes %m and %M, fixed bug with %F by adding
30136 save-match-data.
30137 (reftex-reference): Remove ?. from list of spaces.
30138 (reftex-label-info): Add automatic label prefix recognition.
30139
30140 * textmodes/reftex-index.el (reftex-index-next-phrase):
30141 Add slave parameter to call of `reftex-index-this-phrase'.
30142 (reftex-index-this-phrase): New optional argument.
30143 (reftex-index-region-phrases): Add slave parameter to call of
30144 `reftex-index-this-phrase'.
30145 (reftex-display-index): New argument redo.
30146 (reftex-index-rescan): Add `redo' to arguments of
30147 `reftex-display-index'.
30148 (reftex-index-Rescan, reftex-index-revert)
30149 (reftex-index-switch-index-tag): Add `redo' to arguments of
30150 `reftex-display-index'.
30151 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30152 indexing. Fix bug with matching is there is a quote before or
30153 after the word.
30154
30155 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30156 Fix bug when collecting citation keys in lines with comments.
30157 (reftex-citation): Prefix argument no longer rescans the document,
30158 but forces prompting for optional arguments of cite macros.
30159 (reftex-do-citation): Prompting for optional arguments implemented.
30160
30161 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30162 Add optional arguments to most cite commands.
30163 (reftex-cite-cleanup-optional-args): New option
30164 (reftex-cite-prompt-optional-args): New option.
30165 (reftex-trust-label-prefix): New option.
30166
30167 * textmodes/reftex-toc.el (reftex-toc-find-section):
30168 Add push-mark before changing the position in the buffer.
30169
30170 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30171 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30172
30173 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
30174
30175 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30176 more carefully.
30177
30178 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
30179
30180 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30181 (sgml-mode): Use it.
30182 (sgml-get-context): Better keep track of implicitly closed tags.
30183
30184 2005-01-13 Kenichi Handa <handa@m17n.org>
30185
30186 * textmodes/ispell.el: These changes are to fix misalignment error
30187 caused by equivalent characters of different Emacs charsets.
30188 (ispell-unified-chars-table): New variable.
30189 (ispell-get-decoded-string): New function.
30190 (ispell-get-casechars, ispell-get-not-casechars)
30191 (ispell-get-otherchars): Call ispell-get-decoded-string.
30192
30193 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30194
30195 * custom.el (custom-declare-variable): Just put symbol instead
30196 of (defvar . symbol) in `current-load-list'.
30197
30198 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
30199
30200 * emacs-lisp/elint.el: Fixed typo in Commentary section.
30201
30202 2005-01-12 Jay Belanger <belanger@truman.edu>
30203
30204 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30205 to create a Calc summary.
30206
30207 2005-01-12 Kim F. Storm <storm@cua.dk>
30208
30209 * mouse.el (mouse-on-link-p): Change functionality and doc
30210 string to comply with latest description in lisp ref.
30211
30212 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
30213
30214 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30215 Enable mouse clicks on mode-line, header-line and margin.
30216 (event-type): Give mouse event symbols an `event-kind' property
30217 with value `mouse-click'.
30218
30219 2005-01-12 Juri Linkov <juri@jurta.org>
30220
30221 * facemenu.el (list-colors-display): Add new arg buffer-name.
30222 Use it. Fix docstring. Replace code for identifying duplicate
30223 colors by the name with call to `list-colors-duplicates' which
30224 identifies duplicate colors by the value unless the color
30225 is one of special Windows colors. Set truncate-lines to t.
30226 Print sorted duplicate color names on each line. Indent to 22
30227 \(the longest color name in rgb.txt) instead of 20. Optimize.
30228 (list-colors-duplicates): New function.
30229 (facemenu-color-name-equal): Delete function.
30230
30231 * facemenu.el (list-colors-print): New function created from code
30232 in list-colors-display. Print #RRGGBB at the window right edge.
30233 (list-colors-display): When temp-buffer-show-function is not
30234 defined, call list-colors-print from temp-buffer-show-hook
30235 to get the right value of window-width in list-colors-print
30236 after the buffer is displayed.
30237
30238 * simple.el (pop-mark): Move deactivate-mark out of conditional
30239 part to deactivate the active mark regardless of the state of the
30240 mark ring.
30241
30242 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30243 variables line in desktop files.
30244
30245 2005-01-12 Juri Linkov <juri@jurta.org>
30246
30247 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30248 Bring together isearch highlight related options.
30249 (lazy-highlight): Replace group `replace' by `matching'.
30250 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30251 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30252 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30253 and declare them obsolete.
30254 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30255 (isearch-faces): Remove defgroup.
30256 (isearch-overlay, isearch-highlight, isearch-dehighlight):
30257 Move isearch highlighting code closer to lazy highlighting code.
30258
30259 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30260 (query-replace-highlight, query-replace-lazy-highlight)
30261 (query-replace): Move definitions to the beginning of the file.
30262
30263 2005-01-11 Juri Linkov <juri@jurta.org>
30264
30265 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30266 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30267 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30268
30269 * info.el (Info-history-forward): New variable.
30270 (Info-select-node): Reset Info-history-forward to nil.
30271 (Info-last): Turn into defalias.
30272 (Info-history-back): Rename from Info-last.
30273 Add current node to Info-history-forward.
30274 (Info-history-forward): New fun.
30275 (Info-mode-map): Replace Info-last by Info-history-back.
30276 Bind Info-history-forward to "r".
30277 (Info-mode-menu): Replace Info-last by Info-history-back.
30278 Fix menu item text. Add menu item for Info-history-forward.
30279 (info-tool-bar-map): Replace Info-last by Info-history-back.
30280 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
30281 for Info-history-forward.
30282 (Info-mode): Replace Info-last by Info-history-back in docstring.
30283 Add local variable Info-history-forward.
30284 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30285
30286 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
30287
30288 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30289 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30290 Ignore select-window events rather than fiddle with
30291 mouse-autoselect-window.
30292
30293 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
30294
30295 * type-break.el (type-break-mode): Fix previous change.
30296
30297 2005-01-10 Jay Belanger <belanger@truman.edu>
30298
30299 * calc/calc-ext.el (calc-reset): Reset when inside embedded
30300 calculator; only reset when point is inside a calculator.
30301 Don't adjust the window height if the window takes up the whole height
30302 of the frame.
30303
30304 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
30305
30306 * ebuff-menu.el (Electric-buffer-menu-mode):
30307 Preserve value of buffer-local var header-line-format.
30308
30309 2005-01-09 Jay Belanger <belanger@truman.edu>
30310
30311 * calc/calc.el (calc-mode-var-list-restore-saved-values):
30312 Make sure settings file exists before accessing it.
30313
30314 * calc/calc-embed.el (calc-embedded-subst):
30315 Replace math-multi-subst-rec, which is only supposed to be called
30316 by math-multi-subst, by math-multi-subst.
30317
30318 2005-01-09 Andre Spiegel <spiegel@gnu.org>
30319
30320 * vc.el (vc-allow-async-revert): New user option.
30321 (vc-disable-async-diff): New internal variable.
30322 (vc-revert-buffer): Use them to disable asynchronous diff.
30323
30324 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
30325 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
30326 asynchronously if vc-disable-async-diff is t.
30327
30328 2005-01-09 Jay Belanger <belanger@truman.edu>
30329
30330 * calc/calc.el (defcalcmodevar): New macro.
30331 (calc-mode-var-list-restore-default-values)
30332 (calc-mode-var-list-restore-saved-values): New functions.
30333 (calc-mode-var-list): Use defcalcmodevar to define it.
30334 (calc-always-load-extensions, calc-line-numbering)
30335 (calc-line-breaking, calc-display-just, calc-display-origin)
30336 (calc-number-radix, calc-leading-zeros, calc-group-digits)
30337 (calc-group-char, calc-point-char, calc-frac-format)
30338 (calc-prefer-frac, calc-hms-format, calc-date-format)
30339 (calc-float-format, calc-full-float-format, calc-complex-format)
30340 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
30341 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
30342 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
30343 (calc-matrix-brackets, calc-language, calc-language-option)
30344 (calc-left-label, calc-right-label, calc-word-size)
30345 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
30346 (calc-display-raw, calc-internal-prec, calc-angle-mode)
30347 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
30348 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
30349 (calc-window-height, calc-display-trail, calc-show-selections)
30350 (calc-use-selections, calc-assoc-selections)
30351 (calc-display-working-message, calc-auto-why, calc-timing)
30352 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
30353 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
30354 (calc-gnuplot-default-device, calc-gnuplot-default-output)
30355 (calc-gnuplot-print-device, calc-gnuplot-print-output)
30356 (calc-gnuplot-geometry, calc-graph-default-resolution)
30357 (calc-graph-default-resolution-3d, calc-invocation-macro)
30358 (calc-show-banner): Use defcalcmodevar to declare them and set
30359 their default values.
30360
30361 * calc/calc-ext.el (calc-reset): Restore saved values of variables
30362 instead of default values (but restore default values if there is
30363 an argument of 0).
30364
30365 2005-01-09 David Kastrup <dak@gnu.org>
30366
30367 * desktop.el (desktop-restore-eager): Fix typo in type.
30368
30369 2005-01-08 Richard M. Stallman <rms@gnu.org>
30370
30371 * cus-edit.el (customize): Delete :link.
30372
30373 2005-01-08 Jay Belanger <belanger@truman.edu>
30374
30375 * calc/calc.el (calc-mode): Remove the extension from the
30376 `calc-settings-file' file name when loading it.
30377
30378 2005-01-08 Kim F. Storm <storm@cua.dk>
30379
30380 * info.el (Info-mode-map, Info-next-link-keymap)
30381 (Info-prev-link-keymap, Info-up-link-keymap):
30382 Map follow-link to mouse-face.
30383 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30384
30385 2005-01-08 Jay Belanger <belanger@truman.edu>
30386
30387 * calc/calc.el (calc-settings-file): Change default value.
30388 Suggested by cgw in a comment in calc-mode.el.
30389
30390 * calc/calc-mode.el (calc-settings-file-name):
30391 Compare calc-settings-file to user-init-file instead of ~/.emacs.
30392 Replace ~/.emacs in a prompt by calc-settings-file.
30393
30394 2005-01-07 Lars Hansen <larsh@math.ku.dk>
30395
30396 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30397 (desktop-lazy-idle-delay): New customizable variables.
30398 (desktop-buffer-args-list): New variable.
30399 (desktop-append-buffer-args): New function.
30400 (desktop-save): Call desktop-append-buffer-args for some buffers.
30401 (desktop-lazy-create-buffer): New function.
30402 (desktop-idle-create-buffers): New function.
30403 (desktop-read): Add message about buffers to restore lazily.
30404 (desktop-lazy-abort): New command.
30405 (desktop-clear): Call desktop-lazy-abort.
30406 (desktop-lazy-complete): New command.
30407
30408 2005-01-06 Richard M. Stallman <rms@gnu.org>
30409
30410 * emacs-lisp/find-func.el (find-face-definition):
30411 Rename from find-face.
30412
30413 2005-01-06 Kim F. Storm <storm@cua.dk>
30414
30415 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30416
30417 * man.el (Man-xref-man-page, Man-xref-header-file)
30418 (Man-xref-normal-file): Add follow-link property.
30419
30420 2005-01-06 Jay Belanger <belanger@truman.edu>
30421
30422 * calc/calc-units.el: Make sure the proper macro definitions are
30423 available when compiling.
30424
30425 2005-01-06 Juri Linkov <juri@jurta.org>
30426
30427 * isearch.el (isearch-lazy-highlight-update):
30428 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30429
30430 2005-01-06 Miles Bader <miles@gnu.org>
30431
30432 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30433 (isearch-lazy-highlight-face): Use new name.
30434
30435 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
30436
30437 * uniquify.el (uniquify-rationalize-file-buffer-names):
30438 Re-add an interactive spec.
30439 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30440 to the same name.
30441
30442 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30443 (isearch-update, isearch-done): Adjust calls accordingly.
30444
30445 2005-01-05 Richard M. Stallman <rms@gnu.org>
30446
30447 * custom.el (custom-set-variables, custom-theme-set-variables):
30448 Clarify documentation.
30449
30450 * emacs-lisp/find-func.el (find-variable)
30451 (find-variable-other-window, find-variable-other-frame):
30452 Fix the TYPE args to find-function-read and find-function-do-it.
30453 (find-function): Doc fix.
30454 (find-function-at-point): Replace function-at-point alias.
30455
30456 2005-01-04 Richard M. Stallman <rms@gnu.org>
30457
30458 * cus-face.el (custom-declare-face):
30459 Record defface in current-load-list.
30460
30461 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30462
30463 * emacs-lisp/find-func.el: Doc fixes.
30464 (find-face-regexp): New variable.
30465 (find-function-regexp-alist): New variable.
30466 (find-function-C-source): Third arg is now TYPE.
30467 (find-function-search-for-symbol): Handle general TYPE.
30468 (find-function-read, find-function-do-it): Handle general TYPE.
30469 (find-definition-noselect, find-face): New functions.
30470 (function-at-point): Alias deleted.
30471
30472 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
30473
30474 * battery.el (display-battery-mode): Rename from display-battery.
30475 Handle the case where it gets turned off.
30476
30477 2005-01-04 Richard M. Stallman <rms@gnu.org>
30478
30479 * cus-edit.el (customize): Make :link point to user doc.
30480
30481 * man.el (Man-fontify-manpage): Turn off undo generation.
30482
30483 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30484
30485 2005-01-04 Andreas Schwab <schwab@suse.de>
30486
30487 * files.el (insert-directory): Only look for error lines in
30488 inserted text. Don't move too far after processing --dired markers.
30489
30490 2005-01-04 Richard M. Stallman <rms@gnu.org>
30491
30492 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30493 Don't expand if the character is @, period, dash, etc.
30494 (define-mail-abbrev): Quote names that contain problem characters.
30495
30496 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
30497
30498 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30499
30500 2005-01-03 Richard M. Stallman <rms@gnu.org>
30501
30502 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30503 (query-replace-highlight, query-replace-lazy-highlight)
30504 (query-replace): Definitions moved up. Doc fix.
30505
30506 2005-01-03 Richard M. Stallman <rms@gnu.org>
30507
30508 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30509 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30510 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30511 (lazy-highlight-face): Rename from isearch-lazy-...
30512 Change all references to them.
30513
30514 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30515
30516 * cus-edit.el (custom-file): Doc fix for defcustom.
30517 (custom-file): The function no longer sets the variable
30518 `custom-file' to its return value.
30519
30520 * startup.el (command-line): No longer load `custom-file'.
30521
30522 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30523
30524 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30525
30526 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30527 Don't confuse module-prefixed identifiers for labels.
30528 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30529
30530 2005-01-02 Richard M. Stallman <rms@gnu.org>
30531
30532 * files.el (basic-save-buffer-1): Fix previous change.
30533
30534 * loadhist.el (file-loadhist-lookup): New function.
30535 (file-provides, file-requires): Use it.
30536
30537 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30538 instead of calculating the right size.
30539
30540 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30541
30542 * vc-svn.el (vc-svn-diff): Stay local if possible.
30543
30544 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30545
30546 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30547
30548 * files.el (hack-local-variables): Fix last change.
30549
30550 2005-01-02 Jay Belanger <belanger@truman.edu>
30551
30552 * calc/calc-yank.el (calc-edit-top): New variable.
30553 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30554 object. Change header properties.
30555 (calc-edit-finish, calc-edit-finish-stack-object)
30556 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30557 edited object.
30558 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30559 for the beginning of the edited object.
30560 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30561 for the beginning of the edited object.
30562 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30563 (calc-finish-formula-edit, calc-macro-repeats)
30564 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30565 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30566 beginning of the edited object.
30567 (calc-user-define-edit): Change the header for editing macros.
30568 Remove unnecessary variable.
30569
30570 2005-01-01 Jay Belanger <belanger@truman.edu>
30571
30572 * calc/calc-yank.el (calc-edit-mode): Change default header.
30573 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30574 * calc/calc-store.el (calc-edit-variable): Change title to match new
30575 header.
30576 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30577 mode to match new header.
30578 (calc-user-define-edit): Change titles to include names of commands.
30579 (calc-finish-formula-edit): Adjust to handle new header.
30580 (calc-finish-macro-edit): Remove.
30581 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30582 (calc-edit-macro-command, calc-edit-macro-command-type)
30583 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30584 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30585 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30586 (calc-edit-macro-finish-edit): New functions.
30587 (calc-user-define-edit): Use new functions to edit named calc macros.
30588
30589 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30590
30591 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30592
30593 * ses.el (copy-region-as-kill): Deactivate mark.
30594
30595 2005-01-01 Richard M. Stallman <rms@gnu.org>
30596
30597 * replace.el (occur-1): If the output buffer is also an input,
30598 don't kill it, rename it.
30599
30600 * faces.el (set-face-background, set-face-foreground): Doc fix.
30601
30602 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30603 for :foreground and :background.
30604
30605 * dired.el (dired-view-command-alist): Variable deleted.
30606 (dired-view-file, dired-mouse-find-file-other-window):
30607 Delete the code to use it.
30608
30609 2005-01-01 Kim F. Storm <storm@cua.dk>
30610
30611 * image.el (insert-sliced-image): Use t for line-height property.
30612
30613 See ChangeLog.11 for earlier changes.
30614
30615 ;; Local Variables:
30616 ;; coding: iso-2022-7bit
30617 ;; add-log-time-zone-rule: t
30618 ;; End:
30619
30620 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30621 Copying and distribution of this file, with or without modification,
30622 are permitted provided the copyright notice and this notice are preserved.
30623
30624 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1