(calc-full-help): Use emacs-copyright.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-01-07 Glenn Morris <rgm@gnu.org>
2
3 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
4
5 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
6
7 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
8 on menu bar.
9
10 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
11
12 * ffap.el (ffap-read-file-or-url): Let-bind
13 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
14
15 2008-01-05 Sven Joachim <svenjoac@gmx.de>
16
17 * vc-bzr.el: Fix typo in header.
18
19 2008-01-05 Eli Zaretskii <eliz@gnu.org>
20
21 * Makefile.in (custom-deps, finder-data): Depend on autoloads
22 instead of loaddefs.el.
23
24 2008-01-05 Glenn Morris <rgm@gnu.org>
25
26 * progmodes/verilog-mode.el: Replace all instances of
27 string-to-int with string-to-number, insert-string with insert,
28 and read-input with read-string.
29 (top-level): No need to require imenu, reporter, dinotrace, vc,
30 font-lock when compiling. Always require compile. Relegate remaining
31 compatibility cruft to XEmacs. Don't require font-lock.
32 (verilog-version): Remove superfluous concat.
33 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
34 No need to define.
35 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
36 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
37 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
38 (verilog-startup-message-displayed): These are variables, not constants.
39 (verilog-batch-execute-func, verilog-auto-inst)
40 (verilog-auto-inst-param): Use mapc rather than mapcar.
41 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
42 actually defining.
43 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
44 (verilog-modi-get-outputs, verilog-modi-get-inouts)
45 (verilog-modi-get-inputs, verilog-modi-get-wires)
46 (verilog-modi-get-regs, verilog-modi-get-assigns)
47 (verilog-modi-get-consts, verilog-modi-get-gparams)
48 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
49 (verilog-modi-get-sub-inputs): Move inline functions earlier in
50 the file.
51 (sigs-in, sigs-out): Don't declare multiple times.
52 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
53 `defvar'.
54 (verilog-auto): Call dinotrace-unannotate-all only if bound.
55 (verilog-module-inside-filename-p): No need to wrap fboundp test
56 in condition-case.
57 (reporter-submit-bug-report): Autoload it.
58 (verilog-mark-defun): Call zmacs-activate-region only if bound.
59 (verilog-font-customize): Call customize-apropos only if bound.
60 (verilog-getopt-flags, verilog-auto-reeval-locals):
61 Use make-local-variable rather than make-variable-buffer-local.
62 (verilog-company, verilog-project, verilog-modi-cache-list):
63 Move make-variable-buffer-local calls to top-level.
64 (font-lock-defaults-alist): Don't define it.
65 (verilog-need-fld): Remove.
66 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
67 (verilog-mode): Only call make-local-hook on XEmacs.
68 Set font-lock-defaults rather than using verilog-font-lock-init.
69
70 * progmodes/verilog-mode.el (top-level): Don't require compile.
71 (compilation-error-regexp-alist, compilation-last-buffer):
72 Define for compiler.
73 (verilog-insert-1): New function.
74 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
75 Use verilog-insert-1.
76 (verilog-surelint-off): Use next-error-last-buffer if bound.
77 Check compile buffer is live.
78
79 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
82 gets inserted out-of-order.
83
84 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
85
86 * vc-bzr.el: Copyright and version headers update.
87 Remove some outdated comments through the whole file.
88 (vc-bzr-program-args): Remove because unused.
89 (vc-bzr-log-switches): New customization option.
90 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
91 use `vc-bzr-program-args'.
92 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
93 `vc-find-root' (patch by Andreas Hoenen).
94 (vc-bzr-status): Update regex to match latest Bzr output.
95 Remove redundant test.
96 (vc-bzr-init-version): New function.
97 (vc-bzr-unregister): Must not delete file.
98 (vc-bzr-find-version): New function.
99 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
100 a non-empty string, otherwise take head revision.
101 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
102 (vc-bzr-diff): Simpler build of the revision spec string.
103 (vc-annotate-convert-time, vc-bzr-annotate-difference):
104 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
105 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
106 (vc-bzr-dired-state-info): Only provide custom strings for
107 overloaded VC state 'edited; otherwise fallback to
108 `vc-default-dired-state-info'.
109
110 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
111
112 * vc-git.el (vc-git-dir-state):
113 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
114
115 2008-01-04 Richard Stallman <rms@gnu.org>
116
117 * delsel.el (delete-selection-mode): Doc fix.
118
119 2008-01-04 Glenn Morris <rgm@gnu.org>
120
121 * version.el (emacs-copyright): Update to 2008.
122
123 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
126 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
127
128 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
129 of watch expressions (only works fully with GDB 6.7 or later).
130
131 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * time-stamp.el (time-stamp-time-zone):
134 * whitespace.el (whitespace-check-buffer-leading)
135 (whitespace-check-buffer-trailing)
136 (whitespace-check-buffer-indent)
137 (whitespace-check-buffer-spacetab)
138 (whitespace-check-buffer-ateol):
139 * progmodes/sh-script.el (sh-indentation):
140 * textmodes/ispell.el (ispell-local-pdict):
141 Add safe-local-variable properties.
142
143 2007-12-31 Richard Stallman <rms@gnu.org>
144
145 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
146 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
147 `parent'.
148 (custom-group-value-create): Pass two args to custom-add-parent-links.
149
150 2007-12-29 Richard Stallman <rms@gnu.org>
151
152 * font-lock.el (font-lock-prepend-text-property)
153 (font-lock-append-text-property): Canonicalize the face and
154 font-lock-face properties.
155
156 * faces.el (facep): Doc fix.
157
158 * startup.el (fancy-startup-tail, fancy-about-text)
159 (fancy-startup-text): Regularize format of face property.
160
161 * facemenu.el (list-colors-print): Use :background and :foreground
162 instead of background-color and foreground-color.
163
164 2007-12-29 Drew Adams <drew.adams@oracle.com>
165
166 * cus-edit.el (custom-add-parent-links):
167 Fill the "Parent documentation" text.
168
169 2007-12-29 Eli Zaretskii <eliz@gnu.org>
170
171 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
172 MS-Windows and MS-DOS.
173 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
174
175 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * progmodes/grep.el (rgrep): Fix last change.
178
179 2007-12-27 Richard Stallman <rms@gnu.org>
180
181 * progmodes/compile.el (compilation-start): Set initial visible
182 point properly even when compilation buffer already current.
183
184 2007-12-26 Richard Stallman <rms@gnu.org>
185
186 * files.el (conf-mode-maybe): New function.
187 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
188
189 2007-12-26 Martin Rudalics <rudalics@gmx.at>
190
191 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
192
193 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
194
195 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
196
197 2007-12-25 Richard Stallman <rms@gnu.org>
198
199 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
200 so they never do EOF.
201
202 2007-12-23 Richard Stallman <rms@gnu.org>
203
204 * dired-aux.el: Load dired.el at run time too.
205
206 * faces.el (copy-face): Create the new face explicitly if it
207 does not exist already.
208
209 2007-12-23 Andreas Schwab <schwab@suse.de>
210
211 * files.el (switch-to-buffer-other-frame): Return the buffer
212 switched to.
213
214 2007-12-23 Juri Linkov <juri@jurta.org>
215
216 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
217 item to about-emacs instead of display-splash-screen.
218
219 2007-12-22 Eli Zaretskii <eliz@gnu.org>
220
221 * simple.el (minibuffer-history, shell-command-history)
222 (set-variable-value-history):
223 * replace.el (regexp-history):
224 * international/mule-cmds.el (input-method-history):
225 * files.el (file-name-history): Add reference to history-length in
226 the doc string.
227
228 2007-12-22 Richard Stallman <rms@gnu.org>
229
230 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
231
232 2007-12-21 Jason Rumney <jasonr@gnu.org>
233
234 * find-dired.el (find-name-arg): New custom variable.
235 (find-name-dired): Use it.
236 (find-dired-find-program): Remove.
237 (find-dired): Use find-program.
238 (find-grep-dired): Use grep-program.
239
240 * progmodes/grep.el (rgrep): Use find-name-arg.
241
242 2007-12-21 Martin Rudalics <rudalics@gmx.at>
243
244 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
245 specifier from format-string. Reported by Ye Wenbin.
246
247 2007-12-19 Martin Rudalics <rudalics@gmx.at>
248
249 * cus-start.el: Use correct group name for members of mode-line group.
250
251 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
252
253 * progmodes/cc-vars.el (defcustom-c-stylevar):
254 Revert to pre-2007-12-12 version.
255
256 2007-12-15 Richard Stallman <rms@gnu.org>
257
258 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
259
260 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
261 Use changed.
262
263 * startup.el (fancy-splash-help-echo): Var deleted.
264 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
265 (fancy-about-screen): Don't display fancy-splash-help-echo.
266
267 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
268
269 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
270
271 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
272
273 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
274
275 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
276 function.
277 (add-submenu): Only define for XEmacs.
278 (verilog-regexp-words): Revert previous change, keep the other
279 definition.
280
281 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
282
283 * progmodes/perl-mode.el (perl-continued-statement-offset)
284 (perl-continued-brace-offset, perl-brace-offset)
285 (perl-brace-imaginary-offset, perl-label-offset):
286 * progmodes/cperl-mode.el (cperl-brace-offset)
287 (cperl-continued-brace-offset, cperl-label-offset)
288 (cperl-continued-statement-offset)
289 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
290 Add safe-local-variable properties.
291
292 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
293
294 * progmodes/verilog-mode.el (verilog-mode-map)
295 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
296 (verilog-colorize-include-files): Use only overlay functions so
297 that it can work on both emacs and XEmacs.
298 (set-extent-keymap): Remove unused defun.
299 (verilog-kill-existing-comment, verilog-insert-date)
300 (verilog-insert-year): Rename in order not to pollute the global
301 namespace from kill-existing-comment, insert-date and
302 insert-year, respectively.
303 (verilog-set-auto-endcomments, verilog-header): Update callers.
304
305 * files.el (auto-mode-alist): Recognize verilog files.
306
307 * progmodes/verilog-mode.el (verilog-string-replace-matches)
308 (verilog-string-remove-spaces, verilog-re-search-forward)
309 (verilog-re-search-backward, verilog-re-search-forward-quick)
310 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
311 (verilog-get-end-of-line, verilog-within-string): Move definitions
312 before first use. No code changes.
313
314 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
315
316 * progmodes/verilog-mode.el (verilog-mode-version)
317 (verilog-mode-release-date): Don't use expanding keywords.
318 (provide): Move to the end of file.
319 (fboundp): Don't check if eval-when-compile is bound, it is used
320 later in the file without checking.
321 (when, unless): Copy definitions from subr.el.
322 (char-before, defcustom, defface, customize-group)
323 (verilog-batch-error-wrapper): Don't use old style backquotes.
324 (verilog-regexp-opt): Avoid using the cl function case.
325 (verilog-regexp-words): Remove duplicated definition.
326 (verilog-mode-abbrev-table): Remove, duplicate.
327 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
328 Declare and initialize in one step.
329 (verilog-declaration-prefix-re, verilog-declaration-re)
330 (verilog-end-of-statement, verilog-indent-declaration)
331 (verilog-get-lineup-indent): Remove trailing whitespace.
332 (verilog-mode): Fix autoload cookie.
333 Set beginning-of-defun-function and end-of-defun-function.
334 Use when instead of if.
335 (verilog-emacs-features, verilog-auto-ascii-enum)
336 (verilog-insert-indices): Escape braces in doc strings.
337
338 2007-12-08 Michael McNamara <mac@verilog.com>
339 Wilson Snyder <wsnyder@wsnyder.org>
340
341 * progmodes/verilog-mode.el: New file.
342
343 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
344
345 * international/latexenc.el (latexenc-find-file-coding-system):
346 If both coding-system-for-write and buffer-file-coding-system of
347 latex-main-file are nil, use `undecided'.
348
349 2007-12-06 Jason Rumney <jasonr@gnu.org>
350
351 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
352
353 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
354
355 * ido.el (ido-save-history): Use emacs-mule coding system
356 instead of utf-8 to save filenames (it's safer in Emacs 22).
357 Set the `coding' local variable on the first line of the file.
358
359 2007-12-04 Karl Fogel <kfogel@red-bean.com>
360
361 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
362 coding system. This ports revisions 1.40 and 1.41 over to the
363 EMACS_22_BASE branch, but with the right coding system for Emacs
364 22 to reliably record filenames. Suggested by Eli Zaretskii.
365
366 2007-12-01 Richard Stallman <rms@gnu.org>
367
368 * wid-edit.el (widget-type): Doc fix.
369
370 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
371
372 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
373
374 2007-12-01 Alexandre Julliard <julliard@winehq.org>
375
376 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
377
378 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
381 Don't match "sub { (...) ... }".
382
383 2007-11-29 Richard Stallman <rms@gnu.org>
384
385 * international/mule-cmds.el (toggle-input-method-active): New var.
386 (toggle-input-method): Bind toggle-input-method-active to t.
387 Error if it was already non-nil.
388
389 2007-11-29 Glenn Morris <rgm@gnu.org>
390
391 * calendar/time-date.el (with-decoded-time-value): Doc fix.
392
393 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
394
395 * calendar/time-date.el (encode-time-value): Doc fix.
396
397 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
398
399 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
400
401 2007-11-24 Kenichi Handa <handa@m17n.org>
402
403 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
404
405 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
406
407 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
408
409 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
410
411 * textmodes/paragraphs.el (forward-sentence): Doc fix.
412 Reported by Drew Adams <drew.adams@oracle.com>.
413
414 2007-11-20 Glenn Morris <rgm@gnu.org>
415
416 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
417 for compatibility with Emacs 23.
418
419 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
420
421 * replace.el (map-query-replace-regexp): Doc fix (revert part of
422 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
423
424 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
425
426 * progmodes/gdb-ui.el: Update commentary.
427
428 2007-11-16 Eli Zaretskii <eliz@gnu.org>
429
430 * international/mule-cmds.el (set-locale-environment):
431 Set default-file-name-coding-system _after_ keyboard and terminal
432 coding systems. This fixes last change.
433
434 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
435 one space after "Subject:".
436
437 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
438
439 * subr.el (make-variable-frame-local):
440 Fix typo in obsolescence declaration.
441
442 2007-11-16 Glenn Morris <rgm@gnu.org>
443
444 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
445
446 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
447
448 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
449 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
450 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
451
452 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
455 in order to determine if there's a conflict.
456
457 2007-11-16 Juri Linkov <juri@jurta.org>
458
459 * man.el (Man-heading-regexp): Add 0-9.
460 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
461
462 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
463
464 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
465 Fix typo in docstring.
466
467 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
468 (cua-highlight-region-shift-only): Doc fix.
469
470 2007-11-15 Richard Stallman <rms@gnu.org>
471
472 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
473
474 * reposition.el (reposition-window):
475 Binding C-M-l moved to bindings.el.
476
477 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
478
479 * add-log.el (add-change-log-entry-other-window):
480 Key binding C-x 4 a moved to bindings.el.
481
482 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
483 from filecache.el.
484
485 * filecache.el: Minibuffer map bindings moved to bindings.el.
486
487 2007-11-14 Jason Rumney <jasonr@gnu.org>
488
489 * international/mule-cmds.el (set-locale-environment):
490 Set default-file-name-coding-system from system defaults on Windows.
491
492 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
493
494 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
495 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
496 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
497 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
498 locations.
499 (gdb-info-breakpoints-custom, gdb-assembler-custom)
500 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
501 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
502
503 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
504
505 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
506 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
507 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
508 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
509 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
510 Rewrite in active voice.
511
512 2007-11-10 Juri Linkov <juri@jurta.org>
513
514 * startup.el: Backport startup screen related changes from the trunk.
515 (initialization): Change group to `environment'.
516 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
517 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
518 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
519 (initial-scratch-message): Fix docstring.
520 (startup-screen-inhibit-startup-screen)
521 (pure-space-overflow-message): New variables.
522 (command-line): Rename `inhibit-startup-message' to
523 `inhibit-startup-screen'.
524 (initial-scratch-message): Doc fix.
525 (fancy-splash-text): Remove variable.
526 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
527 New variables.
528 (fancy-splash-delay, fancy-splash-max-time)
529 (fancy-current-text, fancy-splash-stop-time)
530 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
531 Remove variables.
532 (fancy-splash-insert): Use help-echo from the 3rd element of the
533 link specification list, or "Follow this link" if it's nil. Doc fix.
534 Allow functions for face and link specs.
535 (fancy-splash-tail): Remove function.
536 (fancy-startup-tail): New function.
537 (fancy-splash-default-action, fancy-splash-special-event-action)
538 (fancy-splash-screens): Remove functions.
539 (fancy-about-screen): New function.
540 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
541 Fix docstring. Use argument `startup' to conditionally display
542 different texts for Startup and About screens. Don't display Help
543 commands on the About screen. Remove `unwind-protect' `sit-for'
544 delay and `kill-buffer' after it.
545 (normal-mouse-startup-screen, normal-splash-screen)
546 (normal-no-mouse-startup-screen): New functions.
547 (startup-echo-area-message): Change text of the echo area.
548 (display-splash-screen): Remove function.
549 (display-startup-screen, display-about-screen): New functions.
550 (about-emacs): Make alias to `display-about-screen'.
551 (display-splash-screen): Make alias to `display-startup-screen'.
552 (command-line-1): Rename `inhibit-startup-message' to
553 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
554 started with command line options "-f", "-funcall", "-e", "-eval",
555 "-execute", "-insert", "-find-file", "-file", "-visit".
556 Inhibit startup screen when Emacs is started with a file name only
557 on tty (i.e. don't inhibit it when started with a file name like
558 "emacs FILE..." on a window system).
559 Comment out unused code for coping with the old sit-for behavior.
560 If file-count > 0, then display the concise version in another
561 window, otherwise display full version in the same window.
562 * loadup.el: Add `button'. Move up `startup'.
563 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
564 * version.el (emacs-copyright): Add emacs-copyright.
565 * menu-bar.el (menu-bar-help-menu):
566 Move "About Emacs" and "About GNU" to the end of the Help menu.
567 Move "Emacs Psychotherapist" after "Send Bug Report...".
568 Move "External Packages" after "Find Emacs Packages".
569
570 2007-11-10 Jason Rumney <jasonr@gnu.org>
571
572 * w32-fns.el: Sync charset names with setup-default-fontset.
573 Append "-1" where second part missing.
574
575 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
576
577 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
578
579 * ido.el (ido-save-history): Write the history file in UTF-8,
580 and add `coding' file-local variable.
581
582 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
583
584 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
585 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
586 (iso-iso2duden-trans-tab): Add docstring.
587
588 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
589
590 * faces.el (face-normalize-spec): Remove function.
591 (frame-set-background-mode): Undo last change.
592
593 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
594
595 * files.el (enable-local-variables): Doc fix.
596
597 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
598
599 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
600 match dir like "a...b".
601
602 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
603
604 * eshell/esh-mode.el (eshell-output-filter):
605 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
606 Use `with-current-buffer'.
607
608 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
609
610 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
611
612 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
613
614 * net/tls.el: Require rx when compiling.
615 (tls-end-of-info): New variable.
616 (open-tls-stream): Keep reading input until `tls-end-of-info' is
617 matched.
618
619 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
620
621 * simple.el (bad-packages-alist): Anchor semantic regexp.
622
623 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
624
625 * files.el (hack-local-variables): Fix membership tests to avoid
626 treating all variables as safe if `enable-local-variables' is
627 set to :safe (CVE-2007-5795).
628
629 2007-11-02 Glenn Morris <rgm@gnu.org>
630
631 * progmodes/etags.el (tags-table-mode): Disable undo.
632
633 * simple.el (bad-packages-alist): Revert previous change.
634
635 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
636
637 * printing.el (printing): Fix :version, printing.el was included
638 in emacs-22.1.
639 (pr-path-style, pr-path-alist, pr-txt-name)
640 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
641 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
642 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
643 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
644 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
645 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
646 (pr-setting-database, pr-visible-entry-list)
647 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
648 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
649 :version.
650
651 2007-11-01 Glenn Morris <rgm@gnu.org>
652
653 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
654
655 * mail/footnote.el (footnote-numeric-regexp)
656 (footnote-english-upper-regexp, footnote-english-lower-regexp)
657 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
658 Match multi-character footnotes.
659
660 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
661 (nroff-indent-line-function): New function.
662 (nroff-count-text-lines): Use nroff-forward-text-line rather than
663 obsolete alias.
664
665 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
666
667 * net/tramp.el (tramp-open-connection-telnet)
668 (tramp-open-connection-rsh, tramp-open-connection-su)
669 (tramp-open-connection-multi): Set $LC_ALL to "C".
670
671 2007-10-31 Sven Joachim <svenjoac@gmx.de>
672
673 * dired-aux.el (dired-copy-file-recursive):
674 Preserve directory permissions.
675
676 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
677
678 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
679 (whitespace-unload-function): New-style unload function. When run,
680 unintern `whitespace-unload-hook' and call `unload-feature' recursively
681 to stop the old hook from messing with the unloading.
682
683 * strokes.el (strokes-alphabetic-lessp): Doc fix.
684
685 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
686
687 * emacs-lisp/find-func.el (find-library): Use library at
688 point as default interactive argument.
689
690 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
691
692 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
693 (elp-unset-master, elp-results): Fix typos.
694 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
695 Doc fixes.
696
697 * msb.el (msb--many-menus): Remove variable.
698 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
699 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
700 (msb--toggle-menu-type): Fix typos in docstrings.
701
702 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
703 (shadow-insert-var): Doc fixes.
704 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
705 Reflow docstrings.
706 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
707
708 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
709
710 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
711 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
712 Fix typos in autoload docstrings.
713
714 * loadhist.el (unload-feature): Remove redundant check.
715
716 2007-10-30 Richard Stallman <rms@gnu.org>
717
718 * savehist.el (savehist-save): Obey savehist-ignored-variables.
719
720 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
721
722 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
723 (gdb-var-update-handler-1): Use it.
724
725 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
726
727 * loadhist.el (unload-feature): Remove erroneous check for the
728 FEATURE-unload-function variable; check the existence of the
729 function (that's what the docstring says, and it makes more sense).
730
731 * follow.el (follow-unload-function): Add docstring.
732 (follow-unload-function): Remove variable.
733
734 * server.el (server-unload-function): Remove variable.
735 (server-unload-function): Unbind `server-edit' from `C-x #'.
736
737 * uniquify.el (uniquify-unload-function): Add docstring.
738 (uniquify-unload-function): Remove variable.
739
740 * ses.el (ses-unload-function): New function.
741
742 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
743
744 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
745 (unsafep-progn, unsafep-let): Fix typos in docstrings.
746
747 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
748 before use to avoid a warning in packages that require uniquify.
749 (uniquify-unload-function): New function and var.
750
751 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
752
753 * loadhist.el (unload-feature-special-hooks):
754 Add `delete-frame-functions'.
755
756 * server.el (server-unload-function): Rename from `server-unload-hook'
757 and adapt to new `unload-feature' functionality. Remove hook from
758 `kill-buffer-hook' buffer-locally.
759 (server-unload-hook): Remove.
760 (server-unload-function): New var; replaces `server-unload-hook'.
761
762 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
763
764 * desktop.el (uniquify-managed): Pacify byte compiler.
765 (desktop-buffer-info): If the buffer name is managed by uniquify,
766 save the base name, not the uniquified one.
767 (desktop-create-buffer): Allow `rename-buffer' to generate a new
768 name in case of conflict.
769
770 2007-10-26 Glenn Morris <rgm@gnu.org>
771
772 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
773 safe-local-variable property.
774
775 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
776
777 * net/browse-url.el (browse-url-browser-function): Delete grail.
778 (browse-url-grail): Function and variable deleted.
779 (browse-url-browser-function): Delete IXI Mosaic.
780 (browse-url-default-browser): Don't try IXI Mosaic.
781 (browse-url-iximosaic): Function deleted.
782 (browse-url-browser-function): Delete MMM.
783 (browse-url-default-browser): Don't try MMM.
784 (browse-url-mmm): Function deleted.
785
786 2007-10-25 Glenn Morris <rgm@gnu.org>
787
788 * progmodes/f90.el (f90-indented-comment-re)
789 (f90-directive-comment-re, f90-break-delimiters):
790 * progmodes/fortran.el (fortran-comment-line-start-skip)
791 (fortran-directive-re):
792 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
793 as safe if they are strings.
794
795 2007-10-25 Richard Stallman <rms@gnu.org>
796
797 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
798
799 2007-10-24 Richard Stallman <rms@gnu.org>
800
801 * savehist.el (savehist-save): Omit unreadable elements.
802
803 * loadhist.el (unload-function-defs-list): Renamed from
804 unload-function-features-list.
805 (unload-feature-special-hooks, unload-feature): Doc fixes.
806
807 * indent.el (indent-to-left-margin): If point's in the indentation,
808 move to the end of the indentation.
809
810 * cus-edit.el (customize-changed-options): Make arg optional.
811
812 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
813
814 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
815
816 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * textmodes/css-mode.el: Require CL.
819 (comment-continue): Declare.
820
821 * subr.el (make-variable-frame-localizable): Remove.
822 (make-variable-frame-local): Mark obsolete.
823
824 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
825
826 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
827 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
828
829 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
830
831 * comint.el (comint-password-prompt-regexp):
832 Handle `[sudo] password'-style prompt.
833
834 2007-10-23 Glenn Morris <rgm@gnu.org>
835
836 * progmodes/f90.el (f90-do-indent, f90-if-indent)
837 (f90-type-indent, f90-program-indent)
838 (f90-continuation-indent, f90-comment-region)
839 (f90-beginning-ampersand, f90-smart-end)
840 (f90-break-before-delimiters, f90-auto-keyword-case)
841 (f90-leave-line-no, f90-mode-hook):
842 Give an appropriate safe-local-variable property.
843 (f90-font-lock-keywords-2): Fix `go to' regexp.
844
845 * progmodes/fortran.el (fortran-tab-mode-default)
846 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
847 (fortran-structure-indent, fortran-continuation-indent)
848 (fortran-comment-indent, fortran-comment-line-extra-indent)
849 (fortran-comment-line-start)
850 (fortran-minimum-statement-indent-fixed)
851 (fortran-minimum-statement-indent-tab)
852 (fortran-comment-indent-char, fortran-line-number-indent)
853 (fortran-check-all-num-for-matching-do)
854 (fortran-blink-matching-if, fortran-continuation-string)
855 (fortran-comment-region, fortran-electric-line-number)
856 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
857 (fortran-analyze-depth, fortran-break-before-delimiters):
858 Give an appropriate safe-local-variable property.
859
860 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
863 of the subdirs is unreadable.
864
865 2007-10-22 Martin Rudalics <rudalics@gmx.at>
866
867 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
868 Use window-full-width-p.
869
870 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
873 (tpu-edt-off): Use it.
874 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
875 the global-map before adding it to global-map.
876
877 * menu-bar.el (global-buffers-menu-map): New var.
878 (global-map, menu-bar-update-buffers): Use it.
879 * msb.el (msb-menu-bar-update-buffers): Use it.
880 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
881 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
882 Use with-current-buffer.
883
884 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
885
886 * hexl.el (hexl-menu): New major mode menu.
887
888 2007-10-20 Glenn Morris <rgm@gnu.org>
889
890 * progmodes/f90.el (f90-font-lock-keywords-2)
891 (f90-looking-at-type-like): Fix regexp typos.
892
893 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
894
895 * bs.el (bs-mode): Add mode name (accidentally left out
896 in the 2007-10-16 change).
897
898 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
899
900 * bs.el (bs--track-window-changes): Don't refresh the whole list.
901 (bs-mode): Set mode-class property to special.
902
903 * follow.el (follow-unload-function): New function.
904
905 * loadhist.el (unload-function-features-list):
906 Rename from `unload-hook-features-list'.
907 (unload-hook-features-list): Add as obsolete alias.
908 (unload-feature): Use `unload-function-features-list'
909 and new FEATURE-unload-function.
910
911 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
912
913 * loadhist.el (unload-feature-special-hooks):
914 Update list of special hooks.
915
916 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
917 (adaptive-fill-function): Doc fix. Remove * from docstring.
918
919 2007-10-18 Glenn Morris <rgm@gnu.org>
920
921 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
922
923 2007-10-17 Aaron Hawley <aaronh@garden.org>
924
925 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
926 position is not saved.
927
928 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
929
930 * longlines.el (longlines-wrap-follows-window-size): Integer value
931 specifies wrapping margin.
932 (longlines-mode, longlines-window-change-function):
933 Set window-specific wrapping margin based on the above.
934
935 2007-10-17 John Wiegley <johnw@newartisans.com>
936
937 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
938
939 2007-10-17 Glenn Morris <rgm@gnu.org>
940
941 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
942 Tweak regexp to avoid stack overflow.
943
944 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * simple.el (reindent-then-newline-and-indent): Don't assume that
947 indent-according-to-mode preserves point.
948
949 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
950
951 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
952 (bs--restore-window-config): Keep the selected frame.
953 (bs--track-window-changes, bs--remove-hooks): New functions.
954 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
955 (bs--show-with-configuration): Revert 2006-11-09 change.
956 Don't reuse window unless it is visible on the selected frame.
957 Restore window configuration (possibly in a different frame)
958 before creating any window.
959
960 2007-10-16 Richard Stallman <rms@gnu.org>
961
962 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
963 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
964 (ad-is-advised, ad-get-advice-info-field)
965 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
966
967 2007-10-16 Glenn Morris <rgm@gnu.org>
968
969 * simple.el (blink-matching-open): Don't report false errors with
970 the `$' syntax class.
971
972 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
973
974 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
975 (filesets-ormap, filesets-sort-case-sensitive-flag)
976 (filesets-remake-shortcut, filesets-ingroup-collect-files):
977 Fix typos in docstrings.
978 (filesets-data-get-name, filesets-data-get-data)
979 (filesets-data-set, filesets-cmd-query-replace-getargs)
980 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
981
982 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
983
984 * term/mac-win.el: Don't require url when compiling, as url-type is
985 no longer a macro.
986
987 2007-10-14 Glenn Morris <rgm@gnu.org>
988
989 * progmodes/etags.el (select-tags-table): Disable undo in the
990 `*Tags Table List*' buffer.
991
992 2007-10-13 Eli Zaretskii <eliz@gnu.org>
993
994 * dired.el (dired-warn-writable): New face.
995 (dired-warn-writable-face): New variable.
996 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
997 of dired-warning-face, for group- and world-writable files.
998
999 2007-10-13 Glenn Morris <rgm@gnu.org>
1000
1001 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1002 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1003 Add doc string, and an explicit COUNT argument.
1004 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1005 `inc' to search functions.
1006
1007 2007-10-13 John W. Eaton <jwe@octave.org>
1008
1009 * progmodes/octave-mod.el (octave-looking-at-kw)
1010 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1011 New functions.
1012 (octave-in-defun-p, calculate-octave-indent)
1013 (octave-blink-matching-block-open, octave-beginning-of-defun)
1014 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1015 to search for regexps that contain case-sensitive keywords.
1016 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1017 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1018
1019 2007-10-13 Richard Stallman <rms@gnu.org>
1020
1021 * files.el (directory-abbrev-alist): Doc fix.
1022
1023 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1024
1025 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1026
1027 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1028
1029 * frame.el (set-frame-configuration): Assign name parameter only
1030 if it has been set explicitly before.
1031
1032 * window.el (handle-select-window): Revert part of 2007-10-06
1033 change setting the input focus.
1034
1035 2007-10-12 Glenn Morris <rgm@gnu.org>
1036
1037 * cus-edit.el (custom-variable-menu, custom-face-menu)
1038 (custom-group-menu): Check init-file-user rather than
1039 user-init-file, in case cus-edit is loaded by site-run-file.
1040
1041 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * follow.el (follow-stop-intercept-process-output):
1044 Use `follow-call-process-filter' rather than `process-filter'.
1045
1046 2007-10-11 Tom Tromey <tromey@redhat.com>
1047
1048 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1049 frame is visible.
1050
1051 2007-10-10 Richard Stallman <rms@gnu.org>
1052
1053 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1054 in *Backtrace*.
1055
1056 * faces.el (face-font-selection-order): Doc fix.
1057
1058 * loadhist.el (unload-feature): Doc fix.
1059
1060 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1061
1062 * ps-print.el: Fix the usage of :foreground and :background face
1063 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1064 (ps-print-version): New version 6.7.6.
1065 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1066 Fix code.
1067 (ps-face-foreground-color-p, ps-face-background-color-p)
1068 (ps-face-color-p): New inline funs.
1069
1070 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * follow.el: Change all instances of "Follow Mode" to "Follow
1073 mode" in docstrings and messages.
1074
1075 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * faces.el (face-font-selection-order): Doc fix.
1078
1079 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1080 (follow-mode-off-hook): Mark as obsolete.
1081
1082 2007-10-08 Richard Stallman <rms@gnu.org>
1083
1084 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1085 (edebug-install-custom-print, edebug-reset-print-funcs)
1086 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1087 Functions deleted.
1088 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1089 (edebug-format, edebug-message): Define directly as aliases.
1090
1091 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1094
1095 2007-10-07 Glenn Morris <rgm@gnu.org>
1096
1097 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1098 version numbers.
1099
1100 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1103 (tramp-completion-mode-p): Revert change from 2007-09-24.
1104 Checking for `return' etc as last character is not sufficient, for
1105 example in dired-mode when entering <g> (revert-buffer) or
1106 <s> (dired-sort).
1107
1108 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1109
1110 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1111 select-window or select-frame events.
1112 (handle-select-window): When autoselecting window set input
1113 focus. Restructure.
1114
1115 * frame.el (focus-follows-mouse): Moved to frame.c.
1116 * cus-start.el (all): Add focus-follows-mouse.
1117
1118 2007-10-05 Chris Moore <dooglus@gmail.com>
1119
1120 * server.el (server-kill-new-buffers): Doc fix.
1121
1122 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1125 activate font-locking in the *buffer-selection* buffer.
1126 (bs-show-sorted): Doc fix.
1127
1128 * bs.el (bs--get-marked-string, bs--get-modified-string)
1129 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1130 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1131 (bs--format-aux): Doc fix.
1132
1133 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1136
1137 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1138
1139 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1140
1141 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1144 (gud-gdb): New function for old M-x gdb (text command mode).
1145 (gud-gdb-command-name, gdb): Move to...
1146
1147 * progmodes/gdb-ui.el: ...here and adapt doc string.
1148 (gud-gdba-command-name, gdba): Delete.
1149
1150 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * bs.el: Don't defvar `font-lock-verbose'.
1153 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1154 (bs--get-file-name): Fix typos in docstrings.
1155 (bs--show-header): Use `dolist' instead of `mapcar'.
1156 (bs-mode): Set `show-trailing-whitespace' to nil.
1157 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1158 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1159 Doc fixes.
1160
1161 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1162
1163 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1164
1165 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * progmodes/gud.el (gdb): Make graphical mode the default and
1168 switch to text command mode if appropriate, i.e., reverse previous
1169 arrangement.
1170 (gud-gdb-marker-filter): Adapt for above change.
1171
1172 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1173 gud-minor-mode and gud-marker-filter.
1174 (gdb-fullname-regexp): New variable.
1175 (gud-gdba-marker-filter): Use it to switch to text command
1176 mode if appropriate.
1177
1178 2007-10-02 Richard Stallman <rms@gnu.org>
1179
1180 * frame.el (cursor-in-non-selected-windows): Doc fix.
1181
1182 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1183
1184 * progmodes/gud.el (gud-display-line): Find source buffer even when
1185 GUD buffer has its own frame.
1186
1187 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1188
1189 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1190
1191 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1192
1193 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1194
1195 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1196
1197 * allout.el (allout-before-change-handler): Replace got-char by
1198 goto-char.
1199
1200 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1203 Used to try and automatically enabled smerge-mode in the presence of
1204 conflicts and to call `svn resolved' when the conflicts are gone.
1205 (vc-svn-parse-status): Remember the svn-specific status.
1206
1207 * newcomment.el (comment-choose-indent): New function extracted
1208 from comment-indent. Improve the alignment algorithm.
1209 (comment-indent): Use it.
1210
1211 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1214 (eldoc-message-commands, eldoc-current-idle-delay):
1215 Fix typos in docstrings.
1216
1217 * progmodes/python.el (python-eldoc-function): Doc fix.
1218
1219 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1220
1221 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1222 menu-bar-apropos-menu. All users changed.
1223 (menu-bar-help-menu): Change menu symbols to better match the text
1224 displayed by the menu.
1225
1226 2007-09-25 Glenn Morris <rgm@gnu.org>
1227
1228 * view.el (view-search-no-match-lines): Add a doc string.
1229 Rewrite to simplify and work better.
1230
1231 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * net/tramp.el (tramp-completion-mode-p): Rename from
1234 `tramp-completion-mode'. Revert logic, check `return', `newline'
1235 and such alike. Packages like Icicles tend to use other completion
1236 characters but `tab' and `space' only.
1237 (top): Require cl.el, when `copy-tree' is not available otherwise.
1238
1239 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1240 `ad-get-arg'.
1241
1242 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1243
1244 * net/tramp-vc.el (tramp-vc-user-login-name):
1245 Use `vc-find-version' instead of `process-file' to check whether we
1246 have a new enough vc that doesn't need the defadvice.
1247
1248 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1251 #, @, : and ^.
1252
1253 2007-09-23 Glenn Morris <rgm@gnu.org>
1254
1255 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1256
1257 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1260
1261 * log-view.el (log-view-mode-map): Likewise.
1262
1263 * diff-mode.el (diff-mode-shared-map): Likewise.
1264
1265 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1266
1267 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1268 add inferior-octave-directory-tracker to the buffer-local value
1269 of comint-input-filter-functions.
1270
1271 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1272
1273 * files.el (file-name-sans-versions): Also allow `A-Z'.
1274
1275 * vc.el: Mention all supported VC backends.
1276
1277 2007-09-22 Richard Stallman <rms@gnu.org>
1278
1279 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1280 neighbouring buttons.
1281
1282 2007-09-22 Andreas Schwab <schwab@suse.de>
1283
1284 * files.el (file-name-sans-versions): Also allow `_'.
1285
1286 2007-09-22 Glenn Morris <rgm@gnu.org>
1287
1288 * eshell/esh-mode.el (eshell-output-filter-functions):
1289 Add eshell-postoutput-scroll-to-bottom.
1290
1291 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1292
1293 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1294
1295 * log-view.el (log-view-mode-map, log-view-mode-menu):
1296 Bind log-view-annotate-version.
1297 (log-view-beginning-of-defun, log-view-end-of-defun)
1298 (log-view-annotate-version): New functions.
1299 (log-view-mode): Use log-view-beginning-of-defun and
1300 log-view-end-of-defun.
1301
1302 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1305
1306 2007-09-21 Kevin Ryde <user42@zip.com.au>
1307
1308 * international/mule.el (sgml-html-meta-auto-coding-function):
1309 Bind `case-fold-search' to t.
1310
1311 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1314 neighbouring buttons.
1315
1316 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1317 Recognize gcc's use of "note" for informational messages.
1318
1319 2007-09-20 Glenn Morris <rgm@gnu.org>
1320
1321 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1322 motion functions, rather than hard-coding "\n\n".
1323 (tex-validate-region): Check for eobp, to speed up.
1324 (tex-next-unmatched-end): Doc fix.
1325
1326 2007-09-19 Glenn Morris <rgm@gnu.org>
1327
1328 * textmodes/tex-mode.el (tex-terminate-paragraph):
1329 Use backward-paragraph.
1330
1331 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1334 (css-mode): Update correspondingly.
1335
1336 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1339
1340 * vc-hooks.el (vc-menu-entry): New var.
1341 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1342 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1343 (vc-menu-map): Declare and initialize in one step.
1344
1345 * menu-bar.el (vc-menu-map): Don't setup any more.
1346 Instead, just create the proper spot in the menu.
1347
1348 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1349 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * vc.el: Document new VC operation `extra-menu'.
1352
1353 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1354
1355 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1358 Signed-off-by, Acked-by and Merge.
1359
1360 2007-09-17 Glenn Morris <rgm@gnu.org>
1361
1362 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1363 filename from `--file-line-error', if it is available.
1364
1365 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1366
1367 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1368 TeX `--file-line-error' format.
1369
1370 2007-09-17 Glenn Morris <rgm@gnu.org>
1371
1372 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1373 handling the case where the region is not in `tex-main-file'.
1374 (tex-region-1): Delete.
1375 (tex-region-header): New function, doing the header part of the
1376 old tex-region-1.
1377
1378 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1381
1382 2007-09-16 Drew Adams <drew.adams@oracle.com>
1383
1384 * cus-edit.el (custom-face-edit-activate): Doc fix.
1385
1386 2007-09-16 Glenn Morris <rgm@gnu.org>
1387
1388 * textmodes/tex-mode.el (tex-region): Handle the case where the
1389 region is not in `tex-main-file'. Move the old code that applies
1390 to both cases...
1391 (tex-region-1): ...to this new function.
1392
1393 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1394
1395 * simple.el (blink-matching-open): Don't display message when no
1396 paren is found within blink-matching-paren-distance characters.
1397 Don't search prompt in blink-matching-paren-distance nil case.
1398
1399 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1400
1401 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1402
1403 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * vc-mtn.el: New file.
1406
1407 * vc-hooks.el (vc-handled-backends): Add Mtn.
1408
1409 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1410
1411 * files.el (find-file, find-file-other-window)
1412 (find-file-other-frame, find-file-existing, find-file-read-only)
1413 (find-file-read-only-other-window)
1414 (find-file-read-only-other-frame)
1415 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1416
1417 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1418
1419 * man.el (Man-default-man-entry): At end of line, continue looking
1420 to the next line for possible end of hyphenated command.
1421
1422 2007-09-13 Chris Moore <dooglus@gmail.com>
1423
1424 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1425 the command being edited.
1426
1427 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1428
1429 * progmodes/gud.el (gdb-ready): New variable.
1430 (gdb): Set it to nil. Set gud-running to nil here...
1431 (gud-common-init): ...instead of here.
1432
1433 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1434 Use gdb-ready. Discard input until GDB is ready to accept it.
1435
1436 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1439 C-M-S- keys.
1440
1441 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1442
1443 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1444 make it show up with eight colors.
1445
1446 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1449 diffs are concatenated with no intervening line.
1450
1451 2007-09-10 Dave Love <fx@gnu.org>
1452
1453 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1454 (python-font-lock-keywords): Update to the 2.5 version of the language.
1455 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1456 (python-backspace): Only behave funny in code.
1457 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1458 (inferior-python-mode): Add PDB prompt regexp.
1459 (python-fill-paragraph): Refine the fenced-string regexp.
1460 (python-find-imports): Handle imports spanning several lines.
1461 (python-mode): Add `class' to hideshow support.
1462
1463 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1466 add-log-buffer-file-name-function rather than bind buffer-file-name,
1467 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1468 ChangeLog file itself.
1469
1470 * outline.el (outline-flag-region): Use front-advance.
1471
1472 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1473
1474 * progmodes/cperl-mode.el: Merge upstream 5.23.
1475 (cperl-where-am-i): Remove function.
1476 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1477 (cperl-sniff-for-indent): De-invert [string] and [comment].
1478 When looking for label, skip s:m:y:tr.
1479 (cperl-indent-line): Likewise.
1480 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1481 (cperl-windowed-init): Wrong `ps-print' handling.
1482 Both thanks to Chong Yidong.
1483 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1484 (cperl-find-pods-heres): If the second part of s()[] is missing,
1485 don't try to highlight delimiters...
1486
1487 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * progmodes/compile.el (compilation-get-file-structure): Complete last
1490 change by also using spec-directory in the puthash.
1491
1492 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1493
1494 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1495 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1496 (vc-bzr-status): Fix shadowing of variable 'status'.
1497 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1498 Use `expand-file-name' instead of `concat'.
1499 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1500 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1501
1502 2007-09-05 Jason Rumney <jasonr@gnu.org>
1503
1504 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1505
1506 2007-09-02 Richard Stallman <rms@gnu.org>
1507
1508 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1509 Add `safe-local-variable' property.
1510 (lisp-body-indent): Likewise.
1511
1512 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1513
1514 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1515 prev/next-node.
1516
1517 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1518 (x-gtk-map-stock): New function.
1519
1520 2007-09-02 Glenn Morris <rgm@gnu.org>
1521
1522 * comint.el (comint-mode): Don't set scroll-conservatively.
1523
1524 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1525 non-command arguments.
1526
1527 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1528
1529 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1530 Fix bug: Don't expand top-level file name more than once.
1531 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1532
1533 2007-09-01 Richard Stallman <rms@gnu.org>
1534
1535 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1536 Add doc string.
1537
1538 2007-08-30 Richard Stallman <rms@gnu.org>
1539
1540 * speedbar.el (speedbar-frame-reposition-smartly)
1541 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1542 (speedbar-check-vc): Don't use dframe-xemacsp.
1543
1544 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1545
1546 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1547
1548 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1549
1550 * repeat.el (repeat): Use last-repeatable-command instead of
1551 real-last-command. Run pre- and post-command hooks for
1552 self-insertion. Update doc-string.
1553
1554 2007-08-28 Glenn Morris <rgm@gnu.org>
1555
1556 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1557
1558 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1559
1560 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1561 state of the file.
1562 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1563 (vc-git-create-repo): Fix invalid command.
1564
1565 2007-08-27 Richard Stallman <rms@gnu.org>
1566
1567 * textmodes/flyspell.el (flyspell-mode):
1568 Catch errors in flyspell-mode-on.
1569
1570 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1571
1572 * progmodes/modula2.el (m2-definition, m2-module):
1573 Don't use previous-line. Reported by T. V. Raman.
1574
1575 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1576
1577 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1578 argument to tool-bar-mode call.
1579
1580 2007-08-27 Glenn Morris <rgm@gnu.org>
1581
1582 * diff-mode.el (diff-find-file-name): Only accept regular files,
1583 to rule out /dev/null, directories, etc.
1584
1585 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1588 safe-local-variable setting.
1589 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1590
1591 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1594 of buffers in uniquify-managed.
1595
1596 * simple.el (invisible-p): Rename from text-invisible-p.
1597 Update callers.
1598
1599 2007-08-25 Alan Mackenzie <acm@muc.de>
1600
1601 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1602 new language variable.
1603
1604 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1605 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1606 "extern" etc., rather than BOI. Fix addition of spurious
1607 syntactic-symbol 'defun-block-intro, replacing it with
1608 'innamespace, etc.
1609
1610 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1611
1612 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1613 Don't behave differently when executed via M-x. Add doc string.
1614
1615 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1616
1617 * files.el (backup-buffer-copy): Don't wrap delete in
1618 condition-case, only try to delete if file exists.
1619
1620 2007-08-24 Glenn Morris <rgm@gnu.org>
1621
1622 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1623
1624 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1627 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1628 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1629 (cperl-etags-goto-tag-location): Use new style backquotes.
1630
1631 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1632 (dynamic-completion-table): Use it it.
1633
1634 * net/browse-url.el: Remove spurious * in custom docstrings.
1635 (browse-url-filename-alist): Use new-style backquote.
1636
1637 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1638 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1639
1640 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1641 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1642
1643 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1644
1645 * net/socks.el (socks-username/password-auth-filter):
1646 Remove unused vars `state' and `desired-len'.
1647 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1648 (socks-wait-for-state-change): Use new-style backquotes.
1649
1650 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1651
1652 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1653 backquotes after each `read' rather than once per buffer.
1654
1655 * dframe.el: Remove spurious * in custom docstrings.
1656 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1657 (dframe-xemacs20p): Remove, inline at the sole use point.
1658 (defface): Don't defvar the face, don't use old-style backquote.
1659 (defcustom): Don't use old-style backquote.
1660 (dframe-frame-parameter, dframe-mouse-event-p):
1661 Make it obvious that it's always defined.
1662 (dframe-popup-kludge): New function to replace
1663 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1664 (dframe-frame-mode, dframe-set-timer-internal)
1665 (dframe-mouse-set-point): Remove use of with-no-warnings from
1666 XEmacs-specific code.
1667 (dframe-set-timer-internal): Fix very old bug with
1668 post-command-idle-hook.
1669
1670 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1671
1672 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1675
1676 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1677
1678 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1679 safe-local-variable.
1680
1681 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1682
1683 * net/browse-url.el (browse-url-emacs): New function.
1684
1685 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1688 warning if the file uses old style backquotes.
1689
1690 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1691 (byte-recompile-directory, byte-compile-file)
1692 (byte-compile-from-buffer): Use with-current-buffer.
1693
1694 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1695 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1696 (line-move-1, line-move-finish, line-move-to-column)
1697 (move-end-of-line, move-beginning-of-line): Use new name.
1698
1699 2007-08-22 Glenn Morris <rgm@gnu.org>
1700
1701 * files.el (backup-buffer-copy): Check backup directory is
1702 writable, to avoid infloop deleting old backup.
1703
1704 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1705 movemail related variables.
1706 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1707 will now be set before this is called.
1708
1709 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1712
1713 * progmodes/ada-mode.el: Fix up comment style in header.
1714 (ada-check-emacs-version): Remove.
1715 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1716 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1717 to try and quieten the byte-compiler.
1718 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1719
1720 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1721
1722 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1723
1724 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1725 extracted from `eval-last-sexp-1'.
1726 (eval-last-sexp-1): Call `preceding-sexp'.
1727
1728 2007-08-19 Glenn Morris <rgm@gnu.org>
1729
1730 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1731 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1732 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1733 shadow files messing up the compilation.
1734
1735 2007-08-18 Glenn Morris <rgm@gnu.org>
1736
1737 * progmodes/scheme.el (scheme-mode-variables):
1738 Set font-lock-comment-start-skip.
1739
1740 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1741
1742 * progmodes/ada-mode.el (ada-create-syntax-table):
1743 Move set-syntax-table from here to ...
1744 (ada-mode): ... here. Don't change global value of comment-multi-line.
1745 Call new function ada-initialize-syntax-table-properties.
1746 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1747 (ada-deactivate-properties, ada-initialize-properties):
1748 Replace by new functions ...
1749 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1750 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1751 properties uniformly, independently from whether font-lock-mode
1752 is enabled or not. Handle read-only buffers and do not change
1753 undo-list when setting syntax-table properties.
1754 (ada-after-change-function): Use ada-set-syntax-table-properties.
1755
1756 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1757
1758 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1759 (cperl-find-pods-heres): Fix an error when typing expressions like
1760 `s{a}{b}'.
1761
1762 2007-08-17 Glenn Morris <rgm@gnu.org>
1763
1764 * progmodes/compile.el (compilation-get-file-structure): Make use
1765 of the directory part when checking for an existing entry, to
1766 handle files with same basename in different directories.
1767
1768 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1769
1770 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1771 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1772 (ps-paragraph-spacing): Docstring fix.
1773
1774 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * smerge-mode.el (smerge-resolve): New arg `safe'.
1777 (smerge-resolve-all, smerge-batch-resolve): New function.
1778 (smerge-refine): Make sure `diff' returns the expected result.
1779 (smerge-parsep-re): New const.
1780 (smerge-mode): Use it to adjust paragraph-separate.
1781
1782 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1783 Correctly match / regexp matchers as first char on a line when
1784 fontifying only that line.
1785
1786 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1787
1788 2007-08-16 Glenn Morris <rgm@gnu.org>
1789
1790 * ps-print.el (ps-font-size): Doc fix.
1791
1792 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1795 (vc-bzr-registered): Don't redundantly protect against
1796 file-error. Actually use the format-specific code.
1797 (vc-bzr-buffer-nonblank-p): Remove.
1798 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1799
1800 2007-08-15 Glenn Morris <rgm@gnu.org>
1801
1802 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1803 sloppier, for the sake of GNU Mailman.
1804 (rmail-digest-rfc1153): Initialize `result' correctly.
1805
1806 2007-08-14 Glenn Morris <rgm@gnu.org>
1807
1808 * simple.el (bad-packages-alist): New constant.
1809 (bad-package-check): New function. Together, these two add
1810 elements to `after-load-alist' to check for problematic external
1811 packages.
1812 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1813
1814 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1815
1816 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1817 optional quotes around files in NEED-UPDATE . REMOVED case.
1818
1819 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1820 (ada-treat-cmd-string): Improve error message.
1821 (ada-do-file-completion): Call `ada-require-project-file', so
1822 project variables are set properly.
1823 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1824 (ada-gnatfind-buffer-name): New constant.
1825 (ada-find-any-references): Use new constant. Set buffer name
1826 properly in compilation-start. Toggle read-only properly.
1827 (ada-find-in-src-path): Fix spelling error in docstring.
1828
1829 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1830 by zero error.
1831
1832 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1835
1836 2007-08-12 Richard Stallman <rms@gnu.org>
1837
1838 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1839 (cvs-execute-single-file): Use new name split-string-and-unquote.
1840 (cvs-header-msg): Use new name combine-and-quote-strings.
1841
1842 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1843
1844 * progmodes/gud.el (gud-common-init): Use new name
1845 split-string-and-unquote.
1846
1847 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1848 in javac regexp.
1849
1850 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1851 combine-and-quote-strings and split-string-and-unquote.
1852
1853 * subr.el (combine-and-quote-strings): Rename from strings->string.
1854 (split-string-and-unquote): Rename from string->strings.
1855
1856 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1859 to buffer-local settings.
1860
1861 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1862 (backquote-process): Add internal arg `level'. Use the two to
1863 correctly handle nested backquotes.
1864
1865 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1866
1867 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1868 (vc-bzr-state-words): Add "kind changed" state word.
1869 (vc-bzr-status): New function. Return Bzr idea of file status,
1870 which is different from VC's.
1871 (vc-bzr-state): Use vc-bzr-status.
1872 (vc-workfile-unchanged-p): Use vc-bzr-status.
1873 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1874 (vc-dired-state): Process "kind changed" state word.
1875
1876 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1879
1880 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1881 Move from vc-default-find-file-not-found-hook.
1882
1883 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1884
1885 * url/url-auth.el (url-basic-auth): When prompting for username
1886 and password, default to the username and password in the URL.
1887
1888 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * man.el: Remove spurious * in docstrings.
1891 Merge defvars and toplevel setq-defaults.
1892 (Man-highlight-references0): Limit=nil rather than point-max.
1893 (Man-mode-map): Move initialization into the declaration.
1894 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1895 (Man-view-header-file): Use expand-file-name rather than concat.
1896 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1897
1898 * man.el (Man-next-section): Make sure we do not move backward.
1899
1900 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1901
1902 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1903 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1904 ps-print-color-p is neither nil nor black-white. Reported by Christian
1905 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1906
1907 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1910
1911 2007-08-08 Andreas Schwab <schwab@suse.de>
1912
1913 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1914 self-insert-command, not self-insert.
1915
1916 2007-08-08 Glenn Morris <rgm@gnu.org>
1917
1918 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1919
1920 * Replace `iff' in doc-strings and comments.
1921
1922 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1923 rather than just `-'.
1924
1925 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1926
1927 * dired.el (dired-pop-to-buffer):
1928 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1929 * calendar/calendar.el (generate-calendar-window):
1930 * progmodes/compile.el (compilation-set-window-height):
1931 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1932 Use window-full-width-p instead of comparing frame-width and
1933 window-width.
1934
1935 * progmodes/compile.el (compilation-find-buffer): Remove extra
1936 argument in call to compilation-buffer-internal-p.
1937
1938 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1939
1940 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1941 parameters IDENTIFICATION and CONNECTED.
1942 (tramp-handle-insert-file-contents): VISIT must be handled after
1943 insertion of the local copy. Reported by Peter Gordon
1944 <peter@pg-consultants.com>.
1945 (tramp-file-name-handler): No special handling for
1946 `expand-file-name'. But for `file-name-as-directory'.
1947 (tramp-find-shell, tramp-open-connection-telnet)
1948 (tramp-open-connection-rsh, tramp-open-connection-su)
1949 (tramp-open-connection-multi)
1950 (tramp-open-connection-setup-interactive-shell): Guard against
1951 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1952 <steve@sxemacs.org>.
1953 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1954 the hint.
1955
1956 * net/trampver.el: Update release number.
1957
1958 2007-08-07 Tom Tromey <tromey@redhat.com>
1959
1960 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1961 Add safe-local-variable property.
1962
1963 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * image-mode.el (image-toggle-display): Use image-refresh.
1966
1967 * longlines.el (longlines-decoded): New variable.
1968 (longlines-mode): Avoid encoding or decoding the buffer twice.
1969
1970 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1971
1972 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1973 unofficial version.
1974 (vc-bzr-command): Remove redundant setting of process-connection-type.
1975 (vc-bzr-admin-checkout-format-file): Add autoload.
1976 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1977 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1978 (vc-bzr-registered): Compare dirstate format tag with known good
1979 value, abort parsing if match fails. Warn user in docstring.
1980 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1981 See bzrlib/branch.py in Bzr sources.
1982 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1983 (vc-bzr-shell-command): Remove in favor of
1984 vc-bzr-command-discarding-stderr.
1985 (vc-bzr-command-discarding-stderr): New function.
1986
1987 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1988
1989 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1990 program, and return nil
1991 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1992 (vc-bzr-state): Look for path names relative to the repository
1993 root after status keyword.
1994 (vc-bzr-file-name-relative): New function.
1995 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1996 depend on it.
1997 (vc-bzr-admin-dirname, ...-checkout-format-file)
1998 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1999 files that we now parse directly for speed.
2000 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2001 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2002 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2003 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2004 Bzr warnings, so we must discard it.
2005 (vc-bzr-workfile-version): Speedup counting lines from
2006 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2007 if that file doesn't exist.
2008 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2009 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2010 (not ".bzr"!) to `vc-directory-exclusion-list'
2011 (vc-bzr-shell-command): New function.
2012
2013 2007-08-06 Tom Tromey <tromey@redhat.com>
2014
2015 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2016 (diff-fixup-modifs): Typo in docstring.
2017
2018 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2021 count-screen-lines.
2022 (tpu-edt-off): Disable relevant pieces of advice.
2023
2024 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2025 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2026 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2027 redefining the function.
2028 (tpu-set-scroll-margins): Activate the pieces of advice.
2029
2030 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2031
2032 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2033 process-filter.
2034
2035 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2036
2037 * help.el (resize-temp-buffer-window): Use window-full-width-p
2038 instead of comparing frame-width and window-width.
2039
2040 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2041
2042 * term.el: Honor term-default-fg-color and term-default-bg-color
2043 settings when modifying term-current-face.
2044 (term-default-fg-color, term-default-bg-color): Initialize from
2045 default term-current-face.
2046 (term-mode, term-reset-terminal): Set term-current-face with
2047 term-default-fg-color and term-default-bg-color.
2048 (term-handle-colors-array): term-current-face has term-default-fg-color
2049 and term-default-bg-color after reset escape sequence.
2050 (term-handle-colors-array): Set term-current-color with
2051 term-default-fg/bg-color instead of ansi-term-color-vector when the
2052 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2053
2054 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2055
2056 * files.el (set-auto-mode): Handle also remote files wrt
2057 `auto-mode-alist'.
2058
2059 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2060 remote identification.
2061
2062 2007-08-04 Glenn Morris <rgm@gnu.org>
2063
2064 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2065 zero, not nil, when the library is first loaded. Check for a file
2066 that has been modified on disk.
2067
2068 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2069 Remove duplicate defvar preventing initialization.
2070 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2071
2072 2007-08-03 Miles Bader <miles@gnu.org>
2073
2074 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2075 backend names for new backends to `Git', `Hg', and `Bzr'.
2076 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2077 not `HG'.
2078 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2079 name, not `GIT'.
2080 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2081 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2082
2083 2007-08-03 Glenn Morris <rgm@gnu.org>
2084
2085 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2086
2087 2007-08-02 Richard Stallman <rms@gnu.org>
2088
2089 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2090 to update deleted flag.
2091
2092 * cus-edit.el (customize-apropos, customize-apropos-options)
2093 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2094
2095 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2096
2097 * startup.el (fancy-splash-head, startup-echo-area-message):
2098 Change message text.
2099
2100 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2101 All callers use line-move.
2102
2103 * progmodes/compile.el (compilation-find-buffer): Return current
2104 buffer immediately if suitable.
2105 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2106
2107 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2110 Make it more discriminating and more useful.
2111 (vc-bzr-root-dir): Use new name.
2112 (vc-bzr-registered): Use new name and look at the dirstate file to
2113 determine if it's registered or not without running `bzr'.
2114
2115 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2116
2117 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2118
2119 2007-07-31 Drew Adams <drew.adams@oracle.com>
2120
2121 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2122 Fix parent groups link.
2123
2124 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2125
2126 * faces.el (face-normalize-spec): New function.
2127 (frame-set-background-mode): Normalize face-spec before calling
2128 face-spec-match-p.
2129
2130 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * vc-bzr.el: New file (copied from the trunk).
2133
2134 * vc-hooks.el (vc-handled-backends): Add BZR.
2135 (vc-find-file-hook): Failsafe if the backend's `registered'
2136 function burps.
2137
2138 * server.el (server-window): Add switch-to-buffer-other-frame option.
2139
2140 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2141
2142 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2143 (vc-git-revision-completion-table): Enable.
2144
2145 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2146
2147 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2148
2149 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2150 (vc-hg-registered): Set the vc-state property.
2151
2152 * diff-mode.el (diff-mode-menu): New entries.
2153
2154 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2157 (diff-file-kill): Use it.
2158 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2159 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2160 Use it so they find the hunk even when we're in the file header.
2161
2162 * vc.el: Add new VC operation `revision-completion-table'.
2163 (vc-default-revision-completion-table): New function.
2164 (vc-version-diff, vc-version-other-window): Use it to provide
2165 completion of revision names if the backend provides it.
2166
2167 * vc-arch.el (vc-arch--version-completion-table)
2168 (vc-arch-revision-completion-table): New functions to provide
2169 completion of revision names.
2170
2171 * vc-cvs.el: Require CL.
2172 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2173 New functions to provide completion of revision names.
2174
2175 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2176
2177 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2178 (copyright-fix-years, copyright): Correctly handle the case where
2179 copyright-limit is nil.
2180
2181 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2182
2183 * progmodes/python.el (run-python): Fix path separator under w32.
2184
2185 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2186
2187 * vc-git.el: New File.
2188
2189 2007-07-28 Alan Mackenzie <acm@muc.de>
2190
2191 Fix problem with modes derived from CC Mode:
2192 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2193 macro to cc-langs.
2194 (c-init-language-vars-for): Remove call to above macro.
2195 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2196 been moved to here.
2197 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2198
2199 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2200
2201 * net/trampver.el: Fix the `coding' cookie.
2202
2203 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * add-log.el (change-log-redate): Remove (not needed anymore and
2206 doesn't appear to work).
2207
2208 2007-07-25 Glenn Morris <rgm@gnu.org>
2209
2210 * Relicense all FSF files to GPLv3 or later.
2211
2212 * COPYING: Switch to GPLv3.
2213
2214 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2217 Replace it with another one which disables undo before calling
2218 erase-buffer and then turns it back on if needed.
2219
2220 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2221
2222 * ps-print.el: Problem with foreground and background color when
2223 printing a buffer with and without faces. Reported by Christian
2224 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2225 (ps-print-version): New version 6.7.5.
2226 (ps-default-fg): Change default value to nil, so black color is used
2227 when a face does not specify a foreground color.
2228 (ps-default-bg): Change default value to nil, so white color is used
2229 for background color.
2230 (ps-begin-job): Fix code.
2231
2232 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2235
2236 2007-07-24 Alan Mackenzie <acm@muc.de>
2237
2238 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2239 Initialise byte-compile-unresolved-functions before rather than
2240 after a compilation.
2241 (byte-compile-unresolved-functions): Amplify doc string.
2242
2243 2007-07-24 Glenn Morris <rgm@gnu.org>
2244
2245 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2246 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2247 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2248 (cal-tex-cursor-week, cal-tex-cursor-week2)
2249 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2250 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2251 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2252 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2253
2254 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2257
2258 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2261 underlying file is uptodate.
2262
2263 2007-07-23 Richard Stallman <rms@gnu.org>
2264
2265 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2266
2267 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2270 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2271 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2272 different possible cases for \'.
2273 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2274
2275 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2276 `file' from which to start the search and fix case where `file' is the
2277 current directory and the root as well.
2278
2279 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2280 name for buffer-file-name if it refers to a directory.
2281
2282 2007-07-22 Jason Rumney <jasonr@gnu.org>
2283
2284 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2285 for input to cmdproxy on all versions of Windows.
2286 Use dos line ends for input to plink.
2287
2288 * comint.el (comint-simple-send): Concat newline before sending.
2289 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2290
2291 2007-07-22 Juri Linkov <juri@jurta.org>
2292
2293 * isearch.el (isearch-edit-string): Save old point and
2294 isearch-other-end to old-point and old-other-end before reading
2295 the search string from minibuffer. After exiting minibuffer set
2296 point to old-other-end if point and the search direction is the
2297 same as before reading the search string.
2298 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2299 to isearch-other-end. Instead of isearch-search-and-update call
2300 three functions isearch-search, isearch-push-state and isearch-update.
2301
2302 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2303
2304 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2305 destroying an existing buffer.
2306
2307 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2308
2309 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2310
2311 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2312
2313 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2314
2315 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2316 file in a way that does not interfere with recentf.
2317
2318 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2319
2320 * image-dired.el (image-dired-sane-db-file): New func.
2321 (image-dired-write-tags, image-dired-remove-tag)
2322 (image-dired-list-tags, image-dired-write-comments)
2323 (image-dired-get-comment, image-dired-mark-tagged-files)
2324 (image-dired-create-gallery-lists): Call new func.
2325 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2326
2327 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2328
2329 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2330 (vc-hg-dir-state): Fix loop.
2331 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2332 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2333 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2334 (vc-hg-revert): Likewise.
2335 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2336
2337 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2338
2339 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2340 case of alignment under a constant symbol, find and consider
2341 the sexp actually at indentation to be the "last sexp".
2342
2343 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2344
2345 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2346 (install): Use them to copy all *.el files before *.elc.
2347 (clean): Don't delete *~.
2348
2349 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2352
2353 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2354
2355 * vc-hg.el (vc-hg-registered): Replace if with when.
2356 (vc-hg-state): Deal with nonexistent files.
2357
2358 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2361 (follow-delete-other-windows-and-split, follow-recenter)
2362 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2363 (follow-redisplay, follow-estimate-first-window-start)
2364 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2365 Fix typos in docstrings.
2366
2367 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2368
2369 * bookmark.el (bookmark-show-all-annotations):
2370 Make sure each inserted annotation ends with newline.
2371
2372 (bookmark-maybe-sort-alist): Don't modify
2373 bookmark-alist. Instead, if not sorting, simply return it.
2374 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2375 for its return value, not for its side effect.
2376
2377 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * vc.el: Add more info about the vc-registered function.
2380
2381 2007-07-16 David Kastrup <dak@gnu.org>
2382
2383 * emacs-lisp/advice.el (defadvice): Doc fix.
2384
2385 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * subr.el (when, unless): Doc fix.
2388
2389 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2390
2391 * vc-hg.el (vc-hg-state): Handle removed files.
2392 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2393 (vc-hg-checkout): Re-enable.
2394
2395 2007-07-15 Richard Stallman <rms@gnu.org>
2396
2397 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2398
2399 * tutorial.el (tutorial--find-changed-keys):
2400 Handle C-x specially like ESC.
2401
2402 2007-07-15 Roland McGrath <roland@frob.com>
2403
2404 * add-log.el (add-change-log-entry): Check add-log-full-name
2405 and add-log-mailing-address later, after change-log-mode-hook.
2406
2407 2007-07-15 Richard Stallman <rms@gnu.org>
2408
2409 * isearch.el (isearch-mode, isearch-done):
2410 Delete unintended code in previous change.
2411
2412 * ps-print.el (ps-default-bg): Change to White.
2413
2414 2007-07-15 Aaron Hawley <aaronh@garden.org>
2415
2416 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2417
2418 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2419
2420 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2421 when handling the terminating event.
2422
2423 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2424
2425 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2426
2427 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2428
2429 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2430 (install): Use them to copy all *.el files before *.elc.
2431
2432 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2433
2434 * replace.el (match): Use yellow1 instead of yellow.
2435
2436 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2437
2438 * pcvs-info.el (cvs-unknown): Likewise.
2439
2440 2007-07-12 Davis Herring <herring@lanl.gov>
2441
2442 * desktop.el (desktop-buffer-info, desktop-save):
2443 Use `desktop-dirname' instead of `dirname'.
2444
2445 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2446
2447 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2448
2449 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2450
2451 2007-07-10 Richard Stallman <rms@gnu.org>
2452
2453 * emacs-lisp/lisp-mode.el (eval-defun):
2454 Explain special handling of `defface'.
2455
2456 2007-07-09 Richard Stallman <rms@gnu.org>
2457
2458 * isearch.el (isearch-edit-string): Call to isearch-push-state
2459 after the search.
2460
2461 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * cus-start.el (file-coding-system-alist): Fix custom type.
2464
2465 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2468 modified.
2469 (longlines-auto-wrap, longlines-window-change-function):
2470 Remove unnecessary calls to set-buffer-modified-p.
2471
2472 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * vc.el (vc-default-log-view-mode): New function.
2475 (vc-print-log): Add new `log-view-mode' VC operation.
2476
2477 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2480 Rename and move to...
2481
2482 * subr.el (strings->string, string->strings): ...here.
2483
2484 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2485 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2486
2487 * progmodes/gud.el (gud-common-init): Call string->strings instead
2488 of split-string.
2489
2490 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2491
2492 * term/w32-win.el (menu-bar-open): New function.
2493 Bind <f10> to it.
2494
2495 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2496
2497 * log-view.el (log-view-mode-menu): New menu.
2498
2499 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * vc-hg.el: New file.
2502
2503 2007-07-06 Andreas Schwab <schwab@suse.de>
2504
2505 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2506 dynamic bindings around the evaluation of the expression.
2507 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2508
2509 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2510
2511 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2512 file names.
2513
2514 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2515
2516 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2517
2518 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2519 event is not a cons cell. Do not unread drag-mouse-1 events.
2520 Select right window in check whether space was stolen from
2521 window above.
2522
2523 2007-07-01 Richard Stallman <rms@gnu.org>
2524
2525 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2526
2527 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * generic-x.el (generic-define-mswindows-modes)
2530 (generic-define-unix-modes, apache-log-generic-mode)
2531 (bat-generic-mode-keymap, java-manifest-generic-mode)
2532 (show-tabs-generic-mode): Fix typos in docstrings.
2533
2534 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2535
2536 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2537 replace-regexp-in-string.
2538
2539 2007-06-28 Andreas Schwab <schwab@suse.de>
2540
2541 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2542 $(lisp)/subdirs.el.
2543
2544 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2545
2546 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2547 the speedbar frame if nil; that deletes the current frame or
2548 causes an error if it is the only frame.
2549 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2550
2551 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2552
2553 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2554 directory where the desktop file was found, as the docstring says.
2555 (desktop-kill): Use `read-directory-name'.
2556
2557 * desktop.el (desktop-load-locked-desktop): New option.
2558 (desktop-read): Use it.
2559 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2560 Use `when'.
2561
2562 2007-06-24 Davis Herring <herring@lanl.gov>
2563
2564 * desktop.el (desktop-save-mode-off): New function.
2565 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2566 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2567 (desktop-claim-lock, desktop-release-lock): New functions.
2568 (desktop-kill): Tell `desktop-save' that this is the last save.
2569 Release the lock afterwards.
2570 (desktop-buffer-info): New function.
2571 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2572 says to. Detect conflicts, and manage the lock.
2573 (desktop-read): Detect conflicts. Manage the lock.
2574
2575 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2576
2577 * ls-lisp.el (insert-directory): If an invalid regexp error is
2578 thrown, try using FILE as a literal file name, not a wildcard.
2579 Check for FILE as an existing file, not just a directory.
2580
2581 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2584 `header-line-format' when reentering ruler mode.
2585
2586 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2587
2588 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2589 FILE exists as a directory.
2590
2591 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2594 (vera-font-lock-match-item): Fix doc string.
2595 (vera-in-comment-p): Remove unused function.
2596 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2597 use `syntax-ppss'.
2598 (vera-forward-syntactic-ws): Fix argument order.
2599 (vera-prepare-search): Use `with-syntax-table'.
2600 (vera-indent-line): Fix doc string.
2601 (vera-electric-tab): Fix doc string.
2602 (vera-expand-abbrev): Define alias instead of using `fset'.
2603 (vera-comment-uncomment-region): Use `comment-start-skip'.
2604
2605 2007-06-20 Reto Zimmermann <reto@gnu.org>
2606
2607 * progmodes/vera-mode.el: New file.
2608
2609 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2610
2611 * ido.el (ido-find-file-in-dir): Don't signal an error for
2612 empty directories.
2613
2614 2007-06-18 Alan Mackenzie <acm@muc.de>
2615
2616 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2617 When removing lines, also remove the \n. Correction of patch of
2618 2007-04-21.
2619
2620 2007-06-17 Glenn Morris <rgm@gnu.org>
2621
2622 * lpr.el (lpr-page-header-switches): Move %s to separate element
2623 for correct quoting. Doc fix.
2624
2625 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2626
2627 * term/xterm.el (terminal-init-xterm): Escape parens in character
2628 constants.
2629
2630 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2631
2632 * scroll-lock.el (scroll-lock-mode): Doc fix.
2633
2634 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2637 half-activated, forcefully activate it completely.
2638
2639 2007-06-11 Richard Stallman <rms@gnu.org>
2640
2641 * cus-edit.el (custom-variable-type): Doc fix.
2642
2643 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2644
2645 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2646
2647 2007-06-09 Davis Herring <herring@lanl.gov>
2648
2649 * desktop.el (desktop-minor-mode-table): Doc fix.
2650
2651 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2654 (image-next-line, image-previous-line, image-scroll-up)
2655 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2656 New functions.
2657 (image-mode-map): Remap motion commands.
2658 (image-mode-text-map): New keymap for viewing images as text.
2659 (image-mode): Use image-mode-map.
2660 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2661
2662 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2663
2664 Sync with Tramp 2.0.56.
2665
2666 * net/tramp.el:
2667 * net/tramp-ftp.el:
2668 * net/tramp-smb.el:
2669 * net/tramp-util.el:
2670 * net/tramp-vc.el:
2671 Don't load cl.el, because that pollutes the namespace. Replace cl
2672 macros by their implementations where necessary. Requested by
2673 Richard Stallman <rms@gnu.org>.
2674
2675 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2676 doesn't exist.
2677 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2678 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2679 (tramp-file-name-p, tramp-file-name-multi-method)
2680 (tramp-file-name-method, tramp-file-name-user)
2681 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2682 replacing defstruct `tramp-file-name'.
2683 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2684 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2685 Apply `vector' instead of `make-tramp-file-name'.
2686 (tramp-handle-make-auto-save-file-name):
2687 Apply `tramp-temporary-file-directory' for compatibility reasons.
2688 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2689 because of XEmacs.
2690 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2691 started.
2692
2693 2007-06-07 David Kastrup <dak@gnu.org>
2694
2695 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2696 Change default to `top'.
2697
2698 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * dired.el (dired-mode-map): Remove spurious separator.
2701
2702 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2703
2704 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2705
2706 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2707 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2708
2709 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2710
2711 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2712 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2713
2714 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2715
2716 * progmodes/ebrowse.el (ebrowse-member-table):
2717 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2718
2719 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * pgg.el (pgg-sign-region, pgg-sign):
2722 * ses.el (ses-call-printer):
2723 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2724 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2725
2726 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2727
2728 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2729 (tar-get-descriptor): Handle type 55, an extended pax header.
2730
2731 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * textmodes/css-mode.el: New file.
2734
2735 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/socks.el: New file, taken from w3 repository.
2738 (top): Update Copyright. Don't load cl.el.
2739 (all): Replace `case' by `cond', `string-to-int' by
2740 `string-to-number', and `process-kill-without-query' by
2741 `set-process-query-on-exit-flag'.
2742 (socks-char-int): Remove defalias and all occurrences.
2743
2744 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2745
2746 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2747 (sort-coding-systems, search-unencodable-char): Doc fixes.
2748 (coding-system-change-eol-conversion, set-default-coding-systems)
2749 (prefer-coding-system, find-multibyte-characters, princ-list)
2750 (leim-list-entry-regexp, set-input-method, locale-language-names)
2751 (input-method-exit-on-first-char, exit-language-environment-hook)
2752 (locale-charset-language-names): Fix typos in docstrings.
2753
2754 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2757 `switch-to-buffer' has returned succesfully.
2758 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2759 window is dedicated (it could iconify the frame).
2760
2761 2007-06-05 Glenn Morris <rgm@gnu.org>
2762
2763 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2764
2765 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * files.el (auto-mode-alist): Add lower-priority match for names
2768 like ChangeLog.old.
2769
2770 2007-06-04 Andreas Schwab <schwab@suse.de>
2771
2772 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2773
2774 2007-06-04 Davis Herring <herring@lanl.gov>
2775
2776 * calendar/timeclock.el: Update version number.
2777 (timeclock-modeline-display): Mention timeclock-use-display-time
2778 in explanatory message.
2779 (timeclock-log): Suppress warnings when finding the log.
2780 Don't check for a nil project twice. Run hooks after killing the
2781 buffer (if applicable).
2782 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2783 was geometric). All uses changed.
2784 (timeclock-generate-report): Support prefix argument.
2785
2786 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2787
2788 * man.el (Man-next-section): Don't consider the last line of the
2789 page as being part of any section.
2790
2791 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2792
2793 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2794 modified flag of buffer. Use `inhibit-modification-hooks'.
2795
2796 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2797
2798 * mail/mail-extr.el (mail-extract-address-components):
2799 Recognize non-ASCII characters except for NBSP as words.
2800
2801 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2802
2803 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2804
2805 2007-06-04 Michael Olson <mwolson@gnu.org>
2806
2807 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2808 died and we are trying to send a signal to it.
2809
2810 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * emacs-lisp/easy-mmode.el (define-minor-mode)
2813 (easy-mmode-define-navigation): Fix typos in docstrings.
2814
2815 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2816 Fix typos in docstrings.
2817 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2818 (compilation-finish-function): Fix typo in obsolescence declaration.
2819
2820 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2821
2822 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2825 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2826
2827 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2828
2829 * longlines.el (longlines-mode): Make longlines-auto-wrap
2830 buffer-local. Add hooks unconditionally.
2831 (longlines-auto-wrap): Toggle wrapping.
2832 (longlines-after-change-function)
2833 (longlines-post-command-function): Check longlines-auto-wrap.
2834
2835 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2836
2837 * Version 22.1 released.
2838
2839 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2842 changes.
2843
2844 2007-05-31 Richard Stallman <rms@gnu.org>
2845
2846 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2847
2848 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2849
2850 * textmodes/table.el (table--point-entered-cell-function)
2851 (table--point-left-cell-function):
2852 Bind `inhibit-point-motion-hooks' to t.
2853
2854 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2855
2856 * emacs-lisp/rx.el (rx): Doc fix.
2857
2858 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2861
2862 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2863
2864 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2865 as the end of the ChangeLog paragraph when it ends without a line
2866 termination.
2867
2868 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * textmodes/fill.el (canonically-space-region): Make the second arg
2871 a marker if it's not already the case.
2872
2873 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2874 (xterm-mouse-event): Use it.
2875
2876 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2877
2878 * vc-hooks.el (vc-find-root): Fix file attribute test.
2879
2880 2007-05-24 Richard Stallman <rms@gnu.org>
2881
2882 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2883 Don't let opoint be nil.
2884 (flyspell-emacs-popup): Explicit error if no dialogs.
2885
2886 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2887
2888 * tar-mode.el (tar-file-name-handler): New function.
2889 (tar-extract): Bind file-name-handler-alist to it to force
2890 find-buffer-file-type-coding-system behave as if the file being
2891 extracted existed. Use last-coding-system-used to force
2892 buffer-file-coding-system to what decode-coding-region actually
2893 used to decode the file.
2894
2895 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2896
2897 * progmodes/compile.el (compilation-handle-exit):
2898 `compilation-finish-function' may change the current buffer.
2899
2900 2007-05-22 Richard Stallman <rms@gnu.org>
2901
2902 * files.el (set-auto-mode): Doc fix.
2903
2904 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2905
2906 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2907
2908 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2909
2910 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2911 (rcirc-print): Handle `window-width'.
2912 (rcirc-buffer-maximum-lines): Doc fix.
2913
2914 2007-05-19 Kevin Ryde <user42@zip.com.au>
2915
2916 * info.el (Info-fontify-node): Match https also.
2917
2918 2007-05-18 Richard Stallman <rms@gnu.org>
2919
2920 * simple.el (push-mark): Doc fix.
2921
2922 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2923
2924 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2925 tpu-global-map.
2926 (tpu-original-global-map): Delete variable.
2927 (tpu-control-keys-map): New keymap variable.
2928 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2929 setting keymapping directly.
2930 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2931 tpu-global-map.
2932 (tpu-edt-on): Activate the tpu-global-map.
2933 (tpu-edt-off): Deactivate the tpu-global-map.
2934
2935 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2936
2937 * textmodes/ispell.el (ispell-get-word): Return markers
2938 for start and end positions.
2939 (ispell-word): Assume END is a marker.
2940
2941 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2942
2943 * ps-print.el: Use default color when foreground or background color
2944 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2945 (ps-print-version): New version 6.7.4.
2946 (ps-rgb-color): New argument. Use default color when color is
2947 unspecified.
2948 (ps-begin-job): Fix code.
2949
2950 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2951
2952 * textmodes/ispell.el (ispell-start-process): Defend against bad
2953 default-directory.
2954
2955 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2958
2959 2007-05-16 Richard Stallman <rms@gnu.org>
2960
2961 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2962
2963 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2966 Move the *ml, Postscript, and XmCD entries to the fallback part.
2967
2968 * files.el (magic-fallback-mode-alist):
2969 Rename from file-start-mode-alist.
2970
2971 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2972
2973 * progmodes/compile.el (compilation-handle-exit): Quote first
2974 argument of `run-hook-with-args'.
2975
2976 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * buff-menu.el (Buffer-menu-sort-column):
2979 * dabbrev.el (dabbrev-upcase-means-case-search):
2980 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2981 * info.el (Info-current-subfile):
2982 * ls-lisp.el (ls-lisp-verbosity):
2983 * msb.el (msb-menu-cond):
2984 * pcvs.el (cvs-dired-use-hook):
2985 * simple.el (set-mark-command-repeat-pop):
2986 * time.el (display-time-24hr-format, display-time-mail-file):
2987 Doc fixes.
2988
2989 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2990 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2991
2992 * view.el (view-inhibit-help-message): Fix typo in docstring.
2993 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2994
2995 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2996
2997 * mail/rmail.el (rmail-convert-to-babyl-format):
2998 Check content-transfer-encoding _last_, because we need its position
2999 in base64-header-field-end.
3000
3001 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * files.el (mode-require-final-newline, require-final-newline)
3004 (enable-local-variables, enable-local-eval): Doc fixes.
3005
3006 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3007
3008 * progmodes/python.el (python-font-lock-keywords)
3009 (python-open-block-statement-p, python-mode): Add support for the new
3010 "with" keyword.
3011
3012 2007-05-10 Richard Stallman <rms@gnu.org>
3013
3014 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3015 (iso-cvt-write-only): Likewise.
3016
3017 * emacs-lisp/easy-mmode.el (define-minor-mode):
3018 Fix generated doc string.
3019
3020 * startup.el (fancy-splash-text): Add URL of guided tour.
3021 Adjust horizontal and vertical whitespace.
3022
3023 * progmodes/compile.el (compilation-handle-exit):
3024 Use run-hook-with-args to run compilation-finish-functions.
3025
3026 * files.el (file-start-mode-alist): New variable.
3027 (magic-mode-regexp-match-limit): Doc fix.
3028 (set-auto-mode): Handle file-start-mode-alist.
3029 A little cleanup of structure.
3030
3031 2007-05-10 Davis Herring <herring@lanl.gov>
3032
3033 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3034 workday specifications.
3035 (timeclock-log): Don't kill the log buffer if it already existed.
3036
3037 2007-05-08 Richard Stallman <rms@gnu.org>
3038
3039 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3040 Don't include non-self-insert commands in the exception for `-'.
3041
3042 2007-05-08 David Reitter <david.reitter@gmail.com>
3043
3044 * progmodes/python.el (python-guess-indent): Check non-nullness
3045 before comparing indent against the 2..8 interval.
3046
3047 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3048
3049 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3050 available.
3051
3052 2007-05-06 Richard Stallman <rms@gnu.org>
3053
3054 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3055
3056 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3057
3058 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3059 disconnections.
3060
3061 2007-05-01 Romain Francoise <romain@orebokech.com>
3062
3063 * dired-x.el: Revert 2007-04-06 change.
3064
3065 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3066
3067 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3068 don't put stop on toolbar.
3069
3070 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3071
3072 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3073
3074 2007-04-29 Richard Stallman <rms@gnu.org>
3075
3076 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3077
3078 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3081 than 1.
3082
3083 2007-04-28 Richard Stallman <rms@gnu.org>
3084
3085 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3086
3087 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3090
3091 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3092
3093 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3094 instead of $(lisp)/mh-e.
3095
3096 * textmodes/fill.el (fill-paragraph): Doc fix.
3097
3098 2007-04-28 Glenn Morris <rgm@gnu.org>
3099
3100 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3101 (image-dired-cmd-create-temp-image-options): Replace option
3102 +profile "*" with -strip.
3103
3104 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3107 Use window-start and window-end.
3108
3109 2007-04-26 Glenn Morris <rgm@gnu.org>
3110
3111 * progmodes/python.el: Restore file pending consideration of legal
3112 status.
3113
3114 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3115
3116 * locate.el (locate-in-alternate-database): Doc fix.
3117
3118 2007-04-26 Glenn Morris <rgm@gnu.org>
3119
3120 * button.el (button): Use underline if supported, else fall back
3121 to color.
3122
3123 2007-04-25 Richard Stallman <rms@gnu.org>
3124
3125 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3126
3127 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3128
3129 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3130 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3131 pushing mark.
3132 (idlwave-current-routine): Don't push mark.
3133
3134 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3135
3136 * image-dired.el (image-dired-display-image): Derive image-type from
3137 filename rather than assuming jpeg, in case no resizing was needed.
3138
3139 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3140
3141 * custom.el (defface): Doc fix.
3142
3143 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * progmodes/python.el: Remove due to unclear legal issues.
3146
3147 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3148
3149 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3150 Don't re-query for each cleared BP.
3151 (idlwave-shell-clear-bp): Optionally skip BP query.
3152 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3153 of set-window-buffer, which incorrectly moves displayed region.
3154
3155 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3156
3157 * calc/calc.el (calc-bug-address): Update maintainer's address.
3158 * calc/*: Update maintainer's address.
3159
3160 2007-04-23 Richard Stallman <rms@gnu.org>
3161
3162 * simple.el (set-mark-command-repeat-pop): Doc fix.
3163 Put in `editing-basics' group.
3164
3165 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3168 New functions.
3169 (Info-mode-line-node-keymap): Bind mouse commands to
3170 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3171
3172 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * locate.el (locate-local-prompt): New var.
3175 (locate-prompt-for-command): Doc fix.
3176 (locate-prompt-for-search-string): New function.
3177 (locate): New optional arg. Make locate-local-prompt
3178 buffer-local. Use locate-prompt-for-search-string.
3179 (locate-with-filter): New optional arg.
3180 Use locate-prompt-for-search-string.
3181 (locate-update): Bind locate-prompt-for-command.
3182
3183 2007-04-23 Glenn Morris <rgm@gnu.org>
3184
3185 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3186
3187 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3188
3189 * button.el (button): Inherit from link face on a tty.
3190
3191 2007-04-23 Glenn Morris <rgm@gnu.org>
3192
3193 * button.el (button): Use color for this face on a tty.
3194
3195 * files.el (magic-mode-alist): Allow for carriage-returns in
3196 html-mode and sgml-mode entries.
3197
3198 2007-04-22 Richard Stallman <rms@gnu.org>
3199
3200 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3201 Improve doc string of generated command.
3202
3203 * subr.el (read-number): Catch errors.
3204
3205 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3206
3207 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * image-dired.el: Rename from thumbnails.el. All instances of
3210 "thumbnails" replaced with "image-dired".
3211
3212 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3213 "image-dired".
3214
3215 2007-04-22 Kim F. Storm <storm@cua.dk>
3216
3217 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3218 Don't use kill-line.
3219
3220 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3223 error message.
3224
3225 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * dired.el: Rename "tumme" to "thumbnails".
3228
3229 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3230 replaced with "thumbnails".
3231
3232 2007-04-22 Glenn Morris <rgm@gnu.org>
3233
3234 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3235 and give it the risky-local-variable property.
3236
3237 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3238 before defining it.
3239
3240 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3241
3242 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3243 Use delete-region instead of kill-line.
3244
3245 2007-04-21 Alan Mackenzie <acm@muc.de>
3246
3247 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3248 `kill-region' by `delete-region'.
3249
3250 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3253 instead of kill-region.
3254
3255 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3256 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3257 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3258 and kill-line.
3259
3260 * progmodes/vhdl-mode.el (vhdl-template-type)
3261 (vhdl-template-record, vhdl-template-nature)
3262 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3263 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3264 Use delete-region instead of kill-word and kill-line.
3265
3266 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3267
3268 * dired-x.el (dired-virtual-mode): Doc fix.
3269
3270 2007-04-21 Richard Stallman <rms@gnu.org>
3271
3272 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3273
3274 * subr.el (read-number): Doc fix.
3275
3276 * simple.el (pop-to-mark-command): Display message "mark popped"
3277 if point does not move.
3278 (set-mark-command): Doc fix.
3279
3280 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3281
3282 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3283 (locate-local-filter, locate-local-search): New vars.
3284 (locate): Make variables local.
3285 (locate-update): Bind locate-buffer-name. Call locate using
3286 locate-local-filter and locate-local-search.
3287
3288 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3289
3290 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3291 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3292 (hi-lock-mode): Update docstring.
3293
3294 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3297 fill-nobreak-predicate when the break is past fill-column.
3298
3299 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3300
3301 * locate.el (locate): Output from shell-command should go in the
3302 current buffer rather than *Shell Command Output*.
3303
3304 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * paren.el (show-paren-function): Fix last fix.
3307
3308 2007-04-19 Kevin Ryde <user42@zip.com.au>
3309
3310 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3311 (archive-lzh-summarize): Add optional start arg for where to start
3312 looking at the archive.
3313 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3314
3315 * international/mule.el (auto-coding-alist): no-conversion for .exe
3316 and .EXE.
3317
3318 2007-04-19 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3321 function return type contains "struct", "union", etc.
3322 c-end-of-defun goes too far forward.
3323
3324 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3325
3326 * paren.el (show-paren-function): Reset window-start to avoid
3327 recentering.
3328
3329 2007-04-19 Glenn Morris <rgm@gnu.org>
3330
3331 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3332
3333 2007-04-18 Glenn Morris <rgm@gnu.org>
3334
3335 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3336 :set function.
3337 (diary-list-entries): Only switch to diary-mode from
3338 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3339 diary-mode set header-line-format, in case of any customization.
3340
3341 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3342
3343 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3344 is less than the length of parse-time-syntax.
3345
3346 2007-04-17 David Kastrup <dak@gnu.org>
3347
3348 * replace.el (query-replace-regexp-eval): Deprecate.
3349
3350 2007-04-17 Alan Mackenzie <acm@muc.de>
3351
3352 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3353 point too close to EOB, leave point at EOB rather than last `}'.
3354
3355 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3356
3357 * textmodes/bibtex.el (bibtex-include-OPTkey)
3358 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3359 Fix defcustom.
3360
3361 2007-04-17 Glenn Morris <rgm@gnu.org>
3362
3363 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3364 be encoded, fall back to current year.
3365
3366 2007-04-14 Kevin Ryde <user42@zip.com.au>
3367
3368 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3369 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3370 M "MSDOS".
3371
3372 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * progmodes/python.el (python-end-of-block): Avoid looping forever
3375 if python-next-statement fails.
3376
3377 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3378
3379 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3380
3381 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3384 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3385
3386 2007-04-15 Jay Belanger <belanger@truman.edu>
3387
3388 * calc/calc.el (calc-version): New function.
3389 (calc-trail-mode): Shorten the title.
3390
3391 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * mail/footnote.el (footnote-style): Clarify docstring to state
3394 that customizing this only applies to future footnotes.
3395
3396 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3397
3398 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3399 (bibtex-make-field): Check that INIT is a string. Use functionp.
3400
3401 2007-04-14 Glenn Morris <rgm@gnu.org>
3402
3403 * complete.el (PC-goto-end): New buffer-local variable.
3404 (PC-do-completion-end): Make buffer-local.
3405 (partial-completion-mode) <choose-completion-string-functions>:
3406 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3407 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3408 doc string. Set PC-goto-end for choose-completion.
3409 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3410 PC-do-completion.
3411
3412 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3413 arg to bibtex-make-field.
3414 (bibtex-make-field): Add optional fourth arg NODELIM.
3415 Insert delimiters around INIT unless this arg is non-nil.
3416
3417 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3418
3419 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3420 global map isn't modified.
3421
3422 2007-04-14 Glenn Morris <rgm@gnu.org>
3423
3424 * calendar/appt.el (appt-disp-window): Do not split small windows.
3425 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3426
3427 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3428
3429 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3430
3431 * files.el: Ditto.
3432
3433 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3436
3437 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3438 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3439 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3440 (term-pager-help): Fix typos in docstrings.
3441
3442 * wid-edit.el (widget-documentation): Fix typo in docstring.
3443
3444 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3445 Fix typos in error messages.
3446
3447 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3448
3449 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3450 window marked as dedicated.
3451
3452 * mail/footnote.el (footnote-latin-string): New variable.
3453 (footnote-latin-regexp): Redefine as regexp alternative.
3454 (Footnote-latin): Use footnote-latin-string instead of
3455 footnote-latin-regexp.
3456
3457 2007-04-13 Glenn Morris <rgm@gnu.org>
3458
3459 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3460 inherited keymaps.
3461
3462 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * outline.el (outline-get-next-sibling): Clarify docstring.
3465 (outline-get-last-sibling): Handle case where we are at the first
3466 heading. Clarify docstring.
3467
3468 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3469
3470 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3471 length as stop button to lessen flicker.
3472 (jdb): Add gud-print.
3473 (gud-find-expr): Jdb prints the expression with the value, so
3474 don't insert it in the output.
3475
3476 2007-04-11 Jason Rumney <jasonr@gnu.org>
3477
3478 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3479 case hex. Do not try to decode non-hex letters.
3480
3481 2007-04-11 Markus Triska <markus.triska@gmx.at>
3482
3483 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3484 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3485 (byte-optimize-form-code-walker): Evaluate pure function calls if
3486 possible.
3487 (byte-optimize-all-constp): New function.
3488
3489 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3490 Improve numeric argument case.
3491 (byte-compile-backward-char, byte-compile-backward-word):
3492 New functions, performing rewriting previously done in byte-opt.el.
3493 Fix their "Fixme" item (restriction to numeric arguments).
3494
3495 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3498 with dolist.
3499 (after-init-hook): Don't quote lambda.
3500 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3501 (desktop-internal-v2s): Remove unused var `el'.
3502 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3503 desktop-restore-file-buffer.
3504 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3505 desktop-create-buffer.
3506
3507 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * woman.el (woman-decode-buffer): Postpone macro-set check...
3510 (woman-decode-region): ...to here.
3511
3512 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3513
3514 * startup.el (tty-handle-args): Use %S to log ARGS.
3515
3516 2007-04-10 Glenn Morris <rgm@gnu.org>
3517
3518 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3519 it is obsolete and has no effect.
3520
3521 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3522 byte-compiler.
3523
3524 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3525 obsolete function make-local-hook.
3526
3527 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3528 start to quieten byte-compiler.
3529
3530 2007-04-10 Markus Triska <markus.triska@gmx.at>
3531
3532 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3533 to bytecomp.el as byte-compile-char-before).
3534 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3535 New function (modified replacement for byte-optimize-char-before in
3536 byte-opt.el).
3537
3538 2007-04-09 Alan Mackenzie <acm@muc.de>
3539
3540 * startup.el (inhibit-splash-screen): Emphatically state that it
3541 can't be set in site-start.el.
3542
3543 2007-04-09 Masatake YAMATO <jet@gyve.org>
3544
3545 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3546 mimic the behavior of `capitalize-word'. Do not move point with a
3547 negative argument. Based on tiny change by Paul Curry.
3548
3549 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3550
3551 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3552 Don't move point if ARG is negative.
3553
3554 2007-04-09 Alan Mackenzie <acm@muc.de>
3555
3556 Changes to make `narrow-to-defun' and `mark-defun' work properly
3557 in CC Mode:
3558
3559 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3560 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3561 Bind beginning/end-of-defun-function to nil around calls to
3562 beginning/end-of-defun.
3563
3564 * progmodes/cc-langs.el (beginning-of-defun-function)
3565 (end-of-defun-function): New c-lang-setvar's.
3566
3567 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3568 (setq arg 1))" to enable non-interactive call.
3569
3570 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3571
3572 * simple.el (set-mark-command): Doc fix.
3573
3574 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * progmodes/gud.el (gdb): Restore existing session if user
3577 tries to start a second one in graphical mode.
3578
3579 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3580
3581 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3582
3583 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3584
3585 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3586 Add binding for C-M-SPC.
3587
3588 2007-04-08 Richard Stallman <rms@gnu.org>
3589
3590 * pcomplete.el (pcomplete-read-event): One single definition,
3591 and not a defsubst.
3592
3593 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3596 byte-compiler warning "value unused".
3597
3598 2007-04-08 Andreas Schwab <schwab@suse.de>
3599
3600 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3601
3602 2007-04-07 Glenn Morris <rgm@gnu.org>
3603
3604 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3605 Autoload these functions.
3606 (diary-date-forms): Add a custom :set form.
3607
3608 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3609 before first use.
3610 (diary-font-lock-keywords): New function with old code for
3611 initialization of variable of same name.
3612
3613 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3614
3615 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3616 clean-up: only insert space when on identifier, etc.
3617
3618 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3621
3622 * net/tls.el (open-tls-stream): Properly handle case where there
3623 is no associated buffer.
3624
3625 2007-04-07 Glenn Morris <rgm@gnu.org>
3626
3627 * ffap.el (ffap-file-at-point): Lower the priority of the
3628 ffap-ftp-sans-slash-regexp check.
3629
3630 2007-04-06 Alan Mackenzie <acm@muc.de>
3631
3632 Fix fontification of labels, and other things with ":".
3633
3634 * progmodes/cc-engine.el (c-forward-label): The function now
3635 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3636 the former t.
3637
3638 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3639 new return code from c-forward-label, fontifying tokens properly.
3640 Add some general comments throughout the file.
3641
3642 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3645 Revert 2006-01-27 change.
3646
3647 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3648
3649 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3650
3651 * desktop.el (desktop-create-buffer, desktop-save):
3652 Revert 2004-11-12 change for lack of copyright papers.
3653
3654 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3655 (dired-guess-default): Respect case.
3656
3657 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3658
3659 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3660 was originally checked in as byte-optimize-concat on 1997-11-02.
3661
3662 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3663 1995-05-19 doc changes.
3664
3665 2007-04-06 Kim F. Storm <storm@cua.dk>
3666
3667 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3668 (unload-feature): Update interactive spec accordingly.
3669
3670 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3671
3672 2007-04-06 John Paul Wallington <jpw@pobox.com>
3673
3674 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3675 capture. Restore the table in the same buffer.
3676
3677 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3678
3679 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3682 Print entire form.
3683
3684 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3685
3686 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3687 for low-color displays.
3688
3689 2007-04-05 Glenn Morris <rgm@gnu.org>
3690
3691 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3692 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3693 Seed random number generator on loading.
3694
3695 * emacs-lisp/authors.el (top-level): Provide self.
3696
3697 * play/animate.el (top-level): Provide self.
3698
3699 2007-04-04 Alan Mackenzie <acm@muc.de>
3700
3701 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3702 to mention c-syntactic-indentation.
3703
3704 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * subr.el (with-case-table): New macro.
3707
3708 * international/mule.el (ascii-case-table): New var.
3709
3710 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3711 downcasing.
3712
3713 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3716
3717 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3718 of the window if we're outside it e.g menu-bar.
3719
3720 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3721 window if we're outside it e.g menu-bar.
3722
3723 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3724
3725 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3726 decode base-64 encoded body if its content-type is something other
3727 than text/* or message/*.
3728
3729 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * simple.el (activate-mark-hook): Fix typo in docstring.
3732
3733 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3734
3735 * tmm.el (tmm-c-prompt): Initialize.
3736 (tmm-menubar): Deal with extended menu-items at top level.
3737 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3738 (tmm-prompt): Handle visibility of top level menu-items.
3739
3740 * progmodes/gud.el (gud-menu-map): Simplify.
3741 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3742 menubar.
3743
3744 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3747
3748 * comint.el (comint-send-input): Widen the buffer first.
3749
3750 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3751
3752 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3755 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3756
3757 * newcomment.el (comment-search-forward): Discard comment starters
3758 before point.
3759
3760 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3761
3762 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3763
3764 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3767 when downcasing.
3768
3769 * button.el (previous-button): Rewrite to account for adjacent buttons.
3770
3771 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3772
3773 * progmodes/idlwave.el (idlwave-auto-fill):
3774 Revert paragraph-separate change.
3775
3776 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3777 Simplify module calc.
3778 (idlwave-shell-set-bp-in-module): Compute module.
3779
3780 2007-03-31 Glenn Morris <rgm@gnu.org>
3781
3782 * emacs-lisp/timer.el (run-at-time): Doc fix.
3783
3784 * emacs-lisp/warnings.el (display-warning): If we create the
3785 buffer displaying the warning, disable undo there.
3786
3787 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * net/tramp.el (tramp-register-file-name-handler)
3790 (tramp-register-completion-file-name-handler): New defsubst,
3791 derived from `tramp-register-file-name-handlers'. The split is
3792 necessary because Tramp's file name handlers must be registered at
3793 different startup places.
3794
3795 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * progmodes/hideshow.el (turn-off-hideshow): New function.
3798 (hs-minor-mode): Use it instead of a lambda expression in
3799 change-major-mode-hook.
3800
3801 2007-03-31 David Kastrup <dak@gnu.org>
3802
3803 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3804 corresponding to MANPATH_MAP entries.
3805 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3806 (woman-parse-man.conf): Use more discriminating man.conf name.
3807 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3808 (woman-manpath): Doc fix and type fix.
3809 (woman-cached-data): Check for MANPATH_MAP entries.
3810 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3811
3812 2007-03-31 Stuart Herring <herring@lanl.gov>
3813
3814 * emacs-lisp/sregex.el (sregexq): Doc fix.
3815
3816 2007-03-31 Markus Triska <markus.triska@gmx.at>
3817
3818 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3819
3820 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3821
3822 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3823 Move to the right.
3824
3825 2007-03-30 Alan Mackenzie <acm@muc.de>
3826
3827 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3828
3829 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3830
3831 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3832 Use it, passed in explicitly, instead of from the dynamic binding.
3833 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3834
3835 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * simple.el (blink-matching-open): When in minibuffer, don't
3838 search for a match inside the prompt.
3839
3840 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3843 (tmm-prompt): Don't make the mouse user select the first menu
3844 item twice.
3845
3846 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3849 SIGUSR1 and SIGUSR2.
3850
3851 2007-03-29 Kim F. Storm <storm@cua.dk>
3852
3853 * ido.el (ido-read-internal): When reading file or dir, only override
3854 minibuffer-local-filename-completion-map, otherwise only override
3855 minibuffer-local-completion-map.
3856
3857 2007-03-29 Glenn Morris <rgm@gnu.org>
3858
3859 * complete.el (partial-completion-mode): Set PC-do-completion-end
3860 to nil after use.
3861 (PC-lisp-complete-symbol): Create and use a marker at `end',
3862 rather than using point-marker.
3863
3864 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * simple.el (next-error-highlight): Doc fix.
3867 (compose-mail): Revert 2007-03-19 change.
3868
3869 2007-03-28 Richard Stallman <rms@gnu.org>
3870
3871 * emacs-lisp/edebug.el (edebug-display): Don't go to
3872 edebug-outside-buffer if it is dead.
3873
3874 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3875
3876 * view.el (view-mode): Fix typos in docstring.
3877
3878 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3879
3880 * recentf.el (recentf-save-file): Add a custom :set function.
3881
3882 2007-03-28 Glenn Morris <rgm@gnu.org>
3883
3884 * complete.el (PC-do-completion-end): New variable.
3885 (partial-completion-mode) <choose-completion-string-functions>:
3886 Use PC-do-completion-end in the non-minibuffer case to replace the
3887 correct amount of text.
3888 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3889 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3890 to deal with improvements inserted after point.
3891
3892 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * button.el (make-text-button): Add explicit `button' property.
3895 (default-button): Don't put a `button' property on it.
3896
3897 * progmodes/python.el (python-mode): Skip comments when parsing.
3898
3899 * vc-arch.el (vc-with-current-file-buffer): New macro.
3900 (vc-arch-file-source-p): Use it to avoid infloop.
3901
3902 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3903
3904 * emacs-lisp/lisp.el (lisp-complete-symbol):
3905 Fix call to get-buffer-window to find windows in other frames.
3906
3907 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3910 Fix calls to get-buffer-window to find windows in other frames.
3911 Reported by David Hansen <david.hansen@gmx.net>.
3912
3913 2007-03-27 Kevin Ryde <user42@zip.com.au>
3914
3915 * info.el (Info-display-images-node): On a text-only terminal,
3916 show the "text" or "alt" parts of the image blobs.
3917
3918 2007-03-27 Glenn Morris <rgm@gnu.org>
3919
3920 * complete.el (PC-do-completion): Compute completion-base-size in
3921 the non-filename case, rather than setting to nil.
3922 (PC-lisp-complete-end): New variable.
3923 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3924 original end in a series of consecutive invocations.
3925
3926 * calendar/calendar.el (calendar-mode-hook): Declare it.
3927
3928 * calendar/diary-lib.el (diary-live-p): Do not check for
3929 diary-selective-display.
3930
3931 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * replace.el (occur-next-error): *Occur* might not be displayed in the
3934 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3935
3936 2007-03-26 Richard Stallman <rms@gnu.org>
3937
3938 * textmodes/flyspell.el (flyspell-large-region):
3939 Use ispell-call-process-region.
3940
3941 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3942
3943 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3944 Use prin1 instead of princ.
3945
3946 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3949 Merge in X resources before global face.
3950
3951 * progmodes/compile.el (compilation-start): Save compilation-directory
3952 rather than default-directory as local var.
3953 (compilation-directory): Mark as safe local var.
3954
3955 * files.el: Don't mark default-directory as a safe local var.
3956
3957 2007-03-25 Alan Mackenzie <acm@muc.de>
3958
3959 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3960 * progmodes/cc-engine.el: Fix typo.
3961
3962 2007-03-25 Juri Linkov <juri@jurta.org>
3963
3964 * compare-w.el (compare-windows): Rename customization group
3965 `compare-w' to `compare-windows'.
3966 (compare-windows-whitespace, compare-ignore-whitespace)
3967 (compare-ignore-case, compare-windows-sync)
3968 (compare-windows-sync-string-size, compare-windows-recenter)
3969 (compare-windows-highlight, compare-windows): Change group name in
3970 the `group' tag from `compare-w' to `compare-windows'.
3971 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3972
3973 2007-03-24 Markus Triska <markus.triska@gmx.at>
3974
3975 * expand.el: Change example to always enable abbrev-mode,
3976 and remove redundant `function'.
3977 (expand-abbrev-hook): Add autoload cookie.
3978
3979 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3980
3981 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3982 (testcover-mark-all, testcover-unmark-all): Add prompts to
3983 interactive specs.
3984
3985 2007-03-24 Jason Rumney <jasonr@gnu.org>
3986
3987 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3988 Use file size in bytes for auto-revert-tail-pos not characters.
3989
3990 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3991
3992 * vc-rcs.el (vc-rcs-annotate-command):
3993 Set text property :vc-annotate-prefix on the annotation text.
3994 (vc-rcs-annotate-time): Instead of searching for ": ",
3995 search for end of text propertized with :vc-annotate-prefix.
3996
3997 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3998
3999 * whitespace.el (top level): Remove calls putting
4000 permanent-local nil property since these are no-ops.
4001
4002 * man.el (Man-support-local-filenames): Assure that
4003 default-directory exists when doing call-process.
4004
4005 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4006
4007 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4008 Fix omission bug: Use m4-program-options to construct shell command.
4009
4010 2007-03-23 David Kastrup <dak@gnu.org>
4011
4012 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4013 Use `mapcar' rather than `mapcan' to silence compiler warning.
4014
4015 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4016
4017 * textmodes/reftex.el, textmodes/reftex-vars.el,
4018 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4019 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4020 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4021 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4022 * textmodes/reftex-auc.el: Add maintainer address.
4023
4024 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4027 Make sure that `global-font-lock-mode' does not turn on font-lock
4028 in these buffers.
4029
4030 2007-03-21 Kim F. Storm <storm@cua.dk>
4031
4032 * xt-mouse.el (xt-mouse-epoch): New variable.
4033 (xterm-mouse-event): Use float-time.
4034
4035 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4036
4037 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4038 current-time.
4039
4040 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * complete.el (read-file-name-internal): Don't add the final > if the
4043 completion is not finished (re-application of this patch, which was
4044 accidentally undone by Eli).
4045
4046 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4049 clicks in describe-key and describe-key-briefly advice a little better.
4050
4051 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * server.el (server-process-filter): Cancel any pending isearch.
4054
4055 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4056
4057 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4058 (icalendar--get-unfolded-buffer): Define actual arguments rather
4059 than just using &rest. Check replace-in-string is fbound.
4060 (icalendar-import-buffer): Doc fix.
4061 (icalendar--convert-ical-to-diary): Set diary-file.
4062 Check diary-file before inserting final newline.
4063 (icalendar--add-diary-entry): Return diary-file.
4064
4065 2007-03-21 Glenn Morris <rgm@gnu.org>
4066
4067 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4068 (diary-display-hook): Add custom :set function.
4069
4070 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4071 Add custom :set function.
4072 (diary-header-line-format): Doc fix.
4073 (diary-set-maybe-redraw): New function.
4074 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4075 (diary-list-entries): Always run diary-mode.
4076
4077 2007-03-20 Kenichi Handa <handa@m17n.org>
4078
4079 * international/quail.el (quail-setup-completion-buf): Make the
4080 completion buffer read-only.
4081 (quail-completion): Adjusted for the above change. Leave the
4082 modified flag nil.
4083
4084 2007-03-20 David Kastrup <dak@gnu.org>
4085
4086 * files.el (magic-mode-alist): Require literal "%!PS" string for
4087 magic postscript file detection.
4088
4089 2007-03-20 Richard Stallman <rms@gnu.org>
4090
4091 * textmodes/ispell.el (ispell-call-process): New function.
4092 Defends against bad `default-directory.'
4093 (ispell-check-version, ispell-find-aspell-dictionaries)
4094 (ispell-get-aspell-config-value, lookup-words): Call it.
4095 (ispell-call-process-region): New function.
4096 (ispell-send-string): Call it.
4097
4098 2007-03-20 Andreas Schwab <schwab@suse.de>
4099
4100 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4101 (finder-data): Likewise.
4102 (autoloads): Likewise.
4103
4104 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4105
4106 * files.el (basic-save-buffer): Do not set visited filename when
4107 the corresponding directory does not exist or the specified
4108 filename is that of an existing directory.
4109
4110 2007-03-20 Glenn Morris <rgm@gnu.org>
4111
4112 * calendar/diary-lib.el (diary-live-p): New function.
4113 (number-of-diary-entries): Add a :set function to redisplay diary
4114 when necessary.
4115
4116 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4119 from client program, mev, to compute mouse event.
4120
4121 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * faces.el (momentary): Face removed; unused due to reversion of
4124 2007-01-04 changes by Kevin Rodgers.
4125
4126 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4127 Suggested by Johan Bockg\e,Ae\e(Brd.
4128
4129 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4130
4131 * font-lock.el (lisp-font-lock-keywords-1):
4132 Highlight define-globalized-minor-mode as a keyword.
4133
4134 2007-03-19 Kim F. Storm <storm@cua.dk>
4135
4136 * calc/calc-forms.el (math-std-daylight-savings)
4137 (math-std-daylight-savings-old): Doc fix.
4138
4139 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * progmodes/python.el (python-default-template): Doc fix.
4142 (python-buffer): Fix typo in docstring.
4143
4144 * isearchb.el (isearchb-follow-char):
4145 * subr.el (def-edebug-spec): Fix typo in docstring.
4146
4147 2007-03-19 Richard Stallman <rms@gnu.org>
4148
4149 * files.el (default-directory): Mark safe.
4150 (basic-save-buffer-2): Put proper dir name in error message.
4151
4152 * simple.el (compose-mail): Run switch-function after
4153 setting up the mail buffer.
4154
4155 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4156
4157 2007-03-18 Jay Belanger <belanger@truman.edu>
4158
4159 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4160 (math-std-daylight-savings-new): Rename from
4161 `math-std-daylight-savings'.
4162 (math-std-daylight-savings-old): Rename from old value of
4163 `math-std-daylight-savings'.
4164 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4165 `math-std-daylight-savings-old' depending on the year.
4166
4167 2007-03-18 Detlev Zundel <dzu@gnu.org>
4168
4169 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4170 zero-width regexps as invalid but rather at least count them correctly.
4171
4172 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4173
4174 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4175 don't wait more if there is output available to process.
4176
4177 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * progmodes/compile.el (compilation-find-file): Revert change
4180 from 2006-07-18 to allow completion of directory names.
4181 Reported by John Carter <john.carter@tait.co.nz>.
4182
4183 2007-03-18 Kim F. Storm <storm@cua.dk>
4184
4185 * subr.el (when, unless): Doc fix.
4186
4187 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4188
4189 * net/tls.el (tls-program): Doc fix.
4190
4191 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4192
4193 * autorevert.el (auto-revert-tail-handler):
4194 Call after-revert-hook.
4195
4196 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4197
4198 * simple.el (switch-to-completions): No error if search for \n\n fails.
4199
4200 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * simple.el (line-move-1):
4203 Respect `inhibit-line-move-field-capture' property.
4204
4205 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * comint.el (comint-arguments): Mark backslash-escaped chars.
4208 (comint-delim-arg): Don't treat them as delimiters.
4209
4210 2007-03-12 Kim F. Storm <storm@cua.dk>
4211 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4212
4213 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4214
4215 * tempo.el (tempo-insert): Deal with 'r> if it appears
4216 specified with a prompt argument.
4217
4218 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4219
4220 * textmodes/org.el (org-set-font-lock-defaults):
4221 Handle narrow table columns correctly.
4222
4223 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4224
4225 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4226 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4227 Return to use of the -no-properties variants. There was
4228 consensus on emacs-devel that the speed of these variants was
4229 prefered since we are usually parsing files (from the internet
4230 or on disk) instead of XML created in Emacs.
4231
4232 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4233 Add customize option.
4234
4235 2007-03-12 Glenn Morris <rgm@gnu.org>
4236
4237 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4238 North American rule. Replace "daylight savings" with "daylight
4239 saving" in doc.
4240
4241 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4242 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4243 "daylight saving" in text.
4244
4245 * woman.el (woman-change-fonts): Tweak previous change by using
4246 woman-request-regexp rather than "^\\.".
4247
4248 * startup.el (command-line-1): Make insertion of
4249 initial-scratch-message not depend on scratch being selected.
4250
4251 2007-03-11 Juri Linkov <juri@jurta.org>
4252
4253 * replace.el (match): Use yellow background on light-bg terminals.
4254
4255 2007-03-11 Richard Stallman <rms@gnu.org>
4256
4257 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4258 Correctly compute line number.
4259
4260 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4261
4262 * type-break.el (type-break-get-previous-count):
4263 Repeat previous change here.
4264
4265 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4266
4267 * progmodes/grep.el (grep-find-ignored-directories):
4268 Add .git and .bzr to list.
4269
4270 2007-03-11 Andreas Schwab <schwab@suse.de>
4271
4272 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4273
4274 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4277
4278 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4279
4280 * faces.el (face-set-after-frame-default): Recalculate face
4281 customizations after applying X resources.
4282
4283 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4284
4285 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4286 (rcirc-keepalive-seconds): Remove variable.
4287 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4288 (rcirc-process, rcirc-user-disconnect): New variables.
4289 (rcirc-connect): Initalize new variables.
4290 (rcirc-keepalive): Don't send keepalive pings before connection
4291 is completed.
4292 (rcirc-sentinel): Do mark all channels with activity when
4293 connection is dropped. Run hook with process buffer local.
4294 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4295 (rcirc-buffer-process): Return value of rcirc-process if
4296 rcirc-server-buffer is nil.
4297 (rcirc-server-name): Return the reported server name.
4298 (rcirc-update-prompt): Simplify computation of the server name.
4299 (rcirc-format-response-string): Likewise.
4300 (rcirc-handler-001): Mark server as connected, record the reported
4301 server name, and schedule a timeout.
4302 (rcirc-track-nick): Add a spec for the tty class.
4303 (rcirc-user-non-nick): Remove function.
4304 (rcirc-nick-prefix-chars): Add variable.
4305 (rcirc-user-nick): Use above variable.
4306
4307 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4308
4309 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4310 Bind deactivate-mark to nil.
4311
4312 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4313
4314 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4315 that buffer contents get erased during completion.
4316
4317 2007-03-10 Glenn Morris <rgm@gnu.org>
4318
4319 * woman.el (woman-change-fonts): Add a hack to deal with
4320 font-escape followed by "." at start of a line.
4321 (woman2-IP): Add a hack to deal with consecutive requests.
4322 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4323
4324 2007-03-10 Alan Mackenzie <acm@muc.de>
4325
4326 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4327
4328 2007-03-09 Richard Stallman <rms@gnu.org>
4329
4330 * abbrev.el (abbrev): Add `provide'.
4331
4332 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4333
4334 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4335
4336 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4337
4338 * complete.el (PC-try-completion): New function.
4339 (PC-do-completion, read-file-name-internal): Use it instead of
4340 try-completion.
4341
4342 2007-03-08 Alan Mackenzie <acm@muc.de>
4343
4344 Remove stale tokens from `c-found-types' cache.
4345
4346 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4347 (c-unfind-coalesced-tokens, c-before-change): New functions.
4348 (c-maybe-stale-found-type): New variable.
4349
4350 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4351 (c-trim-found-types): New functions.
4352
4353 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4356 (debug-ignored-errors): Add entry from smerge-match-conflict.
4357
4358 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4359
4360 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4361 special help topics for keywords.
4362 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4363 etc. Assistant command.
4364
4365 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * replace.el (occur-engine): Move buffer-undo-list binding...
4368 (occur-1): ...to here.
4369
4370 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4371
4372 * simple.el (minibuffer-completing-symbol): New var.
4373 (eval-expression): Use it.
4374 (completion-setup-function): Don't bind completion-base-size when
4375 completing a symbol in the minibuffer.
4376
4377 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4380 tries to start a second session in graphical mode.
4381
4382 2007-03-07 Miles Bader <miles@gnu.org>
4383
4384 * international/isearch-x.el
4385 (isearch-process-search-multibyte-characters):
4386 Strip text-properties from PROMPT to avoid an error from read-string.
4387
4388 2007-03-07 Kim F. Storm <storm@cua.dk>
4389
4390 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4391 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4392
4393 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4394
4395 * complete.el (PC-do-completion): Delete duplicates in the list of
4396 possible completions.
4397
4398 2007-03-07 Glenn Morris <rgm@gnu.org>
4399
4400 * ses.el (ses-mode): Doc fix.
4401
4402 2007-03-06 Kim F. Storm <storm@cua.dk>
4403
4404 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4405
4406 2007-03-06 Kenichi Handa <handa@m17n.org>
4407
4408 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4409
4410 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * simple.el (completion-setup-function): Improve last fix so it doesn't
4413 set it to a relative directory name either.
4414
4415 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4416
4417 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4418
4419 2007-03-05 Richard Stallman <rms@gnu.org>
4420
4421 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4422
4423 * files.el (find-file-noselect): No error if file no longer exists.
4424 Display a message and avoid other questions.
4425
4426 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4429 as not to use an invisible window and to create a window if none exist.
4430
4431 * progmodes/python.el (python-send-command): Restart proc if necessary.
4432 (python-proc): Simplify.
4433
4434 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4435
4436 * pcomplete.el (pcomplete-show-completions): Search all frames for
4437 completions buffer.
4438
4439 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4440
4441 * cus-edit.el (customize-save-variable): Clear customized-value
4442 property (saved values are now put in theme-value property).
4443 (customize-set-variable): Doc fix.
4444
4445 * complete.el (PC-do-completion): If completion-ignore-case is
4446 non-nil, replace field with completion string before exiting.
4447
4448 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4449
4450 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4451 Append its extension to the resulting temporary file name.
4452 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4453
4454 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4455 (tramp-smb-handle-write-region): Apply it.
4456
4457 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4458
4459 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4460 Redo previous change.
4461
4462 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4463
4464 * diff-mode.el (diff-mode): Doc fix.
4465
4466 2007-03-05 Kenichi Handa <handa@m17n.org>
4467
4468 * international/characters.el: Set category `l' (latin)
4469 for more characters.
4470
4471 2007-03-04 Kim F. Storm <storm@cua.dk>
4472
4473 * emacs-lisp/authors.el (authors-aliases): Add alias.
4474
4475 2007-03-04 Glenn Morris <rgm@gnu.org>
4476
4477 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4478 all when switching major mode.
4479 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4480 (hs-block-start-mdata-select, hs-block-end-regexp)
4481 (hs-forward-sexp-func, hs-adjust-block-beginning):
4482 Do not make these variables permanent-local.
4483
4484 2007-03-04 Richard Stallman <rms@gnu.org>
4485
4486 * progmodes/cperl-mode.el (cperl-mode):
4487 Modify cperl-compilation-error-regexp-alist by appending.
4488
4489 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4490 (edebug-mode): Add the hook.
4491 (edebug-recursive-edit): Remove the hook on exiting.
4492
4493 * type-break.el (type-break-get-previous-time):
4494 Handle end-of-file errors specially
4495 so they don't get reported wrong in .emacs.
4496
4497 * startup.el (fancy-splash-text): Clarify text.
4498
4499 * simple.el (beginning-of-buffer, end-of-buffer):
4500 Avoid treating plain C-u like numeric arg.
4501
4502 * simple.el (completion-setup-function): Don't set
4503 default-directory to nil.
4504
4505 * shell.el (shell-dirstack-query): Doc fix.
4506
4507 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4508 Don't select the window -- pass it to primitives instead.
4509
4510 * faces.el (minibuffer-prompt): Use medium blue by default.
4511
4512 2007-03-04 David Kastrup <dak@gnu.org>
4513
4514 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4515 Preserve 16 as default value for "seconds" when customizing.
4516
4517 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4518
4519 * textmodes/org.el (org-self-insert-command)
4520 (orgtbl-self-insert-command, org-delete-char)
4521 (org-delete-backward-char): Set the `flyspell-delayed' property.
4522
4523 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * international/mule.el (find-auto-coding): Don't search for
4526 line-ending characters past the end of the tail.
4527
4528 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4529
4530 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4531 Jump to the line where new score has been uploaded.
4532
4533 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4534 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4535 Do nothing when the game is paused.
4536
4537 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4538
4539 * textmodes/org.el (org-set-tags): Prevent slipping of point
4540 during completion.
4541
4542 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4543
4544 * isearch.el (isearch-message-prefix):
4545 Use minibuffer-prompt-properties.
4546
4547 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4548
4549 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4550 (ps-setup): Print which Emacsen is running ps-print package.
4551
4552 2007-03-01 Stuart Herring <herring@lanl.gov>
4553
4554 * files.el (set-auto-mode-0): Use `indirect-function'.
4555 (hack-one-local-variable): Don't reapply current major mode.
4556
4557 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * progmodes/python.el (python-quote-syntax): Don't bother with
4560 syntax-ppss-context.
4561 (python-fill-paragraph): Make sure that fenced-string delimiters that
4562 stand on their own line stay there.
4563
4564 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4565
4566 * replace.el (perform-replace): Propertize message.
4567
4568 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4569
4570 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4571 invisible heading.
4572
4573 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * net/tramp.el (tramp-file-name-handler): Revert last change.
4576
4577 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4578
4579 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4580 Correct doc strings.
4581
4582 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * replace.el (perform-replace): Undo forward-char immediately if
4585 non-adjacent search fails.
4586
4587 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * version.el (emacs-major-version, emacs-minor-version):
4590 string-to-int -> string-to-number.
4591
4592 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * help.el (where-is): Fail gracefully when not passed a command.
4595
4596 2007-02-28 Stuart Herring <herring@lanl.gov>
4597
4598 * find-lisp.el (find-lisp-default-directory-predicate):
4599 Fix bug: Do symlink check on expanded filename.
4600
4601 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4602
4603 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4604 changes during replacement.
4605 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4606
4607 2007-02-28 Lars Hansen <larsh@soem.dk>
4608
4609 * desktop.el: Delete header line listing me as maintainer.
4610
4611 2007-02-28 Glenn Morris <rgm@gnu.org>
4612
4613 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4614 the menus case.
4615
4616 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4619 hooks to avoid confusion when combining after-change calls.
4620
4621 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4622
4623 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4624 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4625 (allout-distinctive-bullets-string): Add info about bullet conventions.
4626 (allout-mode): Add info about distinctive vs plain bullets.
4627
4628 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4629
4630 * textmodes/org.el (org-archive-subtree): Quote variable name.
4631 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4632
4633 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4636 (gud-bashdb-command-name, bashdb): Remove.
4637 (gud, gud-menu-map): Remove references to bash/bashdb.
4638
4639 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4640
4641 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4642 keyword for Python 2.5.
4643
4644 2007-02-26 Romain Francoise <romain@orebokech.com>
4645
4646 * net/net-utils.el (whois-server-tld): Update server for .org.
4647 (whois-server-list): Add whois.publicinterestregistry.net.
4648 (whois-guess-server): Fix formatting in docstring.
4649
4650 2007-02-26 Kim F. Storm <storm@cua.dk>
4651
4652 * mouse.el (mouse-show-mark): Run hooks and perform command
4653 remapping for mouse-region-delete-keys.
4654
4655 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4656
4657 * font-core.el (font-lock-mode): Doc fix.
4658
4659 2007-02-25 Kim F. Storm <storm@cua.dk>
4660
4661 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4662 Add selected buffer to buffer-name-history.
4663 (ido-file-internal): Set this-command to fallback command.
4664 Add file names to file-name-history.
4665
4666 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4667 Apply minibuffer-prompt-properties.
4668
4669 2007-02-25 Andreas Schwab <schwab@suse.de>
4670
4671 * files.el (hack-one-local-variable-eval-safep): Correct handling
4672 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4673
4674 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4675
4676 * textmodes/org.el (org-table-overlay-coordinates)
4677 (org-table-toggle-coordinate-overlays): New functions.
4678 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4679 New variables.
4680 (org-startup-with-deadline-check): Remove option.
4681 (org-mode): Remove deadline check on startup.
4682 (org-table-limit-column-width): Remove option.
4683 (org-table-formula-numbers-only): Remove option.
4684 (org-link-style, org-link-format): Remove options.
4685 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4686 (org-export-ascii-show-new-buffer)
4687 (org-export-html-show-new-buffer): Remove options.
4688 (org-activate-links): Remove camel option.
4689 (org-file-link-context-use-camel-case): Remove option.
4690 (org-camel-regexp): Remove variable.
4691 (org-activate-camels): Remove function.
4692 (org-store-link): Remove Camel stuff.
4693 (org-make-org-heading-camel): Remove function.
4694 (org-open-at-point): Remove camel stuff.
4695 (org-link-search): Remove camel stuff.
4696 (org-camel-to-words): Function removed.
4697 (org-get-agenda-file-buffer): Make sure we prepare the base
4698 buffers, not any indirect buffers.
4699 (org-sort-entries): Sort top-level when not on a headline, and no
4700 active region.
4701 (org-in-regexp): New function.
4702 (org-search-not-self): Rename from `org-search-not-link'.
4703 (org-open-link-marker): New variable.
4704 (org-open-at-point): Set `org-open-link-marker'.
4705 (org-print-icalendar-entries): Fixe bug with excluding DONE
4706 entries from the exported list.
4707 (org-edit-formula-lisp-indent): New command.
4708 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4709 (orgtbl-to-latex, orgtbl-insert-radio-table)
4710 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4711 (orgtbl-radio-table-templates): New option.
4712 (org-store-link-props):
4713 (org-remember-templates): More possibilities to insert info
4714 into templates.
4715 (org-remember-apply-template): Make use of the extended
4716 template capabilities.
4717 (org-remember-redo-template): New command.
4718 (org-upgrade-old-links)
4719 (org-table-modify-formulas, org-table-replace-in-formulas)
4720 (org-table-find-dataline)
4721 (org-table-get-vertical-vector): Remove functions.
4722 (org-table-remove-rectangle-highlight)
4723 (org-time-stamp-format, org-toggle-log-option)
4724 (org-table-highlight-rectangle)
4725 (org-table-iterate, org-table-make-reference):
4726 (org-translate-time, org-tree-to-indirect-buffer)
4727 (org-table-field-info, org-table-fix-formulas)
4728 (org-table-force-dataline, org-table-get-descriptor-line)
4729 (org-table-get-range)
4730 (org-skip-comments, org-sort)
4731 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4732 (org-table-current-dline, org-table-current-field-formula)
4733 (org-table-edit-backward-field)
4734 (org-table-edit-formulas-post-command)
4735 (org-table-edit-line-down, org-table-edit-line-up)
4736 (org-agenda-archive)
4737 (org-agenda-clock-cancel)
4738 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4739 (org-agenda-open-link, org-agenda-show-new-time)
4740 (org-agenda-skip-subtree-when-regexp-matches)
4741 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4742 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4743 (org-do-sort, org-file-image-p, org-find-overlays)
4744 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4745 (org-highlight-until-next-command, org-isearch-end)
4746 (org-match-any-p, org-next-link, org-previous-link):
4747 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4748 (org-rewrite-old-row-references)
4749 (org-isearch-post-command)
4750 (org-table-edit-move, org-table-edit-next-field)
4751 (org-table-edit-scroll, org-table-edit-scroll-down)
4752 (org-set-frame-title, org-show-reference)
4753 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4754 (org-show-variable): Remove command.
4755 (org-add-log-maybe): New arguments STATE, FINDPOS
4756 (org-table-sort-lines): Rewrite from scratch.
4757 (org-link-search): New argument AVOID-POS.
4758 (org-print-icalendar-entries): Remove argument CATEGORY.
4759 (org-run-agenda-series): Remove argument WONDOW.
4760 (org-next-link, org-previous-link): New commands.
4761 (org-agenda-date-format): New option.
4762 (org-table-iterate): New command.
4763 (org-table-modify-formulas)
4764 (org-table-replace-in-formulas): Remove functions.
4765 (org-table-fix-formulas): New function.
4766 (org-table-insert-column, org-table-delete-column)
4767 (org-table-move-column): Use `org-table-fix-formulas'.
4768 (org-follow-gnus-link): Patch from Bastien/Leo.
4769 (org-table-current-field-formula): New function.
4770 (org-file-image-p): New function.
4771 (org-agenda-show-new-time): New function.
4772 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4773 (org-with-remote-undo): New macro.
4774 (org-agenda-undo): New command.
4775 (org-verify-change-for-undo): New function.
4776 (org-time-stamp-format): New function.
4777 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4778 by user.
4779 (org-match-any-p): New function.
4780 (org-make-tags-matcher): Handle regular expressions for tag and
4781 todo matches.
4782 (org-read-date): Accept "+N" as input for a date relative to the
4783 current date.
4784 (org-remove-subtree-entries-from-agenda): New function.
4785 (org-agenda-archive, org-agenda-kill):
4786 Use `org-remove-subtree-entries-from-agenda'.
4787 (org-do-sort, org-sort-entries): New functions.
4788 (org-sort): New command.
4789 (org-table-sort-lines): Use `org-do-sort'.
4790 (org-fix-decoded-time): New function.
4791 (org-table-number-regexp): Require 0x... to identify as number
4792 in tables.
4793 (org-startup-options): New keywords for note taking.
4794 (org-upgrade-old-links): Remove function.
4795 (org-get-repeat): New function.
4796 (org-show-context): Also show siblings on current level.
4797 (org-show-siblings): New function.
4798 (org-isearch-end, org-isearch-post-command): New functions.
4799 (org-show-siblings): New option.
4800 (org-show-context): Use `org-show-siblings'.
4801 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4802 to be bound, because user may just use elisp.
4803
4804 2007-02-24 Kim F. Storm <storm@cua.dk>
4805
4806 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4807 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4808
4809 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4810
4811 * startup.el (command-line): Also check if the abbrev file is readable.
4812
4813 2007-02-24 John Paul Wallington <jpw@pobox.com>
4814
4815 * net/tls.el (tls-certtool-program): Fix custom type.
4816
4817 * mail/feedmail.el (feedmail-message-id-generator)
4818 (feedmail-date-generator): Fix custom types.
4819
4820 * mail/rmail.el (rmail-message-filter): Fix custom type.
4821
4822 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4823
4824 * startup.el (command-line): If simple.el cannot be found, proceed
4825 with a warning message.
4826
4827 2007-02-24 Kenichi Handa <handa@m17n.org>
4828
4829 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4830 case that BEG is a string.
4831
4832 2007-02-24 Chris Moore <dooglus@gmail.com>
4833
4834 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4835 * pgg-pgp.el (pgg-pgp-encrypt-region):
4836 * pgg-gpg.el (pgg-gpg-encrypt-region):
4837 Check pgg-encrypt-for-me if no other recipients.
4838
4839 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4840
4841 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4842
4843 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4844 shell-quote-argument.
4845
4846 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4847
4848 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4849 from the comint buffer instead of the temporary one.
4850
4851 2007-02-23 David Reitter <david.reitter@gmail.com>
4852
4853 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4854 storing it in recentf-exclude.
4855
4856 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4859 in splash screen.
4860
4861 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4862
4863 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4864 commands, for restart.
4865 (idlwave-shell-current-module): Fix handling of module name by type.
4866 (idlwave-shell-break-in): Update type handling.
4867 (idlwave-shell-bp-get): Encode type in BP structure.
4868 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4869 (idlwave-shell-module-source-query): Query routine info based on type.
4870 Fix path parsing for non-compiled files.
4871 (idlwave-shell-module-source-filter): Don't signal error in filter
4872 if no source found.
4873 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4874 filter race.
4875
4876 2007-02-22 Kim F. Storm <storm@cua.dk>
4877
4878 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4879 (editable-field): Document need to put some text before the %v
4880 escape in :format string.
4881
4882 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4885 (vc-svn-use-edit): Remove unused config var.
4886 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4887
4888 * outline.el (hide-sublevels): Keep empty last line, if available.
4889
4890 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4891 rather than the corresponding unicode char, to make the code
4892 more readable.
4893
4894 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4897 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4898 (speedbar-item-info-tag-helper): Doc fixes.
4899
4900 2007-02-19 Kenichi Handa <handa@m17n.org>
4901
4902 * international/mule-cmds.el (locale-language-names):
4903 Map "eo" to "Esperanto".
4904
4905 * language/european.el ("Esperanto"): New language environment.
4906
4907 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4908
4909 * simple.el (kill-line): Doc fix.
4910
4911 2007-02-17 Kim F. Storm <storm@cua.dk>
4912
4913 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4914 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4915 (bindat--unpack-group, bindat--pack-group):
4916 Handle vectors with optional element type.
4917
4918 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4919
4920 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4921 if PASSPHRASE is given.
4922
4923 2007-02-17 Chris Moore <dooglus@gmail.com>
4924
4925 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4926 Recognize backups of bz2 compressed files.
4927
4928 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4929
4930 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4931 to nil to speed up lookup of the symbol in index nodes.
4932
4933 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4934
4935 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4936 Add indentation for the constants of Lisp.
4937
4938 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * ps-print.el: Use (defvar <foo>) where applicable.
4941 (ps-print-emacs-type): Remove.
4942 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4943 (ps-frame-parameter): Align its call-convention with frame-parameter.
4944 (ps-begin-job): Adjust calls to it appropriately.
4945 (ps-setup): Don't print ps-print-emacs-type.
4946 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4947 Define in such a way that it's obvious that it's defined.
4948 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4949 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4950 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4951
4952 2007-02-15 Alan Mackenzie <acm@muc.de>
4953
4954 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4955 an empty one-line C-style comment, post-position point properly.
4956
4957 2007-02-15 Chris Moore <dooglus@gmail.com>
4958
4959 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4960 (isearch-lazy-highlight-new-loop): Bind it.
4961 (isearch-lazy-highlight-search): Use it.
4962
4963 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4964
4965 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * font-lock.el (font-lock-extend-region-wholelines):
4968 Only return non-nil if the region has really been changed.
4969 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4970
4971 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4974 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4975 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4976
4977 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * faces.el (color-values): Revert changes to docstring from
4980 2007-01-31 and 2000-09-07.
4981
4982 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4983 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4984 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4985 (ispell-help): Fix typos in docstring and output message.
4986
4987 2007-02-14 Kim F. Storm <storm@cua.dk>
4988
4989 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4990 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4991 (grep): Fix lgrep reference.
4992
4993 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4994 (standard-display-underline): Use make-glyph-code.
4995
4996 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4997
4998 * international/latin1-disp.el (latin1-display-char):
4999 Use make-glyph-code.
5000
5001 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * ehelp.el (with-electric-help, electric-help-exit)
5004 (electric-help-retain): Doc fixes.
5005
5006 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5007 (byte-compile-file): Doc fixes.
5008
5009 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5010
5011 * term/mac-win.el: Change all uses of
5012 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5013 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5014 (mac-ae-get-url): Call select-frame-set-input-focus.
5015 (mac-dnd-handle-drag-n-drop-event): Don't call
5016 select-frame-set-input-focus.
5017
5018 2007-02-13 Kenichi Handa <handa@m17n.org>
5019
5020 * international/characters.el: Fix documentation of category `a'.
5021
5022 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5023
5024 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5025
5026 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5029 (tramp-get-remote-ln): Handle error case.
5030 Reported by Chris Moore <dooglus@gmail.com>.
5031
5032 2007-02-11 Kim F. Storm <storm@cua.dk>
5033
5034 * bindings.el (ctl-x-map): Remove register compatibility bindings
5035 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5036
5037 2007-02-11 Richard Stallman <rms@gnu.org>
5038
5039 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5040 in load history.
5041
5042 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5043 condition -- don't fail to stop at endpos.
5044
5045 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5046
5047 * textmodes/org.el (org-agenda-get-todos)
5048 (org-agenda-get-timestamps, org-agenda-get-closed)
5049 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5050 (org-agenda-get-blocks, org-format-agenda-item)
5051 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5052 from `category' to `org-category'.
5053
5054 2007-02-11 Kenichi Handa <handa@m17n.org>
5055
5056 * international/titdic-cnv.el (titdic-convert): Force files be written
5057 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5058 (miscdic-convert): Force files be written with Unix-like eol format.
5059
5060 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5063
5064 * calculator.el (calculator-prompt): Doc fix.
5065 (calculator-mode-map): Fix typo in menu entry.
5066
5067 2007-02-10 Jay Belanger <belanger@truman.edu>
5068
5069 * calculator.el (calculator): Do more extensive checking for when
5070 3 lines should be used for the calculator.
5071
5072 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5073
5074 * info-look.el (info-lookup-make-completions):
5075 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5076 index nodes.
5077
5078 * info.el (Info-fontify-maximum-menu-size): Document the effect
5079 of a nil value.
5080 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5081 non-nil before using it as size.
5082
5083 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * subr.el (insert-for-yank-1): Prevent read-only properties from
5086 interfering with text property operations.
5087
5088 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5089
5090 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5091 (image-type-auto-detected-p): Fail if another match is found in
5092 auto-mode-alist.
5093
5094 * files.el (magic-mode-alist): Call image-mode instead of
5095 image-mode-maybe for autodetected images.
5096
5097 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5100 Fix typos in docstrings.
5101 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5102
5103 2007-02-09 Kim F. Storm <storm@cua.dk>
5104
5105 * emacs-lisp/float-sup.el: Remove obsolete comment.
5106
5107 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5110
5111 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5112
5113 * simple.el: Revert previous change, at request of RMS:
5114 (fundamental-mode-hook): Remove.
5115 (fundamental-mode): Run after-change-major-mode-hooks manually,
5116 and don't run the now-nonexistent fundamental-mode-hook.
5117
5118 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5119
5120 * simple.el (fundamental-mode-hook): Declare new hook.
5121 (fundamental-mode): Run the new dedicated hook, and don't run
5122 after-change-major-mode-hooks manually anymore.
5123
5124 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5127 added columns of chars. Remove support for the "no-meta-info" format.
5128 Prompted by Romain Francoise <romain@orebokech.com>.
5129
5130 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5131
5132 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5133 (gdb-mouse-until, gdb-mouse-jump): Use it.
5134
5135 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5138 work when there is just an assembler buffer (no source buffer).
5139
5140 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5141
5142 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5143 just because the diff was produced using "-p" (--show-c-function).
5144
5145 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * faces.el (frame-set-background-mode): Use `color-values' and
5148 `display-color-p', not `x-color-values' and `x-display-color-p'.
5149 (face-valid-attribute-values): Use `defined-colors' instead of
5150 `x-defined-colors'.
5151
5152 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5153
5154 * ps-print.el: The ps-print commands without face printing should not
5155 print background color. Reported by Leo <sdl.web@gmail.com>.
5156 (ps-print-version): New version 6.7.3.
5157 (ps-begin-job): New arg. Fix ps-default-background and
5158 ps-default-foreground initialization.
5159 (ps-face-attributes): Fix doc string.
5160 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5161
5162 * printing.el: Fix ps-print link.
5163
5164 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * faces.el (face-set-after-frame-default): Compile attributes to
5167 be set by frame parameters before merging in X resources.
5168
5169 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * simple.el (blink-matching-paren-dont-ignore-comments):
5172 (blink-matching-paren-on-screen): Doc fixes.
5173
5174 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5177
5178 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5181 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5182 entries like `defun'. Return nil.
5183
5184 2007-02-05 Kim F. Storm <storm@cua.dk>
5185
5186 * ido.el: Doc fixes.
5187
5188 2007-02-04 David Kastrup <dak@gnu.org>
5189
5190 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5191 `mpuz-allow-double-multiplicator' is non-zero, and correct
5192 calculation of `min'.
5193
5194 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5195
5196 * wid-edit.el (widget-default-create): Insert new text at the
5197 :from marker _after_ the marker, not before it.
5198
5199 2007-02-04 Alan Mackenzie <acm@muc.de>
5200
5201 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5202 containing it is re-indented.
5203
5204 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * net/newsticker.el (newsticker--insert-image): Update docstring,
5207 and insert the image directly.
5208 (newsticker--buffer-redraw): Update docstring.
5209
5210 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5211 Rename from define-global-minor-mode.
5212
5213 * progmodes/cwarn.el (global-cwarn-mode):
5214 * emacs-lisp/autoload.el (make-autoload):
5215 * hi-lock.el (global-hi-lock-mode):
5216 * font-core.el (global-font-lock-mode): All callers changed.
5217
5218 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5219
5220 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5221 Don't copy @ignore lines into menu descriptions.
5222 (texinfo-multi-file-update): Goto the @node line before attempting
5223 to pluck the node name.
5224 (texinfo-multiple-files-update): Reverse the optional arguments'
5225 order, as per the doc string and the `interactive' form.
5226
5227 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * image-mode.el: Use autoload to avoid overriding disabled setting
5230 applied in .emacs.
5231
5232 2007-02-03 Alan Mackenzie <acm@muc.de>
5233
5234 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5235 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5236 adjacent paren groups).
5237
5238 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5239
5240 * progmodes/ebnf2ps.el: Doc fixes.
5241 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5242
5243 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5244
5245 * dired-x.el (dired-do-relsymlink): Add reference to
5246 dired-do-symlink. Add an autoload cookie.
5247
5248 * dired-aux.el (dired-do-symlink): Add reference to
5249 dired-do-relsymlink.
5250
5251 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5252
5253 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5254 <left-fringe mouse-3>: New bindings.
5255
5256 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5257
5258 * net/newsticker.el (newsticker-version): Changed to "1.10".
5259 (newsticker--set-customvar): Doc string.
5260 (newsticker-new-item-face): Doc string.
5261 (newsticker-mode): Initialize `invisibility-spec' with t.
5262 (newsticker-mode-map): Added
5263 `newsticker-mark-all-items-at-point-as-read'.
5264 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5265 (newsticker-w3m-show-inline-images): Do not call
5266 `w3m-remove-image'.
5267 (newsticker--buffer-after-w3m-insert-image): New advice for
5268 w3m-insert-image to cache images.
5269 (newsticker-next-item-same-feed): New.
5270 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5271 (newsticker-mark-all-items-of-feed-as-read): New.
5272 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5273 (newsticker-mark-item-at-point-as-read): Doc string.
5274 (newsticker-mark-item-at-point-as-read): Use new functions.
5275 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5276 `newsticker-mark-item-at-point-as-read'.
5277 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5278 (newsticker--sentinel): Yet another xml-parser workaround.
5279 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5280 days.
5281 (newsticker--buffer-do-insert-text): Fix.
5282 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
5283 (newsticker--buffer-make-item-completely-visible):
5284 `switch-to-buffer' not necessary.
5285
5286 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5287
5288 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5289 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5290 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5291 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5292 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5293
5294 2007-02-02 Kenichi Handa <handa@m17n.org>
5295
5296 * international/quail.el (quail-show-key): Fix an error message.
5297
5298 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * faces.el (set-face-underline-p, modify-face): Rename arg
5301 UNDERLINE-P to UNDERLINE (it is not a flag).
5302
5303 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5304
5305 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5306 when adding gdb-speedbar-update to gdb-input-queue.
5307
5308 2007-02-01 Kenichi Handa <handa@m17n.org>
5309
5310 * international/quail.el (quail-show-key): Signal an error if the
5311 current input method is not using Quail.
5312
5313 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5314
5315 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5316 Trim leading whitespace in sysvar names.
5317
5318 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5321
5322 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5323
5324 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5325
5326 2007-01-31 Romain Francoise <romain@orebokech.com>
5327
5328 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5329 previous change to this file.
5330
5331 2007-01-31 Jason Rumney <jasonr@gnu.org>
5332
5333 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5334 image-mode.
5335
5336 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5337 interfering with attempt to set major mode from modified
5338 auto-mode-alist.
5339
5340 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5341
5342 * faces.el (color-values): Doc fix.
5343 (face-differs-from-default-p): Don't check :foreground twice.
5344
5345 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5346
5347 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5348
5349 2007-01-31 Kenichi Handa <handa@m17n.org>
5350
5351 * international/quail.el (quail-store-decode-map-key): Store a
5352 translated character too.
5353 (quail-char-equal-p): New function.
5354 (quail-find-key1): Check character equality by quail-char-equal-p.
5355 (quail-decode-map-generated): New variable.
5356 (quail-find-key): Check quail-decode-map-generated and re-generate
5357 a decode map if necessary.
5358
5359 2007-01-30 Richard Stallman <rms@gnu.org>
5360
5361 * tutorial.el (tutorial--detailed-help): Make the list of
5362 changed keys look nicer.
5363
5364 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5367 (gdb-var-delete): Use it.
5368 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5369 `in_scope'.
5370
5371 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5372
5373 * files.el (get-free-disk-space): Return nil for remote directories.
5374
5375 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5376 instead of "dir".
5377
5378 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * type-break.el (type-break-catch-up-event): New function.
5381 (type-break-demo-hanoi, type-break-demo-life)
5382 (type-break-demo-boring): Use it.
5383
5384 * image-mode.el (image-mode): Don't automatically view as image.
5385 (image-toggle-display): Add `disabled' property.
5386
5387 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * isearchb.el (isearchb-iswitchb):
5390 * ps-print.el (ps-build-face-reference):
5391 * emacs-lisp/shadow.el (list-load-path-shadows):
5392 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5393 * international/mule.el (find-auto-coding):
5394 * mail/supercite.el (sc-attrib-selection-list):
5395 * progmodes/cc-defs.el (c-emacs-features):
5396 * progmodes/cc-vars.el (c-offsets-alist):
5397 * progmodes/flymake.el
5398 (flymake-init-create-temp-source-and-master-buffer-copy):
5399 Fix typos in docstrings (some suggested by Chris Moore).
5400
5401 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5402 (vhdl-get-library-unit, vhdl-corresponding-begin)
5403 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5404 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5405 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5406 (vhdl-font-lock-match-item): Fix typos in docstrings.
5407 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5408 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5409 (vhdl-speedbar-insert-project-hierarchy):
5410 Improve argument/docstring consistency.
5411
5412 2007-01-29 Kenichi Handa <handa@m17n.org>
5413
5414 * international/titdic-cnv.el (py-converter): Fix previous change.
5415
5416 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * jka-compr.el (jka-compr-partial-uncompress)
5419 (jka-compr-call-process): Rebind default-directory if it is
5420 invalid. Suggested by Chris Moore.
5421
5422 * comint.el (comint-insert-input): Handle situation where the
5423 selected buffer is not the clicked buffer.
5424
5425 2007-01-29 Kenichi Handa <handa@m17n.org>
5426
5427 * international/ja-dic-cnv.el (skkdic-convert):
5428 Add byte-compile-disable-print-circle:t at the head.
5429
5430 * international/titdic-cnv.el (tit-process-header):
5431 Add byte-compile-disable-print-circle:t at the head.
5432 (miscdic-convert): Likewise.
5433 (py-converter): Skip the header comments.
5434
5435 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5436 New variable.
5437 (byte-compile-output-file-form): Bing print-circle to nil if
5438 byte-compile-output-file-form is not nil.
5439 (byte-compile-output-docform): Likewise.
5440
5441 2007-01-28 Kim F. Storm <storm@cua.dk>
5442
5443 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5444 Declare earlier to avoid byte compiler warnings.
5445
5446 2007-01-28 Markus Triska <markus.triska@gmx.at>
5447
5448 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5449
5450 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5453 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5454 when calling update-game-score program. Remove unnecessary
5455 save-excursion.
5456
5457 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5458
5459 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5462 avoid compiler warning.
5463 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5464 might have values other than "true" or "false".
5465
5466 2007-01-28 Richard Stallman <rms@gnu.org>
5467
5468 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5469 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5470
5471 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5472
5473 * image.el (image-type-header-regexps): Make GIF regex more specific.
5474
5475 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5476 Don't check `backspace'.
5477 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5478 in Fundamental mode.
5479
5480 * startup.el (fancy-splash-text, normal-splash-screen):
5481 Mention C-g.
5482
5483 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5484 when inserting in buffer.
5485
5486 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5487 inside the if.
5488
5489 2007-01-27 Richard Stallman <rms@gnu.org>
5490
5491 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5492
5493 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5494
5495 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5496 enum/union/struct/class definition.
5497 Revert change to call `forward-sexp' multiple times.
5498
5499 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * files.el (hack-local-variables-confirm): Don't keep trying to
5502 read an event from an empty kbd macro.
5503
5504 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5505
5506 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5507
5508 2007-01-27 Ben North <ben@redfrontdoor.org>
5509
5510 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5511 the arg CHILDREN -> WHICH.
5512
5513 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5514
5515 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5516 default-directory to a sane value when calling start-process.
5517
5518 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5519
5520 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5521 (ls-lisp-format-time-list): Doc fix. Mention
5522 ls-lisp-use-localized-time-format.
5523 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5524 ls-lisp-use-localized-time-format is non-nil, even if a valid
5525 locale is defined.
5526
5527 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * jka-compr.el (jka-compr-shell): Doc fix.
5530
5531 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5532
5533 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5534
5535 * ps-print.ps: Fix background height.
5536 (ps-print-version): New version 6.7.2.
5537
5538 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5539
5540 * makefile.w32-in (finder-data, custom-deps): Depend on
5541 $(lisp)/loaddefs.el.
5542
5543 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5544
5545 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5546
5547 2007-01-24 Miles Bader <miles@gnu.org>
5548
5549 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5550 (byte-compile-output-docform): Bind `print-circle' to t.
5551
5552 2007-01-24 Kenichi Handa <handa@m17n.org>
5553
5554 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5555 file name of the original SKK dictionary file.
5556
5557 2007-01-24 Kim F. Storm <storm@cua.dk>
5558
5559 * ido.el (ido-initial-position): New variable.
5560 (ido-read-internal): Set it if default item is specified.
5561 (ido-minibuffer-setup): Position cursor accordingly if set.
5562 (ido-edit-input): C-e moves to end of input if not already there.
5563 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5564 Don't switch to buffer mode if repeating C-b at start of input.
5565 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5566 input; else it moves to start of input.
5567 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5568 not at end of input, delete rest of input, rather than normal op.
5569
5570 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5571
5572 * emulation/viper-keym.el (viper-insert-basic-map):
5573 Delete binding for S-TAB.
5574
5575 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5576 of message. Activate mark.
5577 (ediff-activate-mark): Set transient-mark-mode to t.
5578
5579 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5580
5581 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5582
5583 * help-fns.el (describe-variable): Don't suppress display of
5584 buffer local value when the value is "large".
5585
5586 2007-01-22 Kim F. Storm <storm@cua.dk>
5587
5588 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5589 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5590 (ido-tidy): Use ido-active.
5591
5592 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5593
5594 * hexl.el (hexl-mode-exit): Add missing quote.
5595
5596 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5597
5598 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5599 (mac-ae-keyboard-modifiers): New function.
5600 (mac-handle-toolbar-switch-mode): Use it.
5601 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5602 if keyboard modifiers on drop contain option key.
5603 (mac-dnd-drop-data): Add optional argument `action'.
5604 (special-event-map): Remove binding for M-drag-n-drop.
5605
5606 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5607
5608 * add-log.el (add-log-current-defun): Use CC Mode functions to
5609 find the beginning and end of a defun.
5610
5611 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5612
5613 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5614 (gdb-var-create-handler): Handle value field in GDB output of
5615 -var-create.
5616 (gdb-max-frames): New variable.
5617 (gdb-stack-buffer, gdb-frames-select): Use it.
5618 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5619 if necessary.
5620 (gdb-get-frame-number): Simplify.
5621
5622 2007-01-21 Glenn Morris <rgm@gnu.org>
5623
5624 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5625 Update copyrights.
5626
5627 2007-01-21 Alan Mackenzie <acm@muc.de>
5628
5629 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5630 handling of K&R stuff.
5631
5632 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5633
5634 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5635
5636 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5637
5638 * ps-print.el: Handle frame parameters (background and/or foreground
5639 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5640 (ps-print-version): New version 6.7.1.
5641 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5642 (ps-frame-parameter): New fun.
5643 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5644 Fix doc and customization.
5645 (ps-begin-job): Get frame parameters (background and/or foreground
5646 colors).
5647 (ps-do-despool): Ensure ps-printer-name has a valid value.
5648
5649 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5652 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5653 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5654 mean unlimited.
5655
5656 2007-01-20 Alan Mackenzie <acm@muc.de>
5657
5658 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5659 much more rigorous analysis of putative K&R regions.
5660
5661 2007-01-20 Alan Mackenzie <acm@muc.de>
5662
5663 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5664 New functions.
5665
5666 2007-01-20 Alan Mackenzie <acm@muc.de>
5667
5668 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5669 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5670 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5671 * progmodes/cc-vars.el: Add my name.
5672
5673 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * files.el (find-alternate-file): Revert query message to Emacs 21
5676 version.
5677
5678 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5679
5680 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5681 the doc string how to use personal abbrevs without electric
5682 keywords.
5683
5684 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5685
5686 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5687 Fixed cursor position when toggle abbreviated display.
5688
5689 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * t-mouse.el: Update copyright following assignment by
5692 Alessandro Rubini.
5693
5694 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5697 (type-break-demo-boring): Call read-event instead of read-char.
5698
5699 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5700
5701 * progmodes/compile.el: Add handling for makepplog.
5702
5703 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5704
5705 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5706 aspell dictionaries are initialized when called non-interactively.
5707
5708 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * progmodes/compile.el (compilation-loop): New arg limit.
5711 Handle case where the first error is at point-min.
5712 (compilation-next-error): New arg to compilation-loop call.
5713
5714 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5715
5716 * info.el (Info-default-dirs): Change default info dir to
5717 share/info.
5718
5719 * paths.el (Info-default-directory-list): Ditto.
5720
5721 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5722
5723 * hexl.el (hexl-before-revert-hook): New function.
5724 (hexl-mode): Use it.
5725 (hexl-after-revert-hook): Just call hexl-mode.
5726 (hexl-mode-exit): Remove before-revert-hook.
5727
5728 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5731
5732 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5733
5734 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5735 by "-" in francais7 otherchars entry.
5736 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5737 otherchars entry.
5738
5739 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5740
5741 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5742 path. Rewrite function in `cond' style for readability.
5743
5744 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5745 (The path shortening, that is, not the rearrarangement.)
5746
5747 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5748
5749 * term/mac-win.el (mac-ae-quit-application): New function.
5750 (mac-apple-event-map): Bind "quit application" Apple event to it.
5751
5752 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5755 than the program's output.
5756
5757 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5760 (kmacro-start-macro-or-insert-counter)
5761 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5762 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5763
5764 * longlines.el (longlines-show-hard-newlines):
5765 * ruler-mode.el (ruler-mode-ruler):
5766 * emulation/keypad.el (keypad-setup):
5767 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5768 Fix typo in docstring.
5769
5770 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5771
5772 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5773 Remove redirect character ">".
5774
5775 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * replace.el (perform-replace): Remove leftover code.
5778
5779 2007-01-12 Richard Stallman <rms@gnu.org>
5780
5781 * replace.el (perform-replace): Don't clear NODENT when computing
5782 the replacement string.
5783
5784 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp.el (tramp-handle-file-local-copy):
5787 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5788 <christopher.ian.moore@gmail.com>.
5789
5790 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * diff-mode.el (diff-sanity-check-context-hunk-half)
5793 (diff-sanity-check-hunk): New functions.
5794 (diff-find-source-location): Use'em to check the hunks are well-formed.
5795
5796 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5797 activate undo when undo is not active.
5798 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5799
5800 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5803 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5804 (ffap-url-at-point): Use char-classes rather than "a-z".
5805
5806 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5807
5808 * ediff-init.el (ediff-autostore-merges):
5809 * textmodes/fill.el (fill-region): Doc fix.
5810
5811 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * server.el (server-ensure-safe-dir): UIDs may be floats.
5814
5815 2007-01-10 Richard Stallman <rms@gnu.org>
5816
5817 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5818 around calls to directory-files.
5819
5820 * subr.el (momentary-string-display): Use save-excursion.
5821
5822 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5823 argument, but read it as `X' does.
5824
5825 2007-01-09 Juri Linkov <juri@jurta.org>
5826
5827 * info.el (Info-fontify-node): Don't hide node names of index entries.
5828
5829 * faces.el (momentary): Change :group to basic-faces where all
5830 basic faces belong to. Add :version.
5831
5832 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5833
5834 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5835 keybinding is found.
5836 (tutorial--find-changed-keys): Never treat null keybinding as a
5837 remapping.
5838
5839 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5840
5841 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5842
5843 2007-01-09 Kenichi Handa <handa@m17n.org>
5844
5845 * international/mule-cmds.el
5846 (select-safe-coding-system-interactively): Fix message.
5847
5848 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5851 (tramp-process-actions): Add optional parameter TIMEOUT.
5852 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5853 (tramp-open-connection-su): Add timeout of 60".
5854
5855 2007-01-09 Richard Stallman <rms@gnu.org>
5856
5857 * progmodes/compile.el (compile): Doc fix.
5858
5859 2007-01-09 Markus Triska <markus.triska@gmx.at>
5860
5861 * tumme.el (tumme-display-thumb): Doc fix.
5862
5863 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * battery.el (battery-search-for-one-match-in-files):
5866 * bindings.el (mode-line-minor-mode-help):
5867 * x-dnd.el (x-dnd-types-alist):
5868 * calendar/icalendar.el (icalendar-import-buffer):
5869 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5870
5871 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5872
5873 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5874
5875 * replace.el (replace-regexp): Fix typo in docstring.
5876
5877 2007-01-07 Alan Mackenzie <acm@muc.de>
5878
5879 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5880 Amend doc-string and comments.
5881
5882 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5883
5884 * files.el (abbreviate-file-name): Doc fix.
5885
5886 2007-01-06 Markus Triska <triska@gmx.at>
5887
5888 * subr.el (split-string): Remove spurious ")" from doc string.
5889
5890 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5891
5892 * textmodes/table.el (table--warn-incompatibility):
5893 Use display-warning instead of momentary-string-display.
5894
5895 2007-01-05 Richard Stallman <rms@gnu.org>
5896
5897 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5898
5899 * simple.el (backward-kill-word): Doc fix.
5900
5901 2007-01-05 Romain Francoise <romain@orebokech.com>
5902
5903 * international/mule.el (sgml-html-meta-auto-coding-function):
5904 Ensure that the buffer contains a HTML document.
5905
5906 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * faces.el (momentary): Move here ...
5909 * subr.el (momentary): ... from here.
5910
5911 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5912
5913 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5914 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5915 large structures/arrays.
5916
5917 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * files.el (find-file-noselect-1, set-visited-file-name):
5920 Allow backup-enable-predicate to be nil.
5921
5922 2007-01-04 Andreas Schwab <schwab@suse.de>
5923
5924 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5925 last change.
5926
5927 2007-01-03 Richard Stallman <rms@gnu.org>
5928
5929 * woman.el (woman-decode-buffer): Clarify error message.
5930
5931 2007-01-03 Alan Mackenzie <acm@muc.de>
5932
5933 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5934
5935 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5936
5937 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5938
5939 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5942
5943 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5944
5945 * emulation/viper.el (viper-custom-file-name, viper-mode):
5946 Fix typos in docstrings.
5947
5948 * subr.el (momentary-string-display): After moving point, set POS
5949 variable to it to avoid later errors once the buffer is modified.
5950 Doc fix.
5951
5952 2007-01-02 Alan Mackenzie <acm@muc.de>
5953
5954 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5955 check that the "*/" is present before trying to manipulate it.
5956
5957 2007-01-02 Richard Stallman <rms@gnu.org>
5958
5959 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5960
5961 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5962 Fix format of value.
5963
5964 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5965 Change messages accordingly.
5966 (customize-customized): Now alias.
5967
5968 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * files.el (version-control): Doc fix.
5971
5972 2007-01-01 Alan Mackenzie <acm@muc.de>
5973
5974 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5975 Check the format of c-state-cache is valid for an optimisation before
5976 using it.
5977
5978 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5979 are at a statement within a macro". Other changes so that only
5980 the first continuation line in a macro gets the symbol
5981 `cpp-define-intro', the others getting `statement', or whatever.
5982
5983 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5984 a string, preserve whitespace. Add a backslash only when also in
5985 a macro.
5986
5987 * progmodes/cc-defs.el: Correct typos.
5988
5989 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5990 new line after an escaped EOL in a string.
5991
5992 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5993 label when it directly follows "else", "do", ....
5994
5995 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5996 angle brackets (as seen in "explicit specialisations" of C++
5997 templates).
5998
5999 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6000 in the doc-string.
6001
6002 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6003 when the comment ender looks like "=========*/" and is alone on
6004 its line.
6005
6006 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6007 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6008 for the old name.
6009
6010 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6011 c-\(beginning\|end\)-of-defun by default.
6012
6013 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6014 New line-up function, for the DEFUN macro in the Emacs C sources.
6015 Only used in "gnu" style.
6016
6017 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6018 the "gnu" style.
6019
6020 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6021 clean-up comment-close-slash also to work when there's a comment
6022 terminator on the line.
6023 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6024 these for large arg - only take account of top level {..}, except
6025 for initial and final adjustments. M-- C-M-[ae] now go to the
6026 right defuns when the starting point is between defuns. They use
6027 the four new functions:
6028 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6029 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6030 support c-\(beginning\|end\)-of-defun.
6031
6032 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6033 expressions more rigorously, to exclude bit-field specifiers from
6034 being classed as labels.
6035 (c-forward-label): When analyzing a ":" within a macro, be careful
6036 about using c-forward-syntactic-ws at the macro beginning.
6037 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6038 stmt boundary, check for "operator=", etc.
6039
6040 * progmodes/cc-mode.el (c-postprocess-file-styles):
6041 Bind inhibit-read-only to t, around the call to
6042 c-remove-any-local-eval-or-mode-variables, so that it works on a
6043 RO file.
6044
6045 * progmodes/cc-defs.el (c-version): Update the version number to
6046 "5.31.4".
6047
6048 2007-01-01 Richard Stallman <rms@gnu.org>
6049
6050 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6051 only if we restored isearch-window-configuration.
6052
6053 2006-12-31 Romain Francoise <romain@orebokech.com>
6054
6055 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6056
6057 2006-12-31 Kim F. Storm <storm@cua.dk>
6058
6059 * files.el (auto-mode-case-fold): New defcustom.
6060 (set-auto-mode): If non-nil, perform second case-sensitive pass
6061 through auto-mode-alist if first pass failed.
6062
6063 2006-12-30 Richard Stallman <rms@gnu.org>
6064
6065 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6066
6067 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6068
6069 * allout.el (allout-encrypt-string): Handle symmetric-key
6070 passphrase caching but leave keypair caching to pgg.
6071
6072 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6073
6074 Sync with Tramp 2.0.55.
6075
6076 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6077 `integerp'. `char-equal' could fail else in case of negative
6078 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6079 (top): Check for `font-lock-add-keywords' before calling; it
6080 doesn't exist under XEmacs.
6081 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6082 (tramp-completion-mode): Remove clause (not
6083 tramp-unified-filenames), because the function is called in other
6084 context too, where this check results in wrong results in the
6085 XEmacs case on Windows.
6086 (tramp-touch): UTC handling is not possible for XEmacs.
6087
6088 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6089
6090 * scroll-bar.el (previous-scroll-bar-mode): New variable
6091 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6092 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6093
6094 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6095
6096 2006-12-30 Richard Stallman <rms@gnu.org>
6097
6098 * files.el (make-backup-file-name-1): Precompute abs name
6099 but don't lose the relative name.
6100
6101 * international/mule-cmds.el (select-safe-coding-system-interactively):
6102 Fix message.
6103
6104 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6105
6106 * files.el (backup-buffer): Show entire backup file name in msg.
6107
6108 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * image.el (image-type-header-regexps, image-type-from-data)
6111 (image-type-from-buffer, image-type-from-file-header):
6112 Revert changes from 2006-12-26.
6113 (image-type-auto-detectable): New variable.
6114 (image-type-auto-detected-p): New function.
6115
6116 * files.el (magic-mode-alist): Detect image files with
6117 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6118
6119 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6120
6121 * dired.el (dired-sort-other): Move test for dired-mode...
6122 (dired-sort-set-modeline): ...to here.
6123
6124 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6125
6126 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6127 change. Suggested by Stefan Monnier.
6128
6129 2006-12-29 Kim F. Storm <storm@cua.dk>
6130
6131 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6132 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6133
6134 2006-12-27 Kim F. Storm <storm@cua.dk>
6135
6136 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6137 so it doesn't accidentally match an fsf.org mail address.
6138 (authors-renamed-files-alist): Add tcover-*.el.
6139
6140 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * vc-arch.el (vc-arch-find-version): New function.
6143
6144 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6145 composed of arbitrary characters (even /) in some systems.
6146
6147 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6148
6149 * international/mule-cmds.el (select-safe-coding-system-interactively):
6150 Improve the message in the *Warning* buffer.
6151
6152 2006-12-27 Kim F. Storm <storm@cua.dk>
6153
6154 * ido.el (ido-set-matches-1): Fix last change. If default item is
6155 current buffer, it is ok to be first.
6156
6157 2006-12-27 Kenichi Handa <handa@m17n.org>
6158
6159 * international/mule-cmds.el (select-safe-coding-system-interactively):
6160 Use face `link' for problematic chars.
6161
6162 2006-12-27 Kenichi Handa <handa@m17n.org>
6163
6164 * international/mule-cmds.el (select-safe-coding-system-interactively):
6165 Improve the message in *Warning* buffer.
6166
6167 2006-12-27 Kim F. Storm <storm@cua.dk>
6168
6169 * ido.el (ido-set-matches-1): Never put current buffer first if
6170 there are other matches.
6171
6172 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6173
6174 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6175 expressions.
6176 (gdb-var-delete): Handle duplicate names. Print message for non
6177 root expressions.
6178 (gdb-partial-output-name): Start buffer name with a space.
6179 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6180 buffer name.
6181
6182 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6183
6184 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6185 last footnote when `footnote-spaced-footnotes' is nil.
6186
6187 2006-12-26 Richard Stallman <rms@gnu.org>
6188
6189 * cus-edit.el (custom-browse-sort-alphabetically)
6190 (custom-buffer-sort-alphabetically)
6191 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6192
6193 * image.el (image-type-header-regexps): Change element format
6194 to include third item NOT-ALWAYS.
6195 (image-type-from-data): Handle new format.
6196 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6197 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6198
6199 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6200
6201 * add-log.el (add-log-current-defun): Call `forward-sexp'
6202 multiple times to pick a member function name defined as
6203 part of nested classes/namespaces.
6204
6205 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6206
6207 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6208 which keymap should be used to change menu. It does not affect any
6209 existent code.
6210
6211 2006-12-26 Richard Stallman <rms@gnu.org>
6212
6213 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6214 rather than for being in a minibuffer window.
6215
6216 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6217
6218 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6219 locale-coding-system.
6220 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6221 LF.
6222
6223 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6224
6225 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6226 (sql-mode-syntax-table): Disable double quoted strings.
6227 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6228
6229 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6230
6231 * startup.el (fancy-splash-last-input-event): New variable.
6232 (fancy-splash-special-event-action): New function.
6233 (fancy-splash-screens): Temporarily bind special events to it.
6234 Execute command for saved special event before exiting from
6235 recursive editing.
6236
6237 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6238 New functions.
6239 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6240 Use mac-unread-string.
6241
6242 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6243
6244 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6245 an optimized comment regexp if `comment-start-skip' uses a ^.
6246 * bs.el (bs--up): Remove interactive spec.
6247
6248 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6251 Suggested by James Cloos.
6252
6253 2006-12-24 Kevin Ryde <user42@zip.com.au>
6254
6255 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6256 in March.
6257 (calendar-dst-ends): Default to first Sunday in November.
6258
6259 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6260
6261 * allout.el (allout-encrypt-string): Inhibit use of agent within
6262 body of let form where encryption happens. Acknowledge non-use of
6263 gpg-agent in docstring.
6264 (allout-toggle-subtree-encryption): Acknowledge non-use of
6265 gpg-agent in docstring.
6266
6267 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6270
6271 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6272
6273 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6274 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6275
6276 * emulation/viper-cmd.el (viper-post-command-sentinel):
6277 Protect against errors in hooks.
6278 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6279 actually modify buffer; ignore errors if occur.
6280
6281 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6284 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6285 formatting.
6286
6287 2006-12-23 Richard Stallman <rms@gnu.org>
6288
6289 * simple.el (delete-horizontal-space): Doc fix.
6290
6291 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6292
6293 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6294 explicitly in a recursive Make, not implicitly through prerequisites,
6295 since the latter is wrong under parallel builds.
6296
6297 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6298
6299 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6300
6301 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6302
6303 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6304 message string.
6305
6306 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6307
6308 * outline.el (outline-next-visible-heading): Fix the case with a
6309 header at end-of-file with no final newline.
6310
6311 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6312
6313 * indent.el (tab-always-indent): Doc fix.
6314
6315 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6318 (Info-fontify-node): Do fontify indices.
6319
6320 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6321 to the Emacs Lisp reference manual.
6322 (tutorial--tab-map): Remove. All callers changed.
6323 (tutorial--find-changed-keys): New elt QUIET, used to...
6324 (tutorial--display-changes): ...ensure that warning messages are
6325 only issued once per changed key.
6326 (tutorial--remove-remarks): Delete unused code-path.
6327 (lang-strings): Remove extraneous formatting.
6328 (tutorial--save-tutorial): Prompt before saving tutorial state.
6329
6330 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6333 Replace '?\ ' by '?\s' throughout.
6334 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6335 `help' custom group.
6336 (tutorial--key-description): New function.
6337 (tutorial--display-changes): Remove redundant arg. Scan for all
6338 key sequences to avoid false matches. Cleanup.
6339 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6340 reduce homedir pollution.
6341 (help-with-tutorial): Call tutorial--display-changes with no arg.
6342
6343 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6344
6345 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6346
6347 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp.el (tramp-default-method): We still need to check for
6350 `executable-find', because it is not bound under Emacs 20.
6351 (tramp-handle-file-name-completion)
6352 (tramp-completion-handle-file-name-completion): Handle optional
6353 parameter PREDICATE.
6354 (tramp-find-default-method): Add code for default values.
6355
6356 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6357
6358 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6359 make gud-go send "continue".
6360
6361 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6362
6363 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6364 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6365
6366 2006-12-19 Kim F. Storm <storm@cua.dk>
6367
6368 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6369 instead of global-map.
6370
6371 * files.el (magic-mode-alist): Allow matching file type by
6372 calling a function at bob. Check for image types by calling
6373 image-type-from-buffer. Suggested by Juanma Barranquero.
6374 (set-auto-mode): Do it.
6375
6376 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6377
6378 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6379 Remove "ControlMaster" option from the other `scp*' methods.
6380 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6381
6382 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6383
6384 * textmodes/org.el (org-mode): Show context after isearch.
6385 (org-show-siblings): New function.
6386 (org-show-context): Use `org-show-siblings'.
6387
6388 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6391 Use syntax-ppss-toplevel-pos.
6392
6393 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6394
6395 * textmodes/org.el (org-current-line): Make sure that lines are
6396 counted from beginning of buffer.
6397 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6398 lines are counted from beginning of buffer.
6399
6400 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6401
6402 * info.el (Info-build-node-completions): Signal error if tag-table
6403 marker is not found.
6404
6405 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6406
6407 2006-12-17 Alan Mackenzie <acm@muc.de>
6408
6409 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6410 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6411 Based on code by Martin Rudalics.
6412
6413 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6414 open-paren-in-column-0-is-defun-start to nil any more.
6415
6416 2006-12-17 Richard Stallman <rms@gnu.org>
6417
6418 * simple.el (delete-horizontal-space): Use prefix arg.
6419
6420 * help-fns.el (describe-variable): Improve blank separator lines.
6421
6422 * files.el (magic-mode-alist): Mark as risky.
6423
6424 * files.el (make-backup-file-name-1):
6425 Expand backup-directory explicitly.
6426
6427 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6430 check whether package password.el is loaded, or Pageant is running.
6431
6432 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6433
6434 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6435 (icalendar--rris): First try Emacs, then XEmacs.
6436 (icalendar--convert-ical-to-diary): Doc fix.
6437 Insert newline at end of target file.
6438
6439 2006-12-17 Kim F. Storm <storm@cua.dk>
6440
6441 * outline.el (outline-isearch-open-invisible-function): New defvar.
6442 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6443 overlay property instead of outline-isearch-open-invisible.
6444
6445 2006-12-16 Kim F. Storm <storm@cua.dk>
6446
6447 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6448 if ido-directory-too-big is set on entry.
6449 (ido-toggle-ignore, ido-completion-help): Print message while
6450 reading big directory.
6451
6452 2006-12-15 Richard Stallman <rms@gnu.org>
6453
6454 * shell.el (shell): Doc fix.
6455
6456 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6457
6458 * emulation/edt.el (edt-xserver):
6459 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6460 to fix a problem on Cygwin.
6461
6462 * emulation/edt.el
6463 * emulation/edt-mapper.el
6464 * emulation/edt-lk201.el
6465 * emulation/edt-pc.el
6466 * emulation/edt-vt100.el: Update maintainer's email address.
6467
6468 2006-12-15 Simon Marshall <simon@gnu.org>
6469
6470 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6471
6472 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6473
6474 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6475 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6476 instead of mac-atsu-font-table.
6477 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6478
6479 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6480
6481 * align.el (align-match-tex-pattern): Fix a rare bug which
6482 hanged Emacs.
6483
6484 2006-12-14 Richard Stallman <rms@gnu.org>
6485
6486 * startup.el (use-fancy-splash-screens-p): Use frame-height
6487 instead of window-height. Pass frame to image-size.
6488
6489 2006-12-13 Kenichi Handa <handa@m17n.org>
6490
6491 * international/mule-cmds.el (set-locale-environment):
6492 Set default-sendmail-coding-system too.
6493
6494 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6495
6496 * progmodes/idlw-help.el: Fix copyright notice.
6497
6498 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6501
6502 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6503
6504 * subr.el (unread-command-char): Reformat obsolescence info.
6505
6506 2006-12-11 Richard Stallman <rms@gnu.org>
6507
6508 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6509 about calls to cl-struct-setf-expander.
6510
6511 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6514 (ediff-combination-pattern): Fix typo in docstring.
6515
6516 * textmodes/refer.el (refer-find-entry): Doc fix.
6517 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6518 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6519 Fix tipos in docstrings.
6520
6521 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6522
6523 2006-12-10 Kim F. Storm <storm@cua.dk>
6524
6525 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6526 instead of binding M-backspace.
6527
6528 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * replace.el (replace-match-data, replace-match-maybe-edit):
6531 * calc/calc-aent.el (calc-eval-error):
6532 * emulation/vi.el (vi-char-argument):
6533 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6534 (c-vsemi-status-unknown-p-fn): Doc fixes.
6535
6536 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6539 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6540
6541 2006-12-10 Masatake YAMATO <jet@gyve.org>
6542
6543 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6544
6545 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6548
6549 * man.el (Man-xref-button-action): New function. If the
6550 `Man-target-string' button property is a function, assume it
6551 accepts a position argument.
6552 (Man-abstract-xref-man-page): Use it.
6553 (Man-default-man-entry): New optional arg POS.
6554
6555 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6556 symlink arrows read-only and non-rear-sticky.
6557
6558 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6559
6560 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6561 (wdired-search-and-rename): Simplify code.
6562 (wdired-preprocess-files, wdired-preprocess-perms): Make
6563 read-only property of preceding character rear-nonsticky to
6564 avoid that it can be modified. Put old-name and old-link
6565 properties on character preceding name and replace
6566 put-text-property by add-text-properties.
6567 (wdired-get-filename, wdired-get-previous-link): Get old-name
6568 and old-link properties from character preceding name and
6569 simplify code.
6570 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6571 (wdired-perms-to-number): Make local-map property
6572 rear-nonsticky to avoid that text following permissions may be
6573 modified. Use add-text-properties instead of put-text-property
6574 when changing a permission bit.
6575 (wdired-change-to-dired-mode): Remove stickiness properties.
6576
6577 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * international/mule-cmds.el (register-input-method): Doc fix.
6580
6581 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6582
6583 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6584
6585 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6586
6587 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6588 Force buffer local defs evaluation on local variables loading.
6589 (flyspell-mode-on, flyspell-mode-off): Use it in
6590 `hack-local-variables-hook'.
6591
6592 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6593
6594 * emacs-lisp/find-func.el (find-variable): Doc fix.
6595
6596 * help-fns.el (variable-at-point): Doc fix.
6597
6598 * w32-fns.el (w32-append-code-lines): New function.
6599
6600 2006-12-09 Romain Francoise <romain@orebokech.com>
6601
6602 * comint.el (comint-insert-input): Delete obsolete comment.
6603
6604 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6607 current frame, in case we're connected to several displays.
6608
6609 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * frame.el (other-frame): Doc fix.
6612 (set-frame-parameter): Fix typo in docstring.
6613
6614 2006-12-07 Kim F. Storm <storm@cua.dk>
6615
6616 * info.el (Info-index): Strip leading colon from topic.
6617
6618 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6619
6620 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6621 to pointers.
6622
6623 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6624
6625 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6626 Trim out spurious class inheritance "None" entries.
6627
6628 2006-12-05 Kim F. Storm <storm@cua.dk>
6629
6630 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6631 (cua-paste-pop): Rework last change for
6632 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6633 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6634 text inserted by the last M-y command.
6635
6636 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6637
6638 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6639 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6640
6641 * shell.el (shell): Search the start file in ~/.emacs.d as
6642 `init_SHELLNAME.sh' instead.
6643
6644 2006-12-05 Glenn Morris <rgm@gnu.org>
6645
6646 * progmodes/cperl-mode.el (cperl-mode)
6647 * progmodes/f90.el (f90-mode-abbrev-table)
6648 * progmodes/fortran.el (fortran-mode-abbrev-table)
6649 * progmodes/octave-mod.el (octave-abbrev-table)
6650 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6651 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6652
6653 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6654 clear abbrev table, else saved abbrevs will not be restored.
6655
6656 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6659 the call to `make-obsolete-variable', not in the docstring.
6660
6661 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6664
6665 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6666
6667 * progmodes/ebnf-abn.el:
6668 * progmodes/ebnf-bnf.el:
6669 * progmodes/ebnf-dtd.el:
6670 * progmodes/ebnf-ebx.el:
6671 * progmodes/ebnf-iso.el:
6672 * progmodes/ebnf-otz.el:
6673 * progmodes/ebnf-yac.el:
6674 * progmodes/ebnf2ps.el:
6675 * delim-col.el:
6676 * printing.el:
6677 * ps-bdf.el:
6678 * ps-mule.el:
6679 * ps-print.el: Remove 'Time-stamp' comment mark.
6680
6681 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6682 'easy-menu-add-item' when called in Emacs 21 or higher.
6683
6684 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6685
6686 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6687 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6688
6689 2006-12-04 Kim F. Storm <storm@cua.dk>
6690
6691 * bindings.el (global-map): Bind [signal t] to ignore, to have
6692 user signals ignored by default.
6693
6694 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6697 Unicode data file pointed to by `describe-char-unicodedata-file'.
6698
6699 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6702 O(n^2) regexp-search by anchoring the search.
6703
6704 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6705
6706 * whitespace.el (whitespace-cleanup-internal): Use current
6707 argument for recursive call.
6708
6709 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * net/tramp.el (tramp-methods): Add "ControlPath" and
6712 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6713 Andreas Schwab <schwab@suse.de>.
6714 (tramp-do-copy-or-rename-file-out-of-band)
6715 (tramp-open-connection-rsh): Compute format spec for ?t.
6716 (tramp-process-actions): Trace command parameters.
6717
6718 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * simple.el (toggle-truncate-lines): Clarify doc string.
6721
6722 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6723 (gdb-speedbar-expand-node): Use it.
6724
6725 2006-12-04 Richard Stallman <rms@gnu.org>
6726
6727 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6728
6729 * dired.el (dired-revert): Turn off dired-after-readin-hook
6730 around call to dired-readin.
6731
6732 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6733 to echo area messages.
6734 <indicate-empty-lines, case-fold-search>:
6735 Add "globally" to Help string.
6736 <case-fold-search>: MESSAGE arg need not say "globally".
6737 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6738
6739 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6740
6741 * outline.el (outline-end-of-subtree): Don't leave an empty
6742 line hidden as we would a real next heading.
6743
6744 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6745
6746 * allout.el (allout-ascend): Add an optional argument to preserve
6747 original position of point when unsuccessful. Also, fix a
6748 docstring error.
6749 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6750 work again, using allout-ascend's new option.
6751 (allout-setup-mode-map): Extract from allout-mode to initialize
6752 allout-mode-map. Call it on file load, so the mode docstring
6753 substitutions work even if allout mode has not yet been invoked.
6754 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6755 customizations since the map was last processed. Also, refine the
6756 docstring so it's ship-shape for release.
6757 (allout-default-layout, allout-beginning-of-line-cycles)
6758 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6759 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6760 (allout-version, allout-layout, allout-infer-body-reindent)
6761 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6762 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6763 (allout-previous-heading, allout-goto-prefix-doublechecked)
6764 (allout-current-bullet-pos, allout-next-sibling-leap)
6765 (allout-pre-command-business, allout-encrypted-type-prefix)
6766 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6767 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6768 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6769 (allout-old-expose-topic, allout-listify-exposed)
6770 (allout-process-exposed, allout-latex-verb-quote)
6771 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6772 (allout-toggle-current-subtree-encryption)
6773 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6774 Remove extraneous open-paren and close paren string escapes.
6775
6776 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6777
6778 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6779 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6780 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6781 Fix typos in docstrings.
6782
6783 2006-12-03 Glenn Morris <rgm@gnu.org>
6784
6785 * progmodes/cc-align.el
6786 * progmodes/cc-awk.el
6787 * progmodes/cc-cmds.el
6788 * progmodes/cc-compat.el
6789 * progmodes/cc-defs.el
6790 * progmodes/cc-engine.el
6791 * progmodes/cc-langs.el
6792 * progmodes/cc-menus.el
6793 * progmodes/cc-mode.el
6794 * progmodes/cc-styles.el
6795 * progmodes/cc-vars.el
6796 * progmodes/vhdl-mode.el: Fix Copyright format.
6797
6798 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6799
6800 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6801 initial down event.
6802
6803 2006-12-02 Kim F. Storm <storm@cua.dk>
6804
6805 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6806 (cua-repeat-replace-region): Make M-v more robust.
6807 (cua-paste-pop-rotate-temporarily): New defcustom.
6808 (cua-paste-pop): Use it.
6809 (cua-auto-mark-last-change): New defcustom.
6810 (cua-pop-to-last-change): New helper function.
6811 (cua-set-mark): Use them.
6812
6813 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6814
6815 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6816 mini-buffer message.
6817
6818 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6821
6822 2006-12-01 Ben North <ben@redfrontdoor.org>
6823
6824 * paren.el: Fix the highlight overlay extension when the user types a
6825 sequence of char very fast just before the open parenthesis.
6826
6827 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6828
6829 * ps-mule.el: Eliminate Emacs 20 compatibility.
6830
6831 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6832 (ps-print-version): New version 6.7.
6833 (ps-print-quote): Replace '?\ ' by '?\s'.
6834
6835 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6838 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6839 (hexl-end-of-1k-page): Doc fixes.
6840 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6841 Fix typos in docstrings.
6842
6843 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6844
6845 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6846 locally, i.e. without using file name handlers.
6847 (ido-read-internal): Allow mono letter host names, avoiding the
6848 `c:' problem by testing if the file exists locally.
6849 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6850
6851 2006-11-30 Masatake YAMATO <jet@gyve.org>
6852
6853 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6854 to avoid bytecomp warnings.
6855 (hexl-mode-old-ruler-function): New variable.
6856 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6857 and `hl-line-range-function' after `require' hl-line.
6858 Then bind `hl-line-range-function' and `hl-line-face'.
6859 Don't require frame. Don't use `with-no-warnings'.
6860 (hexl-activate-ruler): Store the original value of
6861 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6862 (hexl-mode-exit): Restore the original value of
6863 `ruler-mode-ruler-function'.
6864
6865 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6866
6867 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6868 (hexl-mode-old-hl-line-face): New variable.
6869 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6870 line when exit from the hexl-mode.
6871
6872 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6875 Doc fixes.
6876
6877 * international/fontset.el (create-fontset-from-ascii-font)
6878 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6879 (fontset-name-p): Fix typo in docstring.
6880
6881 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6882
6883 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6884
6885 * ps-bdf.el: Fix maintainer email.
6886
6887 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6888 compatibility.
6889
6890 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6891 21 compatibility.
6892 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6893 Emacs 20 & 21.
6894
6895 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6896
6897 * progmodes/idlwave.el (idlwave-auto-fill):
6898 Remove paragraph-start let to prevent auto-fill giving up.
6899
6900 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * vt100-led.el (led-state): Fix typo in previous change.
6903
6904 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6905
6906 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6907 Fix interactive spec of the functions getting defined to make them
6908 work as documented.
6909
6910 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6913
6914 2006-11-28 Kim F. Storm <storm@cua.dk>
6915
6916 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6917 icomplete-mode is enabled.
6918
6919 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6920
6921 * textmodes/org.el (require): Require gnus-sum during compilation
6922 to avoid problem with a macro call.
6923
6924 2006-11-28 Glenn Morris <rgm@gnu.org>
6925
6926 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6927
6928 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6929 (fortran-window-create-momentarily): Do not need string-to-char.
6930
6931 2006-11-28 Richard Stallman <rms@gnu.org>
6932
6933 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6934 Replace incorrect use of assoc-default with a loop.
6935
6936 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6937
6938 * simple.el (next-error-find-buffer): Improve messages.
6939
6940 * files.el (revert-buffer): Special error message if file
6941 is now not readable.
6942
6943 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6944 constructed commands.
6945
6946 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6947 in INSIDE_EMACS.
6948
6949 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6952
6953 * server.el: Remove spurious * in docstrings.
6954 (server-process-filter): Exit from recursive editing before processing
6955 a new request.
6956
6957 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6958
6959 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6960 line so hidden blocks will be correctly identified.
6961
6962 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * ledit.el (ledit-save-defun, ledit-mode):
6965 * resume.el (resume-emacs-args-buffer):
6966 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6967 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6968 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6969 (command-send-input, command-kill-line):
6970 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6971
6972 * autoarg.el (autoarg-kp-mode): Doc fix.
6973
6974 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6975 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6976 (check-emacs-lock): Doc fix. Simplify.
6977
6978 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6979 (iimage-mode-buffer): Fix typos in docstring.
6980
6981 * misc.el (zap-up-to-char): Doc fix.
6982
6983 * time-stamp.el: Fix comment and obsolescence string for old
6984 functions. Use `dolist' instead of `while'.
6985
6986 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6987
6988 * disp-table.el (standard-display-8bit, standard-display-default):
6989 * ebuff-menu.el (electric-buffer-list):
6990 * ehelp.el (electric-help-command-loop):
6991 * font-core.el (font-lock-mode):
6992 * help-macro.el (make-help-screen):
6993 * help.el (describe-minor-mode-completion-table-for-indicator)
6994 (lookup-minor-mode-from-indicator):
6995 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6996 * info-look.el (info-lookup-guess-custom-symbol):
6997 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6998 * longlines.el (longlines-wrap-line):
6999 * macros.el (insert-kbd-macro):
7000 * menu-bar.el (menu-bar-update-buffers):
7001 * misc.el (copy-from-above-command):
7002 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7003 * newcomment.el (comment-indent):
7004 * novice.el (disabled-command-function):
7005 * sort.el (sort-fields-syntax-table):
7006 * subr.el (momentary-string-display):
7007 * tar-mode.el (tar-header-block-summarize)
7008 (tar-clear-modification-flags):
7009 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7010 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7011 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7012 (te-delete-char, te-down-vertically-or-scroll):
7013 * time-stamp.el (time-stamp-string-preprocess):
7014 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7015
7016 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7019 in GUD mode.
7020
7021 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7022 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7023
7024 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7025
7026 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7027
7028 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7029
7030 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7031 (ada-compile-goto-error): Adapt to new argument profile of
7032 compilation-goto-locus in Emacs 22. Don't check if the various
7033 compile functions are defined; we already do "(require 'compile)".
7034
7035 2006-11-26 Kim F. Storm <storm@cua.dk>
7036
7037 * kmacro.el: Fix commentary.
7038
7039 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * progmodes/gud.el (gdb): Explain how to run in text command mode
7042 more clearly. Say in error message that multiple debugging
7043 requires restarting GDB.
7044
7045 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7048
7049 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7050
7051 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7052 (flymake-popup-menu): Use it instead of posn-at-point.
7053
7054 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7055
7056 * progmodes/cc-vars.el (c-backslash-column):
7057 Mention c-backslash-max-column in documentation for c-backslash-column.
7058
7059 2006-11-24 Lars Hansen <larsh@soem.dk>
7060
7061 * net/tramp.el (tramp-default-method): Under Windows, change from
7062 plink to pscp.
7063 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7064 (tramp-actions-copy-out-of-band):
7065 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7066 (tramp-action-out-of-band): Move "Permission denied" handling to
7067 tramp-action-copy-failed.
7068 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7069 process buffer.
7070
7071 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7074 strings to a single string. Quote `errors-file-name'.
7075 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7076 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7077 Adjust calls. Use `shell-quote-argument'.
7078
7079 * international/mule.el (load-with-code-conversion)
7080 (with-category-table): Use with-current-buffer.
7081 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7082
7083 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7084
7085 * mail/smtpmail.el (smtpmail-send-it):
7086 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7087 MIME header for the message encoding.
7088 Bind coding-system-for-write around the call to mail-do-fcc.
7089 Use smtpmail-code-conv-from to encode queued mail messages.
7090
7091 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * tabify.el (tabify-regexp): Doc fix.
7094
7095 * net/rcirc.el (rcirc-buffer-maximum-lines):
7096 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7097
7098 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7099 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7100 Fix typos in output messages.
7101 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7102
7103 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7106 the horse's mouth.
7107 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7108
7109 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7110
7111 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7112 Remove condition-case.
7113
7114 2006-11-23 Glenn Morris <rgm@gnu.org>
7115
7116 * progmodes/f90.el (f90-comment-indent): Do not move point in
7117 default case.
7118
7119 2006-11-21 Romain Francoise <romain@orebokech.com>
7120
7121 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7122 from library name (reverts change of 2005-10-25).
7123
7124 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7125
7126 * tutorial.el (tutorial--default-keys): Add newline and
7127 delete-backward-char bindings.
7128 (tutorial--detailed-help): Save excursion when finding keys.
7129 Correct warning string for M-x FOO case.
7130 (tutorial--display-changes): Print special keys in tutorial style.
7131 Tweak search regexp for changed keys.
7132
7133 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7134
7135 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7136 redundant scheme.
7137
7138 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7139
7140 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7141 are new to the list at IANA. Also added irc, mms, mmsh.
7142
7143 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7144
7145 * progmodes/idlw-help.el (idlwave-html-help-location):
7146 Fail gracefully for missing help packages.
7147 (idlwave-help-assistant-open-link): Open full links.
7148 (idlwave-help-assistant-help-with-topic): Direct help link.
7149
7150 * progmodes/idlwave.el (idlwave-mode):
7151 Set add-log-current-defun-function.
7152 (idlwave-current-routine-fullname): Add, to support add-log.
7153 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7154 to reflect improvements to xml-parse-file.
7155 (idlwave-mode-menu-def): New binding for help-with-topic.
7156
7157 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7158 Handle extra newlines and spaces.
7159 (idlwave-shell-mode-map): Add help-with-topic.
7160
7161 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * tutorial.el (tutorial-warning-face): New face.
7164 (tutorial--detailed-help, tutorial--display-changes): Use it.
7165 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7166 Improve search pattern for occurrences of changed keys.
7167
7168 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7169
7170 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7171 (x-select-text): Set it.
7172 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7173 when checking for newness.
7174
7175 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * subr.el (posn-image):
7178 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7179
7180 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7181
7182 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7183
7184 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7185 Exceptions to the rule "add a space between an identifier and an
7186 opening parenthesis". Defaulted to the `#define' problem of cpp.
7187 (glasses-parenthesis-exception-p): New. Check if the region is an
7188 exception regarding to that.
7189 (glasses-make-readable): Use it.
7190 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7191 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7192
7193 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7196
7197 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7198
7199 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7200
7201 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7202 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7203
7204 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7207 conditions for function or variable bindings.
7208
7209 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7210
7211 * progmodes/compile.el (compilation-start): Ditto.
7212
7213 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7214
7215 * net/tramp.el (top): cl and custom are always required.
7216
7217 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7218
7219 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7220 cut-buffers with next-selection-coding-system if not nil.
7221
7222 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7223
7224 * textmodes/org.el (org-fix-decoded-time): New function.
7225 (org-display-custom-time): Use `org-fix-decoded-time'.
7226
7227 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * menu-bar.el (menu-bar-games-menu): Remove yow.
7230
7231 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7234 (org-detach-overlay): Rename from `org-detatch-overlay'.
7235 (org-table-convert-region): Insert space after column separator.
7236 (org-agenda-kill): New command.
7237 (org-metaleft): Call `org-outdent-item' on bullets.
7238 (org-metaright): Call `org-indent-item' on bullets.
7239 (org-timestamp-change): Set `org-last-changed-timestamp'.
7240 (org-current-line): Make sure (bolp) returns correct result.
7241 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7242
7243 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7246
7247 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * mouse.el (global-map): Change 2006-08-16 fix to call
7250 mouse-yank-at-click explicitly, since mouse events are not carried
7251 over into keyboard macros.
7252
7253 2006-11-16 Kim F. Storm <storm@cua.dk>
7254
7255 * ido.el (ido-file-internal): Use current buffer's file name as default
7256 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7257
7258 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7259
7260 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7261 (allout-inhibit-aberrance-doublecheck): Rename from
7262 allout-during-yank-processing. All callers changed.
7263 (allout-ascend): Provide for unusual case where some topic after
7264 the first in file is at lower depth than the first.
7265 (allout-shift-in): Ensure the offspring of the new containing
7266 topic are exposed.
7267 (allout-encrypt-string): Preserve the coding-system of the text,
7268 according to that of the containing buffer.
7269 (allout-toggle-subtree-encryption): When the text being encrypted
7270 requires a different coding system, offer to preserve the coding
7271 system using a file local var.
7272
7273 2006-11-15 Simon Marshall <simon@gnu.org>
7274
7275 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7276 to recognise "T t()" as a function declaration, rather than a
7277 variable instantiation, iff at the top-level or inside a class
7278 declaration. Suggested by Feng Li <fengli@gmail.com>.
7279
7280 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7281
7282 * progmodes/ada-xref.el (ada-parse-prj-file):
7283 Don't delete project buffer; user may want to edit it.
7284 (ada-xref-set-project-field, ada-xref-current-project-file)
7285 (ada-xref-current-project, ada-show-current-project)
7286 (ada-set-main-compile-application): New functions.
7287 (ada-xref-get-project-field, ada-require-project-file):
7288 Normalize use of ada-prj-default-project-file.
7289 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7290 Normalize use of ada-require-project-file.
7291 (ada-prj-find-prj-file): Improve doc string, comments.
7292
7293 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7294 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7295 (ada-create-menu): Add ada-set-main-compile-application,
7296 ada-show-current-main, ada-show-current-project.
7297
7298 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7301 (inferior-python-mode): Use it.
7302
7303 2006-11-14 Andreas Schwab <schwab@suse.de>
7304
7305 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7306
7307 2006-11-13 Kim F. Storm <storm@cua.dk>
7308
7309 * ido.el (ido-copy-current-word): C-o copies region if active.
7310
7311 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7312
7313 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7314
7315 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7316
7317 * ediff.el (ediff-revision):
7318 * files.el (set-visited-file-name):
7319 * mail/rmailout.el (rmail-output-body-to-file):
7320 Use `format', not `message', in `y-or-n-p' call.
7321
7322 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7323
7324 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7325 (org-metaright): Call `org-indent-item' on bullets.
7326 (org-timestamp-change): Set `org-last-changed-timestamp'.
7327 (org-current-line): Make sure (bolp) returns correct result.
7328 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7329
7330 2006-11-12 Richard Stallman <rms@gnu.org>
7331
7332 * language/european.el (turkish-case-conversion-enable)
7333 (turkish-case-conversion-disable): New functions.
7334 ("Turkish" lang env): Use them.
7335
7336 * international/characters.el (case table):
7337 Do nothing special for i and I.
7338
7339 * subr.el (remove-overlays): Fix last change.
7340
7341 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7342 for visiting the custom file.
7343
7344 2006-11-12 Markus Triska <triska@gmx.at>
7345
7346 * play/handwrite.el (handwrite): Also process lines not ending
7347 with newline. Replace some position-fiddling with different
7348 logic. Improve performance.
7349
7350 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7351
7352 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7353 replacing deleted variable `ada-check-switch'.
7354 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7355 (ada-xref-project-files): Improve doc string.
7356 (ada-find-executable): New function.
7357 (ada-initialize-runtime-library): Use `ada-find-executable'.
7358 (ada-xref-set-default-prj-values): In compile commands, don't need
7359 `ada-cd-command'; `compile' does that more portably.
7360 Use ada-prj-default-check-cmd.
7361 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7362 properties if not specified in project file.
7363 (ada-goto-declaration): Display useful message for new error
7364 'error-file-not-found.
7365 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7366 'error-file-not-found.
7367 (ada-get-all-references): Match latest ali syntax. Signal new
7368 error 'error-file-not-found.
7369 (ada-find-in-ali): Match latest ali syntax.
7370 (ada-make-filename-from-adaname): Handle different semantics of
7371 gnatkr in GNAT 3.15p vs later.
7372
7373 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7374 ada-procedure-start-regexp.
7375 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7376
7377 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7378 with defvar.
7379 (ada-language-version): Rename ada05 -> ada2005.
7380 (ada-align-region-separate): Add `eval-when-compile'.
7381 (ada-name-regexp): Remove unneeded escapes in regexp character
7382 alternative.
7383 (ada-compile-goto-error-file-linenr-re): New constant.
7384 (ada-matching-start-re): Handle additional cases `declare',
7385 `procedure', `function'.
7386 (ada-compile-goto-error): Handle "... at line nn".
7387 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7388 Delete support for old versions of `align'.
7389 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7390 (ada-check-defun-name): Simplify handling of `declare'.
7391 (ada-goto-matching-start): Handle nested `begin ... end'.
7392 Handle `declare', `protected', `procedure', `function'.
7393 (ada-create-menu): Presence of arm95 is not conditional on using
7394 GNAT compiler.
7395
7396 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7397
7398 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7399 nil in the *RE-Builder* buffer (it causes spurious error messages).
7400
7401 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7402 been set to t, respect it.
7403
7404 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7405
7406 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7407 Delete commented out code for old Emacs versions. Autoloading of
7408 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7409 (ada-mode-version): Bump version number.
7410 (ada-95-string-keywords, ada-2005-string-keywords)
7411 (ada-2005-keywords, ada-name-regexp): New constant.
7412 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7413 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7414 (ada-package-start-regexp): Support private packages, include package
7415 name (for ada-set-point-accordingly).
7416 (ada-next-procedure, ada-previous-procedure)
7417 (ada-which-function-are-we-in): Match changes to
7418 ada-procedure-start-regexp.
7419 (ada-make-body): Make non-interactive; not a user function.
7420 (ada-make-subprogram-body): Improve doc string.
7421
7422 2006-11-11 Romain Francoise <romain@orebokech.com>
7423
7424 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7425 `compilation-error-regexp-alist' buffer-local, since we changed
7426 `compilation-error-regexp-alist-alist' locally.
7427
7428 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7429
7430 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7431 to the value of `server-raise-frame'.
7432
7433 2006-11-11 Glenn Morris <rgm@gnu.org>
7434
7435 * ido.el (ido-enable-prefix)
7436 * ses.el (ses-call-printer-return)
7437 * net/tramp.el (tramp-unified-filenames)
7438 * progmodes/cc-align.el (c-lineup-string-cont)
7439 * progmodes/compile.el (compilation-directory-matcher)
7440 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7441 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7442 (vhdl-clock-rising-edge)
7443 * textmodes/org.el (org-export-with-timestamps)
7444 (org-export-remove-timestamps-from-toc)
7445 (org-export-with-tags): Improve previous doc fixes.
7446
7447 2006-11-11 Richard Stallman <rms@gnu.org>
7448
7449 * textmodes/flyspell.el (flyspell-mode-map):
7450 Bind C-c $ instead of M-RET.
7451
7452 2006-11-10 Simon Marshall <simon@gnu.org>
7453
7454 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7455 fontification for "case" and "default" keywords.
7456
7457 2006-11-10 Andreas Schwab <schwab@suse.de>
7458
7459 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7460 Avoid starting sentence with "nil".
7461
7462 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7463
7464 * server.el (server-raise-frame): New option.
7465 (server-switch-buffer): Use it.
7466
7467 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7470 with a capital.
7471
7472 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7473
7474 * textmodes/org.el (org-show-hierarchy-above)
7475 (org-show-following-heading): Fix typo in default value.
7476 (org-scan-tags): Make the search case-sensitive.
7477 (org-tags-sparse-tree): Don't overrule
7478 `org-show-following-heading' and `org-show-hierarchy-above'.
7479 (org-reveal): New command.
7480 (org-show-context): Rename from `org-show-hierarchy-above'.
7481 (org-fast-tag-selection-single-key): New option.
7482 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7483 (org-tags-overlay): New variable.
7484 (org-agenda-todo-ignore-deadlines): New option.
7485 ("session"): Add circular data structure `org-mark-ring' to
7486 exceptions list in session.el.
7487 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7488 New options.
7489 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7490 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7491 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7492 (org-finalize-agenda): Activate bracket links in agenda.
7493 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7494 INACTIVE-OK.
7495 (org-show-hierarchy-above, org-show-following-heading):
7496 List values allowed for fine-tuned configuration.
7497 (org-show-hierarchy-above): New argument CONTEXT, use the
7498 fine-tuned settings in `org-show-hierarchy-above' and
7499 `org-show-following-heading'.
7500 (org-display-custom-time): New function.
7501 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7502 (org-display-custom-times, org-time-stamp-custom-formats):
7503 (org-maybe-intangible): New macro.
7504 (org-activate-bracket-links, org-hide-wide-columns):
7505 Use `org-maybe-intangible'.
7506 (org-open-file): Use `shell-quote-argument'.
7507 (org-display-internal-link-with-indirect-buffer): New option.
7508 (org-file-remote-p): Get regexp from list.
7509 (org-link-expand-abbrev): New function.
7510 (org-link-abbrev-alist): New option.
7511 (org-open-at-point, org-cleaned-string-for-export):
7512 Call `org-link-expand-abbrev'.
7513 (org-timeline, org-agenda-list, org-todo-list)
7514 (org-tags-view): Remove the KEEP-MODES argument.
7515 (org-finalize-agenda-hook): New hook.
7516 (org-get-alist-option): New function.
7517 (org-follow-timestamp-link): New function.
7518 (org-open-at-point): Call `org-follow-timestamp-link'.
7519 (org-log-note-marker, org-log-note-purpose)
7520 (org-log-note-window-configuration): New variables.
7521 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7522 (org-log-note-headings): New option.
7523 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7524 (org-store-link): Support for dired-mode.
7525 (org-open-file): Substitute environment variables into filename.
7526 (org-last): New defsubst.
7527 (org-agenda-re-align-tags): New function.
7528 (org-agenda-align-tags-to-column): New option.
7529 (org-agenda-timeline): Group removed.
7530 (org-prepare-agenda, org-prepare-agenda-buffers)
7531 (org-run-agenda-series, org-timeline, org-agenda-list)
7532 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7533 the text property inticating the agenda type.
7534 (org-agenda-post-command-hook): Get agenda type from text property
7535 at point.
7536 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7537 and obey `org-agenda-overriding-arguments'.
7538 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7539 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7540 (org-agenda-week-view, org-agenda-day-view):
7541 Use `org-agenda-overriding-arguments' to make updating work with
7542 multi-block agendas.
7543 (org-agenda-prefix-format): Allow different formats for the
7544 different agenda entry types.
7545 (org-timeline-prefix-format): Option removed, use
7546 `org-agenda-prefix-format' instead.
7547 (org-prepare-agenda): New function.
7548 (org-select-timeline-window): Option removed, use
7549 `org-select-agenda-window' instead.
7550 (org-respect-restriction): Variable removed.
7551 (org-cmp-tag): New function.
7552 (org-agenda-sorting-strategy, org-entries-lessp):
7553 Implement sorting by last tag.
7554 (org-complete): Better completion in in-buffer option lines.
7555 (org-in-item-p): New function.
7556 (org-org-menu): Add entries for checkboxes.
7557 (org-cycle): Extra brouping in outline-regexp, because it is used
7558 in a search with "^" prepended.
7559 (org-provide-checkbox-statistics): New option.
7560 (org-set-font-lock-defaults): Highlight checkbox statistics.
7561 (org-update-checkbox-count-maybe)
7562 (org-get-checkbox-statistics-face): New functions.
7563 (org-update-checkbox-count): New command.
7564 (org-insert-item, org-toggle-checkbox):
7565 Call `org-update-checkbox-count-maybe'.
7566 (org-export-as-html): XEmacs compatibility for coding system.
7567 (org-force-cycle-archived): New command.
7568 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7569 overrules cycling.
7570 (org-fix-position-after-promote): If the line contains only a todo
7571 keyword, add a final space.
7572 (org-promote-subtree, org-demote-subtree):
7573 Call `org-fix-position-after-promote'.
7574
7575 2006-11-10 Glenn Morris <rgm@gnu.org>
7576
7577 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7578 date in every year.
7579 (calendar-dst-check-each-year-flag): New customizable variable.
7580 (calendar-dst-find-data): New function, extracted from
7581 calendar-current-time-zone.
7582 (calendar-current-time-zone): Use calendar-dst-find-data.
7583 (calendar-dst-transition-cache): New variable.
7584 (calendar-dst-find-startend, calendar-dst-starts)
7585 (calendar-dst-ends): New functions.
7586 (calendar-daylight-savings-starts)
7587 (calendar-daylight-savings-ends): Change value to use
7588 calendar-dst-starts, calendar-dst-ends; respectively.
7589
7590 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7591
7592 * ido.el (ido-enable-prefix)
7593 * ses.el (ses-call-printer-return)
7594 * net/tramp.el (tramp-unified-filenames)
7595 * progmodes/cc-align.el (c-lineup-string-cont)
7596 * progmodes/compile.el (compilation-directory-matcher)
7597 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7598 * progmodes/gdb-ui.el (gdb-many-windows)
7599 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7600 (vhdl-clock-rising-edge)
7601 * textmodes/org.el (org-export-with-timestamps)
7602 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7603 (org-read-date): Doc fix (Nil -> nil).
7604
7605 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7606
7607 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7608 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7609
7610 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * bs.el (bs--window-for-buffer): Remove.
7613 (bs--show-with-configuration): Use `get-window-with-predicate'
7614 instead of `bs--window-for-buffer'.
7615
7616 2006-11-10 Kenichi Handa <handa@m17n.org>
7617
7618 * files.el (revert-buffer): Fix previous change.
7619
7620 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7621
7622 * bs.el (bs--redisplay): Fix typo in docstring.
7623 (bs--window-config-coming-from): Make frame-local.
7624 (bs--restore-window-config): New function.
7625 (bs-kill, bs-select, bs-select-other-window)
7626 (bs-select-other-frame): Use it.
7627 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7628 (bs--show-with-configuration): Save the window configuration as a
7629 frame local var, and only if *buffer-selection* is not already
7630 visible on this frame.
7631
7632 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * vc-svn.el (vc-svn-admin-directory): New var.
7635 (vc-svn-registered, vc-svn-responsible-p)
7636 (vc-svn-repository-hostname): Use it.
7637 Suggested by arit93@yahoo.com.
7638
7639 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7640
7641 * ldefs-boot.el: Regenerate.
7642
7643 2006-11-08 Alan Mackenzie <acm@muc.de>
7644
7645 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7646 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7647 for least nested open-paren.
7648
7649 2006-11-08 Romain Francoise <romain@orebokech.com>
7650
7651 * subr.el (remove-overlays): Fix typo in last change.
7652
7653 2006-11-08 Richard Stallman <rms@gnu.org>
7654
7655 * subr.el (remove-overlays): Call overlay-recenter.
7656
7657 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7658
7659 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7660 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7661 behaviour.
7662 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7663 directly.
7664
7665 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7668 (ido-max-dir-file-cache, ido-decorations)
7669 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7670 (ido-magic-backward-char, ido-enter-dired)
7671 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7672 (ido-list-directory, ido-first-match, ido-only-match)
7673 (ido-subdir, ido-indicator): Fix typos in docstrings.
7674 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7675 (ido-read-internal): Fix typo in error message.
7676
7677 2006-11-08 Kenichi Handa <handa@m17n.org>
7678
7679 * international/mule-cmds.el (set-default-coding-systems):
7680 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7681
7682 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7683
7684 * makefile.w32-in (setwins): Remove.
7685 (WINS_ALMOST): New macro.
7686 (WINS): Use it.
7687 (autoloads): Don't extract autoloads from files in obsolete/.
7688
7689 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * whitespace.el (whitespace-buffer): Call remove-overlays after
7692 overlay-recenter for performance. Suggested by Martin Rudalics.
7693
7694 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7695
7696 * net/tramp.el (tramp-default-method): scp is the default method.
7697
7698 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * server.el (server-start): Save also the Emacs pid in the server file.
7701
7702 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7705 point when displaying a bibtex cross reference in the echo area.
7706
7707 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7708
7709 * international/mule.el (make-char): Fix typo in docstring.
7710 (load-with-code-conversion, charsetp): Doc fixes.
7711
7712 * international/ja-dic-cnv.el (skkdic-convert):
7713 * cus-edit.el (hook): Fix typo in docstring.
7714
7715 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7718 (custom-mode-link-map): New variable.
7719 (custom-group-link, custom-manual): Use follow-link.
7720
7721 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7722
7723 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7724 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7725
7726 2006-11-06 Richard Stallman <rms@gnu.org>
7727
7728 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7729 New function broken out of flyspell-correct-word.
7730 (flyspell-mode-map): Bind it to M-RET.
7731 (flyspell-correct-word): Call it.
7732
7733 * textmodes/fill.el (fill-minibuffer-function): New function.
7734 (fill-paragraph): Bind fill-paragraph-function to
7735 fill-minibuffer-function.
7736
7737 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7738 so that they aren't undefined.
7739
7740 * dired.el (dired-readin): Locally bind file-name-coding-system.
7741
7742 * bindings.el: Shorten and clarify usual mode line mouse help string.
7743
7744 * Makefile.in (autoloads): Don't include `obsolete'.
7745
7746 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7749 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7750 Printing menu if it's not initialized.
7751 (pr-menu-bind): Act on menu-bar-file-menu directly.
7752
7753 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7754
7755 * help.el (view-emacs-news): Fix typo in error message.
7756
7757 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7758
7759 * shadowfile.el (shadow-define-regexp-group)
7760 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7761 (shadow-read-files): Fix typo in message.
7762 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7763 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7764 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7765 (shadow-file-match): Fix typos in docstrings.
7766
7767 * terminal.el (terminal-emulator): Fix typo in message.
7768
7769 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7770
7771 * emacs-lisp/lselect.el (x-kill-primary-selection)
7772 (x-delete-primary-selection, x-copy-primary-selection):
7773 Fix typos in error messages.
7774
7775 * emulation/edt-mapper.el: Fix typo in interactive message.
7776
7777 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7778
7779 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7780 (ispell-help): Fix typos in docstrings.
7781 (ispell-help): Fix typo in output message.
7782
7783 * allout.el (allout-adjust-file-variable)
7784 (allout-passphrase-verifier-string)
7785 (allout-passphrase-hint-string)
7786 (allout-toggle-current-subtree-encryption):
7787 * apropos.el (apropos-synonyms):
7788 * cus-edit.el (hook):
7789 * emacs-lock.el (emacs-lock-from-exiting):
7790 * follow.el (follow-avoid-tail-recenter-p):
7791 * hexl.el (hexl-mode):
7792 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7793 * mouse.el (mouse-set-font):
7794 * resume.el (resume-emacs-args-file):
7795 * rfn-eshadow.el (file-name-shadow-tty-properties):
7796 * t-mouse.el (t-mouse-process, t-mouse-mode):
7797 * emacs-lisp/cust-print.el (custom-print-install)
7798 (custom-print-uninstall, custom-format):
7799 * emacs-lisp/shadow.el (list-load-path-shadows):
7800 * emulation/tpu-edt.el (tpu-help-text)
7801 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7802 (tpu-reset-control-keys):
7803 * emulation/vip.el (vip-emacs-local-map)
7804 (vip-change-mode-to-emacs):
7805 * emulation/viper.el (viper-mode, viper-set-hooks)
7806 (viper-major-mode-modifier-list):
7807 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7808 * emulation/viper-keym.el (viper-emacs-kbd-map)
7809 (viper-toggle-key):
7810 * mail/feedmail.el (feedmail-queue-reminder)
7811 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7812 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7813 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7814 (feedmail-sender-line, feedmail-force-binary-write)
7815 (feedmail-from-line, feedmail-deduce-envelope-from)
7816 (feedmail-x-mailer-line, feedmail-message-id-generator)
7817 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7818 (feedmail-enable-spray, feedmail-spray-this-address)
7819 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7820 (feedmail-queue-runner-confirm-global)
7821 (feedmail-ask-before-queue-prompt)
7822 (feedmail-ask-before-queue-reprompt)
7823 (feedmail-prompt-before-queue-standard-alist)
7824 (feedmail-prompt-before-queue-user-alist)
7825 (feedmail-prompt-before-queue-help-supplement)
7826 (feedmail-queue-use-send-time-for-message-id)
7827 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7828 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7829 (feedmail-mail-send-hook-queued)
7830 (feedmail-confirm-addresses-hook-example)
7831 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7832 (feedmail-queue-runner-mode-setter)
7833 (feedmail-queue-alternative-mail-header-separator)
7834 (feedmail-queue-runner-message-sender)
7835 (feedmail-buffer-eating-function, feedmail-binmail-template)
7836 (feedmail-run-the-queue-no-prompts)
7837 (feedmail-run-the-queue-global-prompt)
7838 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7839 (feedmail-envelope-deducer, feedmail-fiddle-date)
7840 (feedmail-default-message-id-generator)
7841 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7842 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7843 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7844 (vms-pmail-setup):
7845 * play/dunnet.el (dun-help):
7846 * play/handwrite.el (handwrite):
7847 * play/hanoi.el (hanoi-unix-64):
7848 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7849 * textmodes/enriched.el (fixed):
7850 * textmodes/org.el (org-file-apps)
7851 (org-emphasis-regexp-components, org-emphasis-alist):
7852 * textmodes/texinfmt.el (batch-texinfo-format):
7853 Fix typos in docstrings.
7854
7855 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * loadhist.el (read-feature): Don't complete features not loaded
7858 from a file (which make `unload-feature' to fail).
7859
7860 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7861
7862 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7863
7864 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * startup.el (command-line-1): Kill emacs if the last frame is
7867 deleted while evaluating the command-line arguments.
7868
7869 2006-11-05 Richard Stallman <rms@gnu.org>
7870
7871 * startup.el (init-file-had-error): Add doc string.
7872 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7873 Use fixed-width font for keyboard key descriptions.
7874
7875 * cus-edit.el (custom-save-all): Error if saving in .emacs
7876 and it had an error when loaded.
7877
7878 * dired-aux.el (dired-copy-file-recursive): Catch errors
7879 from recursive copies in the loop, around the recursive call.
7880
7881 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7882
7883 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7884 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7885 `/proc/acpi/thermal_zone/*'.
7886 (battery-search-for-one-match-in-files): New. Search a regexp in
7887 the content of some files.
7888
7889 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7890
7891 * window.el (mouse-autoselect-window-now): Remove variable.
7892 (mouse-autoselect-window-state): New variable.
7893 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7894 (mouse-autoselect-window-select, handle-select-window):
7895 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7896 Suspend delayed autoselection during menu or popup dialog.
7897
7898 * info-look.el (info-lookup-guess-custom-symbol): New function
7899 for retrieving symbol at point in custom buffers.
7900 (top level) <info-lookup-maybe-add-help>: Add backquote and
7901 comma to ignored characters in regexps of help specifications
7902 for emacs-lisp-mode and lisp-interaction-mode. This permits
7903 looking up symbols in `...' and after a comma. Add help
7904 specifications for custom-mode and help-mode.
7905
7906 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7907
7908 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7909 Don't encode body if RAW is non-nil, or if the old encoding is
7910 identical to the new encoding, or if the body contains only
7911 eight-bit-* characters.
7912
7913 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7914
7915 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7916 (faces-sample-overlay): Remove variable.
7917 (describe-face): Insert sample text in the face being described.
7918
7919 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7920
7921 * whitespace.el (whitespace-indent-regexp): Make this match any
7922 multiples of eight spaces near the beginning of a line.
7923 (whitespace-buffer): Use `remove-overlays' instead of
7924 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7925 speed up overlay handling.
7926 (whitespace-buffer-leading, whitespace-buffer-trailing):
7927 Make these functions highlight the text removed by
7928 `whitespace-buffer-leading-cleanup' and
7929 `whitespace-buffer-trailing-cleanup' respectively.
7930 (whitespace-buffer-search): Use `with-local-quit'.
7931 Move `format' out of loop to speed up scanning larger buffers.
7932 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7933 that function is never added to a hook.
7934 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7935 (whitespace-buffer-leading-cleanup)
7936 (whitespace-refresh-rescan-list): Fix docstrings.
7937
7938 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7939
7940 * allout.el (allout-during-yank-processing): Cue for inhibiting
7941 aberrance processing during yanks.
7942 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7943 the amount of yanked topics that can be aberrant.
7944 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7945 a function, and supplement with inihibition of doublechecking
7946 during yanks.
7947 (allout-beginning-of-line, allout-next-heading)
7948 (allout-previous-heading, allout-goto-prefix-doublechecked)
7949 (allout-back-to-current-heading, allout-next-visible-heading)
7950 (allout-next-sibling): Use new allout-do-doublecheck function.
7951 (allout-next-sibling): Ensure we made progress when returning
7952 other than nil.
7953 (allout-rebullet-heading): Preserve text property annotations
7954 indicating the text was hidden, if it was.
7955 (allout-kill-line): Remove any added was-hidden annotations.
7956 (allout-kill-topic): Remove any added was-hidden annotations.
7957 (allout-annotate-hidden): Inhibit adding was-hidden text
7958 properties to the undo list.
7959 (allout-deannotate-hidden): New function to remove was-hidden
7960 annotation.
7961 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7962 (allout-remove-exposure-annotation): Replace by
7963 allout-deannotate-hidden.
7964 (allout-yank-processing): Signal that yank processing is happening
7965 with allout-during-yank-processing. Also, wrap
7966 allout-unprotected's closer to the text changes, for easier
7967 debugging. We need to inhibit-field-text-motion explicitly, in
7968 lieu of the encompassing allout-unprotected.
7969 (outlineify-sticky): Adjust criteria for triggering new outline
7970 decorations to presence or absence of any topics, not just a topic
7971 at the beginning of the buffer.
7972
7973 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7974
7975 * bs.el (bs--show-all, bs--redisplay):
7976 * cus-edit.el (custom-unlispify-menu-entries)
7977 (custom-unlispify-tag-names, custom-prompt-variable):
7978 * expand.el (expand-pos):
7979 * speedbar.el (speedbar-generic-list-tag-p):
7980 * wid-edit.el (widget-image-enable):
7981 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7982 * emacs-lisp/find-func.el (find-function-noselect)
7983 (find-function, find-variable-noselect, find-variable)
7984 (find-definition-noselect, find-face-definition):
7985 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7986 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7987 * progmodes/ada-xref.el (ada-find-in-ali):
7988 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7989 * textmodes/org.el (org-copy-subtree):
7990 * textmodes/table.el (table--row-column-insertion-point-p):
7991 Use "non-nil" in docstrings.
7992
7993 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7994
7995 * sort.el (sort-columns): Set the field separator to tab; on
7996 NetBSD, sort complains if "\n" is used as field separator.
7997
7998 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7999
8000 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8001
8002 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * server.el (server-auth-key): Remove. Replace by a process-property.
8005 (server-start): Don't remove the file of the previous process, but
8006 instead clear out the place for the new file.
8007 (server-start): Set the :auth-key property.
8008 (server-process-filter): Use the :auth-key property.
8009
8010 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8011
8012 * textmodes/org.el (org-mode-map): No longer copy
8013 `outline-mode-map' explicitly - this is already done by
8014 `define-derived-mode'.
8015
8016 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * server.el (server-visit-files): Use `when'.
8019 (server-process-filter): When authentication fails, send error
8020 message to client. Wrap `process-send-region' in `ignore-errors'
8021 instead of `condition-case', and remove misleading comment.
8022
8023 2006-11-01 Juri Linkov <juri@jurta.org>
8024
8025 * simple.el (yank): Doc fix.
8026
8027 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * server.el: Try and fit within 80 columns.
8030 (server-start): Make the auth file unreadable by other users.
8031
8032 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8033
8034 * battery.el (battery-linux-proc-acpi): Prevent range error when
8035 `full-capacity' is 0.
8036
8037 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8038
8039 * faces.el (faces-sample-overlay): New defvar.
8040 (faces-sample-overlay): New function to show face sample text.
8041 (describe-face): Use it.
8042
8043 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8044
8045 * progmodes/ada-stmt.el: Change maintainer, apply
8046 whitespace-cleanup, checkdoc.
8047 (ada-func-or-proc-name): Add doc string.
8048
8049 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8050 whitespace-cleanup, checkdoc. Minor improvements to many doc
8051 strings and comments.
8052 (ada-prj-display-page): Change buffer name to more accurately
8053 reflect function.
8054
8055 * progmodes/ada-xref.el: Change maintainer, apply
8056 whitespace-cleanup, checkdoc. Minor improvements to many doc
8057 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8058 (ada-compile-current): Don't add newlines to commands.
8059
8060 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8061
8062 * server.el: Add support for TCP sockets.
8063 (server-use-tcp, server-host, server-auth-dir): New options.
8064 (server-auth-key): New variable.
8065 (server-ensure-safe-dir): Create nonexistent parent dirs.
8066 Ignore Unix-style file modes on Windows.
8067 (server-start): Crete a TCP or Unix socket according to the value
8068 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8069 `server-auth-dir' directory.
8070 (server-process-filter): Delete process if authentication
8071 fails (which never happens for Unix sockets).
8072
8073 2006-10-30 David Kastrup <dak@gnu.org>
8074
8075 * subr.el (add-to-list): Don't continue checking if a match has
8076 been found.
8077
8078 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * tutorial.el: Move defvars to avoid bytecomp warnings.
8081 (tutorial--find-changed-keys): Check if viper-current-state is
8082 bound before using it.
8083 (help-with-tutorial): Check if viper-tutorial is defined before
8084 using it.
8085
8086 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8087
8088 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8089
8090 * tutorial.el: New file.
8091 (help-with-tutorial): Move here from help-fns.el. Add help for
8092 rebound keys. Fix resume of tutorial.
8093 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8094 (tutorial--find-changed-keys, tutorial--display-changes)
8095 (tutorial--saved-dir, tutorial--saved-file)
8096 (tutorial--save-tutorial): New functions to support the changes in
8097 help-with-tutorial.
8098
8099 2006-10-30 Kenichi Handa <handa@m17n.org>
8100
8101 * files.el (revert-buffer): If a unibyte buffer is being reverted
8102 with a coding system for multibyte, set buffer multibyte before
8103 calling insert-file-contents.
8104
8105 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * server.el (server-select-display): Use a dummy buffer to detect when
8108 the frame is later used.
8109 (server-select-display): New function.
8110 (server-process-filter): Use it to detect unused temp frames.
8111
8112 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8113
8114 * progmodes/ada-mode.el: Change maintainer, apply
8115 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8116 (ada-mode-version): New function.
8117 (ada-create-menu): Menu operations are available for all supported
8118 compilers.
8119
8120 2006-10-29 Lars Hansen <larsh@soem.dk>
8121
8122 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8123 Highlight as keyword.
8124 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8125 Don't call tramp-method-out-of-band-p for local files.
8126 (tramp-touch): Quote file name.
8127
8128 2006-10-28 Glenn Morris <rgm@gnu.org>
8129
8130 * calendar/calendar.el (cal-html-cursor-month)
8131 (cal-html-cursor-year): Add autoloads for this new package.
8132 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8133
8134 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8135
8136 * calendar/cal-html.el: New file.
8137
8138 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * emacs-lisp/authors.el (authors-aliases): Update.
8141
8142 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8143
8144 * version.el (emacs-version): Bump version number to 22.0.90.
8145
8146 2006-10-26 John W. Eaton <jwe@octave.org>
8147
8148 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8149 New defvar.
8150 (inferior-octave-resync-dirs): Check to see whether Octave has
8151 built-in variables and set inferior-octave-has-built-in-variables.
8152 Check inferior-octave-has-built-in-variables to decide whether to
8153 send commands that set built-in variables or call functions to
8154 change Octave's behavior.
8155 Send "disp (pwd ())" to Octave instead of just "pwd".
8156 (inferior-octave-startup): Send "more off" to Octave instead of
8157 "page_screen_output = 0".
8158
8159 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8162 pattern normally.
8163
8164 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * bindings.el (mode-line-mode-menu): Remove bindings for global
8167 minor modes (line/column number) as they are on the menubar.
8168
8169 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * term/w32-win.el (x-handle-name-switch): Doc fix.
8172 (w32-standard-fontset-spec): Fix typo in docstring.
8173
8174 * midnight.el (midnight-buffer-display-time): Doc fix.
8175 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8176
8177 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8178
8179 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8180
8181 * emulation/viper-ex.el (ex-read): Quote file argument.
8182
8183 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8184
8185 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8186
8187 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8188
8189 * textmodes/flyspell.el (flyspell-check-region-doublons):
8190 Fix last fix.
8191
8192 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8193
8194 * bindings.el (mode-line-mode-menu): List global minor modes
8195 before local ones.
8196
8197 2006-10-23 Kim F. Storm <storm@cua.dk>
8198
8199 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8200 (sit-for): If last command was a prefix arg, add the read-ahead
8201 event to unread-command-events as (t . EVENT) so it will be added
8202 to this-command-keys by read-key-sequence.
8203
8204 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8205
8206 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8207 whitespace when checking doublons.
8208 (flyspell-check-region-doublons): Fix doublon regexp.
8209 (flyspell-highlight-incorrect-region): Highlight doublons using
8210 flyspell-duplicate face.
8211
8212 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8213
8214 2006-10-22 John Wiegley <johnw@newartisans.com>
8215
8216 * progmodes/python.el (python-use-skeletons): python-mode was
8217 auto-inserting templates (for those with abbrev-mode on), not only
8218 by default -- *but without a configuration variable to disable
8219 it*. This rendered python-mode completely useless for me, so I
8220 have added `python-use-skeletons', which is now off by default.
8221
8222 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8223
8224 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8225 font-lock-multiline is auto-local (it's not).
8226 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8227 initialized before calling cperl-init-faces.
8228
8229 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8230
8231 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8232 gdb-stack-position a value when there is no fringe.
8233
8234 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8235 indicator if not visiting a file.
8236
8237 2006-10-20 David Kastrup <dak@gnu.org>
8238
8239 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8240 operation would still cause some window to collapse later.
8241
8242 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8245 side-effect due to mixing various backends's file properties.
8246
8247 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8248 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8249 Return `filename's status if applicable. Update callers.
8250
8251 2006-10-19 Kenichi Handa <handa@m17n.org>
8252
8253 * international/kkc.el (kkc-region): When a key sequence is not
8254 defined, append (this-single-command-raw-keys) to
8255 unread-input-method-events.
8256
8257 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8260
8261 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8262
8263 * version.el (emacs-version): Use mac-carbon-version-string.
8264
8265 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8266
8267 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8268
8269 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8270 Kenichi Handa).
8271 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8272 the selection is not UTF-8.
8273
8274 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * progmodes/ada-mode.el (ada-83-string-keywords)
8277 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8278 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8279 (ada-looking-at-semi-private, ada-get-body-name):
8280 Fix typos in docstrings.
8281 (ada-create-case-exception, ada-create-case-exception-substring):
8282 Fix typos in error messages.
8283 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8284
8285 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8286
8287 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8288 to default-frame-alist if default-frame-alist already contains
8289 width/height.
8290
8291 2006-10-18 Richard Stallman <rms@gnu.org>
8292
8293 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8294 Non-interactive arg is the value, not the expression.
8295
8296 * simple.el (read-expression-map): Just set it, no defvar.
8297
8298 * subr.el (insert-for-yank-1): If last inserted char has
8299 properties, mark them as rear-nonsticky.
8300
8301 * recentf.el (recentf-mode): Doc fix.
8302
8303 * facemenu.el (facemenu-add-new-face): Defend against symbol
8304 that isn't a face name.
8305
8306 * dired-aux.el (dired-do-copy): Doc fix.
8307
8308 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * simple.el (line-move-1): Ignore fields when moving to the
8311 beginning of line to avoid getting point stuck.
8312
8313 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8314
8315 * textmodes/flyspell.el (flyspell-word-search-backward):
8316 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8317 text.
8318
8319 2006-10-16 Richard Stallman <rms@gnu.org>
8320
8321 * help-fns.el (describe-function-1): Special case optimization
8322 for self-insert-command.
8323
8324 2006-10-16 Kim F. Storm <storm@cua.dk>
8325
8326 * ido.el (ido-reread-directory): Work in `dir' mode too.
8327
8328 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8329
8330 * textmodes/table.el: Require 'regexp-opt.
8331
8332 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8333
8334 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8335 Use shell-quote-argument.
8336
8337 * shell.el (explicit-bash-args): Likewise.
8338
8339 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8340 Use grep -E rather than egrep.
8341
8342 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8343
8344 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8345
8346 2006-10-15 Kim F. Storm <storm@cua.dk>
8347
8348 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8349
8350 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8351
8352 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8353 to protect whitespace and metacharacters from the shell.
8354
8355 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8356
8357 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8358
8359 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8360
8361 * subr.el (start-process-shell-command): Doc fix.
8362
8363 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8364
8365 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8366 the regexp for Maxima symbols.
8367
8368 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8371 (vc-find-root): Don't walk higher up than ~.
8372
8373 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * international/utf-8.el (utf-translate-cjk-load-tables):
8376 Avoid clobbering last-coding-system-used during load.
8377
8378 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8379
8380 * textmodes/reftex-global.el (reftex-create-tags-file):
8381 Quote file arguments.
8382
8383 2006-10-12 Richard Stallman <rms@gnu.org>
8384
8385 * files.el (file-name-history): Add defvar.
8386 (save-some-buffers-action-alist): Improve description strings.
8387
8388 2006-10-12 Andreas Schwab <schwab@suse.de>
8389
8390 * files.el (auto-mode-alist): Match change log file name also with
8391 a dash before a numeric extension.
8392
8393 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8394
8395 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8396 After 5.0:
8397 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8398
8399 After 5.1: Major edit. Summary of most visible changes:
8400
8401 - Multiple <<HERE per line allowed.
8402 - Handles multiline subroutine declaration headers (with comments).
8403 (The exception is `cperl-etags' - but it is not used in the rest
8404 of the mode.)
8405 - Fontifies multiline my/our declarations (even with comments,
8406 and with legacy `font-lock').
8407 - Major speedup of syntaxification, both immediate and postponed
8408 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8409 huge real-life document I tested).
8410 - New bindings, edits to imenu.
8411 - "_" is made into word-char during fontification/syntaxification;
8412 some attempts to recognize non-word "_" during other operations too.
8413 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8414 - autoload some more perldoc-related stuff
8415 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8416 - Attempt to incorporate XEmacs edits which reached me.
8417
8418 Fine-grained changelog:
8419 (cperl-hook-after-change): New configuration variable.
8420 (cperl-vc-sccs-header): Likewise.
8421 (cperl-vc-sccs-header): Likewise.
8422 (cperl-vc-header-alist): Default via two preceding variables.
8423 (cperl-invalid-face): Remove double quoting under XEmacs
8424 (still needed under 21.2).
8425 (cperl-tips): Update URLs for resources.
8426 (cperl-problems): Likewise.
8427 (cperl-praise): Mention new features.
8428 New C-c key bindings: for `cperl-find-bad-style',
8429 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8430 `cperl-perdoc', and `cperl-perldoc-at-point'.
8431 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8432 moved, new submenu of Tools with Ispell entries and narrowing.
8433 (cperl-after-sub-regexp): New defsubst.
8434 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8435 Allows heads up to head4.
8436 Allow "package;".
8437 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8438 (paren-backwards-message): ??? Something for XEmacs???
8439 (cperl-mode): Never auto-switch abbrev-mode off.
8440 Try to allow '_' be non-word char.
8441 Do not use `font-lock-unfontify-region-function' on XEmacs.
8442 Reset syntax cache on mode start.
8443 Support multiline facification (even on legacy `font-lock').
8444 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8445 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8446 refuse to inform us whether the fontification is due to lazy
8447 calling or due to edit to a buffer, install our own hook
8448 (controlled by `cperl-hook-after-change').
8449 (cperl-electric-pod): =cut may have been recognized as start.
8450 (cperl-block-p): Move, updated for attributes.
8451 (cperl-calculate-indent): Try to allow '_' be non-word char
8452 Support subs with attributes.
8453 (cperl-where-am-i): Quiet (?) a warning.
8454 (cperl-cached-syntax-table): New function.
8455 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8456 (cperl-unwind-to-safe): Recognize `syntax-type' property
8457 changing in a middle of line.
8458 (cperl-find-sub-attrs): New function.
8459 (cperl-find-pods-heres): Allow many <<EOP per line.
8460 Allow subs with attributes.
8461 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8462 Recognize "extproc " (OS/2) case-folded and only at start.
8463 /x on s///x with empty replacement was not recognized.
8464 Better comments.
8465 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8466 Allow subs with attributes, labels.
8467 Do not confuse "else::foo" with "else".
8468 Minor optimizations...
8469 (cperl-after-expr-p): Try to allow '_' be non-word char.
8470 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8471 with `looking-at' inside `narrow' and bulk out if found.
8472 (cperl-imenu--create-perl-index): Updates for new
8473 `cperl-imenu--function-name-regexp-perl'.
8474 (cperl-outline-level): Likewise.
8475 (cperl-init-faces): Allow multiline subroutine headers
8476 and my/our declarations, and ones with comments.
8477 Allow subroutine attributes.
8478 (cperl-imenu-on-info): Better docstring.
8479 (cperl-etags): Rudimentary support for attributes.
8480 Support for packages and "package;".
8481 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8482 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8483 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8484 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8485 (cperl-perldoc): Add autoload.
8486 (cperl-perldoc-at-point): Likewise.
8487 (cperl-here-doc-spell): New function.
8488 (cperl-pod-spell): Likewise.
8489 (cperl-map-pods-heres): Likewise.
8490 (cperl-get-here-doc-region): Likewise.
8491 (cperl-font-lock-fontify-region-function): Likewise (backward
8492 compatibility for legacy `font-lock').
8493 (cperl-font-lock-unfontify-region-function): Fix style.
8494 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8495 calls with no-change. Governed by `cperl-hook-after-change'.
8496 (cperl-fontify-update): Recognize that syntaxification region
8497 can be larger than fontification one.
8498 XXXX we leave `cperl-postpone' property, so this is quadratic...
8499 (cperl-fontify-update-bad): Temporary placeholder until
8500 it is clear how to implement `cperl-fontify-update'.
8501 (cperl-time-fontification): New function.
8502 (attrib-group): New text attribute.
8503 (multiline): New value: `syntax-type' text attribute.
8504
8505 After 5.2:
8506 (cperl-emulate-lazy-lock): New function.
8507 (cperl-fontify-syntaxically): Would skip large regions.
8508 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8509 Some globals were declared, but uninitialized.
8510
8511 After 5.3, 5.4:
8512 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8513 Copyright message updated.
8514 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8515 facification down a bit.
8516 Misprint for my|our|local for old `font-lock'
8517 "our" was not fontified same as "my|local".
8518 Highlight variables after "my" etc even in
8519 a middle of an expression.
8520 Do not facify multiple variables after my etc
8521 unless parentheses are present.
8522
8523 After 5.5, 5.6
8524 (cperl-fontify-syntaxically): after-change hook could reset.
8525 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8526
8527 After 5.7:
8528 (cperl-init-faces): Allow highlighting of local ($/).
8529 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8530 (cperl-problems): Remove fixed problems.
8531 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8532 Recognize charclasses (unless delimiter is \).
8533 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8534 (cperl-regexp-scan): Update docs.
8535 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8536
8537 After 5.8:
8538 Major user visible changes:
8539 Recognition and fontification of character classes in RExen.
8540 Variable indentation of RExen according to groups.
8541
8542 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8543 Fontify REx charclasses in variable-name face.
8544 Fontify POSIX charclasses in "type" face.
8545 Fontify unmatched "]" in function-name face.
8546 Mark first-char of HERE-doc as `front-sticky'.
8547 Reset `front-sticky' property when needed.
8548 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8549 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8550 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8551 constructs. Support `narrow'ed buffers.
8552 (cperl-praise): Remove a reservation.
8553 (cperl-make-indent): New function.
8554 (cperl-indent-for-comment): Use `cperl-make-indent'.
8555 (cperl-indent-line): Likewise.
8556 (cperl-lineup): Likewise.
8557 (cperl-beautify-regexp-piece): Likewise.
8558 (cperl-contract-level): Likewise.
8559 (cperl-toggle-set-debug-unwind): New function.
8560 New menu entry for this.
8561 (fill-paragraph-function): Use when `boundp'.
8562 (cperl-calculate-indent): Take into account groups when indenting RExen.
8563 (cperl-to-comment-or-eol): Recognize # which end a string.
8564 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8565 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8566 (cperl-fontify-syntaxically): More clear debugging message.
8567 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8568 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8569 Merge cosmetic changes from XEmacs.
8570
8571 After 5.9:
8572 (cperl-1+): Move to before the first use.
8573 (cperl-1-): Likewise.
8574
8575 After 5.10:
8576
8577 This code may lock Emacs hard!!! Use at your own risk!
8578
8579 (cperl-font-locking): New internal variable.
8580 (cperl-beginning-of-property): New function.
8581 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8582 instead of `previous-single-property-change'.
8583 (cperl-unwind-to-safe): Likewise.
8584 (cperl-after-expr-p): Likewise.
8585 (cperl-get-here-doc-region): Likewise.
8586 (cperl-font-lock-fontify-region-function): Likewise.
8587 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8588 recursively.
8589 Bound `next-single-property-change' via `point-max'.
8590 (cperl-unwind-to-safe): Bound likewise
8591 (cperl-font-lock-fontify-region-function): Likewise.
8592 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8593 Initialization of `cperl-font-lock-multiline-start' could be
8594 missed if the "main" fontification did not run due to the
8595 keyword being already fontified.
8596 (cperl-pod-spell): Return t from do-one-chunk function.
8597 (cperl-map-pods-heres): Stop when the worker returns nil.
8598 Call `cperl-update-syntaxification'.
8599 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8600 (cperl-get-here-doc-delim): Remove unused function.
8601
8602 After 5.11:
8603
8604 The possible lockup of Emacs (introduced in 5.10) fixed.
8605
8606 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8607 (cperl-syntaxify-for-menu): New customization variable.
8608 (cperl-select-this-pod-or-here-doc): New function.
8609 (cperl-get-here-doc-region): Extra argument.
8610 Do not adjust pos by 1.
8611
8612 New menu entries
8613 (Perl/Tools): Selection of current POD or HERE-DOC section.
8614 (Debugging CPerl:) backtrace on fontification.
8615
8616 After 5.12:
8617 (cperl-cached-syntax-table): Use `car-safe'.
8618 (cperl-forward-re): Remove spurious argument SET-ST.
8619 Add documentation.
8620 (cperl-forward-group-in-re): New function.
8621 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8622 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8623
8624 After 5.13:
8625 (cperl-string-syntax-table): Make { and } not-grouping
8626 (Sometimes they ARE grouping in RExen, but matching them would only
8627 confuse in many situations when they are not)
8628 (beginning-of-buffer): Replace two occurrences with goto-char...
8629 (cperl-calculate-indent): `char-after' could be nil...
8630 (cperl-find-pods-heres): REx can start after "[" too.
8631 Hightlight (??{}) in RExen too.
8632 (cperl-maybe-white-and-comment-rex): New constant
8633 (cperl-white-and-comment-rex): Likewise.
8634 XXXX Not very efficient, but hard to make
8635 better while keeping 1 group.
8636
8637 After 5.13:
8638 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8639 Likewise for 1 << identifier.
8640
8641 After 5.14:
8642 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8643 Error-less condition-case could fail.
8644 (cperl-font-lock-fontify-region-function): Likewise.
8645 (cperl-init-faces): Likewise.
8646
8647 After 5.15:
8648 (cperl-find-pods-heres): Support property REx-part2.
8649 (cperl-calculate-indent): Likewise.
8650 Don't special-case REx with non-empty 1st line.
8651 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8652 Invert highlighting of charclasses:
8653 now the envelop is highlighted.
8654 Highlight many others 0-length builtins.
8655 (cperl-praise): Mention indenting and highlight in RExen.
8656
8657 After 5.15:
8658 (cperl-find-pods-heres): Highlight capturing parens in REx.
8659
8660 After 5.16:
8661 (cperl-find-pods-heres): Highlight '|' for alternation
8662 Initialize `font-lock-warning-face' if not present.
8663 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8664 `font-lock-function-name-face'.
8665 (cperl-look-at-leading-count): Likewise.
8666 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8667 `font-lock-keyword-face' (needed for
8668 batch processing), etc...
8669 Use `font-lock-builtin-face' for builtin in REx
8670 Now `font-lock-variable-name-face'
8671 is used for interpolated variables
8672 Use "talking aliases" for faces inside REx
8673 Highlight parts of REx (except in charclasses)
8674 according to the syntax and/or semantic
8675 Syntax-mark a {}-part of (?{}) as "comment"
8676 (it was the ()-part)
8677 Better logic to distinguish what is what in REx
8678 (cperl-tips-faces): Document REx highlighting
8679 (cperl-praise): Mention REx syntax highlight etc.
8680
8681 After 5.17:
8682 (cperl-find-sub-attrs): Would not always manage to print error message.
8683 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8684
8685 After 5.18:
8686 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8687 Very minor optimization.
8688 `my-cperl-REx-modifiers-face' got quoted.
8689 Recognize "print $foo <<END" as HERE-doc.
8690 Put `REx-interpolated' text attribute if needed.
8691 (cperl-invert-if-unless-modifiers): New function.
8692 (cperl-backward-to-start-of-expr): Likewise.
8693 (cperl-forward-to-end-of-expr): Likewise.
8694 (cperl-invert-if-unless): Works in "the opposite way" too.
8695 Cursor position on return is on the switch-word.
8696 Indents comments better.
8697 (REx-interpolated): New text attribute.
8698 (cperl-next-interpolated-REx): New function.
8699 (cperl-next-interpolated-REx-0): Likewise.
8700 (cperl-next-interpolated-REx-1): Likewise.
8701 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8702 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8703 (cperl-praise): Mention finded interpolated RExen.
8704
8705 After 5.19:
8706 (cperl-init-faces): Highlight %$foo, @$foo too.
8707 (cperl-short-docs): Better docs for system, exec.
8708 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8709 Would not find HERE-doc ended by EOF without NL.
8710 (cperl-short-docs): Correct not-doubled \-escapes.
8711 start block: Put some `defvar' for stuff gone from XEmacs.
8712
8713 After 5.20:
8714 initial comment: Extend copyright, fix email address.
8715 (cperl-indent-comment-at-column-0): New customization variable.
8716 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8717 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8718 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8719 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8720 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8721 highlight $ in $foo too (UNTESTED).
8722 (cperl-set-style): Docstring missed some available styles.
8723 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8724 Change "Current" to "Memorize Current".
8725 (cperl-indent-wrt-brace): New customization variable; the default is
8726 as for pre-5.2 version.
8727 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8728 (cperl-style-alist): Likewise.
8729 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8730 and `cperl-extra-newline-before-brace' etc
8731 being t
8732 (cperl-indent-exp): Plans B and C to find continuation blocks even
8733 if `cperl-extra-newline-before-brace' is t.
8734
8735 After 5.21:
8736 Improve some docstrings concerning indentation.
8737 (cperl-indent-rules-alist): New variable.
8738 (cperl-sniff-for-indent): New function name
8739 (separated from `cperl-calculate-indent').
8740 (cperl-calculate-indent): Separate the sniffer and the indenter;
8741 uses `cperl-sniff-for-indent' now.
8742 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8743 was inverted;
8744 Support `comment-column' = 0.
8745
8746 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8747
8748 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8749 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8750 * longlines.el (longlines-window-change-function): Likewise.
8751 * simple.el (undo-ask-before-discard): Likewise.
8752 * wid-edit.el (widget-field-prompt-internal)
8753 (widget-documentation-link-p): Likewise.
8754
8755 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8758 for a keyword.
8759
8760 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * newcomment.el (comment-valid-prefix-p): Make the check
8763 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8764 (comment-indent-new-line): Adjust call.
8765
8766 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8767
8768 * allout.el (allout-back-to-current-heading): Base on lower-level
8769 routines to get proper disqualification of aberrant topics.
8770
8771 2006-10-09 Richard Stallman <rms@gnu.org>
8772
8773 * textmodes/two-column.el (2C-two-columns): Doc fix.
8774
8775 2006-10-09 Kim F. Storm <storm@cua.dk>
8776
8777 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8778 about implicit use.
8779
8780 2006-10-08 Richard Stallman <rms@gnu.org>
8781
8782 * textmodes/two-column.el (2C-two-columns): Doc fix.
8783
8784 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8785
8786 * files.el: Mark `buffer-read-only' as safe-local-variable.
8787
8788 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8791 Burp if GUD buffer has been killed.
8792
8793 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * completion.el (add-completions-from-c-buffer):
8796 Don't presume an error's second element is a string.
8797 Use looking-at rather than buffer-substring + member.
8798
8799 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8800
8801 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8802 `undecided', call find-coding-systems-region to find a proper
8803 non-trivial encoding.
8804 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8805 and "text/plain".
8806
8807 2006-10-07 Kevin Ryde <user42@zip.com.au>
8808
8809 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8810 url-link.
8811
8812 * strokes.el (defgroup strokes): Remove invalid url-link.
8813
8814 2006-10-07 Magnus Henoch <mange@freemail.hu>
8815
8816 * autoinsert.el (auto-insert-alist): Doc fix.
8817
8818 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8819
8820 * mouse-sel.el (mouse-insert-selection-internal):
8821 Use insert-for-yank, so that yank handlers are run.
8822
8823 2006-10-07 Kim F. Storm <storm@cua.dk>
8824
8825 * ido.el (ido-file-extension-aux): Fix comparison.
8826
8827 2006-10-06 Kim F. Storm <storm@cua.dk>
8828
8829 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8830
8831 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8832
8833 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8834 (ad-make-mapped-call): Use `let', not `let*'.
8835
8836 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * international/mule-cmds.el (coding-system-change-eol-conversion):
8839 Ensure the coding system is initialized before calling
8840 coding-system-eol-type.
8841
8842 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8843
8844 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8845 (org-activate-angle-links, org-activate-dates)
8846 (org-activate-target-links, org-activate-camels)
8847 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8848 textproperty keymaps from being active beyond the end of a line.
8849 (org-unfontify-region): Also remove `rear-nonsticky' property.
8850
8851 2006-10-04 Kenichi Handa <handa@m17n.org>
8852
8853 * international/code-pages.el (next): Table fixed.
8854
8855 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8858 that it's been made unnecessary by removing narrowing.
8859
8860 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8863 control flow a bit, simplify another bit, and add comments.
8864
8865 2006-10-03 David Kastrup <dak@gnu.org>
8866
8867 * help.el (describe-mode): For clicks on mode-line, use "@"
8868 interactive argument to get the major mode of the click instead of
8869 the current buffer.
8870
8871 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8872 in order to better redirect mouse-2 clicks. Also allow default
8873 bindings to apply.
8874
8875 2006-10-03 Kim F. Storm <storm@cua.dk>
8876
8877 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8878 (pushnew): Fix last change.
8879
8880 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8881
8882 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8883 Use the interactive spec of `eval-expression'.
8884
8885 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8886
8887 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8888
8889 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8890
8891 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8892 2006-09-28 commit.
8893
8894 2006-10-02 Kenichi Handa <handa@m17n.org>
8895
8896 * international/code-pages.el (iso-8859-6): Table fixed.
8897
8898 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8899
8900 * dired.el (dired-build-subdir-alist): Fix previous change.
8901
8902 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8903
8904 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8905
8906 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8909 "define-button-type".
8910
8911 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8912 they don't keep accumulating.
8913
8914 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8915
8916 * ffap.el (ffap-rfc-path): Change the address of the RFC
8917 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8918
8919 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8920
8921 * allout.el (allout-expose-topic): Rectify implementation of "+"
8922 spec, so that bodies are not exposed with headlines.
8923
8924 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8925
8926 * allout.el (allout-current-depth): Do aberrent check only at or
8927 below doublecheck depth.
8928 (allout-chart-subtree): Make it explicit that LEVELS being nil
8929 means unlimited depth. Drop undocumented support for LEVELS value
8930 t meaning unlimited depth. (This is consistent with
8931 allout-chart-to-reveal, but contrary to allout-show-children,
8932 which needs to use nil to default to depth of 1.)
8933 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8934 (allout-chart-to-reveal): Be explicit in docstring about meaning
8935 of nil LEVELS, and drop support for LEVELS value t.
8936 (allout-show-children): Translate the level spec used by this
8937 routine to that used by allout-chart-subtree and
8938 allout-chart-to-reveal.
8939 (allout-show-to-offshoot): Retry once when stuck, after opening
8940 subtree - improvements in discontinuity handling likely will
8941 enable progress.
8942
8943 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * wid-edit.el (widget-button-click-moves-point): New variable.
8946 (widget-button-click): If widget-button-click-moves-point is
8947 non-nil, set point after performing the button action.
8948
8949 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8950
8951 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8952
8953 * files.el (find-file-existing): Modify to not allow wildcards.
8954
8955 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8956
8957 * simple.el (undo-more): When undo information for the region is
8958 exhausted, say "No further undo information FOR REGION".
8959
8960 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8961
8962 * progmodes/sh-script.el (sh-prev-thing):
8963 Take `sh-leading-keywords' into account.
8964
8965 2006-09-29 Glenn Morris <rgm@gnu.org>
8966
8967 * custom.el (defcustom): Doc fix.
8968
8969 * calendar/calendar.el (european-calendar-style):
8970 Call european-calendar or american-calendar as needed when set.
8971 (diary-view-entries, list-calendar-holidays): Move autoloads
8972 before use.
8973
8974 2006-09-29 Juri Linkov <juri@jurta.org>
8975
8976 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8977 to nil if there is no previous property change.
8978
8979 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8980
8981 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8982 saving anything to be sure that `forward-sexp' behaves correctly.
8983
8984 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8985
8986 * simple.el (line-move-finish): Ignore field boundaries if the
8987 initial and final points have the same `field' property.
8988
8989 2006-09-29 Kim F. Storm <storm@cua.dk>
8990
8991 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8992 to t while calling ido-read-internal.
8993
8994 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8995
8996 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8997 (org-archive-subtree): Remove erraneous `]' from character list.
8998
8999 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9000
9001 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9002 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9003 markers for data-area and parameters-area.
9004
9005 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9008
9009 * font-lock.el (font-lock-after-change-function): Refontify next line
9010 as well if end is at BOL.
9011 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9012 only extend the region as much as needed.
9013
9014 2006-09-28 Richard Stallman <rms@gnu.org>
9015
9016 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9017
9018 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9019
9020 * international/mule.el (after-insert-file-set-coding):
9021 If VISIT, don't let set-buffer-multibyte make undo info.
9022
9023 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9024
9025 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9026 lines in base64-encoded authentication response.
9027
9028 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9029
9030 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9031 (ebnf-version): New version 4.3.
9032 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9033 (ebnf-prologue): Adjust PostScript programming.
9034 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9035 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9036
9037 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * jit-lock.el (jit-lock-force-redisplay): Rename from
9040 jit-lock-fontify-again, and undo the mistaken change I've just done.
9041
9042 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9043 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9044
9045 2006-09-26 Kenichi Handa <handa@m17n.org>
9046
9047 * startup.el (display-splash-screen): Allow a prefix argument.
9048
9049 2006-09-25 Jason Rumney <jasonr@gnu.org>
9050
9051 * subr.el (shell-quote-argument): Use DOS logic for Windows
9052 shells with DOS semantics.
9053
9054 2006-09-24 Richard Stallman <rms@gnu.org>
9055
9056 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9057 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9058 to delete the overlay. Put it on pre-command-hook.
9059
9060 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9061
9062 * startup.el (fancy-splash-screens, normal-splash-screen):
9063 Call the splash buffer *About GNU Emacs*.
9064
9065 * simple.el (next-error-highlight, next-error-highlight-no-select):
9066 Default to 0.5.
9067 (yank-excluded-properties): Add `fontified'.
9068
9069 * font-lock.el (font-lock-compile-keywords): Allow value of
9070 syntax-begin-function to enable paren-column-0 highlighting.
9071
9072 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9073
9074 * dired.el (dired-build-subdir-alist): When file ends in colon,
9075 don't exit the loop, just disregard that file.
9076
9077 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9078
9079 * simple.el (line-move-finish): Handle corner case for fields in
9080 continued lines.
9081 (line-move-1): Remove flawed test for that case.
9082
9083 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9084
9085 * icomplete.el (icomplete-simple-completing-p): Use the correct
9086 name for the new variable, `icomplete-with-completion-tables'.
9087 (file local variables): Remove superfluous setting.
9088
9089 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9090
9091 * calendar/appt.el (appt-check): Fix typo for appointments just
9092 after midnight.
9093
9094 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * help.el (describe-key-briefly, describe-key): Don't expect an
9097 extra up event if a down-event is generated by a popup menu.
9098
9099 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9100
9101 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9102 local dictionary when changing the global dictionary.
9103
9104 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9105
9106 * icomplete.el (icomplete-with-completion-tables): List of
9107 specialized completion tables with which icomplete should
9108 operate. Include the new `internal-complete-buffer', so icomplete
9109 works with interactive buffer-selection.
9110 (icomplete-simple-completing-p): Add acceptance of specialized
9111 completion tables listed in icomplete-with-completion-tables.
9112
9113 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9114
9115 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9116
9117 * startup.el (command-line): Use `custom-reevaluate-setting' for
9118 `focus-follows-mouse'.
9119
9120 2006-09-22 Richard Stallman <rms@gnu.org>
9121
9122 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9123 explain why Save is not available.
9124
9125 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9126
9127 * woman.el (woman0-so): Use `let*', not `let'.
9128 (woman-horizontal-line): Remove unbalanced parenthesis.
9129
9130 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * woman.el: Make sure all the end-of-region markers we use have
9133 a non-nil insertion-type.
9134 (woman0-so): Move things around so we can use copy-marker.
9135 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9136 Adjust marker type.
9137 (woman2-process-escapes): Check marker type.
9138 (woman-horizontal-line): Dispense with the use of a marker.
9139
9140 2006-09-22 Jay Belanger <belanger@truman.edu>
9141
9142 * calc/calc-lang.el: Add Greek letters to math-variable-table
9143 property of tex.
9144
9145 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9146
9147 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9148
9149 2006-09-22 Masatake YAMATO <jet@gyve.org>
9150
9151 * add-log.el (add-log-current-defun): Use `forward-sexp'
9152 instead of `forward-word' to pick c++::symbol.
9153 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9154
9155 2006-09-22 Kenichi Handa <handa@m17n.org>
9156
9157 * bindings.el: Fix setting self-insert-command for multibyte
9158 characters in global-map.
9159
9160 2006-09-21 David Kastrup <dak@gnu.org>
9161
9162 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9163 doc string.
9164
9165 2006-09-21 Kenichi Handa <handa@m17n.org>
9166
9167 * language/european.el ("Latin-1"): Add windows-1252 to
9168 coding-priority.
9169 ("German"): Likewise.
9170
9171 2006-09-21 Kim F. Storm <storm@cua.dk>
9172
9173 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9174 Suggested by Miles Bader.
9175
9176 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9177 instead of add-to-list in the simple case.
9178
9179 2006-09-20 Kenichi Handa <handa@m17n.org>
9180
9181 * isearch.el (isearch-process-search-char): Cancel the previous change.
9182 (isearch-search-string): New function.
9183 (isearch-search): Use isearch-search-string.
9184 (isearch-lazy-highlight-search): Likewise.
9185
9186 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9187
9188 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9189 string to become an option.
9190
9191 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9194
9195 2006-09-20 Kim F. Storm <storm@cua.dk>
9196
9197 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9198 position t instead of trying both window-end and window-end - 1.
9199
9200 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9201
9202 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9203 hidden trees.
9204
9205 2006-09-20 David Kastrup <dak@gnu.org>
9206
9207 * mouse.el (mouse-posn-property): Improve doc string.
9208 (mouse-on-link-p): Change buffers for function calls on links.
9209
9210 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9211 buffer is read-only.
9212
9213 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9214
9215 * allout.el (allout-unprotected): Let inhibit-read-only only when
9216 buffer-read-only isn't set.
9217 (allout-annotate-hidden): Enable topic annotation during copies even
9218 when the buffer is read-only, eg for topic copies. Ensure that the loop
9219 advances, even when the span extends beyond the deletion region.
9220 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9221 rather than allout-exposure-changed-hook, as a stronger assertion.
9222 (allout-keybindings-list): Add bindings for
9223 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9224 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9225 Copy wrappers for allout-kill-line and allout-kill-topic.
9226 (allout-listify-exposed): Position correctly to accumulate lines.
9227
9228 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * simple.el (line-move-1): Escape field boundaries occurring
9231 exactly at point. Update goal column if constrained to a field.
9232 (line-move-finish): Escape field boundaries occurring exactly at point.
9233
9234 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9237 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9238
9239 2006-09-19 Kim F. Storm <storm@cua.dk>
9240
9241 * help.el (describe-key-briefly, describe-key): Simplify printing
9242 of descriptions by using format and %S. Fix "is undefined"
9243 messages to say "at that spot" for mouse events.
9244
9245 * simple.el (line-move-partial): Optimize. Try window-line-height
9246 before posn-at-point to get vpos of current line.
9247
9248 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9249
9250 * emulation/viper.el: Bump up version/date of update to reflect the
9251 substantial changes done in August 2006.
9252
9253 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9254 push-button are defined.
9255
9256 * ediff-util.el (ediff-add-to-history): New function.
9257
9258 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9259
9260 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9261
9262 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9263 Delete duplicate make-local-variable form.
9264 (conf-space-keywords): Add autoload cookie.
9265 Fix typo (`keywords', not `keyword').
9266
9267 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9268
9269 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9270 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9271 to x-gtk-use-old-file-dialog.
9272
9273 2006-09-18 Richard Stallman <rms@gnu.org>
9274
9275 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9276 that might come in during mouse tracking.
9277
9278 2006-09-18 Kim F. Storm <storm@cua.dk>
9279
9280 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9281 new window-line-height function. Further optimize by not calling
9282 pos-visible-in-window-p for window-end when window-line-height
9283 returns useful information.
9284
9285 2006-09-16 Richard Stallman <rms@gnu.org>
9286
9287 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9288 (conf-space-mode): Don't handle prefix arg.
9289 Delete conf-space-keywords-override code.
9290 Use add-hook.
9291 (conf-space-keywords): New command.
9292 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9293 Delete conf-space-keywords-override code.
9294 (conf-space-keywords-alist): Doc fix.
9295 (conf-space-font-lock-keywords): Doc fix.
9296 (conf-space-keywords-override): Var deleted.
9297
9298 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * startup.el (fancy-splash-screens): Don't switch to the scratch
9301 buffer; it may not be the next buffer.
9302
9303 2006-09-16 Romain Francoise <romain@orebokech.com>
9304
9305 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9306 in both messages.
9307
9308 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9309
9310 * progmodes/python.el (python-preoutput-filter):
9311 Fix arg order to string-match.
9312
9313 2006-09-16 Richard Stallman <rms@gnu.org>
9314
9315 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9316 font-lock-compile-keywords.
9317
9318 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9319 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9320
9321 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9322
9323 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9324
9325 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9326 and the data doesn't look like UTF8, send STRING instead.
9327
9328 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9329
9330 * textmodes/flyspell.el (flyspell-check-region-doublons):
9331 New function to detect duplicated words.
9332 (flyspell-large-region): Use it.
9333
9334 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9335
9336 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9337
9338 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9339
9340 * help.el (describe-prefix-bindings): Use let, not let*.
9341
9342 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9343
9344 * allout.el (allout-regexp, allout-line-boundary-regexp)
9345 (allout-bob-regexp): Correct grouping and boundaries to fix
9346 backwards traversal.
9347 (allout-depth-specific-regexp, allout-depth-one-regexp):
9348 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9349 worse time in allout-ascend.
9350 (allout-doublecheck-at-and-shallower): Identify depth threshold
9351 below which topics are checked for and disqualified by containment
9352 discontinuities.
9353 (allout-hotspot-key-handler): Correctly handle multiple-key
9354 strokes. Remove some unused variables.
9355 (allout-mode-leaders): Clarify that mode-specific comment-start
9356 will be used.
9357 (set-allout-regexp): Correctly regexp-quote allout regexps to
9358 properly accept alternative header-leads and primary bullets with
9359 regexp-specific characters (eg, C "/*", mathematica "(*").
9360 Include new regular expressions among those configured.
9361 (allout-infer-header-lead-and-primary-bullet):
9362 Rename allout-infer-header-lead.
9363 (allout-recent-depth): Manifest as a variable as well as a function.
9364 (allout-prefix-data): Simplify into an inline instead of a macro,
9365 assuming current match data rather than being explicitly passed
9366 it. Establish allout-recent-depth value as well as
9367 allout-recent-prefix-beginning and allout-recent-prefix-end.
9368 (allout-aberrant-container-p): True when an item's immediate
9369 offspring discontinuously contained. Useful for disqualifying
9370 unintended topic prefixes, likely at low depths.
9371 (allout-goto-prefix-doublechecked): Elaborate version of
9372 allout-goto-prefix which disqualifies aberrant pseudo-items.
9373 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9374 get disqualification of aberrant containers.
9375 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9376 containers.
9377 (allout-beginning-of-current-entry): Position at start of buffer
9378 when in container (depth 0) entry.
9379 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9380 (allout-current-bullet): Strip text properties.
9381 (allout-get-prefix-bullet): Use right match groups.
9382 (allout-beginning-of-line, allout-next-heading):
9383 Disqualify aberrant containers.
9384 (allout-previous-heading): Disqualify aberrant containers, and
9385 change to regular (rather than inline) function, to allow
9386 self-recursion.
9387 (allout-get-invisibility-overlay): Increment so progress is made
9388 when the first overlay is not the sought one.
9389 (allout-end-of-prefix): Disqualify aberrant containers.
9390 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9391 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9392 outline.el outlines) functional again. Change the primary bullet
9393 along with the header-lead - level 1 new-style bullets now work.
9394 Engage allout-before-change-handler in mainline Emacs, not just
9395 XEmacs, to do undo handling.
9396 (allout-before-change-handler): Expose undo changes occurring in
9397 hidden regions. Use allout-get-invisibility-overlay instead of
9398 reimplementing it inline.
9399 (allout-chart-subtree): Use start rather than end of prefix in
9400 charts. Use allout-recent-depth variable.
9401 (allout-chart-siblings): Disqualify aberrant topics.
9402 (allout-beginning-of-current-entry): Position correctly.
9403 (allout-ascend): Use new allout-depth-specific-regexp and
9404 allout-depth-one-regexp for linear instead of O(N^2) or worse
9405 behavior.
9406 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9407 reimplementing an algorithm.
9408 (allout-up-current-level): Depend on allout-ascend, rather than
9409 reimplementing an algorithm. Return to start-point if we fail.
9410 (allout-descend-to-depth): Use allout-recent-depth variable
9411 instead of function.
9412 (allout-next-sibling): On traversal of numerous intervening
9413 topics, resort to economical allout-next-sibling-leap.
9414 (allout-next-sibling-leap): Specialized version of
9415 allout-next-sibling that uses allout-ascend cleverly, to depend on
9416 a regexp search to leap large numbers of contained topics, rather
9417 than arbitrarily many one-by-one traversals.
9418 (allout-next-visible-heading): Disqualify aberrant topics.
9419 (allout-previous-visible-heading): Position consistently when
9420 interactive.
9421 (allout-forward-current-level): Base on allout-previous-sibling
9422 rather than (differently) reimplmenting the algorithm. Remove some
9423 unused variables.
9424 (allout-solicit-alternate-bullet): Present default choice stripped
9425 of text properties.
9426 (allout-rebullet-heading): Use bullet stripped of text properties.
9427 Register changes using allout-exposure-change-hook.
9428 Disregard aberrant topics.
9429 (allout-shift-in): With universal-argument, make topic a peer of
9430 it's former offspring. Simplify the code by separating out
9431 allout-shift-out functionality.
9432 (allout-shift-out): With universal-argument, make offspring peers
9433 of their former container, and its siblings. Implement the
9434 functionality here, rather than inappropriately muddling the
9435 implementation of allout-shift-in.
9436 (allout-rebullet-topic): Respect additional argument for new
9437 parent-child separation function.
9438 (allout-yank-processing): Use allout-ascend directly.
9439 (allout-show-entry): Disqualify aberrant topics.
9440 (allout-show-children): Handle discontinuous children gracefully,
9441 extending the depth being revealed to expose them and posting a
9442 message indicating the situation.
9443 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9444 Leave cursor in correct position.
9445 (allout-hide-current-subtree): Use allout-ascend directly.
9446 Disqualify aberrant topics.
9447 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9448 a way that the yanks can restore it, as used to happen.
9449 (allout-yank-processing): Restore exposure layout as recorded by
9450 allout-kill-*, as used to happen.
9451 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9452 for preseving and restoring exposure layout across kills.
9453 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9454 (allout-encrypt-string): Strip text properties.
9455 Rearranged order and outline-headings for some of the
9456 miscellaneous functions.
9457 (allout-resolve-xref): No need to quote the error name in the
9458 condition-case handler section.
9459 (allout-flatten): Classic recursive (and recursively intensive,
9460 without tail-recursion) list-flattener, needed by allout-shift-out
9461 when confronted with discontinuous children.
9462
9463 2006-09-16 Jason Rumney <jasonr@gnu.org>
9464
9465 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9466 on ms-windows.
9467 (dnd-open-unc-file): Remove.
9468 (dnd-open-local-file): Mention in doc string that it also handles
9469 remote files if the system natively supports unc file-names.
9470
9471 2006-09-15 Kim F. Storm <storm@cua.dk>
9472
9473 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9474 all necessary information about the event before erasing *Help*.
9475
9476 * simple.el (line-move-partial): Use window-line-visiblity to
9477 quickly check whether last line is partially visible, and only do
9478 the hard (and slow) part in that case.
9479
9480 2006-09-15 Jay Belanger <belanger@truman.edu>
9481
9482 * COPYING: Replace "Library Public License" by "Lesser Public
9483 License" throughout.
9484
9485 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9486
9487 * term/x-win.el (x-menu-bar-open): New function for F10.
9488
9489 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9490
9491 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9492 Disallow filenames containing " -" to avoid confusion with libtool
9493 compilation messages. Suggested by Stefan Monnier.
9494
9495 2006-09-15 David Kastrup <dak@gnu.org>
9496
9497 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9498 instead of buffer position for `mouse-on-link-p'.
9499
9500 * mouse.el (mouse-posn-property): New function looking up the
9501 properties at a click position in overlays and text properties in
9502 either buffer or strings.
9503 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9504 of both `follow-link' as well as `mouse-face' properties.
9505 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9506 buffer position.
9507
9508 * help.el (describe-key-briefly): When reading a down-event on
9509 mode lines or scroll bar, swallow the following up event, too.
9510 Use the new mouse sensitity of `key-binding' for lookup.
9511 (describe-key): The same here.
9512
9513 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * play/life.el (life-patterns): Add a few more interesting patterns.
9516 (life-setup): Force `show-trailing-whitespace' to nil.
9517
9518 2006-09-14 Richard Stallman <rms@gnu.org>
9519
9520 * startup.el (fancy-splash-text): Change text to improve alignment.
9521 (fancy-splash-screens): Don't set non-standard tab width.
9522 Bind cursor-type temporarily, and make it easy to patch to
9523 preserve the splash buffer.
9524 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9525 (fancy-splash-screens): Display echo-area message explicitly.
9526 Don't set fancy-splash-help-echo.
9527
9528 * simple.el (line-number-mode): Group mode-line instead of
9529 editing-basics.
9530 (column-number-mode, size-indication-mode): Likewise.
9531
9532 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9533
9534 * time.el (display-time): Group mode-line instead of modeline.
9535
9536 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9537
9538 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9539
9540 * startup.el (fancy-splash-text): Move editing instructions to
9541 fancy-splash-head.
9542 (fancy-splash-head): Issue editing instructions.
9543 (fancy-splash-screens): Fixup whitespace.
9544
9545 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * bindings.el (mode-line-buffer-identification-keymap):
9548 Remove duplicate line.
9549
9550 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9551
9552 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9553 ignore lists.
9554
9555 2006-09-14 Kim F. Storm <storm@cua.dk>
9556
9557 * jit-lock.el (jit-lock-fontify-again): New function.
9558 (jit-lock-fontify-now): Use it instead of lambda form.
9559
9560 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9561
9562 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9563 (flyspell-auto-correct-word): Make ispell-filter local to these
9564 functions. Check that ispell-filter has new stuff before calling
9565 ispell-parse-output.
9566
9567 2006-09-13 Kim F. Storm <storm@cua.dk>
9568
9569 * simple.el (line-move-partial): Optimize.
9570
9571 2006-09-13 Richard Stallman <rms@gnu.org>
9572
9573 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9574 Delete spurious backquote.
9575
9576 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9577
9578 * net/rcirc.el (rcirc-print): Fix last change.
9579
9580 2006-09-12 Jay Belanger <belanger@truman.edu>
9581
9582 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9583
9584 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9585
9586 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9587 rcirc-show-maximum-output.
9588 (rcirc-mode): Remove window-scroll-function hook.
9589 (rcirc-scroll-to-bottom): Remove function.
9590 (rcirc-print): Recenter so point stays at the bottom of the window
9591 if point was already there.
9592
9593 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9594
9595 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9596 not to "t".
9597 * progmodes/compile.el (compilation-start): Likewise.
9598 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9599 Don't use expand-file-name on invocation-directory, since this
9600 might mishandle special characters in invocation-directory.
9601
9602 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * pcvs-defs.el: Remove * in defcustom's docstrings.
9605
9606 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9607
9608 * progmodes/compile.el (compilation-directory-properties):
9609 Doc fix for help-echo.
9610
9611 2006-09-12 Lars Hansen <larsh@soem.dk>
9612
9613 * desktop.el (desktop-read): Add comment.
9614
9615 2006-09-12 Kim F. Storm <storm@cua.dk>
9616
9617 * simple.el (next-error-highlight, next-error-highlight-no-select):
9618 Fix spelling error.
9619
9620 * subr.el (sit-for): Rework to use input-pending-p and cond.
9621 Return nil input is pending on entry also for SECONDS <= 0.
9622 (while-no-input): Use input-pending-p instead of sit-for.
9623
9624 2006-09-11 Richard Stallman <rms@gnu.org>
9625
9626 * simple.el (next-error-highlight, next-error-highlight-no-select):
9627 Fix custom type and doc strings.
9628
9629 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9632 (diff-apply-hunk): Use it to ask for confirmation.
9633
9634 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9635
9636 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9637
9638 2006-09-11 David Kastrup <dak@gnu.org>
9639
9640 * help.el (string-key-binding, describe-key-briefly)
9641 (describe-key): Remove `string-key-binding' and its callers since
9642 `key-binding' already caters for the proper lookup now.
9643
9644 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9647 (cfengine-mode): Use it. Fix \ syntax to be like /.
9648
9649 * bindings.el (mode-line-buffer-identification-keymap):
9650 Move initialization into declaration.
9651
9652 2006-09-10 Kim F. Storm <storm@cua.dk>
9653
9654 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9655 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9656 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9657 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9658
9659 2006-09-10 Richard Stallman <rms@gnu.org>
9660
9661 * dired-aux.el: Handle errors in recursive copy usefully.
9662 (dired-create-files-failures): New variable.
9663 (dired-copy-file): Remove condition-case.
9664 (dired-copy-file-recursive): Check for errors on all file
9665 operations, and add them to dired-create-files-failures.
9666 Check file file-date-erorr here too.
9667 (dired-create-files): Check dired-create-files-failures
9668 and report those errors too.
9669
9670 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9671
9672 * subr.el (add-to-list): New argument COMPARE-FN.
9673
9674 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * filecache.el (file-cache-add-directory)
9677 (file-cache-add-directory-list, file-cache-add-file)
9678 (file-cache-add-directory-using-find)
9679 (file-cache-add-directory-using-locate)
9680 (file-cache-add-directory-recursively): Add autoloads.
9681
9682 2006-09-09 Richard Stallman <rms@gnu.org>
9683
9684 * textmodes/conf-mode.el (conf-space-mode):
9685 Use hack-local-variables-hook instead of calling hack-local-variables.
9686 (conf-space-keywords-override): New variable.
9687 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9688 (conf-space-mode): Always make conf-space-keywords and
9689 conf-space-keywords-override local.
9690 Call conf-space-mode-internal directly as well as via hook.
9691
9692 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9693
9694 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9695 quasi-keywords.
9696
9697 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9700 (python-send-string): Be slightly more careful about adding \n.
9701
9702 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9703 kill it right away anyway.
9704
9705 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9706
9707 * international/codepage.el (cp850-decode-table): Fix a few codes.
9708 (cp858-decode-table): New variable.
9709
9710 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9711
9712 * net/ldap.el (ldap-search-internal): Doc fix.
9713
9714 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9715
9716 * play/life.el (life-display-generation): Test for input manually if
9717 `sleeptime' is negative or null.
9718
9719 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9720 (print-region-1): Substitute `%s' with the page title.
9721
9722 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9723
9724 * locate.el (locate-current-search): New variable.
9725 (locate): Set buffer local value. Use current buffer if it is
9726 in Locate mode.
9727 (locate-mode): Disable undo here.
9728 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9729 (locate-update): Use locate-current-search and locate-current-filter.
9730
9731 2006-09-08 David Kastrup <dak@gnu.org>
9732
9733 * desktop.el (desktop-read): When loading a desktop, disable
9734 saving it while the load progresses, and switch off a pending lazy
9735 load by calling `desktop-lazy-abort'.
9736
9737 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9738
9739 * window.el (mouse-autoselect-window-timer)
9740 (mouse-autoselect-window-position)
9741 (mouse-autoselect-window-window)
9742 (mouse-autoselect-window-now): New vars.
9743 (mouse-autoselect-window-cancel)
9744 (mouse-autoselect-window-select)
9745 (mouse-autoselect-window-start): New functions.
9746 (handle-select-window): Call `mouse-autoselect-window-start' when
9747 delayed window autoselection is enabled.
9748
9749 * cus-start.el (mouse-autoselect-window): Handle delayed window
9750 autoselection.
9751
9752 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9753 commands after which it is allowed to print in the echo area.
9754
9755 2006-09-08 Richard Stallman <rms@gnu.org>
9756
9757 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9758
9759 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9760 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9761
9762 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9763 (cancel-timer-internal): Add doc string.
9764 (cancel-function-timers): Doc fix.
9765 (with-timeout-handler, timer-event-last*): Add doc strings.
9766
9767 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9768
9769 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9770
9771 * dired.el (dired-log-summary): Add doc string.
9772
9773 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9774 (custom-group-menu-create): Not here.
9775
9776 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9777
9778 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9779
9780 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9781
9782 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9783 (mac-apple-event-map): Define its handler.
9784
9785 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9786
9787 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9788
9789 2006-09-07 Magnus Henoch <mange@freemail.hu>
9790
9791 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9792 clause.
9793
9794 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9795
9796 * info.el (Info-index): Bind completion-ignore-case.
9797
9798 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9801 previous commit.
9802 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9803 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9804 burp in dedicated windows.
9805 (inferior-prolog-self-insert-command): New command.
9806 (inferior-prolog-mode-map): Use it.
9807
9808 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9811
9812 * international/code-pages.el: Add cp858.
9813
9814 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9815
9816 * dnd.el: Fix bootstrapping.
9817
9818 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9819
9820 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9821 (dnd-open-remote-url): New function.
9822 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9823 not windows-nt.
9824
9825 2006-09-07 Jason Rumney <jasonr@gnu.org>
9826
9827 * dnd.el (dnd-open-remote-file-function): New variable.
9828 (dnd-open-unc-file): New function.
9829 (dnd-open-file): Call dnd-open-remote-file-function if set.
9830
9831 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9832
9833 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9834 pgg-passphrase-coding-system rather than locale-coding-system.
9835 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9836
9837 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * progmodes/prolog.el: Remove * in docstrings.
9840 (prolog-program-name): Add SWI prolog.
9841 (prolog-mode-menu): New menu.
9842 (prolog-mode): Set comment-add.
9843 (prolog-indent-line): Simplify. Use indent-line-to.
9844 (inferior-prolog-buffer): New var.
9845 (inferior-prolog-run, inferior-prolog-process): New funs.
9846 (run-prolog, switch-to-prolog): Rewrite, using them.
9847 (prolog-consult-region): Use inferior-prolog-buffer.
9848 (inferior-prolog-load-file): New function.
9849 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9850
9851 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9852 last word, if it's not the end of the paragraph.
9853
9854 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9855 file name.
9856
9857 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9858
9859 * frame.el (display-mm-dimensions-alist): New defcustom.
9860 (display-mm-height, display-mm-width): Use it.
9861
9862 2006-09-06 Simon Josefsson <jas@extundo.com>
9863
9864 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9865
9866 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9867
9868 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9869 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9870 string values.
9871
9872 2006-09-06 Kim F. Storm <storm@cua.dk>
9873
9874 * simple.el (line-move-partial): New function to do vscrolling for
9875 partially visible images / tall lines. Rewrite based on code
9876 previously in line-move. Simplify backwards vscrolling.
9877 (line-move): Use it. Simplify.
9878
9879 2006-09-05 Kim F. Storm <storm@cua.dk>
9880
9881 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9882
9883 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9886 Process the `gcc-include' after the `gnu' rule.
9887
9888 2006-09-05 Kim F. Storm <storm@cua.dk>
9889
9890 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9891
9892 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9893
9894 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9895 compatibility.
9896
9897 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9898 inhibit-redisplay; encode passphrase with locale-coding-system.
9899
9900 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9901
9902 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9903
9904 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9905
9906 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9907 (gdb-var-list-children-regexp): Make type field optional.
9908
9909 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9910 e.g public, protected in C++.
9911
9912 2006-09-04 John Paul Wallington <jpw@pobox.com>
9913
9914 * simple.el (completion-show-help): New defcustom.
9915 (completion-setup-function): Heed it.
9916
9917 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9918
9919 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9920
9921 2006-09-04 Richard Stallman <rms@gnu.org>
9922
9923 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9924 (rsf-min-region-to-spam-list): Doc fix.
9925 (rsf-add-content-type-field): Doc fix.
9926
9927 * simple.el (kill-region): Explicitly test there is a region.
9928
9929 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9930
9931 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9932 sendmail in several common directories.
9933
9934 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9935
9936 * paths.el (sendmail-program): Removed.
9937
9938 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9939
9940 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9941 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9942 http://article.gmane.org/gmane.emacs.gnus.general/50457
9943
9944 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9947 mark after running the menu filter.
9948
9949 2006-09-03 Juri Linkov <juri@jurta.org>
9950
9951 * international/quail.el (quail-defrule-internal): Add a check
9952 if a key is a vector.
9953
9954 2006-09-02 Juri Linkov <juri@jurta.org>
9955
9956 * man.el (Man-topic-history): New variable.
9957 (man): Use it.
9958
9959 * woman.el (woman-topic-history): Change defvar to defvaralias
9960 for symbol `Man-topic-history'.
9961
9962 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9963 `comint-last-output-start' is a marker by using `markerp' and
9964 check if it has a position by using `marker-position', and use
9965 this position for `goto-char'.
9966
9967 * international/quail.el (quail-defrule-internal): Add missing
9968 `error' call for null key.
9969
9970 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9971
9972 * net/rcirc.el (rcirc-keywords): New variable.
9973 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9974 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9975 variables.
9976 (rcirc-responses-no-activity): New function.
9977 (rcirc-handler-generic): Check for responses in above.
9978 (rcirc-process-command): Add ?: character to arguments of raw
9979 server commands.
9980 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9981 `rcirc-dim-nicks'.
9982 (rcirc-gray-toggle): Remove unused variable.
9983 (rcirc-print): Remove some tracking logic, which is moved into
9984 markup functions.
9985 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9986 types.
9987 (rcirc-activity-string): Look for 'keyword in activity-types.
9988 (rcirc-window-configuration-change): Don't erase overlay-arrow
9989 unnecessarily.
9990 (rcirc-add-or-remove): New function.
9991 (rcirc-cmd-ignore): Use it.
9992 (rcirc-message-leader): Remove unused function.
9993 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9994 (rcirc-add-face): New function.
9995 (rcirc-facify): Use rcirc-add-face.
9996 (rcirc-url-regexp): Add parens.
9997 (rcirc-map-regexp): Remove function.
9998 (rcirc-mangle-regexp): Remove function.
9999 (rcirc-markup-text-functions): New variable.
10000 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10001 (rcirc-markup-body-text, rcirc-markup-attributes)
10002 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10003 (rcirc-markup-bright-nicks): New markup handler functions.
10004 (rcirc-nick-in-message-full-line): New face.
10005 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10006 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10007
10008 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10009
10010 * cus-start.el (hscroll-margin, hscroll-step)
10011 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10012 (x-use-underline-position-properties): Change version to "22.1"
10013 since they will appear there for the first time.
10014
10015 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10018
10019 2006-08-31 Richard Stallman <rms@gnu.org>
10020
10021 * cus-edit.el (custom-save-variables): Slight cleanup.
10022 (Custom-no-edit): Renamed from custom-no-edit.
10023 (Custom-newline): Renamed from custom-newline.
10024 (custom-mode-map): Use new names.
10025
10026 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10027 about customization, rather than M-x customize, in the doc string
10028 made for the defcustom.
10029
10030 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10031
10032 2006-08-31 Romain Francoise <romain@orebokech.com>
10033
10034 * dired-x.el (dired-guess-shell-alist-default): Update.
10035
10036 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10037
10038 * custom.el (custom-theme-set-variables): Autoload packages before
10039 sorting the variables.
10040
10041 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10042
10043 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10044 Convert events to chars if XEmacs.
10045 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10046
10047 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10050 waiting for process.
10051
10052 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10053
10054 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10055 results in ASCII-only string, encode original one directly.
10056
10057 2006-08-29 Romain Francoise <romain@orebokech.com>
10058
10059 * startup.el (normal-splash-screen, fancy-splash-screens):
10060 Make buffer read-only and arrange to enter view mode if necessary.
10061
10062 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * hl-line.el (hl-line): New face.
10065 (hl-line-face): Use it.
10066
10067 * image-mode.el (image-mode): Fix last fix.
10068 Suggested by Kim F. Storm.
10069
10070 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10071
10072 Sync with Tramp 2.0.54.
10073
10074 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10075 of `=', because `tramp-get-remote-gid' might not always return an
10076 integer when expected.
10077 (tramp-register-file-name-handlers): `partial-completion-mode' is
10078 unknown to XEmacs.
10079 (tramp-time-diff): Don't use `floor', it might fail for large
10080 differences.
10081 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10082 `tramp-auto-save-directory' if unset in order to guarantee unique
10083 auto-save file names.
10084
10085 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10086
10087 * image-mode.el (image-mode): Display image as text on a terminal.
10088
10089 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * progmodes/python.el (python-send-command): Simplify.
10092 (run-python): Don't generate a new buffer unless `new' was specified.
10093 Make sure we send `import emacs' to the proper process.
10094
10095 * progmodes/python.el (python-send-command): Don't wait for the command
10096 to terminate. Don't fiddle with compilation-parsing-end.
10097
10098 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10099
10100 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10101 Insert commentary after first line summary.
10102
10103 * woman.el (woman-follow): New function, based on `man-follow'.
10104 (woman-mode-map): Use it.
10105
10106 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10107 since ibuffer-do-sort-by-recency does not define a sorter.
10108
10109 2006-08-28 Kim F. Storm <storm@cua.dk>
10110
10111 * find-dired.el (find-dired): Use shell-quote-argument to properly
10112 escape ( and ) args. Also use it on {} and ; args in default
10113 value of find-ls-option string.
10114 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10115
10116 2006-08-27 Michael Olson <mwolson@gnu.org>
10117
10118 * emacs-lisp/tq.el: Small grammar fix in comments.
10119 (tq-enqueue): Check for existence of queue rather than the
10120 head queue item's question, which was a no-op.
10121 (tq-filter, tq-process-buffer): Make sure the process buffer
10122 exists before making it the current buffer.
10123
10124 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10125
10126 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10127 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10128 (special-event-map): Apply 2006-08-16 change for x-win.el.
10129
10130 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * progmodes/python.el (python-send-receive): Wait in the
10133 process's buffer so as to check the right buffer-local variables.
10134
10135 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10138 (defgroup checkdoc): Move to beginning.
10139
10140 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10141 (python-preoutput-continuation): Remove.
10142 (python-preoutput-filter): Simplify correspondingly.
10143 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10144 Loop around to catch embedded _emacs_out output.
10145 (run-python): Send the import&print command on a single line.
10146 (python-send-command): Send command&print on a single line.
10147 (python-send-string): Only add double \n if needed.
10148 (python-send-receive): Loop until the result comes.
10149 (python-mode-running): Defvar it.
10150 (python-setup-brm): Remove unused var `menu'.
10151 Only bind py-mode-map and `features' around brm-init.
10152 (python-calculate-indentation): Remove unused var `point'.
10153 (python-beginning-of-defun): Remove unused var `def-line'.
10154
10155 2006-08-25 Richard Stallman <rms@gnu.org>
10156
10157 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10158
10159 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10160
10161 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10162 viper-vi-state-cursor-color.
10163 (viper-non-hook-settings): Don't set default
10164 mode-line-buffer-identification.
10165
10166 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10167 New fun.
10168 (viper-set-cursor-color-according-to-state)
10169 (viper-get-saved-cursor-color-in-replace-mode)
10170 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10171 viper-emacs-state-cursor-color.
10172
10173 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10174 (viper-undo): Use point if undo-beg-posn is nil.
10175 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10176 (viper-after-change-undo-hook): Don't use
10177 viper-emacs-state-cursor-color by default.
10178 (viper-undo): More sensible positioning after undo.
10179
10180 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10181 (viper-emacs-state-cursor-color): Default to nil, since this feature
10182 doesn't work well yet.
10183
10184 * ediff-mult.el (ediff-intersect-directories)
10185 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10186 always expand filenames.
10187
10188 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * tumme.el: Remove * in defcustoms's docstrings.
10191
10192 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10193
10194 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10195 Accept internal time format for SECS arg.
10196 (timer-relative-time): Doc fix.
10197
10198 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10199 adapted from Martin Rudalics.
10200 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10201 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10202 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10203 using sit-for.
10204
10205 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10206
10207 * cus-start.el (all): Add `overline-margin' and
10208 `x-underline-at-descent-line'.
10209
10210 2006-08-24 Kim F. Storm <storm@cua.dk>
10211
10212 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10213 to mean "use find -exec"; nil now unambiguously means auto-detect.
10214 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10215 Use shell-quote-argument to build grep-find-command and
10216 grep-find-template.
10217 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10218 Reported by Tom Seddon.
10219
10220 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * startup.el (fancy-splash-head): Give instructions for dismissing
10223 the splash screen for default startup too.
10224 (display-startup-echo-area-message, fancy-splash-screens)
10225 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10226 all splash text at once and keep the splash buffer around.
10227 (command-line-1): Give display-startup-echo-area-message a t arg.
10228
10229 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10230
10231 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10232 gnus frame is selected.
10233
10234 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10235
10236 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10237
10238 2006-08-22 Kim F. Storm <storm@cua.dk>
10239
10240 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10241 Add suffix matching for subdirs.
10242
10243 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10244
10245 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10246 mouse-yank-at-point is non-nil.
10247
10248 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10249
10250 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10251 a bit wider and remove fringes to fit initial output on line.
10252
10253 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * frame.el (blink-cursor-end): Only ignore the error we care about.
10256 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10257
10258 2006-08-21 Richard Stallman <rms@gnu.org>
10259
10260 * whitespace.el (whitespace-cleanup): Doc fix.
10261
10262 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10263
10264 * net/rcirc.el (rcirc-show-maximum-output): New var.
10265 (rcirc-buffer-process): If no buffer argument is supplied, use
10266 current-buffer.
10267 (rcirc-complete-nick): Complete to the last completed nick first.
10268 (rcirc-mode): Preserve the value of `rcirc-urls' across
10269 connections. Setup scroll function.
10270 (rcirc-scroll-to-bottom): New function.
10271 (rcirc-print): Use nick syntax around regexp work.
10272 Notice dim-nicks speaking only if they say our nick.
10273 (rcirc-update-activity-string): Do not show the modeline indicator
10274 if there are no live rcirc processes.
10275 (rcirc-cmd-ignore): Ignore case.
10276 (rcirc-browse-url-at-point): Fix off-by-one error.
10277
10278 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * progmodes/python.el: Remove * in defcustom docstrings.
10281 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10282 (python-mode): Set tab-width and indent-tabs-mode.
10283
10284 2006-08-20 Dave Love <fx@gnu.org>
10285
10286 * progmodes/python.el: Update to Dave Love's latest version.
10287 (python-font-lock-keywords, python-mode): Don't use
10288 font-lock-syntax-table, but match symbol elements explicitly instead.
10289 (python-mode-map): Add help, and a few more key bindings.
10290 (python-skip-comments/blanks): Move out of comments as well.
10291 (python-continuation-line-p): Behave better with unbalanced parens.
10292 (python-blank-line-p): New fun.
10293 (python-open-block-statement-p): Don't use a heuristic.
10294 (python-outdent-p): Better handle blocks-in-the-same-line.
10295 (python-calculate-indentation): Misc improvements.
10296 (python-comment-indent): Remove.
10297 (python-block-pairs): New var.
10298 (python-first-word): New fun.
10299 (python-indentation-levels): Handle more common cases.
10300 (python-indent-line-1): Add `leave' argument.
10301 (python-indent-region): New fun.
10302 (python-skip-out): New fun.
10303 (python-beginning-of-statement, python-end-of-statement): Use it.
10304 (python-next-statement): Return correct count even at eob.
10305 (python-end-of-block): Fix paren-typo.
10306 (python-imenu-create-index): Add module variables.
10307 (run-python): Add `new' arg.
10308 Check we're at a prompt before returning.
10309 (python-send-command): Move to end of buffer.
10310 Wait for prompt to return.
10311 (python-set-proc): New fun.
10312 (python-imports): New var.
10313 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10314 (python-eldoc-function): Try to move out of arg list.
10315 (python-outline-level): Offset by 1.
10316 (python-find-imports): New fun.
10317 (python-symbol-completions): Use python-imports.
10318 (python-module-path, ffap-alist): Add support for ffap.
10319 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10320 (python-insert-*, python-default-template, python-expand-template):
10321 Add templates/skeletons.
10322 (python-setup-brm): Support for Bicycle Repair Man.
10323 (python-abbrev-syntax-table): New var.
10324 (python-abbrev-pc-hook, python-pea-hook): New funs.
10325
10326 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10327
10328 * frame.el (blink-cursor-start): Set timer first.
10329 (blink-cursor-end): Ignore timer cancelling errors.
10330 Suggested by Ken Manheimer.
10331
10332 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10335 Add autoload cookie.
10336
10337 2006-08-20 Richard Stallman <rms@gnu.org>
10338
10339 * simple.el (line-number-at-pos): Doc fix.
10340
10341 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10342 timer-activate-when-idle, so timer can run before Emacs becomes
10343 non-idle again.
10344
10345 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10346
10347 * whitespace.el (whitespace-cleanup-internal): New optional arg
10348 REGION-ONLY. If it's non-nil, modify the message to the user
10349 accordingly.
10350 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10351 a non-nil argument.
10352
10353 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10354
10355 * rect.el (spaces-string): Simplify and add doc string.
10356
10357 2006-08-17 Romain Francoise <romain@orebokech.com>
10358
10359 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10360
10361 2006-08-17 Richard Stallman <rms@gnu.org>
10362
10363 * compare-w.el (compare-windows): lambda's take an arg and pass
10364 it to compare-windows-skip-whitespace.
10365
10366 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10367
10368 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10369 the right buffer.
10370
10371 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10374 removed files.
10375
10376 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10377
10378 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10379 (gdb-locals-watch-map-1): Suppress keymap first.
10380 (gdb-edit-locals-map-1): New variable.
10381 (gdb-edit-locals-value): New function.
10382 (gdb-stack-list-locals-handler): Use them.
10383
10384 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10387 cursor would normally be drawn in the fringe.
10388
10389 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10390 Reported by Martin Rudalics <rudalics@gmx.at>.
10391
10392 2006-08-16 Richard Stallman <rms@gnu.org>
10393
10394 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10395 (special-event-map): Process drag-n-drop events this way.
10396
10397 * simple.el (move-beginning-of-line): Test whether fields
10398 would prevent motion back to line's first visible character.
10399 If so, stop where the fields would stop the motion.
10400
10401 * newcomment.el (comment-indent): Fully update INDENT
10402 before checking to see if it will change the text.
10403
10404 * cus-edit.el (custom-newline): New function.
10405 (custom-mode-map): Bind newline to custom-newline.
10406
10407 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10408 into ignore-whitespace.
10409 Check each buffer for its skip-function.
10410 Handle compare-windows-skip-whitespace special-case test
10411 by returning t from default skip function.
10412
10413 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10414
10415 * textmodes/org.el (org-clock-special-range)
10416 (org-clock-update-time-maybe): New functions.
10417 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10418 not only a-z.
10419 (org-agenda-get-blocks): Allow multiple blocks per headline.
10420 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10421 (org-export-html-title-format)
10422 (org-export-html-toplevel-hlevel): New options.
10423 (org-export-language-setup): Add support for Czech.
10424 (org-mode, org-insert-todo-heading, org-find-visible)
10425 (org-find-invisible, org-invisible-p, org-invisible-p2)
10426 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10427 (org-show-subtree, org-show-entry, org-make-options-regexp):
10428 Remove compatibility support for old outline-mode.
10429 (org-check-occur-regexp): Funtion removed.
10430 (org-on-heading-p, org-back-to-heading): Made defalias.
10431 (org-set-local): New defsubst.
10432 (org-set-regexps-and-options, org-mode)
10433 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10434 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10435 (org-remember-apply-template, org-table-edit-field)
10436 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10437 (org-set-autofill-regexps): Use `org-set-local'.
10438 (org-table-eval-formula): Fix bug with parsing of display flags.
10439
10440 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10443 frame with fringe arrow. Suggested by Simon Marshall
10444 <simon.marshall@misys.com>.
10445 (gdb-stack-position): New variable.
10446 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10447 (gdb-frames-mode): Set gdb-stack-position to nil.
10448 Add to overlay-arrow-variable-list
10449 (gdb-reset): Delete gdb-stack-position from above list.
10450
10451 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10452
10453 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10454 read only.
10455
10456 2006-08-13 Romain Francoise <romain@orebokech.com>
10457
10458 * cus-theme.el (customize-create-theme)
10459 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10460
10461 * filesets.el (filesets-add-buffer): Ditto.
10462
10463 * pcvs.el (cvs-change-cvsroot): Ditto.
10464
10465 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10466
10467 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10468 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10469 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10470 expressions.
10471 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10472 Only search till end of line.
10473 Add face to function names in case of no filename.
10474 Add face to variable names of watchpoints.
10475
10476 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10477
10478 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10479 customization group.
10480
10481 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10482
10483 * allout.el (allout-prior-bindings, allout-added-bindings):
10484 Remove, after long deprecation.
10485 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10486 Add customization vars controlling allout-beginning-of-line and
10487 allout-end-of-line conveniences.
10488 (allout-header-prefix, allout-use-mode-specific-leader)
10489 (allout-use-mode-specific-leader, allout-mode-leaders):
10490 Revise docstrings.
10491 (allout-infer-header-lead): Change to be an alias for
10492 allout-infer-header-lead-and-primary-bullet.
10493 (allout-infer-header-lead-and-primary-bullet): New version of
10494 allout-infer-header-lead which assigns the primary bullet to the
10495 same as the header lead, when its being changed.
10496 (allout-infer-body-reindent): Apply regexp-quote instead of
10497 unconditionally prepending "\\", so that all literal
10498 allout-header-prefix and allout-primary-bullet strings are
10499 properly handled.
10500 (allout-add-resumptions): Add optional qualifier for extending or
10501 appending to existing values, rather than replacing them.
10502 (allout-view-change-hook): Clarify docstring.
10503 (allout-exposure-change-hook): Take explicit arguments, via
10504 run-hook-with-args.
10505 (allout-structure-added-hook)
10506 (allout-structure-deleted-hook)
10507 (allout-structure-shifted-hook): New hooks analogous to
10508 allout-exposure-change-hook for other kinds of structural outline
10509 edits.
10510 (allout-encryption-plaintext-sanitization-regexps): New encryption
10511 customization variable, by which cooperating modes can provde
10512 massage of the plaintext without actually being passed it.
10513 (allout-encryption-ciphertext-rejection-regexps)
10514 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10515 customization variables, by which cooperating modes can prohibit
10516 rare but possible ciphertext patterns from fouling their
10517 operation, with actually being passed the ciphertext.
10518 (allout-mode): Run activation and deactivation hooks after the
10519 minor-mode variable has been toggled, to clarify the mode
10520 disposition. The new encryption ciphertext rejection variable is
10521 used to ensure that the ciphertext does not contain text that
10522 would be recognized as outline structural elements by allout.
10523 Substite allout-beginning-of-line and allout-end-of-line for
10524 conventionall beginning-of-line and end-of-line bindings.
10525 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10526 activation!
10527 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10528 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10529 (allout-chart-subtree): Implement new mode, charting only the
10530 visible items in the subtree, when new 'visible' parameter is non-nil.
10531 (allout-end-of-subtree): Properly handle the last item in the buffer.
10532 (allout-pre-command-business, allout-command-counter):
10533 Increment an advertised counter so that cooperating enhancements can
10534 track revisions of items.
10535 (allout-open-topic): Run allout-structure-added-hook with suitable
10536 arguments.
10537 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10538 arguments.
10539 (allout-shift-out): Fix doubling for negative args and ensure call
10540 of allout-structure-shifted-hook by solely using allout-shift-in.
10541 (allout-kill-line, allout-kill-topic):
10542 Run allout-structure-deleted-hook with suitable arguments.
10543 (allout-yank-processing): Run allout-structure-added-hook with
10544 proper arguments.
10545 (allout-yank): Enclose activity in allout-unprotected.
10546 (allout-flag-region): Run allout-exposure-change-hook with
10547 suitable arguments, instead of making the callee infer the arguments.
10548 (allout-encrypt-string):
10549 Support allout-encryption-plaintext-sanitization-regexps,
10550 allout-encryption-ciphertext-rejection-regexps, and
10551 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10552 en/de cryption mode in symmetric encryption failure message.
10553 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10554 copy of the passphrase, and don't zero it or we'll corrupt the
10555 stashed copy.
10556 (allout-create-encryption-passphrase-verifier)
10557 (allout-verify-passphrase): Respect the new signature for
10558 allout-encrypt-string.
10559 (allout-get-configvar-values): Convenience for getting a
10560 configuration variable value and handling its absence gracefully.
10561
10562 2006-08-11 Romain Francoise <romain@orebokech.com>
10563
10564 * obsolete/zone-mode.el: Delete.
10565
10566 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10569
10570 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10571
10572 * emacs-lisp/bindat.el (bindat-ip-to-string):
10573 Use `format-network-address' if possible.
10574
10575 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10576
10577 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10578
10579 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10582 restore unread-command-events here.
10583 (edebug-display): Do it here, to detect sit-for interruptions.
10584
10585 2006-08-10 Romain Francoise <romain@orebokech.com>
10586
10587 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10588 (dns-mode-soa-auto-increment-serial): New user option.
10589 (dns-mode-soa-maybe-increment-serial): New function.
10590 (dns-mode): Add the latter to `write-contents-functions'.
10591
10592 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10593 Delete autoload cookies.
10594
10595 2006-08-10 John Wiegley <johnw@newartisans.com>
10596
10597 * eshell/em-glob.el (eshell-glob-chars-list)
10598 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10599
10600 2006-08-10 Richard Stallman <rms@gnu.org>
10601
10602 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10603 (facemenu-set-face): Doc fix.
10604 (facemenu-listed-faces): Doc fix.
10605
10606 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * avoid.el (mouse-avoidance-animating-pointer): New var.
10609 (mouse-avoidance-nudge-mouse): Use it.
10610 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10611 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10612 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10613 Don't activate if currently animating. All callers changed.
10614
10615 2006-08-09 John Wiegley <johnw@newartisans.com>
10616
10617 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10618 variable, which causes timeclock to report elapsed time worked,
10619 instead of just work remaining.
10620
10621 2006-08-09 Kenichi Handa <handa@m17n.org>
10622
10623 * international/latexenc.el (latexenc-find-file-coding-system):
10624 Fix for the case that the 2nd element of arg-list is a cons.
10625
10626 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * info.el (Info-fontify-node): Handle preceding `in' for note
10629 reference hiding rules.
10630
10631 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10634 mistake a closing " for an opening one.
10635
10636 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10639
10640 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * complete.el (PC-do-completion): Filter out completions matching
10643 completion-ignored-extensions before checking whether there are
10644 multiple completions.
10645 Don't use `list' unnecessarily when building completion tables.
10646
10647 2006-08-06 Richard Stallman <rms@gnu.org>
10648
10649 * help.el (describe-mode): Make minor mode list more concise.
10650
10651 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10652
10653 * bindings.el: Give mode-line-format, mode-line-modes, and
10654 mode-line-position `standard-value' properties.
10655
10656 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10657
10658 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10659 "(file)node" instead of the file name.
10660
10661 2006-08-05 Richard Stallman <rms@gnu.org>
10662
10663 * faces.el (escape-glyph): Doc fix.
10664
10665 2006-08-04 Kenichi Handa <handa@m17n.org>
10666
10667 * international/mule-diag.el (describe-font): Improve docstring
10668 and error message. Use frame-parameter (not frame-parameters).
10669
10670 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10673 Correctly mark the end-of-docstring char.
10674
10675 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10676
10677 * simple.el (line-move-to-column): Constrain move-to-column to
10678 current field.
10679
10680 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * font-lock.el (font-lock-beg, font-lock-end)
10683 (font-lock-extend-region-functions): New vars.
10684 (font-lock-extend-region-multiline)
10685 (font-lock-extend-region-wholelines): New functions.
10686 (font-lock-default-fontify-region): Use them.
10687 (font-lock-extend-jit-lock-region-after-change): Only round up
10688 if font-lock-default-fontify-region will do it as well.
10689
10690 * font-lock.el (font-lock-extend-after-change-region-function):
10691 Rename from font-lock-extend-region-function.
10692 (font-lock-extend-region): Remove by inlining at call sites.
10693 (font-lock-after-change-function): Don't needlessly round up to a whole
10694 number of lines.
10695 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10696 the boundary conditions and the interactions between the various ways
10697 to extend the region.
10698
10699 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10702 modification status when forcing the second redisplay.
10703
10704 2006-08-03 Kim F. Storm <storm@cua.dk>
10705
10706 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10707
10708 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10711 doesn't look like a file name.
10712
10713 * complete.el (PC-expand-many-files): Avoid signalling an error when
10714 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10715
10716 2006-08-02 Andreas Schwab <schwab@suse.de>
10717
10718 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10719
10720 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10721
10722 * bindings.el (map): Make mode-line-buffer-identification-keymap
10723 before defining propertized-buffer-identification.
10724
10725 2006-08-01 Richard Stallman <rms@gnu.org>
10726
10727 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10728
10729 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10730
10731 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10732 default value.
10733 (gdb-find-source-frame): New function.
10734 (menu): Add to menu bar.
10735
10736 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * font-core.el (font-lock-extend-region-function)
10739 (font-lock-extend-region): Move to font-lock.el.
10740
10741 * font-lock.el (font-lock-extend-region-function)
10742 (font-lock-extend-region): Move from font-core.el. Simplify.
10743
10744 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10745 if needed.
10746 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10747 (jit-lock-after-change-extend-region-functions): New hook.
10748 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10749
10750 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10751 (font-lock-turn-on-thing-lock): Use it.
10752
10753 * longlines.el (longlines-show-region): Make it work on read-only
10754 buffers as well.
10755
10756 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10757
10758 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10759
10760 2006-07-31 Richard Stallman <rms@gnu.org>
10761
10762 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10763 (vhdl-speedbar-display-projects): Update old obsolete
10764 speedbar variable names.
10765
10766 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10767
10768 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10769 (gdb-stopped): Use it.
10770
10771 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10772
10773 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10774
10775 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10776 for load-history elements.
10777
10778 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10779
10780 * files.el (convert-standard-filename): For Cygwin, replace
10781 characters not allowed in Windows file names.
10782 (make-auto-save-file-name): Add Cygwin to the list of systems
10783 where the auto-save file name needs to be run through
10784 convert-standard-filename.
10785
10786 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10787
10788 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10789
10790 2006-07-28 Richard Stallman <rms@gnu.org>
10791
10792 * bindings.el (mode-line-frame-identification)
10793 (propertized-buffer-identification): Centralize the code
10794 to initialize the variable.
10795
10796 * progmodes/grep.el (grep-default-command): Catch errors from
10797 wildcard-to-regexp.
10798
10799 2006-07-29 Kim F. Storm <storm@cua.dk>
10800
10801 * progmodes/grep.el (grep-tag-default): New function.
10802 (grep-default-command, grep-read-regexp): Use it.
10803 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10804 as default if nothing else applies.
10805
10806 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10807
10808 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10809 Throw error if buffer is not in Dired and Wdired mode, respectively.
10810
10811 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10812
10813 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10814 self-insert-command keys don't activate buttons.
10815 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10816
10817 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10818
10819 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10820 faces for enable character.
10821
10822 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10823
10824 * Makefile.in (recompile): Update comment to reflect change
10825 on 2004-04-21.
10826
10827 2006-07-27 Richard Stallman <rms@gnu.org>
10828
10829 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10830 (customize-package-emacs-version): Change msg when pkg has no entry.
10831 (custom-no-edit): On a button, do like widget-button-press.
10832
10833 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10834
10835 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10836 S-tab and C-S-tab.
10837
10838 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10839
10840 * progmodes/which-func.el (which-function): Fix documentation/
10841 comment typo.
10842
10843 2006-07-26 Richard Stallman <rms@gnu.org>
10844
10845 * textmodes/ispell.el (ispell-word): If we replace the word,
10846 move point to the end. Insert before deleting.
10847
10848 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10851 a timer.
10852
10853 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10854
10855 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10856 when at first image.
10857 (tumme-forward-image): Add prefix argument. Add error when at last
10858 image.
10859
10860 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * tabify.el (tabify-regexp): Use more specific regexps.
10863 (tabify): Avoid modifying the buffer unnecessarily.
10864
10865 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10866
10867 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10868 (tumme-format-properties-string): Handle empty `buf'.
10869 (tumme-get-comment): Change variable names inside `let'.
10870 Add missing `let' variable that cause font-lock problems.
10871 (tumme-write-comments): Change variable names inside `let'.
10872 Add missing `let' variable that cause font-lock problems.
10873 (tumme-forward-image): Rename from `tumme-forward-char'.
10874 (tumme-backward-image): Rename from `tumme-backward-char'.
10875
10876 2006-07-25 Masatake YAMATO <jet@gyve.org>
10877
10878 * progmodes/ld-script.el (ld-script-keywords)
10879 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10880 and add comments.
10881
10882 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10883
10884 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10885 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10886 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10887 for status indicator.
10888
10889 2006-07-24 Richard Stallman <rms@gnu.org>
10890
10891 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10892
10893 * subr.el (dolist, dotimes): Use interned symbols for locals.
10894 (--dotimes-limit--, --dolist-tail--): New defvars.
10895 (looking-back): Doc fix.
10896
10897 * replace.el (replace-match-string-symbols): Handle dotted lists.
10898
10899 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10900
10901 * tumme.el (tumme-write-tags): Add.
10902 (tumme-write-comments): Add.
10903 (tumme-tag-files): Change to use `tumme-write-tags'.
10904 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10905 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10906 (tumme-save-information-from-widgets): Change to use
10907 `tumme-write-comments' and `tumme-write-tags'.
10908 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10909 (tumme-write-tag): Remove.
10910 (tumme-write-comment): Remove.
10911 (tumme-display-previous-thumbnail-original): Remove empty line.
10912 (tumme-widget-list): Add punctuation.
10913
10914 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10915
10916 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10917
10918 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10919
10920 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10921 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10922 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10923
10924 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10925
10926 * mouse.el (mouse-on-link-p): Doc fix.
10927
10928 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10929
10930 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10931 Handle "C-h f `".
10932
10933 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10934
10935 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10936 column.
10937
10938 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10939
10940 * textmodes/table.el: Add move-beginning-of-line and
10941 move-end-of-line to Point Motion Only Group.
10942
10943 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10944
10945 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10946
10947 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10948
10949 * startup.el (user-mail-address): Initialize from the `EMAIL'
10950 environment variable first. Document this.
10951 (command-line): Ditto.
10952
10953 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10954
10955 * help-mode.el (help-function-def, help-variable-def)
10956 (help-face-def): Print a message in the minibuffer.
10957
10958 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10959
10960 * term/xterm.el (terminal-init-xterm): Fix key bindings
10961 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10962
10963 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10964
10965 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10966 where `(nth 1 command)' is a cons cell. Doc fix.
10967
10968 * textmodes/po.el (po-find-charset): Doc fix.
10969
10970 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10971
10972 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10973 (allout-beginning-of-current-line, allout-end-of-current-line)
10974 (allout-next-visible-heading, allout-open-topic)
10975 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10976 (allout-flag-current-subtree, allout-show-to-offshoot)
10977 (allout-hide-current-entry, allout-show-current-branches)
10978 (allout-hide-region-body, allout-old-expose-topic)
10979 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10980 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10981 containing `beginning-of-line' and `end-of-line' with
10982 `inhibit-field-text-motion' t.
10983
10984 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10985
10986 * frame.el (focus-follows-mouse): Document that it doesn't have
10987 any effect on MS-Windows.
10988
10989 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10992
10993 2006-07-20 Jay Belanger <belanger@truman.edu>
10994
10995 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10996
10997 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10998 New variables.
10999 (calc-alg-entry): Use `calc-alg-entry-history'.
11000 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11001 Remove reference to `calc-previous-alg-entry'.
11002 (calcAlg-edit, calcAlg-enter): Remove reference to
11003 `calc-previous-alg-entry'.
11004 (calcAlg-previous): Use `previous-history-element' instead of
11005 `calc-previous-alg-entry'.
11006 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11007 Change keybinding for `calcAlg-plus-minus', add keybindings for
11008 `previous-history-element' and `next-history-element'.
11009
11010 * calc/calc-rewr.el (calc-match): Remove reference to
11011 `calc-previous-alg-entry'.
11012
11013 * calc/calc-sel.el (calc-selection-history): New variable.
11014 (calc-enter-selection, calc-sel-mult-both-sides)
11015 (calc-sel-add-both-sides): Use `calc-selection-history'.
11016
11017 * calc/calc-map.el (calc-get-operator-history): New variable.
11018 (calc-get-operator): Use `calc-get-operator-history'.
11019
11020 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11021 (calc-curve-fit): Use `calc-curve-fit-history'.
11022
11023 2006-07-20 Kenichi Handa <handa@m17n.org>
11024
11025 * international/mule-cmds.el (select-safe-coding-system): Fix the
11026 way of deciding eol-type of the coding system.
11027
11028 2006-07-20 Alan Mackenzie <acm@muc.de>
11029
11030 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11031 (c-lang-setvar): New macro.
11032 (c-make-init-lang-vars-fun): Use the initialization forms in
11033 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11034 (comment-start, comment-end, comment-start-skip): Change these from
11035 c-lang-defvar's to c-lang-setvar's.
11036
11037 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11038 which calls make-local-variable on the elements of
11039 c-emacs-variable-inits.
11040 (c-init-language-vars-for): Call this new macro.
11041
11042 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11045 Try to rule out false positives due to time stamps.
11046 (compilation-mode-font-lock-keywords): Remove rules made redundant
11047 because of the above change. Add `segmentation fault' to the known and
11048 highlighted compilation termination messages.
11049
11050 2006-07-19 Kim F. Storm <storm@cua.dk>
11051
11052 * progmodes/grep.el (grep-find-ignored-directories):
11053 Add .svn and _darcs to list.
11054
11055 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11056
11057 * dired.el (dired-mode-map): Add key binding `C-te' for
11058 `tumme-dired-edit-comment-and-tags'.
11059
11060 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11061 image display buffer is displayed before call to
11062 `tumme-display-image.
11063 (tumme-dired-display-image): Make sure image display buffer is
11064 displayed before call to `tumme-display-image.
11065 (tumme-mouse-display-image): Make sure image display buffer is
11066 displayed before call to `tumme-display-image.
11067 (tumme-widget-list): Add.
11068 (tumme-dired-edit-comment-and-tags): Add.
11069 (tumme-save-information-from-widgets): Add.
11070
11071 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11072
11073 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11074
11075 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11078 Revert inadvertently installed patch hunk.
11079
11080 * progmodes/compile.el (compilation-find-file): Handle the
11081 cases where the user selects a non-existent file.
11082
11083 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11086
11087 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * subr.el (sit-for): Just sleep-for if noninteractive.
11090
11091 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11094
11095 * custom.el (custom-autoload): Add `noset' argument.
11096 (custom-push-theme): Don't autoload the variable, let callers do it.
11097 (custom-theme-set-variables): Autoload the variable if necessary.
11098
11099 * cus-edit.el (custom-variable-state-set): If the variable was
11100 originally set outside custom, but to the same value as the default,
11101 consider it to be standard.
11102
11103 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11104 file *before* telling Emacs to add the autoloads, in case it fails.
11105
11106 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11107 Use `cond', push', and `dolist'.
11108
11109 2006-07-17 Richard Stallman <rms@gnu.org>
11110
11111 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11112 Add defvars to silence warnings.
11113
11114 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11117 Don't highlight "Compiling file" messages as error.
11118
11119 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11120 file already exists.
11121
11122 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11123
11124 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11125 entry, don't assign to free var; simply return the extracted filename.
11126 (ff-treat-as-special): Incorporate common preamble from callers.
11127 (ff-other-file-name, ff-find-the-other-file):
11128 Update call to ff-treat-as-special.
11129
11130 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11131
11132 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11133
11134 * tumme.el (tumme-get-comment): Fix bug.
11135
11136 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * files.el: Remove spurious * in docstrings.
11139
11140 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11141
11142 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11143 grammar.
11144 (allout-beginning-of-current-line): Beware beginning of buffer.
11145 Also, a comment is simplified.
11146 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11147 when appropriate. (This fix enables use for other than
11148 bullet-hotspot operation.)
11149 (allout-hide-current-subtree): While escalating to sibling-close,
11150 make sure to situate on a topic.
11151
11152 2006-07-14 Kim F. Storm <storm@cua.dk>
11153
11154 * emulation/cua-base.el (cua-delete-selection)
11155 (cua-toggle-set-mark): New defcustoms.
11156 (cua-rectangle-modifier-key): Add `alt' modifier.
11157 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11158 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11159 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11160
11161 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11162
11163 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11164
11165 * allout.el: Require 'cl during byte-compilation/interactive load,
11166 for the `assert' macro.
11167 (allout-mode-deactivate-hook): New hook, run when allout mode
11168 deactivates.
11169 (allout-developer): New allout customization subgroup.
11170 (allout-run-unit-tests-on-load): New allout-developer
11171 customization variable, when true allout unit tests are run towards
11172 end of file load/eval.
11173 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11174 auto-fill-mode.
11175 (allout-resumptions): Remove, to be replaced by...
11176 (allout-add-resumptions): Register variable settings to be
11177 reinstated by `allout-do-resumptions'. The settings are made
11178 buffer-local, but the locality/globality of the suspended setting
11179 is restored on resumption.
11180 (allout-do-resumptions): Reinstate all settings suspended using
11181 `allout-add-resumptions'.
11182 (allout-test-resumptions): Unit tests (and intermediate variables)
11183 for resumptions.
11184 (allout-tests-globally-unbound, allout-tests-globally-true)
11185 (allout-tests-locally-true): Intermediate variables for
11186 resumptions unit tests.
11187 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11188 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11189 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11190 instead of retired `allout-resumptions'. For hook functions, use
11191 `local' parameter so hook settings are created and removed as
11192 buffer-local settings. Revise (resumptions) setting
11193 auto-fill-function so it is set only if already active. (The
11194 related fill-function settings are all made in either case, so
11195 that activating auto-fill-mode activity will have the custom
11196 allout-mode behaviors (hanging indent on topics, if configured for it).
11197 Remove all allout-exposure-category overlays on mode deactivation.
11198 (allout-hotspot-key-handler): New function extracted from
11199 `allout-pre-command-business', so the functionality can be used
11200 for other purposes, eg as a binding in an overlay.
11201 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11202 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11203 customization variable.
11204 (allout-run-unit-tests): Run the (currently quite small)
11205 repertoire of unit tests. Called just before the provide iff user
11206 has customized `allout-run-unit-tests-on-load' non-nil.
11207
11208 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11209
11210 * emacs-lisp/authors.el (authors-aliases): Update.
11211
11212 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11213
11214 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11215 gdb-source-window. Add dedicated argument.
11216 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11217 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11218 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11219 (gdb-display-locals-buffer): Use it.
11220
11221 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11222 Set gdb-source-window.
11223
11224 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11227 minor modes, redundant with the custom-autoload line above.
11228
11229 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11230
11231 * longlines.el (longlines-post-command-function): Handle open-line too.
11232
11233 2006-07-12 Richard Stallman <rms@gnu.org>
11234
11235 * progmodes/grep.el (grep-last-buffer): Doc fix.
11236
11237 * info.el (Info-try-follow-nearest-node): Doc fix.
11238
11239 * emacs-lisp/edebug.el (edebug-instrument-function):
11240 Err if find-function-noselect gives no position.
11241
11242 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11243 If can't find definition, return nil for position.
11244 (find-function-do-it): Handle new return value
11245 of find-definition-noselect.
11246 (find-definition-noselect, find-variable-noselect): Doc fix.
11247 (find-function-noselect): Doc fix.
11248
11249 * help-mode.el (help-variable-def): Handle find-variable-noselect
11250 returning no position.
11251 (help-function-def): Likewise for find-function-search-for-symbol.
11252 (help-face-def): Likewise.
11253
11254 * help-fns.el (describe-variable): Handle find-variable-noselect
11255 returning no position.
11256
11257 * files.el (locate-file-completion): Avoid duplicates in result.
11258
11259 * cus-edit.el (custom-no-edit): New command.
11260 (custom-mode-map): Remap to custom-no-edit instead of
11261 using suppress-keymap.
11262
11263 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11264
11265 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11266 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11267 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11268
11269 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11270
11271 2006-07-11 Kim F. Storm <storm@cua.dk>
11272
11273 * ido.el (ido-copy-current-file-name): Use buffer-name if
11274 buffer-file-name is nil.
11275
11276 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * simple.el (undo-ask-before-discard): Set to nil.
11279
11280 * vc.el (vc-exec-after): Don't delete process manually.
11281 (vc-print-log): Run log-view-mode in process sentinel inside
11282 inhibit-read-only. Don't shrink window due to timing issues.
11283
11284 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11285 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11286
11287 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11290 Fix ambiguity introduced by last change.
11291 (compilation-find-file): Move save-excursion to where it may
11292 make sense. Fix a left over `find-file'.
11293
11294 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11295
11296 * textmodes/texinfmt.el (texinfo-format-separate-node):
11297 Insert a string before point, which fits documentation, not after.
11298 (texinfo-multitable-item): In a multitable row, insert any
11299 additional needed @tabs and spaces.
11300
11301 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11302
11303 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11304 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11305 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11306 instead of shell-command.
11307 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11308 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11309 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11310 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11311 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11312 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11313
11314 2006-07-11 Kim F. Storm <storm@cua.dk>
11315
11316 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11317 Remove special case for seconds < 0. Use (redisplay t) instead.
11318
11319 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11322 avoid compilation error.
11323
11324 * subr.el (sit-for): New function.
11325
11326 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11327
11328 2006-07-10 Richard Stallman <rms@gnu.org>
11329
11330 * ldefs-boot.el (edebug): Update page.
11331
11332 2006-07-10 Kim F. Storm <storm@cua.dk>
11333
11334 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11335 to FOR-RELEASE and TODO.
11336
11337 2006-07-10 Romain Francoise <romain@orebokech.com>
11338
11339 * emacs-lisp/authors.el (authors-aliases): Update.
11340
11341 2006-07-10 Alan Mackenzie <acm@muc.de>
11342
11343 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11344 * cc-mode.el: Changes to eradicate eval-after-load.
11345
11346 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11349 on non-char events.
11350
11351 2006-07-09 Romain Francoise <romain@orebokech.com>
11352
11353 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11354 Don't highlight start/end markers as compilation messages.
11355
11356 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11357 to t.
11358
11359 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11362
11363 2006-07-08 Richard Stallman <rms@gnu.org>
11364
11365 * term/x-win.el (x-handle-display): Add doc string.
11366
11367 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11368
11369 * subr.el (def-edebug-spec): Move here.
11370 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11371
11372 * imenu.el (imenu-choose-buffer-index): Doc fix.
11373
11374 2006-07-08 Romain Francoise <romain@orebokech.com>
11375
11376 * term/x-win.el (x-display-name): Fix typo.
11377
11378 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11379
11380 * hexl.el (hexl-find-file): Doc fix.
11381
11382 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11383
11384 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11385
11386 * term/x-win.el (x-display-name): Doc fix.
11387
11388 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11391 long prefixes.
11392 (fill-region-as-paragraph): Don't round up to a whole line.
11393 (fill-comment-paragraph): Don't include the code-before-the-comment
11394 when calling fill-region-as-paragraph.
11395
11396 * international/mule.el (make-char): Remove redundancy.
11397
11398 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11399 property may contain an anonymous function rather than a symbol.
11400
11401 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11402
11403 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11404 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11405
11406 * dirtrack.el (dirtrack-default-directory-function): Remove.
11407 (dirtrack-directory-function): Use file-name-as-directory.
11408 (dirtrack-windows-directory-function): Simplify.
11409 (dirtrack-forward-slash, dirtrack-backward-slash)
11410 (dirtrack-replace-slash): Remove.
11411 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11412 (dirtrack): Fix wrong parenthesizing; use match-string.
11413
11414 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11415 (inferior-octave-mode): Only change the buffer-local value of
11416 comint-dynamic-complete-functions.
11417 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11418 Move the initialization to the declaration.
11419 (inferior-octave-complete): Remove unused var `filter'.
11420
11421 * shell.el (shell-mode): Only change the buffer-local value of
11422 comint-dynamic-complete-functions.
11423
11424 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11425
11426 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11427 entry is skipped because it has been scheduled.
11428 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11429 changing `:org-archived' and `:org-comment' properties.
11430
11431 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11432
11433 * server.el (server-select-display): Don't make the temp frame
11434 minibuffer-only, in case it's not a temp frame.
11435 (server-process-filter): Don't delete the temp frame if it's the
11436 only one we have on that display.
11437
11438 * files.el (find-alternate-file): Doc fix.
11439
11440 2006-07-05 Richard Stallman <rms@gnu.org>
11441
11442 * files.el (abbreviate-file-name): Add save-match-data.
11443
11444 2006-07-03 Richard Stallman <rms@gnu.org>
11445
11446 * faces.el (read-face-name): Doc fix.
11447
11448 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11449
11450 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11451
11452 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11453
11454 * vc.el (vc-diff-internal): Fix prev change.
11455
11456 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11457
11458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11459 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11460
11461 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11464 fails if the symbol contains chars like ( or '.
11465 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11466 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11467 `short'.
11468
11469 2006-07-04 Kenichi Handa <handa@m17n.org>
11470
11471 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11472 the current one, don't call set-language-environment, but call one
11473 of set-language-environment-XXX to make INFO effective now.
11474 (set-language-environment): Call set-language-environment-XXX
11475 functions instead of doing the various setups directly.
11476 (set-language-environment-coding-systems): Delete argument eol-type.
11477 (set-language-environment-input-method)
11478 (set-language-environment-nonascii-translation)
11479 (set-language-environment-charset)
11480 (set-language-environment-fontset)
11481 (set-language-environment-unibyte): New functions.
11482
11483 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11484
11485 * locate.el (locate-update-when-revert): New option.
11486 (locate-update-path): New option (suggested by Michael Albinus).
11487 (locate-prompt-for-command): Whitespace change.
11488 (locate-update): No longer offer to update the locate database by
11489 default. Implement the two new options.
11490
11491 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11492
11493 * tooltip.el: Move comment about track-mouse...
11494
11495 * progmodes/gud.el: ...to here.
11496
11497 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * facemenu.el (facemenu-listed-faces): New var.
11500 (facemenu-unlisted-faces): Variable deleted.
11501 (facemenu-add-new-face): Use facemenu-listed-faces.
11502
11503 * emulation/viper-init.el, calendar/calendar.el:
11504 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11505
11506 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11507
11508 * textmodes/org.el (org-mode): Remove no invalid settings for
11509 calc embedded mode.
11510 (org-mode-p): New defsubst.
11511 (org-save-all-org-buffers): New function.
11512 (org-first-headline-recenter): Enclose outline-regexp in group
11513 delimiters.
11514 (org-set-tags): Keep single space after stars.
11515
11516 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * window.el (set-window-text-height): Only set window-min-height to
11519 1 if that's the requested size.
11520
11521 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11522 (diff-unified->context, diff-context->unified)
11523 (diff-reverse-direction): Make sure the end marker stays at the end.
11524 (diff-mode): Add the keymap table at the end of docstring.
11525 Use lexical-let rather than constructing a closure manually.
11526
11527 * files.el (find-file-noselect-1): Remove unused var assignment.
11528 (hack-local-variables-confirm): Print lists of strings as lists of
11529 strings rather than lists of symbols.
11530 (abbreviate-file-name, hack-local-variables-prop-line):
11531 Use match-string.
11532 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11533 (recover-session-finish): Use line-end-position.
11534
11535 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11536
11537 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11538
11539 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11540
11541 * progmodes/make-mode.el (makefile-macroassign-regex):
11542 Accept preceding keyword.
11543 (makefile-gmake-statements): Reorganize, now that makepp has
11544 "override" and also handle forgotten "override define".
11545 (makefile-makepp-statements): Add new "global", "override export"
11546 and "override global".
11547
11548 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11549
11550 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11551 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11552 (ada-no-auto-case): Fix typos in docstrings.
11553
11554 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * info.el (Info-find-node-2): Search for makeinfo version more
11557 carefully.
11558
11559 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11560
11561 * textmodes/org.el (org-prepare-agenda-buffers):
11562 Use `invisible-OK' argument for `org-end-of-subtree'.
11563 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11564 (org-beginning-of-item): Fix bug in regular expression for white line.
11565 (org-export-as-html): Enforce space after bullet in plain list items.
11566 (org-set-autofill-regexps): Require space after plain list bullet
11567 for paragraph-start.
11568 (org-ts-regexp3): New constant.
11569 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11570 (org-timestamp-up-day, org-timestamp-down-day)
11571 (org-timestamp-change): Work with inactive timestamps.
11572 (org-ts-regexp1): Don't allow brackets in time stamps.
11573
11574 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11575
11576 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11577 for ignoring links.
11578
11579 * faces.el (read-face-name): Use it.
11580
11581 2006-06-28 Juri Linkov <juri@jurta.org>
11582
11583 * buff-menu.el (list-buffers-noselect): Compare Info file
11584 with the string "dir" to detect Info directory.
11585
11586 * complete.el (partial-completion-mode): In lambda for
11587 `choose-completion-string-functions' use full function signature
11588 with 4 args, and move point to the end of the minibuffer only if arg
11589 `mini-p' is non-nil.
11590
11591 2006-06-28 John Paul Wallington <jpw@pobox.com>
11592
11593 * ibuffer.el (ibuffer-mode): Doc fix.
11594
11595 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11596
11597 * textmodes/org.el (org-context): New contexts :item-bullet,
11598 :latex-fragment, :latex-preview.
11599 (org-overlays-at, org-overlay-start, org-overlay-end):
11600 New compatibility functions.
11601 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11602 exact regexp that will be used during export.
11603 (org-latex-regexps): New variable.
11604 (org-cdlatex-mode): Improve advice for `texmathp'.
11605 (turn-on-org-cdlatex): New function.
11606
11607 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11608
11609 * term/mac-win.el (mac-handle-font-selection): Change keys of
11610 mac-atsu-font-table from strings to numbers.
11611 (mac-ts-caret-position): Use also when cursor-type is nil.
11612 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11613 Relax condition for using overlay strings.
11614 Use mac-ts-caret-position face when cursor-type is nil.
11615
11616 2006-06-26 Kim F. Storm <storm@cua.dk>
11617
11618 * help.el (view-emacs-news): Declare `res' in the right let* form.
11619
11620 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * net/rcompile.el (remote-compile): Replace ange-ftp based
11623 implementation by Tramp functions.
11624 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11625
11626 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11627
11628 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11629
11630 * international/fontset.el (setup-default-fontset): Fix a typo in
11631 the "Oriya-Akruti" registry name.
11632
11633 2006-06-23 Lars Hansen <larsh@soem.dk>
11634
11635 * desktop.el (desktop-full-file-name): New function.
11636 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11637 (desktop-revert): Use it.
11638 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11639 (desktop-after-read-hook): Add option list-buffers.
11640 (desktop-locals-to-save): Add tab-width.
11641 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11642 Fix docstring.
11643
11644 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11645
11646 * textmodes/org.el (org-cdlatex-mode-map)
11647 (org-cdlatex-texmathp-advice-is-done): New variables.
11648 (org-cdlatex-mode): New minor mode.
11649 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11650 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11651 (org-export-with-archived-trees): New option.
11652 (org-open-file): Remove the call to `convert-standard-filename'.
11653 (org-archive-tag, org-agenda-skip-archived-trees)
11654 (org-cycle-open-archived-trees)
11655 (org-sparse-tree-open-archived-trees): New options.
11656 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11657 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11658 New functions.
11659 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11660 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11661 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11662 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11663 Call `org-prepare-agenda-buffers'.
11664 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11665 (org-file-apps, org-file-apps-defaults-gnu)
11666 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11667 Handle remote files by forcing them to be opened in Emacs.
11668
11669 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11670
11671 * vc.el (vc-diff-knows-L): New variable.
11672 (vc-diff-internal): Use it to handle "diff" programs that don't
11673 understand -L. This works automatically, no user action is necessary.
11674
11675 2006-06-23 Daniel Brockman <daniel@brockman.se>
11676
11677 * net/rcirc.el (rcirc-default-user-full-name): Default to
11678 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11679 longer exists).
11680 (rcirc-process-list): Check `buffer-live-p' before attempting to
11681 switch to a buffer.
11682
11683 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11684
11685 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11686 based on rcirc-coding-system-alist.
11687
11688 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11689
11690 * cus-edit.el (customize-apropos): A better error message.
11691 (top level) <debug-ignored-errors>: Extend and update the list of
11692 ignored error messages.
11693
11694 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11695
11696 * complete.el (PC-do-completion): Retain capitalization of user
11697 input, when possible, even if completion-ignore-case is set.
11698
11699 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11700
11701 * generic-x.el (bat-generic-mode): Support .cmd files.
11702
11703 * dos-w32.el (top level): Use find-file-not-found-functions
11704 instead of the obsolete find-file-not-found-hooks.
11705
11706 2006-06-22 Kim F. Storm <storm@cua.dk>
11707
11708 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11709 to recognize mode name containing submodes, such as Grep/lw.
11710
11711 2006-06-21 Kim F. Storm <storm@cua.dk>
11712
11713 * simple.el (line-move-1): Check for move-end-of-line instead of
11714 end-of-line when setting temporary-goal-column.
11715
11716 2006-06-21 Miles Bader <miles@gnu.org>
11717
11718 * play/cookie1.el (cookie): Work properly when there's only one entry.
11719
11720 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11721
11722 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11723 (gdb-frame-handler): Generalize frame regexp for templates.
11724
11725 2006-06-20 Glenn Morris <rgm@gnu.org>
11726
11727 * calendar/appt.el (appt-display-format): Default value must be
11728 one of the customize options.
11729
11730 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11731
11732 * term/xterm.el (terminal-init-xterm): Update key availability info.
11733 Bind C-return.
11734
11735 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11736
11737 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11738
11739 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11740 whether or not a local variables list is defined.
11741
11742 * msb.el (msb): Move `sit-for' hack here to handle both
11743 "mouse-down and drag" and "mouse-up and select" situations.
11744 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11745
11746 2006-06-20 Kenichi Handa <handa@m17n.org>
11747
11748 * international/characters.el (word-combining-categories):
11749 Add entries for 2-byte Han characters.
11750
11751 2006-06-19 Richard Stallman <rms@gnu.org>
11752
11753 * bindings.el (mode-line-format): Save some mode line space.
11754
11755 * files.el (find-file-noselect): Improve the question wording.
11756 (basic-save-buffer-2): Mask UMASK against 666.
11757
11758 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11759 (mouse-drag-vertical-line): Call it.
11760
11761 * cus-edit.el (customize-option, customize-option-other-window):
11762 Error if SYMBOL is nil.
11763
11764 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11765
11766 * textmodes/org.el: Require noutline, also on XEmacs.
11767 (org-end-of-subtree): Return point.
11768 (org-dblock-start-re, org-dblock-end-re): New constants.
11769 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11770 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11771 (org-update-all-dblocks, org-find-dblock): New functions.
11772 (org-collect-clock-time-entries): New function.
11773 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11774 (org-fixup-indentation): Modify to deal correctly with lines
11775 starting with TAB. Only one argument DIFF now.
11776 (org-demote, org-promote): Call `org-fixup-indentation' with just
11777 one argument, DIFF.
11778 (org-mode): Don't mark buffer as modified when aligning tables.
11779 (org-clock-sum): Don't mark buffer modified when adding time sum
11780 properties.
11781 (org-export-as-html): Add support for a link validation function.
11782 (org-archive-all-done): New function.
11783 (org-archive-subtree): New prefix argument. When set, archive all
11784 done subtrees in this buffer.
11785 (org-remove-clock-overlays)
11786 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11787 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11788 (org-put-clock-overlay): Don't swallow last headline character
11789 when displaying overlay.
11790 (org-store-link): Link to `image-mode' with just the file name.
11791
11792 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11793
11794 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11795 Use read-key-sequence.
11796 (viper-after-change-undo-hook): Misc enhancements.
11797 (viper-after-change-undo-hook): New hook.
11798 (viper-undo): Use viper-after-change-undo-hook.
11799 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11800 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11801 clicking on that widget/button.
11802
11803 * emulation/viper.el (viper-mode): Allow a separate cursor color
11804 in Emacs state.
11805
11806 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11807 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11808 (ediff-set-actual-diff-options): New function.
11809 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11810 Use ediff-set-actual-diff-options.
11811 (ediff-extract-diffs): Catch errors.
11812 (ediff-whitespace): Add non-breakable space.
11813 (ediff-same-file-contents): Catch errors.
11814
11815 * ediff-mult.el (ediff-collect-custom-diffs):
11816 Save coding-system-for-read.
11817
11818 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11819 (ediff-vc-internal, ediff-vc-merge-internal):
11820 Use ediff-delete-version-file.
11821 (ediff-delete-version-file): New function.
11822
11823 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11824
11825 * ediff.el (ediff-directories, ediff-directory-revisions)
11826 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11827 (ediff-directories-internal, ediff-merge-directory-revisions)
11828 (ediff-merge-directory-revisions-with-ancestor)
11829 (ediff-directories3): Use read-directory-name.
11830
11831 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11832
11833 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11834 Remove superfluous part of regexp for brace matching which is handled
11835 by `scan-lists' call.
11836
11837 2006-06-16 Richard Stallman <rms@gnu.org>
11838
11839 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11840
11841 * files.el (basic-save-buffer-2): For a new precious file,
11842 use the default modes in the return value.
11843
11844 * facemenu.el (facemenu-color-alist): Doc fix.
11845
11846 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11847
11848 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11849
11850 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11851
11852 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11853 (mac-utxt-to-string): Use it.
11854 (mac-ts-update-active-input-area): Use mac-ae-number.
11855
11856 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11857
11858 * term.el (term-handle-scroll, term-delete-lines)
11859 (term-insert-lines): Fix off by one errors.
11860
11861 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11862
11863 * net/tramp.el (tramp-touch): Use UTC to express time.
11864
11865 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11866
11867 * mail/sendmail.el (mail-send): Search explicitly for
11868 mail-header-separator when checking for corrupted header lines.
11869
11870 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11871
11872 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11873 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11874 (gdb-init-1): Initialise them.
11875 (gdb-starting): Reset gdb-printing
11876 (gdb-starting): Save value of gud-overlay-arrow-position.
11877 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11878 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11879 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11880 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11881
11882 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11885
11886 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11887
11888 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11889 (ldap-search-internal): Keep error messages, and a regexp fix.
11890
11891 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11892
11893 * files.el (hack-local-variables-confirm):
11894 Display string value using its printed representation.
11895
11896 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11897
11898 * server.el (server-edit): No-op if no server buffers exist.
11899
11900 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11901
11902 * textmodes/page-ext.el (pages-directory-for-addresses):
11903 Including `pages-directory-address-mode' in the function results
11904 in the message "Buffer in which pages were found is deleted".
11905
11906 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11907
11908 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11909 clocking functions.
11910
11911 (org-agenda-clock-in, org-check-running-clock)
11912 (org-clock-out-if-current, org-remove-clock-overlays)
11913 (org-put-clock-overlay): New functions.
11914 (org-clock-marker, org-clock-file-total-minutes)
11915 (org-clock-overlays): New variables.
11916 (org-clock-display, org-clock-sum, org-clock-cancel)
11917 (org-clock-out, org-clock-in): New commands.
11918 (org-export): New function.
11919 (org-emph-re): New constant.
11920 (org-set-emph-re, org-do-emphasis-faces): New functions.
11921 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11922 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11923 (org-export-html-convert-emphasize): Use the configurable emphasis.
11924 (org-cleaned-string-for-export): Make multiline emphasis visible
11925 to the exporter. New optional argument PARAMETERS.
11926 (org-export-as-html): Specify :emph-multiline parameter to
11927 `org-cleaned-string-for-export'.
11928
11929 2006-06-10 Richard Stallman <rms@gnu.org>
11930
11931 * help.el (help-for-help-internal): Clean up help text.
11932
11933 2006-06-10 Andreas Schwab <schwab@suse.de>
11934
11935 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11936 in doc string.
11937
11938 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11939
11940 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11941
11942 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11943 spaces after the comment start.
11944
11945 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11946
11947 * play/pong.el (pong-init-buffer):
11948 Fill buffer with spaces instead of ^A.
11949
11950 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11951 launched asynchronously, delete its process instead of being cool.
11952 (ispell-async-processp): Check for `delete-process' existence
11953 instead of `kill-process' one for consistency.
11954
11955 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11956
11957 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11958 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11959 in mode line at startup.
11960
11961 2006-06-08 Kim F. Storm <storm@cua.dk>
11962
11963 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11964 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11965 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11966 (ido-file-internal): Pass full file name to write-file.
11967 (ido-read-internal): Only pop stack elements automatically if they
11968 actually match an existing directory or file name.
11969
11970 2006-06-07 Kenichi Handa <handa@m17n.org>
11971
11972 * international/mule.el (find-auto-coding): Don't handle the short
11973 name `char-trans'.
11974
11975 * files.el (hack-local-variables-prop-line)
11976 (hack-local-variables): Cancel the previous change.
11977
11978 2006-06-06 Jesper Harder <harder@phys.au.dk>
11979
11980 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11981
11982 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11983
11984 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11985 diff-default-read-only is non-nil.
11986 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11987 (diff-refine-hunk): Set inhibit-read-only to t.
11988
11989 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11990 modifying the *Diff* buffer.
11991 (diff-process-filter): New filter function for diff process that
11992 sets inhibit-read-only to t when modifying the *Diff* buffer.
11993
11994 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11995
11996 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11997 insertion point and control the number of empty lines.
11998 (org-paste-subtree): Limit the number of empty lines at the end of
11999 the inserted tree.
12000 (org-agenda): Use buffer name of current file for narrowing.
12001 (org-export-as-xml): Command removed.
12002 (org-export-xml-type): Option removed.
12003 (org-mode-map): Call `org-export-as-xoxo' directly.
12004 (org-get-indentation): New optional argument LINE.
12005 (org-fix-indentation, org-remove-tabs): New functions.
12006 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12007 correct indentation for headlines that are converted it items.
12008 (org-skip-comments): Remove table lines that contain narrowing
12009 cookies but no other non-empty fields.
12010 (org-set-tags): Allow groups of mutually exclusive tags.
12011 (org-cmp-time): Sort 24:21 before items without time.
12012 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12013 (org-open-at-point): Require double colon also for numbers.
12014
12015 2006-06-06 Kim F. Storm <storm@cua.dk>
12016
12017 * ido.el (ido-default-file-method, ido-default-buffer-method):
12018 Make choice values consistent with corresponding command names.
12019 (ido-visit-buffer): Update accordingly. Default to selected-window.
12020
12021 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12022
12023 * progmodes/gud.el (gud-running): Fix doc string.
12024 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12025 (gud-tooltip-modes): Add python-mode.
12026 (gud-tooltip-print-command): Add pdb. Remove perldb.
12027
12028 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12029
12030 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12031 Quote $(EMACS).
12032
12033 2006-06-05 Richard Stallman <rms@gnu.org>
12034
12035 * faces.el (defined-colors): Doc fix.
12036
12037 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12038
12039 * vc.el (vc-process-filter): Inhibit undo info collection around
12040 call to insert.
12041 (vc-setup-buffer): Likewise for call to erase-buffer.
12042 (vc-do-command): Likewise for call to process-file.
12043
12044 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12045
12046 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12047 for gud-go.
12048 (gud-common-init): Other debuggers may trigger error.
12049
12050 2006-06-05 Kenichi Handa <handa@m17n.org>
12051
12052 * international/mule.el (find-auto-coding):
12053 Handle enable-character-translation in file header.
12054
12055 2006-06-04 Kim F. Storm <storm@cua.dk>
12056
12057 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12058 (authors-fixed-entries): Fix spelling.
12059 (authors-canonical-file-name): Don't report error for wildcards.
12060
12061 * help.el (view-emacs-news): Rewrite to support new NEWS,
12062 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12063 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12064 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12065
12066 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12067
12068 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12069 exec constructs like `foo bar`.
12070 (sh-quoted-subshell): New helper function to search for a possibly
12071 nested subshell (like `` or $()) within a "" quoted string.
12072 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12073 (sh-apply-quoted-subshell): Flag quote characters inside a
12074 subshell, which is itself already in a quoted region, as
12075 punctuation, since this is the closest to what they actually are.
12076 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12077 sh-apply-quoted-subshell.
12078 (sh-font-lock-syntactic-face-function): Apply the new face for
12079 text inside `` instead of the old font-lock-string-face.
12080
12081 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12082
12083 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12084 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12085 (mac-bytes-to-text-range, mac-ae-text-range-array)
12086 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12087 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12088 (mac-ts-unicode-for-key-event): New functions.
12089 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12090 (mac-handle-font-selection): Use mac-ae-number.
12091 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12092 New variables.
12093 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12094 (mac-ts-converted-text, mac-ts-selected-converted-text)
12095 (mac-ts-block-fill-text, mac-ts-outline-text)
12096 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12097 (mac-ts-hilite-style-faces): New constant.
12098 (mac-apple-event-map): Bind text input events.
12099 (mac-dispatch-apple-event): Use command-execute instead of
12100 call-interactively.
12101 (global-map): Don't bind mac-apple-event.
12102 (special-event-map): Bind mac-apple-event.
12103
12104 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12105
12106 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12107 file name.
12108 (emacs): Enclose the value of $(EMACS) in quotes.
12109
12110 2006-06-02 Juri Linkov <juri@jurta.org>
12111
12112 * international/mule.el (sgml-html-meta-auto-coding-function):
12113 Remove the condition `(search-forward "<html" size t)'.
12114 Replace `\"' with `[\"']?' in `re-search-forward'.
12115
12116 2006-06-02 Kenichi Handa <handa@m17n.org>
12117
12118 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12119 as well as `coding'.
12120 (hack-local-variables): Likewise.
12121
12122 * international/mule.el (enable-character-translation):
12123 Put permanent-local and safe-local-variable properties.
12124 (find-auto-coding): Handle char-trans: tag.
12125
12126 2006-06-02 Juri Linkov <juri@jurta.org>
12127
12128 * international/mule.el (sgml-html-meta-auto-coding-function):
12129 Limit the search by the end of the HTML header (if any).
12130
12131 2006-06-01 Richard Stallman <rms@gnu.org>
12132
12133 * subr.el (with-current-buffer): Doc fix.
12134
12135 2006-06-02 Masatake YAMATO <jet@gyve.org>
12136
12137 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12138 Almost rewrite. Underlines over all lines of gcov output are too
12139 uncomfortable to read. Suggested by Dan Nicolaescu.
12140
12141 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12144
12145 * shell.el (shell-mode): Use shell-mode-map in docstring.
12146
12147 * comint.el (comint-send-input): Do not add help-echo and
12148 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12149
12150 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12151
12152 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12153
12154 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12155
12156 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12157 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12158 look up the stack and pop up GUD buffer if necessary.
12159 (gdb-frames-select): Remove redundant call to gud-display-frame.
12160 (gdb-info-threads-custom): Keep point at start of buffer.
12161 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12162
12163 2006-05-31 Juri Linkov <juri@jurta.org>
12164
12165 * replace.el (query-replace-read-from, query-replace-read-to):
12166 Bind `history-add-new-input' to nil. Call `add-to-history'.
12167
12168 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12169
12170 * textmodes/table.el: Convert all HTML tags to lower case for
12171 XHTML compatibility.
12172
12173 2006-05-31 Masatake YAMATO <jet@gyve.org>
12174
12175 * progmodes/compile.el:
12176 (compilation-error-regexp-alist-alist::gcov-called-line):
12177 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12178
12179 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12180
12181 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12182 Revert inadvertent changes made with last commit.
12183
12184 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12185
12186 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12187 New functions.
12188
12189 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12190
12191 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12192
12193 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12194 only matches in the right place.
12195 (org-upcoming-deadline): New face.
12196 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12197 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12198 and make it an option.
12199 (org-export-ascii-bullets): New option.
12200 (org-export-as-html): Many changes to emit valid XHTML.
12201 (org-par-open): New variable.
12202 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12203 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12204 (org-timeline): Pass `org-timeline-show-empty-dates' to
12205 `org-get-all-dates'. Interpret empty dates returned by
12206 `org-get-all-dates'.
12207 (org-get-all-dates): New argument EMPTY. Add dates without
12208 entries to the list, mark large ranges of empty dates.
12209 (org-point-in-group, org-context): New functions.
12210
12211 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12212
12213 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12214
12215 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12216 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12217 to C-mouse-3 (for 2 button mice).
12218 (gdb-send): Do the right thing for C-d.
12219
12220 * speedbar.el (speedbar-detach): Delete.
12221 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12222 it breaks things.
12223 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12224
12225 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12226
12227 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12228 Makeppfile.
12229
12230 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12231 Add makepp diagnostic.
12232
12233 2006-05-29 Richard Stallman <rms@gnu.org>
12234
12235 * window.el (fit-window-to-buffer): Doc fix.
12236
12237 * help.el (temp-buffer-max-height): Doc fix.
12238
12239 * subr.el (with-current-buffer): Doc fix.
12240
12241 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12242
12243 * term/x-win.el: Bind F10 to menu-bar-start if available.
12244
12245 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12246
12247 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12248 uses with a simple test.
12249 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12250 (term-send-raw-string, term-send-raw, term-mouse-paste)
12251 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12252 (term-handle-exit, term-read-input-ring)
12253 (term-previous-matching-input-string)
12254 (term-previous-matching-input-string-position)
12255 (term-previous-matching-input-from-input)
12256 (term-replace-by-expanded-history, term-send-input)
12257 (term-skip-prompt, term-bol, term-send-invisible)
12258 (term-kill-input, term-delchar-or-maybe-eof)
12259 (term-backward-matching-input, term-check-source)
12260 (term-proc-query, term-emulate-terminal)
12261 (term-handle-colors-array, term-process-pager, term-pager-line)
12262 (term-pager-bob, term-unwrap-line, term-word)
12263 (term-dynamic-complete-filename)
12264 (term-dynamic-complete-as-filename)
12265 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12266 unlesses.
12267
12268 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12271 during bootstrapping.
12272
12273 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12274 Basically undo the change of 2006-05-26: use extra arguments instead of
12275 dynamic scoping.
12276 (ewoc-locate): Remove unused var `footer'.
12277
12278 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12281
12282 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12283 (generate-file-autoloads): Obey it. Return whether autoloads were
12284 added at point or not.
12285 (update-file-autoloads): Use this new return value.
12286 Remove redundant test for the presence of an autoload cookie.
12287
12288 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12289 This one calls hack-local-variables.
12290 (generate-file-autoloads, update-file-autoloads): Use it.
12291
12292 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12293 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12294 (bibtex-sort-entry-class-alist): Don't set the global value.
12295 (bibtex-init-sort-entry-class-alist): New fun.
12296 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12297 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12298 of bibtex-init-sort-entry-class.
12299
12300 2006-05-28 Richard Stallman <rms@gnu.org>
12301
12302 * subr.el (load-history-regexp): If FILE is relative, insist
12303 entire last name component must match it.
12304 (load-history-filename-element, load-history-regexp): Doc fixes.
12305
12306 2006-05-29 Kim F. Storm <storm@cua.dk>
12307
12308 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12309 `pos' and `raw-data' for clarity, as eval forms may access these.
12310
12311 2006-05-28 Kim F. Storm <storm@cua.dk>
12312
12313 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12314
12315 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * progmodes/make-mode.el (makefile-browser-map)
12318 (makefile-mode-syntax-table): Move initialization inside declaration.
12319 (makefile-fill-paragraph): Use the default comment-filling code.
12320
12321 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12322
12323 * replace.el (query-replace-defaults): New variable.
12324 (query-replace-read-from): Use `query-replace-defaults' for
12325 default value, instead of history list.
12326 (query-replace-read-to): Update `query-replace-defaults'.
12327
12328 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12331 with no X toolkit.
12332
12333 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12334
12335 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12336 (tumme-show-all-from-dir): Add autoload.
12337
12338 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12339
12340 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12341 (tumme-remove-tag): Fix bug.
12342
12343 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12344
12345 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12346 FOOTER args. Update unique caller.
12347 (ewoc-delete): Compute last node once before looping.
12348 (ewoc--node-branch): Merge into unique caller.
12349 (ewoc--node): Don't define constructor make-ewoc--node for this
12350 structure.
12351 (ewoc): Add member `hf-pp' to this structure.
12352 (ewoc--wrap): New func.
12353 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12354 header/footer pretty-printers. Save header/footer pretty-printer.
12355 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12356
12357 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12358
12359 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12360
12361 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12362 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12363 Tag'. Change "Compare directories..." to "Change Directories...".
12364 Move tumme commands to Operate, Regexp and Immediate menus.
12365 Change "Add Comment" to "Add Image Comment". Change "Add Image
12366 Tag" to "Add Image Tags".
12367
12368 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12369 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12370 `tumme-delete-tag'.
12371
12372 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12373
12374 * shell.el (shell-mode): Call shell-dirtrack-mode after
12375 list-buffers-directory is made a local variable, to avoid setting
12376 the default value.
12377
12378 2006-05-26 Kevin Ryde <user42@zip.com.au>
12379
12380 * info.el (Info-index-next): Use where-is-internal to report
12381 actual binding of Info-index-next, rather than hard-coded `,'.
12382
12383 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12384
12385 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12386 and "Find Command in Manual" to here.
12387
12388 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12389 Info-current-file as the file name.
12390
12391 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12392
12393 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12394 overrides will now be done a different way.
12395 (ses-set-parameter): Reapply this function for undo.
12396 (ses-set-header-row): Reconstruct header row during undo.
12397 (ses-widen): New function.
12398 (ses-goto-data, ses-reconstruct-all): Use new function.
12399 (ses-command-hook): Widen buffer during undo, before unupdating
12400 the cells.
12401 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12402 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12403 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12404 formula hasn't been executed yet.
12405
12406 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12407
12408 * comint.el (comint-kill-whole-line): Rename arg to count.
12409 Fix doc string.
12410
12411 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12412
12413 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12414 to copy-file.
12415
12416 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12417
12418 * simple.el (toggle-truncate-lines): Make arg optional for
12419 backward compatibility.
12420
12421 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12422
12423 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12424 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12425 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12426 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12427 (ewoc--adjust): Use ewoc--current-dll.
12428 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12429
12430 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12431
12432 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12433 compact error message.
12434 (org-tags-view): Refresh category table in each file.
12435 (org-table-justify-field-maybe): Remove superfluous arguments to
12436 `format'.
12437 (org-export-as-html): Insert "<p>" before postamble.
12438 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12439
12440 2006-05-26 Kenichi Handa <handa@m17n.org>
12441
12442 * textmodes/po.el (po-find-charset): Pay attention to the case
12443 FILENAME is a cons (NAME . BUFFER).
12444 (po-find-file-coding-system-guts): Likewise.
12445
12446 * arc-mode.el (archive-set-buffer-as-visiting-file):
12447 Call find-operation-coding-system with (FILENAME . BUFFER).
12448
12449 * tar-mode.el (tar-extract): Call find-operation-coding-system
12450 with (FILENAME . BUFFER).
12451
12452 * international/mule.el (decode-coding-inserted-region):
12453 Call find-operation-coding-system with (FILENAME . BUFFER).
12454
12455 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12456
12457 * image-mode.el (image-toggle-display): Use buffer contents to
12458 generate image for a remote file.
12459
12460 2006-05-25 Juri Linkov <juri@jurta.org>
12461
12462 * replace.el (query-replace-read-from, query-replace-read-to):
12463 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12464
12465 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12466
12467 * whitespace.el (whitespace-cleanup): Change to cleanup
12468 region if one is active.
12469 * whitespace.el (whitespace-cleanup-internal): New internal method.
12470
12471 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12472
12473 * dired.el (dired-mode-map): Add help-echo strings to tumme
12474 commands. Bind `tumme-dired-display-image' to C-t i.
12475
12476 * tumme.el (tumme-display-image): Change documentation string slightly.
12477 (tumme-dired-display-image): Add call to `display-buffer'.
12478
12479 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12480
12481 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12482 Signal error if RAW-DATA is a multibyte string.
12483
12484 2006-05-24 Richard Stallman <rms@gnu.org>
12485
12486 * subr.el (with-local-quit): When handling `quit' signal,
12487 make a chance for quit-flag to cause a quit.
12488
12489 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12490 (ad-disable-advice): Add autoloads.
12491
12492 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12493
12494 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12495
12496 * dired.el (dired-mode-map): Change menu items for tumme as per
12497 suggestions in emacs-devel.
12498
12499 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * dired.el (dired-mode-map): Fix breakage.
12502
12503 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12504
12505 * tumme.el (tumme-display-dired-image): Rename to...
12506 (tumme-dired-display-image): ...this.
12507 (tumme-track-movement): Change default value to t.
12508 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12509 used from `tumme-next-line-and-display' and similar commands.
12510
12511 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12512 Immediate menu. Add some tumme commands there.
12513
12514 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12515
12516 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12517
12518 2006-05-24 Chong Yidong <cyd@mit.edu>
12519
12520 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12521 menu entries that open submenus.
12522
12523 2006-05-24 Alan Mackenzie <acm@muc.de>
12524
12525 * startup.el (command-line): For names of preloaded files, don't
12526 append ".elc" (now done in Fload), and call file-truename on the
12527 lisp directory.
12528
12529 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12530 match ANY loaded file with the right name, not just those in
12531 load-path. Put a regexp matching the file name into
12532 after-load-alist, rather than the name itself.
12533
12534 * subr.el (load-history-regexp, load-history-filename-element)
12535 (do-after-load-evaluation): New functions.
12536
12537 * international/mule.el (load-with-code-conversion): Do the
12538 eval-after-load stuff by calling do-after-load-evaluation.
12539
12540 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12541
12542 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12543 has not been killed.
12544
12545 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12546
12547 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12548 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12549 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12550 Optionally set error message in reply.
12551
12552 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12553
12554 * textmodes/org.el (org-open-at-point): Use renamed variable
12555 `org-confirm-shell-link-function'.
12556 (org-confirm-shell-link-function): Rename from
12557 `org-confirm-shell-links'.
12558 (org-export-directory): New function.
12559 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12560 (org-export-icalendar): Use `org-export-directory'.
12561 (org-indent-item): Keep cursor position.
12562 (org-link-file-path-type): New option.
12563 (org-export-as-html): Fix bug with plain lists starting in
12564 column 0.
12565 (org-export-as-html): Remove deadline formatting, this happens
12566 now already in `org-html-handle-time-stamps'.
12567 (org-export-html-style): Deadline class removed.
12568 (org-insert-labeled-timestamps-at-point): New option.
12569 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12570 of `hide-sublevels 1', in case the first headline is not level 1.
12571 (org-overview, org-content): New fuction.
12572 (org-cycle-global-status, org-cycle-subtree-status): Make these
12573 variables buffer-local.
12574 (org-global-cycle): New command.
12575 (org-shifttab): Use `org-global-cycle'.
12576 (org-insert-heading, org-insert-item): Go to end of new
12577 headline/item after creating it.
12578 (org-export-visible): Rename from `org-export-copy-visible'.
12579 Now creates a temporary org-file and applies an exporting command
12580 to it.
12581 (org-table-eval-formula): Support for lisp forms.
12582 (org-agenda-todo-ignore-scheduled): New option.
12583 (org-agenda-get-todos): Use new option
12584 `org-agenda-todo-ignore-scheduled'.
12585 (org-export-html-inline-images): New value `maybe'.
12586 (org-export-as-html): Inlining of images dependent on link description.
12587 (org-archive-subtree): Check for end-of-buffer before trying
12588 `kill-line'.
12589 (org-agenda-follow-mode): New option.
12590 (org-export-with-tags, org-export-with-timestamps): New options.
12591 (org-html-handle-time-stamps): New function.
12592 (org-keyword-time-regexp): New variable.
12593 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12594 (org-agenda-todo-list-sublevels): New option.
12595 (org-html-level-start): When TITLE is nil, just close all levels.
12596 (org-parse-key-lines, org-parse-export-options): Remove functions,
12597 replaced by `org-infile-export-plist'.
12598 (org-combine-plists, org-infile-export-plist)
12599 (org-default-export-plist): New functions.
12600 (org-export-html-preamble, org-export-html-postamble)
12601 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12602 New variables.
12603 (org-export-publishing-directory): New option.
12604 (org-export-as-html, org-export-as-ascii): Use the new property
12605 lists for settings.
12606 (org-export-copy-visible, org-export-as-xoxo):
12607 Respect `org-export-publishing-directory'.
12608 (org-link-search, org-store-link, org-file-apps): Support for
12609 links to BibTeX database entries..
12610 (org-get-current-options, org-set-regexps-and-options):
12611 Implement logging as a startup option.
12612 (org-store-link): Make sure context string is never empty
12613 (org-insert-link): Use relative path when possible.
12614 (org-at-item-checklet-p): New function.
12615 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12616 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12617 (org-metaright, org-metaup, org-metadown, org-shiftup)
12618 (org-shiftdown, org-shiftright, org-shiftleft)
12619 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12620 Dispatch using `call-interactively'.
12621 (org-call-with-arg): New defsubst.
12622 (org-tag-alist, org-use-fast-tag-selection): New options.
12623 (org-complete): Use `org-tag-alist'.
12624 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12625 (org-next-item, org-previous-item): New commands.
12626 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12627 make command.
12628 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12629
12630 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12631
12632 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12633 (ewoc-filter): Use `ewoc-delete'.
12634
12635 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12636
12637 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12640 Signal more user-friendly error messages.
12641
12642 * complete.el (PC-do-completion): Undo the addition of implicit
12643 wildcards if they did not lead to finding any match.
12644 (read-file-name-internal): Don't add the final > if the completion is
12645 not finished.
12646
12647 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12648
12649 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12650 Quote safe-local-variable predicate.
12651
12652 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12653
12654 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12655
12656 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12657
12658 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12659
12660 * progmodes/make-mode.el (makefile-special-targets-list)
12661 (makefile-macro-table, makefile-target-table): Mark as risky.
12662 (makefile-query-one-target-method): Make this the alias for the
12663 following variable.
12664 (makefile-query-one-target-method-function): Make this the real name.
12665
12666 * textmodes/artist.el (artist-text-renderer): Make this the alias
12667 for the following variable.
12668 (artist-text-renderer-function): Make this the real name.
12669
12670 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12671 the alias for the following variable.
12672 (flyspell-generic-check-word-predicate): Make this the real name.
12673
12674 * textmodes/ispell.el (ispell-format-word): Make this the alias
12675 for the following variable.
12676 (ispell-format-word-function): Make this the real name.
12677 (ispell-message-text-end): Mark as risky.
12678
12679 * skeleton.el (skeleton-transformation, skeleton-filter)
12680 (skeleton-pair-filter): Make these the aliases for the following
12681 variables.
12682 (skeleton-transformation-function, skeleton-filter-function)
12683 (skeleton-pair-filter-function): Make these the real names.
12684
12685 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12686 and skeleton-pair-filter-function.
12687
12688 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12689 alias for the following variable.
12690 (sgml-transformation-function): Make this the real name.
12691 (sgml-tag-alist): Mark as risky.
12692
12693 2006-05-21 Richard Stallman <rms@gnu.org>
12694
12695 * simple.el (kill-region): Interactively, pass point, then mark.
12696
12697 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12698
12699 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12700
12701 2006-05-21 Romain Francoise <romain@orebokech.com>
12702
12703 * dired-x.el (dired-mode-map): Don't bind M-g.
12704
12705 2006-05-20 Richard Stallman <rms@gnu.org>
12706
12707 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12708 (dired-goto-file): Doc fix.
12709
12710 2006-05-21 Kim F. Storm <storm@cua.dk>
12711
12712 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12713 way to enable built-in cua-mode if user loads older CUA-mode package.
12714
12715 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12716 if default-filename is specified.
12717
12718 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12719
12720 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12721
12722 * info.el (info-apropos): Make sure current-file and current-node
12723 have non-nil values. Speed up by using add-to-list instead of
12724 manual consing.
12725
12726 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12727
12728 * progmodes/make-mode.el (makefile-mode): Doc fix.
12729
12730 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12731
12732 * dired-aux.el (dired-do-shell-command): Doc fix.
12733
12734 2006-05-20 Kevin Ryde <user42@zip.com.au>
12735
12736 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12737 ``(custom-manual :tag "Foo" "(foo)Node")''.
12738
12739 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12740
12741 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12742 value is an integer.
12743
12744 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12745
12746 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12747 "format".
12748 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12749
12750 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12751
12752 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12753 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12754
12755 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12758 regexp for keywords.
12759
12760 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12761
12762 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12763 replace-regexp-in-string.
12764
12765 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12766 encode, and escape file name on conversion to URL.
12767
12768 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12769
12770 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12771 Don't unescape URL.
12772 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12773
12774 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12775 on conversion to URLs.
12776
12777 * net/browse-url.el (browse-url-file-url): Encode file name on
12778 conversion to URL.
12779
12780 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12781 conversion to URL.
12782
12783 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12784
12785 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12786
12787 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12788
12789 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12790 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12791
12792 2006-05-19 Glenn Morris <rgm@gnu.org>
12793
12794 * calendar/diary-lib.el (diary-bahai-date)
12795 (list-bahai-diary-entries, mark-bahai-diary-entries)
12796 (mark-bahai-calendar-date-pattern): Not interactive.
12797 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12798 (diary-entries-list): Change format of 4th element in each entry.
12799 (diary-list-entries): Use add-to-diary-list.
12800 (diary-goto-entry): Handle the case where the buffer visiting the
12801 diary has been killed.
12802 (fancy-diary-display): Add 'locator to button rather than 'marker.
12803 Only generate temp-face when there are marks to apply.
12804 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12805 (diary-fancy-date-pattern): New variable.
12806 (diary-time-regexp): Doc fix.
12807 (diary-anniversary, diary-time): New faces.
12808 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12809 diary-time-regexp. Add font-lock-multiline property where needed.
12810 Use new faces diary-anniversary and diary-time.
12811 (diary-fancy-font-lock-fontify-region-function): New function, to
12812 handle multiline font-lock pattern in fancy diary.
12813 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12814 (diary-font-lock-keywords): Tweak time regexp. Use new face
12815 diary-time.
12816
12817 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12818
12819 * international/code-pages.el (mik): Table corrected.
12820
12821 2006-05-18 Kim F. Storm <storm@cua.dk>
12822
12823 * progmodes/grep.el (grep-find): Don't check grep-find-command
12824 before running command (breaks non-interactive usage).
12825
12826 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12827
12828 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12829 (ewoc--insert-new-node): Don't insert trailing newline.
12830 Instead, adjust successor nodes's start markers.
12831 (ewoc--refresh-node): Delete all text from current node's start
12832 marker to the next one's; adjust successor nodes's start markers.
12833 (ewoc--create): Doc fixes.
12834 (ewoc--refresh): Don't insert newline.
12835 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12836 * pcvs.el (cvs-make-cvs-buffer):
12837 Specify extra newline for ewoc's header and footer.
12838 (cvs-update-header): Update initial header recognition.
12839 Append newline to final header and footer values.
12840 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12841
12842 2006-05-17 Richard Stallman <rms@gnu.org>
12843
12844 * files.el (file-name-extension): Doc fix.
12845
12846 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12849 we can explicitly enable/disable rather than toggle.
12850 (shell-mode): Use it.
12851 (shell-cd): Don't try to reproduce what `cd' does.
12852
12853 2006-05-17 Kim F. Storm <storm@cua.dk>
12854
12855 * ido.el (ido-read-internal): Use only nondirectory part of
12856 default item.
12857
12858 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12859
12860 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12861 (ewoc-nth): Doc fix.
12862
12863 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12864
12865 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12866
12867 * international/mule.el (auto-coding-alist): Add .lha to files
12868 read with no-conversion.
12869
12870 * files.el (auto-mode-alist): Add .lha files to archive file
12871 extensions.
12872
12873 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12874 Convert csize to integer when computing offsets within the
12875 compressed archive file.
12876
12877 2006-05-16 Kim F. Storm <storm@cua.dk>
12878
12879 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12880 with read-from-minibuffer.
12881
12882 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12883
12884 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12885 (byte-compile-warnings): Fix safe-local-variable property.
12886
12887 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12888
12889 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12890 (allout-stylish-prefixes, allout-numbered-bullet)
12891 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12892 predicates to qualify `safe-local-variable' property, when
12893 available, else use equivalent lambda.
12894 (allout-current-topic-collapsed-p): Do the right thing regarding
12895 trailing blank lines.
12896
12897 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * server.el (server-start): Only create a directory if needed.
12900 (server-edit, server-unload-hook): server-start => server-mode.
12901 (kill-emacs-hook): Cleanup upon exit.
12902
12903 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * hexl.el (hexlify-buffer): Encode process arguments manually.
12906
12907 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12908
12909 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12910 call to gdb-tooltip-print.
12911
12912 2006-05-15 Romain Francoise <romain@orebokech.com>
12913
12914 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12915 systems, default to "tar" since those systems probably have GNU tar.
12916
12917 2006-05-14 Lars Hansen <larsh@soem.dk>
12918
12919 * desktop.el (desktop-missing-file-warning): Fix docstring.
12920 (desktop-restore-file-buffer): Correct question asked on missing file.
12921
12922 2006-05-14 Kim F. Storm <storm@cua.dk>
12923
12924 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12925 Add CUA move property.
12926
12927 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * custom.el (custom-push-theme): Load the variable before checking
12930 its `standard-value'.
12931
12932 2006-05-13 Lars Hansen <larsh@soem.dk>
12933
12934 * desktop.el (desktop-save): Use with-temp-buffer.
12935
12936 2006-05-12 Glenn Morris <rgm@gnu.org>
12937
12938 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12939 * calendar/calendar.el (calendar-mode-map):
12940 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12941 * calendar/appt.el (appt-check, appt-make-list): Refer to
12942 diary-view-entries, diary-list-entries, diary-show-all-entries
12943 rather than obsolete aliases.
12944
12945 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12946
12947 * simple.el (line-move-finish): Avoid calling point motion hooks
12948 while processing intangibility.
12949
12950 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12951
12952 * term/xterm.el (terminal-init-xterm): Fix typo.
12953
12954 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12955
12956 * allout.el (allout-view-change-hook): Mark as being deprecated,
12957 to be replaced by `allout-exposure-change-hook'.
12958 (allout-exposure-change-hook): New, replacing
12959 `allout-view-change-hook'.
12960 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12961 in addition to `allout-view-change-hook'.
12962 (allout-show-bodies, allout-old-style-prefixes)
12963 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12964 lambda forms to prevent their showing up in variable help
12965 presentations as inscrutable byte-compiled code.
12966 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12967 Use string-or-null-p to qualify safe-local-variable values.
12968 (allout-reindent-bodies): Use memq to qualify matches against
12969 valid safe-local-variable values. Also, quote the lambda as above.
12970 (allout-use-mode-specific-leader): Add missing candidate-value
12971 symbols, use memq, and quote the lambda.
12972 (allout-overlay-interior-modification-handler): Remove unused
12973 variables `msg' and 'opened'.
12974 (allout-hidden-p): Constrain invisibility consideration to allout's
12975 invisibility spec, disregarding invisibility for other reasons.
12976
12977 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12978
12979 * files.el (version-control): Correct safe values.
12980
12981 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12982
12983 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12984
12985 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12986 (ewoc--insert-new-node): New func.
12987 Update callers of deleted funcs to use it, instead.
12988
12989 2006-05-11 Glenn Morris <rgm@gnu.org>
12990
12991 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12992 obsolete alias `show-all-diary-entries'.
12993 (make-diary-entry): Not interactive.
12994 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12995 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12996 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12997 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12998 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12999 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13000
13001 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13002
13003 * calendar/calendar.el (calendar-french-date-string)
13004 (calendar-mayan-date-string, calendar-chinese-date-string)
13005 (calendar-astro-date-string, calendar-iso-date-string)
13006 (calendar-islamic-date-string, calendar-bahai-date-string)
13007 (calendar-hebrew-date-string, calendar-coptic-date-string)
13008 (calendar-ethiopic-date-string, calendar-persian-date-string):
13009 These functions are not interactive.
13010
13011 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13012
13013 * files.el: Balance parentheses.
13014
13015 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13016
13017 * files.el, newcomment.el, outline.el, simple.el,
13018 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13019 * progmodes/cc-vars.el, progmodes/compile.el:
13020 Move `safe-local-variable' declarations to the respective files.
13021
13022 * help-fns.el (describe-variable): Don't print safe-var if it is
13023 byte-code. Improve wording as suggested by Luc Teirlinck.
13024
13025 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13026
13027 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13028 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13029 Use a token for pending-triggers to ensure gdb-var-update
13030 gets called once per user input again for pre-GDB 6.4.
13031 (gdb-var-delete): Match on more complex expressions.
13032 (gdb-var-list-children-handler, gdb-var-create-handler):
13033 Use a token for consistency.
13034
13035 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13036
13037 * textmodes/org.el (org-read-date, org-goto-calendar)
13038 (org-agenda-goto-calendar):
13039 Bind `view-calendar-holidays-initially' to nil.
13040
13041 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13042
13043 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13044 Update all callers to do it there, instead.
13045
13046 2006-05-10 Glenn Morris <rgm@gnu.org>
13047
13048 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13049 prefix arg case, to avoid view-diary-entries-initially error.
13050 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13051 (calendar-date-is-legal-p): Handle dates with no day part.
13052
13053 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13054
13055 * comint.el (comint-insert-input): Just make it when
13056 comint-use-prompt regexp is nil (default) and with the mouse.
13057 (comint-copy-old-input): Reinstate from 2004-06-23.
13058 (comint-mode-map): Bind C-c C-m to it.
13059
13060 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13061
13062 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13063 Remove spurious move to point-max (new comint behavior fixes).
13064
13065 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13066 compatibility function (Emacs 18/19).
13067 (idlwave-is-continuation-line): Always return point at start of
13068 previous non-blank continuation line.
13069 (keyword-parameters): Fix continued comment font-lock matcher.
13070 (idlwave-font-lock-fontify-region): Written, use as
13071 font-lock-fontify-region-function, to fix continued keyword
13072 fontification issues.
13073
13074 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13075
13076 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13077 (mac-service-selection, mac-service-open-file)
13078 (mac-service-open-selection, mac-service-mail-selection)
13079 (mac-service-mail-to, mac-service-insert-text): Rename from
13080 mac-services-*. All uses changed.
13081 (mac-apple-event-map): Rename event symbol `services' to `service'.
13082
13083 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13084
13085 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13086 (ewoc--node-enter-first, ewoc--node-enter-last)
13087 (ewoc--delete-node-internal): Merge funcs into unique callers.
13088
13089 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13092 return value of read-from-minibuffer for empty input.
13093
13094 2006-05-09 Miles Bader <miles@gnu.org>
13095
13096 * comint.el (comint-insert-input): Remove redundant calls to setq
13097 and goto-char.
13098
13099 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13100
13101 * comint.el (comint-insert-input): Make it work when
13102 comint-use-prompt-regexp is t.
13103
13104 2006-05-10 Miles Bader <miles@gnu.org>
13105
13106 * subr.el (field-at-pos): New function.
13107
13108 * comint.el (comint-insert-input): Use it.
13109
13110 2006-05-09 Juri Linkov <juri@jurta.org>
13111
13112 * battery.el (battery-linux-proc-acpi): Also try
13113 `/proc/acpi/thermal_zone/THR2/temperature'.
13114
13115 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13116 for now unused lambda `string-or-null'.
13117
13118 * add-log.el (change-log-default-name): Put `string-or-null-p'
13119 instead of lambda on `safe-local-variable' property.
13120
13121 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13122 `region-end' instead of `mark' and `point'.
13123 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13124 Operate on region in Transient Mark mode when the mark is active.
13125 Use `region-beginning' and `region-end' instead of `mark' and
13126 `point'.
13127 (diff-hunk-text, diff-goto-source): Doc fix.
13128
13129 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13130 face `mode-line-buffer-id' for mode-line buffer face instead of
13131 hard-coded `(:weight bold)'.
13132
13133 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13134 buffer-undo-list to t (undo-ask is reproducible by visiting
13135 nested archives).
13136
13137 2006-05-09 Kim F. Storm <storm@cua.dk>
13138
13139 * progmodes/grep.el (rgrep): Set default directory of *grep*
13140 buffer if we start M-x rgrep in the *grep* buffer and choose
13141 a different base directory.
13142
13143 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13144
13145 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13146 completion also when ido is loaded.
13147
13148 2006-05-09 Masatake YAMATO <jet@gyve.org>
13149
13150 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13151 "warning" and "import".
13152 (cpp-font-lock-keywords): Added "warning".
13153
13154 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13155
13156 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13157
13158 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13161 pages at a time, if we signal the end, we should indeed reach that end.
13162
13163 2006-05-08 David Reitter <david.reitter@gmail.com>
13164
13165 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13166 output during execution of the body.
13167
13168 2006-05-08 Kim F. Storm <storm@cua.dk>
13169
13170 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13171
13172 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13173
13174 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13175 Use with-current-buffer.
13176
13177 2006-05-07 Kim F. Storm <storm@cua.dk>
13178
13179 * subr.el (add-to-history): Remove keep-dups arg.
13180
13181 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13182 to nil around call to add-to-history.
13183
13184 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13187 than after a buffer modification.
13188
13189 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13190
13191 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13192 call to...
13193 (gud-watch): ...here so speedbar is raised for already watched
13194 expressions.
13195 (gdb-speedbar-refresh): Delete function.
13196 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13197 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13198 earlier change).
13199 (gdb-var-evaluate-expression-handler)
13200 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13201
13202 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13203 Update localized contents for all buffers except ignored modes.
13204
13205 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13206
13207 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13208 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13209 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13210 (mac-handle-font-panel-closed, mac-handle-font-selection):
13211 New functions.
13212 (mac-font-panel-mode): New minor mode.
13213 (mac-apple-event-map): Add bindings for toolbar toggle button and
13214 font panel.
13215 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13216
13217 2006-05-07 John Paul Wallington <jpw@pobox.com>
13218
13219 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13220 Avoid `regexp-opt'; simplify regexp for readability.
13221
13222 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13223
13224 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13225 * files.el (buffer-stale-function):
13226 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13227 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13228 links to the main manual, not to emacs-xtra.
13229
13230 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13231
13232 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13233 MacJapanese if text is ASCII-only.
13234
13235 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13236
13237 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13238 unless so nil isn't returned.
13239 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13240
13241 2006-05-06 Kim F. Storm <storm@cua.dk>
13242
13243 * subr.el (add-to-history): New function.
13244
13245 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13246 (ediff-merge-files-with-ancestor):
13247 * env.el (setenv):
13248 * isearch.el (isearch-update-ring):
13249 * server.el (server-visit-files):
13250 * progmodes/grep.el (lgrep, rgrep):
13251 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13252 * progmodes/xscheme.el (xscheme-insert-expression):
13253 Use add-to-history.
13254
13255 * kmacro.el (kmacro-push-ring): Use add-to-history.
13256 (kmacro-ring-length): Remove unused defun.
13257 (kmacro-start-macro): Use kmacro-push-ring.
13258
13259 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13260
13261 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13262 directly instead of a lambda expression that calls it.
13263
13264 2006-05-06 Kim F. Storm <storm@cua.dk>
13265
13266 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13267 instead of compute-motion.
13268
13269 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13270
13271 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13272 change.
13273
13274 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13275
13276 * startup.el (command-line-1): Refer to "Pure Storage" on
13277 pure-space-overflow.
13278
13279 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13280
13281 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13282 provided faces once they all have been used up.
13283
13284 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13285
13286 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13287 reference to the Lisp manual to the warning about pure space
13288 overflow.
13289
13290 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13291
13292 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13293 argument to avoid the call to `ispell-internal-change-dictionary'
13294 when not needed.
13295 (ispell-change-dictionary): Use this argument and call
13296 `ispell-internal-change-dictionary' after the possible change
13297 to `ispell-local-dictionary'.
13298 (ispell-internal-change-dictionary): Check for a change in
13299 personal dictionary use too.
13300
13301 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13302
13303 * startup.el (command-line): On MS-Windows, probe "~", not
13304 "~USER", for warning about non-existent home directory.
13305
13306 * arc-mode.el (archive-l-e): New optional argument `float' means
13307 generate a float value.
13308 (archive-arc-summarize, archive-lzh-summarize)
13309 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13310 with 3rd argument non-nil when file's size is being computed.
13311 Format the file sizes with %8.0f instead of %8d.
13312
13313 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13314
13315 * cus-start.el (all): Add mac-dnd-known-types.
13316
13317 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13318 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13319 (mac-TIFF-to-string): New functions.
13320 (x-get-selection, x-selection-value)
13321 (mac-select-convert-to-string): Use them.
13322 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13323 (mac-dnd-types-alist): New customization variable.
13324 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13325 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13326 (mac-dnd-handle-drag-n-drop-event): New functions.
13327 (mac-drag-n-drop): Remove function.
13328 (global-map): Bind drag-n-drop and M-drag-n-drop to
13329 mac-dnd-handle-drag-n-drop-event.
13330
13331 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13332
13333 * progmodes/perl-mode.el (perl-beginning-of-function):
13334 Skip anonymous subs.
13335
13336 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13337
13338 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13339 regexp-opt at run time.
13340
13341 * term.el (term-handle-ansi-escape): Fix off by one error.
13342
13343 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13344
13345 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13346 (gdb-init-1, gdb-post-prompt): ...and references to it.
13347 (gdb-frame-handler): Strip directory name from filename if present.
13348
13349 * progmodes/gud.el (gdb-force-update): Delete defvar
13350 (gud-speedbar-buttons): ...and references to it. Use window-start
13351 to try to keep positon in watch expression.
13352
13353 2006-05-03 Richard Stallman <rms@gnu.org>
13354
13355 * simple.el (next-history-element, previous-history-element): Doc fix.
13356
13357 * isearch.el (isearch-update-ring): Doc fix.
13358
13359 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13360
13361 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13362 into consideration. Replace one arm ifs with whens.
13363
13364 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13365
13366 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13367 (menu): Fix typo.
13368
13369 2006-05-02 Miles Bader <miles@gnu.org>
13370
13371 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13372
13373 2006-05-02 Jay Belanger <belanger@truman.edu>
13374
13375 * calc/calc-embed.el (calc-override-minor-modes-map)
13376 (calc-override-minor-modes): New variables.
13377 (calc-do-embedded): Make sure that Calc keystrokes aren't
13378 overwritten by minor modes.
13379
13380 2006-05-02 Chong Yidong <cyd@mit.edu>
13381
13382 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13383
13384 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * startup.el (command-line-1): Refer to Lisp manual when
13387 pure-space-overflow occurs.
13388
13389 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13390 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13391 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13392 (version-control): Don't use `t' for safe-local-variable declarations.
13393
13394 2006-05-01 Richard Stallman <rms@gnu.org>
13395
13396 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13397 M-r, M-R, M-A, M-SPC or M-DEL.
13398 (diff-mode-map): diff-refine-hunk now on C-c C-w
13399 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13400
13401 * help-mode.el (help-mode): view-exit-action calls delete-window
13402 only when it is safe and possible.
13403
13404 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13405 in messages.
13406
13407 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13408
13409 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13410 in the default tool-bar-map.
13411
13412 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/tramp.el (tramp-completion-file-name-handler-alist)
13415 (tramp-run-real-handler, tramp-completion-run-real-handler)
13416 (tramp-completion-handle-file-name-all-completions)
13417 (tramp-completion-handle-file-name-completion): Autoload them.
13418 (tramp-completion-handle-file-exists-p)
13419 (tramp-completion-handle-file-name-directory)
13420 (tramp-completion-handle-file-name-nondirectory)
13421 (tramp-completion-handle-expand-file-name): Remove them.
13422 (tramp-handle-file-name-directory): Return the real directory name.
13423 Returning "/" only doesn't need to be necessary any longer.
13424 (tramp-file-name-handler): Make special attention when in hostname
13425 completion mode.
13426 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13427 (tramp-register-file-name-handlers):
13428 Register `tramp-completion-file-name-handler' only when
13429 `partial-completion-mode' is enabled.
13430 (tramp-completion-handle-file-name-all-completions):
13431 Delete directory part from results.
13432 (tramp-get-completion-methods, tramp-get-completion-user-host):
13433 Discard deleting "/", it doesn't work after the change of
13434 `tramp-handle-file-name-directory' above.
13435
13436 2006-05-01 Kim F. Storm <storm@cua.dk>
13437
13438 * progmodes/grep.el (grep-expand-template): Use save-match-data
13439 and symbol-value.
13440
13441 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13442
13443 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13444 Use select-frame-set-input-focus instead of raise-frame.
13445 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13446
13447 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13448
13449 * progmodes/gud.el (gud-def): Add %c case.
13450 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13451 (gud-format-command): Make match case sensitive. Match on %F.
13452
13453 2006-04-30 Glenn Morris <rgm@gnu.org>
13454
13455 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13456 (cal-tex-preamble): Use cal-tex-preamble-extra.
13457 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13458 than alias `list-diary-entries'.
13459
13460 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13461
13462 * help-fns.el (describe-variable): Add info about safe local variables.
13463
13464 2006-04-29 Richard Stallman <rms@gnu.org>
13465
13466 * bindings.el (mode-line-format): help-echo doc fixes.
13467
13468 * net/tramp.el (tramp-file-name-handler-alist): Delete
13469 expand-file-name and other operations that can cause spurious loading.
13470
13471 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * files.el (safe-local-variable-p): Remove support for the special
13474 value t.
13475
13476 * textmodes/paragraphs.el (sentence-end-without-space):
13477 Fix safety predicate.
13478 (sentence-end-double-space, sentence-end-without-period)
13479 (paragraph-ignore-fill-prefix):
13480 * textmodes/fill.el (colon-double-space):
13481 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13482
13483 * subr.el (booleanp): New fun.
13484
13485 * textmodes/reftex-vars.el (reftex-guess-label-type):
13486 Tighten the safety predicate.
13487
13488 2006-04-28 Kim F. Storm <storm@cua.dk>
13489
13490 * progmodes/grep.el (defgroup grep): Doc fix.
13491 (grep-auto-highlight): Remove.
13492 (grep-template): New defcustom.
13493 (grep-find-template): Rename from grep-tree-template.
13494 (grep-files-aliases): Rename from grep-tree-files-aliases.
13495 Remove "all" alias, add "l" alias.
13496 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13497 (grep-find-ignored-directories): New defcustom to replace
13498 grep-tree-ignore-CVS-directories, to facilitate ignoring
13499 subdirectories for multiple version control systems.
13500 (grep-mode-map): Add Recursive grep item to GREP menu.
13501 (grep-regexp-history, grep-files-history): New defvars.
13502 (grep-probe): New helper function.
13503 (grep-compute-defaults): Use it to simplify code.
13504 Adapt to name changes.
13505 Use `.' as base in grep-find-template rather than <D>.
13506 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13507 Call grep-compute-defaults unconditionally.
13508 (grep-expand-keywords): New defconst.
13509 (grep-expand-template): Rename from grep-expand-command-macros.
13510 Simplify via grep-expand-keywords. Look at case-fold-search instead
13511 of grep-tree-ignore-case to add -i option.
13512 Bind case-fold-search to nil while matching keywords.
13513 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13514 (grep-read-regexp, grep-read-files): New helper functions.
13515 (rgrep): Rename from grep-tree. Rework to use proper histories.
13516 Adapt to changes in defcustoms and functions above.
13517 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13518
13519 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13520
13521 * net/tramp.el (tramp-completion-file-name-handler):
13522 Disable Tramp's functionality while loading Tramp itself.
13523 (tramp-register-file-name-handlers): That's a defsubst now.
13524 Code from `tramp-repair-jka-compr' moved here. Apply it via
13525 `after-init-hook'.
13526 (tramp-repair-jka-compr): Remove.
13527
13528 2006-04-27 Jay Belanger <belanger@truman.edu>
13529
13530 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13531 read expression when `math-read-big-expr' doesn't work.
13532
13533 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13534
13535 * startup.el (command-line-1): Display warning when
13536 pure-space-overflow is non-nil.
13537
13538 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13539
13540 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13541 risky.
13542
13543 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13544
13545 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13546 Return the URL or nil if none can be generated.
13547
13548 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13549
13550 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13551 byte compiler warnings.
13552 (gud-basic-call, gud-find-expr): Let user select an expression
13553 for printing. Print expression as well as value in GUD buffer.
13554
13555 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13556
13557 * allout.el: Remove local autoload declaration for
13558 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13559 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13560 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13561 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13562 (allout-stylish-prefixes, allout-numbered-bullet)
13563 (allout-file-xref-bullet, allout-presentation-padding)
13564 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13565 safe-local-variable with suitable value spec, and add autoload
13566 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13567 (move-beginning-of-line, move-end-of-line): Repair so these compat
13568 functions now actually resituate the point, when appropriate.
13569
13570 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13573
13574 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13575 (add-log-iso8601-time-string): Fix call to format-time-string.
13576
13577 2006-04-26 Kim F. Storm <storm@cua.dk>
13578
13579 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13580
13581 2006-04-26 Masatake YAMATO <jet@gyve.org>
13582
13583 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13584 Add support for "//" style comments. Remove `b' flag
13585 from ?* in `asm-mode-syntax-table'.
13586
13587 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * follow.el: Use (featurep 'xemacs) everywhere.
13590 (follow-mode): Use define-minor-mode.
13591 (follow-mode-map): Move initialization into the declaration.
13592 Use command remapping.
13593 (follow-emacs-version-xemacs-p): Remove.
13594 (follow-submit-feedback): Remove.
13595
13596 * allout.el (allout-layout, allout-passphrase-verifier-string)
13597 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13598
13599 * textmodes/reftex-vars.el (reftex-vref-is-default)
13600 (reftex-fref-is-default, reftex-guess-label-type):
13601 Tighten up a bit the safety predicate.
13602
13603 * textmodes/paragraphs.el (sentence-end-double-space)
13604 (sentence-end-without-period, sentence-end-without-space)
13605 (page-delimiter, paragraph-ignore-fill-prefix):
13606 Tighten up a bit the safety predicate.
13607
13608 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13609
13610 * progmodes/python.el (python-continuation-line-p)
13611 (python-beginning-of-statement): syntax-ppss may return
13612 a negative depth.
13613 (python-mode): Don't forcefully enable font-lock.
13614
13615 * time-stamp.el (time-stamp-start, time-stamp-end)
13616 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13617
13618 * add-log.el: Remove spurious * in docstrings.
13619 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13620 (add-change-log-entry): Use it here, since it's not specific
13621 to iso8601.
13622 (add-log-iso8601-time-string): Don't use it here any more.
13623 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13624
13625 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13626
13627 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13628
13629 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13630 (rcirc-toggle-low-priority): Doc fix.
13631 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13632 ChanServ regexp.
13633 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13634 #emacs.
13635 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13636 (rcirc-decode-coding-system): Use utf-8 as the default.
13637 (rcirc-multiline-minor-mode): Set the fill-column.
13638 (rcirc-format-response-string): Display bright and dim nicks.
13639 (rcirc-browse-url): Update interactive spec to fill ARG.
13640 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13641 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13642
13643 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13644
13645 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13646 case for @Article, etc.
13647
13648 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13649
13650 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13651 Added with autoload cookie.
13652 (tramp-unload-file-name-handlers): Rename from
13653 `tramp-unload-file-name-handler-alist'.
13654
13655 2006-04-23 Romain Francoise <romain@orebokech.com>
13656
13657 * comint.el (comint-match-partial-filename): Doc fix.
13658
13659 2006-04-21 Glenn Morris <rgm@gnu.org>
13660
13661 * calendar/cal-menu.el (calendar-mode-map): Refer to
13662 `diary-view-entries' rather than alias `view-diary-entries'.
13663 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13664
13665 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13666
13667 * progmodes/antlr-mode.el (antlr-default):
13668 * cus-edit.el (custom-documentation):
13669 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13670 in defface.
13671
13672 2006-04-21 Kim F. Storm <storm@cua.dk>
13673
13674 * image.el (image-type): New defun split out of create-image.
13675 (create-image): Use it.
13676
13677 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13678
13679 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13680 (org-open-at-point): Remove the "...done" message to keep output
13681 in the echo area visible.
13682 (org-export-as-xoxo): Fix call to `indent-region'.
13683
13684 2006-04-21 Kevin Ryde <user42@zip.com.au>
13685
13686 * international/mule.el (keyboard-coding-system): defcustom
13687 info-link fixes: "Specify Coding" has been split, keyboard now in
13688 "Terminal Coding", and "Single-Byte Character Support" is now
13689 "Unibyte Mode".
13690
13691 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13692
13693 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13694 Use font-lock-warning-face for any errors e.g. no stack.
13695 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13696
13697 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13698
13699 * progmodes/sh-script.el (sh-shell): Mark as safe.
13700
13701 * newcomment.el (comment-start, comment-start-skip)
13702 (comment-end-skip, comment-end): Mark as safe.
13703
13704 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13705
13706 * textmodes/org.el (org-deadline-announce): Face removed.
13707 (org-level-faces, org-n-levels): Convert to constant.
13708 (org-compatible-face): New function.
13709 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13710 (org-level-5, org-level-6, org-level-7, org-level-8)
13711 (org-special-keyword, org-warning, org-headline-done, org-link)
13712 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13713 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13714 Face definition revised for better color tty support.
13715 (org-bold-re, org-italic-re, org-underline-re): New constants.
13716 (org-set-font-lock-defaults): Use the new constants.
13717 (org-agenda-highlight-todo): New function.
13718 (org-agenda-todo): Fix bug with point at end of line.
13719 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13720 Fontify TODO keywords.
13721 (org-insert-link): Preserve relative path in ../ links.
13722 (org-export-as-html): Convert links pointing to .org files into
13723 links that will work beteen the exported HTML files.
13724 (org-todo-list): Fix bug when arg=0.
13725 (org-insert-heading): More fine-tuning.
13726
13727 2006-04-19 Romain Francoise <romain@orebokech.com>
13728
13729 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13730 from `rmail-mime-charset-pattern'.
13731
13732 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13733
13734 * progmodes/python.el (python-mode): Fix typo.
13735
13736 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13737
13738 * comint.el (comint-previous-input): Don't clobber input line
13739 when moving off either end of the input history ring.
13740 (comint-delete-input): New function, used by
13741 `comint-previous-input' and others.
13742 (comint-previous-matching-input):
13743 Use `coming-delete-input'. Save the partial input if leaving the
13744 edit line. Goto point-max before deleting input to avoid
13745 partial input fragments hanging around.
13746 (comint-restore-input): New function, used by `comint-previous-input'.
13747
13748 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13749
13750 * imenu.el (imenu--index-alist): Balance parentheses.
13751
13752 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13753
13754 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13755
13756 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13757
13758 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13759 file is nil.
13760
13761 2006-04-18 Richard Stallman <rms@gnu.org>
13762
13763 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13764
13765 * imenu.el (imenu-create-index-function, imenu--index-alist)
13766 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13767 (imenu-default-create-index-function, imenu--generic-function):
13768 Doc fixes.
13769
13770 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13771
13772 * help-mode.el (help-mode): Set view-exit-action to delete window.
13773
13774 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13775 now works by passing nil as arg.
13776
13777 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13778
13779 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13780 (read-abbrev-file): Provide default when reading filename.
13781
13782 * files.el (enable-local-variables): Allow :all as value.
13783 (hack-local-variables): Implement that value.
13784 (safe-local-variable-values, safe-local-eval-forms)
13785 (enable-local-variables): Mark as risky.
13786 (find-file-visit-truename, kept-old-versions): Mark safe.
13787
13788 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13789 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13790 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13791
13792 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13795 Use forward-line so as to get to BOL even in the presence of fields.
13796 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13797 in return.
13798 (inferior-tcl): Tell tclsh to work in interactive mode.
13799
13800 * complete.el (partial-completion-mode):
13801 Use 'choose-completion-string-functions to make sure that
13802 choose-completion fills the minibuffer properly.
13803
13804 * complete.el (PC-old-read-file-name-internal): Remove.
13805 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13806 of read-file-name-internal.
13807 (partial-completion-mode): Enable/disable this advice.
13808
13809 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13810
13811 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13812 of 2006-04-17.
13813
13814 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13815
13816 * textmodes/org.el (org-insert-heading): Insert heading before
13817 current if at beginning of line.
13818 (org-todo, org-date): New faces.
13819 (org-table-align): Make sure tooltip window contains full text.
13820 (org-no-properties): New defsubst.
13821 (org-set-font-lock-defaults): Use new faces.
13822
13823 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13824
13825 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13826 for root variables.
13827
13828 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13829 (gdb-frame-address): Re-use to identify frame for watch expression.
13830 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13831 variables.
13832 (gdb-init-1, gdb-source, gdb-post-prompt)
13833 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13834 (gdb-frame-handler): Get gdb-frame-address.
13835
13836 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13837
13838 Sync with Tramp 2.0.53.
13839
13840 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13841 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13842 (tramp-completion-file-name-handler): Add autoload cookie for
13843 adding to `file-name-handler-alist'.
13844
13845 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13846 the prompt. If it returns earlier (when detecting an error
13847 message), the rest of the output will merge accidently with the
13848 output of the next command. Reported by M Jared Finder
13849 <jared@hpalace.com>.
13850
13851 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13852 for `process-file', in order to let it work for older Emacsen too.
13853
13854 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13855
13856 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13857 (tex-font-lock-keywords-3): Use it.
13858
13859 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * newcomment.el (comment-add): New function.
13862 (comment-region-default, comment-dwim): Use it.
13863
13864 2006-04-15 Michael Olson <mwolson@gnu.org>
13865
13866 * emacs-lisp/tq.el: Improve comments.
13867 (tq-queue-head-question): New accessor function.
13868 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13869 Update for modified queue structure.
13870 (tq-queue-add): Accept `question' argument.
13871 (tq-queue-pop): If a question is pending, send it.
13872 (tq-enqueue): Accept new optional argument `delay-question'.
13873 If this is non-nil, and at least one other question is pending a
13874 response, queue the question rather than sending it immediately.
13875
13876 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13877
13878 * calendar/appt.el (appt-add): Check whether an appointment is
13879 already present in appt-time-msg-list. Simplify code.
13880
13881 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * progmodes/cc-langs.el (c-mode-menu):
13884 Don't presume c-subword-mode is bound.
13885
13886 2006-04-13 Bill Wohler <wohler@newt.com>
13887
13888 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13889 (customize-package-emacs-version): Use cdr instead of cadr now
13890 that alists use dotted pairs.
13891
13892 * custom.el (defcustom): Fix docstring for :package-version.
13893
13894 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13895
13896 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13897 (tramp-handle-shell-command): Display output buffer only when
13898 `tramp-display-shell-command-buffer' is true.
13899 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13900
13901 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13902
13903 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13904 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13905
13906 2006-04-13 Romain Francoise <romain@orebokech.com>
13907
13908 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13909 leaving temporary .cvsignore buffers behind.
13910
13911 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13912
13913 * textmodes/org.el (org-set-regexps-and-options)
13914 (org-get-current-options): Better names for the startup folding
13915 options.
13916
13917 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13918
13919 * vc.el (vc-annotate): Arrange for point to end up at the same
13920 line number as in the original, but only when using a new buffer.
13921
13922 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13923
13924 * files.el (hack-one-local-variable-eval-safep):
13925 Recognize `edebug-form-spec' for `put', but only if it passes
13926 `edebug-basic-spec'. Generalize `put' handling.
13927
13928 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13929 vetting file-local form specs.
13930
13931 * allout.el (allout-layout): Autoload its `safe-local-variable'
13932 property.
13933
13934 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13935
13936 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13937 (org-agenda-mouse-1-follows-link)
13938 (org-mouse-1-follows-link): New options.
13939 (org-format-agenda-item): Fix bug if TAGS is nil.
13940 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13941
13942 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13943
13944 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13945 GDB 6.1+ gives full filename for "info sources" so use
13946 file-name-nondirectory.
13947
13948 2006-04-12 Romain Francoise <romain@orebokech.com>
13949
13950 * subr.el (read-passwd): Bind `message-log-max' to nil.
13951
13952 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * progmodes/perl-mode.el (perl-indent-new-calculate):
13955 Recompute parse-start after jumping backward by a whole sexp.
13956
13957 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13960 window configuration.
13961 (vc-annotate-display-select): Select the buffer so that current-buffer
13962 (and selected-window) is the output buffer at the end of vc-annotate.
13963
13964 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13965
13966 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13967 8-color terminals, to use all of the colors in a sensible order.
13968 256-color terminals work well with the standard map.
13969 (vc-annotate-lines): Only strip the first color character if it
13970 is "#", to allow for terminal-style named colors.
13971 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13972 the correct buffer is scrolled.
13973
13974 2006-04-11 Richard Stallman <rms@gnu.org>
13975
13976 * emacs-lisp/bytecomp.el (byte-compile-file):
13977 Bind enable-local-variables to :safe, and make normal-mode obey it.
13978
13979 * files.el (enable-local-variables): Allow value :safe.
13980 (normal-mode): Doc fix.
13981 (hack-local-variables): Implement enable-local-variables = :safe.
13982 (hack-local-variables-confirm): Don't prevent quitting.
13983
13984 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13985
13986 * loadhist.el (unload-feature): A bit of sanity check of
13987 load-history entries. Cancel timer-vars before unbinding them.
13988
13989 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13990 quote special chars, and make the trick work on the hex part of the
13991 buffer as well.
13992 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13993 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13994
13995 * startup.el (normal-splash-screen): Fix last change so we don't wait
13996 2 minutes if we don't show the splash screen.
13997
13998 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13999
14000 * textmodes/org.el (org-export-plain-list-max-depth)
14001 (org-table-spaces-around-separators)
14002 (org-radio-targets, org-activate-camels)
14003 (org-table-spaces-around-invisible-separators): Options removed.
14004 (org-time-stamp-rounding-minutes, org-remember-templates)
14005 (org-ellipsis, org-activate-links, org-descriptive-links):
14006 New options.
14007 (org-remember-apply-template, org-current-time)
14008 (org-finish-edit-table-field)
14009 (org-link-unescape, org-link-escape)
14010 (org-string-width, org-table-clean-line, org-html-do-expand)
14011 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14012 (org-read-agenda-file-list): New functions.
14013 (org-table-edit-field)
14014 (org-table-create-or-convert-from-region): New commands
14015 (org-table-toggle-vline-visibility): Command removed.
14016 (org-table-convert-region): Made a command.
14017 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14018 Replace with the normal org- functions.
14019 (org-self-insert-command): Don't trigger realign unnecessarily
14020 when blanking a field that is not full.
14021 (org-mode): `Set buffer-invisibility-spec' for links.
14022 (org-activate-links2): Hide link part and only show descriptive
14023 part of the link.
14024 (org-insert-link): Modify for new linking system.
14025 (org-store-link): Store description separately, for use by
14026 `org-insert-link'.
14027 (org-table-align): Use `org-string-width'.
14028 (defgroup): Completely new group structure for custom variables.
14029 (org-agenda-files): Option: Single file name allowed. Function:
14030 Optional argument unrestrited means ignore any restricitons.
14031 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14032 trying to modify the menu. Use generalized access to
14033 `org-agenda-files.'
14034 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14035 (org-agenda-file-to-front, org-remove-file, org-diary)
14036 (org-tags-view, org-export-icalendar-all-agenda-files)
14037 (org-export-icalendar-combine-agenda-files): Use generalized
14038 access to `org-agenda-files'.
14039 (org-remember-handler): Correctly preserve heading if present.
14040 (org-table-insert-row, org-table-insert-hline): Deal with
14041 invisible characters.
14042
14043 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14044
14045 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14046 (vc-annotate-color-map): New 18 element constant
14047 value/saturation, rotating hue colormap, from red->blue.
14048 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14049 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14050 (vc-annotate): To avoid killing the required local variables,
14051 set them before the end of `with-output-to-temp-buffer', and
14052 after first switching to annotate-mode.
14053 (vc-annotate-warp-version): Add buffer argument in goto-line to
14054 ensure annotation, not source, is scrolled.
14055
14056 2006-04-10 Bill Wohler <wohler@newt.com>
14057
14058 * custom.el (defcustom, custom-handle-keyword):
14059 Add :package-version keyword.
14060 (custom-add-package-version): New function. Sets value of new
14061 property 'custom-package-version from :package-version keyword.
14062 (defcustom): Create Common Keywords section in docstring.
14063 (defface, defgroup): Replace definitions of a select few keywords
14064 with a reference to the Common Keywords in defcustom.
14065 (defcustom, defface, defgroup): Replace reference to Customization
14066 chapter in manual with hyperlink.
14067
14068 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14069 (customize-changed-options): Add check for custom-package-version.
14070 (customize-package-emacs-version): New function to look up Emacs
14071 version corresponding to the given package version.
14072
14073 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14074 defun name, in similar fashion to find-variable-regexp.
14075
14076 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14077
14078 * international/mule-cmds.el (set-locale-environment): Fix last
14079 change for when the locale's preferences don't specify any encoding.
14080
14081 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14084 so the defined var/fun doesn't need to be quoted.
14085
14086 2006-04-10 Richard Stallman <rms@gnu.org>
14087
14088 * finder.el (finder-mode-map): Add n and p bindings.
14089
14090 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14091
14092 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14093 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14094 (gdb-setup-windows): Put something in source window if we can't find
14095 the source file.
14096 (gdb-frame-handler): Make it work again with just assembly.
14097 (gdb-data-list-register-values-handler): Make it work when there is
14098 no stack.
14099
14100 2006-04-09 Richard Stallman <rms@gnu.org>
14101
14102 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14103 specs while looking for charset.
14104
14105 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14106
14107 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14108 Make them faces.
14109 (lm-font-lock-keywords): Update appropriately.
14110
14111 2006-04-10 Kim F. Storm <storm@cua.dk>
14112
14113 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14114 it can also replace buffer-substring-no-properties.
14115
14116 * emulation/cua-base.el (cua-delete-region, cua-paste)
14117 (cua-repeat-replace-region): Use filter-buffer-substring.
14118
14119 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14120 (cua-cut-region-to-global-mark): Likewise.
14121
14122 * emulation/cua-rect.el (cua--extract-rectangle)
14123 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14124
14125 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14126
14127 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14128 entry-type. Add field delimiters to numerical fields if they are
14129 not present.
14130
14131 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14132
14133 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14134 string-const to return value.
14135 (bibtex-remove-delimiters): Use it.
14136
14137 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14140 cl-byte-compile-compiler-macro unless it exists.
14141
14142 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14143
14144 * files.el (hack-local-variables-confirm) <offer-save>:
14145 Clarify message text. Suggested by Ralf Angeli.
14146
14147 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14148
14149 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14150 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14151 instead of `buffer-substring' and `delete-region'. (Most of the
14152 code actually copied from `kill-region'.)
14153
14154 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14155
14156 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14157 (rcirc-default-port): Rename from rcirc-port.
14158 (rcirc-default-nick): Rename from rcirc-nick.
14159 (rcirc-default-user-name): Rename from rcirc-user-name.
14160 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14161 (rcirc-low-priority-flag): New variable.
14162 (rcirc-decode-coding-system): New defcustom.
14163 (rcirc-encode-coding-system): New defcustom.
14164 (rcirc-coding-system-alist): New defcustom.
14165 (rcirc-multiline-major-mode): New defcustom.
14166 (rcirc-nick): New internal variable.
14167 (rcirc-process): Remove variable.
14168 (rcirc-server-buffer): New variable.
14169 (rcirc): Update to use rcirc-default-* variables above.
14170 (rcirc-connect): Do not add window-configuration-hook-here.
14171 (rcirc-server): New internal variable.
14172 (rcirc-connect): Do not send keepalive pings if
14173 rcirc-keepalive-seconds is nil.
14174 (with-rcirc-server-buffer): New macro.
14175 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14176 (rcirc-server-name): Rename from rcirc-server.
14177 (rcirc-buffer-process): New function.
14178 (rcirc-buffer-nick): New function.
14179 (rcirc-buffer-target): Remove function.
14180 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14181 New commands.
14182 (rcirc-mode-map): Change binding of C-c C-l to
14183 rcirc-toggle-low-priority.
14184 (rcirc-mode): Initialize coding system based on
14185 rcirc-coding-system-alist. New change-major-mode-hook to part the
14186 channel on a mode change. Make kill-buffer-hook buffer-local.
14187 (rcirc-change-major-mode-hook): New function.
14188 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14189 (rcirc-last-post-time): New variable.
14190 (rcirc-process-message): Store the last time user posted a message
14191 to this target.
14192 (rcirc-multiline-minor-mode): New mode.
14193 (rcirc-multiline-minor-mode-map): New mode map.
14194 (rcirc-edit-multiline): Put multiline-edit buffer in
14195 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14196 (rcirc-print): Ignore any line starting with an ignored nick.
14197 (rcirc-print): Decode using rcirc-decode-coding-system.
14198 (rcirc-track-minor-mode): Update global-mode-string when disabling
14199 this mode.
14200 (minor-mode-alist): Add LowPri indicator.
14201 (rcirc-toggle-low-priority): New function.
14202 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14203 next lowpriority buffer with activity.
14204 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14205 last time the user posted a message in to the target.
14206 (rcirc-update-activity-string): New formatting for low priority
14207 buffers.
14208 (rcirc-split-activity): New function.
14209 (rcirc-handler-PART, rcirc-handler-KICK)
14210 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14211 (rcirc-nick-away-alist): New variable.
14212 (rcirc-handler-301): New handler. Away messages are printed once
14213 per change.
14214
14215 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14216
14217 * info.el (Info-follow-nearest-node): Doc fix.
14218
14219 * international/mule-cmds.el (set-locale-environment): Make sure
14220 the coding-system preferred by the locale's language has the same
14221 EOL conversion type as the original buffer-file-coding-system.
14222 (locale-language-names): Add a few MS Windows language codes.
14223
14224 2006-04-07 Richard Stallman <rms@gnu.org>
14225
14226 * simple.el (eval-expression): Doc fix.
14227
14228 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14229 (eval-defun): Doc fixes.
14230
14231 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14232
14233 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14234
14235 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14236
14237 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14238 GDB list command without argument for greater generality.
14239
14240 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14241
14242 * subr.el (string-or-null-p): New function.
14243
14244 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14245
14246 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14247
14248 * files.el: Update comment about safe-local-variable declarations.
14249
14250 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14251
14252 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14253 See idlwave.org.
14254
14255 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14256 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14257
14258 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14259 See idlwave.org.
14260
14261 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14262 version 6.0 (minimal changes). See idlwave.org.
14263
14264 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14265 6.0 (minimal changes). See idlwave.org.
14266
14267 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14268
14269 2006-04-06 Romain Francoise <romain@orebokech.com>
14270
14271 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14272 symmetric encryption features and a new asynchronous interface to
14273 GnuPG. This new version is version 1.4, plus whitespace changes.
14274
14275 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14276
14277 * files.el: Move some `safe-local-variable' declarations to the
14278 respective files.
14279
14280 * textmodes/ispell.el (ispell-check-comments)
14281 (ispell-local-dictionary): Mark as safe.
14282
14283 * abbrev.el (abbrev-mode): Mark as safe.
14284
14285 * add-log.el (change-log-default-name): Mark as safe.
14286
14287 * textmodes/reftex-vars.el (reftex-vref-is-default)
14288 (reftex-fref-is-default, reftex-level-indent)
14289 (reftex-guess-label-type): Mark as safe.
14290
14291 * textmodes/fill.el (colon-double-space): Mark as safe.
14292
14293 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14294 (sentence-end-double-space, sentence-end-without-period)
14295 (sentence-end-without-space, sentence-end, sentence-end-base)
14296 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14297
14298 2006-04-06 Kim F. Storm <storm@cua.dk>
14299
14300 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14301 the :set-after list.
14302 (ido-downcase-unc-hosts): New user option. Default on.
14303 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14304 when it is set, as regexps are now applied on the fly.
14305 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14306 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14307 on the fly, but only when ido-process-ignore-lists is set.
14308 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14309 Only downcase names if ido-downcase-unc-hosts is set.
14310
14311 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14312
14313 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14314
14315 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14316
14317 2006-04-05 Kim F. Storm <storm@cua.dk>
14318
14319 * ido.el (ido-mode): Set after ido-unc-hosts and
14320 ido-ignore-unc-host-regexps.
14321 (ido-save-history): Save ido-unc-hosts-cache.
14322 (ido-load-history): Load ido-unc-hosts-cache.
14323 (ido-reread-directory): Refresh unc hosts cache in // dir.
14324
14325 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14326 to nil while displaying slash screen.
14327
14328 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14329
14330 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14331 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14332
14333 2006-04-05 Kenichi Handa <handa@m17n.org>
14334
14335 * international/characters.el: Setup cases of Latin, Greek, and
14336 Cyrillic characters in CJK charsets.
14337
14338 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14339
14340 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14341 default-enable-multibyte-characters. This reverts the change from
14342 revision 6.17 which is no longer necessary because the passphrase
14343 is sent separately now. GnuPG messages are unreadable under
14344 multibyte locales with default-enable-multibyte-characters set to nil.
14345
14346 2006-04-04 Andreas Schwab <schwab@suse.de>
14347
14348 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14349 and `byte-compile-warnings' as `safe-local-variable'.
14350
14351 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14352
14353 * man.el (Man-mode-map): Restore the \r binding.
14354 (Man-abstract-xref-man-page): If Man-target-string is a function,
14355 call it.
14356 (Man-highlight-references): Use Man-default-man-entry to get the
14357 target. Deal with xrefs too.
14358 (Man-highlight-references0): Don't call the target function.
14359
14360 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14361 cannot deal with it.
14362
14363 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14364
14365 * pgg-gpg.el: Clean up process buffers every time gpg processes
14366 complete.
14367
14368 2006-04-04 Kenichi Handa <handa@m17n.org>
14369
14370 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14371 here.
14372 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14373 Temporarily bind inhibit-field-text-motion to t.
14374
14375 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * startup.el (normal-splash-screen): Only set mode-line-format in the
14378 splash buffer, so as not to interfere when debugging the code.
14379 Ignore errors when switching buffer.
14380
14381 2006-04-03 Romain Francoise <romain@orebokech.com>
14382
14383 * dired.el (dired-dnd-protocol-alist): Fix typo.
14384
14385 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14386
14387 * savehist.el (savehist): Add :version.
14388 (savehist-ignored-variables): New variable.
14389 (savehist-minibuffer-hook): Don't save variables listed in
14390 `savehist-ignored-variables'.
14391
14392 * dired.el (dired-dnd-protocol-alist): Mention that change does
14393 only apply to new buffers in doc string.
14394
14395 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14396
14397 * recentf.el (recentf-open-files-item): Include newline in button
14398 field, so opening a file will work, when the point is at the end
14399 of the file name. Allow, for example, to [i]search a file by
14400 extension and just push RET to open it.
14401
14402 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14403
14404 * pgg-gpg.el (pgg-gpg-process-filter)
14405 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14406
14407 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14408 lines, temporary fix.
14409
14410 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14411
14412 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14413
14414 2006-04-02 Richard Stallman <rms@gnu.org>
14415
14416 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14417
14418 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14419
14420 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14421 header-mouse-map.
14422
14423 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14424 (ibuffer-mode-header-map): New keymaps.
14425 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14426 and keybindings for column headers.
14427 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14428 property.
14429
14430 2006-04-02 Drew Adams <drew.adams@oracle.com>
14431
14432 * speedbar.el (speedbar-after-create-hook): Doc fix.
14433
14434 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14435
14436 * shell.el (shell-directory-tracker)
14437 (shell-dynamic-complete-command): Doc fixes.
14438
14439 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14440
14441 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14442 terminals.
14443
14444 2006-04-01 Kim F. Storm <storm@cua.dk>
14445
14446 * ido.el (ido-unc-hosts-cache): New defvar.
14447 (ido-unc-hosts): If value of defcustom is a function, call it to
14448 get list of UNC hosts. Add function-item choices to specify
14449 ido-unc-hosts-net-view or user function.
14450 (ido-ignore-unc-host-regexps): New defcustom.
14451 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14452 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14453 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14454
14455 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14458 wwidth.
14459
14460 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14461
14462 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14463 (ido-max-work-file-list, ido-switch-buffer)
14464 (ido-read-file-name-as-directory-commands):
14465 Fix typos in docstrings.
14466
14467 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14468
14469 * term/mac-win.el (mac-system-coding-system): Define and use after
14470 Mac-specific coding systems are ready.
14471
14472 2006-03-27 Romain Francoise <romain@orebokech.com>
14473
14474 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14475
14476 * ldefs-boot.el: Update.
14477
14478 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14479
14480 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14481 passphrases when it is not needed.
14482 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14483 passphrase stuff from gpg, should only be necessary when you use
14484 gpg with a smartcard.
14485
14486 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14487
14488 * comint.el (comint-dynamic-list-completions): Allow user to
14489 select *Completions* buffer.
14490
14491 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14492
14493 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14494
14495 2006-03-26 Andreas Schwab <schwab@suse.de>
14496
14497 * progmodes/gud.el (gdb): Only complain about multiple debugging
14498 when the gdb process is still running.
14499
14500 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14501
14502 * mail/rmail.el (tool-bar-map): Defvar it.
14503 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14504 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14505
14506 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14507
14508 * help.el (print-help-return-message): Suggest to use
14509 display-buffer instead of switch-to-buffer-other-window to restore
14510 the previous window without selecting it.
14511
14512 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14513
14514 * frame.el (select-frame-by-name): Call x-focus-frame also when
14515 window-system is mac.
14516
14517 * term/mac-win.el: Adjust Courier font specifications in
14518 x-fixed-font-alist.
14519 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14520 when directly encoding to UTF-16 in native byte order, no BOM.
14521
14522 2006-03-25 Kim F. Storm <storm@cua.dk>
14523
14524 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14525 (cua--init-keymaps): Use it instead of fixed C-return.
14526 (cua-mode): Set after it.
14527
14528 * emulation/cua-rect.el (cua--init-rectangles):
14529 Use cua-rectangle-mark-key instead of fixed C-return.
14530
14531 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14532
14533 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14534 "run" in .gdbinit.
14535 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14536
14537 2006-03-24 Romain Francoise <romain@orebokech.com>
14538
14539 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14540 `display-buffer-other-frame'.
14541
14542 2006-03-24 Kim F. Storm <storm@cua.dk>
14543
14544 * apropos.el (apropos-synonyms): Add selection => region.
14545
14546 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14547
14548 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14549 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14550 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14551 (gdb-data-list-register-values-regexp)
14552 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14553 Future proof against new fields being added to MI output.
14554 (gdb-send): Don't treat backslashes for program input as
14555 continuations.
14556 (gdb-assembler-handler): Don't use window-start for this handler.
14557 (gdb-frame-handler): Don't change to hollow arrow if overlay
14558 arrow doesn't move to new frame.
14559
14560 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14561
14562 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14563 prevent compiler warnings.
14564 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14565 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14566 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14567 buffer too.
14568
14569 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14570
14571 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14572 make-network-process, so we can use the same code in Gnus v5-10
14573 too and have this file fully synchronized with that release.
14574
14575 2006-03-23 Romain Francoise <romain@orebokech.com>
14576
14577 * ibuf-ext.el (ibuffer-read-filter-group-name):
14578 Use `ibuffer-generate-filter-groups' to make completion list match
14579 the filter groups that are really displayed in the Ibuffer buffer.
14580 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14581
14582 2006-03-23 Kenichi Handa <handa@m17n.org>
14583
14584 * international/mule-cmds.el (sort-coding-systems): Describe that
14585 the argument is modified in docstring.
14586
14587 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14588
14589 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14590 (pgg-gpg-update-agent): New function.
14591 (pgg-gpg-use-agent-p): New function.
14592 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14593 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14594 (pgg-gpg-sign-region): Use it.
14595
14596 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14597
14598 * cus-edit.el (custom-face-set): Call custom-push-theme before
14599 face-spec set so that `changed' theme is correctly saved.
14600 (custom-face-reset-standard): Reset to recalculated face rather
14601 than defface spec.
14602
14603 * custom.el (custom-push-theme): Only save `changed' theme if the
14604 current face does not match the defface specs.
14605
14606 2006-03-21 Simon Josefsson <jas@extundo.com>
14607
14608 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14609 <wilde@sha-bang.de>.
14610 (pgg-gpg-use-agent): New variable.
14611 (pgg-gpg-process-region): Use it.
14612 (pgg-gpg-encrypt-region): Likewise.
14613 (pgg-gpg-encrypt-symmetric-region): Likewise.
14614 (pgg-gpg-decrypt-region): Likewise.
14615 (pgg-gpg-sign-region): Likewise.
14616 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14617
14618 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14619
14620 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14621 bracket links.
14622
14623 2006-03-21 Kim F. Storm <storm@cua.dk>
14624
14625 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14626 fringe-indicator-alist instead of modifying global value.
14627 (gdb-frame-handler): Likewise.
14628
14629 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14630
14631 * diff-mode.el (diff-function): Make it inherit from diff-header
14632 instead of diff-context.
14633
14634 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14635 bitmap.
14636 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14637 change names in macro above for consistency.
14638 (gdb-frame-handler): Use hollow-right-triangle for all selected
14639 frames which except the innermost (where execution has stopped).
14640 (gdb-reset): Reset buffer-local values of overlay-arrow.
14641
14642 2006-03-20 Richard Stallman <rms@gnu.org>
14643
14644 * simple.el (set-mark-command): Doc fix.
14645
14646 * files.el (display-buffer-other-frame): New command.
14647 (ctl-x-4-map): Bind C-x 5 C-o to it.
14648
14649 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14652 rather than just defer-time, in case defer-time has been changed but
14653 the timer isn't running yet.
14654 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14655
14656 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14657
14658 * help-mode.el (help-follow-symbol): New function.
14659 Essentially identical to the old `help-follow', but do not let
14660 `push-button' do the work when on an xref.
14661 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14662
14663 2006-03-19 Richard Stallman <rms@gnu.org>
14664
14665 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14666 preceded by the word `program'.
14667 (help-follow-mouse, help-follow): Throw error if not on xref.
14668 Delete no longer used args.
14669
14670 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14671
14672 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14673 annotation ensure gud-overlay-arrow-position is redisplayed.
14674
14675 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14676
14677 * textmodes/bibtex.el (bibtex-include-OPTkey)
14678 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14679 (bibtex-autokey-name-case-convert)
14680 (bibtex-autokey-titleword-case-convert): Make these the aliases
14681 for the following two variables.
14682 (bibtex-autokey-name-case-convert-function)
14683 (bibtex-autokey-titleword-case-convert-function): Make these the
14684 real names.
14685 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14686 bibtex-font-lock-crossref sublists.
14687 (bibtex-mode): Revert 2005-12-30 change (which made
14688 completion-ignore-case buffer-local).
14689 (bibtex-url): Simplify.
14690
14691 2006-03-19 Kim F. Storm <storm@cua.dk>
14692
14693 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14694 cursor property value to 2 (to align with C level change).
14695
14696 2006-03-19 Bill Wohler <wohler@newt.com>
14697
14698 * image.el (image-load-path-for-library): Shorten first line in
14699 docstring.
14700
14701 2006-03-18 Richard Stallman <rms@gnu.org>
14702
14703 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14704
14705 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14706
14707 * isearch.el (isearch-other-meta-char): Handle user bindings for
14708 shifted control characters.
14709
14710 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14711
14712 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14713 part that matches email addresses, file names, etc.
14714
14715 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14716
14717 * term/w32-win.el (mouse-set-font):
14718 Mention w32-list-proportional-fonts in the doc string.
14719
14720 2006-03-18 Kim F. Storm <storm@cua.dk>
14721
14722 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14723 (ido-unc-hosts): New user option to explicitly define list of know
14724 UNC-style hosts for completion.
14725 (ido-cache-unc-host-shares-time): New user option.
14726 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14727 New helper functions for UNC file-name support.
14728 (ido-may-cache-directory): Check for UNC host. Simplify.
14729 (ido-wash-history): Clean out old UNC hosts.
14730 (ido-nonreadable-directory-p): UNC hosts are always readable.
14731 (ido-directory-too-big-p): UNC hosts are never too big.
14732 (ido-set-current-directory): Handle UNC root path.
14733 (ido-file-name-all-completions): Complete UNC host names from
14734 ido-unc-hosts list. Cache UNC host shares.
14735 (ido-make-file-list-1): Don't filter UNC root.
14736 (ido-exhibit): Check for // in root directory, and switch to UNC
14737 mode by setting ido-current-directory to //.
14738
14739 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14740
14741 * cus-edit.el (customize-changed-options): Mention explicit
14742 version number as default in prompt.
14743
14744 2006-03-17 Bill Wohler <wohler@newt.com>
14745
14746 * image.el (image-load-path-for-library): Minor docstring fix.
14747
14748 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14749
14750 * textmodes/org.el (org-read-date): Include subgroup 5 into
14751 replacement text.
14752 (org-popup-calendar-for-date-prompt): Fix customization type.
14753
14754 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14755
14756 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14757 (gdb-continuation): New variable.
14758 (gdb-send): Deal with continuation lines.
14759
14760 * progmodes/gud.el (gud-gdb-complete-command)
14761 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14762 expressions.
14763 (gud-tooltip-mode): Use buffer-local value.
14764
14765 2006-03-16 Kim F. Storm <storm@cua.dk>
14766
14767 * ido.el (ido-edit-input): Use selected match, if any.
14768
14769 2006-03-16 Bill Wohler <wohler@newt.com>
14770
14771 * image.el (image-load-path-for-library): Prefer user's images in
14772 image-load-path.
14773
14774 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14775
14776 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14777 when checking for attempt to drag leftmost or rightmost scrollbar.
14778
14779 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14780
14781 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14782 (gdb-force-mode-line-update): New function.
14783 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14784 (gdb-exited): Use them.
14785 (gdb-signal): New function.
14786 (gdb-annotation-rules): Provide a rule for it.
14787
14788 2006-03-16 Kenichi Handa <handa@m17n.org>
14789
14790 * international/mule.el (auto-coding-regexp-alist): Add entries
14791 for Unicode BOM.
14792
14793 * sort.el (sort-build-lists): Temporarily bind
14794 inhibit-field-text-motion to t.
14795
14796 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14797
14798 * locate.el (locate-command, locate-make-command-line)
14799 (locate-fcodes-file, locate-update-command)
14800 (locate-prompt-for-command, locate, locate-with-filter)
14801 (locate-get-file-positions): Doc fixes.
14802 (locate-buffer-name, locate-header-face): Remove leading `*' in
14803 defcustom.
14804 (locate-filter-output): Use `keep-lines' instead of its alias
14805 `delete-non-matching-lines'.
14806 (locate-get-filename, locate-get-dirname): Add introductory comment.
14807 (locate-find-directory-other-window): Give appropriate error
14808 message if used outside main listing.
14809
14810 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14813 the new extend-region feature.
14814 (font-lock-after-change-function): Update correspondingly.
14815 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14816 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14817
14818 2006-03-15 Bill Wohler <wohler@newt.com>
14819
14820 * image.el (image-load-path-for-library): Fix example by not
14821 recommending that one binds image-load-path. Just defvar it to
14822 placate compiler and only use it if previously defined.
14823
14824 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14825
14826 * textmodes/org.el (org-insert-centered): Use `string-width' to
14827 make underlining work for wide characters.
14828 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14829 TAB to `org-cycle', to make sure that no binding in
14830 `outline-mode-map' can supercede it.
14831
14832 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14833
14834 * allout.el: Increment version to 2.2.1 in file commentary.
14835
14836 (allout-version): Increment to 2.2.1.
14837
14838 (allout-default-layout): New customization variable, used when the
14839 file lacks a specific allout-layout. Uses allout-layout-type for
14840 recursively nested definition.
14841
14842 (allout-layout-type): Widget defining allout layouts, necessary for
14843 self-recursive definition.
14844
14845 (allout-mode): Incorporate allout-default-layout as fallback for
14846 allout-layout.
14847
14848 (allout-layout): Mark as 'safe-local-variable', and refer mention
14849 fallback to `allout-default-layout' in absence of a specified value.
14850 (allout-passphrase-verifier-string)
14851 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14852
14853 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14854
14855 (allout-get-encryption-passphrase-verifier): Use correct name of
14856 passphrase verifier in docstring.
14857
14858 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14859
14860 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14861 elements.
14862 (gdb-find-watch-expression): Make it work for arrays too.
14863 Follow change to gdb-var-list.
14864 (gud-watch): Allow the user to enter variable name with a prexix
14865 arg. Create keybindings.
14866 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14867 (gdb-var-list-children-handler, gdb-var-update-handler)
14868 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14869 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14870 Follow change to gdb-var-list.
14871 (gdb-starting): Don't show the overlay arrows when program is running.
14872
14873 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14874 gdb-var-list.
14875
14876 2006-03-14 Bill Wohler <wohler@newt.com>
14877
14878 * image.el (image-load-path-for-library): Pass value of path
14879 rather than symbol. Always return list of directories.
14880 Guarantee that image directory comes first.
14881
14882 2006-03-14 Alan Mackenzie <acm@muc.de>
14883
14884 * font-core.el (font-lock-extend-region\(-function\)?.):
14885 New function/variable.
14886
14887 * font-lock.el (font-lock-after-change-function):
14888 Call font-lock-extend-region. Obey font-lock-lines-before.
14889 (font-lock-default-fontify-region): Remove reference to
14890 font-lock-lines-before.
14891
14892 * jit-lock.el (jit-lock-after-change):
14893 Call font-lock-extend-region. Obey font-lock-lines-before.
14894
14895 2006-03-14 David Ponce <david@dponce.com>
14896
14897 * tree-widget.el (tree-widget-themes-load-path)
14898 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14899
14900 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14901
14902 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14903 (rcirc-print): Mark the start of text at the end of the prompt.
14904 (rcirc-track-minor-mode): Add autoload cookie.
14905 (rcirc-update-activity-string): Add space to front of mode-line
14906 indicator.
14907
14908 2006-03-13 Miles Bader <miles@gnu.org>
14909
14910 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14911 (rcirc-abbrev-nick): Remove function.
14912 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14913
14914 2006-03-13 David Ponce <david@dponce.com>
14915
14916 * tree-widget.el: Handle themes across all occurrences of the main
14917 themes sub-directory found in tree-widget-themes-load-path.
14918 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14919 (tree-widget--locate-sub-directory): Return all occurrences.
14920 (tree-widget-themes-path): New function.
14921 Replace tree-widget-themes-directory, and return a list of directories.
14922 (tree-widget-set-parent-theme)
14923 (tree-widget-lookup-image): Use it.
14924
14925 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14926
14927 * textmodes/org.el (org-link-search): Avoid self-matching of
14928 links, allow target text to be distributed over several lines.
14929 (org-search-not-link): New function.
14930 (org-set-regexps-and-options, org-get-current-options):
14931 New startup options.
14932 (org-export-as-html): Take odd-level setting from local variable.
14933 (org-fontify-emphasized-text): New option.
14934 (org-set-font-lock-defaults): Include emphasized text.
14935 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14936 (org-font-lock): Customize group renamed from `org-faces'.
14937
14938 2006-03-13 John Paul Wallington <jpw@pobox.com>
14939
14940 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14941 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14942
14943 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14944
14945 * cus-start.el (all): Delete :version keyword for members of the
14946 fringe group, since the entire group is new in 22.1.
14947
14948 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14949
14950 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14951 map if value is hexadecimal (an address).
14952 (gud-watch): Only search roots for existing watch expressions.
14953 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14954 prevent caching problems with speedbar-update-directory-contents.
14955
14956 2006-03-12 Juri Linkov <juri@jurta.org>
14957
14958 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14959 before comparing with `low' and `warn'.
14960
14961 * info.el (Info-dir-remove-duplicates): Move point to the
14962 beginning of the current line after deleting the entries from
14963 redundant heading. Use marker for `limit' and compare it with
14964 point before calling `re-search-forward'.
14965
14966 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14967
14968 * simple.el (yank): Fix typo in docstring.
14969
14970 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14971
14972 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14973 messages, where "D" is the 6th character.
14974
14975 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14976
14977 * simple.el (yank): Fix last change.
14978
14979 2006-03-11 David Ponce <david@dponce.com>
14980
14981 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14982 before merging elements from the standard ispell-dictionary-alist.
14983 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14984 alist, and return the new alist.
14985
14986 2006-03-11 Richard Stallman <rms@gnu.org>
14987
14988 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14989
14990 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14991 the way it is implemented is too unclean.
14992
14993 * simple.el (kill-region, yank): Doc fix.
14994
14995 * battery.el (battery-echo-area-format): Doc fix.
14996 (battery-mode-line-format): Likewise.
14997 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14998 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14999
15000 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15001
15002 * progmodes/octave-mod.el (octave-indent-for-comment):
15003 Behave according to do string.
15004
15005 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15006
15007 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15008 Be visible only if major mode is Mail Mode.
15009
15010 * textmodes/flyspell.el (flyspell-external-point-words)
15011 (flyspell-process-localwords): Fix last changes.
15012
15013 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15014
15015 * calendar/holidays.el (list-holidays): Doc fix.
15016
15017 * international/mule.el (auto-coding-alist): Add .odt
15018 (OpenOffice's open document) files.
15019
15020 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15021 document) files. Mention in the doc string the need to sync with
15022 auto-coding-alist.
15023
15024 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15025
15026 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15027 enable-local-variables is set to always query, or there is no
15028 savable variable.
15029
15030 2006-03-10 Bill Wohler <wohler@newt.com>
15031
15032 * image.el (image-load-path-for-library): Merge at least three
15033 functions from Gnus and MH-E into this one function that can now
15034 be shared.
15035
15036 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15037
15038 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15039 gdb-remove-mouse-face and remove help-echo too.
15040 (gdb-enqueue-input): Correct conditional clause.
15041
15042 2006-03-10 Glenn Morris <rgm@gnu.org>
15043
15044 * calendar/calendar.el (calendar-holidays): Doc fix.
15045 * calendar/holidays.el (list-holidays): Doc fix.
15046
15047 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15048
15049 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15050 it gets called in gdb-prompt anyway.
15051 (gdb-use-separate-io-buffer): Only restore window arrangement for
15052 gdb-many-windows.
15053 (gdb-enqueue-input): Make it harder to send GDB input when program
15054 is running.
15055 (gdb-buffer-list): New variable.
15056 (gdb-remove-mouse-face): New function.
15057 (gdb-starting): Use it when GDB input won't get sent.
15058
15059 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15060
15061 * help.el (view-lossage): Remove trailing whitespace before
15062 inserting "\n".
15063
15064 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15065
15066 * files.el (hack-local-variables-confirm):
15067 Set coding-system-for-read to nil before writing to .emacs.
15068
15069 * arc-mode.el (archive-extract): Check if an existing buffer name
15070 comes from a different archive.
15071
15072 * help.el (describe-key-briefly): If KEY is a down event, read and
15073 discard the up event.
15074
15075 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15076
15077 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15078 be edited and use font-lock-warning-face for any changes.
15079
15080 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15081 (gdb-edit-value): Use it to report any errors.
15082
15083 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15084
15085 * help.el (describe-key): Remove leftover test code.
15086
15087 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15088
15089 * textmodes/org.el: Move defvars out of eval-when-compile.
15090 Use buffer-file-name variable.
15091 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15092 arg `file'.
15093 (org-level-faces): Remove startup dependency.
15094 (org-cycle, org-map-tree, org-scan-tags)
15095 (org-remember-handler): Don't call `outline-level' directly.
15096 (org-mhe-search-all-folders): New option.
15097 (org-mhe-get-message-folder-from-index)
15098 (org-mhe-get-message-folder): Fix indexing search.
15099 (org-format-agenda-item): Handle nil TAGS argument.
15100 (org-cleaned-string-for-export, org-activate-target-links)
15101 (org-make-target-link-regexp): Deal with empty radio target list.
15102 (org-tag): New face.
15103 (org-get-level-face): New function.
15104 (org-set-font-lock-defaults): Simplify setup for headlines.
15105 (org-complete): Pass common substring to `display-completion-list'.
15106
15107 2006-03-06 David Ponce <david@dponce.com>
15108
15109 * tree-widget.el: Update Commentary header.
15110 (tree-widget-theme-name): Ignore parent themes.
15111 (tree-widget-set-parent-theme): New function.
15112 (tree-widget-set-theme): Use it.
15113 (tree-widget-set-image-properties): Move definition. Does nothing
15114 if image properties have already been set.
15115 (tree-widget-image-properties): Move definition. Receive an image
15116 name. Set the :pointer property.
15117 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15118 Don't set the :pointer image property.
15119 (tree-widget-convert-widget): New function. Handle :dynargs
15120 compatibility here.
15121 (tree-widget): Use it to :convert-widget. Add the :expander-p
15122 predicate to control when the :expander function is entered.
15123 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15124 (tree-widget-value-create): Handle :expander-p. widget-apply
15125 :expander.
15126 (tree-widget-expander-p): New function. Default value of the
15127 :expander-p property.
15128
15129 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15130
15131 * help.el (describe-key): Properly handle the return value of
15132 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15133 remaps. Handle string and vector `follow-link' values.
15134
15135 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15136
15137 * complete.el (PC-expand-many-files): Try be more careful when parsing
15138 the shell's output.
15139
15140 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * outline.el (hide-sublevels): Provide better interactive default.
15143
15144 2006-03-06 Kenichi Handa <handa@m17n.org>
15145
15146 * international/fontset.el (create-fontset-from-fontset-spec):
15147 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15148
15149 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15150
15151 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15152 backslashes instead of one in regexp.
15153 (gud-tooltip-dereference): Add missing optional argument.
15154
15155 2006-03-04 John Paul Wallington <jpw@pobox.com>
15156
15157 * wdired.el (toplevel): Require `cl' at compile-time.
15158
15159 2006-03-04 Andreas Schwab <schwab@suse.de>
15160
15161 * server.el (server-process-filter): Handle errors during
15162 evaluation of the argument.
15163
15164 2006-03-03 John Paul Wallington <jpw@pobox.com>
15165
15166 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15167 escape parentheses at beginning of line.
15168 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15169 (t-mouse-mode): Remove period from end of error message.
15170
15171 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15172
15173 * textmodes/flyspell.el (flyspell-process-localwords):
15174 Be case-sensitive.
15175
15176 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15177
15178 * cus-edit.el (custom-quote): Remove function, since it has been
15179 moved to custom.el.
15180
15181 * font-lock.el (lisp-font-lock-keywords-2)
15182 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15183 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15184 they have no special meaning.
15185
15186 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15187 indirect buffer gets killed before indirect buffer. Use dolist.
15188
15189 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15190
15191 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15192 value instead of a literal constant (1) on more pauses.
15193
15194 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15195
15196 * textmodes/flyspell.el (flyspell-external-point-words):
15197 Be case-sensitive.
15198
15199 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15200
15201 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15202 with "www".
15203
15204 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15205
15206 * allout.el: Restablish intermediate missing comment header to
15207 preserve outline structure.
15208 (allout-beginning-of-current-entry): Skip invisible text.
15209 (allout-open-topic): Fix opening a topic at end-of-buffer.
15210 (allout-minor-mode): Move nearer to allout-mode function.
15211
15212 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15213
15214 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15215
15216 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15217
15218 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15219 is nil.
15220
15221 * progmodes/gud.el (gud-speedbar-menu-items):
15222 Use buffer-local-value and add missing :visible keyword.
15223
15224 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15225
15226 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15227
15228 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15229 must be `follow-link'.
15230
15231 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15232
15233 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15234 formatting: No nested anchors.
15235 (org-all-targets): Fix bug with XEmacs compatibility.
15236 (org-read-date): Add (require 'parse-time).
15237 (org-set-tags): Fix bug with extra inserted space.
15238 (org-export-html-style): Define a style class for targets.
15239 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15240 (org-hide-leading-stars): New option.
15241 (org-hide): New face.
15242 (org-set-font-lock-defaults): Allow to hide leading stars.
15243 (org-get-legal-level, org-tr-level): New functions.
15244 (org-odd-levels-only): New option.
15245 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15246 (org-demote, org-promote): Deal with double-star levels.
15247 (org-convert-to-odd-levels): New command.
15248
15249 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15250
15251 * speedbar.el (speedbar-update-localized-contents): Try to
15252 preserve window-start.
15253 (speedbar-update-directory-contents): Try to preserve window-start
15254 and window-point.
15255 (speedbar-update-special-contents): Don't move back to start of window.
15256
15257 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15258 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15259 speedbar-timer-fn.
15260 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15261 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15262 instead of gdb-speedbar-timer-fn.
15263
15264 2006-02-28 Jay Belanger <belanger@truman.edu>
15265
15266 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15267 (math-compose-expr): Use latex option when calling
15268 `math-compose-tex-matrix' for latex mode.
15269
15270 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15271
15272 * speedbar.el: Re-instate comments about developing for speedbar
15273 [this is what info and gdb-ui use even if better methods exist now].
15274
15275 * t-mouse.el: New file.
15276 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15277 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15278 (t-mouse-make-event-element): Use posn-at-x-y instead.
15279 (t-mouse-make-event): Deal with Fedora Core 3.
15280 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15281 (t-mouse-mouse-position-function): New function. Use it instead
15282 of advising mouse-position.
15283 (t-mouse-mode): New minor mode.
15284 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15285
15286 2006-02-27 Glenn Morris <rgm@gnu.org>
15287
15288 * calendar/calendar.el (calendar-holidays): Doc fix.
15289
15290 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15291
15292 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15293 Re-introduce the concept of a source window.
15294 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15295 consistency with get-buffer-create.
15296 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15297 (gdb-data-list-register-values-handler)
15298 (gdb-stack-list-locals-handler): Try to preserve window-start as
15299 well as window-point.
15300 (gdb-display-source-buffer): New function (old concept).
15301 (gdb-goto-breakpoint): Use it.
15302
15303 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15304 for gdb-ui/gdb-mi (old concept).
15305
15306 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15307
15308 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15309 binding.
15310
15311 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15312
15313 * textmodes/reftex-sel.el (reftex-select-label-map)
15314 (reftex-select-bib-map): Add `follow-mouse' binding.
15315
15316 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15317
15318 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15319 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15320 Give :set functions to provide automatic updating.
15321 Update docstring. Give compiler defvars early in the file
15322 and move the defcustoms to a later spot where all called functions
15323 are defined.
15324 (jka-compr-file-name-handler-entry): Doc fix.
15325 (jka-compr-compression-info-list--internal)
15326 (jka-compr-mode-alist-additions--internal)
15327 (jka-compr-load-suffixes--internal): New variables.
15328 (jka-compr-install): Set the three above variables.
15329 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15330 (jka-compr-update, jka-compr-set): New functions.
15331 (auto-compression-mode): Doc fix.
15332
15333 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15334 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15335 Use jka-compr-compression-info-list--internal,
15336 jka-compr-mode-alist-additions--internal and
15337 jka-compr-load-suffixes--internal.
15338
15339 * files.el (load-library):
15340 * loadhist.el (file-loadhist-lookup):
15341 * startup.el (command-line):
15342 * subr.el (locate-library):
15343 * emacs-lisp/autoload.el (update-directory-autoloads):
15344 * emacs-lisp/find-func.el (find-library-suffixes):
15345 Use `get-load-suffixes' instead of `load-suffixes'.
15346
15347 * subr.el (locate-library):
15348 * emacs-lisp/find-func.el (find-library-name):
15349 Use `load-file-rep-suffixes' instead of '("").
15350
15351 2006-02-26 Kim F. Storm <storm@cua.dk>
15352
15353 * ido.el (ido-save-history, ido-load-history): Simplify.
15354 Don't use find-file-noselect to avoid interference from other modes.
15355
15356 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15357
15358 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15359 to use the default shell if filename is not available.
15360 Reported by Giorgos Keramidas.
15361
15362 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15363
15364 * progmodes/etags.el (tags-completion-table): Do completion from
15365 all the tables in the current list, as documented in the manual.
15366
15367 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15368
15369 * CC Mode Update to 5.31.3.
15370
15371 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15372
15373 * progmodes/cc-mode.el (c-postprocess-file-styles):
15374 Bind inhibit-read-only to t, around the call to
15375 c-remove-any-local-eval-or-mode-variables, so that it works on a
15376 RO file.
15377
15378 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15379
15380 * progmodes/cc-awk.el: Correct a typo.
15381
15382 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15383
15384 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15385 c-hungry-delete-backwards, at the request of RMS. Leave the old
15386 name as an alias.
15387
15388 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15389
15390 * progmodes/cc-mode.el: Correct a typo.
15391
15392 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15393
15394 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15395
15396 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15397
15398 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15399 brace-else-brace (error due to mbeg, mend being undefined).
15400
15401 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15402
15403 * progmodes/cc-mode.el: File Local variables: Solve the problem
15404 where both `mode' and c-file-offsets are specified: `mode' will
15405 overwrite c-f-o's settings:
15406 (c-remove-any-local-eval-or-mode-variables): New function.
15407 (c-postprocess-file-styles): Call the above new function, within
15408 c-tentative-buffer-change, to splat `mode' and `eval' before the
15409 second hack-local-variables.
15410
15411 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15412
15413 * progmodes/cc-mode.el:
15414 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15415 (c-after-change): Protect the match data with save-match-data.
15416 It was getting corrupted by c-after-change-check-<>-operators.
15417
15418 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15419 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15420 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15421
15422 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15423 with save-match-data. It was being corrupted when Font Lock was
15424 not enabled.
15425
15426 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15427
15428 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15429 Mode and Subword Mode.
15430
15431 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15432 real labels ("case 1:" or "foo:") from non-labels ("public:").
15433 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15434 coding; c-f-t-2 doesn't move over a token at EOB.
15435
15436 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15437
15438 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15439 (c-update-modeline): Concatenate the minor mode indicators
15440 directly onto mode-name, removing c-submode-indicators.
15441 Sometimes, c-s-i got separated from the mode name on the mode line.
15442
15443 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15444 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15445
15446 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15447
15448 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15449 error message when there's an evaluation error to show whether
15450 it's loaded from source or not.
15451 (c-filter-ops): Make it available at runtime too to work when
15452 `c-make-init-lang-vars-fun' needs to evaluate from source.
15453
15454 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15455
15456 * help.el (help): Revert last part of 2006-02-23 change (deletion
15457 of the `provide' call).
15458
15459 2006-02-23 Juri Linkov <juri@jurta.org>
15460
15461 * compare-w.el (compare-windows-highlight): Add new value
15462 `persistent' and change :type from `boolean' to `choice'.
15463 (compare-windows-overlays1, compare-windows-overlays2):
15464 New internal variables.
15465 (compare-windows-highlight): If compare-windows-highlight is
15466 `persistent', add current overlays to compare-windows-overlays[12]
15467 instead of adding compare-windows-dehighlight to pre-command-hook.
15468 (compare-windows-dehighlight): Delete all overlays from
15469 compare-windows-overlays[12].
15470
15471 * info.el (Info-search): Don't bind search-spaces-regexp to
15472 Info-search-whitespace-regexp in non-regexp isearch mode.
15473
15474 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15477
15478 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15479
15480 * textmodes/org.el (org-xemacs-p)
15481 (org-export-html-show-new-buffer, org-table-may-need-update)
15482 (org-insert-item, org-mhe-get-message-real-folder)
15483 (org-mhe-get-message-folder-from-index)
15484 (org-mhe-get-message-folder, org-mhe-get-message-num)
15485 (org-mhe-get-header, org-make-org-heading-search-string)
15486 (org-make-org-heading-camel, org-table-sort-lines)
15487 (org-format-org-table-html, org-format-table-table-html):
15488 Fix typos in docstrings.
15489
15490 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15491
15492 * textmodes/org.el (org-cleaned-string-for-export)
15493 (org-solidify-link-text): New function.
15494 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15495 XEmacs, just to silence the compiler.
15496 (org-export-as-ascii, org-export-as-html-and-open):
15497 Use `org-cleaned-string-for-export' and create internal links.
15498 (org-follow-mhe-link): Require mh-e, use folder.
15499
15500 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15501
15502 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15503
15504 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15505 gdb-debug-log-length.
15506 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15507 it a real ring but...
15508 (gud-gdba-marker-filter): ...make it work like mark-ring.
15509 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15510 (gdb-mouse-jump): New function. Add bindings.
15511
15512 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15513
15514 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15515 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15516 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15517 (gdb-debug-log-length): Customize it's length.
15518 (gud-watch, gdb-var-create-handler): Display function::var format
15519 but don't use to create variable object.
15520 (gdb-var-create-handler): Use message-box in place of message.
15521 (gdb-stopped): Call gdb-exited if signalled.
15522
15523 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15524
15525 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15526
15527 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15528
15529 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15530 if `reftex-try-all-extensions' is set.
15531
15532 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15533 fail silently when there is no valid argument at point.
15534 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15535 `fail-silently' argument. From a patch by David Reiter.
15536
15537 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15538 New commands.
15539 (org-mark-ring): New variable.
15540 (org-mark-ring-length): New option.
15541 (org-open-at-point, org-goto, org-open-file): Push old position
15542 onto the mark ring.
15543 (org-add-hook): New function.
15544 (org-export-table-remove-special-lines): New option.
15545 (org-skip-comments, org-format-org-table-html): Respect new
15546 option `org-export-table-remove-special-lines'.
15547 (org-open-file): Allow special command configuration for
15548 directory link.
15549 (org-file-apps): Fix bugs in customize type, added setting
15550 for directories.
15551 (org-activate-tags, org-format-agenda-item, org-complete)
15552 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15553 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15554 (org-link-search, org-make-org-heading-search-string)
15555 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15556 (org-radio-targets, org-file-link-context-use-camel-case)
15557 (org-activate-camels): New options.
15558 (org-update-radio-target-regexp, org-all-targets)
15559 (org-make-target-link-regexp, org-activate-target-links):
15560 New functions.
15561 (org-make-org-heading-search-string): New function.
15562 (org-store-link, org-insert-link): Use new option
15563 `org-file-link-context-use-camel-case'.
15564 (org-activate-camels): Use new option `org-activate-camels'.
15565 (org-link-regexp): Add mhe prefix.
15566 (org-open-at-point, org-store-link): Support for mhe links.
15567 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15568 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15569 (org-mhe-get-header, org-follow-mhe-link): New functions.
15570 (org-remove-angle-brackets, org-add-angle-brackets):
15571 New functions.
15572 (org-bracket-link-regexp): New constant.
15573 (org-read-date): Fix bug that was rejecting all typed dates.
15574 (org-link-search): Make hierarchy above visible after a match.
15575 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15576 (org-store-link): Fix bug with link creation when cursor is in
15577 an empty line.
15578 (org-open-at-point): Fix bug with matching a link.
15579 Fixed buggy argument sequence in call to `org-view-tags'.
15580 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15581 (org-prefix-has-tag): New variable.
15582 (org-format-agenda-item): Remove tags from headline
15583 if appropriate.
15584 (org-agenda-remove-tags-when-in-prefix): New option.
15585
15586 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15587
15588 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15589 Fix the regular expressions.
15590
15591 2006-02-21 Richard M. Stallman <rms@gnu.org>
15592
15593 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15594 if there's no other specific basis.
15595
15596 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15597 as variables at all.
15598 (unsafep-variable): Rename arg; doc fix.
15599
15600 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15601
15602 * calendar/appt.el (diary-selective-display): Add defvar.
15603
15604 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15605
15606 * isearch.el (search-whitespace-regexp): Fix custom type.
15607
15608 * help.el (describe-key-briefly): Compute interactive args
15609 in same was as before previous change.
15610
15611 * files.el (enable-local-variables): Doc fix.
15612
15613 2006-02-21 Kim F. Storm <storm@cua.dk>
15614
15615 * fringe.el: Cleanup as file is now pre-loaded.
15616 (fringe-bitmaps): Initialize unconditionally.
15617 (fringe-mode, set-fringe-style): Remove autoload cookies.
15618
15619 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15620
15621 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15622 `horizontal-bar'.
15623 (fringe-cursor-alist): Use `horizontal-bar'.
15624
15625 2006-02-20 Kim F. Storm <storm@cua.dk>
15626
15627 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15628 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15629
15630 * loadup.el: Load "fringe" on window systems.
15631
15632 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15633
15634 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15635 out of scope components.
15636
15637 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15638 default.
15639
15640 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * custom.el (customize-mark-to-save, customize-mark-as-set):
15643 Load the symbol first.
15644
15645 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15648 strech spec so it doesn't display as "^J" on the header line
15649 when `Buffer-menu-use-header-line' is t.
15650
15651 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15652
15653 * speedbar.el (speedbar-make-button): Keep text properties
15654 of string arguments if desired.
15655
15656 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15657 expessions.
15658
15659 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15660 of speedbar.
15661
15662 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15663
15664 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15665 to value of `read-file-name-completion-ignore-case'.
15666
15667 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15668
15669 * custom.el (customize-mark-as-set): Push to `user' theme.
15670
15671 * cus-edit.el (custom-save-variables): Allow unthemed values.
15672 (customize-set-variable): Push setting to `user' theme.
15673
15674 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15675
15676 * progmodes/gud.el: Don't require font-lock as it's now
15677 automatically loaded.
15678 (gud-speedbar-buttons): Replace gdb-var-changed with
15679 gdb-force-update.
15680
15681 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15682 gdb-var-changed.
15683 (gdb-post-prompt): Use it.
15684 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15685 (gdb-var-update-handler, gdb-var-delete)
15686 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15687 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15688 gdb-force-update in gdb-post-prompt.
15689 (gdb-reset): Clear watch expressions from speedbar when quitting.
15690
15691 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15692
15693 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15694 (viper-change-state-to-vi, viper-change-state-to-emacs):
15695 Make aware of cursor coloring in the Emacs state.
15696 (viper-special-read-and-insert-char): Use read-char-exclusive.
15697 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15698
15699 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15700 New variable.
15701
15702 * emulation/viper-util.el (viper-save-cursor-color)
15703 (viper-get-saved-cursor-color-in-replace-mode)
15704 (viper-get-saved-cursor-color-in-insert-mode)
15705 (viper-restore-cursor-color): Make aware of the cursor color
15706 in Emacs state.
15707 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15708
15709 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15710 (ediff-ignore-case-option3, ediff-actual-diff-options)
15711 (ediff-actual-diff3-options): New variables to control case sensitivity.
15712 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15713 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15714 (ediff-toggle-ignore-case): New function.
15715 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15716
15717 * ediff-help.el (ediff-long-help-message-narrow2)
15718 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15719 (ediff-long-help-message-word-mode): Add ignore-case command.
15720 (ediff-help-for-quick-help): Add ignore-case command.
15721
15722 * ediff-merg.el: Move provide to the end.
15723
15724 * ediff-ptch.el: Move provide to the end.
15725
15726 * ediff-wind.el: Move provide to the end.
15727
15728 * ediff-mult.el: Move provide to the end.
15729 (ediff-set-meta-overlay): Enable follow-link.
15730
15731 * ediff.el: Move provide to the end.
15732 Break recursive load cycle in eval-when-compile.
15733 (ediff-patch-buffer): Better heuristics.
15734
15735 * ediff-util.el: Move provide to the end.
15736 Break recursive load cycle in eval-when-compile.
15737 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15738 defuns.
15739 (ediff-submit-report): Pass the values of ediff-diff3-program,
15740 ediff-diff3-options.
15741
15742 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15743
15744 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15745 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15746 `' (for example, in the docstring of `windmove-default-keybindings').
15747
15748 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15749
15750 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15751 shadow face. Don't provide binding to edit variable when it is
15752 out of scope.
15753
15754 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15755 (gdb-var-update-handler): Detect out of scope variables with pre
15756 GDB 6.4 too.
15757 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15758 Reset status of variable objects to nil in update handlers.
15759 (gdb-var-update-handler-1): Detect when a variable object comes
15760 in scope. setcar on var changes gdb-var-list directly.
15761
15762 2006-02-17 Juri Linkov <juri@jurta.org>
15763
15764 * ffap.el (ffap) <defface>: Add explicit face declaration.
15765 (ffap-highlight): Use face `ffap' directly instead of checking
15766 for its existence.
15767
15768 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15769 `visible-ok' of `other-buffer' to find the right original buffer.
15770
15771 * info.el (Info-search): Skip `Local Variables' node.
15772
15773 2006-02-17 Juri Linkov <juri@jurta.org>
15774
15775 * info.el (Info-find-file): Check for symbols `apropos', `history',
15776 `toc' in the input filename, and return these symbols as is.
15777 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15778 `history', `toc' instead of strings.
15779 (Info-set-mode-line): For non-string Info-current-file use the
15780 symbol's name inside **.
15781 (Info-isearch-push-state): Add quote before Info-current-file and
15782 Info-current-node.
15783 (Info-isearch-pop-state): Use `equal' instead of `string='.
15784 (Info-extract-pointer, Info-following-node-name): Use
15785 `match-string-no-properties' instead of `match-string'.
15786 (Info-up): Check `old-file' for `stringp'.
15787 (Info-history): Use `equal' instead of `string-equal'.
15788 Check `file' for `stringp'.
15789 (Info-history): Use symbol `history' instead of string as first arg
15790 of `Info-find-node'.
15791 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15792 `toc' instead of string.
15793 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15794 instead of `buffer-substring', and `match-string-no-properties'
15795 instead of `match-string'.
15796 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15797 instead of strings.
15798 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15799 Use symbol `apropos' instead of string.
15800 (Info-copy-current-node-name): Check `Info-current-file' for
15801 `stringp' and construct a command with `Info-find-node' from it.
15802 (Info-fontify-node): Use `match-string-no-properties' instead of
15803 `match-string' and check file names for `stringp'.
15804 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15805 `history', `toc' instead of strings.
15806
15807 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * files.el: Rearrange functions and variables in the file local
15810 variables section.
15811
15812 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15813
15814 * files.el: Add truncate-lines, ispell-check-comments and
15815 ispell-local-dictionary as safe local variables.
15816
15817 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15818
15819 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15820 out of scope variables.
15821 (gud-speedbar-buttons): Use unless.
15822
15823 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15824 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15825 (gdb-show-changed-values): Also use for out of scope variables.
15826 (gdb-var-update-handler-1): Note if variable goes out of scope.
15827
15828 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15829
15830 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15831 default to global variable values for unsupplied args.
15832 (rcirc-get-buffer-create): Fix bug with setting the target.
15833 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15834 test for rcirc-always-use-server-buffer-flag here.
15835 (rcirc-response-formats): Add %N, which is a facified nick. %n
15836 uses the default face. Change the ACTION format string. If the
15837 "nick" is the server, don't print anything for that field.
15838 Comment fixes.
15839 (rcirc-target-buffer): Don't test
15840 rcirc-always-use-server-buffer-flag here.
15841 (rcirc-print): Squeeze extra spaces out of the text before message.
15842 (rcirc-put-nick-channel): Strip potential "@" char from nick
15843 before adding them to nick table.
15844 (rcirc-url-regexp): Improve to match address like "foo.com".
15845
15846 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15847
15848 * allout.el (allout-hidden-p): Move this defsubst before
15849 allout-overlay-interior-modification-handler, where it is first
15850 used.
15851
15852 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15853
15854 * allout.el: Use allout invisible-text overlays instead of
15855 selective display for concealed text. Also, lots of general
15856 cleanup, and improved compatibility code.
15857
15858 (allout-version): Incremented, corrected, revised, and refined
15859 module commentary.
15860
15861 (provide 'allout): Moved to the bottom, added a require of overlay.
15862
15863 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15864 `except-current'.
15865 (allout-write-file-hook-handler): Minimize delay.
15866 (count-trailing-whitespace-region): New function so
15867 auto-encryption of current topic can resituate cursor exactly.
15868 PGP/GPG encryption trims trailing whitespace from lines, which
15869 must be accounted for across encryption then decryption.
15870
15871 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15872 just plain "\C-c", to avoid intruding on user's keybinding space.
15873
15874 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15875 parameter, so user request to provide a new password is done.
15876
15877 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15878 Refined mechanism for auto-filling behavior while in allout mode.
15879
15880 (allout-mode): Explicitly specify the mode map in the docstring.
15881 Clarify provision for various write-file hook var names.
15882 Adjusted for invisible-text overlays instead of selective-display.
15883
15884 (allout-depth): Really return 0 if not within any topic. This
15885 rectifies `allout-beginning-of-level' and sequence numbering
15886 errors that occur when cutting and pasting numbered topics.
15887 Changed from a in-line subst to a regular function, as well.
15888
15889 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15890
15891 (allout-end-of-subtree, allout-end-of-subtree)
15892 (allout-end-of-entry, allout-end-of-current-heading)
15893 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15894 (allout-show-children, allout-show-to-offshoot)
15895 (allout-hide-current-entry, allout-show-current-entry): Rectified
15896 handling of trailing blank lines between items.
15897
15898 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15899 (allout-current-depth, allout-unprotected, allout-hidden-p)
15900 (allout-on-current-heading-p, allout-listify-exposed)
15901 (allout-chart-subtree, allout-goto-prefix)
15902 (allout-back-to-current-heading, allout-get-body-text)
15903 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15904 (allout-hide-region-body, allout-toggle-subtree-encryption)
15905 (allout-encrypt-string, allout-encrypted-key-info)
15906 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15907 (allout-file-vars-section-data): Adjusted for use with
15908 invisible-text overlays instead of selective-display.
15909
15910 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15911 Reworked for use with invisible text overlays.
15912
15913 (allout-current-topic-collapsed-p): New function.
15914
15915 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15916 to know when to close the containing topic.
15917
15918 (allout-pre-command-business, allout-post-command-business):
15919 Simplify undo-batching and dynamic isearch exposure.
15920
15921 (allout-set-overlay-category): New for invisible-text overlays.
15922 Sets properties of allout-overlay-category, used by
15923 allout-flag-region to set invisible-text overlay properties.
15924 (allout-get-invisibility-overlay): Get the first qualifying
15925 invisibility overlay, so we can find the extent of it.
15926 (allout-back-to-visible-text): Get to just before the beginnining
15927 of the current invisibility overlay, if any.
15928
15929 (allout-overlay-insert-in-front-handler)
15930 (allout-overlay-interior-modification-handler)
15931 (allout-before-change-handler, allout-isearch-end-handler): New
15932 functions to handle extraordinary actions affecting concealed
15933 text.
15934
15935 (allout-flag-region): Use overlays instead of selective-display
15936 for invisible text - by inheritence from the properties of
15937 allout-overlay-category in mainline Emacs, and applied
15938 property-by-property in XEmacs, some recent versions of which
15939 don't inherit the properties from the category. Provisions to
15940 respond to concealed-text edits simplified drastically.
15941
15942 (allout-isearch-rectification, allout-isearch-was-font-lock)
15943 (allout-isearch-expose, allout-enwrap-isearch)
15944 (allout-isearch-abort, allout-pre-was-isearching)
15945 (allout-isearch-prior-pos, allout-isearch-did-quit)
15946 (allout-isearch-dynamic-expose)
15947 (allout-hide-current-entry-completely): Functions deleted.
15948
15949 (allout-undo-aggregation): Explicit undo aggregation no longer
15950 necessary due to transition away from selective-display.
15951
15952 (set-allout-regexp, allout-up-current-level)
15953 (allout-next-visible-heading, allout-forward-current-level)
15954 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15955 (allout-kill-line, allout-yank-processing, allout-show-children)
15956 (allout-expose-topic, allout-old-expose-topic)
15957 (allout-listify-exposed, allout-insert-latex-header)
15958 (allout-toggle-subtree-encryption, allout-encrypt-string)
15959 (remove-from-invisibility-spec, allout-hide-current-subtree):
15960 Ditched unused variables.
15961
15962 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15963
15964 * textmodes/ispell.el (ispell-change-dictionary): Call
15965 ispell-buffer-local-dict instead of
15966 ispell-accept-buffer-local-defs.
15967 (ispell-local-dictionary-alist): Accept as valid any coding-system
15968 supported by Emacs.
15969 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15970 changed to iso-8859-3.
15971
15972 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15973
15974 * speedbar.el (speedbar-frame-width): Make an inline function
15975 instead of a macro. Use frame-width.
15976 (speedbar-try-completion, speedbar-update-contents)
15977 (speedbar-timer-fn): Use consp.
15978 (speedbar-update-localized-contents): Try to preserve point.
15979
15980 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15981 (menu): Re-order menu items.
15982 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15983 field.
15984 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15985 (gdb-post-prompt): Speed things by not forcing update.
15986
15987 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15988
15989 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15990 press and perform default action if we get a mouse movement event.
15991
15992 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15993
15994 * calendar/icalendar.el (icalendar--get-event-property)
15995 (icalendar--get-event-property-attributes): Fix typos in
15996 docstrings.
15997
15998 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15999 docstring.
16000
16001 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16002
16003 * bs.el (bs-mode): Use `buffer-disable-undo'.
16004 (bs--get-file-name): Simplify.
16005 (bs-show-in-buffer): Mark the buffer as not modified.
16006
16007 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16008
16009 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16010 widget-button-click.
16011
16012 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16013 (custom-mode): Update docstring.
16014
16015 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16016 binding.
16017
16018 * files.el (hack-local-variables-confirm): Allow scrolling if the
16019 file variable list is too long. Kill temp buffer after use.
16020
16021 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16022
16023 * progmodes/gud.el (gdb): Improve doc string.
16024 (gdb-script-font-lock-keywords): Expand allowed character set.
16025
16026 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16027 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16028 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16029 (gdb-separate-io-stop, gdb-separate-io-eof):
16030 Rename from gdb-inferior-* to gdb-separate-*.
16031 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16032
16033 2006-02-14 Jay Belanger <belanger@truman.edu>
16034
16035 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16036 expression is a symbol before checking that it is bound.
16037
16038 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16039 test to see if equation can be solved.
16040
16041 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16042
16043 * wid-edit.el (widget-button-click): Use :pressed-face property
16044 for overlay face, if it exists.
16045
16046 * cus-edit.el (custom-manual, custom-add-see-also)
16047 (custom-add-parent-links, custom-group-link): Add :pressed-face
16048 property to links.
16049
16050 * files.el (hack-local-variables): Remove ignored variables before
16051 checking if any variables need setting.
16052
16053 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16054
16055 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16056
16057 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16058
16059 * help.el (where-is): Fix message for remapped commands.
16060
16061 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16062 Fix typos in docstrings.
16063
16064 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16065
16066 * files.el (safe-local-variable-values): New option.
16067 (hack-local-variables-prop-line): Return a list of variable-value
16068 pairs if MODE-ONLY is non-nil.
16069 (hack-local-variables): Construct list of variable-value pairs,
16070 and apply or reject them in one go. Ask for confirmation if
16071 variables are not known safe.
16072 (hack-local-variables-confirm): Complete rewrite. Support
16073 `safe-local-variable-values'.
16074 (enable-local-variables): Update docstring to reflect new
16075 behavior.
16076 (ignored-local-variables): Ignore ignored-local-variables and
16077 safe-local-variable-values.
16078 (safe-local-variable-p): New function.
16079 (risky-local-variable-p): `safe-local-variable' property check
16080 moved to safe-local-variable-p.
16081 (hack-one-local-variable): Checks moved to hack-local-variables.
16082
16083 (byte-compile-dynamic, c-basic-offset, c-file-style)
16084 (c-indent-level, comment-column, fill-column, fill-prefix)
16085 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16086 (no-update-autoloads, outline-regexp, page-delimiter)
16087 (paragraph-start, paragraph-separate, sentence-end)
16088 (sentence-end-double-space tab-width, version-control):
16089 Add `safe-local-variable' property.
16090
16091 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16092
16093 * icomplete.el, play/landmark.el: Change nonexistent
16094 `outline-layout' file variable to `allout-layout'.
16095
16096 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16097
16098 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16099 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16100 to gud-comint-buffer.
16101 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16102 gdb-ui.el for gdb-mi.el.
16103 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16104 registers buffer to gdb-get-changed-registers.
16105 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16106 deletion of catchpoints (throw and catch).
16107 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16108 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16109 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16110 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16111 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16112
16113 2006-02-13 Jay Belanger <belanger@truman.edu>
16114
16115 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16116 expression is a symbol before checking that it is bound.
16117
16118 2006-02-13 Richard M. Stallman <rms@gnu.org>
16119
16120 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16121 for the minibuffer too, but not if resize-mini-windows will interfere.
16122
16123 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16124 inside `interactive' spec.
16125 (describe-key-briefly-internal, describe-key-internal):
16126 Functions merged back into their callers.
16127
16128 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16129
16130 * info.el (info-xref-visited): Inherit from info-xref too.
16131 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16132 when propertizing Info-current-file and Info-current-node.
16133
16134 2006-02-13 Juri Linkov <juri@jurta.org>
16135
16136 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16137 (tumme-thumb-name): Fix per-directory format.
16138
16139 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16140
16141 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16142
16143 2006-02-12 Miles Bader <miles@gnu.org>
16144
16145 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16146
16147 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16148
16149 * tumme.el: Remove history section. If someone needs the it, it
16150 can always be found in CVS.
16151
16152 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16153
16154 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16155 about the Thumbnail Managing Standard option.
16156
16157 2006-02-12 Richard M. Stallman <rms@gnu.org>
16158
16159 * subr.el (substitute-key-definition): Doc fix.
16160
16161 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16162
16163 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16164
16165 * info.el (Info-mode): Doc fix.
16166
16167 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16168
16169 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16170
16171 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16172 because on Solaris a POSIX compatible "id" is needed. Reported by
16173 Magnus Henoch <mange@freemail.hu>.
16174
16175 2006-02-12 Juri Linkov <juri@jurta.org>
16176
16177 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16178 (tumme) <defgroup>: Change :group to `multimedia'.
16179 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16180 Managing Standard.
16181 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16182 Fix dostring.
16183 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16184 and %y. Fix docstring.
16185 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16186 (tumme-cmd-create-standard-thumbnail-command): New user options.
16187 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16188 is `standard'. Fix docstring.
16189 (tumme-thumb-width, tumme-thumb-height): New user options.
16190 (tumme-external-viewer): Try to find various viewers.
16191 (tumme-get-thumbnail-image): Use `create-image' instead of
16192 constructing the `image' structure.
16193 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16194 `standard'.
16195 (tumme-thumb-name): Add file name generation for standard storage.
16196 Simplify code for other storages.
16197 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16198 Add modification time %m and thumbnail-nq8 %q.
16199 Use `tumme-cmd-create-standard-thumbnail-command' if
16200 tumme-thumbnail-storage is `standard'.
16201 (tumme-dired-insert-marked-thumbs): New autoload command.
16202 (tumme-dired-after-readin-hook): New function.
16203 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16204 `tumme-thumb-size'.
16205 (tumme-display-image): Replace size-x %x and size-y %y with
16206 width %w and height %h.
16207
16208 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16209 `tumme-dired-insert-marked-thumbs'.
16210
16211 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16212
16213 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16214 include path).
16215 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16216 matching tag.
16217
16218 2006-02-12 Miles Bader <miles@gnu.org>
16219
16220 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16221 New variables.
16222 (rcirc-abbrev-nick): New function.
16223 (rcirc-format-response-string): Rewrite to use the formats in
16224 `rcirc-response-formats' and expand escape sequences therein.
16225 A text-property `rcirc-text' is added over the actual response
16226 text to make easy to find inside the returned string.
16227 (rcirc-print): When filling, just look for the `rcirc-text'
16228 text-property to find the appropriate fill prefix, instead of
16229 using hardwired patterns.
16230
16231 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16232
16233 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16234 Managing Standard.
16235
16236 2006-02-11 Kim F. Storm <storm@cua.dk>
16237
16238 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16239 Don't use insert-buffer; do insert-buffer-substring directly.
16240 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16241
16242 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16243
16244 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16245 with inhibit-read-only. Suggested by Stefan Monnier.
16246 (revert-buffer): Let insert-file-contents discard
16247 buffer-undo-list. Simplify code.
16248 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16249
16250 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16251
16252 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16253
16254 * help.el (describe-key-briefly): Now a wrapper for
16255 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16256 to t. Populate yank-menu if empty.
16257 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16258 (describe-key): Now a wrapper for describe-key-internal. Bind
16259 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16260 (describe-key-internal): Renamed from describe-key.
16261
16262 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16263
16264 * progmodes/glasses.el (glasses-separator): Doc fix.
16265 (glasses-original-separator): New defcustom.
16266 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16267
16268 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16269
16270 * mwheel.el (mouse-wheel-up-event): Doc fix.
16271
16272 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16273
16274 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16275 (tumme-dir): New function. Copied from thumbs.el.
16276
16277 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16278
16279 * desktop.el (desktop-outvar): Fix typo.
16280 (desktop-save-buffer-p): Doc fix.
16281
16282 * subr.el (substitute-key-definition): Fix typo.
16283
16284 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16285
16286 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16287 when window-system is mac.
16288
16289 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16290
16291 2006-02-10 Kim F. Storm <storm@cua.dk>
16292
16293 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16294 indirect-function instead of using condition-case.
16295
16296 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16297
16298 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16299 less `colloquial'...
16300
16301 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16302
16303 * tumme.el: Add a couple of todo items.
16304
16305 2006-02-09 Lars Hansen <larsh@soem.dk>
16306
16307 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16308 (highlight-changes-mode): Don't change desktop-locals-to-save.
16309
16310 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16311
16312 * image-mode.el (image-toggle-display): Clear image cache if using
16313 filename.
16314
16315 2006-02-09 Masatake YAMATO <jet@gyve.org>
16316
16317 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16318 a `dired-man' target.
16319
16320 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16321 boundary of symbols.
16322
16323 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16324
16325 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16326
16327 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16330 `mapcar'; return nil.
16331
16332 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16333
16334 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16335 some other event.
16336
16337 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16338
16339 * net/rcirc.el (rcirc-startup-channels-alist):
16340 Add irc.freenode.net and #emacs as defaults.
16341 (rcirc-ignore-all-activity-flag): Remove variable.
16342 (rcirc-authinfo): New variable.
16343 (rcirc-authinfo-filename): Remove variable.
16344 (rcirc-always-use-server-buffer-flag): New flag.
16345 (rcirc): M-x rcirc will automatically connect without prompting.
16346 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16347 connection in lisp.
16348 (rcirc-process-server-response-1): Remove everything but the nick
16349 portion of the sender so it doesn't need to be done everywhere
16350 else. Update related code.
16351 (global-map): Remove global keybindings.
16352 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16353 (rcirc-send-input): Split into several functions.
16354 (rcirc-process-input-line, rcirc-process-message)
16355 (rcirc-process-command): New functions.
16356 (rcirc-target-buffer): New function to determine where to route
16357 messages.
16358 (rcirc-user-nick): Save match data.
16359 (rcirc-toggle-ignore-buffer-activity)
16360 (rcirc-update-activity-string): Remove global ignore functionality,
16361 which can be done now by toggling rcirc-track-minor-mode.
16362 (rcirc-track-minor-mode-map): New keymap.
16363 (rcirc-track-minor-mode): New minor-mode.
16364 (ignore): Make the ignore output nicer. Always print it when
16365 adding or removing nicks.
16366 (rcirc-url-regexp): Improve.
16367 (rcirc-mangle-text): Remove properties before using text in the
16368 modeline.
16369 (rcirc-authenticate): Authentication data comes from
16370 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16371 (rcirc-server-prefix): Inherit from rcirc-server.
16372
16373 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16374
16375 * Makefile.in (compile): Append "|| true" to the end of the `find'
16376 command, like compile-always does.
16377
16378 2006-02-08 Sam Steingold <sds@gnu.org>
16379
16380 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16381 output from a dead connection.
16382
16383 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16384
16385 * dired.el (dired-mode-map): Add more bindings for tumme.
16386
16387 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * wdired.el (wdired-mode-map): Use remap.
16390 (wdired-get-filename): Massage.
16391 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16392 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16393 `keymap' property rather than `local-map'.
16394
16395 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16396
16397 * tumme.el (tumme-get-thumbnail-image): New utility function.
16398 Suggested by from Chong Yidong.
16399 (tumme-dired-with-window-configuration): Rename from
16400 `tumme-dired'. Add code to save window configuration.
16401 (tumme-restore-window-configuration): New command to restore the
16402 window configuration that `tumme-dired-with-window-configuration'
16403 saves before it changes the window configuration.
16404 (tumme-show-all-from-dir): New command to display thumbnails for
16405 all files in a directory entered by the user, like M-x thumbs.
16406 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16407 have been created.
16408 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16409 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16410 Remove obsolete test function.
16411
16412 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16413
16414 * vc.el (small-temporary-file-directory): Remove defvar; there's
16415 a defcustom for it in files.el.
16416
16417 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16418 Fix typo in message.
16419 (tumme-gallery-generate): Fix typo in `error' message.
16420 (tumme-display-window-height-correction)
16421 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16422 (tumme-line-up-interactive): Dox fixes.
16423 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16424 (tumme-restore-window-configuration, tumme-format-properties-string)
16425 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16426 Fix typos in docstrings.
16427
16428 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16429
16430 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16431
16432 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16433
16434 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16435 User should use hook if desired.
16436
16437 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16438 buffer if necessary.
16439 (gdb-delete-frame-or-window): New function.
16440 (gdb-breakpoints-mode-map): Bind "q" to it.
16441
16442 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16443
16444 * textmodes/nroff-mode.el: Clean up name space.
16445 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16446 (nroff-mode): Obey the global setting of nroff-electric-mode.
16447 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16448
16449 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16450
16451 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16452
16453 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16454
16455 2006-02-06 Lars Hansen <larsh@soem.dk>
16456
16457 * generic-x.el (etc-fstab-generic-mode): Add file system types
16458 cifs and usbdevfs. Allow special chars in file names.
16459
16460 2006-02-05 Jay Belanger <belanger@truman.edu>
16461
16462 Update copyright notices of the files in lisp/calc.
16463
16464 2006-02-05 Romain Francoise <romain@orebokech.com>
16465
16466 Update copyright notices of all files in the lisp/play directory.
16467
16468 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16469
16470 * ldefs-boot.el: Regenerate.
16471
16472 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16473
16474 2006-02-05 Kim F. Storm <storm@cua.dk>
16475
16476 * files.el (magic-mode-regexp-match-limit): New defvar.
16477 (set-auto-mode): Use it to limit magic-mode-alist matching.
16478
16479 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16480
16481 * info.el (Info-index, Info-mode): Improve the description of the
16482 `i' command.
16483
16484 * ldefs-boot.el: Regenerate.
16485
16486 2006-02-03 Werner Lemberg <wl@gnu.org>
16487
16488 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16489 greedy to find the closing bracket in \*[...] and similar
16490 expressions. This is a first rough fix -- many additional
16491 refinements are necessary to make nroff mode really usable with groff.
16492
16493 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16494
16495 * international/mule-cmds.el (set-locale-environment):
16496 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16497 libX11.
16498
16499 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16500
16501 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16502 archive are created in archive-tmpdir.
16503
16504 2006-02-02 John Paul Wallington <jpw@pobox.com>
16505
16506 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16507 (ibuffer-fontification-alist): Use it.
16508 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16509 to "* z" and the Ibuffer Mark menu.
16510
16511 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16512
16513 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * textmodes/table.el (*table--cell-describe-mode)
16516 (*table--cell-describe-bindings): Undo last change since
16517 print-help-return-message is not obsoleted by anything at all.
16518
16519 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16520
16521 * emulation/cua-base.el (cua-mode): Doc fix.
16522
16523 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16524
16525 * dframe.el (dframe-handle-make-frame-visible)
16526 (dframe-handle-iconify-frame, dframe-get-focus)
16527 (dframe-select-attached-frame, dframe-power-click)
16528 (dframe-frame-mode): Fix typos in docstrings.
16529
16530 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16531 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16532 Fix typos in docstrings.
16533
16534 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16535 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16536 (hi-lock-archaic-interface-message-used)
16537 (hi-lock-file-patterns-range): Fix typos in docstrings.
16538
16539 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16540 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16541
16542 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16543 Fix typo in docstring.
16544
16545 * net/newsticker.el (newsticker--decode-iso8601-date)
16546 (newsticker--set-customvar, newsticker--buffer-insert-item)
16547 (newsticker--do-run-auto-mark-filter)
16548 (newsticker--parse-generic-feed): Doc fixes.
16549 (newsticker--retrieval-timer-list, newsticker-url-list)
16550 (newsticker-hide-immortal-items-in-echo-area)
16551 (newsticker-hide-obsolete-items-in-echo-area)
16552 (newsticker-new-item-face, newsticker--enclosure)
16553 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16554 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16555 (newsticker--parse-generic-feed, newsticker--cache-contains)
16556 (newsticker--stat-num-items, newsticker-download-enclosures):
16557 Fix typos in docstrings.
16558
16559 * net/rcirc.el (rcirc-debug): Doc fix.
16560 (rcirc-fill-column, rcirc-receive-message-hooks)
16561 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16562 (rcirc-mode, rcirc-generate-new-buffer-name)
16563 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16564 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16565 Fix typos in docstrings.
16566 (rcirc-print): "?\ " -> "?\s".
16567 (rcirc-cmd-join): Improve argument/docstring consistency.
16568
16569 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16570
16571 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16572 before narrow-to-region.
16573
16574 2006-02-01 Richard M. Stallman <rms@gnu.org>
16575
16576 * simple.el (move-beginning-of-line): Scan properly for invis change.
16577
16578 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16579
16580 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16581
16582 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16583 change bit only when id-format is 'integer. Reported by Matt
16584 Hodges <M.P.Hodges@rl.ac.uk>.
16585
16586 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16587
16588 * hilit-chg.el (highlight-changes-initial-state)
16589 (highlight-changes-global-initial-state): Doc fixes.
16590 (highlight-changes-global-modes, global-highlight-changes):
16591 Fix typos in docstrings.
16592
16593 2006-02-01 Kim F. Storm <storm@cua.dk>
16594
16595 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16596 transient-mark-mode in doc string.
16597
16598 2006-01-31 Richard M. Stallman <rms@gnu.org>
16599
16600 * replace.el (multi-occur): Doc fix.
16601 (multi-occur-in-matching-buffers): Rename from
16602 multi-occur-by-filename-regexp. Prefix arg says match
16603 buffer names instead of file names.
16604
16605 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16606
16607 * bs.el: Allow non-default values of `bs-header-lines-length'.
16608 (bs--running-in-xemacs): Remove (not needed anymore).
16609 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16610 instead of `shrink-window', thus avoiding having to compute the
16611 height of the window.
16612 (bs--up): Wrap around even when there's no header.
16613 (bs--down): Use `forward-line' instead of `next-line'.
16614
16615 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16616
16617 * image-mode.el (image-toggle-display): Use file name if possible,
16618 instead of unnecessarily allocating a (possibly huge) lisp string.
16619
16620 2006-01-30 John Paul Wallington <jpw@pobox.com>
16621
16622 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16623 because the `assert' macro signals it at runtime.
16624
16625 * emacs-lisp/cl.el (toplevel): Remove definition of
16626 `cl-assertion-failed' condition.
16627
16628 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16629
16630 * thumbs.el (thumbs-marked-list): Make buffer-local and
16631 permanent-local.
16632 (thumbs-insert-thumb): Make help-echo non-sticky.
16633 (thumbs-file-alist): Use eolp as check for (non)-image.
16634
16635 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16636
16637 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16638 (ediff-before-session-group-setup-hooks)
16639 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16640 Fix typos in docstrings.
16641
16642 * window.el (bw-dir, bw-eqdir, balance-windows)
16643 (split-window-keep-point): Fix typos in docstrings.
16644
16645 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16646 (org-quote-string, org-calendar-to-agenda-key)
16647 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16648 (org-show-following-heading, org-tags-column)
16649 (org-use-tag-inheritance, org, org-allow-space-in-links)
16650 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16651 (org-enable-table-editor, org-calc-default-modes)
16652 (org-table-allow-automatic-line-recalculation)
16653 (org-export-html-style, org-export-with-fixed-width)
16654 (org-export-with-sub-superscripts, org-special-keyword)
16655 (org-formula, org-time-grid, org-table-may-need-update)
16656 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16657 (org-goto-quit, org-get-indentation, org-end-of-item)
16658 (org-move-item-down, org-move-item-up)
16659 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16660 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16661 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16662 (org-agenda-log-mode, org-agenda-toggle-diary)
16663 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16664 (org-agenda-file-to-end, org-agenda-no-heading-message)
16665 (org-agenda-get-closed, org-format-agenda-item)
16666 (org-cmp-priority, org-cmp-category, org-cmp-time)
16667 (org-agenda-change-all-lines, org-agenda-diary-entry)
16668 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16669 (org-link-search, org-camel-to-words, org-open-file)
16670 (org-remember-handler, org-table-convert-region)
16671 (org-table-move-row-down, org-table-move-row-up)
16672 (org-table-copy-region, org-table-wrap-region)
16673 (org-table-toggle-vline-visibility)
16674 (org-table-get-vertical-vector, org-table-modify-formulas)
16675 (org-table-get-specials, org-recalc-commands)
16676 (org-table-rotate-recalc-marks, org-table-eval-formula)
16677 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16678 (org-level-color-stars-only, org-insert-heading):
16679 Fix typos in docstrings.
16680 (last-arg): Add defvar.
16681
16682 * makefile.w32-in (WINS): Add erc.
16683 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16684
16685 2006-01-29 Bill Wohler <wohler@newt.com>
16686
16687 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16688 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16689 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16690 (mh-autoloads): Don't use comments on otherwise empty lines.
16691
16692 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16693
16694 * emulation/viper.el (viper-major-mode-modifier-list):
16695 Add insert-state and vi-state entries for erc-mode.
16696 (viper-go-away, viper-set-hooks): Add and remove
16697 viper-comint-mode-hook from erc-mode-hook as appropriate.
16698
16699 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16700
16701 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16702
16703 * bs.el (bs--format-aux): Implement `middle' alignment as
16704 described in the docstring for `bs-attributes-list'.
16705 (bs--get-name): Simplify. Don't pad the buffer name.
16706
16707 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16708
16709 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16710 English aspell dictionary is installed, use the first entry of
16711 ispell-dictionary-alist-1.
16712
16713 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16714
16715 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16716 Doc fix.
16717
16718 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16719
16720 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16721 for `process-file', in order to let it work for older Emacsen too.
16722
16723 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16724
16725 * international/latexenc.el: Add a suitable `coding:' tag.
16726 (latexenc-find-file-coding-system): Undo last change.
16727
16728 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16729
16730 * international/latexenc.el (latexenc-find-file-coding-system):
16731 Make sure latexenc-main-file is a regular file and is readable.
16732
16733 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16734
16735 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16736 Pass FILE to vc-user-login-name.
16737
16738 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16739
16740 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16741
16742 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16743 there are no more images to display.
16744 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16745 the next image.
16746
16747 2006-01-26 Richard M. Stallman <rms@gnu.org>
16748
16749 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16750
16751 * wid-edit.el (advertised-widget-backward): New alias.
16752 (widget-keymap): Use advertised-widget-backward for S-TAB.
16753
16754 * tumme.el: Correct the keywords.
16755 (tumme-dir-max-size): Use defvar.
16756 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16757
16758 * simple.el (move-beginning-of-line): Take account of fields.
16759 (clone-indirect-buffer-other-window): Take args like
16760 clone-indirect-buffer, and work like it.
16761
16762 * help-fns.el (describe-function): Don't pass `nil' as default.
16763
16764 * files.el (risky-local-variable-p): Follow var aliases.
16765
16766 * subr.el (lazy-completion-table): Doc fix.
16767
16768 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16769 global binding of `line'.
16770
16771 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16772
16773 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16774 Tramp.
16775
16776 * vc.el (vc-default-dired-state-info): Pass FILE to
16777 vc-user-login-name.
16778 (vc-default-update-changelog): Don't use vc-user-login-name, we
16779 don't need it here.
16780
16781 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16782 no longer necessary.
16783
16784 2006-01-25 Kenichi Handa <handa@m17n.org>
16785
16786 * international/mule.el (decode-char): Avoid the overhead of
16787 calling utf-lookup-subst-table-for-decode if
16788 utf-translate-cjk-mode is nil.
16789 (encode-char): Avoid the overhead of calling
16790 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16791 nil.
16792
16793 2006-01-22 Kenichi Handa <handa@m17n.org>
16794
16795 * international/mule.el (make-subsidiary-coding-system): Reset
16796 `coding-system-define-form' property of subsidiaries to nil.
16797 Avoid duplicated entry in coding-system-alist.
16798 (make-coding-system): Avoid duplicated entry in
16799 coding-system-alist.
16800 (define-coding-system-alias): Likewise.
16801
16802 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16803
16804 * completion.el: Minor fixes in introductory comment.
16805 (completion-def-wrapper): Fix alist.
16806
16807 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16808
16809 * thumbs.el (thumbs-new-image-size): New function.
16810 (thumbs-increment-image-size-element)
16811 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16812 (thumbs-decrement-image-size): Delete.
16813 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16814 temp files and use to resize.
16815 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16816 Use increment argument to enlarge/shrink. Preserve point.
16817 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16818 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16819 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16820 (thumbs-mark, thumbs-unmark): Preserve point.
16821 (thumbs-modify-image): Keep old temp files and use to modify.
16822 Cleanup old temp files at load time. Preserve point.
16823 (thumbs-view-image-mode-map): Use new command names.
16824
16825 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16828
16829 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16830 the nastiest part of the cyclic dependency.
16831 (cal-menu-update): Use dotimes and calendar-increment-month.
16832
16833 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16834 (calendar-week-start-day): Add an :initializer.
16835 (calendar-mode-map): Use suppress-keymap, and command remapping.
16836 (describe-calendar-mode): Setup xref-stack info for the back button.
16837 (calendar-star-date): Insert before delete.
16838 (calendar-set-mode-line): Add file-modified info if applicable.
16839 (calendar-increment-month): New function.
16840
16841 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16842
16843 * font-lock.el (lisp-font-lock-keywords-2):
16844 Recognize "& keywords" only at word boundaries.
16845
16846 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16847
16848 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16849 and permanent-local.
16850 (thumbs-max-image-number): New variable.
16851 (thumbs-do-thumbs-insertion): Use them.
16852 (thumbs-per-line): Change default to 4.
16853 (thumbs-marked-list): Rename from thumbs-markedL.
16854 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16855 (thumbs-rename-images): Use -list instead of L for internal variables.
16856 (thumbs-call-convert): Use call-process instead of shell-command.
16857 (thumbs-insert-thumb): Add filename as help-echo to each image.
16858 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16859 Give dir to thumbs-show-thumbs-list.
16860 (thumbs-show-thumbs-list): Set default-directory to that of images.
16861 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16862 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16863 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16864 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16865
16866 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16867
16868 * ses.el (ses-read-cell): Provide a default value.
16869
16870 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16871
16872 * term/w32-win.el (image-library-alist): Add additional names for
16873 GIF library.
16874
16875 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16876
16877 * international/latexenc.el (latexenc-find-file-coding-system):
16878 Add file-regular-p check.
16879
16880 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * simple.el (clone-buffer): Don't show the new buffer in the same
16883 window.
16884
16885 2006-01-23 Juri Linkov <juri@jurta.org>
16886
16887 * faces.el (link, link-visited): New faces based on default values
16888 of `info-xref' and `info-xref-visited'.
16889
16890 * info.el (info-xref): Inherit from `link'.
16891 (info-xref-visited): Inherit from `link-visited'.
16892
16893 * cus-edit.el (custom-buffer-create-internal): Use widget type
16894 `custom-manual' instead of `info-link' and don't set properties
16895 `button-face' and `mouse-face' explicitly.
16896 (custom-browse-group-tag, custom-browse-variable-tag)
16897 (custom-browse-face-tag): Inherit from widget class
16898 `custom-group-link' instead of `push-button'.
16899 (custom-button-unraised): Inherit from `underline' face.
16900 (custom-link): Inherit from `link' face. Fix doc and group.
16901 (custom-add-parent-links, custom-group-value-create): Don't set
16902 properties `button-face' and `mouse-face' explicitly for
16903 `custom-group-link' widget.
16904 (custom-group-link): Add properties `button-face' and `mouse-face'
16905 to widget definition.
16906 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16907 editable-field's :keymap property.
16908 (custom-mode): Fix docstring: substitute keybindings for
16909 `widget-forward' and `widget-backward' from `widget-keymap',
16910 `widget-complete' from `custom-field-keymap', replace old
16911 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16912
16913 * desktop.el (desktop-load-file): Check for `fboundp' before
16914 calling `symbol-function'.
16915
16916 * simple.el (clone-buffer, clone-indirect-buffer)
16917 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16918 `read-string'. Fix prompts.
16919
16920 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16921
16922 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16923
16924 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16925
16926 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16927
16928 * startup.el (inhibit-splash-screen, initial-scratch-message):
16929 Doc fixes.
16930
16931 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16932
16933 Sync with Tramp 2.0.52.
16934
16935 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16936 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16937 `tramp-unload-tramp' for checklist.
16938
16939 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16940 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16941 (tramp-unload-file-name-handler-alist)
16942 (tramp-unload-tramp): New defuns.
16943 (tramp-advice-PC-expand-many-files): New defadvice.
16944 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16945 removed.
16946 (tramp-handle-expand-file-name): Remove double slash.
16947 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16948 It doesn't matter, because it will be converted later on.
16949 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16950 implementation was just heuristic.
16951 (tramp-post-connection): Set uid and gid properties.
16952 (tramp-convert-file-attributes): Set file's gid change bit.
16953 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16954 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16955 in case of su(do)? methods. The home directory of the local user
16956 will be taken else.
16957 (tramp-open-connection-telnet)
16958 (tramp-open-connection-rsh, tramp-open-connection-su)
16959 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16960 local shell prompt could hurt. Reported by Romain Francoise
16961 <romain@orebokech.com>.
16962 (tramp-let-maybe): Add `edebug-form-spec' property.
16963 (tramp-handle-expand-file-name): Bind `default-directory' locally
16964 to "/" in order to avoid problems with UNC shares or Cygwin
16965 mounts.
16966 (tramp-md5-function): Fix typo in error message.
16967
16968 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16969
16970 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16971 for byte-compiler pacification.
16972
16973 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16974
16975 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16976 ID-FORMAT `string'. This allows us to get rid of
16977 `vc-user-login-name UID'.
16978
16979 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16980
16981 2006-01-22 John Paul Wallington <jpw@pobox.com>
16982
16983 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16984
16985 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16986
16987 * emacs-lisp/find-func.el (find-definition-noselect)
16988 (find-variable-noselect): Search variables in C source code too.
16989 (find-function-C-source, find-function-noselect, find-function)
16990 (find-function-other-frame, find-variable-noselect, find-variable)
16991 (find-variable-other-frame, find-variable-at-point):
16992 Fix docstrings.
16993
16994 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16995
16996 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16997
16998 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16999
17000 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17001 Default to disabling the "Save affix" question.
17002
17003 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17004
17005 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17006 the first arg to run-python.
17007
17008 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17009
17010 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17011 is not loaded.
17012
17013 2006-01-20 Jay Belanger <belanger@truman.edu>
17014
17015 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17016 limit is 0.
17017
17018 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17019 the correct variable.
17020
17021 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17022
17023 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17024 link. Fixed buggy argument sequence in call to `org-view-tags'.
17025 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17026 (org-prefix-has-tag): New variable.
17027 (org-format-agenda-item): Remove tags from headline if
17028 appropriate.
17029 (org-agenda-remove-tags-when-in-prefix): New option.
17030 (org-get-tags-at): New function.
17031
17032 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17033
17034 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17035 (thumbs-find-image): Move image name and number from buffer name
17036 to mode name. Set thumbs-buffer. Preserve point so that large
17037 images remain visible.
17038 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17039 order.
17040 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17041 mode name.
17042 (thumbs-next-image, thumbs-previous-image): Make them work.
17043
17044 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17045
17046 * cus-edit.el (custom-buffer-create-internal): State in the text above
17047 the whole buffer buttons that they do not operate on hidden items.
17048 (custom-face-menu): Use `custom-face-save' instead of
17049 `custom-face-save-command'.
17050 (custom-face-save-command): Make it an alias for `custom-face-save'
17051 and declare it obsolete.
17052 (custom-face-save): Doc fix.
17053
17054 * dired.el (dired-no-confirm): Add quote.
17055 (dired-subdir-alist-pre-R): Add quote in
17056 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17057
17058 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * textmodes/table.el (table-mode-indicator): Typo in last change.
17061
17062 2006-01-19 Richard M. Stallman <rms@gnu.org>
17063
17064 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17065 Fixes bug reported in Nov 2005.
17066
17067 * isearch.el (isearch-forward): Doc fix.
17068
17069 * dired.el (dired-move-to-filename-regexp): Define as alias.
17070 (dired-no-confirm): Use defcustom.
17071 (dired-subdir-alist-pre-R): Put defvar at top level.
17072
17073 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17074
17075 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17076 Mark as risky.
17077
17078 * simple.el (set-mark-command): Doc fix.
17079 (clone-indirect-buffer-other-window):
17080 Read arg like clone-indirect-buffer.
17081 (move-beginning-of-line): Skip invisible newlines.
17082
17083 2006-01-19 Masatake YAMATO <jet@gyve.org>
17084
17085 * progmodes/cpp.el (cpp-edit-load): Make the order of
17086 listed conditions in a base C code buffer and its associate
17087 CPP Edit buffer the same.
17088
17089 2006-01-19 Kenichi Handa <handa@m17n.org>
17090
17091 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17092 (rmail-mime-feature): Likewise.
17093 (rmail-require-mime-maybe): Use display-warning to show a warning
17094 message.
17095
17096 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17097 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17098
17099 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * array.el: Move defvars out of eval-when-compile.
17102 (array-make-template): Replace undeclared global var with a local one.
17103 (array-mode): Inline initialization functions.
17104 (array-init-local-variables, array-init-max-row)
17105 (array-init-max-column, array-init-columns-per-line)
17106 (array-init-field-width, array-init-rows-numbered)
17107 (array-init-line-length, array-init-lines-per-row): Remove.
17108
17109 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17110 (doc-mode-map): Define explicitly.
17111 (doctor-txtype): Use mapc.
17112
17113 * textmodes/table.el: Move defvars out of eval-when-compile.
17114 Remove harmful code meant to avoid byte-compiler warnings.
17115 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17116 specification that checks table-fixed-width-mode directly.
17117 (table-recognize-region, table-recognize-cell):
17118 Use restore-buffer-modified-p.
17119 (table-fixed-width-mode): Remove code that refreshes
17120 table-fixed-mode-indicator.
17121 (*table--cell-describe-bindings, *table--cell-describe-mode):
17122 Avoid obsolete name print-help-return-message.
17123 (table--test-cell-list): Don't use replace-regexp from elisp.
17124 (table--point-entered-cell-function, table--point-left-cell-function):
17125 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17126
17127 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17128 that was after the end of file. Use buffer-file-name variable.
17129 (org-timestamp-change): Use with-current-buffer.
17130 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17131 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17132 `file'.
17133
17134 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17135 (fortran-break-line): Remove unused var `opoint'.
17136 (fortran-abbrev-start): Obey help-event-list.
17137
17138 2006-01-18 Jesper Harder <harder@phys.au.dk>
17139
17140 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17141
17142 2006-01-18 Masatake YAMATO <jet@gyve.org>
17143
17144 * progmodes/make-mode.el (makefile-imake-mode): New mode
17145 derived from makefile-mode.
17146 (makefile-imake-mode-syntax-table): New syntax table
17147 derived from makefile-mode-syntax-table.
17148 (makefile-mode): Write about makefile-imake-mode in doc string.
17149 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17150 (makefile-imake-font-lock-keywords): New font lock keywords.
17151
17152 * files.el (auto-mode-alist): Add Imakefile.
17153
17154 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17155
17156 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17157 loading the file rather than when turning on flyspell-mode.
17158
17159 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17160
17161 * cus-edit.el (customize-rogue): Minor doc fix.
17162
17163 2006-01-17 Juri Linkov <juri@jurta.org>
17164
17165 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17166 instead of the file at the mark as default if the file at the mark
17167 is the same as the file at point or if dired-dwim-target-directory
17168 is not the same as the current directory and the mark is not active.
17169
17170 * log-view.el (log-view-minor-wrap): Use the same logic to get
17171 revisions as `log-view-diff'.
17172
17173 * info.el (Info-revert-find-node): Check for Info-current-file
17174 before preserving new-history.
17175
17176 * man.el (Man-heading-regexp): Add `/'.
17177
17178 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17179 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17180
17181 2006-01-16 Juri Linkov <juri@jurta.org>
17182
17183 * faces.el (mode-line-faces): New defgroup.
17184 (mode-line-highlight): Move definition after new defgroup.
17185 (mode-line, mode-line-inactive, mode-line-highlight):
17186 Replace :group `modeline' with `mode-line-faces'.
17187 (mode-line-buffer-id): New face.
17188 (modeline-buffer-id): New face alias.
17189 (vertical-border): Remove :group `modeline'.
17190
17191 * bindings.el (propertized-buffer-identification): Use face
17192 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17193 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17194 (mode-line-buffer-identification-keymap): For mouse-1 replace
17195 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17196 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17197 mouse-3.
17198
17199 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17200 Buffer-menu-buffer. Doc fix.
17201 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17202 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17203 `Buffer-menu-buffer'.
17204
17205 * info.el (Info-mode-line-node-keymap): New defvar.
17206 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17207 Propertize Info-current-node with `mode-line-buffer-id' and
17208 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17209
17210 * time.el (display-time-mail-face): Replace :group `faces' with
17211 `mode-line-faces'.
17212
17213 2006-01-16 Kenichi Handa <handa@m17n.org>
17214
17215 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17216
17217 * language/european.el (cp1252): New alias for windows-1252.
17218
17219 * international/mule.el (autoload-coding-system): Prepare for EOL
17220 variants.
17221
17222 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17223
17224 * term.el (term-raw-map): Add mapping for insert.
17225 (term-send-insert): New.
17226 (term-mode): Make variables local here instead of doing it in
17227 `term-emulate-terminal'.
17228 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17229 Scroll reverse needs to take into account the scroll region.
17230 Saving and restoring the cursor should save the color attributes too.
17231 (term-reset-terminal): Reset the scroll region.
17232 (term-handle-ansi-escape): Cursor up and down should take into
17233 account the scroll region.
17234 (term-set-scroll-region): Rename from `term-scroll-region'.
17235 Move to 0,0 after setting the region.
17236 (term-handle-scroll): Handle scroll up.
17237 (term-down): Fix off by one error.
17238 (term-delete-lines): Do not delete outside the scroll region.
17239 (term-insert-lines): Take into account the scroll region.
17240
17241 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17242
17243 * textmodes/ispell.el (ispell-internal-change-dictionary)
17244 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17245 (start, end): Move declaration outside of eval-when-compile.
17246
17247 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17248 (flyspell-mode-on): Use it.
17249
17250 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17251 ispell-kill-ispell-hook.
17252
17253 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17254
17255 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17256 (Custom-reset-saved): Do not ask for confirmation in single option
17257 buffers.
17258
17259 2006-01-13 Richard M. Stallman <rms@gnu.org>
17260
17261 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17262
17263 2006-01-13 Romain Francoise <romain@orebokech.com>
17264
17265 * add-log.el (add-change-log-entry, change-log-merge):
17266 Conditionally use `hard-newline'.
17267
17268 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17269
17270 * wid-edit.el (widget-field-end): If the overlay is no longer
17271 associated with a buffer, behave as if the overlay didn't exist.
17272
17273 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17274 Make sure the links use the `custom-link' face.
17275
17276 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17279 (ld-script-mode): Don't set indent-line-function since we don't
17280 have one.
17281
17282 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17283
17284 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17285 application.
17286 (org-file-apps-defaults-gnu): Use mailcap as the default for
17287 selecting an application on a UNIX system.
17288 (org-agenda-show-tags): New command.
17289 (org-table-insert-hline): Keep cursor in current table line.
17290 (org-table-convert): Offset effect of modifying
17291 `org-table-insert-hline'.
17292 (org-format-agenda-item): New optional argument TAG.
17293 (org-compile-prefix-format): Handle %T format for the tag.
17294 (org-expand-wide-chars): New function.
17295 (org-table-insert-row, org-table-insert-hline):
17296 Use `org-expand-wide-chars'.
17297 (org-open-file): Fix bug in program launch.
17298 (org-get-time-of-day): Fix bug with times before 1am.
17299 (org-agenda-menu): Add tags commands.
17300
17301 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17302
17303 * textmodes/ispell.el (ispell-init-process): Include the used
17304 dictionary in ispell process start message.
17305 (ispell-internal-change-dictionary): When flyspell-mode is active
17306 and dictionary is changed, make sure ispell process is restarted
17307 and flyspell word cache cleared out for the current buffer.
17308 (ispell-change-dictionary): Make sure flyspell word cache is
17309 cleared out in all buffers with active flyspell mode when
17310 dictionary is globally changed.
17311 Call ispell-internal-change-dictionary after dictionary change.
17312
17313 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17314
17315 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17316
17317 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17318 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17319 years. Fix small differences wrt Makefile.in.
17320 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17321 Makefile.in does.
17322
17323 2006-01-12 Bill Wohler <wohler@newt.com>
17324
17325 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17326 mh-search.el.
17327
17328 2006-01-12 Masatake YAMATO <jet@gyve.org>
17329
17330 * progmodes/ld-script.el: Update copyright year.
17331
17332 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17333
17334 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17335 Don't add widget if setting undefined.
17336
17337 2006-01-12 John Paul Wallington <jpw@pobox.com>
17338
17339 * help-fns.el (describe-variable): Remove newlines from void
17340 variable output.
17341
17342 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17343
17344 * wdired.el (wdired-mode-map): Add help echo for
17345 wdired-abort-changes.
17346
17347 * man.el (Man-file-name-regexp): Adjust for a list of files.
17348
17349 2006-01-12 Masatake YAMATO <jet@gyve.org>
17350
17351 * progmodes/ld-script.el (auto-mode-alist): Support
17352 suffix conventions used in netbsd and eCos.
17353
17354 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17355
17356 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17357 (custom-variable-menu, custom-face-menu, custom-group-menu)
17358 (Custom-mode-menu): Change names of menu items. (As discussed on
17359 emacs-devel.)
17360 (custom-face-menu): Add "Undo Edits" item.
17361
17362 * startup.el (init-file-user): defcustom -> defvar.
17363
17364 * tooltip.el (tooltip-mode): Doc fix.
17365
17366 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * reveal.el (reveal-post-command): window-buffer signals an error on
17369 dead windows rather than returning nil.
17370 (reveal-open-new-overlays): An overlay might die while we open others.
17371
17372 2006-01-11 Bill Wohler <wohler@newt.com>
17373
17374 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17375 phrasing in docstring.
17376
17377 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17378 can give some systems gas. Add new file mh-buffers.el.
17379
17380 2006-01-06 Masatake YAMATO <jet@gyve.org>
17381
17382 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17383 C preprocessor forward ported from GNU Emacs 21.2.
17384
17385 * progmodes/asm-mode.el (asm-font-lock-keywords):
17386 Use `cpp-font-lock-keywords'.
17387
17388 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17389
17390 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17391 of $ for "\\.ld[s]?".
17392
17393 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17394
17395 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17396 (tcl-indent-line): Return `noindent' if inside a string.
17397
17398 * progmodes/flymake.el (flymake-split-string): Remove more than one
17399 empty string at beg/end of the result.
17400 (flymake-find-buildfile, flymake-find-possible-master-files):
17401 Use expand-file-name.
17402 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17403 since expand-file-name does it for us. Use directory-file-name.
17404 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17405 (flymake-ler-get-type, flymake-ler-get-text)
17406 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17407 (flymake-current-line-no): Remove spurious interactive spec.
17408 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17409 (flymake-check-include): Remove arg inc-path merged into inc-name.
17410 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17411 Arg regexp-list replaced by a simple regexp.
17412 (flymake-master-make-header-init, flymake-master-tex-init):
17413 Correspondingly replace regexp-list with a regexp. Fix regexp.
17414
17415 2006-01-10 Simon Josefsson <jas@extundo.com>
17416
17417 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17418 describing AUTH PLAIN fix.
17419
17420 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17421
17422 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17423 (report-emacs-bug): Don't record initial prompt text.
17424 Instead, add text properties to prompting text.
17425 (report-emacs-bug-hook): Delete prompting text.
17426
17427 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17428
17429 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17430 `dirs'. Adjust callers.
17431
17432 2006-01-09 John Paul Wallington <jpw@gnu.org>
17433
17434 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17435
17436 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17437
17438 * reveal.el (reveal-open-new-overlays): New extracted fun.
17439 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17440 using them. Simplify the code.
17441 (reveal-post-command): Use them. Fix up obsolete windows in
17442 reveal-open-spots.
17443
17444 * progmodes/flymake.el: Use `require' rather than autoload for
17445 XEmacs's overlays.
17446 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17447 Delete. Use file-relative-name instead.
17448 (flymake-get-syntax-check-program-args, flymake-perl-init):
17449 Simplify the resulting code.
17450
17451 * log-view.el (log-view-file-re, log-view-message-re): Add support
17452 for DaRCS output.
17453
17454 2006-01-09 Alex Schroeder <alex@gnu.org>
17455
17456 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17457 identifiers sometimes added in square brackets at the beginning of
17458 subject lines.
17459
17460 2006-01-07 Richard M. Stallman <rms@gnu.org>
17461
17462 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17463 (Custom-reset-current, Custom-reset-saved): Change question text.
17464 (Custom-reset-standard): Likewise.
17465 (custom-variable-reset-saved): Doc fix.
17466
17467 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17468
17469 * startup.el (init-file-user): Doc fix.
17470
17471 2006-01-07 Alex Schroeder <alex@gnu.org>
17472
17473 * mail/rmail.el (rmail-current-subject): New function.
17474 (rmail-current-subject-regexp): New function.
17475 (rmail-next-same-subject): Use it.
17476
17477 * mail/rmailsum.el (rmail-summary-by-topic):
17478 Use rmail-current-subject and rmail-current-subject-regexp.
17479 (rmail-summary-next-same-subject): Ditto.
17480
17481 * net/rcirc.el (rcirc-send-input): No longer check whether the
17482 process is open, since not all commands need an open process.
17483 (rcirc-send-string): Check whether the process is open before
17484 sending anything.
17485 (rcirc-ignore-list): New option.
17486 (rcirc-ignore-list-automatic): New variable.
17487 (rcirc-print): Take rcirc-ignore-list into account.
17488 (rcirc-cmd-ignore): New command.
17489 (rcirc-ignore-update-automatic): New function.
17490 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17491 list if ignored nicks.
17492 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17493
17494 2006-01-06 David Reitter <david.reitter@gmail.com>
17495
17496 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17497 reflect the address to which the report will be sent.
17498
17499 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17500
17501 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17502 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17503
17504 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17505
17506 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17507
17508 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17509 the doc string: "functoin" => "function".
17510 * ldefs-boot.el: Likewise.
17511
17512 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17513 message text: "Duplicat" => "Duplicate".
17514
17515 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17516
17517 * files.el (basic-save-buffer-2): If backing-up failed, reset
17518 buffer-backed-up to nil.
17519
17520 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17521
17522 * progmodes/gud.el (gdb-script-skip-to-head)
17523 (gdb-script-calculate-indentation): Indent for breakpoint command
17524 lists also.
17525
17526 2006-01-05 Bill Wohler <wohler@newt.com>
17527
17528 * Makefile.in (compile-always): Add mh-autoloads dependency.
17529 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17530 provides it.
17531 (updates): Remove mh-autoloads dependency, since it probably has
17532 already run recently (via recompile).
17533
17534 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17537 argument `force' to disable the flyspell-last-buffer optimization.
17538 (flyspell-mode-on): Use it.
17539
17540 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17541 flymake-simple-cleanup.
17542 (flymake-allowed-file-name-masks): Use this new default.
17543 All the functions are now called in the right buffer rather than
17544 passing the buffer as argument.
17545 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17546 (flymake-parse-err-lines): Remove redundant buffer arg.
17547 (flymake-get-program-dir): Comment out unused function.
17548 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17549 Remove redundant buffer argument.
17550 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17551 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17552
17553 2006-01-05 Richard M. Stallman <rms@gnu.org>
17554
17555 * info.el (Info-find-node): Don't record previous node if have none.
17556 (info): Go to directory only if history is empty.
17557
17558 * simple.el (mark): Doc fix.
17559
17560 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17561
17562 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17563 already of desired type.
17564 (mac-ae-list): Coerce parameter to "list" type.
17565 (mac-dispatch-apple-event): Replace cadr part of event with a
17566 dummy position so that event-start returns it.
17567
17568 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17569
17570 * textmodes/org.el (org-end-of-subtree): New function.
17571 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17572 Use `org-end-of-subtree'.
17573 (org-agenda, org-agenda-convert-date): Protect calls to
17574 `fit-window-to-buffer'.
17575 (org-tags-view): Force matching of sublevels when doing a
17576 todo-only search. Define the correct redo command, including the
17577 arguments.
17578 (org-agenda-redo): Display message.
17579 (org-check-for-org-mode): New function.
17580 (org-agenda-type): New variable.
17581 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17582 Set `org-agenda-type'.
17583 (org-agenda-check-type): New function.
17584 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17585 (org-agenda-week-view, org-agenda-day-view)
17586 (org-agenda-next-date-line, org-agenda-previous-date-line)
17587 (org-agenda-log-mode, org-agenda-toggle-diary)
17588 (org-agenda-toggle-time-grid, org-agenda-date-later)
17589 (org-agenda-date-prompt, org-agenda-diary-entry)
17590 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17591 (org-agenda-convert-date, org-agenda-menu):
17592 Use `org-agenda-check-type'.
17593 (org-make-overlay, org-delete-overlay)
17594 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17595 New compatibility functions.
17596 (org-calendar-select-mouse): New command.
17597
17598 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17599
17600 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17601 (Custom-reset-standard): Fix y-or-n-p messages.
17602 (custom-link): New face for links.
17603 (custom-buffer-create-internal, custom-manual): Use it.
17604 (custom-face-save): Push to theme-face before setting face spec.
17605
17606 * wid-edit.el (widget-default-mouse-face-get): New function.
17607 (widget-specify-button): Handle mouse-face like button-face.
17608
17609 * custom.el (load-theme): Clear old theme settings if reloading.
17610
17611 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17612
17613 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17614 "Erase Customization" button back to same position it occupies in
17615 the individual State menus.
17616
17617 2006-01-04 Kim F. Storm <storm@cua.dk>
17618
17619 * wid-edit.el (key-sequence): Rework widget to read key binding
17620 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17621 (widget-key-sequence-default-value): Default value for empty sequence.
17622 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17623 (widget-key-sequence-read-event): New command for C-q.
17624 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17625 (widget-key-sequence-value-to-external): New functions.
17626
17627 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17630 Use expand-file-name.
17631 (flymake-delete-temp-directory): Use expand-file-name,
17632 file-name-directory, and directory-file-name.
17633 (flymake-strrchr): Delete.
17634 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17635 to the init-f function.
17636 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17637 (flymake-init-find-buildfile-dir)
17638 (flymake-init-create-temp-source-and-master-buffer-copy)
17639 (flymake-simple-make-init-impl, flymake-simple-make-init)
17640 (flymake-master-make-init, flymake-master-make-header-init)
17641 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17642 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17643 (flymake-xml-init): Remove corresponding redundant buffer argument.
17644 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17645 the default anyway. Clean up regexps.
17646
17647 * progmodes/flymake.el (flymake-temp-source-file-name)
17648 (flymake-master-file-name, flymake-temp-master-file-name)
17649 (flymake-base-dir): New buffer-local vars.
17650 (flymake-buffer-data, flymake-get-buffer-value)
17651 (flymake-set-buffer-value): Replace those hash-tables by the new
17652 buffer-local vars. Update callers.
17653
17654 * progmodes/flymake.el (flymake-check-start-time)
17655 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17656 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17657 Move definition, so we can remove redundant earlier declaration.
17658 (flymake-replace-regexp-in-string, flymake-split-string)
17659 (flymake-get-temp-dir): Use defalias.
17660 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17661 (flymake-xemacs-window-edges): Remove unused function.
17662 (flymake-get-point-pixel-pos): Move.
17663 (flymake-pid-to-names, flymake-reg-names)
17664 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17665 Replace by a simple list flymake-processes and by process-buffer.
17666 Update callers. Other than simplify the code, it uses buffers rather
17667 than buffer-names so it doesn't get confused by uniquify.
17668 (flymake-buffer-data): The global value should just be nil.
17669
17670 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17671 Optimize the body of a defalias like any other code.
17672
17673 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17674 Make sure we've setup font-lock's vars. It may influence which
17675 function we then call.
17676 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17677 here since it's too late anyway.
17678
17679 2006-01-03 Romain Francoise <romain@orebokech.com>
17680
17681 * startup.el (fancy-splash-tail, normal-splash-screen):
17682 Update copyright year.
17683
17684 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17685
17686 * mouse.el (mouse-drag-track): Rename, from
17687 `mouse-drag-region-1'. Includes optional argument required to
17688 enable post-drag event processing (e.g. delete region keys).
17689 Can be used without this argument to track a mouse region and operate
17690 on it as soon as the drag completes.
17691 (mouse-drag-region): Use `mouse-drag-track'.
17692
17693 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17694
17695 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17696 Move to `custom-buffer' group.
17697
17698 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17699 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17700 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17701 (custom-theme-face-menu): New variables.
17702 (custom-theme-add-variable, custom-theme-variable-action)
17703 (custom-variable-reset-theme, custom-theme-delete-variable)
17704 (custom-face-reset-theme, custom-theme-face-action)
17705 (custom-theme-delete-face, custom-theme-merge-theme)
17706 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17707
17708 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17709
17710 * custom.el: Move Custom Themes commentary to start of theme code.
17711 (custom-known-themes): Rename `standard' theme to `changed'.
17712 (custom-push-theme): Caller no longer specifies what theme to use
17713 when doing `reset'---the setting is simply removed from the theme.
17714 Delete MODE from `theme-value' and `theme-settings' properties.
17715 (custom-declare-theme): Ignore &rest args since we don't use them.
17716
17717 (custom-loaded-themes): Delete variable.
17718 (custom-theme-load-themes, custom-theme-loaded-p)
17719 (custom-theme-value): Delete functions.
17720
17721 (custom-declare-theme): Signal error on invalid theme names.
17722 (provide-theme): custom-loaded-themes was deleted.
17723 (load-theme): Load the file unconditionally.
17724 (enable-theme): Call `load-theme' if theme is undefined.
17725 (custom-enabled-themes): Only update value for successful loads.
17726 (disable-theme): Complete from enabled themes when interactive.
17727 (custom-variable-theme-value): Calculate theme value directly.
17728
17729 (custom-theme-reset-variables, custom-reset-variables): Mark as
17730 XEmacs compatibility functions. We don't actually use these.
17731
17732 * cus-edit.el (custom-variable-state-set):
17733 Use custom-variable-theme-value instead of custom-theme-value.
17734 (custom-face-state-set): Rename `standard' theme to `changed'.
17735 (custom-save-variables, custom-save-faces): Delete unneeded
17736 references to custom-reset-variables.
17737 (custom-save-resets): Delete function.
17738 (custom-save-variables, custom-save-faces): MODE argument deleted.
17739 (custom-save-variables, custom-save-faces): Ignore theme values.
17740
17741 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17742 compatibility function.
17743
17744 2006-01-01 Richard M. Stallman <rms@gnu.org>
17745
17746 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17747 (Custom-reset-current, Custom-reset-saved): Likewise.
17748 (Custom-reset-standard): Show message if aborted.
17749 (custom-mode): Doc fix, describing those commands.
17750
17751 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17752 put on event-kind property.
17753
17754 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17755
17756 * custom.el (provide-theme): Ban `user' theme name.
17757 (custom-enabling-themes): New variable.
17758 (enable-theme): Don't enable user if custom-enabling-themes is t.
17759 (custom-enabled-themes): Make it a defcustom.
17760 (custom-theme-recalc-face): No-op if face is undefined.
17761
17762 * cus-edit.el (custom-button-mouse): New variable.
17763 (custom-button-mouse): New face.
17764 (custom-raised-buttons, custom-mode): Use it.
17765
17766 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17767
17768 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17769
17770 * progmodes/gud.el (gud-display-line): Support hl-line in the
17771 source buffer.
17772
17773 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17774
17775 * mouse.el (mouse-drag-window-above): Verify that the found window
17776 overlaps with the given window in the horizontal dimension.
17777
17778 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17779
17780 * Makefile.in (cvs-update): New target.
17781
17782 * makefile.w32-in (cvs-update): Ditto.
17783
17784 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17785
17786 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17787 (custom-new-theme-mode-map): New variable.
17788
17789 2005-12-30 Richard M. Stallman <rms@gnu.org>
17790
17791 * custom.el (custom-load-themes): Function deleted.
17792
17793 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17794 (custom-save-variables): Don't delete or add custom-load-themes call.
17795
17796 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * cus-start.el: Add `visible-cursor'.
17799
17800 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17801 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17802 (flymake-process-filter): Switch to buffer before calling it instead.
17803 (flymake-post-syntax-check, flymake-highlight-err-lines)
17804 (flymake-delete-own-overlays, flymake-parse-err-lines)
17805 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17806 (flymake-count-lines, flymake-parse-residual):
17807 Remove constant buffer argument.
17808 (flymake-start-syntax-check-for-current-buffer): Remove.
17809 Update callers to use flymake-start-syntax-check instead.
17810 (flymake-display-err-menu-for-current-line):
17811 Remove unused var `mouse-pos'.
17812 (flymake-restore-formatting): Comment out unused function.
17813 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17814 argument, use current-buffer instead. Update callers.
17815
17816 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17817
17818 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17819 buffer-local because choose-completion-delete-max-match requires
17820 that we set completion-ignore-case (i.e., binding via let is not
17821 sufficient).
17822 (bibtex-complete): Always set completion-ignore-case and
17823 choose-completion-string-functions. The latter is needed because
17824 choose-completion-string-functions keeps its value if we quit the
17825 *Completions* buffer without requesting a completion.
17826
17827 2005-12-30 Andreas Schwab <schwab@suse.de>
17828
17829 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17830
17831 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17832
17833 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17834
17835 2005-12-30 Juri Linkov <juri@jurta.org>
17836
17837 * locate.el (locate-fcodes-file, locate-header-face)
17838 * progmodes/delphi.el (delphi-other-face)
17839 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17840
17841 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17842 group `paren-showing-faces'.
17843
17844 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17845 (goto-address): Fix docstring.
17846
17847 * net/webjump.el (webjump-sample-sites): Update URLs.
17848
17849 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17850
17851 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17852
17853 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * font-lock.el (font-lock-compile-keywords): Signal an error when
17856 font-lock-set-defaults hasn't been called.
17857
17858 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17859
17860 * subr.el (noreturn, 1value): Doc fixes.
17861
17862 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17863
17864 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17865 that assoc-string returns nil.
17866
17867 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17868
17869 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17870 (bibtex-entry-type-str, bibtex-empty-field-re)
17871 (bibtex-search-backward-string, bibtex-preamble-prefix)
17872 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17873 (bibtex-any-valid-entry-type): New variable.
17874 (bibtex-parse-field-name): Simplify.
17875 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17876 (bibtex-preamble-prefix): Include left delimiter.
17877 (bibtex-search-forward-field, bibtex-search-backward-field):
17878 Allow unbounded search past entry boundaries (required by bibtex-pop).
17879 (bibtex-text-in-field-bounds): Use push.
17880 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17881 (bibtex-parse-preamble, bibtex-valid-entry)
17882 (bibtex-beginning-first-field): New functions.
17883 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17884 (bibtex-map-entries): Fix docstring.
17885 (bibtex-flash-head): New arg prompt. Simplify.
17886 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17887 (bibtex-insert-kill): Simplify. Always insert text past the
17888 current field or entry.
17889 (bibtex-format-entry): Use bibtex-parse-field.
17890 (bibtex-pop): Use bibtex-beginning-of-entry and
17891 bibtex-end-of-entry to initiate the search. Insert empty field if
17892 we found ourselves.
17893 (bibtex-print-help-message): New args field and comma.
17894 Handle entry keys.
17895 (bibtex-make-field): Use bibtex-beginning-of-entry.
17896 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17897 invalid entry.
17898 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17899 Handle preambles. Simplify code for thorough test.
17900 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17901 New arg comma. Handle entry heads.
17902 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17903 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17904 New arg comma.
17905 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17906 (bibtex-fill-field): Simplify.
17907 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17908 bibtex-parse-field.
17909 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17910 (bibtex-complete): Use bibtex-parse-preamble.
17911
17912 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17913
17914 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17915 Display name of expression instead of convenience variable.
17916 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17917
17918 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17919 toggle-gud-tooltip-dereference.
17920 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17921 (gud-tooltip-tips): ...here when dereferencing.
17922
17923 2005-12-28 Bill Wohler <wohler@newt.com>
17924
17925 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17926
17927 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17930 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17931 (vc-annotate-display-autoscale): Adjust call.
17932 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17933 Fix interactive spec.
17934 (vc-annotate-time-span): Remove.
17935 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17936 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17937 (vc-annotate-display-select): Use new name.
17938
17939 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17940 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17941 Correct the construction of span entries. Simplify.
17942 (vc-annotate-display-select): Fix the nil case.
17943 (vc-annotate): Remove obsolete (and now broken) code.
17944 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17945 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17946
17947 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17948
17949 * subr.el (lazy-completion-table): Correct typo in docstring.
17950
17951 * startup.el (command-line): Use `custom-reevaluate-setting' for
17952 `send-mail-function'.
17953
17954 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17955
17956 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17957
17958 * mail/smtpmail.el (smtpmail-try-auth-methods):
17959 Send credentials together with "AUTH PLAIN" command.
17960
17961 2005-12-27 Richard M. Stallman <rms@gnu.org>
17962
17963 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17964 mouse-2, go back to previously selected window, so it's selected
17965 when mouse-2 command runs.
17966
17967 2005-12-27 Juri Linkov <juri@jurta.org>
17968
17969 * descr-text.el (describe-text-sexp): Use square brackets for
17970 button [Show] to distinguish it from the property value `show'.
17971 (describe-property-list): Use `insert-text-button' with
17972 `help-face' type instead of putting face in quotes, because button
17973 is not created automatically for a list of faces.
17974 (describe-text-properties-1): Put button-type value in quotes to
17975 distinguish from plain text "button".
17976 (describe-char): Display code point values in hex. Don't use
17977 `symbol-name' for `current-input-method' because it is a string.
17978 Use `insert-text-button' with `help-face' type instead of putting
17979 hardcoded face in quotes, because button is not created automatically.
17980
17981 2005-12-27 Richard M. Stallman <rms@gnu.org>
17982
17983 * progmodes/glasses.el (glasses-face): More specific custom type.
17984
17985 * files.el (set-visited-file-name): Doc fix.
17986
17987 * textmodes/flyspell.el (flyspell-external-point-words):
17988 Use local var buffer-scan-pos to advance scan for next misspelling.
17989 Advance it only after we find the misspelling.
17990
17991 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17992
17993 * textmodes/flyspell.el (flyspell-external-point-words):
17994 New criteria for finding the misspelling in the buffer.
17995
17996 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17997
17998 * help-mode.el (help-insert-string): Set help-xref-stack-item
17999 rather than call help-setup-xref.
18000
18001 * descr-text.el (describe-char): Revert previous changes for
18002 optional buffer argument.
18003
18004 2005-12-27 Juri Linkov <juri@jurta.org>
18005
18006 * help-mode.el (help-insert-string): New function. Save buffer
18007 contents in cases where it is impossible to recompute the old contents.
18008
18009 * descr-text.el (describe-char): Set help-xref-stack-item
18010 explicitly after buffer has been generated.
18011
18012 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18013
18014 * cus-start.el (all): Add x-gtk-show-hidden-files.
18015
18016 2005-12-26 Richard M. Stallman <rms@gnu.org>
18017
18018 * replace.el (perform-replace): Calculate match-again
18019 before skipping read-only matches.
18020
18021 * paren.el (paren-showing-faces): New group.
18022 (show-paren-match, show-paren-mismatch): Move to that group.
18023
18024 * button.el (button): Put into group `basic-faces'.
18025
18026 * progmodes/make-mode.el: Remove faces from group `faces'.
18027
18028 * apropos.el (apropos, apropos-value): Doc fix.
18029 (apropos-documentation): Doc fix.
18030
18031 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * subr.el (lazy-completion-table): Remove argument `args'.
18034
18035 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18036 Don't use the `args' argument of lazy-completion-table.
18037
18038 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18039
18040 * descr-text.el (describe-char): Add optional argument for buffer.
18041 Set buffer appropriately. Call help-setup-xref.
18042 Suggested by Stefan Monnier.
18043
18044 2005-12-26 Juri Linkov <juri@jurta.org>
18045
18046 * descr-text.el: Require `help-fns' at runtime. Don't require
18047 `button' for byte compilation.
18048 (describe-text-widget): Add `help-echo' for first button.
18049 Use `help-info' for second.
18050 (describe-property-list): Use `help-argument-name' instead of `italic'.
18051 (describe-text-category): Add prompt to interactive spec.
18052 Call `help-setup-xref'.
18053 (describe-char): Use `help-character-set'. Add `help-echo' for
18054 code point. Use `help-input-method'. Remove superfluous insert.
18055
18056 2005-12-25 Richard M. Stallman <rms@gnu.org>
18057
18058 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18059 at point, in case of narrowing.
18060
18061 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18062
18063 * locate.el (locate-header-face): Allow nil in type.
18064
18065 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18066
18067 2005-12-25 Romain Francoise <romain@orebokech.com>
18068
18069 * battery.el (battery-linux-proc-acpi): Also try
18070 `/proc/acpi/thermal_zone/THM0/temperature'.
18071
18072 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18073
18074 * custom.el (custom-push-theme): Fix docstring.
18075
18076 * cus-edit.el (custom-variable-set, custom-variable-save)
18077 (custom-variable-save): Custom-quote widget values.
18078 (customize-save-variable): Fix custom-push-theme call.
18079
18080 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18081
18082 * w32-fns.el (w32-batch-update-autoloads): New function.
18083
18084 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18085 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18086 from the command line.
18087
18088 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18089
18090 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18091 reset means to remove setting from theme entirely. Don't keep
18092 expanding theme-settings list; delete old entries if necessary.
18093
18094 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18095 customization" button one line up.
18096 (custom-themed): New face.
18097 (custom-magic-alist): New value, THEMED, for theme settings.
18098 (custom-variable-state-set, custom-face-state-set):
18099 Check theme-value instead of saved-value.
18100 (custom-variable-reset-standard, custom-face-reset-standard):
18101 Remove theme setting entirely. Recalculate new values.
18102 (custom-variable-set, custom-variable-set)
18103 (custom-variable-reset-saved, custom-variable-reset-backup)
18104 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18105 (custom-variable-save): Fix typos.
18106
18107 2005-12-23 Juri Linkov <juri@jurta.org>
18108
18109 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18110 Add autoload cookies.
18111 (edebug-outside-d-c-i-n-s-w): New variable.
18112 (edebug-display, edebug-outside-excursion): Use it to save the
18113 original value of default-cursor-in-non-selected-windows.
18114 Set default-cursor-in-non-selected-windows to t while Edebug
18115 is active.
18116 (edebug-mode, edebug-eval-mode): Doc fix.
18117
18118 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18119 with `buffer-substring-no-properties' to remove common substring
18120 highlighting.
18121
18122 * info.el (info-other-window, info): Rename function argument
18123 `file' to `file-or-node'.
18124 (Info-complete-menu-item): Use local variable `complete-nodes' to
18125 keep the global value of `Info-complete-nodes' unchanged for
18126 subsequent completions.
18127 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18128
18129 * simple.el (get-next-valid-buffer, last-buffer)
18130 (next-error-buffer-p, next-error-find-buffer)
18131 (minibuffer-history-sexp-flag): Doc fix.
18132
18133 * savehist.el (savehist-mode-hook): Add `:group'.
18134
18135 * log-view.el: Call autoload for vc-find-version.
18136 (log-view-current-file): Adjust subgroup numbers.
18137 (log-view-current-tag): Add `length'.
18138
18139 2005-12-23 Richard M. Stallman <rms@gnu.org>
18140
18141 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18142
18143 2005-12-23 Juri Linkov <juri@jurta.org>
18144
18145 * hi-lock.el (hi-lock-archaic-interface-message-used)
18146 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18147 (hi-lock-mode): Display "Hi" in the mode line only when
18148 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18149 (hi-lock-write-interactive-patterns):
18150 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18151 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18152 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18153 font-lock-add-keywords to t.
18154
18155 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18156
18157 * hi-lock.el (hi-lock-highlight-range): New variable.
18158 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18159 only if font-lock-fontified is non-nil. Remove overlays.
18160 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18161 font-lock-fontified is non-nil, otherwise use overlays (instead of
18162 text properties).
18163 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18164 New variables.
18165 (hi-lock-string-serialize): New function.
18166
18167 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18168
18169 * menu-bar.el (menu-find-file-existing): New function.
18170 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18171
18172 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18173
18174 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * vc.el: Remove unnecessary leading * in docstrings.
18177 (vc-annotate-mode-map): Move initialization into declaration.
18178 (vc-static-header-alist): Nitpick on the regexp.
18179 (vc-default-init-version): New fun.
18180 (vc-register): Use it.
18181 (vc-insert-headers): Use dolist.
18182 (vc-annotate-get-backend): Remove unused function.
18183 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18184 (vc-annotate-mode): Remove corresponding call.
18185 (vc-annotate-car-last-cons): Simplify.
18186 (vc-annotate-buffers): Remove var.
18187 (vc-annotate-backend): Make it buffer-local.
18188 (vc-annotate): Move the interaction to the interactive spec.
18189 Add a `buf' argument.
18190 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18191 killing&creating a vc-annotate buffer, which is very disruptive when
18192 the buffers are shown in dedicated frames.
18193
18194 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18195
18196 * descr-text.el: Add FSF as maintainer.
18197 (describe-text-mode, describe-text-mode-map)
18198 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18199 help-mode.
18200 (describe-text-widget, describe-text-sexp)
18201 (describe-property-list, describe-text-category)
18202 (describe-text-properties, describe-text-properties-1)
18203 (describe-char): Use help buttons instead of widgets.
18204 (describe-char-unicodedata-file): Make URL link in doc string.
18205
18206 2005-12-22 Richard M. Stallman <rms@gnu.org>
18207
18208 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18209 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18210 Don't include buttons that write a file when there's no file.
18211 (custom-variable-menu, custom-face-menu, custom-group-menu):
18212 Don't include commands that write a file when there's no file.
18213 (customize-browse): Reword the top-of-buffer help intro.
18214 (custom-buffer-create-internal): Fix previous change.
18215 (customize-changed-options-previous-release): Prev release is 21.1.
18216 (customize-changed-options): Doc fix.
18217 (customize-changed): New alias.
18218 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18219 Say "standard values".
18220 (Custom-reset-standard): Doc fix.
18221 (custom-face-reset-standard): Doc fix.
18222
18223 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18226 even if font-lock-mode is non-nil since it may be t without having
18227 turned on font-lock-mode-internal.
18228 (font-lock-choose-keywords): Minor optimization.
18229 (font-lock-add-keywords, font-lock-remove-keywords)
18230 (font-lock-set-defaults): Don't call make-local-variable on a variable
18231 that we know to already be local.
18232
18233 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18234
18235 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18236 messages if in the minibuffer.
18237
18238 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18241 (tex-mode-flyspell-verify, flyspell-get-word)
18242 (flyspell-external-point-words): Don't use point-min/max uselessly.
18243
18244 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18245 by Kevin Rodgers. Instead, just hide the completions buffer if we
18246 don't need to show it.
18247
18248 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18249
18250 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18251
18252 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18253
18254 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18255 delete-windows-on with an inexistent buffer.
18256
18257 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18258
18259 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18260 Delete defcustom variable :tag names.
18261
18262 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18263
18264 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18265 (log-view-font-lock-keywords): Ajust subgroup numbers.
18266 (log-view-current-tag): Don't hard code the number of subgroups.
18267
18268 2005-12-20 Juri Linkov <juri@jurta.org>
18269
18270 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18271 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18272
18273 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18274 (menu-bar-non-minibuffer-window-p): Instead of checking
18275 display-multi-frame-p, use selected-frame when menu-updating-frame
18276 is nil.
18277
18278 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18279
18280 * align.el (align-rules-list): Use [ \t] instead of \s-
18281 for column separators in text mode.
18282
18283 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18284
18285 * help-mode.el (help-customize-variable, help-customize-face):
18286 Don't pop help-xref-stack as help-follow no longer pushes
18287 anything on to it.
18288
18289 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18290
18291 * textmodes/org.el (org-agenda-custom-commands): New option.
18292 (org-agenda): Offer custom commands on splash screen.
18293 (org-make-tags-matcher): Parser for Boolean logic added.
18294 (org-agenda-set-tags): New command.
18295 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18296 (org-set-tags): Efficiency improvements.
18297 (org-auto-align-tags): New option.
18298 (org-todo, org-demote, org-promote): Realign tags.
18299 (org-tags-completion-function): Use also "&" and "|" as separators.
18300 (org-org-menu): Agenda commands simplified.
18301
18302 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18303
18304 * cus-edit.el (customize-apropos, customize-apropos-options):
18305 Docstring changes.
18306
18307 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18308
18309 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18310
18311 * longlines.el (longlines-mode): Wrap while widened.
18312 (longlines-decode-region, longlines-encode-region): Compute max
18313 just once.
18314
18315 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18316
18317 * cus-edit.el (mac): New group.
18318
18319 * cus-start.el (all): Add user options in macterm.c. Add test for
18320 Mac-related built-ins. Fix test for GTK-related built-ins.
18321
18322 * term/mac-win.el (mac-handle-language-change)
18323 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18324 (mac-services-open-selection, mac-services-mail-selection)
18325 (mac-services-mail-to, mac-services-insert-text)
18326 (mac-dispatch-apple-event): Add docstrings.
18327 (x-get-selection, mac-select-convert-to-string): Select coding
18328 system from `utf-16be' and `utf-16le' using `byteorder'.
18329
18330 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18333 a "list" (lambda ...) rather than a real completion list.
18334
18335 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18336 lexical-let when encountering ((lambda (...) ...) ...).
18337
18338 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18339
18340 * progmodes/sh-script.el (sh-mode):
18341 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18342 * textmodes/picture.el (picture-mode): Update docstrings.
18343
18344 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18345
18346 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18347 commands enclosed in $(ARGQUOTE)s should not be split between two
18348 lines, as that will break with GNU Make >3.80, when sh.exe is used
18349 and arg quoting is with '..'.
18350 (autoloads): Don't break the quoted --eval expression between
18351 several lines.
18352
18353 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18354
18355 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18356 Capture error from printing circular structures.
18357
18358 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18359
18360 * wid-edit.el (widget-checkbox-action): Clear undo info.
18361
18362 2005-12-16 Bill Wohler <wohler@newt.com>
18363
18364 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18365 bar, not menubar in comment.
18366
18367 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18370 After-change-functions should not clobber the match data.
18371
18372 2005-12-16 Juri Linkov <juri@jurta.org>
18373
18374 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18375 instead of `buffer-substring'.
18376 (completion-common-substring): Doc fix.
18377 (completion-setup-function): Use minibuffer-completion-contents
18378 instead of minibuffer-contents. Don't set common-string-length
18379 initially. Remove special handling of partial-completion-mode.
18380 Move computation of completion-base-size into one cond.
18381 Call completion-base-size-function in mainbuf. In computation of
18382 completion-base-size for file name completion don't move point to
18383 the end of the minibuffer. Move computation of common-string-length
18384 into one cond. Start putting faces only when common-string-length>=0.
18385 Add condition to put completions-common-part when
18386 common-string-length>0.
18387
18388 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18389 place point at the first different character in the minibuffer
18390 even if this position is at the beginning of the minibuffer.
18391
18392 * info.el (Info-read-node-name-1): In completion-base-size-function's
18393 lambda return 1 if common-substring or minibuffer-completion-contents
18394 starts with (, and 0 otherwise.
18395
18396 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18397 Use `crm-current-element' for second arg of `display-completion-list'.
18398
18399 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18400
18401 * files.el (set-auto-mode): Look for an interpreter specified on
18402 the first line also if search for mode specification succeeded,
18403 but the mode is not known.
18404
18405 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18406
18407 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18408 (org-open-at-point): Implement tag searches as links.
18409 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18410 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18411 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18412 (org-agenda-dispatch): New commands.
18413 (org-use-tag-inheritance, org-tags-column): New options.
18414 (org-tab-follows-link, org-return-follows-link): New options.
18415 (org-tags): New customize group.
18416 (org-start-icalendar-file): Get local time zone.
18417 (org-tags-completion-function): New function.
18418 (org-set-font-lock-defaults): Make sure links will also be
18419 highlighted inside headlines.
18420
18421 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18422
18423 * term.el (term-emulate-terminal):
18424 Let term-handle-ansi-terminal-messages override what Bash says about
18425 its current directory.
18426
18427 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18428
18429 * bindings.el (last-buffer): Move to simple.el.
18430 * simple.el (last-buffer): Move here.
18431 (get-next-valid-buffer): New function.
18432 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18433 (prev-buffer): Ditto. Rename to `previous-buffer'.
18434
18435 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18436 * bindings.el (global-map): Ditto.
18437
18438 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18439
18440 * cus-edit.el: Introductory comment change.
18441 (custom-magic-alist): Change message string for the `rogue' state.
18442
18443 2005-12-15 Richard M. Stallman <rms@gnu.org>
18444
18445 * tooltip.el: Delete defcustom variable :tag names.
18446
18447 * complete.el (partial-completion-mode): Doc fix.
18448
18449 * textmodes/flyspell.el (flyspell-external-point-words):
18450 Use save-excursion to ensure we don't move backward in the
18451 search loop, not even one character.
18452 (flyspell-delete-all-overlays): Use remove-overlays directly.
18453
18454 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18455 (ispell-start-process): Set that variable.
18456 Clear ispell-buffer-local-name.
18457 (ispell-internal-change-dictionary):
18458 Set ispell-current-dictionary after killing process.
18459 (ispell-buffer-local-dict):
18460 Don't set spell-personal-dictionary after killing process.
18461 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18462 (ispell-tex-skip-alists, ispell-html-skip-alists)
18463 (ispell-skip-region-alist): Mark as risky.
18464
18465 * net/newsticker.el (newsticker--retrieval-timer-list)
18466 (newsticker--display-timer, newsticker-running-p)
18467 (newsticker-ticker-running-p): Definitions moved up.
18468
18469 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18470
18471 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18472
18473 2005-12-15 David Ponce <david@dponce.com>
18474
18475 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18476 (recentf-edit-list, recentf-open-files): Signal an error when
18477 there is no recent file.
18478
18479 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18480
18481 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18482 read-only except for texinfo-format-region evaluation.
18483
18484 2005-12-14 Richard M. Stallman <rms@gnu.org>
18485
18486 * vc.el (vc-default-previous-version, vc-default-next-version)
18487 (vc-do-command): Doc fixes.
18488
18489 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18490
18491 * textmodes/bibtex.el (bibtex-expand-strings)
18492 (bibtex-autokey-expand-string, bibtex-name-part)
18493 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18494 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18495 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18496 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18497 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18498 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18499 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18500 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18501 (bibtex-beginning-of-last-entry): Remove.
18502 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18503 message if comma is missing but buffer is read-only.
18504 (bibtex-parse-field-text): Handle whitespaces at the end of field
18505 text. Return 3-element list with beginning and end of field text
18506 and end of field.
18507 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18508 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18509 (bibtex-search-forward-field, bibtex-search-backward-field):
18510 Search always delimited by limits of entry. Use more efficient
18511 search algorithms.
18512 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18513 bibtex-end-of-name-in-field.
18514 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18515 extracting the content of a field.
18516 (bibtex-text-in-field): Use search limits.
18517 (bibtex-parse-string-prefix): Handle empty string keys based on
18518 bibtex-string-empty-key.
18519 (bibtex-parse-string): Fix docstring.
18520 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18521 (bibtex-preamble-prefix, bibtex-strings): New functions.
18522 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18523 BibTeX entries (consistent with other BibTeX functions).
18524 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18525 (bibtex-search-entry): Fix docstring. Simplify.
18526 (bibtex-flash-head, bibtex-complete-string-cleanup)
18527 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18528 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18529 (bibtex-parse-entry): New optional arg content.
18530 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18531 Use bibtex-text-in-field-bounds.
18532 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18533 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18534 bibtex-parse-string-postfix.
18535 (bibtex-find-text-internal): New function.
18536 (bibtex-remove-delimiters): Use it.
18537 (bibtex-find-text): Use it. New optional arg help.
18538 (bibtex-complete): Handle BibTeX string and preamble entries.
18539 (bibtex-Preamble): Fix order of closing delimiters.
18540
18541 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * vc.el (vc-default-revert): New fun.
18544
18545 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18546
18547 2005-12-14 Romain Francoise <romain@orebokech.com>
18548
18549 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18550 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18551 (font-lock-remove-keywords): Likewise.
18552
18553 2005-12-14 Juri Linkov <juri@jurta.org>
18554
18555 * log-view.el (log-view-diff): Doc fix.
18556
18557 * isearch.el (isearch-query-replace): Use (mark) instead of
18558 isearch-opoint if mark is active in transient-mark-mode.
18559
18560 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18561
18562 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18563
18564 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18565
18566 * progmodes/cpp.el (cpp-face): New widget.
18567 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18568
18569 2005-12-14 Juri Linkov <juri@jurta.org>
18570
18571 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18572 around `erase-buffer' and `insert'.
18573
18574 * descr-text.el (describe-text-properties): Replace buffer name
18575 "*Help-2*" with "*Help*<2>".
18576 (describe-char): Add functions print-help-return-message,
18577 toggle-read-only. Use help-setup-xref with nil to not store
18578 describe-char in help-xref-stack. Use help-make-xrefs to
18579 make [back] button.
18580
18581 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18582
18583 * wdired.el (wdired-old-point): New internal variable.
18584 (wdired-change-to-wdired-mode): Set it buffer-locally.
18585 (wdired-abort-changes): Restore point after aborting changes.
18586
18587 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * vc.el (vc-do-command): Add a new value t for okstatus.
18590
18591 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18592 frame in case of errors.
18593
18594 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18595
18596 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18597 so it comes after "On the Left" in the menu.
18598
18599 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18600
18601 * cus-edit.el (customize-apropos, customize-apropos-options)
18602 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18603
18604 2005-12-12 Bill Wohler <wohler@newt.com>
18605
18606 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18607 non-writable Subversion-controlled files by saving window
18608 configuration before calling vc-do-command. vc-do-command calls
18609 pop-to-buffer on error which is unexpected during registration.
18610
18611 2005-12-12 Jay Belanger <belanger@truman.edu>
18612
18613 * calc/README: Update the summary of changes.
18614
18615 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * descr-text.el (describe-char): Rework last fix to solve the problem
18618 is the same way it's solved for everything else in that function
18619 (i.e. by extracting the info before setting up the *Help* buffer).
18620
18621 2005-12-12 Kim F. Storm <storm@cua.dk>
18622
18623 * subr.el (version-regexp-alist): Allow space as separator before
18624 non-numeric part, e.g. "1.0 alpha".
18625 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18626
18627 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18628
18629 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18630 Implement Logging and the keep-modes setting.
18631 (org-get-category): Make sure a string is returned.
18632 (org-log-done): New function.
18633 (org-log-done, org-closed-string): New options.
18634
18635 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18636
18637 * tooltip.el (tooltip-y-offset): Change default to 20.
18638
18639 2005-12-12 Richard M. Stallman <rms@gnu.org>
18640
18641 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18642
18643 * frame.el (display-hourglass): Doc fix.
18644
18645 * help.el (help-for-help-internal): Simplify entry for `a'.
18646
18647 * info.el (Info-on-current-buffer): Doc fix.
18648 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18649
18650 * startup.el (inhibit-splash-screen): Make this the real name.
18651 (inhibit-startup-message): Make this the alias.
18652 (command-line): Find only simple.el, and use its directory
18653 to fill in other preloaded files' names.
18654 (command-line): Deactivate the mark if deactivate-mark is set.
18655
18656 * international/mule.el (load-with-code-conversion):
18657 Bind deactivate-mark.
18658
18659 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18660
18661 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18662
18663 * cus-edit.el (customize-apropos): Avoid listing an option more
18664 than once under different aliases. No longer list user options
18665 that are not defined with defcustom (unless a prefix arg is given).
18666 Doc fix.
18667 (customize-apropos-options): Doc fix.
18668
18669 2005-12-11 Juri Linkov <juri@jurta.org>
18670
18671 * frame.el (set-background-color, set-foreground-color)
18672 (set-cursor-color, set-mouse-color, set-border-color):
18673 Add explicit prompts to read colors by `facemenu-read-color'.
18674 (show-trailing-whitespace, blink-cursor-delay)
18675 (blink-cursor-interval, display-hourglass, hourglass-delay):
18676 Remove tags.
18677 (display-hourglass, hourglass-delay): Doc fix.
18678 (cursor-in-non-selected-windows): Capitalize words in tag.
18679
18680 * faces.el (frame-background-mode): Replace `choice-item' keywords
18681 with `const' to not make [default] button. Change default value tag
18682 from `default' to `automatic'. Doc fix.
18683 (trailing-whitespace) <defface>: Change group `whitespace' to
18684 `whitespace-faces'.
18685
18686 2005-12-11 Richard M. Stallman <rms@gnu.org>
18687
18688 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18689
18690 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18691
18692 * term/mac-win.el: Create keymap for mac-apple-event-map.
18693
18694 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18695
18696 * tooltip.el (tooltip-mode): Move to start of file so that it
18697 appears at top of customize buffer.
18698
18699 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18700 Add the gud groupname.
18701 (gud-tooltip-mode): Add the tooltip groupname.
18702 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18703 avoid conflict with tooltip-use-echo-area.
18704
18705 2005-12-10 Romain Francoise <romain@orebokech.com>
18706
18707 * help.el (help-for-help-internal): Add `r' in doc string.
18708
18709 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18710
18711 * align.el (align-regexp, align-highlight-rule):
18712 Use region-beginning and region-end instead of point and mark, so that
18713 repetition (with `repeat-complex-command') recomputes the region
18714 bounds.
18715
18716 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18717
18718 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18719 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18720 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18721 (balance-windows): Rewrite using the above new functions.
18722
18723 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18724
18725 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18726 react if global-hi-lock-mode seems intended.
18727 (global-hi-lock-mode): Renamed from hi-lock-mode.
18728 (hi-lock-archaic-interface-message-used)
18729 (hi-lock-archaic-interface-deduce): New variables.
18730 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18731 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18732 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18733 Replace hi-lock-buffer-mode with hi-lock-mode.
18734
18735 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18736
18737 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18738 completion list, even after a partial completion has been
18739 inserted in the current buffer. If there are more than 1
18740 completion, redisplay the *Completions* buffer; if the
18741 completion is unique, delete the *Completions* window.
18742
18743 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18744
18745 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18746 strings and long subject lines that were broken into multiple
18747 lines at arbitrary places. Handle subjects that have "Re: " in
18748 the middle.
18749
18750 2005-12-10 John W. Eaton <jwe@octave.org>
18751
18752 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18753 comments or strings if octave-auto-indent is nil.
18754
18755 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18756
18757 * term/mac-win.el: Require url when compiling.
18758 Call mac-process-deferred-apple-events after loading init files.
18759 (mac-apple-event-map): New defvar. Define event handlers in it.
18760 (core-event, internet-event): New Apple event class symbols.
18761 (open-application, reopen-application, open-documents)
18762 (print-documents, open-contents, quit-application)
18763 (application-died, show-preferences, autosave-now, get-url):
18764 New Apple event ID symbols.
18765 (about): New HICommand ID symbol.
18766 (mac-event-spec, mac-event-ae): New macros.
18767 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18768 (mac-ae-selection-range, mac-ae-text-for-search)
18769 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18770 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18771 and Services menu events are now defined in mac-apple-event-map.
18772 (mac-drag-n-drop): Remove selection range handling.
18773
18774 2005-12-10 Kenichi Handa <handa@m17n.org>
18775
18776 * simple.el (zap-to-char):
18777 * isearch.el (isearch-process-search-char): Translate CHAR by
18778 translation-table-for-input.
18779
18780 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18781
18782 * foldout.el (foldout-exit-fold): Properly hide subtree.
18783
18784 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18785
18786 * files.el (save-buffer):
18787 * international/ucs-tables.el (ucs-set-table-for-input):
18788 * mail/mail-extr.el (mail-extract-address-components):
18789 * mail/sendmail.el (mail-mode): Reformat doc string.
18790
18791 2005-12-09 Juri Linkov <juri@jurta.org>
18792
18793 * isearch.el (isearch-highlight): Change main overlay priority
18794 from 1 to 1001. Simplify.
18795 (isearch-lazy-highlight-update): Change lazy overlay priority
18796 from 0 to 1000.
18797
18798 * replace.el (replace-highlight): Change overlay priority from
18799 1 to 1001.
18800
18801 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18802 Change overlay priority from 1 to 1001. Reuse existing overlay.
18803
18804 * compare-w.el (compare-windows-highlight): Change overlay
18805 priority from 1 to 1000.
18806
18807 * menu-bar.el (menu-bar-edit-menu): Add listp around
18808 pending-undo-list to disable menu item "undo" when pending
18809 undo list is empty.
18810
18811 * locate.el (locate): Disable undo in *Locate* buffer.
18812
18813 2005-12-09 Kim F. Storm <storm@cua.dk>
18814
18815 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18816
18817 2005-12-09 David Ponce <david@dponce.com>
18818
18819 * recentf.el: Improvement of the menu code.
18820 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18821 instead of menu hook.
18822 (recentf-show-menu, recentf-hide-menu): New functions.
18823 (recentf-menu-customization-changed, recentf-mode): Use them.
18824 (recentf-menu-action, recentf-max-menu-items)
18825 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18826 (recentf-arrange-by-rule-others)
18827 (recentf-arrange-by-rules-min-items)
18828 (recentf-arrange-by-rule-subfilter): Don't use
18829 `recentf-menu-customization-changed'.
18830 (recentf-arrange-rules): Likewise. Accept functions to compute
18831 sub-menu titles.
18832 (recentf-menu-filter): Likewise. Doc fix.
18833 (recentf-menu-value-shortcut): Doc fix.
18834 (recentf-dump-variable): Quote atom value.
18835 (recentf-make-menu-items): Update to use it as a menu filter.
18836 (recentf-match-rule): New function.
18837 (recentf-arrange-by-rule): Use it.
18838 (recentf-indirect-mode-rule): New function.
18839 (recentf-build-mode-rules): Use it.
18840 (recentf-dir-rule): New function.
18841 (recentf-arrange-by-dir): Use it.
18842 (recentf-filter-changer-current): Rename from
18843 `recentf-filter-changer-state'. All references updated.
18844 (recentf-filter-changer-alist): Update filter names.
18845 (recentf-filter-changer-select): New function.
18846 (recentf-filter-changer): Use it. Make a sub-menu from filters
18847 available in `recentf-filter-changer-alist'.
18848 (recentf-data-cache, recentf-clear-data)
18849 (recentf-update-menu): Remove. All references updated.
18850 (recentf-match-rule-p, recentf-build-dir-rules)
18851 (recentf-filter-changer-goto-next)
18852 (recentf-filter-changer-get-current)
18853 (recentf-filter-changer-get-next): Remove.
18854
18855 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18856
18857 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18858 buffer "Reset" button to "Reset to Current" for consistency with
18859 the State buttons.
18860
18861 2005-12-08 John Paul Wallington <jpw@pobox.com>
18862
18863 * ibuf-ext.el (define-ibuffer-filter filename):
18864 If `dired-directory' is a list then really use its car.
18865
18866 2005-12-08 Kim F. Storm <storm@cua.dk>
18867
18868 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18869 Fix indention of text on right side of replaced rectangle.
18870
18871 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18872
18873 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18874 No need to check gud-comint-buffer is bound.
18875 (gdb): Prevent multiple debugging when first session uses gdba.
18876
18877 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18878
18879 CC Mode update to 5.31.
18880
18881 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18882 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18883 We might do this function properly in the future).
18884
18885 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18886 New macros c-sentence-end and c-default-value-sentence end, to cope
18887 with Emacs 22's new function `sentence-end'.
18888
18889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18890
18891 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18892 compat issue using `c-put-overlay' and `c-delete-overlay'.
18893
18894 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18895 New compat macros to handle overlays/extents.
18896
18897 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18898
18899 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18900 (for GNU Emacs 20.4).
18901
18902 * progmodes/cc-defs.el
18903 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18904
18905 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18906 highlighting mechanism so it will work in XEmacs too.
18907
18908 * progmodes/cc-defs.el: Insert c-int-to-char.
18909
18910 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18911 call to the new macro c-int-to-char. This solves XEmacs's
18912 regarding characters as different from integers.
18913
18914 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18915
18916 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18917 New internal helper.
18918
18919 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18920 construct to make the indirect face lookup work in XEmacs.
18921
18922 (c-cpp-matchers): Append the negation char face to the existing
18923 fontification, so that the cpp face doesn't disappear.
18924 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18925 and strings.
18926
18927 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18928 to map to `font-lock-negation-char-face' in emacsen where it exists.
18929
18930 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18931
18932 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18933
18934 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18935 Rename "c-subword-move-mode" as "c-subword-mode".
18936
18937 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18938 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18939
18940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18941
18942 * progmodes/cc-mode.el: Added autoload directive for
18943 `c-subword-move-mode' for use in older emacsen.
18944
18945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18946
18947 * progmodes/cc-mode.el:
18948 (i): Insert a binding for C-c C-backspace into
18949 c-bind-special-erase-keys which works in TTYs.
18950 (ii): Make sure that when file styles are used, any explicitly
18951 given style variables take priority over those in the style.
18952 Do this by calling `hack-local-variables' a second time.
18953
18954 * progmodes/cc-vars.el: Add language specific customization
18955 widgets for AWK to c-doc-comment-style, c-require-final-newline
18956 and c-default-style. Add a defcustom for awk-mode-hook.
18957 Give c-syntactic-element and c-syntactic-context doc-strings by
18958 directly setting their `variable-documentation' propery.
18959 This allows Emacs 22.1 to read these with C-h v.
18960
18961 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18962
18963 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18964
18965 * progmodes/cc-fonts.el, cc-vars.el
18966 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18967 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18968 Masatake YAMATO.
18969
18970 (c-doc-comment-style): Made GtkDoc default in C mode.
18971
18972 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18973 and C-c C-<delete>.
18974
18975 (c-bind-special-erase-keys): New function for use on
18976 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18977
18978 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18979 <delete> key behavior in XEmacs according to `delete-forward-p'.
18980 C.f. `c-electric-delete'.
18981
18982 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18983
18984 * progmodes/cc-mode.el: Give c-hungry-backspace and
18985 c-hungry-delete-forward permanent key bindings.
18986
18987 * progmodes/cc-cmds.el (c-electric-semi&comma):
18988 Bind c-syntactic-context for calls to "criteria functions", for
18989 consistency with other calls to user functions.
18990
18991 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18992 `current-prefix-arg', since this might be the prefix arg to a
18993 command which calls c-indent-command as a function. Change the
18994 interactive spec from "p" to "P".
18995
18996 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18997 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18998 was difficult to understand.
18999
19000 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19001
19002 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19003 first char of an identifier.
19004
19005 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19006 +" syntax in C++.
19007
19008 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19009
19010 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19011 auto-fill doesn't split a c-comment's last word from a hanging
19012 "*/" when a space is typed between them after fill-column.
19013
19014 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19015
19016 * progmodes/cc-styles.el (c-set-style)
19017 (c-setup-paragraph-variables): Abort the command if we're not in a
19018 CC Mode buffer.
19019
19020 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19021 with blank comment-prefix, and a blank line as the comment's
19022 second line.
19023
19024 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19025
19026 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19027 Incorporate the patterns added in the Emacs development branch
19028 for the new Emacs 22 face `font-lock-negation-char-face'.
19029
19030 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19031 of "red" since it stands out better in xterms and DOS terminals.
19032
19033 * progmodes/cc-engine.el (c-literal-faces):
19034 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19035
19036 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19037
19038 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19039 forcibly enable c-electric-flag.
19040
19041 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19042 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19043 after the comment-prefix of a C-style comment will close that comment.
19044
19045 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19046
19047 * progmodes/cc-fonts.el (c-basic-matchers-before)
19048 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19049 in Pike.
19050
19051 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19052 digraphs.
19053
19054 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19055 (c-cpp-message-directives, c-cpp-include-directives)
19056 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19057 (c-cpp-expr-directives): Introduce new language constants to
19058 control cpp syntax in a cleaner way.
19059
19060 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19061
19062 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19063
19064 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19065 (c-multiline-string-start-char): New language constants and
19066 variables to specify how newlines in string literals work.
19067
19068 (c-font-lock-invalid-string): Use them.
19069
19070 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19071 unbalanced close brace is entered. Optimization by avoiding going
19072 back over arbitrarily large blocks. Removed hints that this
19073 function only would be relevant/useful in AWK.
19074
19075 (c-electric-brace): Indent syntactically after the cleanups since
19076 lineup functions might do it differently then.
19077
19078 * progmodes/cc-engine.el, cc-langs.el
19079 (c-opt-op-identifier-prefix): New language constant and variable.
19080
19081 (c-just-after-func-arglist-p, c-after-special-operator-id)
19082 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19083
19084 * progmodes/cc-align.el, cc-engine.el
19085 (c-after-special-operator-id): New helper to handle C++ operator
19086 identifiers.
19087
19088 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19089 (c-guess-basic-syntax): Handle C++ operator identifiers in
19090 declarations.
19091
19092 * progmodes/cc-langs.el (c-assignment-operators): Add the
19093 trigraph version of ^= too.
19094
19095 * progmodes/cc-langs.el (c-assignment-operators): Add the
19096 trigraph version of |= in C++.
19097
19098 * progmodes/cc-fonts.el (c-font-lock-declarators):
19099 Handle `c-decl-hangon-kwds' after the identifier name.
19100
19101 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19102 whether an arglist is "nonempty", ignore a comment after the open
19103 paren if it isn't followed by a non-comment token on the same line.
19104
19105 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19106 Enable heuristics below the point to cope with classes inside special
19107 brace lists in Pike.
19108
19109 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19110
19111 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19112
19113 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19114
19115 * progmodes/cc-guess.el (cc-guess-install): New function to
19116 install an already guessed style in another buffer.
19117
19118 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19119 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19120 anyway if the change always is undone.
19121
19122 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19123
19124 Implement togglable electricity:
19125
19126 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19127 saying when it should be used.
19128
19129 * progmodes/cc-engine.el: Add the new buffer-local variable,
19130 c-electric-flag.
19131
19132 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19133 c-toggle-auto-newline.
19134
19135 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19136 c-toggle-auto-newline. Remove the binding for
19137 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19138 c-toggle-electric-state.
19139
19140 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19141
19142 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19143 c-\(forward\|backward\)-subword.
19144 (c-update-modeline): Add the new modeline flag `l' for
19145 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19146 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19147 Make the old name an alias of the new name.
19148 (c-toggle-electric-state): New function.
19149 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19150 Adapt these functions to do electric things only when
19151 c-electric-flag is non-nil.
19152 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19153 new functions from c-electric-brace.
19154 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19155 mode, so that the tentative extra newline doesn't change the
19156 syntax of the following brace.
19157 (c-electric-brace): Restructure by extracting the above functions.
19158 Tidy up the coding somewhat.
19159 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19160 restructure a bit.
19161
19162 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19163
19164 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19165 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19166
19167 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19168 (c-submode-indicators): Change name from `c-auto-hungry-string'
19169 since it's now used to track another submode.
19170
19171 (c-update-modeline): Convert to function and extended to check
19172 `c-subword-move-mode'.
19173
19174 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19175 Convert to compat aliases for `c-forward-subword' and
19176 `c-backward-subword'.
19177
19178 * progmodes/cc-subword.el: New functions and minor mode to handle
19179 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19180
19181 (c-forward-subword, c-backward-subword, c-mark-subword)
19182 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19183 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19184 Functions corresponding to the standard word handling functions.
19185
19186 (c-subword-move-mode): Minor mode that replaces all the standard
19187 word handling functions with their subword equivalences.
19188
19189 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19190
19191 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19192 entry for one-liner-defun.
19193
19194 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19195 name in its def-edebug-spec.
19196
19197 * progmodes/cc-cmds.el (c-electric-brace): Make the
19198 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19199 compacts space before a comment, if this will make things fit on
19200 one line.
19201
19202 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19203
19204 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19205
19206 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19207 clean-up one-liner-defun.
19208
19209 * progmodes/cc-styles.el: Add the new "awk" style.
19210
19211 * progmodes/cc-vars.el: Add description of one-liner-defun to
19212 c-cleanup-list's doc-string. New user options,
19213 c-max-one-liner-length. In c-default-style, set the default style
19214 for AWK to "awk".
19215
19216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19217
19218 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19219 macros inside labels.
19220
19221 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19222 `c-at-statement-start-p' and `c-at-expression-start-p'.
19223
19224 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19225 error if the mark isn't set.
19226
19227 * progmodes/cc-engine.el (c-guess-continued-construct)
19228 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19229 accurately detect functions inside functions.
19230
19231 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19232 like `c-at-statement-start-p' that additionally recognizes commas
19233 and expression parentheses as delimiters.
19234
19235 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19236 to avoid heuristics that doesn't work for unclosed blocks.
19237 (c-at-statement-start-p): New function.
19238
19239 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19240 Objective-C directives, e.g. directives spanning lines should work
19241 reasonably well now.
19242
19243 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19244
19245 (c-forward-objc-directive): New function to move over any ObjC
19246 directive.
19247
19248 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19249 (c-basic-matchers-before): Use it.
19250
19251 (c-font-lock-objc-iip-decl): Remove.
19252
19253 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19254 in the template arglist recognition.
19255
19256 * progmodes/cc-styles.el (c-style-alist): Fix several
19257 inconsistencies in the Whitesmith style.
19258
19259 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19260 New lineup function to get lines after Whitesmith style blocks
19261 correctly indented.
19262
19263 (c-lineup-whitesmith-in-block): Back out the compensation for
19264 opening parens since it's done using `add' lists in the style
19265 definition instead. Don't use the anchor position since it varies
19266 too much between the syntactic symbols. :P
19267
19268 * progmodes/cc-vars.el (c-valid-offset): Update.
19269
19270 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19271 lists where the offsets are combined according to several
19272 different methods: `first', `min', `max', and `add'.
19273 Report offset evaluation errors with `c-benign-error' so that some kind
19274 of reindentation still is done.
19275
19276 * progmodes/cc-engine.el (c-guess-basic-syntax):
19277 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19278 `arglist-close'.
19279
19280 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19281 situations for `arglist-cont-nonempty' and `arglist-close'.
19282
19283 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19284
19285 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19286 cc-bytecomp-boundp' in a number of places.
19287
19288 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19289 macro related issue.
19290
19291 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19292
19293 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19294 list is now [asdf], a char class [:alpha:].
19295 Include code for char classes.
19296 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19297 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19298
19299 Remove (nearly all of) the cruft associated with AWK Mode's former
19300 concept of "virtual semicolons":
19301
19302 Adapt c-beginning-of-statement, c-end-of-statement (together with
19303 subfunctions) to use the new notion of "virtual semicolon" in
19304 place of the old awkward special handling for AWK. There remains
19305 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19306 * progmodes/cc-cmds.el:
19307 (c-ascertain-adjacent-literal): In the backwards direction, now
19308 recognises AWK regexp delimiters as string delimiters.
19309 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19310 check more rigorously for "end of macro".
19311 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19312 virtual semicolons;
19313 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19314 out the code for forward movement into ...
19315 (c-end-of-statement): Now contains the code for forward movement,
19316 adapted for virtual semicolons.
19317
19318 * progmodes/cc-engine.el:
19319 (c-ws*-string-limit-regexp): New regexp.
19320 (c-forward-single-comment, c-backward-single-comment): Comment out
19321 the (now redundant) "special" AWK stuff.
19322
19323 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19324 c-string-par-start, c-string-par-separate to be more like Text
19325 Mode than Fundamental Mode.
19326
19327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19328
19329 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19330 to the fontified region so that fontification doesn't occur
19331 outside it (could happen e.g. when fontifying a line with an
19332 unfinished declaration).
19333
19334 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19335
19336 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19337 start of the file. ^L now separate sections of the file.
19338 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19339 (c-awk-one-line-possibly-open-string-re)
19340 (c-awk-regexp-one-line-possibly-open-char-class-re)
19341 (c-awk-one-line-possibly-open-regexp-re)
19342 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19343 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19344
19345 Amend the concept of "virtual semicolons" (in the indentation
19346 engine) for languages like AWK, such that they are now
19347 conceptually attached to end of the last token of a statement, not
19348 the end of the line. (In AWK Mode, however, the pertinent text
19349 property is still physically set on the EOL.) Remove the specific
19350 tests for awk-mode, thus facilitating the introduction of other
19351 language modes where EOLs can end statements.
19352 (Note: The funtionality in cc-cmds.el, specifically
19353 c-beginning/end-of-statement has yet to be amended.)
19354
19355 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19356 New macros.
19357
19358 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19359 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19360 c-vsemi-status-unknown-p-fn (in a new page).
19361
19362 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19363 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19364 numerous awkward forms like
19365 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19366 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19367 variable before-ws-ip, the place just after char-before-ip appears.
19368
19369 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19370 a comment.
19371
19372 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19373
19374 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19375 `c-tentative-buffer-changes'.
19376
19377 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19378 convert to macro to choose between Emacs and XEmacs at compile time.
19379
19380 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19381
19382 (c-tentative-buffer-changes): New macro to handle temporary buffer
19383 changes in a convenient way.
19384
19385 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19386 for `c-tentative-buffer-changes'.
19387
19388 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19389 the checks for paren sexps between the point and the keyword, to
19390 avoid some false alarms.
19391
19392 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19393 Fixed a situation where an error could be thrown for unbalanced
19394 parens. Changed to make use of c-keyword-member' to avoid some
19395 repeated regexp matches.
19396
19397 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19398 These language variable are no longer necessary.
19399
19400 (c-block-stmt-kwds): New language constant used by
19401 c-looking-at-inexpr-block'.
19402
19403 (c-guess-basic-syntax): Remove an optional check that looked at
19404 the existence of the now removed language variables.
19405
19406 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19407 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19408 object instantiation expressions as declarations in some contexts.
19409 This bug only affected languages where the declarator can't be
19410 enclosed in parentheses.
19411
19412 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19413 insert newlines before and after substatement braces.
19414
19415 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19416 function declaration headers and the handling of C++ style member
19417 init lists.
19418
19419 (c-just-after-func-arglist-p): Rewritten to use
19420 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19421
19422 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19423
19424 (c-guess-basic-syntax): Adapt case 5B for the new
19425 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19426 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19427 covers all cases now).
19428
19429 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19430
19431 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19432
19433 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19434 c-string-par-start/separate c-sentence-end-with-esc-eol,
19435 initialised in c-setup-paragraph-variables, used in string
19436 scanning subroutines of c-beginning-of-statement.
19437
19438 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19439 which precedes the newly inserted `{'.
19440
19441 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19442
19443 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19444 function for declaration level blocks. It should now cope with
19445 templates better and also be a lot more comprehensible.
19446
19447 (c-looking-at-decl-block): The new function.
19448
19449 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19450 for compatibility.
19451
19452 (c-add-class-syntax, c-guess-continued-construct)
19453 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19454
19455 (c-decl-block-key): Change to tell apart ambiguous and
19456 unambiguous keywords. Pike specials are now handled directly in
19457 the code instead.
19458
19459 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19460 New language constants and variables to make the backward skip in
19461 `c-looking-at-decl-block' as tight as possible.
19462
19463 (c-nonsymbol-token-char-list): New language constant.
19464
19465 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19466 find balanced template arglists backwards.
19467
19468 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19469 making char classes for `c-syntactic-skip-backward'.
19470
19471 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19472 16D - can't be a class-close at that point.
19473
19474 * progmodes/cc-engine.el (c-guess-basic-syntax)
19475 (c-add-class-syntax): Don't narrow out the enclosing declaration
19476 level. This makes everything a lot easier, and it was actually
19477 only four small places that needed it to work. Some places that
19478 previously did `widen' are removed now, which has the effect that
19479 `c-guess-basic-syntax' never will look at things outside the
19480 current narrowment now. The anchor position for `topmost-intro'
19481 is affected by this, but it was so bogus it was basically useless
19482 before, and now it's equally bogus but in a slightly different way.
19483
19484 (c-narrow-out-enclosing-class): Gone.
19485
19486 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19487 the narrowed region.
19488
19489 (c-least-enclosing-brace): Remove silly optional argument.
19490
19491 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19492 the point could be left directly after an open paren when finding
19493 the beginning of the first decl in the block.
19494
19495 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19496 Specify which submatch to use.
19497
19498 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19499
19500 (c-decl-start-re): No longer any need for special treatment of
19501 ObjC due to the above.
19502
19503 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19504 presumably follows C in that regard.
19505
19506 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19507 New language constants to specify operator tokens inside
19508 identifiers in a more high level way.
19509
19510 (c-opt-identifier-prefix-key): New internal language constant.
19511
19512 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19513 (c-identifier-start, c-identifier-key): Now completely calculated
19514 from other constants.
19515
19516 (c-identifier-last-sym-match): Decommission since it's no longer used.
19517
19518 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19519
19520 * progmodes/cc-engine.el (c-forward-name): Remove the
19521 optimization when c-identifier-key is equal to c-symbol-key since
19522 it doesn't work in byte compiled files. Don't record empty
19523 regions as identifiers.
19524
19525 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19526 simplify access to `c-operators' and its likes.
19527
19528 (c-operator-list, c-all-op-syntax-tokens)
19529 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19530 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19531 (c-primary-expr-regexp, c-cast-parens): Use it.
19532
19533 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19534 an explicit language in functions.
19535
19536 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19537 variant of adornment.
19538
19539 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19540 variable.
19541
19542 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19543 the Pike value.
19544
19545 * progmodes/cc-engine.el (c-on-identifier)
19546 (c-simple-skip-symbol-backward): Small fix for handling "-"
19547 correctly in `skip-chars-backward'. Affected the operator lfun
19548 syntax in Pike.
19549
19550 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19551 diagnostic message about precompiled language vars not being used.
19552
19553 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19554 "__attribute__" is followed by a parenthesis.
19555
19556 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19557 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19558 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19559
19560 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19561 Internal cleanups to properly detect the declared identifiers in
19562 various declarations.
19563
19564 (c-decl-start-kwds): New language constant to recognize
19565 declarations that can start anywhere. Used for class declarations
19566 in Pike.
19567
19568 (c-specifier-key, c-not-decl-init-keywords)
19569 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19570 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19571
19572 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19573 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19574 handling of the compiler specific extension keywords into a new
19575 language constant `c-decl-hangon-kwds' that defines keyword
19576 clauses to be ignored in declarations.
19577
19578 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19579 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19580 Necessary to stop at the declared identifier in e.g. IDL valuetype
19581 declarations.
19582
19583 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19584 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19585 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19586 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19587 class and enum declarations as such and not as part of the type.
19588
19589 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19590 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19591
19592 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19593 declarations when there's some syntax error later on.
19594
19595 (c-complex-decl-matchers): Did away with a reference to
19596 `c-specifier-key'.
19597
19598 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19599 value - this variable is always dynamically bound.
19600
19601 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19602 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19603 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19604 functions that might do hidden buffer changes: All such internal
19605 functions are now marked instead of those that don't.
19606
19607 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19608 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19609 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19610 (c-literal-type): Allow these functions to make hidden buffer changes,
19611 so that they are free to use text property caching later on.
19612
19613 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19614 (c-electric-brace, c-electric-slash, c-electric-star)
19615 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19616 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19617 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19618 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19619 with the changed semantics of the functions above.
19620
19621 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19622 when macros occur in obscure places. Optimized the sexp movement
19623 a bit.
19624
19625 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19626
19627 Enhancements for c-beginning-of-statement to work in AWK Mode:
19628
19629 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19630 (completed statement) with `}' (statement completed by closing
19631 brace or semicolon) and `$' (statement completed by EOL).
19632
19633 (c-awk-virtual-semicolon-ends-prev-line-p)
19634 (c-awk-virtual-semicolon-ends-line-p)
19635 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19636 (c-awk-at-statement-end-p): New functions.
19637
19638 * progmodes/cc-cmds.el: Simplify the structure of functions
19639 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19640 two functions and c-beginning-of-statement to handle AWK Mode.
19641
19642 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19643 c-backward-single-comment for AWK mode. Attempt to clarify their
19644 doc-strings.
19645
19646 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19647
19648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19649
19650 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19651 label handling. Labels are now recognized in a uniform and more
19652 robust way, regardless of context. Text properties are put on all
19653 labels to recognize the following declarations better.
19654 Multiword labels are handled both in indentation and fontification for
19655 the benefit of language extensions like Qt. For consistency, keywords
19656 in labels are now fontified with the label face instead.
19657 That also applies to "case" and "default".
19658
19659 (c-beginning-of-statement-1): Fix some bugs in the label
19660 handling. Disregard `c-nonlabel-token-key' in labels that begin
19661 with `c-label-kwds'.
19662
19663 (c-find-decl-spots): Support that the callback adds more
19664 `c-decl-end' spots to find.
19665
19666 (c-forward-decl-or-cast-1): Don't treat a list of plain
19667 identifiers followed by a colon as a declaration.
19668
19669 (c-forward-label): New function to recognize labels.
19670
19671 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19672 `c-forward-label'. Moved the label recognition cases (14 and 15)
19673 earlier since they aren't so context sensitive now. Handle labels
19674 on the top level gracefully. Moved access label recognition to
19675 the generic label case (CASE 15) - removed CASE 5E.
19676
19677 (c-font-lock-declarations): Add recognition of labels in the
19678 same round since we need to handle labels in parallell with other
19679 declarations to recognize both accurately. It should also improve
19680 speed.
19681
19682 (c-simple-decl-matchers, c-basic-matchers-after):
19683 Move `c-font-lock-labels' so that it only is used on decoration level 2
19684 since `c-font-lock-declarations' handles it otherwise.
19685
19686 (c-complex-decl-matchers): Remove the simplistic recognition of
19687 access labels.
19688
19689 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19690 with labels earlier.
19691
19692 (c-decl-start-re): New language variable to make
19693 `c-font-lock-declarations' stop for the special protection labels
19694 in Objective-C that start with `@'.
19695
19696 (c-label-key): Remove since it's no longer used.
19697
19698 (c-recognize-colon-labels, c-label-prefix-re): New language
19699 constants to support recognition of generic colon-terminated labels.
19700
19701 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19702 are colon terminated labels.
19703
19704 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19705 first argument starts with a special brace list.
19706
19707 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19708 (c-font-lock-declarations): Break out the declaration and cast
19709 recognition from `c-font-lock-declarations' to a new function, so
19710 that it can be used in the indentation engine.
19711
19712 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19713 up to the start of the literal. Fixed bug with the point on the
19714 wrong side of the search limit that could happen when the start
19715 position is inside a literal.
19716
19717 * progmodes/cc-engine.el (c-parse-state)
19718 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19719 so that it's kept a little bit back to increase the hit rate.
19720
19721 (c-parse-state): Change the macro handling and fixed some
19722 glitches. Macro context is checked more often than necessary now,
19723 but otoh less garbage conses are generated.
19724
19725 * progmodes/cc-engine.el (c-parse-state)
19726 (c-invalidate-state-cache): Cache the last position where
19727 `c-state-cache' applies. This can speed up refontification quite
19728 a bit in blocks where there are many non-brace parens before the point.
19729
19730 (c-state-cache-end): New variable for this.
19731
19732 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19733 cache variable.
19734
19735 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19736 get close initial continue positions when the start position is
19737 inside a literal or macro. Do not call the callback for spots
19738 before the start position (which can happen e.g. for `c-decl-end'
19739 spots inside comments). Optimize better in special cases when the
19740 region is a single line inside a literal or macro (typically when
19741 the current line is refontified).
19742
19743 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19744 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19745 entries from the paren state.
19746
19747 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19748 special case for "else if" clauses.
19749
19750 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19751 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19752
19753 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19754 New language variable to recognize the gcc extension with statement
19755 blocks inside expressions.
19756
19757 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19758 it somewhat more comprehensible. The argument AT-BLOCK-START is
19759 no longer used and hence removed.
19760
19761 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19762 to `c-add-stmt-syntax'.
19763
19764 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19765 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19766 This fixes bogus label recognition.
19767
19768 * progmodes/cc-engine.el (c-add-type, c-check-type)
19769 (c-forward-name, c-forward-type): Improve storage of template
19770 types in `c-found-types' so that they can be recognized better.
19771
19772 (c-syntactic-content): Add option to skip past nested parens.
19773
19774 * progmodes/cc-engine.el (c-forward-name):
19775 Set `c-last-identifier-range' all the time. It's less work that way.
19776 Handle that there might not be an identifier to store in
19777 `c-last-identifier-range'.
19778
19779 (c-forward-type): Handle that `c-last-identifier-range' might be
19780 nil from `c-forward-name'.
19781
19782 * progmodes/cc-defs.el (c-safe-scan-lists)
19783 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19784
19785 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19786 to work even if the form fails.
19787
19788 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19789 down in a large file in one go.
19790
19791 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19792
19793 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19794 function which is like `c-lineup-math' but returns nil instead of
19795 `c-basic-offset' when it doesn't match.
19796
19797 (c-lineup-math): Change to use `c-lineup-assignments'.
19798
19799 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19800
19801 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19802 c-beginning-of-statement. New subfunctions
19803 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19804
19805 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19806
19807 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19808 hardcoded char classes whereever possible. Changed a couple of
19809 places to use skip by syntax instead of skip by char class.
19810
19811 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19812 Fix a bug in the regexp that caused extreme backtracking.
19813
19814 * progmodes/cc-langs.el (c-block-comment-starter)
19815 (c-block-comment-ender): New language constants to specify in a
19816 single place how block comments look.
19817
19818 (c-comment-start-regexp, c-block-comment-start-regexp)
19819 (comment-start, comment-end, comment-start-skip)
19820 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19821 (c-syntactic-ws, c-nonempty-syntactic-ws)
19822 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19823 `c-line-comment-starter', `c-block-comment-starter' and
19824 `c-block-comment-ender'.
19825
19826 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19827 New language constants to break up things a bit.
19828
19829 (c-simple-ws): New language constant for simple whitespace.
19830
19831 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19832
19833 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19834 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19835 newlines. Allow and ignore nil elements in the list.
19836
19837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19838
19839 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19840 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19841
19842 * progmodes/cc-cmds.el: Tidy up the comments in
19843 c-beginning-of-statement and subfunctions.
19844
19845 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19846 more flexible c-put-char-property and c-clear-char-properties.
19847 Add the author's email address.
19848
19849 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19850
19851 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19852 closing "*/" of a block comment.
19853
19854 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19855 subfunctions) so that it works at BOB and EOB.
19856
19857 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19858 c-beginning-of-statement, including new variable
19859 c-block-comment-start-regexp.
19860
19861 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19862
19863 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19864 symbols from `*-font-lock-extra-types' so that there's no need to
19865 use `regexp-opt' on those lists.
19866
19867 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19868 `c-type-modifier-kwds' is empty.
19869
19870 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19871 there are several strings on the same line.
19872
19873 * progmodes/cc-engine.el (c-literal-limits): Remove the
19874 compatibility function for older emacsen. `c-literal-limits-fast'
19875 has now taken the place of this function.
19876
19877 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19878 with older emacsen: We now require `pps-extended-state'.
19879
19880 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19881
19882 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19883 which obviates the need to hack sentence-end. This now handles
19884 escaped newlines in strings correctly. Correct minor bugs in
19885 c-move-over-sentence and in c-beginning-of-statement.
19886
19887 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19888 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19889 that movement over macros and code are rigorously separated from
19890 eachother. Correct a few incidental bugs.
19891
19892 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19893 Improve its doc-string. Improve the handling of certain specific cases.
19894
19895 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19896
19897 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19898 (c-guess-basic-syntax): Change the way class-level labels are
19899 recognized; they can now contain essentially any symbols.
19900
19901 (c-opt-extra-label-key): New language variable to cope with the
19902 special protection label syntax in Objective-C.
19903
19904 (c-opt-access-key): Remove; this is now handled better by
19905 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19906
19907 (c-complex-decl-matchers): Update to handle that
19908 `c-opt-access-key' no longer exists.
19909
19910 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19911 improved label recognition in `c-beginning-of-statement-1'.
19912
19913 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19914 Recognize bitfields better.
19915
19916 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19917 Remove some cruft and fixed a bug that could cause it to go to a
19918 position further down.
19919
19920 * progmodes/cc-langs.el, cc-engine.el
19921 (c-beginning-of-statement-1): Improve detection of labels in
19922 declaration contexts.
19923
19924 (c-beginning-of-decl-1): Use it.
19925
19926 (c-nonlabel-token-key): New language constant and variable needed
19927 by `c-beginning-of-statement-1'.
19928
19929 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19930 manifested itself due to the correction in `c-forward-sexp'.
19931
19932 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19933 Make these behave as documented when used at the buffer limits.
19934
19935 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19936 (c-type-decl-end-used): Made this a language variable.
19937
19938 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19939 correctly when `combine-after-change-calls' is used together with
19940 temporary narrowings.
19941
19942 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19943 Report labels correctly when the start point is immediately after the
19944 colon.
19945
19946 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19947 Remove since it isn't used anymore.
19948
19949 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19950 bracket arglists such as template parens in C++.
19951
19952 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19953 in the last check-in. Some optimization.
19954
19955 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19956 where it could stop at the same level in a preceding sexp when
19957 PAREN-LEVEL is set.
19958
19959 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19960 text property lookup only when it's needed.
19961
19962 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19963 Change the policy for paren marked angle brackets to be more
19964 persistent; once marked they remain marked even when they're found
19965 to be unbalanced in the searched region. This should keep the
19966 paren syntax around even when individual lines are refontified in
19967 multiline template arglists.
19968
19969 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19970 to control markup so that incorrect angle bracket arglists aren't
19971 marked in contexts where the correct value for
19972 `c-disallow-comma-in-<>-arglists' isn't known.
19973
19974 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19975 argument has become `c-parse-and-markup-<>-arglists'.
19976
19977 (c-remove-<>-arglist-properties): Remove - no longer used.
19978
19979 (c-after-change-check-<>-operators): New function used on
19980 `after-change-functions' to avoid that "<" and ">" characters that
19981 are part of longer operators have paren syntax.
19982
19983 (c-<>-multichar-token-regexp): New language variable used by
19984 `c-after-change-check-<>-operators'.
19985
19986 (c-after-change): Call `c-after-change-check-<>-operators'.
19987
19988 (c-font-lock-<>-arglists): Use the context properties set by
19989 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19990 correctly to avoid doing invalid markup.
19991
19992 (c-font-lock-declarations): Remove code that undoes the invalid
19993 markup done by `c-font-lock-<>-arglists'.
19994
19995 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19996 after `c-font-lock-declarations'.
19997
19998 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19999 Add paren-level feature.
20000
20001 (c-guess-basic-syntax): Improve the anchor position for
20002 `template-args-cont' in nested template arglists. There's still
20003 much to be desired in this area, though.
20004
20005 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20006
20007 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20008 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20009
20010 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20011
20012 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20013 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20014
20015 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20016 it doesn't work no longer are supported.
20017
20018 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20019 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20020 requires support for the syntax-table' text property, which rules
20021 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20022 cruft associated with those versions.
20023
20024 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20025 for the `syntax-table' text property, which rules out Emacs 19 and
20026 XEmacs < 21.4. Removed various compatibility cruft associated
20027 with those versions.
20028
20029 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20030 support for the `syntax-table' text property.
20031
20032 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20033 variable and use an extra quoted face name instead. All the
20034 emacsen flavors handle that correctly.
20035
20036 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20037 (c-font-lock-declarators, c-font-lock-declarations)
20038 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20039 property to mark the items in in declarator lists to handle
20040 refontification inside multiline declarations better.
20041
20042 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20043 construct like "a * b = c;" as a declaration.
20044
20045 2005-12-08 Kim F. Storm <storm@cua.dk>
20046
20047 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20048 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20049 select either meta, hyper, or super modifier for rectangle commands.
20050 (cua--rectangle-modifier-key): New defvar.
20051 (cua--M/H-key): Use it. Remove special case for `space'.
20052 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20053 on X, to meta otherwise. Always bind C-return to toggle
20054 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20055
20056 * emulation/cua-rect.el (cua-help-for-rectangle):
20057 Use cua--rectangle-modifier-key. Handle super modifier too.
20058 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20059 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20060
20061 * ido.el: Move Acknowledgements and History after Commentary.
20062 Minor changes to Commentary.
20063
20064 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20065 keymap if cua--prefix-override-timer is `shift'.
20066 (cua--shift-control-prefix): New function; emulate "type prefix
20067 key twice" functionality to handle shifted prefix key override.
20068 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20069 New commands.
20070 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20071
20072 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20073
20074 * textmodes/org.el (org-insert-heading): Try to do items before
20075 headings.
20076 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20077 (org-insert-item): New function.
20078 (org-renumber-ordered-list): Don't skip to higher level lists.
20079
20080 2005-12-08 Juri Linkov <juri@jurta.org>
20081
20082 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20083
20084 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20085
20086 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20087
20088 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20089 the constructed function name fun-1.
20090
20091 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20092 because such links don't lead to parent documentation.
20093
20094 2005-12-08 Kenichi Handa <handa@m17n.org>
20095
20096 * descr-text.el (describe-char): Use *Help-2* buffer if the
20097 current buffer is *Help*. Call describe-text-properties while
20098 setting the original buffer.
20099
20100 2005-12-07 Bill Wohler <wohler@newt.com>
20101
20102 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20103 and causes problems with non-MH users (such as Gnus users).
20104
20105 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20106
20107 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20108 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20109 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20110 command "info sources". Move calls to GDB command "list".
20111 (gdb-find-file-hook): Just use gdb-source-file-list.
20112 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20113 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20114 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20115 (gdb-data-list-register-values-handler): Use correct trigger name.
20116
20117 2005-12-07 Kim F. Storm <storm@cua.dk>
20118
20119 * ido.el (ido-completion-map): Rename from ido-mode-map.
20120 (ido-common-completion-map, ido-file-completion-map)
20121 (ido-file-dir-completion-map, ido-buffer-completion-map):
20122 Rename from ido-mode-....-map.
20123 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20124 (ido-setup-completion-map): Rename from ido-define-mode-map.
20125 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20126 to ido-completion-map.
20127
20128 2005-12-07 Kenichi Handa <handa@m17n.org>
20129
20130 * international/mule-cmds.el
20131 (set-display-table-and-terminal-coding-system): If the coding
20132 system specified in `unibyte-display' property is different from
20133 the arg coding-system, don't setup standard-display-table.
20134
20135 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20136
20137 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20138 that comments end at \n, regardless of selective-display.
20139
20140 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20141
20142 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20143 (gdb-version): New variables.
20144 (gdb-source-file-list, gdb-register-names)
20145 (gdb-changed-registers): New variables for use with GDB 6.4+.
20146 (gdb-ann3): Replace with...
20147 (gdb-init-1, gdb-init-2): ...two new functions.
20148 (gdba, gdb-prompt): Call gdb-init-1.
20149 (gdb-get-version): New function. Call gdb-init-2 from here.
20150 (gud-watch): Make it work with mouse events too.
20151 (gdb-post-prompt): Don't add to queue until GDB version is known.
20152 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20153 (gdb-locals-mode): Use gdb-version.
20154 (gdb-memory-format-map, gdb-memory-unit-map)
20155 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20156 (gdb-locals-font-lock-keywords-1)
20157 (gdb-locals-font-lock-keywords-2): New variables.
20158 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20159 (gdb-set-gud-minor-mode-existing-buffers-1)
20160 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20161 (gdb-var-update-1, gdb-var-update-handler-1)
20162 (gdb-data-list-register-values-handler)
20163 (gdb-data-list-register-values-custom)
20164 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20165 (gdb-stack-list-locals-handler, gdb-get-register-names):
20166 New functions for use with GDB 6.4+.
20167 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20168 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20169 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20170 (gdb-stack-list-locals-regexp)
20171 (gdb-data-list-register-names-regexp): New regexps for use with
20172 GDB 6.4+.
20173
20174 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20175
20176 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20177
20178 2005-12-06 Nozomu Ando <nand@mac.com>
20179
20180 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20181 prompts work for AUTH PLAIN. Also reported by Steve Allan
20182 <seallan@verizon.net>.
20183
20184 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20185
20186 * frame.el (set-frame-parameter): Add doc string.
20187
20188 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20189
20190 * textmodes/org.el (org-occur-highlights): New variable.
20191 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20192 (org-highlight-sparse-tree-matches): New option.
20193 (org-do-occur): New function.
20194 (org-get-heading): Make it work also at beginning of line.
20195 (org-category-table): New variable.
20196 (org-get-category-table, org-get-category)
20197 (org-camel-to-words, org-link-search): New functions.
20198 (org-select-this-todo-keyword): New variable.
20199 (org-todo-list): New command.
20200 (org-shiftright, org-shiftleft): New commands.
20201 (org-agenda-todo): Add prefix argument.
20202 (org-show-hierarchy-above): New option.
20203 (org-show-todo-tree): Numerical prefix creates tree for specific
20204 TODO keyword.
20205 (org-outline-level): New function, to assign a level to plain
20206 lists items.
20207 (org-cycle-include-plain-lists): New option.
20208 (org-mode): Use `org-outline-level' as value of `outline-level'.
20209 (org-cycle): Temporarily switch `outline-regexp' if
20210 `org-cycle-include-plain-lists' is non-nil.
20211 (org-start-icalendar-file): Fix format bug.
20212 (org-agenda-get-day-entries): Create category table.
20213 (org-agenda-get-todos, org-agenda-get-timestamps)
20214 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20215 (org-agenda-get-blocks): Use `org-get-category'.
20216 (org-context-in-file-links): Rename from
20217 `org-line-numbers-in-file-links'.
20218
20219 2005-12-06 Romain Francoise <romain@orebokech.com>
20220
20221 * window.el (balance-windows): Delete extraneous third arg in call
20222 to `enlarge-window'.
20223
20224 2005-12-06 Kenichi Handa <handa@m17n.org>
20225
20226 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20227
20228 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20229
20230 * progmodes/gdb-ui.el (gdb-var-create-handler)
20231 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20232 (gdb-var-list-children-handler, gdb-var-update-handler):
20233 Current buffer is already gdb-partial-output-buffer, don't
20234 make it current again.
20235
20236 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20237
20238 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20239 (list-buffers-noselect): Use it.
20240
20241 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20244 (mail-yank-ignored-headers): Use regexp-opt.
20245 (mail-mode-map): Move initialization into declaration.
20246 (mail-sent-via): Remove unused shadowed var `to-line'.
20247 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20248 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20249 (mail-do-fcc): Use dolist and push.
20250 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20251 (mail-yank-ignored-headers): Don't autoload.
20252
20253 2005-12-05 Kenichi Handa <handa@m17n.org>
20254
20255 * international/mule-cmds.el (set-language-info-internal): New fun.
20256 (set-language-info): Call set-language-info-internal to update
20257 language-info-alist. If LANG-ENV is the current one, call
20258 set-language-environment to make INFO effective now.
20259 (set-language-info-alist): Likewise.
20260 (locale-language-names): With locale "en", use English
20261 lang. env. but set the default codings to iso-8859-1.
20262
20263 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20264
20265 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20266 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20267 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20268 for plain strings.
20269 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20270 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20271 Create registers buffer if necessary. Echo new state in minibuffer.
20272 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20273
20274 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20275
20276 * info.el (Info-fontify-node): Match external links using
20277 non-directory part of filename.
20278
20279 2005-12-04 Juri Linkov <juri@jurta.org>
20280
20281 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20282 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20283 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20284 because there is no customization option for it.
20285
20286 * font-lock.el (lisp-font-lock-keywords-1):
20287 Add define-global-minor-mode.
20288
20289 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20290
20291 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20292 properties on the constructed variable names.
20293
20294 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20295 Put `definition-name' properties on the constructed function names
20296 next-sym and prev-sym.
20297
20298 * emacs-lisp/find-func.el (find-function-regexp):
20299 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20300 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20301 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20302 and easy-menu-define.
20303
20304 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20305 easy-mmode-define-global-mode and define-global-minor-mode.
20306 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20307
20308 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20309 instead of easy-mmode-define-global-mode.
20310
20311 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20312 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20313
20314 * cus-edit.el (customize-group, customize-group-other-window):
20315 Filter out autoloaded options from the group completion list by
20316 using heuristics that autoloaded groups don't have `custom-autoload'
20317 property on their symbols (they have only `custom-loads').
20318
20319 * simple.el (completion-setup-function): Put completions-common-part
20320 face on complete completion string too (i.e. completion string
20321 without completions-first-difference face).
20322
20323 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20324
20325 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20326
20327 * view.el (view-mode): Doc fix.
20328
20329 * disp-table.el (standard-display-european): Add to the warning
20330 message a reference to the doc string.
20331
20332 * play/yow.el (apropos-zippy): Call print-help-return-message,
20333 similar to other Help and Apropos commands.
20334
20335 * help.el (print-help-return-message): If pop-up-frames is
20336 non-nil, set up help-return-method to delete the help window and,
20337 possibly, its frame as well, and don't display message about
20338 scrolling the help window. Doc fix.
20339 (help-return-method): Doc fix.
20340
20341 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20342
20343 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20344 whereby names of length one or names starting with a
20345 symbol-constituent character would not be returned.
20346
20347 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20348
20349 * subr.el (atomic-change-group): Add edebug and indentation spec.
20350
20351 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20352
20353 * completion.el (save-completions-file-name): Fix typo in last change.
20354
20355 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20356
20357 * info.el: Move back/forward history to the beginning of the tool bar.
20358
20359 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20360
20361 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20362 Add fset of allout-real-isearch-abort during compile to fix
20363 byte-compilation warnings.
20364 (allout-mode-p): Move definition of this macro above all uses, or
20365 byte compilation in barren Emacs (eg, during Emacs build) will
20366 lack the definition.
20367 (allout-mode): Move this variable above any uses, or byte
20368 compilation will fail.
20369 (allout-resolve-xref): Remove use of personal file-reference function.
20370 (allout-toggle-current-subtree-encryption): Do the current (ie,
20371 visible containing) topic, rather than nearest around point. Doc fix.
20372 (allout-toggle-subtree-encryption): New function, workhorse that
20373 works on nearest topic containing point.
20374 (allout-encrypt-string): Signal requirement for newer version of pgg.
20375 (allout-resumptions): Doc fix.
20376
20377 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20378
20379 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20380
20381 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20382
20383 * textmodes/flyspell.el (flyspell-external-point-words):
20384 Consider a misspelling as found in the string search if: (a) misspelling
20385 and found string lengths match, or (b) misspelling is found as
20386 element in a boundary-chars separated longer string, or (c)
20387 ispell-program-name is really ispell and misspelling is found as
20388 part of a TeX string. After successful match move beginning of
20389 search region to end of match. Warn about not found misspellings
20390 once the process is done.
20391 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20392
20393 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20394
20395 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20396 tool bar (removed inadvertently).
20397
20398 2005-12-02 Juri Linkov <juri@jurta.org>
20399
20400 * log-view.el (log-view-diff): Clarify doc string.
20401
20402 2005-12-01 Bill Wohler <wohler@newt.com>
20403
20404 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20405 triggers lm-verify errors.
20406
20407 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20408
20409 * simple.el (transient-mark-mode, line-number-mode)
20410 (column-number-mode, size-indication-mode): Remove `:require nil'.
20411
20412 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20413
20414 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20415 in the margin also.
20416 (gdb-breakpoints-mode-map): Use D instead of d for
20417 gdb-delete-breakpoint.
20418 (gdb-get-frame-number): Require a number to match on.
20419 (gdb-threads-mode-map): Add follow-link binding.
20420
20421 2005-11-30 Jason Rumney <jasonr@gnu.org>
20422
20423 * isearch.el (isearch-mode-map): Avoid exiting search on
20424 language-change event.
20425
20426 2005-11-30 Romain Francoise <romain@orebokech.com>
20427
20428 * speedbar.el (speedbar-default-position): New defcustom.
20429 (speedbar-frame-reposition-smartly): Use it.
20430
20431 * dframe.el (dframe-reposition-frame-emacs): Fix position
20432 computation for `left' location.
20433 Update copyright year.
20434
20435 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20436
20437 * help.el (help-map): Move initialization into declaration.
20438
20439 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20440
20441 * help-fns.el (help-argument-name): Don't autoload.
20442 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20443 to be re-loaded when customizing the `help' group.
20444
20445 2005-11-30 John Paul Wallington <jpw@gnu.org>
20446
20447 * help-fns.el (describe-function-1): Fill arglist output.
20448
20449 2005-11-30 Kim F. Storm <storm@cua.dk>
20450
20451 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20452 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20453 after revert-buffer (or anything else which kills all local variables).
20454
20455 * apropos.el (apropos-parse-pattern): Doc fix.
20456 Set apropos-regexp directly, rather than expecting callers to do so.
20457 (apropos-command, apropos, apropos-value, apropos-documentation):
20458 Simplify calls to apropos-parse-pattern.
20459
20460 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20461
20462 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20463 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20464 (hi-lock-write-interactive-patterns): Use comment-region.
20465
20466 * longlines.el (longlines-mode): Add mail-setup-hook.
20467
20468 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20469
20470 * simple.el (sendmail-user-agent-compose, next-line):
20471 Conditionally use hard-newline.
20472
20473 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20474
20475 * international/latexenc.el (latex-inputenc-coding-alist):
20476 Reword doc string.
20477
20478 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20479
20480 * help.el (describe-key-briefly, describe-key): Recognize default
20481 bindings.
20482
20483 2005-11-29 Romain Francoise <romain@orebokech.com>
20484
20485 * view.el (view-inhibit-help-message): New defcustom.
20486 (view-mode-enter): Use it.
20487
20488 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20489
20490 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20491 Preserve user position.
20492
20493 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20494
20495 * font-lock.el: Throw error if facemenu is not loaded to prevent
20496 accidental change of loading order in loadup.el. (Suggested by RMS.)
20497
20498 * loadup.el: Add comment explaining why facemenu must be loaded
20499 before font-lock.
20500
20501 2005-11-28 Jay Belanger <belanger@truman.edu>
20502
20503 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20504 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20505
20506 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20507
20508 * calc/calc-embed.el (calc-do-embedded): Update help message.
20509
20510 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20511
20512 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20515
20516 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20517 called-interactively-p.
20518 (elp-profilable-p): Rename from elp-not-profilable-p.
20519 Invert result and take into account macros and autoloaded functions.
20520 (elp-instrument-function): Update call.
20521 (elp-instrument-package): Update call. Add completion.
20522 (elp-pack-number): Use match-string.
20523 (elp-results-jump-to-definition-by-mouse): Merge into
20524 elp-results-jump-to-definition and then remove.
20525 (elp-output-insert-symname): Make help echo text single-line.
20526
20527 * replace.el (query-replace-map): Move initialization into declaration.
20528 (occur-engine): Use with-current-buffer.
20529 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20530 (occur-mode-mouse-goto): Replace with an alias.
20531
20532 2005-11-28 Juri Linkov <juri@jurta.org>
20533
20534 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20535
20536 * term/w32-win.el: Bind [S-tab] to [backtab].
20537
20538 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20539 `Info-find-file' to t.
20540
20541 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20542 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20543 and same-window-regexps.
20544 (occur-next-error): Don't move point for arg 0.
20545
20546 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20547
20548 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20549
20550 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * log-edit.el (log-edit-changelog-use-first): New var.
20553 (log-edit-changelog-ours-p): Use it.
20554 (log-edit-insert-changelog): Set it with new arg `use-first'.
20555 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20556 (log-edit-hook): Add them to the list of suggested options.
20557
20558 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20559 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20560 redundant work.
20561 (flyspell-mode-on): Use add-hook for after-change-functions.
20562 (flyspell-mode-off): Use remove-hook for after-change-functions.
20563 (flyspell-changes): Make it buffer-local.
20564 (flyspell-after-change-function): Make it non-interactive. Use push.
20565 (flyspell-post-command-hook): Check input-pending-p while processing
20566 the potentially long list of buffer changes.
20567
20568 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20569
20570 * buff-menu.el (list-buffers-noselect): Display the selected
20571 frame's buffer list, not the global one.
20572
20573 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20574
20575 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20576 that (list last-input-event) works as in interactive spec.
20577
20578 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20579
20580 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20581 `facemenu-keymap' needs to be defined when font-lock is loaded.
20582 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20583
20584 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * completion.el: Remove useless leading * in defcustom docstrings.
20587 (save-completions-file-name): Use ~/.emacs.d if available.
20588 (completion-standard-syntax-table): Rename from
20589 cmpl-standard-syntax-table and fold initialization into declaration,
20590 thus removing cmpl-make-standard-completion-syntax-table.
20591 (completion-lisp-syntax-table, completion-c-syntax-table)
20592 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20593 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20594 (symbol-under-point, symbol-before-point)
20595 (symbol-under-or-before-point, symbol-before-point-for-complete)
20596 (add-completions-from-c-buffer): Use with-syntax-table.
20597 (make-completion): Don't return a list of completion entries.
20598 Update callers.
20599 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20600 (completion-initialize): Rename from initialize-completions.
20601 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20602 (kill-emacs-save-completions): Collect stats here.
20603 (save-completions-to-file, load-completions-from-file):
20604 Use with-current-buffer.
20605 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20606 into a function. Move all calls to toplevel.
20607 (completion-lisp-mode-hook): New fun.
20608 (completion-c-mode-hook, completion-setup-fortran-mode):
20609 Set the syntax-table here. Use local-set-key.
20610 (completion-saved-bindings): New var.
20611 (dynamic-completion-mode): Make it into a proper minor mode.
20612 (load-completions-from-file): Remove unused var `num-uses'.
20613
20614 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20615 constructor if it is explicitly overridden.
20616
20617 * complete.el (PC-completion-as-file-name-predicate):
20618 Use minibuffer-completing-file-name.
20619 (partial-completion-mode): Use find-file-not-found-functions.
20620 (PC-lisp-complete-symbol): Use with-syntax-table.
20621 (PC-look-for-include-file): Remove dead setq.
20622 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20623 (PC-complete): Use with-current-buffer.
20624
20625 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20626 escape single quotes.
20627
20628 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20629
20630 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20631 of `if' whose condition always returned nil. Doc fix.
20632
20633 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20634 window's buffer the current buffer around the call to
20635 `list-buffers-noselect'. This is necessary to mark that buffer
20636 with a `.' in the Buffer Menu when called from Lisp, for instance
20637 by Auto Revert Mode.
20638
20639 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20640
20641 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20642 attaching to it.
20643 (gdb-pre-prompt): Make sure gdb-error is reset.
20644
20645 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20646 with a child process, detect it.
20647 (gud-speedbar-buttons): Match regexp more carefully.
20648
20649 2005-11-27 Richard M. Stallman <rms@gnu.org>
20650
20651 * mouse.el (mouse-drag-move-window-bottom):
20652 Use adjust-window-trailing-edge.
20653
20654 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20655
20656 * simple.el (blink-matching-open): Ignore
20657 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20658 (blink-matching-paren-on-screen): Update docstring.
20659
20660 * paren.el (show-paren-mode): No longer change
20661 `blink-matching-paren-on-screen'.
20662
20663 2005-11-27 John Paul Wallington <jpw@pobox.com>
20664
20665 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20666 (gdb-threads-select, gdb-edit-register-value):
20667 Use `posn-set-point' instead of `mouse-set-point' because the
20668 latter is not fbound when configured without X.
20669
20670 2005-11-27 Kim F. Storm <storm@cua.dk>
20671
20672 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20673 existing face when partially highlighting a TAB in a rectangle.
20674
20675 2005-11-26 Kim F. Storm <storm@cua.dk>
20676
20677 * ido.el (ido-mode-map): Doc fix.
20678 (ido-mode-common-map, ido-mode-file-map)
20679 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20680 (ido-define-mode-map): Rewrite. Select one of the new maps as
20681 parent for ido-mode-map instead of building from scratch.
20682 (ido-init-mode-maps): New defun to initialize new maps.
20683 (ido-mode): Call it.
20684 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20685 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20686
20687 2005-11-26 John Paul Wallington <jpw@pobox.com>
20688
20689 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20690 `mouse-set-point' because the latter is not fbound when configured
20691 without X.
20692
20693 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20694
20695 * files.el (file-relative-name): Doc fix.
20696
20697 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20698
20699 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20700 non-empty string for secondary prompt PS2.
20701
20702 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20703
20704 * progmodes/compile.el (compilation-setup): Fix last change.
20705
20706 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20707
20708 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20709 (gdb-mouse-toggle-breakpoint-margin)
20710 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20711 Add gdb-server-prefix to keep out of command history.
20712 (gdb-edit-register-value): New function.
20713 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20714 (gdb-info-registers-custom): Use above map.
20715
20716 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20717
20718 * custom.el (enable-theme): Signal error if argument is not a
20719 theme. Don't recalculate a face if it's not loaded yet.
20720
20721 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20722 the `user' theme is in effect.
20723
20724 * info.el (Info-on-current-buffer): Record actual filename in
20725 Info-current-file, instead of t, or a fake filename if a non-file
20726 buffer. Make autoload.
20727 (Info-find-node, Info-revert-find-node): No need to check for
20728 Info-current-file nil.
20729 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20730 Info-current-file is now never `t'.
20731 (Info-fontify-node): Many simplifications due to Info-current-file
20732 always being valid. Use Info-find-file to find node filename.
20733
20734 2005-11-25 David Kastrup <dak@gnu.org>
20735
20736 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20737 new character, then delete" in order to preserve markers.
20738
20739 2005-11-25 David Ponce <david@dponce.com>
20740
20741 * recentf.el (recentf-arrange-by-rule): Handle a special
20742 `auto-mode-alist'-like "strip suffix" rule.
20743 (recentf-build-mode-rules): Handle second level auto-mode entries.
20744
20745 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20746
20747 * emulation/viper-keym.el (viper-ESC-key): Use different values
20748 in terminal and window modes.
20749
20750 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20751 add jde-javadoc-checker-report-mode.
20752
20753 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20754
20755 * ediff.el (ediff-date): Change the date of last update.
20756
20757 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20758
20759 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20760 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20761 (hi-lock-mode): New global minor mode.
20762 (turn-on-hi-lock-if-enabled): New function.
20763 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20764 Change arguments to regexp and face instead of a font-lock pattern.
20765 Directly set face property, instead of refontifying.
20766 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20767 (hi-lock-find-patterns): Use line-number-at-pos.
20768
20769 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20770 arguments for hi-lock-set-pattern.
20771 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20772 Call font-lock-fontify-buffer.
20773 (hi-lock-find-file-hook, hi-lock-current-line)
20774 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20775
20776 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20777 turned off.
20778
20779 * progmodes/compile.el (compilation-setup): Don't fiddle with
20780 font-lock-defaults.
20781
20782 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20783
20784 * progmodes/gdb-ui.el (gdb-var-create-handler)
20785 (gdb-var-list-children-handler): Find values for all variable
20786 objects. gud-speedbar-buttons decides whether to display them.
20787
20788 2005-11-24 Romain Francoise <romain@orebokech.com>
20789
20790 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20791 buffer name with a space.
20792
20793 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20794
20795 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20796 `org-export-local-list-max-depth'. Change default value to 3.
20797 (org-auto-renumber-ordered-lists)
20798 (org-plain-list-ordered-item-terminator): New options.
20799 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20800 (org-get-indentation, org-get-string-indentation)
20801 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20802 New functions.
20803 (org-move-item-down, org-move-item-up): New commands.
20804 (org-export-as-html): New classes for CSS support. Bug fix in
20805 regular expression detecting fixed-width regions. Respect
20806 `org-local-list-ordered-item-terminator'.
20807 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20808 also a list item.
20809 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20810 New item moving functions.
20811
20812 2005-11-24 Juri Linkov <juri@jurta.org>
20813
20814 * isearch.el (isearch-repeat): With empty search ring set
20815 `isearch-error' to the error string instead of signaling error
20816 with the function `error'.
20817
20818 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20819
20820 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20821
20822 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20823
20824 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20825 and variable.
20826 (gdb-var-create-handler, gdb-var-list-children-handler):
20827 Don't match on "char **...".
20828 (gdb-var-update-handler): Find values for all variable objects.
20829 (gdb-info-frames-custom): Identify frames by leading "#".
20830
20831 * progmodes/gud.el (gud-speedbar-menu-items): Add
20832 gdb-speedbar-auto-raise as radio button.
20833 (gud-speedbar-buttons): Raise speedbar if requested.
20834 Don't match on "char **...".
20835 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20836 Make it editable.
20837
20838 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20839
20840 * info.el (Info-fontify-node): Handle the case where
20841 Info-current-file is t.
20842
20843 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * simple.el (blink-matching-open): Fix off-by-one in last change.
20846
20847 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20848
20849 * term/mac-win.el: Don't change default directory.
20850
20851 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20852
20853 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20854 buffers correctly. (It used to throw an error in such buffers.)
20855 Make it ask for confirmation in group buffers and other Custom
20856 buffers containing more than one customization item.
20857
20858 2005-11-22 John Paul Wallington <jpw@gnu.org>
20859
20860 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20861 property on mail and url overlays.
20862 (goto-address-at-point): Use `posn-set-point' instead of
20863 `mouse-set-point' because the latter is not fbound when configured
20864 without X.
20865
20866 2005-11-22 Lars Hansen <larsh@soem.dk>
20867
20868 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20869 (ls-lisp-classify, ls-lisp-format): Delete call to
20870 ls-lisp-parse-symlink.
20871 (ls-lisp-handle-switches): Handle symlinks to directories as
20872 directories when ls-lisp-dirs-first in non-nil.
20873
20874 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20875
20876 * startup.el (command-line): Make sure that loaddefs.el is handled
20877 correctly in load-history.
20878
20879 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20880
20881 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20882 (gdb-struct-string, gdb-array-string): New constants.
20883 (gdb-info-locals-handler): Use them.
20884 (gdb-reset): Reset gdb-var-list to nil.
20885
20886 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20889 in patterns.
20890
20891 2005-11-21 Juri Linkov <juri@jurta.org>
20892
20893 * custom.el (defcustom): Update link types in docstring.
20894
20895 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20896
20897 * custom.el (defgroup): Add doc-string-elt info.
20898
20899 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20900
20901 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * newcomment.el (comment-enter-backward): Fix last fix.
20904
20905 * simple.el (blink-matching-open):
20906 * paren.el (show-paren-function): Allow new paren-class info.
20907
20908 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20909
20910 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20911 handled automagically.
20912
20913 2005-11-20 Andreas Schwab <schwab@suse.de>
20914
20915 * descr-text.el (describe-char): When copying overlays put them
20916 over the full char description instead of just the first character
20917 of it.
20918
20919 2005-11-20 Juri Linkov <juri@jurta.org>
20920
20921 * simple.el (what-cursor-position):
20922 * descr-text.el (describe-char): Use Lisp-readable syntax
20923 for octal and hex. Reorder decimal, octal and hex values.
20924 Remove excess whitespace in the output. Use `=' in `column='
20925 like in `point=' and `Hscroll='.
20926
20927 * international/mule-cmds.el (encoded-string-description):
20928 Use Lisp-readable syntax for hex.
20929
20930 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20931
20932 * newcomment.el (comment-enter-backward): Handle the case where the
20933 comment is closed by EOB.
20934
20935 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20936
20937 * longlines.el (longlines-before-revert-hook)
20938 (longlines-after-revert-hook): New functions.
20939 (longlines-mode): Turn off longlines temporarily when reverting.
20940 Add a message-setup-hook.
20941 (longlines-decode-buffer): New function.
20942 (longlines-wrap-line): Preserve marker positions.
20943
20944 2005-11-19 Andreas Schwab <schwab@suse.de>
20945
20946 * emacs-lisp/shadow.el: Handle compressed files.
20947
20948 2005-11-19 Romain Francoise <romain@orebokech.com>
20949
20950 * net/browse-url.el (browse-url-default-browser): Signal an error
20951 if no usable browser can be found, rather than try to load w3.
20952
20953 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20954
20955 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20956 replacing existing properties.
20957 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20958 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20959 tty specs.
20960 (rcirc-server-prefix, rcirc-server): New faces.
20961 (rcirc-url-regexp): Generate with rx macro.
20962 (rcirc-last-server-message-time): New variable.
20963 (rcirc-filter): Record time of last message.
20964 (rcirc-keepalive): Kill processes that did not send a message
20965 since the last ping.
20966 (rcirc-mode): Give rcirc-topic a local binding here.
20967
20968 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20969
20970 * subr.el (read-passwd): Fontify the prompt as we do with other
20971 prompts.
20972
20973 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20974
20975 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20976 binding buffer-read-only to nil.
20977
20978 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20979
20980 * complete.el (partial-completion-mode):
20981 Mention completion-auto-help in the doc string.
20982
20983 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20984 more Lisp-ish way.
20985
20986 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20987
20988 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20989 digits, not 8, to avoid misalignment for files larger than 100MB.
20990
20991 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20992
20993 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20994 Mention "keyboard shortcuts" in the help text.
20995
20996 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20997
20998 * startup.el (fancy-splash-default-action): Discard only
20999 mouse-down and succeeding mouse-up events in the splash screen
21000 window so that drag-n-drop event can be processed.
21001
21002 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21003
21004 * longlines.el (longlines-mode): Add hacks for mail-mode and
21005 message-mode.
21006
21007 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21008
21009 * textmodes/org.el (org-table-sort-lines): New command.
21010 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21011 (org-add-file): Command removed, use `org-agenda-file-to-front'
21012 instead.
21013 (org-export-icalendar): Use `org-icalendar-combined-name'.
21014 (org-cycle-agenda-files, org-agenda-file-to-end)
21015 (org-agenda-file-to-front): New commands.
21016 (org-table-tab-jumps-over-hlines, org-export-html-style):
21017 New options.
21018 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21019 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21020 New functions.
21021 (org-fill-paragraph): Call `org-table-align' in tables.
21022 (org-mode): Call `org-set-autofill-regexps'.
21023 (org-export-as-html): Support for local handformatted lists.
21024 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21025 (org-export-local-list-max-depth): New option.
21026 (org-html-expand): Use `org-html-protect'.
21027
21028 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21029
21030 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21031 to "p".
21032 (gdb): Move definition of gud-pp to...
21033
21034 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21035 speedbar.
21036 (gdb-find-watch-expression): New function.
21037
21038 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21039
21040 * faces.el (face-attribute, set-face-attribute): Mention existence
21041 of `:ignore-defface' setting in docstring.
21042
21043 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * simple.el (completion-setup-function): Fix last change.
21046
21047 2005-11-17 John Paul Wallington <jpw@pobox.com>
21048
21049 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21050 Use `posn-set-point' instead of `mouse-set-point' because the
21051 latter is not fbound when configured without X.
21052
21053 * comint.el (comint-insert-input): Likewise.
21054
21055 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21056
21057 * simple.el (hard-newline): New variable.
21058 (sendmail-user-agent-compose, next-line): Use it.
21059
21060 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21061 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21062 (mail-mail-reply-to, mail-mail-followup-to)
21063 (mail-position-on-field, mail-signature, mail-yank-original)
21064 (mail-attach-file): Likewise.
21065
21066 * mail/mailheader.el (mail-header-format)
21067 (mail-header-format-function): Likewise.
21068
21069 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21070
21071 2005-11-17 Juri Linkov <juri@jurta.org>
21072
21073 * font-lock.el (font-lock-faces): Rename this defgroup from
21074 `font-lock-highlighting-faces'.
21075 (font-lock-comment-face, font-lock-comment-delimiter-face)
21076 (font-lock-string-face, font-lock-doc-face)
21077 (font-lock-keyword-face, font-lock-builtin-face)
21078 (font-lock-function-name-face, font-lock-variable-name-face)
21079 (font-lock-type-face, font-lock-constant-face)
21080 (font-lock-warning-face, font-lock-negation-char-face)
21081 (font-lock-preprocessor-face)
21082 (font-lock-regexp-grouping-backslash)
21083 (font-lock-regexp-grouping-construct): Rename :group from
21084 `font-lock-highlighting-faces' to `font-lock-faces'.
21085
21086 * cus-edit.el (lisp, c, tex):
21087 * progmodes/ada-mode.el (ada):
21088 * progmodes/asm-mode.el (asm):
21089 * progmodes/cperl-mode.el (cperl-faces):
21090 * progmodes/cpp.el (cpp):
21091 * progmodes/dcl-mode.el (dcl):
21092 * progmodes/f90.el (f90):
21093 * progmodes/fortran.el (fortran):
21094 * progmodes/icon.el (icon):
21095 * progmodes/idlwave.el (idlwave-misc):
21096 * progmodes/m4-mode.el (m4):
21097 * progmodes/make-mode.el (makefile):
21098 * progmodes/meta-mode.el (meta-font):
21099 * progmodes/modula2.el (modula2):
21100 * progmodes/octave-mod.el (octave):
21101 * progmodes/pascal.el (pascal):
21102 * progmodes/perl-mode.el (perl):
21103 * progmodes/prolog.el (prolog):
21104 * progmodes/ps-mode.el (PostScript-edit):
21105 * progmodes/scheme.el (scheme):
21106 * progmodes/sh-script.el (sh-script):
21107 * progmodes/simula.el (simula):
21108 * progmodes/tcl.el (tcl):
21109 * textmodes/nroff-mode.el (nroff):
21110 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21111 * textmodes/sgml-mode.el (sgml):
21112 * textmodes/texinfo.el (texinfo):
21113 Add :link (custom-group-link font-lock-faces) to defgroup.
21114
21115 * hi-lock.el (hi-lock): Rename this defgroup from
21116 `hi-lock-interactive-text-highlighting'. Change parent group from
21117 `faces' to `font-lock'. Add link to the manual.
21118 (hi-lock-mode, hi-lock-file-patterns-range)
21119 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21120 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21121 (hi-lock-faces): Add :group `faces'.
21122
21123 * cus-edit.el (custom-variable-prompt): Clarify the code.
21124
21125 * faces.el (face-read-string): Set the default value arg of
21126 completing-read.
21127
21128 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21129
21130 * rfn-eshadow.el (file-name-shadow-properties)
21131 (file-name-shadow-tty-properties, file-name-shadow-mode):
21132 Remove autoloads, because the file is now preloaded.
21133
21134 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21135
21136 * printing.el (easy-menu-intern): Don't define.
21137 (pr-get-symbol): Use easy-menu-intern only if defined.
21138
21139 * simple.el (blink-matching-open): Simplify a bit.
21140 (completion-setup-function): Fix the case of partial-completion-mode
21141 when the minibuffer's contents start with "-".
21142 Obey completion-base-size-function even when
21143 minibuffer-completing-file-name is non-nil.
21144
21145 2005-11-16 Richard M. Stallman <rms@gnu.org>
21146
21147 * net/eudcb-ph.el (eudc-ph-open-session):
21148 Use set-process-query-on-exit-flag.
21149
21150 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21151
21152 * international/ucs-tables.el (ucs-set-table-for-input):
21153 Use make-local-variable, not make-variable-buffer-local.
21154
21155 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21156 Improve warning message text.
21157
21158 * savehist.el (savehist-save-hook): Add :group.
21159
21160 * menu-bar.el (menu-bar-help-menu):
21161 Rename Find Extra Packages to External Packages.
21162
21163 * cus-edit.el (Custom-reset-standard): Verify that
21164 :custom-standard-value prop exists before calling it.
21165
21166 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21167
21168 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21169
21170 * wid-edit.el (color): Enclose %t in %{...%}.
21171
21172 * cus-edit.el (face): Enclose %t in %{...%}.
21173
21174 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21175
21176 * savehist.el (savehist-mode-hook): Re-add the var.
21177 (savehist-mode): Use it.
21178
21179 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * textmodes/flyspell.el: Fix commenting convention.
21182 Remove unnecessary leading * in custom docstrings.
21183 (flyspell-emacs): Remove unused var.
21184 (flyspell-delete-region-overlays): Use remove-overlays.
21185 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21186 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21187 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21188 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21189 (make-flyspell-overlay): Don't locally reuse a global name.
21190 (flyspell-highlight-incorrect-region)
21191 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21192 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21193 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21194 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21195 Wrap calls to accept-process-output inside with-local-quit since it's
21196 often called from a post-command-hook.
21197 (flyspell-correct-word, flyspell-auto-correct-word):
21198 Use ispell-send-string.
21199 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21200
21201 * calendar/diary-lib.el (diary-list-entries): Also hide the
21202 terminating newline.
21203
21204 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21205
21206 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21207 window-system, to allow fonts on tty.
21208
21209 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21210
21211 * progmodes/gud.el (gud-speedbar-item-info): New function.
21212 (gud-install-speedbar-variables): Use it to display data type
21213 of watch expression as a tooltip in speedbar.
21214
21215 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21216
21217 * font-core.el (global-font-lock-mode): Add :version keyword,
21218 because default was changed.
21219
21220 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21221
21222 * startup.el (command-line): Use `custom-reevaluate-setting' for
21223 `file-name-shadow-mode'.
21224
21225 * loadup.el: Preload rfn-eshadow.
21226
21227 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21228 Add :version keyword.
21229 (file-name-shadow-properties, file-name-shadow-tty-properties)
21230 (file-name-shadow): Add :version keyword.
21231
21232 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21233 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21234 in the custom-group property of the symbol frames and the fringe
21235 group got no link to its parent group frames.
21236 Doc fix.
21237
21238 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21239
21240 * progmodes/gud.el (gud-stop-subjob): New function.
21241 (gud-menu-map, gud-tool-bar-map): Use it.
21242
21243 2005-11-16 Kim F. Storm <storm@cua.dk>
21244
21245 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21246 than kill it.
21247 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21248 to a more useful/logical place.
21249
21250 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21251
21252 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21253 go buttons complementary.
21254
21255 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21256
21257 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21258 (rfn-eshadow-sifn-equal): New function.
21259 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21260
21261 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21262
21263 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21264 Quote `-' in string.
21265
21266 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21267 rcirc-mode buffers come up in Emacs state.
21268
21269 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21270 operation.
21271
21272 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21273
21274 * term.el (term-termcap-format): Fix typos.
21275 (term-down): Fix the negative argument case.
21276
21277 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21278
21279 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21280 2005-08-15.
21281 (gdb-ann3): New command gud-go.
21282 (menu): Accomodate gdb-mi.el.
21283 (gdb-assembler-custom): Make buffer of selected window current
21284 so that set-window-point works.
21285
21286 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21287 buttons and include new ones.
21288
21289 2005-11-16 Kim F. Storm <storm@cua.dk>
21290
21291 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21292 (gud-menu-map): Use it.
21293
21294 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21295
21296 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21297 that works correctly for Custom and that does not override a user
21298 who disables it.
21299
21300 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21301 (help-xref-interned, help-follow): Make hyperlinks for variables
21302 that are unbound, but have a non-nil variable-documentation property.
21303
21304 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21305 mode hook. (It conflicted with defcustoms for some mode hooks.)
21306 Use the `variable-documentation' property to give the mode hook a
21307 docstring and expand that docstring.
21308
21309 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21310
21311 * savehist.el (savehist-mode): Don't bother with
21312 `custom-set-minor-mode'.
21313 (savehist-coding-system): Check XEmacs version.
21314 (history-length): Declare also at run time.
21315 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21316 Don't set the customize state.
21317 (savehist-minibuffer-hook): Special case for when
21318 minibuffer-history-variable is equal to t.
21319
21320 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * files.el (write-file): Refresh VC status.
21323
21324 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21325 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21326 than fundamental-mode to see if the mode was set.
21327
21328 2005-11-14 Romain Francoise <romain@orebokech.com>
21329
21330 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21331 dummy function in `eval-when-compile' to avoid compiler warning.
21332 Require `man' at compile time.
21333
21334 2005-11-14 Jay Belanger <belanger@truman.edu>
21335
21336 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21337 calcFunc-powerexpand.
21338 (math-write-out-power): Rename it to math-powerexpand; have it
21339 handle negative exponents.
21340 (calc-writeoutpower): Rename it to calc-powerexpand.
21341
21342 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21343 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21344 autoloads.
21345 Add calcFunc-ldiv to autoloads.
21346
21347 * calc/calc-arith.el (calcFunc-ldiv): New function.
21348
21349 * calc/calc.el (calc-left-divide): New function.
21350
21351 2005-11-14 Juri Linkov <juri@jurta.org>
21352
21353 * cus-edit.el (custom-variable-prompt): Set the default value arg
21354 of completing-read.
21355
21356 * cus-dep.el (custom-make-dependencies): Reverse the list of
21357 found dependencies.
21358
21359 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21360
21361 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21362 Highlighting" entry, it is on by default now.
21363 (menu-bar-options-save): Do not save global-font-lock-mode.
21364
21365 2005-11-13 Richard M. Stallman <rms@gnu.org>
21366
21367 * textmodes/flyspell.el (flyspell-large-region):
21368 Call flyspell-accept-buffer-local-defs.
21369
21370 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21371
21372 * textmodes/flyspell.el (flyspell-notify-misspell):
21373 Fix misspelling of "Misspelling".
21374 (flyspell-process-localwords): New function.
21375 (flyspell-large-region): Call flyspell-process-localwords and
21376 flyspell-delete-region-overlays.
21377 (flyspell-delete-region-overlays): New function.
21378 (flyspell-delete-all-overlays): Call that.
21379
21380 2005-11-13 Richard M. Stallman <rms@gnu.org>
21381
21382 * help.el (help-for-help-internal): Improve doc of C-h a.
21383 (describe-key): Improve prompt; doc fix.
21384
21385 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21386
21387 * vc-svn.el (vc-svn-registered): Catch all errors.
21388
21389 * cus-dep.el (custom-make-dependencies): Typo.
21390
21391 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21392
21393 * net/tramp-util.el (top): Fix compilation warning.
21394
21395 2005-11-13 Kim F. Storm <storm@cua.dk>
21396
21397 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21398
21399 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21402 (gud-speedbar-buttons): Match on "const char *" too.
21403
21404 * progmodes/gdb-ui.el (gdb-var-create-handler)
21405 (gdb-var-list-children-handler): Match on "const char *" too.
21406 (gdb-var-evaluate-expression-handler): Match on empty string.
21407 (gdb-var-update-handler): Only call
21408 gdb-var-evaluate-expression-handler when required.
21409
21410 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21411
21412 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21413 selected window. This still doesn't work for speedbar.
21414 (gud-speedbar-buttons): Handle string expressions properly.
21415
21416 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21417 (gdb-var-create-handler): Handle string expressions properly.
21418 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21419 Handle string expressions properly. Move "type" field into regexp.
21420
21421 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21422
21423 * bookmark.el (bookmark-maybe-message): New function to reduce
21424 code duplication: invokes `message' iff baud-rate is high enough.
21425 (bookmark-write-file): Use above instead of an inline conditional.
21426 (bookmark-load): Same.
21427
21428 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21429
21430 * bookmark.el (bookmark-write-file): Don't visit the destination
21431 file, just write the data to it using write-region. This is
21432 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21433 change to avoid visiting the file in the first place.
21434
21435 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21436
21437 * hi-lock.el (hi-lock-mode): Set the default value of
21438 font-lock-defaults.
21439
21440 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21441
21442 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21443 arg to `file-attributes'.
21444 (find-lisp-format): The UID and GID can now be strings.
21445
21446 2005-11-12 Kim F. Storm <storm@cua.dk>
21447
21448 * help.el (help-map): Bind C-h d to apropos-documentation.
21449
21450 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21451 when point is at end-of-buffer.
21452
21453 * apropos.el (apropos-match-face): Doc fix.
21454 (apropos-sort-by-scores): Add new choice `verbose'.
21455 (apropos-documentation-sort-by-scores): New defcustom.
21456 (apropos-pattern): Now contains the pattern entered by the user.
21457 (apropos-pattern-quoted): New defvar.
21458 (apropos-regexp): New defvar, containing the regexp corresponding
21459 to apropos-pattern.
21460 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21461 (apropos-read-pattern): New defun. Use it to read pattern arg in
21462 interactive calls; returns list of words for a word list, and
21463 string for a regexp.
21464 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21465 parses a list of words or regexp as returned by apropos-read-pattern.
21466 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21467 (apropos-score-doc): Return a very high score if the string
21468 entered by the user matches literally.
21469 (apropos-variable): Doc fix. Use apropos-read-pattern.
21470 (apropos-command): Doc fix. Use apropos-read-pattern and
21471 apropos-parse-pattern. Call apropos-print with nosubst=t.
21472 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21473 apropos-parse-pattern.
21474 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21475 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21476 apropos-documentation-sort-by-scores. Call apropos-print with
21477 nosubst=t.
21478 (apropos-documentation-internal): Pass doc string through
21479 substitute-key-definition before adding text properties.
21480 Highlight substring matching literal user input if possible.
21481 (apropos-documentation-check-doc-file): Remove locals beg and end.
21482 Fix calculation of score (as added twice). Pass doc string through
21483 substitute-key-definition before adding text properties.
21484 (apropos-documentation-check-elc-file): Pass doc string through
21485 substitute-key-definition before adding text properties.
21486 Highlight substring matching literal user input if possible.
21487 (apropos-print): Add new arg NOSUBST; if set, command and variable
21488 doc strings have already been passed through substitute-key-definition.
21489 Add code to handle apropos-accumulator items without score element
21490 for backwards compatibility (e.g. with woman package).
21491 Only show scores if apropos-sort-by-scores is `verbose'.
21492
21493 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21496 Add jka-compr-load-suffixes to load-suffixes.
21497
21498 * jka-compr.el: Require jka-cmpr-hook.
21499 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21500 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21501 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21502 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21503 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21504 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21505 (jka-compr-uninstall): Remove entries from
21506 jka-compr-added-to-file-coding-system-alist after they are used.
21507 (jka-compr-error): Remove unused var `curbuf'.
21508 (jka-compr-file-local-copy): Remove unused var `notfound'.
21509
21510 2005-11-10 Romain Francoise <romain@orebokech.com>
21511
21512 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21513
21514 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21515
21516 * progmodes/gud.el (gud-menu-map): Move parentheses.
21517 (gdb): New command gud-pv.
21518
21519 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21520
21521 * tar-mode.el: Remove spurious or unnecessary leading stars
21522 in docstrings.
21523 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21524 (tar-parse-octal-integer-safe): Use mapc.
21525 (tar-header-block-summarize): Remove unused var `ck'.
21526 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21527 cleared before. Obey default-enable-multibyte-characters.
21528 Use mapconcat. Simplify setting of tar-header-offset.
21529 (tar-mode-map): Move initialization inside delcaration.
21530 (tar-flag-deleted): Use `abs'.
21531 (tar-expunge-internal): Remove unused var `line'.
21532 (tar-expunge-internal): Don't hardcode point-min==1.
21533 (tar-expunge): Widen while doing set-buffer-multibyte.
21534 (tar-rename-entry): Use file-name-coding-system.
21535 (tar-alter-one-field): Don't hardcode point-min==1.
21536 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21537 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21538
21539 2005-11-10 Masatake YAMATO <jet@gyve.org>
21540
21541 * add-log.el (add-log-current-defun): Handle class::method
21542 notation of c++. Fix incorrect comment.
21543
21544 2005-11-10 Alan Mackenzie <acm@muc.de>
21545
21546 * help-fns.el (describe-variable): Make C-h v work when a variable
21547 has variable documentation yet is unbound.
21548
21549 2005-11-10 Masatake YAMATO <jet@gyve.org>
21550
21551 * man.el (Man-highlight-references): Set an empty
21552 string to `Man-arguments' if it is nil.
21553 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21554
21555 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21556
21557 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21558 commenting conventions.
21559
21560 * cus-dep.el (custom-make-dependencies): Simplify.
21561 Better follow the commenting conventions.
21562
21563 2005-11-09 Richard M. Stallman <rms@gnu.org>
21564
21565 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21566 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21567 All uses changed.
21568 (apropos-rewrite-regexp): Doc fix.
21569 (apropos-variable, apropos-command, apropos, apropos-value):
21570 Change prompt; carry through the argument renaming.
21571
21572 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21573
21574 * find-lisp.el: Require dired.
21575 (find-lisp-find-dired-internal): Do not call
21576 `abbreviate-file-name' on DIR.
21577
21578 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21579
21580 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21581
21582 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21583
21584 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21585 when using the speedbar.
21586 (gdb): New command gud-pp.
21587 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21588
21589 2005-11-09 Juri Linkov <juri@jurta.org>
21590
21591 * replace.el (occur-excluded-properties): New defcustom.
21592 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21593
21594 2005-11-08 Jay Belanger <belanger@truman.edu>
21595
21596 * calc/calc-units.el (math-convert-units): Replace any composite
21597 unit by its definition.
21598
21599 2005-11-08 Lars Hansen <larsh@soem.dk>
21600
21601 * emacs-lisp/autoload.el (update-directory-autoloads):
21602 Add obsolete function alias.
21603
21604 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21605
21606 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21607 comment-indent-function.
21608 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21609
21610 * reveal.el (reveal-post-command): Rework the handling of
21611 reveal-open-spots, so as to be more reliable. There were several
21612 tricky corner cases where an open spot might be lost, or where
21613 a closed spot might end up on the list of open spots.
21614 Only reveal text that's ellipsised.
21615
21616 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21617
21618 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21619
21620 2005-11-07 John Paul Wallington <jpw@gnu.org>
21621
21622 * ibuffer.el (ibuffer): Search iconified frames too when
21623 getting Ibuffer buffer's window.
21624
21625 2005-11-06 Richard M. Stallman <rms@gnu.org>
21626
21627 * progmodes/compile.el (compilation-internal-error-properties):
21628 save-excursion around the computation of MARKER.
21629
21630 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21631
21632 * textmodes/flyspell.el (flyspell-external-point-words):
21633 flyspell-get-word returns a list, not just a string.
21634
21635 2005-11-06 John Paul Wallington <jpw@pobox.com>
21636
21637 * ibuffer.el (ibuffer): Search all visible frames when getting
21638 Ibuffer buffer's window.
21639
21640 2005-11-07 Masatake YAMATO <jet@gyve.org>
21641
21642 * man.el (Man-reference-regexp): Accept spaces between
21643 `Man-name-regexp' and `Man-section-regexp'.
21644 (Man-apropos-regexp): New variable.
21645 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21646 if available.
21647 (Man-highlight-references, Man-highlight-references0):
21648 Handle the case when `Man-arguments' includes "-k".
21649 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21650 `TARGET'. `TARGET' can be a number, function or nil.
21651
21652 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21653
21654 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21655 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21656 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21657 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21658 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21659 (gdb-send-item): Use buffer-local-value and simplify.
21660
21661 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21662
21663 * startup.el (command-line): Use `custom-reevaluate-setting' for
21664 `global-font-lock-mode'.
21665
21666 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21667 by default, except in batch mode or when the -D option is given.
21668
21669 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21670 specified keyword args on to `define-minor-mode'. Update docstring.
21671
21672 2005-11-05 Romain Francoise <romain@orebokech.com>
21673
21674 * replace.el (occur-engine): Add marker at end of line, too.
21675
21676 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21677
21678 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21679 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21680 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21681 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21682 argument to all these routines, so the passphrase can be managed
21683 externally and passed in to the system.
21684 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21685 pgg-add-passphrase-to-cache function.
21686
21687 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21688 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21689 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21690 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21691 argument to all these routines, so the passphrase can be managed
21692 externally and passed in to the system.
21693 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21694 function.
21695
21696 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21697
21698 * font-lock.el: Don't deal with font-lock-face-attributes here,
21699 move the code ...
21700
21701 * startup.el (command-line): ... here. Use face-spec-set instead
21702 of custom-declare-face.
21703
21704 * faces.el (face-spec-set): Reset the face if spec is not nil.
21705
21706 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21707
21708 * newcomment.el (comment-region-internal): Box more tightly in the
21709 common case where there's no TAB in the boxed text.
21710
21711 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21712
21713 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21714 up-node.
21715
21716 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21717
21718 * net/newsticker.el: Commentary updated. Code formatting changed.
21719 (newsticker-version): Change to "1.9".
21720 (newsticker, newsticker-feed): Doc fix.
21721 (newsticker-url-list): Doc fix. Add option "Weekly".
21722 (newsticker-retrieval-interval): Add option "Weekly".
21723 (newsticker-headline-processing): Doc fix.
21724 (newsticker-auto-mark-filter): Remove.
21725 (newsticker-auto-mark-filter-list): New.
21726 (newsticker-layout, newsticker-sort-method): Doc fix.
21727 (newsticker-hide-old-items-in-newsticker-buffer)
21728 (newsticker-heading-format, newsticker-item-format)
21729 (newsticker-desc-format): Doc fix.
21730 (newsticker-show-all-rss-elements): Remove.
21731 (newsticker-show-all-news-elements): New.
21732 (newsticker-faces, newsticker-ticker): Doc fix.
21733 (remove-from-invisibility-spec): Code formatting.
21734 (newsticker--process-ids): New.
21735 (newsticker-mode): Doc fix.
21736 (newsticker-mode): Change mode-line-format.
21737 (newsticker-start): Remove debug output.
21738 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21739 (newsticker-w3m-show-inline-images): Code formatting.
21740 (newsticker-next-item): Call `force-mode-line-update'.
21741 (newsticker-previous-item): Call `force-mode-line-update'.
21742 (newsticker-next-feed): Call `force-mode-line-update'.
21743 (newsticker-previous-feed): Call `force-mode-line-update'.
21744 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21745 (newsticker-show-old-items): Do not show descs.
21746 (newsticker-hide-entry): Hide too much.
21747 (newsticker-hide-entry, newsticker-show-entry)
21748 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21749 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21750 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21751 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21752 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21753 (newsticker-get-news): Call `force-mode-line-update'.
21754 Collect process ids.
21755 (newsticker--sentinel): Change coding system handling.
21756 Move image retrieval to new functions newsticker--get-logo-url-*.
21757 Move feed parsing to new functions newsticker--parse-*.
21758 Update list of process ids.
21759 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21760 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21761 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21762 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21763 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21764 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21765 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21766 (newsticker--decode-coding-string): Remove.
21767 (newsticker--decode-numeric-entities): Check input. Format code.
21768 (newsticker--remove-whitespace): Check input.
21769 (newsticker--do-forget-preformatted): Doc fix.
21770 (newsticker--decode-rfc822-date): Allow for missing time.
21771 (newsticker--update-process-ids): New.
21772 (newsticker--image-sentinel): Change comment.
21773 (newsticker--image-read): Change error message.
21774 (newsticker--imenu-goto): Doc fix. Show headline title.
21775 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21776 (newsticker--buffer-do-insert-text): Clean whitespace in
21777 html-rendered headline title. Code formatting.
21778 Call `newsticker--buffer-print-extra-elements'.
21779 (newsticker--buffer-print-extra-element): Remove.
21780 (newsticker--buffer-print-extra-elements): New.
21781 (newsticker--buffer-do-print-extra-element): New.
21782 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21783 large sizes.
21784 (newsticker--run-auto-mark-filter)
21785 (newsticker--do-run-auto-mark-filter):
21786 Use `newsticker-auto-mark-filter-list'.
21787
21788 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21789
21790 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21791 (rcirc-print): Force redisplay before running hooks. Do long
21792 buffer truncation after making new text read-only. Deal with nil
21793 text when decoding strings. If TARGET is nil, use either the
21794 currently selected buffer, if it is an rcirc buffer and of the
21795 same process or the process buffer.
21796 (rcirc-mode): Remove header-line. Recompute short buffer names.
21797 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21798 (rcirc-short-buffer-name): Add variable.
21799 (rcirc-kill-buffer-hook): Recompute short buffer names.
21800 Remove nick from private channel.
21801 (rcirc-send-input): Send command text to current-buffer.
21802 Don't clear overlay arrow here.
21803 (rcirc-short-buffer-name): Return a short buffer name.
21804 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21805 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21806 buffer-name abbreviations.
21807 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21808 Do not touch nick-table when killing a parted channel.
21809 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21810 Clear arrow from current buffer if it is now hidden.
21811 (rcirc-current-buffer): Add variable.
21812 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21813 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21814 Remove -face from names.
21815 (rcirc-update-activity-string): Print "DND" when globally ignoring
21816 activity.
21817 (rcirc-ignore-buffer-activity-flag): Rename from
21818 rcirc-ignore-channel-activity.
21819 (rcirc-ignore-all-activity-flag): Doc fix.
21820 (rcirc-channels): Remove variable.
21821 (rcirc-kill-buffer-hook):
21822 (rcirc-get-buffer-create): Add nick to private channel.
21823 (rcirc-multiline-edit-submit): Remove tabs.
21824 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21825 folded.
21826 (rcirc-remove-nick-channel): Bug fix.
21827 (rcirc-toggle-ignore-buffer-activity): Rename from
21828 rcirc-toggle-ignore-channel-activity.
21829 (rcirc-record-activity): Add buffers to the front of the list.
21830 (rcirc-update-activity): Remove killed buffers from list.
21831 (rcirc-process-server-response-1): Remove last argument if it is
21832 null before calling handler.
21833 (rcirc): Add "rcirc" defcustom prefix.
21834 (rcirc-prompt): Simplify default prompt.
21835 Use custom-initialize-default.
21836 (rcirc-private-chats): Remove variable.
21837 (rcirc-prompt): Change initialization.
21838 (rcirc-version): Remove function.
21839 (rcirc-id-string): Add constant.
21840 (rcirc-last-buffer): Remove variable.
21841 (rcirc-buffer-alist): Add variable.
21842 (rcirc-connect): Update variable setup.
21843 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21844 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21845 default.
21846 (rcirc-handler-generic): Trigger activity.
21847 (rcirc-send-message): Create the buffor of the target.
21848 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21849 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21850 (rcirc-multiline-edit-cancel): Remove function.
21851 (rcirc-set-last-buffer): Remove function.
21852 (rcirc-get-any-buffer): Add function.
21853 (rcirc-join-channels): Don't print /join text.
21854 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21855 messages.
21856 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21857 (rcirc-handler-NOTICE): Recognize CTCP responses.
21858 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21859 constructing TOPIC string for buffers we are not JOINed.
21860 (rcirc-handler-CTCP-response): Add handler.
21861 (rcirc-multiline-edit-submit): Restore the window-configuration
21862 before adjusting point.
21863 (rcirc): Add customization group.
21864 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21865 (rcirc-user-full-name, rcirc-startup-channels-alist)
21866 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21867 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21868 (rcirc-input-ring-size, rcirc-read-only-flag)
21869 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21870 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21871 Change defvar to defcustom.
21872 (rcirc-update-prompt): Add optional ALL arg, which will update
21873 prompts in all rcirc buffers. Regexp quote replacement text.
21874 (rcirc-fill-column): Accept frame-width as a value.
21875 (rcirc-set-changed): Add function.
21876 (rcirc-next-active-buffer): Write more meaningful messages.
21877 (rcirc-faces): Add customization group.
21878 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21879 (rcirc-nick-in-message-face, rcirc-prompt-face)
21880 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21881 (with-rcirc-process-buffer): Move before first usage.
21882 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21883 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21884 (rcirc-debug): Rename from `rcirc-log'.
21885 (rcirc-format-response-string): Do not print `-' chars for a
21886 NOTICE with no sender. Simplify output of server responses.
21887
21888 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21889
21890 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21891 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21892 Make urls mouse and RET clickable.
21893
21894 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21895
21896 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21897
21898 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21899
21900 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21901 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21902 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21903 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21904 argument to all these routines, so the passphrase can be managed
21905 externally and passed in to the system.
21906 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21907 pgg-add-passphrase-to-cache function.
21908
21909 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21910 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21911 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21912 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21913 argument to all these routines, so the passphrase can be managed
21914 externally and passed in to the system.
21915 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21916 function.
21917
21918 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21919
21920 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21921 from goto-address-url-regexp.
21922
21923 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21924
21925 * textmodes/org.el (org-read-date, org-goto-calendar)
21926 (org-recenter-calendar, org-agenda-goto-calendar):
21927 Temporarily clear `calendar-move-hook'.
21928
21929 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21930
21931 * ediff-merg.el (ediff-merge-region-is-non-clash):
21932 Return t, if not merging.
21933
21934 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21935 have merge clashes.
21936
21937 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21938
21939 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21940 Undo previous change.
21941
21942 * startup.el (command-line): Use `custom-reevaluate-setting' for
21943 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21944 tty-register-default-colors on Mac.
21945
21946 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21947
21948 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21949 (gdb-buffer-type): Make it automatically buffer local...
21950 (gdb-get-create-buffer): ...and set it accordingly.
21951 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21952 actually work.
21953
21954 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21955
21956 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21957 not red.
21958
21959 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21960
21961 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21962 case GUD buffer is not visible.
21963 (gdb-goto-breakpoint): Try to force display in source buffer.
21964 (gdb-frame-gdb-buffer): Copy other similar functions.
21965 (gdb-restore-windows): Don't display source if not asked for.
21966 (gdb-assembler-buffer-name): Don't capitalise.
21967
21968 2005-11-03 Richard M. Stallman <rms@gnu.org>
21969
21970 * wid-edit.el (key-sequence): New widget type.
21971
21972 * simple.el (set-mark-command-repeat-pop): New variable.
21973 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21974 if set-mark-command-repeat-pop is true.
21975
21976 * info.el (Info-fontify-node): Don't display extra "see" if there
21977 already is one here.
21978
21979 * mouse.el: Fix special handling of DEL after dragging a region:
21980 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21981 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21982
21983 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21984
21985 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21986 not to assume it pertains to an affix.
21987
21988 * textmodes/flyspell.el (flyspell-post-command-hook):
21989 Bind deactivate-mark to prevent deactivation.
21990
21991 2005-11-03 Lars Hansen <larsh@soem.dk>
21992
21993 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21994 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21995 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21996
21997 2005-11-03 Romain Francoise <romain@orebokech.com>
21998
21999 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22000 Update copyright years.
22001
22002 2005-11-03 Sam Steingold <sds@gnu.org>
22003
22004 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22005 Use system-type instead of window-system because window-system is not
22006 correctly defined during loadup.
22007
22008 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22009
22010 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22011 (xml-parse-tag): Join strings separated by a comment properly.
22012
22013 2005-11-02 Andreas Schwab <schwab@suse.de>
22014
22015 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22016
22017 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22020 (byte-optimize-pure-func): Quote the eval'd value.
22021
22022 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22023 Rename from perl-font-lock-syntactic-face-function.
22024 Change the calling convention so it can be used as a font-lock MATCHER.
22025 Do the parse-partial-sexp loop outselves.
22026 (perl-font-lock-syntactic-keywords): Use it.
22027 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22028
22029 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22030
22031 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22032 disassembly buffer too.
22033 (gdb-exited): Remove overlay arrows when execution has finished.
22034 (gdb-info-frames-custom, gdb-info-threads-custom)
22035 (gdb-info-registers-custom): Don't add inappropriate text
22036 properties if inferior is not active.
22037
22038 2005-11-02 Glenn Morris <rgm@gnu.org>
22039
22040 * progmodes/fortran.el (fortran-blink-match):
22041 Use `blink-matching-delay'.
22042
22043 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22044
22045 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22046
22047 2005-11-02 Lars Hansen <larsh@soem.dk>
22048
22049 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22050 "Permission denied".
22051
22052 2005-11-01 Richard M. Stallman <rms@gnu.org>
22053
22054 * textmodes/flyspell.el (flyspell-external-point-words):
22055 Pass nil to flyspell-get-word.
22056
22057 2005-11-02 Kim F. Storm <storm@cua.dk>
22058
22059 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22060 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22061
22062 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22065 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22066 (calendar-mouse-print-dates): Add optional `event' argument.
22067 Update interactive-spec.
22068 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22069 Use `calendar-event-to-date' instead of `event'.
22070
22071 2005-11-02 Masatake YAMATO <jet@gyve.org>
22072
22073 * progmodes/ld-script.el (ld-script-builtins):
22074 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22075 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22076 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22077
22078 2005-11-01 Romain Francoise <romain@orebokech.com>
22079
22080 * vc-sccs.el: Update copyright year.
22081 * ezimage.el: Likewise.
22082
22083 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22084
22085 * info.el (Info-fontify-node): Use `string-width' for fontifying
22086 underlined titles.
22087
22088 2005-11-01 Juri Linkov <juri@jurta.org>
22089
22090 * info.el (Info-fontify-node): Downcase node header keywords Node,
22091 Prev, Next, Up before comparison.
22092 (Info-history): Insert absolute directory name, and put invisible
22093 property on it.
22094
22095 2005-11-01 Juri Linkov <juri@jurta.org>
22096
22097 * info.el (Info-file-supports-index-cookies): New variable.
22098 (Info-find-node-2): Check makeinfo version for index cookie support.
22099 (Info-index-nodes): Search for nodes with index cookies only when
22100 Info-file-supports-index-cookies is t. Otherwise, search nodes
22101 with "Index" in the node name.
22102 (Info-index-node): Search index cookie in the current node only when
22103 Info-file-supports-index-cookies is t. Otherwise, check the word
22104 "Index" in the node name.
22105 (Info-find-emacs-command-nodes): Remove code that searches nodes
22106 with "Index" node name in the top menu.
22107
22108 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * progmodes/scheme.el (scheme-mode-variables): Use the default
22111 comment-indent-function.
22112
22113 * faces.el (face-attribute): Handle the case where a face inherits from
22114 a non-existent face.
22115
22116 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22117 for octal and hexa output, and merge the char into the paren.
22118 (kill-new): Use push.
22119 (copy-to-buffer): Use with-current-buffer.
22120 (completion-setup-function): Move code in loop to remove redundancy.
22121 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22122 those inherited from minibuffer-local-completion-map.
22123
22124 * savehist.el (savehist-mode) <defcustom>:
22125 Use custom-set-minor-mode if available.
22126 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22127 and emit a message if applicable.
22128
22129 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22130
22131 * savehist.el: Sync up to version 19.
22132 (savehist-mode): New minor mode.
22133 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22134 (savehist-length): Remove (use history-length instead).
22135 (savehist-file-modes): Rename from savehist-modes.
22136 (savehist-save-hook, savehist-loaded): New vars.
22137 (savehist-load): Use savehist-mode. Try to smooth up transition from
22138 old format to new format.
22139 (savehist-install): Allow savehist-autosave-interval to be nil.
22140 (savehist-save): Run the new hook. Be more careful to only trim the
22141 history variables.
22142 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22143 (savehist-printable): Print into a buffer rather than char-by-char.
22144
22145 2005-11-01 John Wiegley <johnw@newartisans.com>
22146
22147 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22148 toggle-ignore keybinding (C-a). The author said it had been
22149 disabled much earlier due to a possible incompatibility, but after
22150 many months of usage I have encountered no problems (and it is a
22151 rather useful option, especially for switching to " *temp*").
22152
22153 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22154 support for OS/X's AddressBook, by calling out to the open source
22155 program "contacts" (installable through Fink).
22156
22157 * net/eudc.el (eudc-expand-inline): If the
22158 `eudc-multiple-match-handling-method' is set to `all', delete the
22159 query string before inserting the query result.
22160
22161 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22162 flag, to prevent Eshell from using the system ls when
22163 `eshell-ls-insert-directory' is in used.
22164 (eshell-ls-insert-directory): Disable font-lock in directory
22165 buffer so that Eshell's own fontification is seen. This broke
22166 recently due to changes in font-lock, so this goes back to version
22167 21 behavior.
22168
22169 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22170
22171 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22172 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22173 (gdb-many-windows): Doc fix.
22174
22175 2005-10-31 Romain Francoise <romain@orebokech.com>
22176
22177 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22178
22179 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22180
22181 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22182 that global-font-lock-mode can be enabled by default.
22183
22184 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22185 (font-lock-add-keywords, font-lock-remove-keywords)
22186 (font-lock-fontify-buffer): Remove autoload cookies.
22187
22188 * jit-lock.el (jit-lock-register): Likewise.
22189
22190 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22191
22192 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22193
22194 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22195 intact if there is no gud-comint-buffer.
22196
22197 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22198
22199 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22200 old prompt comint-prompt-read-only is t and GDB commands are
22201 issued from tool bar etc.
22202
22203 2005-10-31 Masatake YAMATO <jet@gyve.org>
22204
22205 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22206
22207 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22208
22209 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22210 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22211
22212 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22213
22214 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22215 starting at beginning of line. Fontification is messed up when
22216 `open-paren-in-column-0-is-defun-start' set to t.
22217 Reported by John Paul Wallington <jpw@pobox.com>.
22218
22219 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22220
22221 * comint.el (comint-send-input): Call `comint-update-fence' when
22222 `comint-process-echoes' and `comint-prompt-read-only' are both
22223 non-nil, to avoid leftover read-only newline.
22224
22225 2005-10-30 Richard M. Stallman <rms@gnu.org>
22226
22227 * textmodes/flyspell.el (flyspell-external-point-words):
22228 Detect when WORD can't be checked properly because
22229 flyspell-get-word finds just part of it, and move on.
22230
22231 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22232 boundarychar for Polish.
22233 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22234 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22235
22236 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22237
22238 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22239 (gdb-registers-font-lock-keywords): Delete.
22240 (gdb-registers-mode): Don't fontify.
22241 (gdb-info-registers-custom): Use text properties instead as, in
22242 future, changed register values will use font-lock-warning-face.
22243 (gdb-local-font-lock-keywords): Rename to...
22244 (gdb-locals-font-lock-keywords): ...for consistency.
22245
22246 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22247
22248 * vc.el (vc-switch-backend): Better error message if the buffer is
22249 not visiting a file under version control.
22250
22251 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22252
22253 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22254
22255 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22256 ~/.emacs.d/.emacs.
22257
22258 2005-10-29 Richard M. Stallman <rms@gnu.org>
22259
22260 * replace.el (occur-mode-mouse-goto): Always go to other window.
22261 (occur-mode-goto-occurrence): Always switch in same window.
22262
22263 * simple.el (undo): Display message at end, not at start.
22264
22265 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22266 New arg REUSE-CELL.
22267 (cancel-timer-internal): New function.
22268 (timer-event-handler): Use cancel-timer-internal,
22269 and pass the cell it returns to timer-activate...
22270
22271 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22272 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22273 (jit-lock-after-change): Test memory-full.
22274
22275 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22276
22277 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22278 part of the decoded armor to find the key-identifier.
22279 (pgg-gpg-lookup-key-owner): New function to return the
22280 human-readable identifier of a key owner.
22281 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22282 key itself.
22283 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22284 the key value) if we have a key and can match it against a secret
22285 key. Also, added a note pointing out fact that the prompt only
22286 indicates the first matching key.
22287
22288 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22289 pgg-decrypt-region.
22290 (pgg-pending-timers): A new hash for tracking the passphrase cache
22291 timers, so that new ones supercede old ones.
22292 (pgg-add-passphrase-to-cache): Rename from
22293 `pgg-add-passphrase-cache' to reduce confusion (all callers
22294 changed). Modified to cancel old timers when new ones are added.
22295 (pgg-remove-passphrase-from-cache): Rename from
22296 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22297 changed). Modified to cancel old timers when their keys are
22298 removed from the cache.
22299 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22300 XEmacs, an indirection to delete-itimer.
22301 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22302 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22303 users can only check cache without risk of prompting. Correct bug in
22304 notruncate behavior.
22305 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22306 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22307 Add informative docstrings.
22308 (pgg-decrypt): Convey provided passphrase in subordinate call to
22309 pgg-decrypt-region.
22310
22311 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22312 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22313 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22314 `passphrase' argument, so the passphrase can be managed externally
22315 and then passed in to the system.
22316
22317 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22318 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22319 so the passphrase cache can be used reliably with identifiers
22320 besides a pgp packet's key id.
22321
22322 * pgg-gpg.el (pgg-pgp-encrypt-region)
22323 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22324 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22325 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22326 argument to all these routines, so the passphrase can be managed
22327 externally and passed in to the system.
22328
22329 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22330 `notruncate' argument, so the passphrase cache can be used
22331 reliably with identifiers besides a pgp packet's key id.
22332
22333 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22334
22335 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22336 symmetric encryption.
22337 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22338 encrypted session key.
22339 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22340 message ask for the passphrase in a proper way.
22341
22342 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22343 New user commands for symmetric encryption.
22344
22345 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22346
22347 * textmodes/conf-mode.el (conf-assignment-sign)
22348 (conf-assignment-regexp): Fix docstrings.
22349 (conf-mode-initialize): New function.
22350 (conf-mode): Remove optional args. Use delay-mode-hooks to
22351 recognize recursive calls.
22352 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22353 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22354 (conf-xdefaults-mode): Use define-derived-mode and
22355 conf-mode-initialize.
22356
22357 2005-10-29 Romain Francoise <romain@orebokech.com>
22358
22359 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22360
22361 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22362
22363 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22364 part of the decoded armor to find the key-identifier.
22365 (pgg-gpg-lookup-key-owner): New function to return the
22366 human-readable identifier of a key owner.
22367 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22368 key itself.
22369 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22370 the key value) if we have a key and can match it against a secret
22371 key. Also, added a note pointing out fact that the prompt only
22372 indicates the first matching key.
22373
22374 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22375 pgg-decrypt-region.
22376 (pgg-pending-timers): A new hash for tracking the passphrase cache
22377 timers, so that new ones supercede old ones.
22378 (pgg-add-passphrase-to-cache): Rename from
22379 `pgg-add-passphrase-cache' to reduce confusion (all callers
22380 changed). Modified to cancel old timers when new ones are added.
22381 (pgg-remove-passphrase-from-cache): Rename from
22382 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22383 changed). Modified to cancel old timers when their keys are
22384 removed from the cache.
22385 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22386 XEmacs, an indirection to delete-itimer.
22387 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22388 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22389 users can only check cache without risk of prompting. Correct bug in
22390 notruncate behavior.
22391 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22392 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22393 Add informative docstrings.
22394 (pgg-decrypt): Convey provided passphrase in subordinate call to
22395 pgg-decrypt-region.
22396
22397 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22398
22399 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22400 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22401 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22402 `passphrase' argument, so the passphrase can be managed externally
22403 and then passed in to the system.
22404
22405 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22406 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22407 so the passphrase cache can be used reliably with identifiers
22408 besides a pgp packet's key id.
22409
22410 * pgg-gpg.el (pgg-pgp-encrypt-region)
22411 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22412 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22413 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22414 argument to all these routines, so the passphrase can be managed
22415 externally and passed in to the system.
22416
22417 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22418 `notruncate' argument, so the passphrase cache can be used
22419 reliably with identifiers besides a pgp packet's key id.
22420
22421 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22422
22423 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22424 symmetric encryption.
22425 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22426 encrypted session key.
22427 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22428 message ask for the passphrase in a proper way.
22429
22430 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22431 New user commands for symmetric encryption.
22432
22433 2005-10-28 Bill Wohler <wohler@newt.com>
22434
22435 * help-mode.el (help-url): New button type. Calls browse-url.
22436 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22437 Similar to Info nodes: URL `url'.
22438 (help-make-xrefs): Create help-url buttons for
22439 help-xref-url-regexp matches.
22440
22441 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22442
22443 * tool-bar.el (tool-bar-add-item-from-menu)
22444 (tool-bar-local-item-from-menu): Fix doc strings.
22445
22446 2005-10-28 Romain Francoise <romain@orebokech.com>
22447
22448 * ldefs-boot.el: Update.
22449
22450 * subr.el (locate-library): Move from help-fns.el.
22451 * help-fns.el (locate-library): Move to subr.el.
22452
22453 2005-10-28 Richard M. Stallman <rms@gnu.org>
22454
22455 * net/tramp.el (tramp-completion-mode): defvar moved up.
22456
22457 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22458
22459 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22460
22461 * files.el (find-file-noselect): Use %d to format large file size.
22462
22463 * bindings.el (mode-line-format): Add %e.
22464
22465 * loadup.el ("facemenu"): Load unconditionally.
22466 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22467 ("x-dnd"): Load, when appropriate.
22468
22469 * startup.el (command-line): Call before-init-hook earlier.
22470 Warn about some bad characters in -u user name.
22471
22472 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22473 (flyspell-external-point-words): Error if misspelled word is not found.
22474 Set flyspell-large-region-beg at end of word.
22475
22476 2005-10-28 Andreas Schwab <schwab@suse.de>
22477
22478 * view.el (View-revert-buffer-scroll-page-forward):
22479 Use view-page-size-default.
22480
22481 2005-10-28 Juri Linkov <juri@jurta.org>
22482
22483 * international/quail.el (quail-get-current-str): Translate last
22484 raw character for deterministic input methods.
22485
22486 2005-10-27 Jay Belanger <belanger@truman.edu>
22487
22488 * calc/calc-ext.el: Add functions to autoloads.
22489 (math-identity-matrix-p, math-ident-row-p): New functions.
22490
22491 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22492 multiplication by an identity matrix; don't turn multiplication by
22493 an inverse matrix into division.
22494 (math-div-symbol-fancy): Replace division by matrices with
22495 multiplication by inverse.
22496
22497 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22498
22499 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22500 (calc-writeoutpower): New functions.
22501
22502 2005-10-27 Romain Francoise <romain@orebokech.com>
22503
22504 * replace.el (occur-engine): Include colon in mouse-face highlight.
22505
22506 * dired-x.el: Change Maintainer field.
22507
22508 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22509
22510 * longlines.el (longlines-mode): Bind after-change-functions to
22511 nil during initial decoding and final encoding.
22512
22513 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22514
22515 * term.el (term-emulate-terminal, term-handle-colors-array)
22516 (term-handle-ansi-escape): Specify the terminfo capabilities
22517 implemented.
22518
22519 2005-10-26 Richard M. Stallman <rms@gnu.org>
22520
22521 * info.el (Info-fontify-node): Fix detection of sentence-break
22522 before *Note.
22523
22524 2005-10-26 Romain Francoise <romain@orebokech.com>
22525
22526 * smerge-mode.el: Add `tools' to file keywords.
22527
22528 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22529
22530 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22531 when the fringe is not available.
22532
22533 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22534 (def-gdb-auto-update-trigger): Simplify construction.
22535 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22536 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22537 defined explicitly.
22538 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22539 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22540 defined explicitly.
22541 (gdb-info-locals-custom): Remove as it's a no-op.
22542
22543 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22544
22545 * longlines.el (longlines-mode): Remove narrowing before
22546 performing the initial decoding or final encoding.
22547
22548 2005-10-25 Romain Francoise <romain@orebokech.com>
22549
22550 * emacs-lisp/find-func.el (find-library-name): Also strip
22551 extension if library name ends in .el, to take advantage of
22552 `find-library-suffixes'.
22553
22554 2005-10-25 Richard M. Stallman <rms@gnu.org>
22555
22556 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22557
22558 2005-10-25 Juri Linkov <juri@jurta.org>
22559
22560 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22561 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22562
22563 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22564
22565 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22566 (blackbox-redefine-key): Add argument `map'.
22567
22568 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22569 regions when moving the jit-lock-context-unfontify-pos boundary.
22570
22571 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22572
22573 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22574
22575 2005-10-25 Masatake YAMATO <jet@gyve.org>
22576
22577 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22578
22579 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22580
22581 * play/blackbox.el (blackbox-redefine-key): New function.
22582 (blackbox-mode-map): Use it to remap existing bindings for cursor
22583 motion instead of binding literal keys.
22584
22585 2005-10-25 Glenn Morris <rgm@gnu.org>
22586
22587 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22588 diary does not end in a newline. Do not assume a blank line at
22589 the start of the diary file.
22590
22591 2005-10-25 Kenichi Handa <handa@m17n.org>
22592
22593 * international/quail.el (quail-translate-key): If the input
22594 method is deterministic and failed to handle the last key, restart
22595 the key handling loop from an appropriate key.
22596
22597 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22598
22599 * vc.el (vc-dired-mode): Extend comment for binding of
22600 `directory-listing-before-filename-regexp'.
22601
22602 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22603
22604 * textmodes/texinfo.el (texinfo-mode):
22605 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22606 not to unnecessarily expose emacs-mule's internal char codes.
22607
22608 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22609
22610 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22611 Display hand pointer and help-echo on disabled icon too.
22612 (gdb-mouse-until): New function.
22613 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22614
22615 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22616
22617 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22618 with 2005-10-23 change to doctor.el.
22619
22620 * finder.el (finder-mode-map): Add follow-link binding.
22621
22622 2005-10-25 Kim F. Storm <storm@cua.dk>
22623
22624 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22625 to gdb-mouse-toggle-breakpoint-fringe.
22626 (gdb-mouse-toggle-breakpoint-margin): Rename from
22627 gdb-mouse-toggle-breakpoint. Fix doc.
22628 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22629 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22630 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22631 string properties also for fringe breakpoint bitmaps.
22632
22633 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22634
22635 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22636
22637 2005-10-25 Masatake YAMATO <jet@gyve.org>
22638
22639 * simple.el (completion-common-substring):
22640 Use `completion-common-substring' prior to `completion-base-size'.
22641
22642 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22643
22644 * savehist.el: Require CL while compiling.
22645 (savehist-history-variables): Remove.
22646 (savehist-save-minibuffer-history, savehist-additional-variables)
22647 (savehist-minibuffer-history-variables): New vars.
22648 (savehist-save): Use them.
22649 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22650 (savehist-install): New fun, extracted from savehist-load.
22651 (savehist-load): Use them.
22652
22653 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22654
22655 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22656 a dummy doc-string-elt property.
22657 (defalias, defvaralias, define-category): Add a docstring property.
22658
22659 * image.el (defimage):
22660 * widget.el (define-widget):
22661 * custom.el (defface, defcustom): Add `doc-string' declaration.
22662
22663 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22664 (defadvice): Add `doc-string' declaration.
22665
22666 * emacs-lisp/byte-run.el (macro-declaration-function):
22667 Handle `doc-string' declarations.
22668 (define-obsolete-function-alias, define-obsolete-variable-alias):
22669 Add `doc-string' declaration.
22670
22671 2005-10-24 Kenichi Handa <handa@m17n.org>
22672
22673 * international/utf-7.el (utf-7): Add autoload cookie.
22674
22675 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22676
22677 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22678
22679 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22680 list of directories passed to batch-update-autoloads. Add "." to
22681 the list of the echoed directories.
22682
22683 * pgg-def.el:
22684 * pgg-gpg.el:
22685 * pgg-parse.el:
22686 * pgg-pgp.el:
22687 * pgg-pgp5.el:
22688 * pgg.el: Moved here from the gnus subdirectory.
22689
22690 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22691
22692 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22693 in case comint-prompt-read-only is set to t.
22694
22695 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22696 in case comint-prompt-read-only is set to t.
22697
22698 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22699
22700 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22701 Now a string.
22702 (icalendar-import-format): Handle CLASS, STATUS, URL.
22703 Rename `subject' to `summary'.
22704 (icalendar-import-format-summary): Rename from
22705 `icalendar-import-format-subject'.
22706 (icalendar-import-format-url, icalendar-import-format-status)
22707 (icalendar-import-format-class): New variables.
22708 (icalendar--rris): Take variable argument list.
22709 (icalendar--datestring-to-isodate): Remove unnecessary
22710 calendar-style check when converting dates with explicit month names.
22711 (icalendar-export-region): Change return type of conversion
22712 subroutines. Bury current buffer unless error occurred.
22713 (icalendar--convert-to-ical)
22714 (icalendar--parse-summary-and-rest): New functions.
22715 (icalendar--convert-ordinary-to-ical)
22716 (icalendar--convert-weekly-to-ical)
22717 (icalendar--convert-yearly-to-ical)
22718 (icalendar--convert-block-to-ical)
22719 (icalendar--convert-cyclic-to-ical)
22720 (icalendar--convert-anniversary-to-ical): Change return type.
22721 Strip trailing blanks from subject.
22722 (icalendar--convert-sexp-to-ical): Change return type.
22723 Strip trailing blanks from subject. Handle simple sexp
22724 entries as generated by icalendar.el.
22725 (icalendar--convert-float-to-ical)
22726 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22727 (icalendar-import-file): Doc fix.
22728 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22729 Correct call to icalendar--rris.
22730 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22731 `summary'.
22732 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22733
22734 2005-10-24 Romain Francoise <romain@orebokech.com>
22735
22736 * server.el (server-sentinel): Set query-on-exit flag to nil on
22737 new client processes (it isn't inherited from the server process).
22738
22739 * replace.el (occur-engine): Rearrange text properties.
22740
22741 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22742
22743 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22744 case-fold-search is nil.
22745 (debug-help-follow): Use help-xref-interned directly.
22746
22747 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22748
22749 * thumbs.el (thumbs-image-type): Add .pbm.
22750
22751 2005-10-23 Richard M. Stallman <rms@gnu.org>
22752
22753 * faces.el (inhibit-face-set-after-frame-default): New variable.
22754 (set-face-attribute): Bind it.
22755 (face-set-after-frame-default): Test it.
22756
22757 * help-fns.el (describe-simplify-lib-file-name): New function.
22758 (describe-function-1, describe-variable): Use it.
22759
22760 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22761
22762 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22763 Eliminate nil as possible value.
22764 (tooltip-hide-delay): Reduce internal-border-width.
22765
22766 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22767 (menu-bar-file-menu) <new-file>: Likewise.
22768
22769 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22770
22771 * international/mule.el (load-with-code-conversion):
22772 Pass full file name to `eval-buffer' unless preloading.
22773
22774 * textmodes/flyspell.el (flyspell-large-region):
22775 Call ispell-check-version.
22776
22777 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22778 Fix the make-variable-buffer-local call that was supposed
22779 to be for this variable.
22780 (ispell-aspell-supports-utf8): Doc fix.
22781 (ispell-find-aspell-dictionaries): Preserve elements of
22782 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22783 (ispell-aspell-find-dictionary): Return nil on error.
22784
22785 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22786 (doctor-symptoms): Likewise.
22787
22788 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22789
22790 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22791
22792 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22793 (custom-raised-buttons): Add :set spec.
22794 (custom-button-unraised, custom-button-pressed-unraised):
22795 New faces, so that custom-raised-buttons actually does something.
22796 (custom-mode): Use custom-button and custom-button-pressed.
22797
22798 * wid-edit.el (widget-specify-button): Don't ignore
22799 widget-mouse-face on graphic terminals.
22800 (widget-move-and-invoke): Cleanup.
22801
22802 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22803
22804 * whitespace.el (whitespace-cleanup): Doc fix.
22805
22806 2005-10-23 Romain Francoise <romain@orebokech.com>
22807
22808 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22809 `eval-after-load' to avoid evaluating their result.
22810
22811 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22812
22813 * files.el (directory-listing-before-filename-regexp):
22814 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22815
22816 * dired.el (dired-move-to-filename-regexp): Remove.
22817 All occurrences replaced by `directory-listing-before-filename-regexp'.
22818
22819 * dired-x.el, locate.el, vc.el:
22820 Replace `dired-move-to-filename-regexp' by
22821 `directory-listing-before-filename-regexp'. In vc.el it is
22822 overwritten locally; maybe this can be handled in files.el too.
22823
22824 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22825 replaced by `directory-listing-before-filename-regexp'.
22826
22827 2005-10-23 Andreas Schwab <schwab@suse.de>
22828
22829 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22830 and eval-next-after-load.
22831
22832 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22833
22834 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22835 exist, create it.
22836
22837 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22838
22839 * allout.el: Remove autoloads for mailcrypt and crypt++.
22840 Require pgg, pgg-gpg during compilation.
22841 (allout-version): Increment version number to 2.1, and use a literal
22842 rather than RCS Id.
22843 (allout-default-encryption-scheme): Remove.
22844 (allout-passphrase-verifier-handling)
22845 (allout-passphrase-verifier-string)
22846 (allout-file-passphrase-verifier-string)
22847 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22848 (allout-passphrase-hint-handling): Rename and simplify.
22849 (allout-init): Use `find-file-hook' if available, otherwise
22850 `find-file-hooks'.
22851 (allout-mode): Use `write-file-functions' if available, otherwise
22852 `local-write-file-hooks' and, instead of making auto-save-hook
22853 buffer local, make the write-file-hook activity contingent to
22854 allout-mode.
22855 (allout-mode): Use key-binding substitution in the docstring.
22856 (allout-kill-line): Spell-out kill ring data structure mutation
22857 instead of using byte-compiler-complaint-provoking `pop'.
22858 (allout-insert-listified): Use `insert' rather than `insert-string'
22859 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22860 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22861 (allout-encrypt-string): Totally revamped vis new underlying
22862 encryption facilities.
22863 (allout-mc-activate-passwd): Remove.
22864 (allout-obtain-passphrase): New, more or less replaces
22865 allout-mc-activate-passwd.
22866 (allout-encrypted-key-info): More or less replaces
22867 allout-encrypted-text-type.
22868 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22869 (my-mark-marker): Use `(featurep 'xemacs)'.
22870
22871 2005-10-23 Lars Hansen <larsh@soem.dk>
22872
22873 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22874 (byte-compile-file-form-defmumble, byte-compile-defun)
22875 (byte-compile-defmacro): Use it.
22876 (byte-compile-form): Don't call byte-compile-set-symbol-position
22877 when a byte-compile handler is called.
22878
22879 2005-10-22 Romain Francoise <romain@orebokech.com>
22880
22881 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22882
22883 * subr.el (eval-after-load): Convert library name to an absolute
22884 file name using locate-library, since load-history no longer has
22885 library names in it.
22886
22887 2005-10-22 Richard M. Stallman <rms@gnu.org>
22888
22889 * files.el (make-temp-file): Move from subr.el.
22890 * subr.el (make-temp-file): Move to files.el.
22891
22892 * window.el (get-buffer-window-list): Move from subr.el.
22893 * subr.el (get-buffer-window-list): Move to window.el.
22894
22895 * image.el (image-load-path): Use eval-at-startup to initialize.
22896
22897 * subr.el (eval-at-startup): New macro.
22898
22899 * subr.el: Much rearrangement of functions and division
22900 into pages. No code changes.
22901
22902 2005-10-22 Kenichi Handa <handa@m17n.org>
22903
22904 * tar-mode.el (tar-extract): Be sure to call
22905 find-operation-coding-system if set-auto-coding doesn't find a
22906 coding system.
22907
22908 2005-10-22 Kim F. Storm <storm@cua.dk>
22909
22910 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22911 Change users.
22912 (image-type-file-name-regexps): New defconst.
22913 (image-type-from-data): Simplify loop.
22914 (image-type-from-buffer): New defun.
22915 (image-type-from-file-header): Use it instead of image-type-from-data.
22916 Use image-search-load-path instead of only looking in data-directory.
22917 (image-type-from-file-name): New defun.
22918 (image-search-load-path): Change `pathname' to `filename'.
22919 Make PATH arg optional, default to image-load-path.
22920
22921 2005-10-21 Richard M. Stallman <rms@gnu.org>
22922
22923 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22924
22925 * textmodes/paragraphs.el (sentence-end-base): New variable.
22926 (sentence-end): Use sentence-end-base.
22927
22928 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22929
22930 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22931 property independently from the font-lock-multiline variable.
22932
22933 2005-10-21 Richard M. Stallman <rms@gnu.org>
22934
22935 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22936
22937 * startup.el (command-line): Convert library names
22938 in `load-history' to absolute file names.
22939
22940 * subr.el (symbol-file): Doc fix.
22941
22942 * loadhist.el (file-loadhist-lookup): Call locate-library
22943 instead of find-library-name. Don't try converting
22944 abs file names to library names, since load-history no longer
22945 has library names in it.
22946 (file-dependents, file-provides, file-requires): Doc fixes.
22947
22948 2005-10-21 Juri Linkov <juri@jurta.org>
22949
22950 * progmodes/etags.el (tags-table-mode): New function.
22951 (tags-verify-table): Replace initialize-new-tags-table with
22952 tags-table-mode.
22953
22954 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22955 default value.
22956 (desktop-modes-not-to-save): Add tags-table-mode to the
22957 default value.
22958
22959 * info.el (Info-index-next): Add total number of index
22960 alternatives to the message.
22961
22962 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22963 backward only space (instead of space and period) before looking
22964 at sentence end.
22965
22966 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22967 Add the old variable value as 4th default-value arg of read-string.
22968
22969 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22970
22971 * cus-face.el (custom-declare-face): Make face from X resources
22972 also on Mac.
22973
22974 * disp-table.el (standard-display-g1, standard-display-graphic):
22975 Refuse to use string glyphs also on Mac.
22976 (standard-display-european): Don't set terminal coding system also
22977 on Mac.
22978
22979 * frame.el (display-screens): Use x-display-screens also on Mac.
22980
22981 2005-10-21 Romain Francoise <romain@orebokech.com>
22982
22983 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22984
22985 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22986
22987 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22988 and $? into sexps.
22989
22990 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22991 warning face on open-paren-in-column-0.
22992
22993 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22994 boundary case. Fix typo.
22995 Suggested by Martin Rudalics <rudalics@gmx.at>.
22996
22997 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22998
22999 * textmodes/org.el (org-combined-agenda-icalendar-file)
23000 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23001 (org-export-icalendar-this-file)
23002 (org-export-icalendar-all-agenda-files)
23003 (org-export-icalendar-combine-agenda-files): New commands.
23004 (org-export-icalendar, org-print-icalendar-entries)
23005 (org-start-icalendar-file, org-finish-icalendar-file)
23006 (org-ical-ts-to-string): New functions.
23007 (org-read-date, org-goto-calendar)
23008 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23009 call to `calendar'.
23010 (orgtbl-setup): Remove the :keys arguments from the menu description.
23011 (org-after-save-iCalendar-file-hook): New variable.
23012
23013 2005-10-21 Kenichi Handa <handa@m17n.org>
23014
23015 * language/vietnamese.el (tcvn-5712): Make it an alias of
23016 vietnamese-tcvn coding-system.
23017
23018 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23019
23020 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23021 group id is given.
23022
23023 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23024
23025 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23026 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23027 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23028 whose line is either continued or ends with a comment.
23029
23030 2005-10-20 Romain Francoise <romain@orebokech.com>
23031
23032 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23033
23034 * replace.el (occur-engine): Add follow-link property.
23035
23036 * font-core.el (font-lock-mode): Doc fix.
23037
23038 2005-10-20 Richard M. Stallman <rms@gnu.org>
23039
23040 * net/rcirc.el: New file.
23041
23042 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23043
23044 * term.el (term-term-name): Initialize to "eterm-color".
23045
23046 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23047
23048 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23049 for encryption functionality.
23050 Move allout customization subgroup from `editing' to `outlines' group.
23051 Fix commentary keywords to legitimate ones.
23052 Update author info (using my current email address, obscurified).
23053 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23054 (allout-encrypted-topic-p, allout-encrypted-text-type)
23055 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23056 (allout-situate-encryption-key-verifier)
23057 (allout-get-encryption-key-verifier, allout-verify-key)
23058 (allout-next-topic-pending-encryption)
23059 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23060 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23061 (outline-key-verifier-handling, outline-key-hint-handling)
23062 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23063 (allout-file-key-verifier-string, allout-encryption-scheme)
23064 (allout-key-verifier-string, allout-key-hint-string)
23065 (allout-after-save-decrypt): New variables.
23066 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23067 (allout-after-saves-handler): New hook functions.
23068 (allout-post-command-business): Do allout-after-save-decrypt.
23069 (allout-enable-file-variable-adjustment): Custom var to enable
23070 mechanism for adding and adjusting settings of Emacs file variables.
23071 (allout-adjust-file-variable, allout-file-vars-section-data):
23072 New functions, implement the mechanism.
23073 (outlineify-sticky): Use the file vars mechanism.
23074 (allout-inhibit-protection, allout-during-write-cue)
23075 (allout-override-protect, allout-before-change-protect): Remove.
23076 (allout-flag-region, allout-open-topic): Adjust read-only text.
23077 (allout-open-line-not-read-only): Add to facilitate read-only
23078 text based protection.
23079 (allout-kill-line): Revise to adjust read-only text, clue the
23080 user about the inhibition.
23081 (allout-unprotected): Use unwind-protect.
23082 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23083 topic deeper than the offspring depth of the previous topic -
23084 avoiding confusing "containment discontinuities".
23085 (allout-reindent-bodies): Fix retention of body relative hanging
23086 indent during promotion of collapsed bodies.
23087 (allout-open-topic): Make it easy to open new topic with same
23088 bullet as current topic - topic creation functions provided with
23089 any universal argument provokes now prompt for bullet, defaulting
23090 to the bullet of the previous topic.
23091 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23092 Plain bullet alternates `.' period and `,' comma only. All other
23093 bullets are relegated to special status (but customizable).
23094 (allout-end-of-entry): Rename from allout-end-of-current-entry
23095 since it actually operates w.r.t. most immediately containing
23096 entry, visible or not.
23097 (allout-hide-current-entry, allout-show-current-entry): Use the
23098 revised version.
23099 (allout-old-expose-topic): Solidify deprecation.
23100 (allout-end-of-subtree): Add so we can span concealed as well
23101 as visible topics.
23102 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23103 (allout-end-of-current-heading): Tweak to just respect the first line.
23104 (allout-get-body-text): Add.
23105 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23106 when invoked interactively.
23107 (allout-up-current-level): Use `interactive-p'.
23108 (allout-mode, allout-init): Miscellaneous docstring and
23109 operational refinements, as well as hookups of new encryption stuff.
23110 (allout-beginning-of-current-entry): Now works as advertised.
23111 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23112 (allout-isearch-rectification): Refine condition for isearching.
23113 (allout-isearch-abort, allout-enwrap-isearch)
23114 (allout-flag-region, my-region-active-p): Relocate some macros.
23115 (allout-title): Fallback title is (buffer-name), not
23116 non-existing (current-buffer-name).
23117 (subst-char-in-string): Define if absent (for some XEmacs versions).
23118
23119 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23120
23121 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23122 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23123 (mail-citation-prefix-regexp, mail-signature-file)
23124 (mail-default-headers, mail-bury-selects-summary)
23125 (mail-send-nonascii): Add autoload cookies.
23126
23127 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23128
23129 * frame.el (blink-cursor-mode): Add `mac' to the list of
23130 window-system's that support blinking cursor.
23131
23132 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23133
23134 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23135
23136 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23137
23138 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23139 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23140 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23141
23142 2005-10-20 Kim F. Storm <storm@cua.dk>
23143
23144 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23145 (ido-set-current-directory): Don't add / after final @.
23146 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23147 Explicitly handle ange-ftp completion oddities.
23148 (ido-make-file-list): Don't rotate list at tramp root to avoid
23149 triggering tramp file handler for expand-file-name via get-file-buffer.
23150
23151 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23152
23153 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23154
23155 2005-10-19 Jay Belanger <belanger@truman.edu>
23156
23157 * calc/calc-units.el (math-standard-units): Add units, adjust
23158 symbols and update values.
23159 (math-unit-prefixes): Add more prefixes.
23160
23161 2005-10-19 Romain Francoise <romain@orebokech.com>
23162
23163 * bookmark.el (bookmark-menu-heading): New face.
23164 (bookmark-bmenu-list): Use it.
23165 Don't fiddle with `baud-rate' at top-level.
23166
23167 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23168
23169 * image.el (create-image, find-image): Mention max-image-size in
23170 docstring.
23171
23172 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23173
23174 * savehist.el (savehist-load): Revert to checking XEmacs.
23175
23176 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23177 Various docstring and line-width fixups.
23178 (conf-mode): Use cond.
23179 Set font-lock-defaults. Don't set comment-use-syntax.
23180
23181 2005-10-18 David Ponce <david@dponce.com>
23182
23183 * tree-widget.el (tree-widget-button-click): New function.
23184 (tree-widget-button-keymap): Use it.
23185
23186 2005-10-18 Romain Francoise <romain@orebokech.com>
23187
23188 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23189 (bookmark-bmenu-hide-filenames): Add follow-link property.
23190 Improve help-echo text.
23191
23192 * ffap.el (find-file-at-point): Doc fix.
23193
23194 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23195
23196 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23197
23198 2005-10-18 Masatake YAMATO <jet@gyve.org>
23199
23200 Install to the CVS repository what I forgot to install in my
23201 2005-10-16 changes.
23202
23203 * progmodes/python.el (python-complete-symbol): Pass the common
23204 prefix substring of completion to `display-completion-list'.
23205
23206 * textmodes/org.el (org-complete): Ditto.
23207
23208 2005-10-18 Masatake YAMATO <jet@gyve.org>
23209
23210 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23211
23212 * woman.el (WoMan-xref-man-page): New button type derived
23213 from `Man-abstract-xref-man-page'.
23214 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23215
23216 * man.el (Man-abstract-xref-man-page): New button type.
23217 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23218 (Man-highlight-references): Add new optional argument `xref-man-type'.
23219
23220 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23221
23222 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23223
23224 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23225
23226 * cus-edit.el (Custom-move-and-invoke): Delete.
23227 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23228
23229 * wid-edit.el (widget-move-and-invoke): New function, from
23230 Custom-move-and-invoke.
23231
23232 2005-10-17 Bill Wohler <wohler@newt.com>
23233
23234 Move all remaining images from lisp/toolbar to etc/images, move
23235 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23236 the low resolution images in their own directory (low-color).
23237
23238 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23239 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23240 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23241 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23242 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23243 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23244 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23245
23246 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23247 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23248 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23249 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23250 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23251 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23252 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23253 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23254 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23255 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23256 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23257 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23258 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23259 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23260 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23261
23262 To conform with convention, replace the underscore (_) in the
23263 following image names with dash (-) or (/) as appropriate.
23264
23265 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23266 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23267 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23268 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23269 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23270 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23271 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23272 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23273 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23274 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23275 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23276 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23277 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23278 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23279 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23280
23281 * info.el (info-tool-bar-map): Replace underscores in image names
23282 with dashes.
23283
23284 * makefile.w32-in (WINS): Remove toolbar.
23285
23286 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23287
23288 * tool-bar.el: Move to lisp from toolbar. Now that
23289 toolbar is empty, it should be deleted when folks run "cvs up -P".
23290
23291 2005-10-18 Jay Belanger <belanger@truman.edu>
23292
23293 * calc/calc-store.el (calc-store-into): Get the proper variable name
23294 to display in message.
23295
23296 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23297
23298 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23299 expressions display in speedbar for all buffers when debugging.
23300 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23301
23302 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23303 (speedbar-insert-button, speedbar-make-button):
23304 Use add-text-properties.
23305 (speedbar-update-localized-contents)
23306 (speedbar-update-directory-contents)
23307 (speedbar-update-special-contents): Use dolist.
23308 (speedbar-buffer-easymenu-definition): Add a menu separator.
23309
23310 2005-10-17 Jason Rumney <jasonr@gnu.org>
23311
23312 * makefile.w32-in: Use $(lisp) consistently.
23313 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23314 for shell specific generation of mh-autoloads.
23315
23316 2005-10-17 Richard M. Stallman <rms@gnu.org>
23317
23318 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23319
23320 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23321
23322 * jit-lock.el (jit-lock-fontify-now):
23323 Move jit-lock-context-unfontify-pos to avoid wasted work.
23324
23325 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23326
23327 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23328 `tramp-completion-mode' for checking if we are in completion mode.
23329 (tramp-completion-handle-file-name-all-completions): Reorder code
23330 in order to complete for file names only in case there are no
23331 method/user/host completions. This is necessary for cooperation
23332 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23333
23334 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23335
23336 * longlines.el (longlines-search-forward)
23337 (longlines-search-backward): Match any number of spaces.
23338
23339 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23340
23341 * diff-mode.el (diff-mode): Doc fix.
23342
23343 2005-10-16 David Reitter <david.reitter@gmail.com>
23344
23345 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23346 as default on darwin and windows systems.
23347
23348 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23349
23350 * arc-mode.el (archive-zip-extract): Doc fix.
23351
23352 2005-10-16 Romain Francoise <romain@orebokech.com>
23353
23354 * mouse.el (mouse-1-click-follows-link): Doc fix.
23355
23356 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23357
23358 * savehist.el: Don't require CL at runtime.
23359 (savehist-xemacs): Remove.
23360 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23361 (savehist-no-conversion): Use (featurep 'xemacs).
23362 (savehist-load): Check existence of start-itimer rather than XEmacs.
23363 Use an idle timer.
23364 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23365 `delete-if-not'.
23366
23367 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23368
23369 * savehist.el: Newer version.
23370 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23371 (savehist-last-checksum, savehist-no-conversion): New vars.
23372 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23373 New functions.
23374 (savehist-load, savehist-save): Use them.
23375 (savehist-delimit): Remove.
23376
23377 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23378
23379 * progmodes/compile.el (compilation-goto-locus): Display the
23380 compilation buffer first and the source buffer second, in case they're
23381 in overlapping frames. Don't raise the compilation frame if it was the
23382 selected window upon entry. Pass the `other-window' arg to
23383 pop-to-buffer.
23384
23385 * info.el (Info-fontify-node): Use dolist.
23386 Change add-text-properties to put-text-property.
23387
23388 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23389
23390 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23391 bound of search.
23392
23393 2005-10-16 Masatake YAMATO <jet@gyve.org>
23394
23395 * dabbrev.el (dabbrev-completion): Pass the common
23396 prefix substring of completion to `display-completion-list'.
23397
23398 * filecache.el (file-cache-minibuffer-complete)
23399 (file-cache-complete): Ditto.
23400
23401 * tempo.el (tempo-display-completions): Ditto.
23402
23403 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23404
23405 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23406
23407 * eshell/em-hist.el (eshell-list-history): Ditto.
23408
23409 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23410
23411 * mail/mailalias.el (mail-complete): Ditto.
23412
23413 * progmodes/etags.el (complete-tag): Ditto.
23414
23415 * progmodes/make-mode.el (makefile-complete): Ditto.
23416
23417 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23418
23419 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23420
23421 * progmodes/pascal.el (pascal-complete-word)
23422 (pascal-show-completions): Ditto.
23423
23424 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23425
23426 * simple.el (completion-common-substring): New variable.
23427 (completion-setup-function): Use `completion-common-substring'
23428 to put faces.
23429
23430 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23431
23432 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23433 (x-get-selection, mac-select-convert-to-string): Convert from/to
23434 UTF-16 clipboard data as in native byte order, no BOM.
23435
23436 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23437
23438 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23439 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23440 (gud-sentinel): Use speedbar-frame to check for speedbar.
23441
23442 2005-10-15 Richard M. Stallman <rms@gnu.org>
23443
23444 * savehist.el: New file.
23445
23446 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23447
23448 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23449 Fix bug in \bf fontification.
23450
23451 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23452
23453 * pcvs.el (cvs-edit-log-files): New var.
23454 (cvs-mode-edit-log): New arg `file'.
23455 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23456 Instead force the use of the original file and nothing else.
23457 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23458 the cvs-minor-wrap-function is set.
23459 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23460
23461 2005-10-14 Bill Wohler <wohler@newt.com>
23462
23463 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23464 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23465 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23466 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23467 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23468 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23469 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23470 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23471 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23472 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23473 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23474 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23475 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23476 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23477 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23478
23479 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23480 appropriately (for example, gud-break to gud/break).
23481
23482 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23483
23484 * longlines.el (longlinges-search-function)
23485 (longlines-search-forward, longlines-search-backward): New functions.
23486 (longlines-mode): Set isearch-search-fun-function to
23487 longlinges-search-function.
23488
23489 * mouse.el (mouse-drag-region-1): Handle the case where a
23490 double-click event is bound to an arbitrary function.
23491
23492 2005-10-14 David Ponce <david@dponce.com>
23493
23494 * recentf.el (recentf-track-opened-file)
23495 (recentf-track-closed-file, recentf-update-menu)
23496 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23497 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23498 mouse-1-click-follows-link.
23499
23500 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23501
23502 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23503 Gnome file-manager.png. Suggested by
23504 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23505
23506 * toolbar/README: Add diropen.xpm.
23507
23508 2005-10-13 Bill Wohler <wohler@newt.com>
23509
23510 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23511 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23512
23513 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23514
23515 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23516 Don't waste the byte-compiler's time on constant data.
23517
23518 2005-10-13 Kenichi Handa <handa@m17n.org>
23519
23520 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23521 byte with `escape-glyph' face.
23522
23523 * international/fontset.el (ccl-encode-unicode-font):
23524 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23525 Handle the case that ucs-mule-to-mule-unicode translates a character to
23526 ASCII (usually for IPA characters).
23527
23528 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23529
23530 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23531 Don't hide the underline of titles if font-lock-mode is disabled.
23532
23533 2005-10-12 Bill Wohler <wohler@newt.com>
23534
23535 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23536 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23537 files in MH-E-SRC have been updated.
23538 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23539
23540 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23541
23542 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23543 (mixal-mode-syntax-table): Add \n as end-comment.
23544 (mixal-operation-codes-alist): Immediately initialize to full value.
23545 (mixal-add-operation-code): Remove.
23546 (mixal-describe-operation-code): Make the arg non-optional.
23547 Use the interactive spec instead.
23548 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23549 (mixal-font-lock-keywords): Don't highlight comments here any more.
23550 (mixal-font-lock-syntactic-keywords): New var.
23551 (mixal-mode): Use it. Fix comment-start-skip.
23552
23553 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23554
23555 * startup.el (command-line-x-option-alist): -nb => -nbi.
23556
23557 2005-10-12 Kim F. Storm <storm@cua.dk>
23558
23559 * startup.el (fancy-splash-default-action): Discard mouse click in
23560 the splash screen window, as it has no sensible meaning in the
23561 next window to be selected. Fixes error reported by Jan D.
23562
23563 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23564
23565 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23566
23567 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23568
23569 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23570 Try to fix up minor layout issues like indentation, line break, etc...
23571 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23572 because it doesn't work.
23573 (mixal-operation-codes): Add some more codes.
23574 (mixal-font-lock-keywords): Process comments here.
23575 (mixal-mode): mixasm no longer needs -g option.
23576
23577 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23578
23579 * progmodes/sh-script.el (sh-tmp-file):
23580 Use mktemp -t. Finish support for es and rc shells.
23581
23582 2005-10-11 Jay Belanger <belanger@truman.edu>
23583
23584 * calc/calcalg2.el (calc-integral): With an argument, compute the
23585 definite integral.
23586
23587 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23588
23589 * mouse.el (mouse-drag-region-1): Don't try to catch a
23590 double-click when doing follow-link (it's overridden anyway).
23591
23592 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23593
23594 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23595 (autoload-print-form-outbuf): Add docstring.
23596
23597 2005-10-11 Juri Linkov <juri@jurta.org>
23598
23599 * info.el (Info-mode-menu): Delete menu item "Edit".
23600 (Info-mode): Delete description of Info-edit from docstring,
23601 and rearrange descriptions of Info commands in the order
23602 they are documented in the Info manual.
23603
23604 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23605
23606 * calendar/appt.el (appt-check): Use diary-selective-display var.
23607
23608 2005-10-10 Richard M. Stallman <rms@gnu.org>
23609
23610 * net/newsticker.el (newsticker-start, newsticker-show-news):
23611 Add autoload cookies.
23612
23613 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23614
23615 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23616
23617 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23618
23619 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23620
23621 2005-10-10 Jay Belanger <belanger@truman.edu>
23622
23623 * calc/calc-arith.el (math-check-known-scalarp)
23624 (math-check-known-matrixp): Check the values of arguments that are
23625 variables.
23626 (math-check-known-square-matrixp): New function.
23627 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23628 (math-super-types): Add sqmatrix type.
23629
23630 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23631 mode name `square' to `sqmatrix'.
23632
23633 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23634 mode name `square' to `sqmatrix'.
23635
23636 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23637
23638 * progmodes/etags.el (select-tags-table-mode): Don't use
23639 selective-display.
23640 (tags-select-tags-table): Pass `button' to the action function.
23641 (select-tags-table): Place the side-info on button properties rather
23642 than in hidden text. Abbreviate file names.
23643 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23644 (select-tags-table-select): Add `button' argument.
23645 Get side-info from the button property rather than from hidden text.
23646
23647 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23648
23649 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23650 (gud-speedbar-buttons): Preserve point if possible.
23651 (gud-sentinel): Restore previous speedbar display type.
23652
23653 * progmodes/gdb-ui.el (gdba): Improve diagram.
23654 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23655 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23656 Call get-buffer-window once.
23657
23658 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23659
23660 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23661 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23662 (pascal-indent-command): Remove unused var `ind'.
23663 (pascal-indent-case): Remove unused var `oldpos'.
23664 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23665 since it's now used as a proper minor mode map.
23666 (pascal-outline): Rename to pascal-outline-mode.
23667 (pascal-outline-mode): Use define-minor-mode.
23668 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23669 selective-display.
23670
23671 2005-10-10 Andreas Schwab <schwab@suse.de>
23672
23673 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23674 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23675
23676 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23677 outside source directory.
23678
23679 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23680
23681 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23682 C-x' as a prefix.
23683 (orgtbl-mode-map): Full keymap instead of sparse, because all
23684 `self-insert-command' keys are redefined in this map.
23685 (org-export-as-html): Specify charset for HTML file, by taking it
23686 from the coding system.
23687
23688 2005-10-10 Kenichi Handa <handa@m17n.org>
23689
23690 * textmodes/flyspell.el (flyspell-check-word-p):
23691 If unread-command-events is non-empty, don't call sit-for.
23692
23693 2005-10-09 Richard M. Stallman <rms@gnu.org>
23694
23695 * font-lock.el (font-lock-syntactic-keywords)
23696 (font-lock-keywords): Doc fixes.
23697
23698 * textmodes/flyspell.el (flyspell-external-point-words):
23699 Simplify logic, and don't try to check for consecutive appearances
23700 of one incorrect word.
23701
23702 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23703
23704 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23705 separator.
23706
23707 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23708 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23709 (gud-expansion-speedbar-buttons): New function.
23710 (gud-speedbar-buttons): Check for gud-comint-buffer.
23711
23712 2005-10-09 Bill Wohler <wohler@newt.com>
23713
23714 * Makefile.in (updates): Add mh-loaddefs dependency.
23715
23716 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23717
23718 * speedbar.el (speedbar-file-key-map): Fix typo.
23719
23720 2005-10-09 Daniel Brockman <daniel@brockman.se>
23721
23722 * cus-start.el (line-spacing): Add custom spec.
23723
23724 2005-10-09 Romain Francoise <romain@orebokech.com>
23725
23726 * textmodes/ispell.el (ispell-check-version): Fix last change.
23727
23728 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23729
23730 * term/x-win.el: Remove -i, --icon-type from comment.
23731
23732 * startup.el (command-line-x-option-alist): Remove options -i,
23733 -itype, --icon-type, added -nb, --no-bitmap-icon.
23734
23735 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23736
23737 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23738 instead of :active.
23739
23740 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23741
23742 * textmodes/ispell.el (ispell-check-version):
23743 Ignore hyphen, and all that follows, in aspell's version text.
23744
23745 2005-10-08 Jay Belanger <belanger@truman.edu>
23746
23747 * calc/calc-arith.el (math-known-square-matrixp): New function.
23748 (math-pow-fancy): Check for matrices before distributing exponent
23749 across products.
23750
23751 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23752 fullscreen keypad. Suggested by Luc Teirlinck.
23753 (calc-keypad-show-input): Add space for formatting.
23754
23755 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23756 Add square matrix option.
23757
23758 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23759 of checking calc-matrix-mode when deciding how to expand.
23760
23761 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23762
23763 2005-10-08 Lars Hansen <larsh@soem.dk>
23764
23765 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23766 Add error handling.
23767 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23768
23769 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23770
23771 Sync with Tramp 2.0.51.
23772
23773 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23774 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23775 Insert special handling for `last-coding-system-used', again
23776 it still seems to be necessary (unlike stated before).
23777 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23778 (tramp-password-prompt-regexp): There might be other words before
23779 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23780 (tramp-chunksize): Improve docstring.
23781 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23782 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23783 Christian Joergensen <bugs@razor.dk>.
23784
23785 2005-10-07 Glenn Morris <rgm@gnu.org>
23786
23787 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23788 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23789 precision'.
23790
23791 2005-10-07 Romain Francoise <romain@orebokech.com>
23792
23793 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23794 (ibuffer-do-shell-command-pipe-replace)
23795 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23796 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23797 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23798 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23799 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23800 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23801 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23802 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23803 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23804 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23805 Autoload file sans suffix.
23806
23807 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23808
23809 2005-10-07 David Ponce <david@dponce.com>
23810
23811 * recentf.el (recentf-menu-open-all-flag): New option.
23812 (recentf-digit-shortcut-command-name): New function.
23813 (recentf--shortcuts-keymap): New variable.
23814 (recentf-menu-shortcuts): New variable.
23815 (recentf-make-menu-items): Initialize it. Replace the "More..."
23816 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23817 (recentf-menu-value-shortcut): New function.
23818 (recentf-make-menu-item): Use it. No more in-lined.
23819 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23820 (recentf-open-most-recent-file): Rename from
23821 `recentf-open-file-with-key'. Don't depend on key binding.
23822 (recentf-mode-map): New variable.
23823 (recentf-mode): Use it.
23824
23825 2005-10-06 Bill Wohler <wohler@newt.com>
23826
23827 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23828
23829 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23830 (MH-E-SRC): New. Used by mh-autoloads.
23831 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23832 files in MH-E-SRC have been updated.
23833 (compile, recompile, bootstrap): Depend on mh-autoloads.
23834
23835 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23836
23837 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23838 gud-break and gud-remove icons when the fringe is not available.
23839
23840 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23841 Typo.
23842
23843 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23844
23845 * play/zone.el (zone): Wrap body with save-window-excursion.
23846
23847 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23848
23849 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23850 Use the new `list-only' arg to diary-list-entries.
23851
23852 * calendar/diary-lib.el: Use overlays rather than selective-display.
23853 (diary-selective-display): New var.
23854 (diary-header-line-format): Use it.
23855 (diary-list-entries): Add argument `list-only'.
23856 Put the buffer in diary-mode. Don't add \^M at beg and end.
23857 Replace \^M by invisible overlays.
23858 (diary-unhide-everything): Replace \^M by invisible overlays.
23859 (print-diary-entries): Look for overlays rather than \^M.
23860 Add a space to the temp buffer name.
23861 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23862 Put the buffer in diary-mode.
23863 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23864 (diary-anniversary): Make the year arg optional.
23865 (diary-time-regexp): New const.
23866 (diary-font-lock-keywords): Use it to accept a few more time formats.
23867
23868 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23869
23870 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23871
23872 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23873 Fix bug introduced 2005-07-03: Use (car (last ...))
23874 to faithfully reproduce replaced artist-last.
23875 (artist-set-arrow-points-for-poly): Likewise.
23876 Suggested by Johan Bockg\e,Ae\e(Brd.
23877
23878 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23879
23880 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23881 * wid-edit.el (widget):
23882 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23883 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23884
23885 2005-10-06 Kenichi Handa <handa@m17n.org>
23886
23887 * international/mule-cmds.el (set-language-environment):
23888 Fix setting up of case-table for unibyte mode.
23889
23890 * simple.el (what-cursor-position): If the character is displayed
23891 by some `display' text property, show that. Don't use
23892 single-key-description for eight-bit characters in multibyte mode.
23893
23894 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23895
23896 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23897 (gdb-ann3): Set it.
23898 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23899 (gdb-info-frames-custom): Use inverse-video for first five
23900 characters of selected frame only.
23901 (gdb-get-frame-number): Select frame even when point is on frame
23902 number.
23903
23904 2005-10-06 Masatake YAMATO <jet@gyve.org>
23905
23906 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23907 Put `font-lock-function-name-face'.
23908 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23909 and `font-lock-variable-name-face'
23910 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23911 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23912 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23913 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23914 (gdb-local-font-lock-keywords): New font lock keywords definition.
23915 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23916 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23917 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23918
23919 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23920
23921 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23922 (ediff-merge-region-is-non-clash-to-skip): Previously called
23923 ediff-merge-region-is-non-clash.
23924
23925 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23926 Use insert-buffer-substring.
23927
23928 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23929 selecting files to patch. Also bug fixes.
23930
23931 * ediff-util.el (ediff-setup): Bug fix.
23932 (ediff-next-difference): Never skip clashes that differ in white
23933 space only.
23934
23935 * ediff-wind.el (ediff-setup-control-frame)
23936 (ediff-destroy-control-frame): Check the menubar feature.
23937
23938 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23939 (viper-refresh-mode-line): Use make-local-variable to localize
23940 some vars instead of make-variable-buffer-local. Suggested by
23941 Stefan Monnier.
23942
23943 * emulation/viper-init.el (viper-make-variable-buffer-local):
23944 Delete alias.
23945 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23946 Use make-local-variable instead of make-variable-buffer-local.
23947 Suggested by Stefan Monnier.
23948
23949 * emulation/viper.el (viper-mode): Don't use
23950 viper-make-variable-buffer-local.
23951 (viper-comint-mode-hook): Use make-local-variable on
23952 require-final-newline.
23953 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23954
23955 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23956
23957 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23958 also the second char of a comment-start sequence.
23959 (scheme-sexp-comment-syntax-table): New var.
23960 (lambda, define): Set their scheme-doc-string-elt property.
23961 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23962 Use lisp-font-lock-syntactic-face-function now that it properly
23963 handles |...| symbols.
23964 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23965 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23966
23967 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23968 bit from # to |.
23969 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23970
23971 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23972 (lisp-doc-string-elt-property): New var.
23973 (lisp-font-lock-syntactic-face-function): Use it.
23974 Rewrite to recognize docstrings even for forms not at toplevel.
23975
23976 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23977 annotation on the | part of #| rather than on the # part.
23978 (scheme-font-lock-syntactic-face-function): New function, to
23979 distinguish strings from |...| symbols.
23980 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23981 syntax-table so that #|...|# is properly highlighted.
23982
23983 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23984 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23985
23986 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23987
23988 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23989 and C-e.
23990
23991 * emacs-lisp/eldoc.el: Move comments into docstrings.
23992 (eldoc-message-commands): Initialize in its declaration.
23993 Add move-beginning-of-line and move-end-of-line.
23994 (eldoc-add-command, eldoc-add-command-completions)
23995 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23996
23997 * outline.el (outline-mark-subtree): Activate the mark.
23998
23999 * calendar/appt.el (appt-time-regexp): New var.
24000 (appt-add, appt-make-list): Use it.
24001 (appt-convert-time): Clean up.
24002
24003 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24004 Don't set any syntax-table property here.
24005 (tex-font-lock-verb): New function. Do it here.
24006 (tex-font-lock-syntactic-keywords): Use it.
24007
24008 2005-10-04 Richard M. Stallman <rms@gnu.org>
24009
24010 * wid-edit.el (widget-file-complete): Get the widget start point
24011 the right way. Default directory to `/' if file has none.
24012
24013 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24014
24015 * textmodes/flyspell.el (flyspell-mode-on):
24016 Call ispell-maybe-find-aspell-dictionaries.
24017
24018 * textmodes/ispell.el (ispell-word, ispell-region):
24019 Call ispell-maybe-find-aspell-dictionaries.
24020 (ispell-accept-buffer-local-defs):
24021 Don't call ispell-maybe-find-aspell-dictionaries.
24022
24023 2005-10-04 Richard M. Stallman <rms@gnu.org>
24024
24025 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24026
24027 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24028
24029 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24030 instead of `fboundp' in order to allow for anonymous functions.
24031
24032 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24033
24034 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24035 case the user clicks on the link while another window is selected.
24036 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24037
24038 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24039 functionality.
24040 (dframe-help-echo): Save point in case mouse tracking is off.
24041
24042 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24043
24044 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24045
24046 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24049 not change the global value of those vars.
24050
24051 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24052 make-local-variable which we do not need any more.
24053
24054 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24055
24056 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24057 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24058 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24059 (speedbar-path-line): Define obsolete aliases.
24060 (speedbar-line-directory): Doc fix.
24061
24062 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24063 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24064 instead of speedbar-line-path.
24065
24066 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24067
24068 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24069 to nil if dropping on a window. Handle dropping on a minibuffer window
24070 like dropping on a non-window part of Emacs.
24071
24072 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24073
24074 * net/ange-ftp.el: Use with-current-buffer.
24075 (ange-ftp-insert-directory): Do not follow symlinks any more.
24076
24077 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24078 Remove interactive spec.
24079
24080 2005-10-03 Kim F. Storm <storm@cua.dk>
24081
24082 * ido.el (ido-mode): Use custom-initialize-set.
24083
24084 2005-10-02 Richard M. Stallman <rms@gnu.org>
24085
24086 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24087 Use insert-buffer-substring.
24088
24089 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24090 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24091
24092 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24093
24094 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24095 in last change.
24096 (ange-ftp-insert-directory): Fix up the search for the case where
24097 `file' is absolute.
24098
24099 2005-10-02 Romain Francoise <romain@orebokech.com>
24100
24101 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24102
24103 2005-10-02 Andreas Schwab <schwab@suse.de>
24104
24105 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24106 directory component in the session info.
24107
24108 2005-10-01 Richard M. Stallman <rms@gnu.org>
24109
24110 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24111
24112 * simple.el (next-error-internal): New function.
24113
24114 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24115 (compilation-start): Pass new arg to compilation-buffer-name.
24116 (compile-goto-error): Use next-error-internal.
24117
24118 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24119
24120 * speedbar.el: Remove RCS tag.
24121 (speedbar-check-read-only): Handle non-existent files.
24122
24123 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24124
24125 * info.el (Info-speedbar-hierarchy-buttons)
24126 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24127
24128 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24129
24130 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24131 Do not match newline.
24132 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24133 (bibtex-summary): Remove unnecessary save-excursion.
24134 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24135
24136 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24137
24138 * term/mac-win.el: Add charset info for "iso10646-1".
24139 Modify default fontset to use ATSUI-compatible fonts for some charsets
24140 if available.
24141
24142 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24143
24144 * speedbar.el: Re-apply arch tag.
24145 (speedbar-version): Rename to version 1.0. Suggested by Eric
24146 M. Ludlam.
24147 Reapply two changes from Emacs CVS' version of speedbar lost
24148 during the merge:
24149 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24150 (speedbar-frame-parameters): Improve customize type.
24151
24152 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24153
24154 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24155 (ange-ftp-file-directory-p): Fix the symlink case.
24156 (ange-ftp-insert-directory): When listing a single file, get a list of
24157 the parent buffer and extract the relevant line. Inspired from a patch
24158 by Katsumi Yamaoka <yamaoka@jpl.org>.
24159 (ange-ftp-file-name-sans-versions): Simplify.
24160
24161 2005-09-30 Bill Wohler <wohler@newt.com>
24162
24163 Move MH-E image files from toolbar and mail directories into
24164 etc/images.
24165
24166 * mail/reply2.*: Move to etc/images/mail/reply*.
24167
24168 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24169 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24170 etc/images.
24171
24172 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24173 * toolbar/reply*: Move to etc/images/mail.
24174
24175 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24176
24177 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24178
24179 * speedbar.el: New version 1.0pre3.
24180
24181 Frame management code (including timer, and mouse click specifics)
24182 moved to dframe.el:
24183 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24184 (speedbar-timer): Removed. Use dframe-timer.
24185 (speedbar-close-frame): Removed. Use dframe-close-frame.
24186 (speedbar-activity-change-focus-flag): Removed. Use
24187 dframe-activity-change-focus-flag.
24188 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24189 dframe-update-speed.
24190
24191 (speedbar-current-frame): New macro. Use this instead of the
24192 variable speedbar-frame.
24193
24194 (speedbar-use-images, speedbar-expand-image-button-alist)
24195 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24196
24197 (speedbar-find-image-on-load-path): Removed. Replaced by
24198 defezimage in ezimage.el.
24199 (speedbar-expand-image-button-alist): Removed. Replaced by
24200 ezimage-expand-image-button-alist in ezimage.el.
24201
24202 (speedbar-ignored-directory-regexp)
24203 (speedbar-add-ignored-directory-regexp)
24204 (speedbar-ignored-directory-expressions)
24205 (speedbar-line-directory, speedbar-buffers-line-directory)
24206 (speedbar-directory-line, speedbar-buffers-line-directory):
24207 Renamed, replacing `path' with `directory'.
24208
24209 (speedbar-create-directory, speedbar-expand-line-descendants)
24210 (speedbar-toggle-line-expansion)
24211 (speedbar-contract-line-descendants): New commands.
24212
24213 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24214 (speedbar-use-tool-tips-flag): New options.
24215
24216 (speedbar-check-read-only, speedbar-require-version)
24217 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24218 (speedbar-handle-delete-frame, speedbar-try-completion)
24219 (speedbar-update-localized-contents): New functions.
24220
24221 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24222 (speedbar-object-read-only-indicator): New variables.
24223
24224 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24225 New hooks.
24226
24227 (speedbar-separator-face): New face.
24228
24229 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24230 (speedbar-ignored-modes): Add fundamental-mode.
24231 (speedbar-directory-unshown-regexp): Add . directories.
24232
24233 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24234 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24235 `]' for full expand/close.
24236 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24237
24238 (speedbar-check-vc): Support hidden files.
24239 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24240 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24241 state is nil, it is not checked out.
24242
24243 (speedbar-line-text, speedbar-line-token): Support expand buttons
24244 with no text.
24245 (speedbar-refresh): Universal argument acts as power-click.
24246 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24247 that buffer to get variable values.
24248
24249 And many other bugfixes.
24250
24251 * dframe.el, ezimage.el, sb-image.el: New files.
24252
24253 * sb-*.xpm: Remove files. New image files installed into
24254 etc/images/ezimage.
24255
24256 2005-09-30 Kenichi Handa <handa@m17n.org>
24257
24258 * ps-mule.el (ps-mule-show-warning): If a character is in
24259 ps-print-translation-table, don't treat it as non-printable.
24260
24261 2005-09-30 David Ponce <david@dponce.com>
24262
24263 * tree-widget.el (tree-widget-themes-load-path): New variable.
24264 (tree-widget-themes-directory): Doc fix.
24265 (tree-widget-image-formats) [Emacs]: Doc fix.
24266 (tree-widget--locate-sub-directory): New function.
24267 (tree-widget-themes-directory): Use it.
24268
24269 * recentf.el (recentf-filename-handlers): Rename from
24270 `recentf-filename-handler'. Allow a list of functions.
24271 (recentf-menu-items-for-commands): Fix :help strings.
24272 (recentf-apply-filename-handlers): New function.
24273 (recentf-expand-file-name): Use it.
24274 (recentf-cleanup): Remove duplicates too.
24275
24276 2005-09-29 Juri Linkov <juri@jurta.org>
24277
24278 * faces.el: Rearrange face definitions to be in the same order as
24279 their face descriptions in "(emacs)Standard Faces".
24280
24281 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24282
24283 * tooltip.el (tooltip): Add group `basic-faces'.
24284
24285 * buff-menu.el (Buffer-menu-buffer): Remove group
24286 `font-lock-highlighting-faces'.
24287
24288 * progmodes/compile.el (compilation-error, compilation-warning)
24289 (compilation-info, compilation-line-number, compilation-column-number):
24290 Change group from `font-lock-highlighting-faces' to `compilation'.
24291
24292 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24293 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24294 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24295 (vhdl-font-lock-reserved-words-face)
24296 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24297 `font-lock-highlighting-faces'.
24298
24299 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24300
24301 2005-09-28 Kim F. Storm <storm@cua.dk>
24302
24303 * emulation/cua-base.el: Set CUA move property on additional commands:
24304 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24305 forward-sexp, backward-sexp, forward-list, backward-list.
24306
24307 2005-09-28 Romain Francoise <romain@orebokech.com>
24308
24309 * comint.el (comint-show-output): Really set point at the
24310 beginning of the output when not using `comint-use-prompt-regexp'.
24311
24312 2005-09-27 Jay Belanger <belanger@truman.edu>
24313
24314 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24315 in TeX mode.
24316
24317 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24318
24319 * textmodes/org.el (org-table-sum): Fix format string.
24320
24321 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24322 Quote face names.
24323
24324 2005-09-26 Romain Francoise <romain@orebokech.com>
24325
24326 * isearch.el (isearch-forward-regexp): Close doc string.
24327
24328 2005-09-25 Richard M. Stallman <rms@gnu.org>
24329
24330 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24331
24332 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24333
24334 * progmodes/compile.el (compilation-error-properties):
24335 When getting the file from the previous error message,
24336 correctly decode the new data format.
24337
24338 * progmodes/cc-cmds.el (c-electric-paren):
24339 Call old-blink-paren only for close-paren.
24340
24341 2005-09-24 Andreas Schwab <schwab@suse.de>
24342
24343 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24344 condition.
24345
24346 2005-09-25 Romain Francoise <romain@orebokech.com>
24347
24348 * dired-aux.el (dired-copy-file-recursive):
24349 * dired.el (dired-delete-file):
24350 * ediff-mult.el (ediff-dir-diff-copy-file):
24351 * ediff-util.el (ediff-test-save-region):
24352 * forms.el (forms-mode):
24353 * ido.el (ido-file-internal, ido-delete-file-at-head):
24354 * log-edit.el (log-edit-done):
24355 * ses.el (ses-yank-resize):
24356 * play/gomoku.el (gomoku-human-plays, gomoku)
24357 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24358 (gomoku-offer-a-draw):
24359 * play/landmark.el (lm-human-resigns, lm):
24360 * net/eudcb-ldap.el (eudc-ldap-check-base):
24361 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24362 * progmodes/ebrowse.el (ebrowse-find-pattern):
24363 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24364 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24365 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24366
24367 * vc.el (vc-delete-file):
24368 * play/gomoku.el (gomoku-terminate-game, gomoku)
24369 (gomoku-prompt-for-move, gomoku-human-takes-back):
24370 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24371 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24372
24373 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24374
24375 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24376 color rxvt terminals by using the code xterm.el used to use before
24377 2005-04-09 in order to match the colors used by rxvt.
24378
24379 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24380
24381 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24382 colors rxvt-unicode terminals by using the same code as xterm.el.
24383
24384 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24385
24386 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24387 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24388 new symbol used for the tex-verbatim face.
24389
24390 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24391
24392 * woman.el (woman-file-name):
24393 * wid-edit.el (widget-file-prompt-value)
24394 (widget-coding-system-prompt-value):
24395 * w32-fns.el (set-w32-system-coding-system):
24396 * vc.el (vc-version-diff, vc-annotate):
24397 * textmodes/reftex-auc.el (reftex-arg-cite)
24398 (reftex-arg-index-tag):
24399 * textmodes/refer.el (refer-get-bib-files):
24400 * textmodes/artist.el (artist-figlet-choose-font):
24401 * terminal.el (terminal-emulator):
24402 * replace.el (occur-read-primary-args):
24403 * rect.el (string-rectangle, string-insert-rectangle):
24404 * ps-print.el (ps-print-preprint):
24405 * progmodes/pascal.el (pascal-goto-defun):
24406 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24407 * progmodes/compile.el (compilation-find-file):
24408 * printing.el (pr-interactive-n-up):
24409 * play/animate.el (animate-birthday-present):
24410 * net/rcompile.el (remote-compile):
24411 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24412 * mail/rmailsum.el (rmail-summary-search-backward)
24413 (rmail-summary-search):
24414 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24415 (rmail-output-read-file-name):
24416 * mail/rmail.el (rmail-search, rmail-search-backwards):
24417 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24418 * locate.el (locate):
24419 * international/quail.el (quail-show-keyboard-layout):
24420 * international/mule.el (set-buffer-file-coding-system)
24421 (revert-buffer-with-coding-system, set-file-name-coding-system)
24422 (set-terminal-coding-system, set-keyboard-coding-system)
24423 (set-next-selection-coding-system):
24424 * international/mule-diag.el (describe-coding-system)
24425 (describe-font, describe-fontset):
24426 * international/mule-cmds.el (universal-coding-system-argument)
24427 (search-unencodable-char, describe-input-method)
24428 (set-language-environment, describe-language-environment):
24429 * international/codepage.el (codepage-setup):
24430 * international/code-pages.el (codepage-setup):
24431 * info.el (Info-search, Info-follow-reference)
24432 (Info-search-backward):
24433 * emacs-lisp/advice.el (ad-read-advised-function)
24434 (ad-read-advice-class, ad-clear-cache, ad-activate)
24435 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24436 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24437 (ad-read-regexp):
24438 * ediff-util.el (ediff-toggle-regexp-match):
24439 * ediff-ptch.el (ediff-prompt-for-patch-file):
24440 * dired-aux.el (dired-diff):
24441 * diff.el (diff):
24442 * cus-edit.el (custom-variable-prompt):
24443 * calendar/timeclock.el (timeclock-ask-for-project):
24444 * calc/calcalg3.el (calc-get-fit-variables):
24445 * calc/calc-store.el (calc-edit-variable)
24446 (calc-permanent-variable):
24447 * vc-mcvs.el (vc-mcvs-register):
24448 * shadowfile.el (shadow-define-literal-group):
24449 * woman.el (woman-file-name):
24450 * vc.el (vc-version-diff, vc-merge):
24451 * textmodes/reftex-index.el (reftex-index-complete-tag):
24452 * format.el (format-decode-buffer, format-decode-region):
24453 * emulation/viper-cmd.el (viper-read-string-with-history):
24454 * emacs-lisp/debug.el (cancel-debug-on-entry):
24455 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24456 * ediff.el (ediff-merge-revisions)
24457 (ediff-merge-revisions-with-ancestor, ediff-revision):
24458 * completion.el (interactive-completion-string-reader):
24459 * calc/calc-prog.el (calc-user-define-formula):
24460 Follow convention for reading with the minibuffer.
24461
24462 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24463
24464 * progmodes/python.el (python-describe-symbol): Add globals() and
24465 locals() to the arguments of emacs.ehelp.
24466
24467 2005-09-24 Magnus Henoch <mange@freemail.hu>
24468
24469 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24470 New function, code extracted from ispell-valid-dictionary-list.
24471 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24472 Call it.
24473
24474 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24475
24476 * subr.el (version-regexp-alist): Extend valid syntax for version
24477 strings: allow any of the characters -,_,+ to separate the
24478 alpha/beta/rc part from the version part. Doc fix.
24479 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24480
24481 2005-09-23 David Reitter <david.reitter@gmail.com>
24482
24483 * mail/mailclient.el: New file.
24484
24485 2005-09-23 Richard M. Stallman <rms@gnu.org>
24486
24487 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24488 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24489 Doc fixes.
24490
24491 * progmodes/cc-mode.el (c-font-lock-init):
24492 Specify font-lock-lines-before.
24493
24494 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24495
24496 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24497 whole conflict.
24498
24499 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24500
24501 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24502 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24503 of `remap' feature when available. Additional key bindings for
24504 better tty support.
24505 (org-mode-restart, org-force-self-insert): New commands.
24506 (org-time-stamp-inactive): New command.
24507 (org-remap): New function.
24508 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24509 (org-enable-fixed-width-editor): Move to `org-structure'
24510 customization group.
24511 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24512 blank field after field motion commands.
24513
24514 2005-09-23 Kenichi Handa <handa@m17n.org>
24515
24516 * international/mule-cmds.el (set-language-environment):
24517 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24518 have to call utf-translate-cjk-load-tables.
24519
24520 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24521
24522 * mouse.el (mouse-move-drag-overlay): Fix last change.
24523
24524 2005-09-22 David Ponce <david@dponce.com>
24525
24526 * tree-widget.el (tree-widget-value-create): Fix previous change.
24527
24528 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24529
24530 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24531
24532 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24533
24534 * mouse.el (mouse-move-drag-overlay): New function.
24535 (mouse-drag-region-1): Use it.
24536 Try to simplify a bit the state handling. Handle clicks on links
24537 inside intangible areas.
24538 (mouse-save-then-kill): Minor simplification.
24539 (mouse-secondary-overlay): Make it always non-nil instead of
24540 recreating it each time.
24541 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24542 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24543 Simplify accordingly.
24544
24545 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24546
24547 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24548
24549 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24550
24551 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24552 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24553 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24554 to patch.
24555
24556 * ediff-util.el: Use insert-buffer-substring.
24557
24558 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24559
24560 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24561 field boundaries in the minibuffer.
24562 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24563 (viper-minibuffer-post-command-hook): New hook.
24564 (viper-line): Don't move cursor at bolp.
24565
24566 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24567
24568 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24569 avoid compiler warnings.
24570
24571 * emulation/viper-macs.el (ex-map): Better messages.
24572
24573 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24574
24575 * emulation/viper.el: Replace make-variable-buffer-local with
24576 viper-make-variable-buffer-local everywhere, to avoid warnings.
24577
24578 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24579
24580 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24581 Delete unused var `old-selected-window'.
24582 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24583 (mouse-drag-secondary): Delete unused var `start-frame'.
24584
24585 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24586
24587 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24588
24589 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24590
24591 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24592 Re-indent within 80 columns. Use inhibit-read-only.
24593
24594 2005-09-19 Romain Francoise <romain@orebokech.com>
24595
24596 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24597
24598 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24599
24600 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24601 unconditionally, since the after-change-function already did it.
24602
24603 2005-09-19 Miles Bader <miles@gnu.org>
24604
24605 * net/newsticker.el: Get rid of CVS keyword.
24606
24607 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24608
24609 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24610 The prompt is formatted later.
24611
24612 2005-09-19 David Ponce <david@dponce.com>
24613
24614 * tree-widget.el (tree-widget-value-create): Save the converted
24615 tree :node widget.
24616
24617 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24618
24619 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24620 variable `message'.
24621
24622 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24623
24624 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24625 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24626 <slawomir.nowaczyk.847@student.lu.se>.
24627
24628 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24629
24630 * image.el (image-load-path): Use symbol `data-directory' instead
24631 of its value, for backward compatibility with packages that bind
24632 it during `find-image'. Suggested by Katsumi Yamaoka.
24633 (image-search-load-path): Handle symbols whose values are strings.
24634
24635 2005-09-18 Romain Francoise <romain@orebokech.com>
24636
24637 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24638 with-current-buffer form in save-excursion.
24639
24640 2005-09-18 Deepak Goel <deego@gnufans.org>
24641
24642 * apropos.el (apropos-command): Fix `message' call: first arg
24643 should be a format spec. In this and all other cases that appear
24644 below and elsewhere in the source code, I made a change only when
24645 two conditions were satisfied: [1] I can think of a possibility
24646 that the arguments would cause an error, for example, the code in
24647 question relies on external variables such as filenames. [2] I
24648 was sure that the arg to `message' could not have been nil in the code.
24649
24650 * textmodes/tildify.el (tildify-region): Ditto.
24651
24652 * textmodes/reftex-index.el (reftex-index-change-entry)
24653 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24654 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24655 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24656 (org-priority, org-table-sum):
24657 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24658 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24659 (flyspell-word, flyspell-display-next-corrections):
24660 * textmodes/bibtex.el (bibtex-print-help-message):
24661 * textmodes/artist.el (artist-key-set-point-poly):
24662 * term/mac-win.el (mac-services-insert-text):
24663 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24664 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24665 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24666 (vhdl-compose-configuration):
24667 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24668 (sh-set-indent, sh-learn-line-indent):
24669 * progmodes/ps-mode.el (ps-mode-target-column):
24670 * progmodes/idlwave.el (idlwave-make-tags)
24671 (idlwave-scan-library-catalogs):
24672 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24673 * progmodes/gud.el (gud-jdb-analyze-source):
24674 * progmodes/flymake.el (flymake-log):
24675 * progmodes/ebnf2ps.el (ebnf-generate-region):
24676 * progmodes/cmacexp.el (c-macro-expansion):
24677 * progmodes/ada-xref.el (ada-treat-cmd-string):
24678 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24679 (ada-justified-indent-current, ada-batch-reformat):
24680 * play/zone.el (zone):
24681 * play/landmark.el (lm-move):
24682 * play/decipher.el (decipher-show-alphabet):
24683 * net/newsticker.el (newsticker--display-jump)
24684 (newsticker--display-scroll):
24685 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24686 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24687 * mail/feedmail.el (feedmail-dump-message-to-queue):
24688 * eshell/esh-proc.el (eshell-remove-process-entry):
24689 * emulation/ws-mode.el (ws-last-error):
24690 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24691 (viper-record-kbd-macro):
24692 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24693 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24694 * emacs-lisp/find-func.el (find-function-noselect):
24695 * calendar/timeclock.el (timeclock-status-string)
24696 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24697 (timeclock-when-to-leave-string):
24698 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24699 * calc/calc-units.el (calc-enter-units-table):
24700 * calc/calc-mode.el (calc-mode-record-mode):
24701 * woman.el (woman-mini-help):
24702 * wdired.el (wdired-change-to-wdired-mode):
24703 * vc.el (vc-retrieve-snapshot):
24704 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24705 * startup.el (display-startup-echo-area-message):
24706 * simple.el (set-goal-column):
24707 * ses.el (ses-command-hook, ses-recalculate-cell):
24708 * server.el (server-process-filter):
24709 * printing.el (pr-interface-txt-print, pr-interface-printify)
24710 (pr-interface-ps):
24711 * pcvs.el (cvs-help):
24712 * log-edit.el (log-edit, log-edit-mode-help):
24713 * iswitchb.el (iswitchb-possible-new-buffer):
24714 * isearch.el (isearch-edit-string):
24715 * image-mode.el (image-mode, image-minor-mode):
24716 * ibuf-macs.el (define-ibuffer-filter):
24717 * hi-lock.el (hi-lock-find-patterns):
24718 * files.el (toggle-read-only):
24719 * ediff-util.el (ediff-copy-diff)
24720 (ediff-write-merge-buffer-and-maybe-kill):
24721 * echistory.el (Electric-history-undefined):
24722 * dnd.el (dnd-insert-text):
24723 * dired-aux.el (dired-query):
24724 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24725 * bookmark.el (bookmark-bmenu-locate):
24726 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24727 Fix `message' calls to ensure first arg is a format string.
24728 The change was made only when these two conditions were satisfied:
24729 [1] when there is a possibility that the arguments would cause an error
24730 for example, if the code in question relies on external variables
24731 such as filenames, and
24732 [2] if the arg to `message' could not have been nil in the code.
24733
24734 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24735 Not having a %s would be weird, though not technically wrong.
24736
24737 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24738
24739 * term/mac-win.el (mac-add-charset-info): Doc fix.
24740
24741 2005-09-17 Romain Francoise <romain@orebokech.com>
24742
24743 * shell.el (shell-resync-dirs): Handle echoing processes more
24744 reliably. Don't insert resync command if `comint-process-echoes'
24745 is non-nil.
24746
24747 2005-09-17 Magnus Henoch <mange@freemail.hu>
24748
24749 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24750 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24751 aspell versions >= 0.60.
24752 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24753 only if ispell-aspell-supports-utf8 is non-nil.
24754
24755 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24756
24757 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24758 buffer-local value to lisp-indent-function.
24759
24760 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24761
24762 * progmodes/glasses.el (glasses-make-readable): If
24763 glasses-separator differs from underscore, put appropriate
24764 overlays over underscore characters.
24765 (glasses-convert-to-unreadable): If glasses-separator differs from
24766 underscore, try to convert glasses-separator characters to
24767 underscores.
24768
24769 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24770
24771 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24772 Use with-syntax-table and dolist.
24773
24774 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24775
24776 * textmodes/reftex-auc.el:
24777 * textmodes/reftex-cite.el:
24778 * textmodes/reftex-dcr.el:
24779 * textmodes/reftex-global.el:
24780 * textmodes/reftex-parse.el:
24781 * textmodes/reftex-ref.el:
24782 * textmodes/reftex-sel.el:
24783 * textmodes/reftex-toc.el:
24784 * textmodes/reftex-vars.el:
24785 * textmodes/reftex.el: Small changes to remove compiler warnings.
24786
24787 * textmodes/reftex-index.el: Likewise.
24788 (reftex-query-index-phrase): More efficient use of markers.
24789
24790 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24791
24792 * image.el (image-load-path): New variable.
24793 (image-search-load-path): New function.
24794 (find-image): Search for images in `image-load-path'.
24795
24796 2005-09-15 Richard M. Stallman <rms@gnu.org>
24797
24798 * follow.el: Change Maintainer field.
24799
24800 2005-09-15 David Ponce <david@dponce.com>
24801
24802 * recentf.el (recentf-save-file-modes): New option.
24803 (recentf-save-list): Use it.
24804
24805 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24806
24807 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24808 (mode-line-mule-info, mode-line-modified): Move bindings from
24809 mouse-3 to mouse-1.
24810
24811 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24812
24813 * simple.el (sendmail-user-agent-compose): Revert last change.
24814
24815 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24816
24817 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24818 Use with-current-buffer.
24819 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24820 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24821 (ange-ftp-insert-directory): Remove unused var `short'.
24822 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24823
24824 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24825 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24826
24827 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24828 (check-calendar-holidays, diary-list-entries): Autoload.
24829 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24830 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24831
24832 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24833 which mistakenly removed a call to display-buffer.
24834
24835 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24836
24837 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24838
24839 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24840
24841 * progmodes/hideshow.el
24842 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24843 (hs-allow-nesting): New user var.
24844 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24845 (hs-hide-block-at-point): When nesting allowed,
24846 if there is already an overlay in place, delete it.
24847 (hs-safety-is-job-n): Delete func; remove call sites.
24848 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24849 (hs-overlay-at): New func.
24850 (hs-already-hidden-p, hs-show-block): Use it.
24851 (hs-hide-all): Don't pre-clean if nesting allowed.
24852 (hs-show-all): Temporarily disallow
24853 nesting around call to `hs-discard-overlays'.
24854
24855 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24856
24857 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24858 Delete unused local var.
24859
24860 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24861
24862 * help-fns.el (describe-categories): "?\ " -> "?\s".
24863 (help-do-arg-highlight): Recognize also ARG-n, as in
24864 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24865
24866 * international/codepage.el (dos-unsupported-char-glyph):
24867 * net/newsticker.el (tool-bar-map, w3-mode-map)
24868 (w3m-minor-mode-map):
24869 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24870 (ent-alist):
24871 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24872
24873 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24874
24875 * custom.el (custom-push-theme): Handle the case where a symbol is
24876 bound but face properties have not yet been assigned.
24877
24878 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24879 Fix behavior if noerase is `t' and there is no mail buffer.
24880
24881 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24882 if `continue' is nil, rather than signal an error.
24883
24884 2005-09-12 Richard M. Stallman <rms@gnu.org>
24885
24886 * font-lock.el (font-lock-keywords): Add autoload.
24887
24888 * help-fns.el (describe-variable): Rearrange to put source link
24889 in a predictable place.
24890
24891 * net/newsticker.el: New file.
24892
24893 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24894
24895 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24896 (calendar-basic-setup): Use the new nil arg.
24897 (number-of-diary-entries): Move to diary-lib.el.
24898
24899 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24900 (diary-list-entries): Use with-syntax-table and dolist.
24901 Rename from list-diary-entries.
24902 Use number-of-diary-entries if `number' is nil.
24903 (diary, diary-view-entries): Use this new name and new nil arg value.
24904 (number-of-diary-entries): Move from calendar.el.
24905 (diary-unhide-everything): New function.
24906 (include-other-diary-files, fancy-diary-display)
24907 (diary-show-all-entries, make-diary-entry): Use it.
24908 (diary-mail-entries): Use buffer-string.
24909 (mark-diary-entries): Fix long standing paren typo.
24910 (diary-sexp-entry): Use count-lines.
24911 (make-diary-entry): Avoid `previous-line'.
24912 (diary-mode-map): New var.
24913 (diary-mode): Redraw cal after saving. Setup header-line.
24914 (fancy-diary-display-mode): Use local-set-key.
24915
24916 * startup.el (command-line): Try calling various terminal-init-foo-bar
24917 functions by stripping hyphenated suffixes from $TERM.
24918
24919 * files.el (normal-mode): Check boundness of font-lock-keywords.
24920
24921 2005-09-12 Richard M. Stallman <rms@gnu.org>
24922
24923 * progmodes/compile.el: Don't decide a file's directory
24924 until the user actually tries to go there.
24925 (compilation-next-error-function):
24926 Pass compilation-find-file the directory from the file-struct.
24927 (compilation-internal-error-properties): Separate local FILE-STRUCT
24928 from FILE. Doc the args better. Rename arg FMT to FMTS.
24929 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24930 Expand it, and if nil, use default-directory.
24931 (compilation-get-file-structure): Don't mix specified directory
24932 with default directory. Put specified directory into
24933 file-struct. Don't make the file name absolute.
24934
24935 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24936 (compile-command): Add autoload.
24937 (compilation-disable-input): Add autoload.
24938
24939 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24940
24941 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24942 strings of the variables it can override.
24943 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24944 %Q and %q, for fully-qualified domain name and unqualified host name.
24945
24946 2005-09-11 Kim F. Storm <storm@cua.dk>
24947
24948 * emacs-lisp/authors.el (authors-aliases): Update list.
24949 (authors-fixed-entries): Update mldrag.el entry.
24950
24951 2005-09-10 Alan Mackenzie <acm@muc.de>
24952
24953 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24954 delimiter from the region narrowed to.
24955
24956 2005-09-10 Magnus Henoch <mange@freemail.hu>
24957
24958 * textmodes/ispell.el (ispell-check-version): Signal an error if
24959 aspell version is less than 0.60.
24960
24961 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24962
24963 * progmodes/octave-inf.el (inferior-octave-startup):
24964 Resync current dir at the end.
24965
24966 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24967
24968 * woman.el (woman-topic-at-point-default):
24969 Rename to woman-use-topic-at-point-default.
24970 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24971 (woman-file-name): Reflect renames above. Automatically use the
24972 word at point as topic if woman-use-topic-at-point is non-nil.
24973 Otherwise offer it as default but don't insert it in the
24974 minibuffer. Also use `test-completion' instead of `assoc' as
24975 suggested by Stefan Monnier.
24976
24977 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24978
24979 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24980 the attempt to do it over Tramp. This is not yet supported.
24981
24982 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24983
24984 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24985 (menu-bar-non-minibuffer-window-p): New functions.
24986 ("Split Window", "Save As..."): Use them.
24987 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24988 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24989 Use menu-bar-menu-frame-live-and-visible-p.
24990 ("Save Buffer", "Insert File", "Open Directory...")
24991 ("Open File...", "Visit New File..."):
24992 Use menu-bar-non-minibuffer-window-p.
24993 (kill-this-buffer-enabled-p, dired <menu-enable>):
24994 Use menu-bar-non-minibuffer-window-p.
24995
24996 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24997
24998 * cus-start.el (all): Don't complain about fringe-related
24999 built-ins if fringes are not supported. Ditto about
25000 selection-related built-ins. Fix the test for GTK-related built-ins.
25001
25002 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25003 ("Postscript Print Buffer", "Print Region", "Save As...")
25004 ("Save", "Insert File...", "Open Directory...")
25005 ("Open File...", "Visit New File..."")
25006 ("Truncate Long Lines in this Buffer"): Don't look at
25007 menu-updating-frame if this display does not support multiple frames.
25008
25009 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25010
25011 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25012
25013 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25014
25015 * woman.el: Format- and whitespace-related changes.
25016
25017 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25018
25019 * woman.el: Fix my email address.
25020
25021 2005-09-08 Richard M. Stallman <rms@gnu.org>
25022
25023 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25024 (sh-mode): Locally set skeleton-pair-default-alist.
25025
25026 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25027
25028 * progmodes/flymake.el: Require `compile' unconditionally.
25029
25030 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25031
25032 * woman.el (woman-file-name): Provide a default, not initial input.
25033
25034 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25035
25036 * font-lock.el (font-lock-support-mode): Doc fix.
25037
25038 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25039
25040 2005-09-08 Richard M. Stallman <rms@gnu.org>
25041
25042 * simple.el (blink-matching-open): Get rid of text props from
25043 the string shown in echo area. Don't permanently set point.
25044 Some rearrangements.
25045
25046 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25047
25048 * recentf.el (recentf-filename-handler): Add custom choice
25049 `abbreviate-file-name'.
25050
25051 * msb.el (msb--very-many-menus): Fix typo.
25052
25053 * disp-table.el (standard-display-european): Don't set
25054 enable-multibyte-characters to nil.
25055
25056 2005-09-08 David Ponce <david@dponce.com>
25057
25058 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25059 (recentf-expand-file-name): Doc fix.
25060 (recentf-dialog-mode-map): Define digit shortcuts.
25061 (recentf--files-with-key): New variable.
25062 (recentf-show-digit-shortcut-filter): New function.
25063 (recentf-open-files-items): New function.
25064 (recentf-open-files): Use it.
25065 (recentf-open-file-with-key): New command.
25066
25067 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25068
25069 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25070 Suggested by Kim F. Storm.
25071 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25072 (Buffer-menu-make-sort-button): Use global keymap.
25073
25074 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25075
25076 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25077 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25078 necessary any longer with the remapped command.
25079 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25080 formatting time only.
25081
25082 * net/tramp.el (tramp-action-password)
25083 (tramp-multi-action-password): Compile the password prompt from
25084 `method', `user' and `host'. Sometimes it isn't obvious which
25085 password to enter, for example with remote files offered by
25086 recentf.el, or with multiple steps. Suggested by Robert Marshall
25087 <robert@chezmarshall.freeserve.co.uk>.
25088
25089 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25090
25091 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25092 Fix regexp for when "s///" is at the beginning of line.
25093
25094 2005-09-07 Jay Belanger <belanger@truman.edu>
25095
25096 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25097 when in matrix mode.
25098
25099 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25100
25101 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25102 non-anonymous functions.
25103
25104 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25105
25106 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25107 when using a header line. Otherwise, use mouse-1-click-follows-link.
25108
25109 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25110 can't be moved; don't signal an error.
25111
25112 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25113
25114 * cus-theme.el (custom-theme-write-faces): Save the current face
25115 spec, not the defface spec.
25116
25117 * custom.el (custom-known-themes): Clarify meaning of "standard".
25118 (custom-push-theme): Save old values in the standard theme.
25119 (disable-theme): Correct typo.
25120 (custom-face-theme-value): Deleted unused function.
25121 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25122
25123 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25124
25125 * progmodes/compile.el (compilation-goto-locus): Take into account
25126 iconified frames when determining whether the buffer is
25127 already visible.
25128 Don't reset window height if the window already existed.
25129
25130 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25131
25132 * custom.el (load-theme): Rename from require-theme.
25133 Add interactive spec.
25134 (enable-theme): Rename from custom-enable-theme.
25135 Add interactive spec.
25136 (disable-theme): Rename from custom-disable-theme.
25137 Add interactive spec.
25138 (custom-make-theme-feature): Doc fix.
25139 (custom-theme-directory): Doc fix.
25140 (provide-theme): Call enable-theme.
25141
25142 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25143
25144 * obsolete/lazy-lock.el (lazy-lock-mode):
25145 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25146 font-lock-mode if it's off. Print a warning instead.
25147
25148 * progmodes/compile.el (compilation-start): Ignore errors if the
25149 process died before we get to send-eof.
25150
25151 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25152 Undo last change. Enclosing the result in quotes broke things on Unix
25153 since tex-send-command passes it through shell-quote-argument.
25154 (tex-send-command): Pass `file' through convert-standard-filename
25155 when possible.
25156 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25157 info in a transcript.
25158
25159 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25160
25161 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25162 fix compilation warning. Reorder the key definitions to group
25163 together keys emitted by the current version of xterm.
25164
25165 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25166 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25167 Reorder predicates to correct min-color usage.
25168
25169 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25170
25171 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25172 Kill local variables when longlines-mode is turned off.
25173
25174 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25175
25176 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25177
25178 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25179
25180 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25181
25182 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25183 (font-lock-lines-before): Change default to being inactive.
25184 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25185 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25186
25187 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25188
25189 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25190 Deactivate temporarily advice if active (not needed for Emacs 22,
25191 but for backwards compatibility).
25192 (tramp-exists-file-name-handler): Rewrite. First implementation
25193 was too simple.
25194 (tramp-advice-make-auto-save-file-name):
25195 Call `tramp-handle-make-auto-save-file-name' (again, just for
25196 backwards compatibility).
25197
25198 2005-08-31 Reto Zimmermann <reto@gnu.org>
25199
25200 * progmodes/vhdl-mode.el
25201 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25202 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25203 (vhdl-set-default-project): New function (easier setting of default).
25204 (vhdl-port-copy): Handle extended identifiers for generics.
25205 (vhdl-compiler-alist): Better description for error message regexp.
25206 (vhdl-make): Query for target, use previous as default.
25207 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25208 (vhdl-font-lock-keywords-2): Fix fontification for record
25209 el. assign.
25210 (vhdl-speedbar-make-subpack-line): Add package body link.
25211 (vhdl-generate-makefile-1): Not include itself as dependency.
25212 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25213 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25214 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25215 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25216 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25217 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25218 (vhdl-import-project): Add string argument for `error'.
25219 (vhdl-compose-configuration)
25220 (vhdl-compose-configuration-architecture): Add configuration
25221 declaration generation.
25222 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25223 (vhdl-trailer-re): Add "record" keyword (better indentation).
25224 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25225 "[^ \t-\"]+".
25226 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25227 (vhdl-testbench-entity-file-name)
25228 (vhdl-testbench-architecture-file-name): Allow separate
25229 customization of testbench file names.
25230 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25231 (vhdl-get-visible-signals): Allow newline within alias declaration.
25232 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25233 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25234 (member-ignore-case): Alias for missing function in XEmacs.
25235 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25236 (vhdl-update-sensitivity-list): Ignore case on read signals.
25237 (vhdl-replace-string): Adjust case only for file names.
25238 (vhdl-update-sensitivity-list): Fix search for read signals.
25239 (vhdl-update-sensitivity-list): Exclude formal parameters.
25240 (vhdl-get-visible-signals): Include aliases of signals.
25241 (vhdl-get-visible-signals): Fix signal name searching.
25242 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25243 (vhdl-fixup-whitespace-region): Fix for character
25244 literals (e.g. `:').
25245
25246 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25247
25248 * ansi-color.el (comint-last-output-start):
25249 * bs.el (font-lock-verbose):
25250 * diff-mode.el (add-log-buffer-file-name-function):
25251 * dired-x.el (vm-folder-directory):
25252 * faces.el (help-xref-stack-item):
25253 * files.el (font-lock-keywords):
25254 * find-lisp.el (dired-buffers, dired-subdir-alist):
25255 * ido.el (cua-inhibit-cua-keys):
25256 * log-view.el (cvs-minor-wrap-function):
25257 * outline.el (font-lock-warning-face):
25258 * simple.el (compilation-current-error):
25259 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25260 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25261 * tooltip.el (comint-prompt-regexp):
25262 * w32-fns.el (explicit-shell-file-name):
25263 * term/mac-win.el (mac-charset-info-alist)
25264 (mac-services-selection, mac-system-script-code):
25265 * term/tty-colors.el (msdos-color-values):
25266 * term/w32-win.el (xlfd-regexp-registry-subnum):
25267 * term/x-win.el (x-keysym-table, x-selection-timeout)
25268 (x-session-id, x-session-previous-id):
25269 * textmodes/ispell.el (mail-yank-prefix):
25270 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25271 * textmodes/org.el (calc-embedded-close-formula)
25272 (calc-embedded-open-formula)
25273 (font-lock-unfontify-region-function):
25274 * textmodes/reftex-global.el (isearch-next-buffer-function)
25275 (TeX-master):
25276 * textmodes/reftex.el (font-lock-keywords):
25277 * textmodes/tex-mode.el (font-lock-comment-face)
25278 (font-lock-doc-face):
25279 * textmodes/texinfo.el (outline-heading-alist):
25280 Add defvars.
25281
25282 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25283 (artist-spray-chars, artist-mode-init, artist-replace-string)
25284 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25285 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25286 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25287
25288 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25289 (conf-align-assignments): "?\ " -> "?\s".
25290
25291 * textmodes/reftex-index.el (TeX-master): Add defvar.
25292 (reftex-index-phrases-marker): Move up defvar.
25293
25294 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25295 (reftex-toc-include-labels-indicator)
25296 (reftex-toc-include-index-indicator)
25297 (reftex-toc-max-level-indicator): Move up declarations.
25298
25299 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25300 of args to `tramp-run-real-handler', even if it's empty in this case.
25301
25302 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25303
25304 * dired.el (dired-move-to-filename-regexp): Add date format for
25305 Mac OS X 10.3 in East Asian locales.
25306
25307 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25308
25309 * files.el (make-auto-save-file-name): Add file name handler call
25310 if applicable.
25311
25312 * net/tramp.el (tramp-file-name-handler-alist)
25313 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25314 (tramp-handle-make-auto-save-file-name): Rename from
25315 `tramp-make-auto-save-file-name'.
25316 (tramp-exists-file-name-handler): New defun.
25317 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25318 `make-auto-save-file-name' is not a magic file name operation.
25319
25320 2005-08-30 Richard M. Stallman <rms@gnu.org>
25321
25322 * files.el (risky-local-variable-p):
25323 Match `-predicates' and `-commands.
25324
25325 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25326 (custom-save-all): Visit the file if necessary;
25327 kill the buffer if we created it.
25328 (custom-save-delete): Don't visit file or kill buffer here.
25329
25330 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25331
25332 * textmodes/org.el (org-special-keyword): New face.
25333 (org-table-copy-down, org-table-eval-formula)
25334 (org-table-recalculate, org-init-section-numbers):
25335 Use `string-to-number' instead of `string-to-int'.
25336 (org-get-location): Use `insert-buffer-substring' instead of
25337 `insert-buffer'.
25338 (org-modify-diary-entry-string): New function.
25339 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25340 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25341 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25342 active region.
25343 (org-export-as-html): Handle QUOTE keyword.
25344 (org-quote-string): New option.
25345 (org-bookmark-jump-unhide): New function, used for
25346 `bookmark-after-jump-hook'.
25347 (org-diary-default-entry): Apply only when not called through
25348 `org-agenda'.
25349
25350 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25351
25352 * net/eudc.el (mode-popup-menu):
25353 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25354 * progmodes/ada-mode.el (compile-auto-highlight)
25355 (skeleton-further-elements):
25356 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25357 * progmodes/cmacexp.el (msdos-shells):
25358 * progmodes/compile.el (font-lock-extra-managed-props)
25359 (font-lock-keywords, font-lock-maximum-size)
25360 (font-lock-support-mode):
25361 * progmodes/grep.el (font-lock-lines-before):
25362 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25363 * progmodes/mixal-mode.el (compile-command):
25364 * progmodes/perl-mode.el (font-lock-comment-face)
25365 (font-lock-doc-face, font-lock-string-face):
25366 * progmodes/prolog.el (comint-prompt-regexp):
25367 * progmodes/sh-script.el (font-lock-comment-face)
25368 (font-lock-set-defaults, font-lock-string-face):
25369 * progmodes/sql.el (font-lock-keyword-face)
25370 (font-lock-set-defaults, font-lock-string-face):
25371 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25372 (itimer-version, lazy-lock-defer-contextually)
25373 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25374 Add defvars.
25375
25376 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25377 (cperl-electric-keyword, cperl-electric-pod)
25378 (cperl-electric-backspace, cperl-forward-re)
25379 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25380 (vc-rcs-header, vc-sccs-header): Add defvars.
25381
25382 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25383 (font-lock-syntactic-keywords, gud-find-expr-function):
25384 Add defvars.
25385
25386 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25387 (gdb-frame-parameters): Declare before use.
25388
25389 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25390 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25391 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25392 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25393
25394 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25395 (idlwave-help-with-source): Use `insert-buffer-substring', not
25396 `insert-buffer'.
25397
25398 2005-08-29 Juri Linkov <juri@jurta.org>
25399
25400 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25401 Put outline-back-to-heading function call inside save-excursion.
25402
25403 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25404
25405 * man.el (Man-init-defvars, Man-translate-references)
25406 (Man-support-local-filenames, Man-highlight-references):
25407 * progmodes/sql.el (sql-interactive-mode):
25408 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25409
25410 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25411 (compilation-mode-font-lock-keywords): Add defvars.
25412 (checkdoc-interactive-loop): "?\ " -> "?\s".
25413
25414 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25415 (font-lock-doc-face, font-lock-string-face)
25416 (font-lock-keywords-case-fold-search): Add defvars.
25417 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25418
25419 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25420 Don't pass X and Y (they are ignored anyway).
25421 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25422 (mouse-delete-window): Make arguments optional.
25423
25424 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25425 (caesar-translate-table, minor-modes, news-buffer-save)
25426 (news-group-name, news-minor-modes): Add defvars.
25427
25428 * emacs-lisp/lselect.el (mouse-highlight-priority)
25429 (x-lost-selection-functions, zmacs-regions):
25430 * emacs-lisp/pp.el (font-lock-verbose):
25431 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25432 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25433 (ses-mode-map):
25434 * emacs-lisp/tcover-unsafep.el (safe-functions):
25435 * international/mule-cmds.el (mac-system-coding-system)
25436 (mac-system-locale):
25437 * language/ethio-util.el (rmail-current-message)
25438 (rmail-message-vector):
25439 * language/thai-util.el (thai-auto-composition-mode):
25440 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25441 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25442 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25443 (vm-primary-inbox, vm-spool-files):
25444 * mail/rmail.el (deleted-head, font-lock-fontified)
25445 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25446 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25447 (total-messages):
25448 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25449 (rmail-summary-mode-map):
25450 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25451 (rmail-last-label, rmail-last-multi-labels)
25452 (rmail-summary-vector, rmail-total-messages):
25453 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25454 * mail/rmailsum.el (msgnum):
25455 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25456 (rmail-current-message):
25457 * obsolete/fast-lock.el (font-lock-face-list):
25458 * obsolete/rnewspost.el (mail-reply-buffer):
25459 * obsolete/scribe.el (compile-command):
25460 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25461
25462 2005-08-28 John Paul Wallington <jpw@gnu.org>
25463
25464 * ibuf-ext.el (ibuffer-auto-update-changed):
25465 Use `frame-or-buffer-changed-p' to check whether we need to update.
25466 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25467 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25468 as a `frame-or-buffer-changed-p' state vector instead.
25469
25470 2005-08-27 Romain Francoise <romain@orebokech.com>
25471
25472 * textmodes/makeinfo.el (makeinfo-compile):
25473 Use `compilation-start'. Set `next-error-function' according to
25474 `disable-errors'.
25475 (makeinfo-next-error): New function.
25476 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25477 (makeinfo-buffer): Likewise.
25478
25479 * progmodes/compile.el (compilation-start): Add autoload cookie.
25480
25481 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25482 * textmodes/sgml-mode.el: Likewise.
25483 * progmodes/python.el: Likewise.
25484
25485 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25486
25487 * simple.el (blink-matching-paren-distance): Document the meaning
25488 of nil value, and allow to customize to nil.
25489
25490 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25491 command.com, not command.exe.
25492
25493 2005-08-26 John Wiegley <johnw@newartisans.com>
25494
25495 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25496 code around a bit so that an extraneous nil argument is not added
25497 to a command when no args are given.
25498
25499 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25500 double-quoted argument resolves to nil, return it as an empty
25501 string rather than as nil. This made it impossible to pass "" to
25502 a shell script as a null string argument.
25503
25504 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25505
25506 * outline.el (outline-invent-heading): New fun.
25507 (outline-promote, outline-demote): Use it.
25508 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25509 (outline-end-of-subtree): Remove unused var `opoint'.
25510
25511 2005-08-26 David Reitter <david.reitter@gmail.com>
25512
25513 * menu-bar.el (truncate-lines, write-file, print-buffer)
25514 (ps-print-buffer-faces, ps-print-buffer, split-window):
25515 Disable menu items when the frame they refer to is invisible, or when
25516 they refer to a buffer and the minibuffer is selected.
25517
25518 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25519
25520 * progmodes/flymake.el (flymake-highlight-err-lines):
25521 Use save-excursion around flymake-highlight-line to preserve point.
25522
25523 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25524
25525 * progmodes/octave-mod.el: Change Author and Maintainer address.
25526 (octave-maintainer-address): Change Kurt's email address.
25527 * progmodes/octave-inf.el: Change Author and Maintainer address.
25528 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25529
25530 2005-08-26 Kim F. Storm <storm@cua.dk>
25531
25532 * subr.el (version-list-<, version-list-<=, version-list-=):
25533 Rename from integer-list-*.
25534 (version-list-not-zero): Likewise. Fix while loop.
25535 (version=): Use version-list-= instead of string-equal.
25536
25537 2005-08-26 Richard M. Stallman <rms@gnu.org>
25538
25539 * outline.el (outline-promote): Try shortening the heading.
25540 As last resort, read the heading to use.
25541 (outline-demote): As last resort, read the heading to use.
25542
25543 2005-08-26 Romain Francoise <romain@orebokech.com>
25544
25545 * progmodes/compile.el (compilation-start): Doc fix.
25546
25547 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25548 (antlr-font-lock-additional-keywords): Fix reference to
25549 `antlr-font-lock-literal-regexp' erroneously changed during the
25550 mass face rename.
25551 (antlr-run-tool): Use `compilation-start'.
25552
25553 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25554 instead of the obsolete `compile-internal'.
25555
25556 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25557
25558 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25559 (number, original-date):
25560 * calendar/cal-china.el (date):
25561 * calendar/cal-coptic.el (date):
25562 * calendar/cal-french.el (date):
25563 * calendar/cal-hebrew.el (date, entry, number, original-date):
25564 * calendar/cal-islam.el (date, number, original-date):
25565 * calendar/cal-iso.el (date):
25566 * calendar/cal-julian.el (date):
25567 * calendar/cal-mayan.el (date):
25568 * calendar/cal-menu.el (date, event):
25569 * calendar/cal-persia.el (date):
25570 * calendar/lunar.el (date):
25571 * calendar/solar.el (date): Add defvars.
25572
25573 * emerge.el:
25574 * ibuffer.el:
25575 * info-xref.el:
25576 * obsolete/bg-mouse.el:
25577 * obsolete/sun-curs.el:
25578 * obsolete/swedish.el: Move the `defvar's to the top level.
25579
25580 * smerge-mode.el (smerge-refined-change): Add :group.
25581
25582 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25583
25584 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25585 (smerge-keep-n): Remove props.
25586 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25587 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25588 now that it's done in smerge-keep-n.
25589 (smerge-refined-change): New face.
25590 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25591 (smerge-refine): New funs.
25592 (smerge-basic-map): Bind smerge-refine.
25593
25594 2005-08-25 Juri Linkov <juri@jurta.org>
25595
25596 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25597 compilation-process-setup-function and compilation-disable-input
25598 in grep-mode instead of let-bindings in grep.
25599
25600 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25601 Delete "Automatic File De/compression" (auto-compression-mode).
25602
25603 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25604
25605 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25606 Silence warning about non-existent variable.
25607
25608 2005-08-25 Richard M. Stallman <rms@gnu.org>
25609
25610 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25611 Rename "Describe Key" to "Describe Key or Mouse Operation".
25612
25613 * mail/mailalias.el (build-mail-aliases): Delete comments
25614 from the contents before processing them.
25615
25616 * isearch.el (isearch-edit-string): Erase the Search prompt
25617 if user enters an empty string and there is no default.
25618
25619 * comint.el (comint-file-name-prefix): Add autoload.
25620
25621 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25622
25623 * subr.el (play-sound): Rearrange to avoid warning.
25624
25625 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25626
25627 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25628 New hook.
25629 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25630
25631 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25632
25633 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25634
25635 * custom.el (custom-theme-set-variables): Sort minor modes last.
25636
25637 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25638
25639 * subr.el (version-separator, version-regexp-alist): New vars used by
25640 version comparison funs.
25641 (integer-list-<, integer-list-=, integer-list-<=)
25642 (integer-list-not-zero): New funs for integer list comparison.
25643 (version-to-list, version=, version<, version<=): New funs for version
25644 comparison.
25645
25646 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25647
25648 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25649 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25650 time to silence the byte-compiler.
25651
25652 * ibuffer.el (ibuffer-compile-make-eliding-form)
25653 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25654 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25655 so it's silly to get warnings for it).
25656 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25657 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25658 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25659 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25660 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25661 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25662 Defvar at compile time.
25663 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25664 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25665 Declare them before use.
25666
25667 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25668 (info-xref-good, info-xref-bad): Defvar at compile time.
25669
25670 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25671 Use `let*' instead of `let'.
25672
25673 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25674 (*mouse-y*, menu, char): Defvar at compile time.
25675 (sc::menu): Declare it before use.
25676 (sc::pack-one-line): Use `let', not `let*'.
25677
25678 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25679 (mail-send-hook): Defvar at compile time.
25680
25681 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25682 Defvar at compile time.
25683
25684 * term/sun-mouse.el (current-global-mousemap)
25685 (current-local-mousemap): Declare them before use.
25686
25687 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25688
25689 * bookmark.el (bookmark-after-jump-hook): New hook.
25690 (bookmark-jump): Run `bookmark-after-jump-hook'.
25691
25692 2005-08-23 Juri Linkov <juri@jurta.org>
25693
25694 * faces.el (minibuffer-prompt): Doc fix.
25695
25696 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25697
25698 * progmodes/xscheme.el: Trivial changes to silence warnings.
25699 (xscheme-previous-mode, xscheme-previous-process-state):
25700 Add defvars.
25701 (xscheme-last-input-end, xscheme-process-command-line)
25702 (xscheme-process-name, xscheme-buffer-name)
25703 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25704 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25705 (xscheme-control-g-synchronization-p)
25706 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25707 (default-xscheme-runlight, xscheme-runlight)
25708 (xscheme-runlight-string, xscheme-process-filter-state)
25709 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25710 Move to beginning of file.
25711 (scheme-interaction-mode-commands-alist)
25712 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25713 Declare them before use. Note: the initialization code for the
25714 variables has not been moved because it uses functions that reference
25715 the variables.
25716 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25717 (xscheme-prompt-for-expression-map): Declare them before use.
25718 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25719
25720 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25721
25722 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25723
25724 2005-08-22 Juri Linkov <juri@jurta.org>
25725
25726 * faces.el (set-face-underline): Delete this duplicate function
25727 and make an obsolete alias to set-face-underline-p.
25728 (set-face-underline-p): Use docstring of set-face-underline.
25729 (describe-face): Create hyperlink to parent face.
25730
25731 * info.el (Info-insert-dir): Use save-excursion around
25732 insert-buffer-substring.
25733 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25734 (Info-escape-percent): Delete function.
25735 (Info-fontify-node): Replace Info-escape-percent by
25736 replace-regexp-in-string with REP arg set to lambda that
25737 duplicates `%' and preserves text properties.
25738
25739 * progmodes/compile.el (compilation-disable-input): Doc fix.
25740 (define-compilation-mode): Doc fix and refill.
25741 (kill-compilation): Use `mode-name' in the error message.
25742 (compilation-find-file): Use `compilation-error' in the
25743 read-file-name's prompt.
25744
25745 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25746
25747 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25748 (smerge-auto-leave): Make undo re-enable the mode.
25749 (debug-ignored-errors): Add the user-error of impossible resolution.
25750 (smerge-resolve): Move things around a bit, in preparation for later.
25751 (smerge-diff): Don't fail if the buffer has no associated file.
25752 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25753 (smerge-conflict-overlay): New function.
25754 (smerge-match-conflict): Don't add text properties here.
25755 (smerge-find-conflict): Instead, add an overlay here.
25756 Also check for the case where we're inside a conflict already, so as to
25757 obviate the need for font-lock-multiline, which is unbearably slow with
25758 large conflicts and ciomplex font-lock patterns.
25759 (smerge-remove-props): Remove overlay rather than text-properties.
25760 (smerge-mode): Don't set font-lock-multiline.
25761 Remove overlays when turned off.
25762
25763 2005-08-21 Kim F. Storm <storm@cua.dk>
25764
25765 * ido.el (ido-ignore-item-p): Use save-match-data.
25766 Bind case-fold-search to ido-case-fold locally.
25767
25768 2005-08-20 Richard M. Stallman <rms@gnu.org>
25769
25770 * files.el (normal-mode): If font lock is on, turn it off and on.
25771
25772 * subr.el (replace-regexp-in-string): Doc fix.
25773
25774 * startup.el (command-line-1): Don't suppress startup screen
25775 due to existing processes.
25776
25777 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25778
25779 * progmodes/compile.el (compilation-disable-input): Default to nil.
25780
25781 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25782
25783 * progmodes/compile.el (compilation-disable-input): New defcustom.
25784 (compilation-start): If compilation-disable-input is non-nil, send
25785 EOF to the compilation process.
25786
25787 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25788
25789 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25790 Run the argument of tex-shell-cd-command through
25791 convert-standard-filename, to get the correct style of slashes on
25792 Windows, and enclose the result in quotes, in case the file name
25793 includes whitespace or other special characters.
25794
25795 2005-08-19 Andreas Schwab <schwab@suse.de>
25796
25797 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25798 process.
25799
25800 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25801
25802 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25803
25804 2005-08-18 Kim F. Storm <storm@cua.dk>
25805
25806 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25807
25808 2005-08-18 Richard M. Stallman <rms@gnu.org>
25809
25810 * scroll-lock.el: New file.
25811
25812 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25813
25814 * dired.el (dired-move-to-end-of-filename):
25815 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25816
25817 2005-08-18 Kim F. Storm <storm@cua.dk>
25818
25819 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25820 rather than toggle mode when custom value is nil.
25821 (ido-everywhere): Fix defun doc string.
25822
25823 2005-08-17 Richard M. Stallman <rms@gnu.org>
25824
25825 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25826 as tag instead of "Inviolable".
25827
25828 2005-08-17 Kim F. Storm <storm@cua.dk>
25829
25830 * windmove.el (windmove-coordinates-of-position): Remove.
25831 (windmove-coordinates-of-window-position): Remove.
25832 (windmove-reference-loc): Use posn-at-point instead.
25833
25834 * subr.el (insert-for-yank-1): Doc fix.
25835
25836 * ido.el (ido-enter-matching-directory): Rename from
25837 ido-enter-single-matching-directory. Change `slash' choice to
25838 `only'. Add `first' choice.
25839 (ido-exhibit): Adapt to above changes.
25840
25841 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25842
25843 * Makefile.in: Expand comment about building loaddefs.el.
25844
25845 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25846
25847 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25848 Comment use of defadvice.
25849
25850 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25851
25852 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25853
25854 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25855 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25856 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25857 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25858 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25859 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25860 for backward compatibility for faces that did not appear in the
25861 previous Emacs release.
25862
25863 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25864
25865 2005-08-15 Kim F. Storm <storm@cua.dk>
25866
25867 * emulation/cua-base.el (cua-delete-region): Return t if
25868 deleted region was non-empty.
25869 (cua-replace-region): Inhibit overwrite-mode for
25870 self-insert-command if replaced region was non-empty.
25871 (cua--explicit-region-start, cua--status-string): Make them
25872 buffer-local at top-level...
25873 (cua-mode): ...rather than when mode is enabled.
25874
25875 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25876
25877 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25878 Set t for Emacs 21, 22, and so on.
25879
25880 2005-08-15 David Ponce <david@dponce.com>
25881
25882 * tree-widget.el: Update Commentary header.
25883 (tree-widget-theme): Doc fix.
25884 (tree-widget-space-width): New option.
25885 (tree-widget-image-properties): Look up in the default theme too.
25886 (tree-widget--cursors): Only for images with arrow pointer shape.
25887 (tree-widget-lookup-image): Pointer shape is hand by default.
25888 (tree-widget-icon): Rename generic icon widget from
25889 `tree-widget-control'.
25890 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25891 derive from `tree-widget-icon'.
25892 (tree-widget-handle): Improve default look and feel of the text
25893 representation.
25894 (tree-widget): Rename :*-control properties to :*-icon properties.
25895 Add :action and :help-echo properties.
25896 (tree-widget-after-toggle-functions): Move.
25897 (tree-widget-close-node, tree-widget-open-node): Remove.
25898 (tree-widget-before-create-icon-functions): New hook.
25899 (tree-widget-value-create): Update to allow customization of icons
25900 and nodes at run-time via that new hook.
25901 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25902 (tree-widget-icon-action, tree-widget-icon-help-echo)
25903 (tree-widget-action, tree-widget-help-echo): New functions.
25904
25905 2005-08-15 Kim F. Storm <storm@cua.dk>
25906
25907 * ido.el (ido-buffer-internal): Use with-no-warnings.
25908 (ido-make-merged-file-list): Use while-no-input.
25909
25910 2005-08-15 Richard M. Stallman <rms@gnu.org>
25911
25912 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25913 (flyspell-large-region): Fix doc and custom type.
25914
25915 2005-08-14 Richard M. Stallman <rms@gnu.org>
25916
25917 * files.el (interpreter-mode-alist): Doc fix.
25918
25919 * mail/rmail.el (rmail-nonignored-headers): New variable.
25920 (rmail-clear-headers): Use it.
25921 (rmail-reply): Better handling of mail-followup-to header.
25922
25923 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25924 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25925 don't try to refer to executable-font-lock-keywords.
25926 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25927 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25928 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25929 (sh-mode): Set comment-start-skip, local-abbrev-table,
25930 imenu-case-fold-search.
25931 (sh-set-shell): Don't set them here.
25932 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25933 Don't cache the results in the original alist; don't ever modify
25934 that alist.
25935
25936 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25937
25938 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25939 empty.
25940
25941 2005-08-15 Andreas Schwab <schwab@suse.de>
25942
25943 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25944
25945 * dired.el, info.el, mail/rmail.el: Revert last change.
25946
25947 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25948
25949 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25950 modification in `eval-after-load' form.
25951 * info.el: Likewise.
25952 * mail/rmail.el: Likewise.
25953
25954 2005-08-14 Juri Linkov <juri@jurta.org>
25955
25956 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25957 Remove highlighting of "Compilation started". Highlight only
25958 the word "finished" in "Compilation finished". Add highlighting
25959 of "interrupt", "killed", "terminated" and the exit code.
25960 (compilation-start): Add newline after header. Use exactly the
25961 same time stamp format as the finishing message.
25962 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25963
25964 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25965 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25966 Add highlighting of "interrupt", "killed", "terminated".
25967
25968 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25969 enabled and the current command is self-insert-command, call it
25970 explicitly with overwrite-mode bound to nil, to not allow it
25971 to delete the character after the selected region.
25972
25973 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25974
25975 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25976 move-end-of-line, end-of-line, and beginning-of-line to the list
25977 of commands after which the echo area is updated.
25978
25979 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25980
25981 * cus-edit.el (custom-save-all, custom-save-delete):
25982 Bind recentf-exclude to exclude custom-file.
25983
25984 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25985
25986 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25987 to go to the bottom of the mail message. Added to
25988 `rmail-summary-mode-map' with key "/".
25989 (rmail-summary-show-message): New (internal) function for use by
25990 both `rmail-summary-beginning/end-of-message'.
25991 (rmail-summary-beginning-of-message): Change to use
25992 rmail-summary-show-message.
25993
25994 * mail/rmail.el (rmail-end-of-message): New command to go to the
25995 end of the current message. Added to `rmail-mode-map' with key "/".
25996 (rmail-beginning-of-message): Fix to work as documented.
25997 (rmail-mode): Change documentation.
25998
25999 * progmodes/compile.el (compilation-start): Add the line
26000 "Compilation started" with compilation start time.
26001 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26002
26003 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26004
26005 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26006 of menu items.
26007
26008 2005-08-11 Richard M. Stallman <rms@gnu.org>
26009
26010 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26011
26012 * battery.el (battery-status-function): Don't use ignore-errors.
26013
26014 2005-08-11 Lute Kamstra <lute@gnu.org>
26015
26016 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26017 define-obsolete-variable-alias.
26018
26019 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26020
26021 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26022 (ange-ftp-send-cmd): Revert last change, and expand
26023 the comment explaining the problem.
26024
26025 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26026
26027 * ldefs-boot.el: Update.
26028
26029 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26030 item to "Time, Load and Mail". Change help echo text.
26031
26032 * time.el (display-time-use-mail-icon, display-time-format)
26033 (display-time-string-forms): Shorten first line of docstrings.
26034
26035 2005-08-10 Lars Hansen <larsh@soem.dk>
26036
26037 * desktop.el (desktop-buffer-mode-handlers):
26038 Make non-customizable. Add autoload cookie. Change initial value to
26039 nil; add elements in respective modules instead. Fix doc string.
26040 (desktop-load-file): New function.
26041 (desktop-minor-mode-handlers): New autoloaded variable.
26042 (desktop-create-buffer): Call minor mode handlers.
26043 Use desktop-load-file to load major and minor mode modules prior to
26044 checking for a handler.
26045 (desktop-save): Don't add nil to desktop-minor-modes for minor
26046 modes with nil function in desktop-minor-mode-table. Don't delete
26047 desktop file before rewriting it.
26048 (desktop-locals-to-save): Add autoload cookie. Don't make
26049 automatically buffer-local. Add variables column-number-mode,
26050 size-indication-mode, indent-tabs-mode,
26051 indicate-buffer-boundaries, indicate-empty-lines and
26052 show-trailing-whitespace.
26053 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26054 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26055 (desktop-clear-preserve-buffers-regexp): Delete.
26056 (desktop-clear-preserve-buffers): Update initial value and docstring.
26057 (desktop-save-buffer): Fix doc string.
26058
26059 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26060 (hilit-chg-desktop-restore): New function.
26061 (highlight-changes-mode): Add highlight-changes-mode to
26062 desktop-locals-to-save.
26063
26064 * dired.el: Add handler to desktop-buffer-mode-handlers.
26065 (dired-restore-desktop-buffer): Remove autoload cookie.
26066 (dired-mode): Add autoload cookie.
26067
26068 * info.el: Add handler to desktop-buffer-mode-handlers.
26069 (Info-restore-desktop-buffer): Remove autoload cookie.
26070 (Info-mode): Add autoload cookie.
26071
26072 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26073 (mh-restore-desktop-buffer): Remove autoload cookie.
26074 (mh-folder-mode): Add autoload cookie.
26075
26076 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26077 (rmail-restore-desktop-buffer): Remove autoload cookie.
26078
26079 2005-08-11 Masatake YAMATO <jet@gyve.org>
26080
26081 * hexl.el (hexl-address-region):
26082 (hexl-ascii-region, hexl-font-lock-keywords):
26083 (hexl-highlight-line-range): Use the term "region"
26084 instead of "area" for consistency with the other symbols
26085 defined in hexl.el.
26086
26087 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26088
26089 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26090 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26091 out by Juri Linkov). Add `display-battery-mode'.
26092
26093 2005-08-09 Juri Linkov <juri@jurta.org>
26094
26095 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26096 Remove `-text' from face variable names.
26097 (compilation-error-file-name, compilation-warning-file-name)
26098 (compilation-info-file-name): Delete faces.
26099 (compilation-line-number, compilation-column-number):
26100 Remove face underlining.
26101 (compilation-message-face): Set to `underline' value by default.
26102 (compilation-error-face, compilation-warning-face)
26103 (compilation-info-face): Remove `-file-name' from face names.
26104 (compilation-error-text-face, compilation-warning-text-face)
26105 (compilation-info-text-face): Delete face variables.
26106 (compilation-text-face): Delete function.
26107
26108 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26109 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26110 (grep-error-face): Set to `compilation-error' instead of
26111 `compilation-error-face' (which is redefined to `grep-hit-face' in
26112 grep buffers).
26113 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26114 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26115
26116 * dired-aux.el (dired-do-query-replace-regexp):
26117 Use `query-replace-read-args'.
26118
26119 * replace.el (query-replace-read-from, query-replace-read-to)
26120 (query-replace-read-args): Rename arg `string' to `prompt'.
26121
26122 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26123
26124 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26125
26126 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26127 uploading files.
26128 (ange-ftp-canonize-filename): Handle file names beginning with ~
26129 correctly.
26130
26131 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26132
26133 * textmodes/fill.el (canonically-space-region)
26134 (fill-context-prefix, fill-french-nobreak-p)
26135 (fill-delete-newlines, fill-comment-paragraph)
26136 (justify-current-line): "?\ " -> "?\s".
26137
26138 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26139
26140 * textmodes/fill.el (fill-nonuniform-paragraphs):
26141 Improve argument/docstring consistency.
26142
26143 2005-08-09 Richard M. Stallman <rms@gnu.org>
26144
26145 * textmodes/ispell.el (ispell-word): More fboundp checks.
26146
26147 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26148 (find-file-noselect-1): Call it here, only if RAWFILE.
26149 (normal-mode): Always set some major mode.
26150 (save-some-buffers-action-alist): Change some explanation strings.
26151 (file-name-non-special): In the `quote' method, use unwind-protect.
26152
26153 2005-08-09 Magnus Henoch <mange@freemail.hu>
26154
26155 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26156 (ispell-have-aspell-dictionaries): New variable.
26157 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26158 (ispell-get-aspell-config-value): New function.
26159 (ispell-aspell-find-dictionary): New function.
26160 (ispell-aspell-add-aliases): New function.
26161 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26162 appropriate. Don't look for ispell dictionaries if we use aspell.
26163 (ispell-menu-map): Don't build a submenu of dictionaries.
26164
26165 2005-08-09 Richard M. Stallman <rms@gnu.org>
26166
26167 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26168 (sql-read-passwd): Use read-passwd.
26169
26170 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26171 (idlwave-toolbar-is-possible): Add defvars.
26172
26173 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26174 Avoid warnings.
26175
26176 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26177 (idlwave-system-class-info, idlwave-executive-commands-alist):
26178 Use defvar.
26179
26180 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26181
26182 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26183 Avoid warnings.
26184
26185 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26186 and content-type: headers.
26187
26188 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26189
26190 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26191 and rename some of them to be more self-explanatory.
26192
26193 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26194
26195 * startup.el (command-line-1): Implement -scriptload.
26196
26197 * replace.el (occur-engine): Initial *Occur* output not undoable.
26198
26199 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26200 and improve help strings.
26201
26202 * isearch.el (isearch-repeat): When changing direction,
26203 mark search successful.
26204
26205 * ediff-init.el: Use (featurep 'xemacs).
26206
26207 * comint.el (send-invisible): Identify buffer, if not selected.
26208
26209 * align.el: Delete autoload for c-guess-basic-syntax.
26210
26211 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26212
26213 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26214 Improve argument/docstring consistency. Doc fixes.
26215 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26216 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26217 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26218 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26219 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26220 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26221 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26222 Defvar at compile time.
26223
26224 2005-08-09 Juri Linkov <juri@jurta.org>
26225
26226 * info.el: Replace `info' with upper-case `Info' where appropriate.
26227 (info-title-1, info-title-2, info-title-3, info-title-4)
26228 (info-menu-header): Move up face definitions.
26229 (info-menu-star): Rename from `info-menu-5'.
26230 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26231 (Info-fontify-visited-nodes): Fix docstring.
26232 (Info-hide-note-references): Fix docstring.
26233 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26234 menu items in the same way as on cross-references.
26235 (info-apropos): Fix sorting order and formatting to be like in the
26236 stand-alone Info browser. Display error messages for 1 sec.
26237 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26238 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26239 from the menu bar.
26240 (Info-insert-dir): Restore point after calling
26241 `insert-buffer-substring'.
26242
26243 2005-08-08 Richard M. Stallman <rms@gnu.org>
26244
26245 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26246 (recompute-lucid-menubar): Add defvars.
26247
26248 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26249
26250 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26251
26252 * net/net-utils.el (run-dig): Rename from `dig'.
26253
26254 * play/gametree.el (gametree-mode): Use make-local-variable,
26255 not make-variable-buffer-local.
26256
26257 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26258
26259 * ansi-color.el (ansi-color-make-extent)
26260 (ansi-color-set-extent-face): Use fboundp, not functionp.
26261
26262 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26263 not make-variable-buffer-local.
26264
26265 * bookmark.el (Info-current-file): Add defvar.
26266 (bookmark-jump-noselect): Use with-no-warnings.
26267
26268 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26269
26270 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26271
26272 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26273
26274 * find-file.el (ada-procedure-start-regexp)
26275 (ada-package-start-regexp): Add defvars.
26276
26277 * info.el (Info-insert-dir): Use insert-buffer-substring.
26278
26279 * xml.el (xml-att-def-re): Add defvar.
26280
26281 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26282 calling convention.
26283
26284 * subr.el (while-no-input): Return t if there is input.
26285
26286 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26287
26288 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26289
26290 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26291
26292 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26293 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26294
26295 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26296
26297 * cmuscheme.el (scheme-start-file): Replace reference to
26298 `user-emacs-directory' by "~/.emacs.d/".
26299
26300 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26301
26302 * info.el (Info-dir-remove-duplicates): Avoid case folding
26303 in loop; instead, keep downcased strings for comparison.
26304 Suggested by Helmut Eller.
26305
26306 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26307
26308 Sync with Tramp 2.0.50.
26309
26310 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26311 XEmacs case; not necessary anymore.
26312 (tramp-user-regexp): Allow "@" as part of user name.
26313 (tramp-handle-set-visited-file-modtime)
26314 (tramp-handle-insert-file-contents)
26315 (tramp-handle-write-region): No special handling for
26316 `last-coding-system-used, because this is done in
26317 `tramp-accept-process-output' now.
26318 (tramp-accept-process-output): New defun.
26319 (tramp-process-one-action, tramp-process-one-multi-action)
26320 (tramp-wait-for-regexp, tramp-wait-for-output)
26321 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26322 Howells <dhowells@redhat.com>.
26323 (clear-visited-file-modtime): Defadvice removed. The check for
26324 unset buffer's modtime does not need to be based on
26325 `tramp-buffer-file-attributes'. Suggested by RMS.
26326 (tramp-message): Insert "\n" if not being at beginning of line.
26327 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26328 sequence with same logic.
26329 (tramp-completion-handle-expand-file-name): Discard call of
26330 `tramp-drop-volume-letter'. It is not necessary, and there have
26331 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26332 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26333 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26334 should always be visible.
26335 (tramp-handle-insert-directory, tramp-setup-complete)
26336 (tramp-set-process-query-on-exit-flag)
26337 (tramp-append-tramp-buffers): Pacify byte-compiler.
26338 (tramp-bug): Delete non-existing variables from list.
26339 Apply `tramp-load-report-modules' as pre-hook.
26340 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26341 `shell-prompt-pattern' because of non-7bit characters.
26342 Reported by Sebastian Luque <sluque@mun.ca>.
26343 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26344 (tramp-match-string-list): Remove function.
26345 (tramp-wait-for-regexp): Remove call of that function.
26346 Suggested by Kim F. Storm <storm@cua.dk>.
26347 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26348 instead of octal character code ?\600. The latter resulted in a
26349 syntax error with XEmacs.
26350
26351 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26352 XEmacs case; not necessary anymore.
26353 (tramp-smb-handle-write-region): No special handling for
26354 `last-coding-system-used, because this is done in
26355 `tramp-accept-process-output' now.
26356 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26357
26358 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26359
26360 * wid-edit.el (widget-choice-value-create):
26361 Unconditionally respect user choice. Set :explicit-choice back to nil
26362 when no longer needed.
26363 (widget-choice-action): Unconditionally respect user choice.
26364 Eliminate :explicit-choice-value.
26365
26366 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26367
26368 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26369 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26370 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26371 running new function `toggle-indicate-empty-lines'.
26372 Rename "Customize" item to "Customize fringe".
26373 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26374 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26375 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26376 Delete "Empty lines only" item.
26377 (menu-bar-showhide-fringe-ind-customize): New function.
26378 (menu-bar-showhide-fringe-ind-mixed)
26379 (menu-bar-showhide-fringe-ind-box)
26380 (menu-bar-showhide-fringe-ind-right)
26381 (menu-bar-showhide-fringe-ind-left)
26382 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26383 instead of `fringe-indicators'.
26384
26385 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26386
26387 * emulation/viper.el (viper-emacs-state-mode-list):
26388 Add recentf-dialog-mode. Change the date of last update.
26389
26390 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26391
26392 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26393 (viper-exec-yank, viper-put-back): Don't display modification msg
26394 if in the minibuffer.
26395
26396 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26397 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26398 Make variables frame local.
26399
26400 * emulation/viper-util.el (viper-append-filter-alist):
26401 Use append instead of nconc.
26402
26403 * emulation/viper.el (viper-vi-state-mode-list)
26404 (viper-emacs-state-mode-list): Move help-mode and
26405 completion-list-mode from the first list to the second.
26406 (viper-mode): Docstring.
26407 (viper-go-away, viper-non-hook-settings): Don't localize
26408 minor-mode-alist in newer Emacsen. Add advice to
26409 set-cursor-color. Don't bind "\C-c\\".
26410
26411 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26412
26413 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26414 (scheme-macro-expand-command): New user options.
26415 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26416 (scheme-form-at-point, scheme-start-file)
26417 (scheme-interactively-start-process): New functions.
26418 (scheme-get-process): New function, extracted from `scheme-proc'.
26419 (run-scheme): Call `scheme-start-file' to get start file, and pass
26420 it to `make-comint'.
26421 (switch-to-scheme, scheme-proc):
26422 Call `scheme-interactively-start-process' if no Scheme buffer/process
26423 is available.
26424
26425 2005-08-06 Juri Linkov <juri@jurta.org>
26426
26427 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26428 Use `compilation-text-face', `compilation-info-text-face' and
26429 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26430 (compilation-error): New face.
26431 (compilation-error-file-name): Inherit from
26432 `compilation-error' instead of `font-lock-warning-face'.
26433 (compilation-warning-file-name): Inherit from
26434 `compilation-warning' instead of `font-lock-warning-face'.
26435 (compilation-info, compilation-error-file-name)
26436 (compilation-warning-file-name, compilation-info-file-name)
26437 (compilation-line-number, compilation-column-number): Doc fix.
26438 (compilation-error-text-face, compilation-warning-text-face)
26439 (compilation-info-text-face): New face variables.
26440 (compilation-line-face, compilation-column-face)
26441 (compilation-enter-directory-face)
26442 (compilation-leave-directory-face): Doc fix.
26443 (compilation-text-face): New function.
26444
26445 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26446 instead of 1 to display binary file names as info file links.
26447 (grep-error-face): Use `compilation-error-face' instead of
26448 `font-lock-keyword-face'.
26449 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26450 and `compilation-warning-text-face' instead of
26451 `font-lock-keyword-face'. Use `compilation-error-text-face'
26452 instead of `grep-error-face'.
26453
26454 2005-08-05 Kenichi Handa <handa@m17n.org>
26455
26456 * international/code-pages.el: Add autoload cookies for all coding
26457 systems.
26458
26459 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26460
26461 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26462
26463 2005-08-04 Juri Linkov <juri@jurta.org>
26464
26465 * progmodes/compile.el (compilation-mode-map):
26466 * progmodes/grep.el (grep-mode-map):
26467 Bind TAB to `compilation-next-error' and [backtab] to
26468 `compilation-previous-error'.
26469
26470 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26471 matching line numbers, column numbers and their ranges with regexp
26472 matching only line numbers.
26473 (grep-context-face): New face variable.
26474 (grep-mode-font-lock-keywords): Use it.
26475
26476 * faces.el (read-face-name): Delete duplicate faces.
26477
26478 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26479
26480 * thumbs.el (thumbs-find-image): Don't make variables
26481 automatically buffer local.
26482 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26483 (thumbs-image-num): Make automatically buffer local.
26484 (thumbs-show-thumbs-list): Use `make-local-variable', not
26485 `make-variable-buffer-local'.
26486 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26487
26488 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26489 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26490 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26491 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26492 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26493 (feelings-about, foullst, found, hello, history, howareyoulst)
26494 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26495 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26496 (neglst, obj, object, owner, please, problems, qlist)
26497 (random-adjective, relation, remlst, repetitive-shortness)
26498 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26499 (shortlst, something, sportslst, stallmanlst, states, subj)
26500 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26501 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26502 Defvar at compile time.
26503
26504 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26505 not `make-variable-buffer-local'.
26506
26507 2005-08-02 Kim F. Storm <storm@cua.dk>
26508
26509 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26510 rectangle overlay in selected window.
26511
26512 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26513
26514 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26515 instead of display group. Make `indicate-buffer-boundaries'
26516 customizable through Custom.
26517
26518 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26519
26520 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26521 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26522 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26523 (gdb-put-string): Fix typos in docstrings.
26524
26525 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26526
26527 Update copyright notices of files in progmodes directory for
26528 release of Emacs 22.1.
26529
26530 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26531
26532 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26533 Don't barf if the GUD buffer has been killed.
26534
26535 2005-08-01 Kim F. Storm <storm@cua.dk>
26536
26537 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26538
26539 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26540
26541 * simple.el (next-error-follow-minor-mode):
26542 make-variable-buffer-local -> make-local-variable.
26543
26544 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26545
26546 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26547 (byte-compile-form-make-variable-buffer-local): New functions to warn
26548 about misuses of make-variable-buffer-local where make-local-variable
26549 was meant.
26550
26551 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26552
26553 * bs.el (bs-attributes-list): Doc fix.
26554 (bs): Update url-link.
26555
26556 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26557 (desktop-load-default): Simplify.
26558
26559 * ibuffer.el (ibuffer-columnize-and-insert-list)
26560 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26561 (ibuffer-unmark-all, ibuffer-toggle-marks)
26562 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26563 (ibuffer-compile-make-format-form, ibuffer-format-column)
26564 (ibuffer-current-buffers-with-marks)
26565 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26566 (ibuffer): Doc fix.
26567 (ibuffer-mode): Fix typo in docstring.
26568 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26569 with `define-obsolete-variable-alias'.
26570 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26571
26572 2005-07-29 Kenichi Handa <handa@m17n.org>
26573
26574 * international/mule-cmds.el (select-message-coding-system):
26575 Be sure to use LF for end-of-line. If no coding system is decided,
26576 return iso-8859-1-unix.
26577
26578 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26579
26580 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26581 (ange-ftp-pending-error-line): New vars.
26582 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26583 to handle the non-fatal no-route-to-host messages.
26584 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26585
26586 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26587
26588 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26589 (isearch-quote-char, isearch-printing-char)
26590 (isearch-text-char-description): "?\ " -> "?\s".
26591 (isearch-lazy-highlight-cleanup)
26592 (isearch-lazy-highlight-initial-delay)
26593 (isearch-lazy-highlight-interval)
26594 (isearch-lazy-highlight-max-at-a-time)
26595 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26596 Declare with define-obsolete-*-alias macros.
26597 (isearch-forward): Fix typo in docstring.
26598 (search-invisible, search-ring-yank-pointer)
26599 (regexp-search-ring-yank-pointer): Doc fixes.
26600
26601 * recentf.el (recentf-menu-append-commands-p): Declare with
26602 `define-obsolete-variable-alias'.
26603 (recentf-max-saved-items, recentf-menu-filter)
26604 (recentf-arrange-by-rule-subfilter): Doc fixes.
26605 (recentf-menu-append-commands-flag)
26606 (recentf-initialize-file-name-history, recentf-expand-file-name)
26607 (recentf-clear-data): Fix typos in docstrings.
26608
26609 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26610
26611 * progmodes/gdb-ui.el: Smarten comments.
26612 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26613
26614 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26615
26616 * term/apollo.el (terminal-init-apollo): New function containing
26617 all former top level forms in the file.
26618 * term/bobcat.el (terminal-init-bobcat):
26619 * term/cygwin.el (terminal-init-cygwin):
26620 * term/iris-ansi.el (terminal-init-iris-ansi):
26621 * term/linux.el (terminal-init-linux):
26622 * term/news.el (terminal-init-news):
26623 * term/rxvt.el (terminal-init-rxvt):
26624 * term/sun.el (terminal-init-sun):
26625 * term/tvi970.el (terminal-init-tvi970):
26626 * term/vt100.el (terminal-init-vt100):
26627 * term/vt102.el (terminal-init-vt102):
26628 * term/vt125.el (terminal-init-vt125):
26629 * term/vt200.el (terminal-init-vt200):
26630 * term/vt201.el (terminal-init-vt201):
26631 * term/vt220.el (terminal-init-vt220):
26632 * term/vt240.el (terminal-init-vt240):
26633 * term/vt300.el (terminal-init-vt300):
26634 * term/vt320.el (terminal-init-vt320):
26635 * term/vt400.el (terminal-init-vt400):
26636 * term/vt420.el (terminal-init-vt420):
26637 * term/wyse50.el (terminal-init-wyse50):
26638 * term/xterm.el (terminal-init-xterm): Likewise.
26639
26640 * term/README: Describe the terminal-init-* functionality.
26641
26642 * startup.el (command-line): After loading the terminal initialization
26643 file call the corresponding terminal initialization function.
26644
26645 2005-07-27 Kenichi Handa <handa@m17n.org>
26646
26647 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26648 negative.
26649
26650 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26651 (ps-mule-composition-prologue): Fix for the case that
26652 RelativeCompose is false.
26653
26654 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26655
26656 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26657
26658 * descr-text.el (describe-char): Handle the case where the list of
26659 chars is displayed in a separate frame.
26660 Be a bit more discriminating when looking for the char.
26661
26662 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26663
26664 * bookmark.el (bookmark-automatically-show-annotations)
26665 (bookmark-read-annotation-text-func): Doc fixes.
26666 (bookmark-save): Improve argument/docstring consistency.
26667 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26668 (bookmark-alist-from-buffer)
26669 (bookmark-upgrade-file-format-from-0)
26670 (bookmark-grok-file-format-version)
26671 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26672 (bookmark-read-annotation-mode)
26673 (bookmark-insert-current-bookmark, bookmark-jump)
26674 (bookmark-exit-hook): Fix typos in docstrings.
26675 (bookmark-exit-hooks): Define as obsolete alias.
26676 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26677 not `bookmark-exit-hooks'. Fix docstring.
26678 (bookmark-bmenu-select): "?\ " -> "?\s".
26679
26680 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26681
26682 * startup.el (command-line): Fix typo.
26683
26684 2005-07-24 Richard M. Stallman <rms@gnu.org>
26685
26686 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26687 not emacs-quick-startup.
26688
26689 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26690
26691 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26692 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26693 instead of `reb-with-current-window'.
26694 (reb-prev-match): Likewise. Also, don't move left if the search
26695 was unsuccessful.
26696 (reb-initialize-buffer): New function.
26697 (re-builder, reb-change-syntax): Use it.
26698
26699 * man.el (Man-goto-page): Make second argument NOERROR optional.
26700
26701 2005-07-23 Richard M. Stallman <rms@gnu.org>
26702
26703 * man.el (Man-bgproc-sentinel): Check here for failure to find
26704 any man page in the output, and report the error here.
26705 (Man-arguments): Make it permanent local.
26706 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26707 (Man-mode): Pass t for NOERROR.
26708
26709 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26710 (grep-mode-font-lock-keywords):
26711 Don't use compilation-...-face for messages that are not file names.
26712
26713 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26714 Don't use compilation-...-face for messages that are not file names.
26715
26716 2005-07-22 Juri Linkov <juri@jurta.org>
26717
26718 * startup.el (normal-splash-screen): Update menu name.
26719
26720 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26721
26722 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26723
26724 * term/xterm.el: Load term/rxvt if the terminal is actually an
26725 rxvt terminal.
26726 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26727
26728 * term/rxvt.el (function-key-map): Use substitute-key-definition
26729 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26730
26731 * term/cygwin.el: New file.
26732
26733 2005-07-22 Kim F. Storm <storm@cua.dk>
26734
26735 * image-file.el (insert-image-file, image-file-yank-handler):
26736 Fix last change to maintain a (unique) yank-handler on yanked images.
26737
26738 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26739
26740 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26741 of the file size (as in "177B" for 177 bytes). This happens with
26742 "ls -lh" on FreeBSD.
26743
26744 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26745
26746 * hilit-chg.el (highlight-changes-global-initial-state)
26747 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26748 (hilit-chg-fixup, highlight-changes-mode):
26749 Fix typos in docstrings.
26750 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26751 Doc fixes.
26752
26753 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26754
26755 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26756 mode function using `eval-after-load'.
26757
26758 2005-07-21 Kim F. Storm <storm@cua.dk>
26759
26760 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26761 included when reporting an Emacs crash, and tell about the DEBUG file.
26762
26763 * image-file.el (insert-image-file): Add yank-handler.
26764 (image-file-yank-handler): Yank handler to make unique copies of
26765 images when they are yanked into a buffer next to each other.
26766
26767 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26768
26769 * comint.el (comint-use-prompt-regexp, comint-send-input)
26770 (comint-source-default, comint-extract-string)
26771 (comint-get-source, comint-word, comint-completion)
26772 (comint-source, comint-prompt-read-only, comint-update-fence):
26773 Fix typos in docstrings.
26774 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26775 Declare with define-obsolete-*-alias macros.
26776 (comint-previous-matching-input-from-input)
26777 (comint-next-matching-input-from-input)
26778 (comint-previous-matching-input, comint-next-matching-input)
26779 (comint-forward-matching-input):
26780 Improve argument/docstring consistency.
26781
26782 * desktop.el (desktop-clear-preserve-buffers-regexp):
26783 Also preserve the *server* buffer.
26784
26785 * simple.el (clone-indirect-buffer): Doc fix.
26786 (fixup-whitespace, just-one-space)
26787 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26788 (next-error, next-error-highlight)
26789 (next-error-highlight-no-select, next-error-last-buffer)
26790 (next-error-buffer-p, next-error-find-buffer, next-error)
26791 (previous-error, next-error-no-select, previous-error-no-select)
26792 (open-line, split-line, minibuffer-prompt-width, kill-new)
26793 (binary-overwrite-mode): Fix typos in docstrings.
26794 (set-fill-column): Fix typo in message.
26795
26796 * skeleton.el (skeleton-proxy-new): Doc fix.
26797
26798 * strokes.el (strokes-load-hook): Doc fix.
26799 (strokes-grid-resolution, strokes-get-grid-position)
26800 (strokes-renormalize-to-grid, strokes-read-stroke)
26801 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26802 (strokes-global-map): Fix typos in docstrings.
26803 (strokes-help): Doc fix. Fix help message and pass it through
26804 `substitute-command-keys'.
26805
26806 * tempo.el (tempo-insert-prompt, tempo-interactive)
26807 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26808 (tempo-insert-string-functions, tempo-local-tags)
26809 (tempo-define-template, tempo-insert-template)
26810 (tempo-insert-prompt-compat, tempo-is-user-element)
26811 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26812 Fix typos in docstrings.
26813
26814 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26815 (vcursor-key-bindings, vcursor-use-vcursor-map)
26816 (vcursor-find-window, vcursor-scroll-down)
26817 (vcursor-disable, vcursor-beginning-of-buffer)
26818 (vcursor-end-of-buffer): Fix typos in docstrings.
26819 (vcursor-relative-move, vcursor-get-char-count):
26820 Improve argument/docstring consistency.
26821
26822 * version.el: "?\ " -> "?\s".
26823
26824 * wid-edit.el (widget-default-create, widget-after-change)
26825 (widget-default-format-handler, widget-checklist-add-item)
26826 (widget-radio-add-item, widget-choose, widget-specify-secret)
26827 (widget-field-value-create, widget-field-value-get)
26828 (widget-editable-list-format-handler)
26829 (widget-editable-list-entry-create, widget-group-value-create)
26830 (widget-documentation-link-add)
26831 (widget-documentation-string-value-create): "?\ " -> "?\s".
26832 (widget-convert-text): Doc fix.
26833 (widget-narrow-to-field, widget-field-find)
26834 (widget-url-link-action, widget-emacs-library-link-action)
26835 (widget-color-notify): Fix typos in docstrings.
26836
26837 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26838 (x-select-text, set-w32-system-coding-system)
26839 (w32-add-charset-info): Fix typos in docstrings.
26840
26841 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26842 (cua-enable-cua-keys, cua-use-hyper-key)
26843 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26844 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26845
26846 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26847
26848 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26849 `defalias' instead of faking it.
26850
26851 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26852 (eshell-ls-missing, eshell-ls-dired-initial-args)
26853 (eshell-ls-use-in-dired): Fix typos in docstrings.
26854
26855 2005-07-20 Kim F. Storm <storm@cua.dk>
26856
26857 * emulation/cua-base.el (cua-mode): Improve doc string.
26858
26859 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26860
26861 * abbrev.el (expand-region-abbrevs): Doc fix.
26862 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26863 Improve argument/docstring consistency.
26864
26865 * arc-mode.el (archive-get-descr, archive-alternate-display):
26866 Doc fixes.
26867 (archive-l-e): Improve argument/docstring consistency.
26868 (archive-tmpdir, archive-unixdate, archive-unixtime)
26869 (archive-chmod-entry): Fix typos in docstrings.
26870 (archive-unflag, archive-unflag-backwards)
26871 (archive-unmark-all-files): "?\ " -> "?\s".
26872
26873 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26874 (Buffer-menu-not-modified, Buffer-menu-execute)
26875 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26876 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26877
26878 * composite.el (compose-string, encode-composition-rule)
26879 (compose-last-chars): Fix typos in docstrings.
26880
26881 * desktop.el (desktop-enable, desktop-basefilename):
26882 Declare with `define-obsolete-variable-alias'.
26883 (desktop-internal-v2s): Don't quote keywords.
26884 (desktop-clear): "?\ " -> "?\s".
26885
26886 * dired.el (dired-align-file, dired-flag-backup-files)
26887 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26888 (dired-listing-switches, dired-ls-F-marks-symlinks)
26889 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26890 (dired-directory, dired-faces, dired, dired-revert)
26891 (dired-mode, dired-summary, dired-view-file)
26892 (dired-copy-filename-as-kill, dired-delete-file)
26893 (dired-no-confirm, dired-unmark-all-marks)
26894 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26895 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26896 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26897 Fix typos in message strings.
26898
26899 * dired-x.el (virtual-dired): Declare with `defalias'.
26900 (dired-mark-unmarked-files, dired-local-variables-file)
26901 (dired-omit-here-always): Doc fix.
26902 (dired-omit-mode, dired-find-subdir)
26903 (dired-enable-local-variables, dired-clean-up-buffers-too)
26904 (dired-extra-startup, dired-mark-extension, dired-jump)
26905 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26906 (dired-smart-shell-command, dired-guess-shell-alist-user)
26907 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26908 (dired-x-bind-find-file, dired-x-submit-report):
26909 Fix typos in docstrings.
26910 (dired-mark-unmarked-files): "?\ " -> "?\s".
26911
26912 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26913
26914 * faces.el (describe-face): "?\ " -> "?\s".
26915 (read-all-face-attributes, read-face-font, modify-face)
26916 (face-attr-construct, italic): Fix typos in docstrings.
26917 (frame-update-face-colors): Declare with
26918 `define-obsolete-function-alias'.
26919
26920 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26921 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26922 (magic-mode-alist, buffer-file-numbers-unique)
26923 (write-file-functions, get-free-disk-space):
26924 Fix typos in docstrings.
26925 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26926 (write-contents-hooks, write-file-hooks):
26927 Declare with `define-obsolete-variable-alias'.
26928
26929 * forms-d2.el (arch-rj): Fix typo in docstrings.
26930 (arch-tocol): Likewise. "?\ " -> "?\s".
26931
26932 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26933 Fix typo in docstring.
26934 (set-screen-width, set-screen-height): Delete redundant info in
26935 doctrings.
26936 (new-frame, screen-height, screen-width): Declare with
26937 `define-obsolete-function-alias'.
26938 (delete-frame-hook, blink-cursor): Declare with
26939 `define-obsolete-variable-alias'.
26940
26941 * paths.el (prune-directory-list): Fix typos in docstring.
26942
26943 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26944 (cvs-prefix-get): Fix typos in docstrings.
26945
26946 * ps-print.el (ps-extend-face-list, ps-extend-face)
26947 (ps-print-background-image): Fix typos in docstrings.
26948 (ps-default-fg, ps-default-bg): Doc fixes.
26949
26950 * s-region.el (s-region-bind): Doc fix.
26951 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26952
26953 * textmodes/org.el (org-table-formula-substitute-names)
26954 (org-table-get-vertical-vector): Doc fixes.
26955 (org-table-recalculate): Remove unused argument to `message'.
26956
26957 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26958
26959 * textmodes/org.el (org-table-column-names)
26960 (org-table-column-name-regexp)
26961 (org-table-named-field-locations): New variables.
26962 (org-archive-subtree): Protect `this-command' when calling
26963 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26964 the kill buffer.
26965 (org-complete): Remove fixed-formula completion.
26966 (org-edit-formulas-map): New variable.
26967 (org-table-edit-formulas): New command.
26968 (org-finish-edit-formulas, org-abort-edit-formulas)
26969 (org-show-variable, org-table-get-vertical-vector): New functions.
26970 (org-table-maybe-eval-formula): Handle `:=' fields.
26971 (org-table-get-stored-formulas, org-table-store-formulas)
26972 (org-table-get-formula, org-table-modify-formulas)
26973 (org-table-replace-in-formulas): Handle named field formulas.
26974 (org-table-get-specials): Store locations of named fields.
26975
26976 2005-07-19 Juri Linkov <juri@jurta.org>
26977
26978 * progmodes/grep.el (grep-regexp-alist)
26979 (grep-mode-font-lock-keywords, grep-process-setup):
26980 Use default GNU grep match color "01;31m" instead of "01;41m".
26981 (grep-regexp-alist, grep-mode-font-lock-keywords):
26982 Use `\\[[0-9]*m' instead of `\\[00m'.
26983 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26984 sgr_start where its handling is more important. Use the real
26985 length of sgr_start instead of constant 8.
26986 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26987 specially. Delete all remaining escape sequences.
26988 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26989 (grep-regexp-alist): Make hyperlink only for binary file name
26990 instead of the whole line.
26991 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26992 (grep-mode): Add autoload.
26993
26994 * emacs-lisp/find-func.el (find-function-regexp):
26995 Add `define-compilation-mode'.
26996
26997 2005-07-19 Juri Linkov <juri@jurta.org>
26998
26999 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27000 (compare-windows-sync-string-size, compare-windows-recenter)
27001 (compare-windows-highlight, compare-windows): Add version 22.1.
27002 (compare-windows) <defface>: Inherit from lazy-highlight instead
27003 of duplicating its default value.
27004
27005 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27006 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27007
27008 * descr-text.el (describe-char): Create link buttons for `charset'
27009 and `code point'. Add the current input method name with a link
27010 button to `to input' field. Print face names of display table
27011 characters in `The display table entry is displayed by' section
27012 instead of printing face-id in the `display' field.
27013 Guess hardcoded faces and create a link button for them.
27014 Skip empty fields when calculating max-width.
27015 Treat `widget-create' specially while inserting strings from the
27016 collected field list.
27017 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27018
27019 * diff-mode.el (diff-file-header): Change foreground color from
27020 yellow to green on light backgrounds.
27021 (diff-context): Inherit from `shadow' only for color/grayscale
27022 with more than 88 colors.
27023 (diff-indicator-removed, diff-indicator-added)
27024 (diff-indicator-changed): New faces.
27025 (diff-font-lock-keywords): Use new faces. Regroup rules.
27026 Add "^---$" for `normal' diff format. Fontify `#' lines with
27027 font-lock-comment-delimiter-face and font-lock-comment-face.
27028 Add `#' to ^[^...] in the rule for `diff-context-face'.
27029
27030 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27031 a button-like box. Inherit from `highlight' on low colors.
27032 (shadow): Use shades of gray only for color/grayscale with
27033 more than 88 colors. Use green for light backgrounds with
27034 8 colors, and yellow for dark backgrounds with 8 colors.
27035
27036 * font-lock.el (font-lock-regexp-grouping-backslash):
27037 Don't inherit from escape-glyph (use bold for all cases).
27038
27039 * info.el (info-xref-visited): Use light foreground color `violet'
27040 for dark backgrounds instead of dark color `magenta3'.
27041 (info-title-1): Use `yellow' color for dark backgrounds.
27042
27043 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27044 too-light magenta2.
27045
27046 * replace.el (match): Use slightly more light RoyalBlue3 instead
27047 of dark RoyalBlue4.
27048
27049 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27050
27051 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27052
27053 * novice.el (disabled-command-hook): Declare it with
27054 `define-obsolete-variable-alias'.
27055
27056 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27057 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27058 (desktop-load-default): Add release to obsolescence info.
27059 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27060 (desktop-append-buffer-args, desktop-read):
27061 Fix typos in docstrings.
27062 (desktop-kill): Fix typo in message.
27063 (desktop-save): Doc fix.
27064
27065 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27066
27067 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27068 (viper-envelop-ESC-key): Change the definition of fast
27069 keysequence so it'll work with keyboard macros.
27070
27071 * ediff.el (ediff-patch-buffer): Change the docstring.
27072
27073 2005-07-19 Kenichi Handa <handa@m17n.org>
27074
27075 * international/mule-cmds.el (select-safe-coding-system): Try to
27076 use an auto-coding (if any) before anything else. If the found
27077 auto-coding is invalid, show a warning message.
27078
27079 * international/mule.el (find-auto-coding): New function created
27080 by modifying the body of set-auto-coding.
27081 (set-auto-coding): Use find-auto-coding to find a coding.
27082
27083 2005-07-18 Richard M. Stallman <rms@gnu.org>
27084
27085 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27086 not isearch-mode-end-hook-error.
27087 (allout-before-change-protect): Fix error message.
27088
27089 2005-07-18 Juri Linkov <juri@jurta.org>
27090
27091 * allout.el (allout-mode):
27092 * calculator.el (calculator-copy):
27093 * custom.el (custom-known-themes):
27094 * dired.el (dired-desktop-buffer-misc-data)
27095 (dired-restore-desktop-buffer):
27096 * dired-x.el (dired-omit-marker-char):
27097 * files.el (basic-save-buffer):
27098 * font-core.el (font-lock-mode):
27099 * calendar/calendar.el (calendar-goto-hebrew-date)
27100 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27101 (calendar-goto-persian-date):
27102 * language/ethio-util.el (ethio-sera-to-fidel-region):
27103 * textmodes/picture.el (picture-mode):
27104 Delete duplicate duplicate words.
27105
27106 2005-07-18 Juri Linkov <juri@jurta.org>
27107
27108 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27109 chars * ? } |.
27110 (isearch-fallback): Don't call `isearch-process-search-char'.
27111 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27112 (isearch-process-search-char): Call `isearch-fallback' for regexp
27113 chars * ? } |.
27114 (isearch-return-char): Make obsolete with `make-obsolete' instead
27115 of simply documenting it as obsolete in the docstring.
27116 (isearch-fallback): Refill docstring.
27117
27118 * international/isearch-x.el
27119 (isearch-process-search-multibyte-characters): Remove unneeded
27120 `concat'. Add intermediate values to `junk-hist' instead of
27121 `minibuffer-history'. Test the length of `str'.
27122
27123 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27124
27125 * allout.el (allout-resolve-xref): Fix typos in error strings.
27126 (allout-before-change-protect): Remove unneeded `concat'.
27127
27128 * array.el (array-mode, array-reconfigure-rows)
27129 (untabify-backward): Fix typos in docstrings.
27130 (array-reconfigure-rows): Use `insert-buffer-substring', not
27131 `insert-buffer'.
27132
27133 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27134 * progmodes/ada-mode.el (ada-make-body):
27135 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27136
27137 * dired.el (dired-log):
27138 * tar-mode.el (tar-subfile-save-buffer):
27139 * play/zone.el (zone-pgm-stress-destress):
27140 Use `insert-buffer-substring', not `insert-buffer'.
27141
27142 2005-07-17 Simon Josefsson <jas@extundo.com>
27143
27144 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27145
27146 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27147
27148 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27149 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27150
27151 2005-07-17 Kim F. Storm <storm@cua.dk>
27152
27153 * ido.el (dired-other-window): Add ido property.
27154
27155 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27156
27157 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27158 Fix typo in docstring.
27159 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27160 `insert-file-literally'.
27161
27162 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27163 info and delete redundant message. Doc fix.
27164 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27165 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27166
27167 2005-07-16 Richard M. Stallman <rms@gnu.org>
27168
27169 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27170 (byte-compile-and): Use byte-compile-and-recursion.
27171 (byte-compile-or-recursion): New function.
27172 (byte-compile-or): Use that.
27173 (byte-compile-if): Guard the else-clause too.
27174 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27175
27176 * isearch.el (isearch-mode-end-hook-quit): New variable.
27177 (isearch-done): Bind it.
27178 (isearch-mode-end-hook): Doc fix.
27179
27180 * allout.el (allout-isearch-did-quit): Variable deleted.
27181 (allout-real-isearch-abort): Function name no longer used.
27182 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27183 (allout-isearch-rectification): isearch-mode always exists.
27184 Don't set allout-isearch-did-quit.
27185 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27186 allout-isearch-did-quit.
27187 (allout-enwrap-isearch): Just add the hook.
27188 (allout-isearch-abort): Function deleted.
27189 (allout-pre-command-business): Avoid warning.
27190
27191 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27192 Correctly avoid warnings.
27193 (pascal-outline): Likewise.
27194
27195 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27196
27197 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27198
27199 * play/tetris.el (tetris-mode): Avoid warning.
27200
27201 * play/snake.el (snake-mode): Avoid warning.
27202
27203 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27204 (gamegrid-set-display-table): Avoid warning.
27205 (gamegrid-set-timer): Likewise.
27206 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27207 (gamegrid-add-score-with-update-game-score-1): Take FILE
27208 as argument.
27209 (gamegrid-add-score-with-update-game-score): Pass that argument.
27210 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27211
27212 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27213
27214 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27215 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27216
27217 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27218 and insert-file.
27219
27220 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27221 (sc-ask): Avoid warnings.
27222
27223 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27224 (eshell-hist-initialize): Use that var the natural way.
27225
27226 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27227
27228 * emacs-lisp/re-builder.el (reb-cook-regexp):
27229 Avoid warning calling lre-compile-string.
27230 (reb-color-display-p): Avoid warning.
27231
27232 * calculator.el (calculator-last-input): Guard uses
27233 of event-key and key-press-event-p.
27234 (event-key, key-press-event-p): Delete definitions.
27235
27236 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27237 (find-gc-source-directory, find-gc-subrs-callers)
27238 (find-gc-noreturn-list, find-gc-source-files)
27239 (find-gc-subrs-called): Vars renamed and defvar'd.
27240
27241 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27242 (checkdoc-overlay-put, checkdoc-delete-overlay)
27243 (checkdoc-overlay-start, checkdoc-overlay-end)
27244 (checkdoc-mode-line-update, checkdoc-char=):
27245 Define such that compiler knows they are defined.
27246 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27247 (checkdoc-read-event): Delete. Use read-event directly.
27248
27249 * whitespace.el (whitespace-make-overlay)
27250 (whitespace-overlay-put, whitespace-delete-overlay)
27251 (whitespace-overlay-start, whitespace-overlay-end):
27252 Define such that compiler knows they are defined.
27253 (whitespace): Move conditional inside.
27254
27255 * tempo.el (tempo-insert-template): Suppress warning.
27256
27257 * ediff-diff.el (longlines-mode): Add defvar.
27258
27259 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27260
27261 * server.el: Bind "C-x #" in a way that works even if C-x is
27262 redefined to a command key, not a prefix key.
27263
27264 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27265
27266 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27267 cl-make-type-test till execution time.
27268
27269 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27270
27271 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27272 arg ARG and use it.
27273
27274 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27275
27276 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27277
27278 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27279
27280 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27281 a defcustom with two :set or :type keywords.
27282
27283 2005-07-15 Richard M. Stallman <rms@gnu.org>
27284
27285 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27286 Don't give ^M comment-end syntax.
27287
27288 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27289
27290 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27291 Don't consider gdbmi (gdb-mi.el has its own update functions).
27292 (gdb-var-delete): Make it work for gdbmi as well.
27293 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27294
27295 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27296 (gud-speedbar-menu-items): Correct logic for enabling items.
27297
27298 2005-07-15 Kim F. Storm <storm@cua.dk>
27299
27300 * ido.el: Fix commentary.
27301 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27302 Use with-no-warnings around ffap-guesser.
27303 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27304 Let bind minibuffer-completing-file-name to t.
27305
27306 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27307
27308 * startup.el (site-run-file, keyboard-type): Doc fixes.
27309 (command-line): Check for "--basic-display" argument; also for
27310 "--quick", not "--bare-bones" (which was renamed).
27311 (fancy-splash-text): Add missing item "Getting New Versions".
27312 (normal-splash-screen): Fix typos and improve consistency with
27313 `fancy-splash-text'. Update copyright year.
27314
27315 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27316 valid binding for `help-char'.
27317
27318 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27319
27320 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27321
27322 * term.el (term-mode): Disable cua-mode for term buffers.
27323
27324 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27325
27326 * add-log.el (add-log-mailing-address, change-log-merge):
27327 Doc fixes.
27328 (change-log-get-method-definition): Fix typo in docstring.
27329
27330 2005-07-14 Kim F. Storm <storm@cua.dk>
27331
27332 * emulation/cua-base.el:
27333 (cua--pre-command-handler-1, cua--pre-command-handler)
27334 (cua--post-command-handler-1, cua--post-command-handler):
27335 Split in two. Check (buffer local) value of cua-mode.
27336 (cua-selection-mode): New command.
27337
27338 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27339
27340 * custom.el (custom-initialize-safe-set)
27341 (custom-initialize-safe-default): Doc fixes.
27342
27343 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27344 and simplify :init-value again.
27345
27346 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27347 and simplify :init-value again. Delete autoload.
27348
27349 * startup.el (command-line): Use `custom-reevaluate-setting' again
27350 for tooltip-mode.
27351
27352 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27353 a defcustom with two :initialize keywords.
27354
27355 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27356
27357 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27358 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27359 (allout-post-command-business, allout-flag-region)
27360 (isearch-reenable-font-lock, allout-yank)
27361 (allout-insert-latex-header, allout-insert-latex-trailer)
27362 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27363 (allout-latex-verb-quote): Fix typos in docstrings.
27364 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27365 (allout-unprotected, allout-prefix-data):
27366 Improve argument/docstring consistency.
27367 (allout-chart-subtree): Fix argument spec.
27368 (allout-open-topic): Rename `use_sib_bullet' argument to
27369 `use-sib-bullet'. Doc fix.
27370
27371 * whitespace.el (whitespace-check-buffer-leading)
27372 (whitespace-check-buffer-trailing)
27373 (whitespace-check-buffer-indent)
27374 (whitespace-check-buffer-spacetab)
27375 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27376 (whitespace-check-leading-whitespace)
27377 (whitespace-check-trailing-whitespace)
27378 (whitespace-check-spacetab-whitespace)
27379 (whitespace-check-indent-whitespace)
27380 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27381 (whitespace-modes): Fix typos in docstrings.
27382 (defgroup, defcustom): Doc fixes.
27383
27384 * winner.el (winner-mode, winner-boring-buffers)
27385 (winner-pending-undo-ring): Doc fixes.
27386 (winner-ring): Remove unneeded `progn'.
27387 (winner-equal): `defsubst' it.
27388 (winner-redo): Fix message.
27389
27390 2005-07-13 Kim F. Storm <storm@cua.dk>
27391
27392 * simple.el (line-move-1): Always use vertical-motion to
27393 do the last (or only) line move to ensure some movement.
27394 Undo 2005-06-23 change--don't check for overlays.
27395
27396 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27397
27398 * term/mac-win.el (ccl-encode-mac-roman-font)
27399 (ccl-encode-mac-centraleurroman-font)
27400 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27401 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27402 Change charset-id boundary of dimension to ?\xef.
27403 (mac-char-fontspec-list): New constant.
27404 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27405 argument. Nil uses itself as family in font-spec. Previous
27406 behavior for nil is now provided by non-nil non-string argument.
27407 All callers changed. Add font-specs for Mac fonts to
27408 "fontset-default" unless iso8859-1 fonts are installed.
27409
27410 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27411
27412 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27413 a continuation line if the \ is preceded by SPC or TAB.
27414 (sh-get-indent-info): Simplify.
27415 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27416 Use with-current-buffer.
27417
27418 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27419 when the matched text is empty.
27420
27421 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27422
27423 * startup.el (command-line): Revert to previous handling of
27424 tooltip-mode. Explain in comment why the complexity is needed.
27425
27426 * tooltip.el (tooltip-mode): Revert to previous implementation of
27427 its defcustom.
27428
27429 * frame.el (blink-cursor-mode): Revert to previous implementation
27430 of its defcustom. Update comment.
27431
27432 2005-07-12 Lars Hansen <larsh@soem.dk>
27433
27434 * desktop.el: Update e-mail address.
27435
27436 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27437
27438 * term/mac-win.el (mac-services-mail-selection)
27439 (mac-services-mail-to): New functions.
27440 (mac-application-menu-map): Bind them.
27441
27442 2005-07-12 wulei <milton@wulei.net> (tiny change)
27443
27444 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27445
27446 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27447
27448 * custom.el (custom-reevaluate-setting): Doc fix.
27449
27450 2005-07-11 Jay Belanger <belanger@truman.edu>
27451
27452 * calc/calc.el (calc-embedded-announce-formula-alist)
27453 (calc-embedded-open-close-plain-alist)
27454 (calc-embedded-open-close-mode-alist): Add checks for additional
27455 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27456
27457 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27458
27459 * custom.el (custom-enable-theme): Don't add theme to
27460 `custom-enabled-themes' with `push' because there is no
27461 setf-method for `delq'.
27462
27463 2005-07-11 Richard M. Stallman <rms@gnu.org>
27464
27465 * custom.el (custom-declare-variable): Doc fix.
27466
27467 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27468 from the alists.
27469
27470 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27471 Do nothing if edebug-active.
27472
27473 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27474 (edebug-display): Do it here instead.
27475
27476 2005-07-10 Richard M. Stallman <rms@gnu.org>
27477
27478 * cus-face.el (custom-theme-set-faces): Make it work.
27479 (custom-reset-faces): Doc fix.
27480 (custom-theme-reset-internal-face, custom-theme-face-value):
27481 Functions deleted.
27482
27483 * custom.el (custom-push-theme): Maintain list of the settings
27484 of a given theme in its theme-settings property.
27485 Maintain position of old settings in the theme-value
27486 or theme-face property.
27487 (custom-enabled-themes): New variable.
27488 (custom-theme-enabled-p): New function.
27489 (provide-theme): Update custom-enabled-themes.
27490 Disable and reenable the `user' theme.
27491 (require-theme): Doc fix.
27492 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27493 (custom-theme-value, custom-theme-variable-value): Likewise.
27494 (custom-theme-reset-internal): Likewise.
27495 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27496 (custom-enable-theme, custom-disable-theme): New functions.
27497 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27498 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27499 (custom-theme-reset-variables): Simplify.
27500 (deftheme, custom-declare-theme, custom-make-theme-feature):
27501 Definitions moved.
27502
27503 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27504
27505 * longlines.el (longlines-show-region)
27506 (longlines-unshow-hard-newlines): Recognize hard newlines by
27507 non-nil hard property, instead of t.
27508
27509 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27510
27511 * emulation/viper-cmd.el (viper--key-maps): New variable.
27512 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27513 emulation-mode-map-alists.
27514 (viper-envelop-ESC-key): Use viper-subseq.
27515 (viper-search-forward/backward/next): Disable debug-on-error.
27516
27517 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27518 (viper-ESC-key): New defcustoms.
27519
27520 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27521
27522 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27523 (viper-subseq): Copy of subseq from cl.el.
27524
27525 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27526 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27527
27528 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27529
27530 * emulation/viper-init.el: Get rid of -face in face names.
27531
27532 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27533 Make it work with longlines mode.
27534
27535 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27536
27537 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27538
27539 * ediff-init.el: Get rid of -face in face names.
27540
27541 2005-07-10 Richard M. Stallman <rms@gnu.org>
27542
27543 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27544 and with-timeout-unsuspend.
27545
27546 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27547 and with-timeout-unsuspend.
27548
27549 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27550 (with-timeout): Bind that variable to record timers.
27551 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27552
27553 * emacs-lisp/debug.el (debug-help-follow): New function.
27554 (debugger-mode-map): Use that instead of help-follow.
27555 (debugger-setup-buffer): Use eval-buffer-list
27556 to handle eval-buffer frames.
27557
27558 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27559
27560 * timezone.el (timezone-parse-date): Change first regexp
27561 so it will not mistakenly match dates with no time zone.
27562
27563 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27564
27565 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27566
27567 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27568
27569 * custom.el (custom-initialize-safe-set)
27570 (custom-initialize-safe-default): New functions.
27571
27572 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27573 and simplify :init-value.
27574
27575 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27576 and simplify :init-value. Delete obsolete comment.
27577
27578 * startup.el (command-line): Use `custom-reevaluate-setting' to
27579 handle `tooltip-mode'. Delete obsolete comment.
27580
27581 * files.el (set-visited-file-name): Avoid calling
27582 `file-name-nondirectory' with a nil argument.
27583
27584 2005-07-09 Richard M. Stallman <rms@gnu.org>
27585
27586 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27587 was called with nil for the buffer, handle the read position right.
27588 Handle read position for eval-region, too.
27589
27590 2005-07-09 Juri Linkov <juri@jurta.org>
27591
27592 * fringe.el (fringe-mode): Add period in docstring.
27593 (fringe-query-style): Build prompt depending on `all-frames' arg.
27594
27595 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27596 to not create links to unrelated functions in the Help buffer.
27597
27598 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27599 Doc fix.
27600
27601 * simple.el (next-error-hook): New variable.
27602 (next-error): Use it. Doc fix.
27603
27604 * textmodes/ispell.el (ispell-command-loop): Add current
27605 dictionary name and program name to mode-line-format.
27606 (ispell-region, ispell-process-line): Add current dictionary name
27607 and program name to messages.
27608
27609 2005-07-08 Jay Belanger <belanger@truman.edu>
27610
27611 * calc/calc.el (calc-embedded-announce-formula-alist)
27612 (calc-embedded-open-close-formula-alist)
27613 (calc-embedded-open-close-word-alist)
27614 (calc-embedded-open-close-plain-alist)
27615 (calc-embedded-open-close-new-formula-alist)
27616 (calc-embedded-open-close-mode-alist)
27617 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27618 (calc-embedded-mode-hook): New variables.
27619
27620 * calc/calc-embed.el (calc-embedded-firsttime)
27621 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27622 New variables.
27623 (calc-do-embedded): Use calc-embedded-firsttime,
27624 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27625 determine whether or not to run hooks.
27626 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27627 calc-embedded-firsttime-formula appropriately.
27628 Set calc-embedded delimiter variables according to mode.
27629
27630 2005-07-08 Richard M. Stallman <rms@gnu.org>
27631
27632 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27633 Check for "emacs", etc., as entire symbol, not just as word.
27634 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27635
27636 * files.el (set-visited-file-name): Report the error
27637 for "empty filename" earlier.
27638 (kill-some-buffers): Ignore buffers already dead.
27639
27640 * fringe.el (fringe-mode): Doc fix.
27641
27642 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27643 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27644 Use unwind-protect to ensure byte-compile-unresolved-functions
27645 is updated.
27646
27647 * whitespace.el (whitespace-buffer-leading-cleanup):
27648 Simplify w/ skip-chars-forward.
27649 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27650
27651 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27652 Unconditionally try to leave point at the same old place.
27653
27654 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27655
27656 * comint.el (comint-postoutput-scroll-to-bottom)
27657 (comint-show-maximum-output): Take scroll-margin into consideration.
27658
27659 2005-07-08 Kim F. Storm <storm@cua.dk>
27660
27661 * ido.el (ido-use-filename-at-point): New choice `guess'.
27662 (ido-file-internal): Try ffap-guesser if selected.
27663
27664 * ido.el (ido-before-fallback-functions): New hook.
27665 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27666 (ido-read-file-name): Run it.
27667
27668 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27669
27670 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27671 strings rather than a list of symbols to the completion function.
27672
27673 2005-07-07 Jay Belanger <belanger@truman.edu>
27674
27675 * calc/calc-units.el (math-apply-units): Change the places in
27676 which units are simplified.
27677
27678 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27679
27680 * cus-edit.el (customize-option, customize-option-other-window):
27681 Make them handle aliases.
27682
27683 * custom.el (custom-variable-p): Make it recursively follow
27684 aliases. Mention that in the docstring.
27685
27686 2005-07-07 Richard M. Stallman <rms@gnu.org>
27687
27688 * cus-start.el (exec-path): Use `directory' instead of `file'.
27689 Fix tag for nil.
27690
27691 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27692
27693 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27694 when called non-interactively. Doc fix.
27695
27696 2005-07-07 Lute Kamstra <lute@gnu.org>
27697
27698 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27699 new address as well.
27700
27701 2005-07-07 Kenichi Handa <handa@m17n.org>
27702
27703 * international/mule.el (make-coding-system):
27704 Describe `ascii-incompatible' property in the docstring.
27705 (set-file-name-coding-system): Signal an error if coding-system is
27706 ascii-incompatible.
27707 (set-keyboard-coding-system): Likewise.
27708
27709 * international/mule-cmds.el (set-default-coding-systems):
27710 Don't set default-file-name-coding-system and
27711 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27712
27713 * international/utf-16.el: Declare that all UTF-16-based coding
27714 systems are ASCII-incompatible.
27715
27716 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27717
27718 * progmodes/gud.el: Require font-lock for displaying errors.
27719 Used by gdb-ui.el.
27720
27721 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27722
27723 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27724 values for the pattern lists which are `read'able but not
27725 `append'able (like symbols).
27726
27727 2005-07-06 Richard M. Stallman <rms@gnu.org>
27728
27729 * progmodes/flymake.el (flymake-float-time): Instead of
27730 with-no-warnings, test for XEmacs.
27731 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27732 to avoid warning.
27733
27734 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27735
27736 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27737
27738 2005-07-05 Lute Kamstra <lute@gnu.org>
27739
27740 * battery.el: Add support for Darwin (with much debugging help
27741 from Samuel Lauber <sam124@operamail.com>).
27742 (battery-status-function, battery-echo-area-format)
27743 (battery-mode-line-format): Add support for pmset on Darwin.
27744 (battery-load-low, battery-load-critical): New user options.
27745 (battery-pmset): New function.
27746
27747 2005-07-05 Lute Kamstra <lute@gnu.org>
27748
27749 Update FSF's address in GPL notices.
27750
27751 * textmodes/page-ext.el: Update FSF's address.
27752
27753 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27754
27755 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27756 filling from using prefix when filling a single-line docstring.
27757
27758 * progmodes/flymake.el: Remove useless eval-when-compile.
27759
27760 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27761
27762 2005-07-04 Richard M. Stallman <rms@gnu.org>
27763
27764 * textmodes/org.el (org-file-apps-defaults-gnu):
27765 Rename from org-file-apps-defaults-linux.
27766 (org-default-apps): Don't test system-type for `linux'.
27767 (org-file-apps): Doc fix.
27768
27769 2005-07-04 David Ponce <david@dponce.com>
27770
27771 * tree-widget.el: Improve header Commentary section.
27772 (tree-widget) [defgroup]
27773 (tree-widget-image-enable, tree-widget-themes-directory)
27774 (tree-widget-theme, tree-widget-image-properties-emacs)
27775 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27776 (tree-widget-image-formats, tree-widget-control)
27777 (tree-widget-empty-control, tree-widget-leaf-control
27778 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27779 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27780 (tree-widget-keep, tree-widget-after-toggle-functions)
27781 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27782 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27783 :help-echo message.
27784 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27785 (tree-widget-image-properties): Doc fix. Clearer implementation.
27786 (tree-widget--cursors): New constant.
27787 (tree-widget-lookup-image): New function split from
27788 `tree-widget-find-image'. Clearer implementation.
27789 (tree-widget-find-image): Use it.
27790 (tree-widget-button-keymap): Use `set-keymap-parent'.
27791 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27792 Define the sub-widgets here.
27793 (tree-widget-node): Check that :node is not a tree-widget.
27794 (tree-widget-get-super, tree-widget-open-control)
27795 (tree-widget-close-control, tree-widget-empty-control)
27796 (tree-widget-leaf-control, tree-widget-guide)
27797 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27798 (tree-widget-no-handle, tree-widget-value-delete)
27799 (tree-widget-map): Remove.
27800 (tree-widget-children-value-save): Doc fix. Simplified.
27801 (tree-widget-value-create): Update according to previous changes.
27802
27803 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27804
27805 * textmodes/org.el: Leading space replaced by TABS.
27806 (org-recalc-marks, org-table-rotate-recalc-marks)
27807 (org-table-get-specials): Treat "^" and "_" marks.
27808 (org-table-justify-field-maybe): Optional argument NEW.
27809 (org-table-eval-formula): Parsing of the format simplified.
27810 New modes C,I. Honor the %= parameter in the current table.
27811 Avoid unnecessary re-align by using the NEW argument to
27812 `org-table-justify-field-maybe'.
27813 (org-calc-default-modes): Default for date-format mimicks org-mode.
27814 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27815
27816 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27817
27818 * cus-face.el (custom-theme-set-faces): Make it handle face
27819 aliases whose alias declarations are pre- or autoloaded.
27820
27821 2005-07-04 Juri Linkov <juri@jurta.org>
27822
27823 * faces.el (read-face-name): Put the code for getting a face name
27824 from the buffer before adding the faces from the `face' property.
27825 Use `completing-read-multiple' instead of `completing-read'.
27826 Require `crm'. Add default value and post-process the returned
27827 list of faces.
27828
27829 * emacs-lisp/crm.el (crm-find-current-element)
27830 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27831
27832 * emacs-lisp/lisp-mode.el (eval-defun-1):
27833 * emacs-lisp/edebug.el (edebug-eval-defun):
27834 Remove unnecessary quotes.
27835
27836 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27837
27838 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27839 (prolog-indent-level): Fix typo in docstring.
27840
27841 * info.el (Info-history, Info-history-forward)
27842 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27843
27844 * add-log.el (add-change-log-entry):
27845 * comint.el (comint-dynamic-list-input-ring)
27846 (comint-dynamic-list-completions):
27847 * dabbrev.el (dabbrev-expand):
27848 * delim-col.el (delimit-columns-rectangle-line):
27849 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27850 (diff-unified->context):
27851 * ediff-init.el (ediff-abbrev-jobname):
27852 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27853 (ediff-replace-session-activity-marker-in-meta-buffer):
27854 * info.el (Info-summary):
27855 * lpr.el (printify-region):
27856 * printing.el (pr-create-interface):
27857 * ps-print.el (ps-print-quote):
27858 * ses.el (ses-column-widths, ses-print-cell)
27859 (ses-adjust-print-width, ses-center):
27860 * shell.el (shell-file-name-quote-list):
27861 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27862 (strokes-fill-current-buffer-with-whitespace)
27863 (strokes-xpm-for-stroke, strokes-list-strokes)
27864 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27865 * term.el (term-dynamic-list-input-ring)
27866 (term-dynamic-list-completions):
27867 * calc/calc.el (math-format-stack-value):
27868 * emacs-lisp/edebug.el (edebug-display-freq-count):
27869 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27870 (delphi-new-comment-line):
27871 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27872 * progmodes/executable.el (executable-set-magic):
27873 * progmodes/python.el (inferior-python-mode):
27874 * progmodes/scheme.el (scheme-mode-syntax-table):
27875 * progmodes/sh-script.el (sh-maybe-here-document):
27876 * progmodes/sql.el (sql-copy-column):
27877 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27878 * textmodes/bibtex.el (bibtex-mode):
27879 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27880 (sgml-auto-attributes):
27881 * textmodes/table.el (table-insert, table-shorten-cell)
27882 (table--generate-source-scan-lines, table-delete-row)
27883 (*table--cell-delete-char, table--spacify-frame)
27884 (table--horizontally-shift-above-and-below)
27885 (table--cell-insert-char, table--cell-blank-str)
27886 (table--fill-region-strictly):
27887 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27888 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27889
27890 * add-log.el (change-log):
27891 * apropos.el (apropos):
27892 * comint.el (comint-completion, comint-source):
27893 * dabbrev.el (dabbrev):
27894 * delim-col.el (columns):
27895 * diff-mode.el (diff-mode):
27896 * ediff.el (ediff):
27897 * ediff-diff.el (ediff-diff):
27898 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27899 * ediff-mult.el (ediff-mult):
27900 * ediff-ptch.el (ediff-ptch):
27901 * ediff-wind.el (ediff-window):
27902 * facemenu.el (facemenu):
27903 * indent.el (indent):
27904 * info.el (info):
27905 * jka-cmpr-hook.el (compression, jka-compr):
27906 * lpr.el (lpr):
27907 * outline.el (outlines):
27908 * pcmpl-cvs.el (pcmpl-cvs):
27909 * pcmpl-rpm.el (pcmpl-rpm):
27910 * printing.el (printing):
27911 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27912 (ps-print-vertical, ps-print-headers, ps-print-font)
27913 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27914 (ps-print-background, ps-print-printer, ps-print-page)
27915 (ps-print-miscellany):
27916 * ses.el (ses):
27917 * shell.el (shell, shell-directories, shell-faces):
27918 * startup.el (initialization):
27919 * strokes.el (strokes):
27920 * term.el (term):
27921 * uniquify.el (uniquify):
27922 * w32-vars.el (w32):
27923 * calc/calc.el (calc):
27924 * emacs-lisp/bytecomp.el (bytecomp):
27925 * emacs-lisp/cl-indent.el (lisp-indent):
27926 * emacs-lisp/edebug.el (edebug):
27927 * emacs-lisp/elp.el (elp):
27928 * emacs-lisp/testcover.el (testcover):
27929 * emacs-lisp/trace.el (trace):
27930 * emulation/viper-ex.el (viper-ex):
27931 * emulation/viper-mous.el (viper-mouse):
27932 * mail/mailalias.el (mailalias):
27933 * mail/supercite.el (supercite, supercite-frames)
27934 (supercite-attr, supercite-cite, supercite-hooks):
27935 * net/rcompile.el (remote-compile):
27936 * net/rlogin.el (rlogin):
27937 * obsolete/ooutline.el (outlines):
27938 * progmodes/delphi.el (delphi):
27939 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27940 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27941 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27942 (ebnf-optimization):
27943 * progmodes/etags.el (etags):
27944 * progmodes/executable.el (executable):
27945 * progmodes/idlwave.el (idlwave):
27946 * progmodes/pascal.el (pascal):
27947 * progmodes/prolog.el (prolog):
27948 * progmodes/python.el (python):
27949 * progmodes/scheme.el (scheme):
27950 * progmodes/sh-script.el (sh, sh-script):
27951 * progmodes/sql.el (SQL):
27952 * progmodes/tcl.el (tcl):
27953 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27954 * textmodes/enriched.el (enriched):
27955 * textmodes/makeinfo.el (makeinfo):
27956 * textmodes/sgml-mode.el (sgml):
27957 * textmodes/table.el (table-hooks):
27958 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27959 * textmodes/texinfo.el (texinfo):
27960 * textmodes/two-column.el (two-column):
27961 Finish `defgroup' description with period.
27962
27963 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27964 * eshell/esh-var.el (eshell-var):
27965 * progmodes/vhdl-mode.el (vhdl-testbench):
27966 * textmodes/org.el (org): Fix typos in docstrings.
27967
27968 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27969 consistency.
27970
27971 * progmodes/flymake.el (flymake-find-file): Remove.
27972 (flymake-float-time): Use `with-no-warnings'.
27973 (flymake-check-start-time, flymake-check-was-interrupted)
27974 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27975 (flymake-new-err-info): `defvar' at compile time.
27976
27977 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27978
27979 * replace.el (occur-hook): Doc fix.
27980 (occur-1): Don't call `occur-hook' if there are no matches.
27981
27982 2005-07-03 Richard M. Stallman <rms@gnu.org>
27983
27984 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27985 global-map, save the same map.
27986 (global-map): Don't alter it at top level.
27987 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27988 Then alter it here instead.
27989 (tpu-edt-off): Set global-map to the saved one.
27990
27991 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27992 All references simplified.
27993 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27994 (zmacs-regions): Add defvar.
27995 (repeat-complex-command-map): Everything about that deleted.
27996
27997 * textmodes/artist.el (artist-key-is-drawing)
27998 (artist-key-endpoint1, artist-key-poly-point-list)
27999 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28000 (artist-key-compl-table, artist-rb-save-data)
28001 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28002 Don't put them in eval-when-compile.
28003 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28004
28005 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28006 Use with-no-warnings.
28007
28008 * net/browse-url.el (dos-windows-version): Add defvar.
28009
28010 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28011
28012 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28013 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28014 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28015 Add defvar.
28016 (rmail-summary-beginning-of-message): Use with-no-warnings.
28017 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28018
28019 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28020 Use with-no-warnings.
28021
28022 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28023 (c-mark-function): Add point-moving-unit property.
28024 (vi-goto-line): Use with-no-warnings.
28025
28026 * emulation/edt.el (edt-last-copied-word): Add defvar.
28027 (zmacs-region-stays): Likewise.
28028 (edt-mark-section-wisely): Use c-mark-function for C.
28029 Use makr-defun for Fortran.
28030 (time-string): defvar deleted.
28031 (edt-display-the-time): Don't set time-string.
28032
28033 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28034
28035 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28036 Don't warn when name is not constant
28037 or for defining the group `emacs'.
28038
28039 * tooltip.el (gud-tooltip-mode): Add defvar.
28040
28041 * startup.el (default-frame-background-mode): Add defvar.
28042
28043 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28044
28045 * info.el (tool-bar-map): Add defvar.
28046
28047 * dired.el (dnd-protocol-alist): Add defvar.
28048
28049 * dired-aux.el (dired-query): Display question with answer, when
28050 the user answers.
28051
28052 * custom.el (custom-add-option): Doc fix.
28053
28054 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28055
28056 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28057
28058 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28059 bogus name from the last change.
28060
28061 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28062
28063 * custom.el (custom-declare-variable): Fix typos in comment.
28064 (custom-known-themes): Doc fix.
28065 (custom-theme-directory): New defcustom.
28066 (require-theme): Make it check `custom-theme-directory'.
28067
28068 * cus-theme.el (custom-new-theme-mode): New function.
28069 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28070 (custom-theme-description): Add compiler defvars.
28071 (customize-create-theme): Add doc to the "*New Custom Theme*"
28072 buffer. Use `custom-new-theme-mode'.
28073 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28074 and save it to the `custom-theme-directory'. Make this the
28075 default directory of the buffer.
28076
28077 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28078
28079 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28080 Fix unbalanced parentheses.
28081
28082 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28083
28084 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28085 into flymake-mode and delegate to flymake-mode.
28086
28087 * find-file.el (ff-which-function-are-we-in): Clean up.
28088
28089 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28090
28091 * replace.el (occur-rename-buffer): Fix docstring.
28092
28093 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28094 (edt-last-copied-word, edt-learn-macro-count)
28095 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28096 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28097 (time-string, zmacs-region-stays):
28098 * emulation/edt-mapper.el (edt-save-function-key-map)
28099 (EDT-key-name): `defvar' to silence the byte-compiler.
28100
28101 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28102
28103 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28104 font-lock-regexp-backslash. Doc fix.
28105 (font-lock-regexp-backslash-grouping-construct): Rename from
28106 font-lock-regexp-backslash-construct. Doc fix.
28107 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28108 grouping constructs.
28109
28110 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28111
28112 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28113 updating all the prerequisites.
28114
28115 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28116
28117 * textmodes/org.el (org-agenda-start-on-weekday)
28118 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28119 (org-agenda-use-time-grid, org-archive-location)
28120 (org-allow-space-in-links, org-usenet-links-prefer-google)
28121 (org-enable-table-editor, org-export-default-language)
28122 (org-export-html-show-new-buffer, org-fill-paragraph)
28123 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28124 (org-goto-quit, org-occur, org-eval-in-calendar)
28125 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28126 (org-agenda-diary-entry, org-remember-help)
28127 (org-table-convert-region, org-at-table-p)
28128 (org-table-move-row-down, org-table-move-row-up)
28129 (org-table-copy-region, org-table-toggle-vline-visibility)
28130 (org-table-get-stored-formulas, org-table-get-specials)
28131 (org-recalc-commands, org-table-eval-formula)
28132 (org-table-formula-substitute-names, orgtbl-make-binding)
28133 (org-format-org-table-html, org-format-table-table-html)
28134 (org-format-table-table-html-using-table-generate-source)
28135 (org-customize): Fix typos in docstrings.
28136 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28137 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28138 (org-back-to-heading): Doc fixes.
28139 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28140 (org-agenda-change-all-lines, org-get-header):
28141 Improve argument/docstring consistency.
28142 (orgtbl-error): Fix error message.
28143
28144 * progmodes/flymake.el (flymake-find-possible-master-files)
28145 (flymake-master-file-compare, flymake-get-line-err-count)
28146 (flymake-highlight-line, flymake-gui-warnings-enabled):
28147 Fix typos in docstrings.
28148 (flymake-parse-line, flymake-get-project-include-dirs-function)
28149 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28150 Doc fixes.
28151 (flymake-get-project-include-dirs-function)
28152 (flymake-make-err-menu-data):
28153 Improve argument/docstring consistency.
28154
28155 2005-07-01 Lute Kamstra <lute@gnu.org>
28156
28157 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28158 Catch errors with ignore-errors. Use temporary buffer.
28159 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28160
28161 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28162 background color faces.
28163 (facemenu-set-foreground, facemenu-set-background):
28164 Use facemenu-set-face-from-menu.
28165 (facemenu-set-face-from-menu): Treat face names that start with
28166 "fg:" or "bg:" as special.
28167 (facemenu-add-new-color): Don't create faces. Simplify.
28168
28169 2005-06-30 Richard M. Stallman <rms@gnu.org>
28170
28171 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28172 (crm-find-current-element): Likewise.
28173
28174 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28175
28176 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28177
28178 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28179
28180 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28181 (archive-mouse-extract): Make it an obsolete alias.
28182 (archive-mode-map): Don't use archive-mouse-extract any more.
28183 (archive-mode, archive-extract): write-contents-hooks ->
28184 write-contents-functions.
28185 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28186 first arg.
28187 (archive-rename-entry): Update the call.
28188 (archive-zip-summarize): Remove unused var `method'.
28189 (archive-lzh-summarize): Remove unused var `creator'.
28190
28191 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28192 dedicated frame upon exit.
28193
28194 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28195 (archive-zip-extract, archive-zip-expunge)
28196 (archive-zip-update, archive-zip-update-case): Use executable-find.
28197 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28198 Use restore-buffer-modified-p.
28199 (archive-extract, archive-add-new-member, archive-write-file-member):
28200 Use with-current-buffer.
28201 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28202
28203 2005-06-30 Andreas Schwab <schwab@suse.de>
28204
28205 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28206
28207 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28208
28209 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28210
28211 2005-06-30 Juri Linkov <juri@jurta.org>
28212
28213 * faces.el (vertical-border): Inherit from mode-line-inactive
28214 only on tty.
28215
28216 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28217
28218 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28219 example, -NLINES in the `occur' docstring).
28220
28221 * replace.el (occur-1): When no matches are found, do not set the
28222 `buffer-read-only' and modified flags for the occur buffer,
28223 because it is deleted.
28224
28225 * emulation/cua-base.el (cua-check-pending-input)
28226 (cua-repeat-replace-region, cua-mode, cua-debug)
28227 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28228 Fix typos in docstrings.
28229
28230 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28231 (cua-cut-region-to-global-mark)
28232 (cua--cut-rectangle-to-global-mark):
28233 Remove period from end of messages.
28234
28235 * emulation/cua-rect.el (cua-do-rectangle-padding):
28236 Remove period from end of messages.
28237 (cua--rectangle-seq-format): Fix typo in docstring.
28238 (cua-sequence-rectangle, cua-fill-char-rectangle):
28239 Improve argument/docstring consistency.
28240
28241 2005-06-29 Juri Linkov <juri@jurta.org>
28242
28243 * faces.el (default-frame-background-mode): New internal variable.
28244 (frame-set-background-mode): Use it.
28245
28246 * startup.el (normal-top-level): Set default-frame-background-mode
28247 instead of frame-background-mode. Before setting it, test for its
28248 nil value. Remove tests for frame-background-mode and frame
28249 parameter `reverse'. Add test for "unspecified-fg".
28250
28251 * term/xterm.el (xterm-rxvt-set-background-mode):
28252 * term/rxvt.el (rxvt-set-background-mode):
28253 Set default-frame-background-mode instead of frame-background-mode.
28254
28255 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28256
28257 * simple.el (set-variable): Warn about obsolete user variables.
28258
28259 * imenu.el (imenu--completion-buffer):
28260 * mouse.el (mouse-buffer-menu-alist):
28261 * msb.el (msb-invisible-buffer-p):
28262 * calendar/diary-lib.el (diary-header-line-format):
28263 * emacs-lisp/pp.el (pp-buffer):
28264 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28265 * textmodes/picture.el (picture-replace-match):
28266 Change space constants followed by a sexp to "?\s ".
28267
28268 * play/decipher.el (decipher-loop-with-breaks):
28269 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28270 constants "protected" from end of line by a comment to "?\s".
28271
28272 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28273
28274 * font-lock.el (save-buffer-state): Use `declare'.
28275
28276 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28277 reset the syntax-table to cperl-mode-syntax-table.
28278 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28279 "foo_print_bar" is not matched as a reserved keyword.
28280
28281 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28282
28283 * textmodes/org.el (orgtbl-setup): New function, for delayed
28284 setup for the orgtbl commands.
28285 (org-calc-default-modes): New option.
28286 (orgtbl-make-binding): Use `defun' to get better help display.
28287 (org-diary): Call `org-compile-prefix-format'.
28288 (org-table-formula-substitute-names): New function.
28289 (org-agenda-day-view, org-agenda-week-view): New commands.
28290 (org-agenda-toggle-week-view): Command removed.
28291 (org-tbl-menu): Split off from org-org-menu.
28292 (org-mode): Move removal of outline-mode menus to here.
28293 (org-table-formula-debug): New option.
28294 (org-table-insert-row): Keep first field if just "#" or "*".
28295 (org-mode): Paragraph regexps fixed.
28296 (org-table-recalculate-regexp): New constant.
28297 (org-table-justify-field-maybe): Avoid replace if not necessary.
28298 (org-copy-special, org-cut-special): Use `call-interactively'.
28299 (org-table-copy-region): Take region from `interactive' call.
28300 (org-trim): Return string even if no match.
28301 (org-formula): New face.
28302 (org-set-font-lock-defaults): No longer highlight "FIXME".
28303 But highlight formula-related fields in table.
28304 (org-table-p): Use regexp, not fontification.
28305 (org-table-align): Handle white space at end of line.
28306 (org-table-formula-evaluate-inline): New option.
28307 (org-mode): Auto-wrapping in comment lines turned off.
28308 (org-table-copy-down): Evaluate only in copied field, not in
28309 destination.
28310 (org-table-current-formula): Variable removed.
28311 (org-table-store-formulas, org-table-get-stored-formulas)
28312 (org-table-modify-formulas, org-table-replace-in-formulas)
28313 (org-table-maybe-eval-formula): New functions.
28314 (org-table-get-formula): Modify to use stored formulas.
28315 (org-table-insert-column, org-table-delete-column)
28316 (org-table-move-column): Call `org-table-modify-formulas'.
28317 (org-complete): Add completion for keyword formulas.
28318 (orgtbl-mode): Pull orgtbl-mode-map to start of
28319 minor-mode-map-alist.
28320
28321 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28322
28323 * progmodes/python.el (python-check): Require `compile' before
28324 modifying its variables.
28325
28326 * newcomment.el (comment-indent-default): Don't get fooled by an early
28327 end of buffer.
28328
28329 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28330
28331 * ps-print.el (ps-print-version): Fix version number.
28332
28333 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28334
28335 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28336
28337 2005-06-28 Richard M. Stallman <rms@gnu.org>
28338
28339 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28340 (flyspell-local-mouse-map): Declaration deleted.
28341 (flyspell-mouse-map): Bind only mouse-2.
28342 (flyspell-mode-map): Don't test flyspell-use-local-map.
28343 (flyspell-overlay-keymap-property-name): Var deleted.
28344 (flyspell-mode-on): Don't make local bindings for
28345 flyspell-mouse-map and flyspell-mode-map.
28346 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28347
28348 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28349
28350 * progmodes/compile.el (compilation-next-error-function):
28351 Don't switch buffers; operate on the current buffer.
28352
28353 * progmodes/compile.el (compilation-error-file-name)
28354 (compilation-warning-file-name, compilation-info-file-name)
28355 (compilation-line-number, compilation-column-number): New faces.
28356 (compilation-error-face, compilation-warning-face)
28357 (compilation-info-face, compilation-line-face)
28358 (compilation-column-face): Use them.
28359
28360 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28361
28362 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28363
28364 * bindings.el (global-map): Bind insertchar and its variants.
28365
28366 2005-06-27 Richard M. Stallman <rms@gnu.org>
28367
28368 * textmodes/artist.el (artist-text-overwrite)
28369 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28370
28371 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28372
28373 * ps-print.el: It was not working the page selection for printing.
28374 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28375 (ps-print-version): New version 6.6.7.
28376 (ps-end-sheet): New fun.
28377 (ps-header-sheet, ps-end-job): Call it.
28378
28379 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28380
28381 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28382
28383 2005-06-27 Lute Kamstra <lute@gnu.org>
28384
28385 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28386 background color faces.
28387 (facemenu-get-face): Delete function.
28388 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28389 (facemenu-add-new-color): Make second argument mandatory.
28390 Create the appropriate face and return it. Simplify.
28391 (facemenu-set-foreground, facemenu-set-background): Don't check if
28392 color is defined. Use return value of facemenu-add-new-color.
28393
28394 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28395
28396 * progmodes/gud.el (gud-filter): Add missing argument to
28397 with-selected-window.
28398
28399 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28400
28401 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28402 a :require to the defcustom.
28403
28404 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28405 defcustoms corresponding to minor modes.
28406
28407 2005-06-26 David Ponce <david@dponce.com>
28408
28409 * recentf.el: Require tree-widget instead of wid-edit.
28410 (recentf-filename-handler): Fix widget :type.
28411 (recentf-cancel-dialog, recentf-open-more-files)
28412 (recentf-open-files-action): Doc fix.
28413 (recentf-dialog-goto-first): New function.
28414 (recentf-dialog-mode-map): Set parent keymap first.
28415 (recentf-dialog-mode): Define with define-derived-mode.
28416 Don't display continuation lines in dialogs.
28417 (recentf-edit-list): Rename from recentf-edit-selected-items.
28418 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28419 Simplify.
28420 (recentf-edit-list-validate): New function.
28421 (recentf-edit-list): Update accordingly.
28422 (recentf-open-files-item-shift): Remove.
28423 (recentf-open-files-item): Convert menu elements into tree and
28424 link widgets. Don't create the widgets.
28425 (recentf-open-files): Update accordingly.
28426 (recentf-save-list): Untabify.
28427
28428 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28429
28430 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28431 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28432 partially contained in the active region. Do not take active
28433 region into account when called from Lisp, unless INTERACTIVE arg
28434 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28435 avoid trouble with fields. Make marker point nowhere when no
28436 longer used. Always return nil. Doc fix.
28437 (flush-lines): Add INTERACTIVE arg. Do not take active region
28438 into account when called from Lisp, unless INTERACTIVE arg is
28439 non-nil. Use `forward-line' instead of `beginning-of-line' to
28440 avoid trouble with fields. Make marker point nowhere when no
28441 longer used. Always return nil. Doc fix.
28442 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28443 interchangeable. Do not take active region into account when
28444 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28445 message in echo area when called from Lisp, unless INTERACTIVE arg
28446 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28447 Return the number of matches. Doc fix.
28448 (occur): Doc fix.
28449 (perform-replace): Make comment follow double space convention for
28450 the sake of `outline-minor-mode'.
28451
28452 * faces.el (facep): Doc fix.
28453
28454 2005-06-25 Richard M. Stallman <rms@gnu.org>
28455
28456 * facemenu.el (facemenu-enable-faces-p): New function.
28457 (facemenu-background-menu, facemenu-foreground-menu)
28458 (facemenu-face-menu): Add menu-enable property.
28459
28460 * jka-compr.el (jka-compr-insert-file-contents):
28461 Special handling if cannot find the uncompression program.
28462
28463 * cus-face.el (custom-face-attributes): Add autoload.
28464
28465 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28466 Bind comment-indent-function locally.
28467
28468 * window.el (save-selected-window): Use save-current-buffer.
28469
28470 * subr.el (with-selected-window): Use save-current-buffer.
28471
28472 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28473 and with-current-buffer.
28474
28475 2005-06-24 Richard M. Stallman <rms@gnu.org>
28476
28477 * simple.el (line-move-1): Fix previous change.
28478
28479 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28480
28481 * replace.el (occur-1): Set `buffer-read-only' and the
28482 buffer-modified flag before running `occur-hook' to protect
28483 against unintentional buffer switches that can lead to data loss.
28484
28485 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28486
28487 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28488 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28489 initial error.
28490
28491 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28492 after fresh input.
28493 (gdb-var-create-handler): Put name of expression in quotes.
28494
28495 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28496
28497 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28498 elements of RING in order, and without bogus nil elements.
28499
28500 2005-06-23 Richard M. Stallman <rms@gnu.org>
28501
28502 * simple.el (set-variable): Args renamed; doc fix.
28503 (line-move-1): When there are overlays around, use vertical-motion.
28504
28505 * faces.el (escape-glyph): Use brown against light background.
28506 (nobreak-space): Rename from no-break-space.
28507 Fix previous change.
28508
28509 * dired-aux.el (dired-do-copy): Fix arg prompt.
28510
28511 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28512
28513 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28514
28515 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28516 rather than "Distributor".
28517
28518 2005-06-23 Lute Kamstra <lute@gnu.org>
28519
28520 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28521 (debug-on-entry): Use it. New interactive declaration that uses
28522 function-called-at-point.
28523
28524 2005-06-23 Kim F. Storm <storm@cua.dk>
28525
28526 * subr.el (save-match-data): Add comment about using evaporate arg
28527 to set-match-data.
28528
28529 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28530
28531 * cus-edit.el (customize-face)
28532 (customize-face-other-window): Handle face aliases.
28533
28534 * faces.el (face-documentation, set-face-attribute)
28535 (face-spec-set): Handle face aliases.
28536
28537 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28538
28539 * help-mode.el (help-make-xrefs): If a symbol representing a face
28540 name is not followed by the word "face", it could still be a
28541 function or variable name, so don't bypass other checks.
28542
28543 2005-06-22 Juri Linkov <juri@jurta.org>
28544
28545 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28546 Replace aliased functions with calls where second arg `inherit' is t.
28547
28548 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28549
28550 * progmodes/gdb-ui.el (gdb-error): New variable.
28551 (gdb-error): New function.
28552 (gdb-annotation-rules): Act on error-begin and error annotations.
28553 (gdb-concat-output): Use font-lock-warning-face for errors.
28554
28555 2005-06-22 Miles Bader <miles@gnu.org>
28556
28557 * bindings.el (propertized-buffer-identification): Use renamed
28558 `Buffer-menu-buffer' face.
28559
28560 * faces.el (vertical-border): Rename from `vertical-divider'.
28561 (escape-glyph): Change dark-background color back to `cyan'.
28562
28563 2005-06-21 Juri Linkov <juri@jurta.org>
28564
28565 * faces.el (face-user-default-spec): Try getting `customized-face'
28566 prior to `saved-face'.
28567 (frame-background-mode): Refill docstring.
28568
28569 * emacs-lisp/lisp-mode.el (eval-defun-1):
28570 * emacs-lisp/edebug.el (edebug-eval-defun):
28571 Set `saved-face' temporarily to nil before calling form.
28572 Set `customized-face' to the new spec after that.
28573
28574 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28575
28576 * subr.el (1value, lambda, key-substitution-in-progress):
28577 Doc fixes.
28578
28579 * autoinsert.el (auto-insert-alist):
28580 * ses.el (ses-call-printer):
28581 * subr.el (noreturn):
28582 * emacs-lisp/lisp.el (check-parens):
28583 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28584 * net/browse-url.el (browse-url-mosaic):
28585 * progmodes/cc-defs.el (c-safe-scan-lists):
28586 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28587 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28588 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28589 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28590 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28591 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28592
28593 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28594
28595 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28596
28597 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28598
28599 * calendar/appt.el (appt-make-list): Activate the package, if
28600 not already active (for backwards compatibility).
28601
28602 2005-06-20 Kim F. Storm <storm@cua.dk>
28603
28604 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28605
28606 2005-06-20 Miles Bader <miles@gnu.org>
28607
28608 * faces.el (vertical-divider): New face.
28609
28610 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28611
28612 * simple.el (kill-whole-line): Doc fix.
28613 (next-error-buffer-p, next-error-find-buffer)
28614 (clone-indirect-buffer): Fix typos in docstrings.
28615 (comment-line-break-function): Doc fix: don't say variable
28616 is automatically buffer-local (it isn't).
28617
28618 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28619
28620 * net/tramp-ftp.el (top):
28621 * net/tramp-smb.el (top):
28622 * net/tramp-util.el (top):
28623 * net/tramp-uu.el (top):
28624 * net/tramp-vc.el (top):
28625 * net/tramp.el (top): Revert copyright years back to original
28626 ones. Tramp has a life outside GNU Emacs.
28627
28628 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28629
28630 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28631
28632 2005-06-18 Juri Linkov <juri@jurta.org>
28633
28634 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28635 end of first regexp to limit the match to the position between
28636 line number and source line with same separator character as used
28637 between file name and line number. In the second regexp limit
28638 mouse-face area to file name and line number by adding new group
28639 for them and referring it in HYPERLINK arg.
28640 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28641 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28642 previous line where grep markers may be already removed.
28643
28644 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28645
28646 * progmodes/ps-mode.el: Update version and maintainer's email address.
28647
28648 2005-06-18 Steve Youngs <steve@xemacs.org>
28649
28650 * net/browse-url.el (browse-url-browser-function)
28651 (browse-url-default-browser): Add firefox.
28652 (browse-url-firefox-program, browse-url-firefox-arguments)
28653 (browse-url-firefox-startup-arguments)
28654 (browse-url-firefox-new-window-is-tab): New defcustoms.
28655 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28656
28657 2005-06-17 Richard M. Stallman <rms@gnu.org>
28658
28659 * startup.el (command-line): Warn if specified user name has
28660 no home directory.
28661
28662 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28663 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28664
28665 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28666 Doc fixes.
28667
28668 * faces.el (underline): Try bold if terminal doesn't support underline.
28669
28670 * mail/sendmail.el (mail-setup-with-from): New variable.
28671 (mail-insert-from-field): New function.
28672 (sendmail-send-it): Call it.
28673 (mail-setup): Optionally call it here.
28674
28675 * term/linux.el: Call tty-no-underline.
28676
28677 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28678
28679 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28680
28681 2005-06-17 Miles Bader <miles@gnu.org>
28682
28683 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28684 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28685 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28686 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28687 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28688 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28689 Remove "-face" suffix from face names.
28690 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28691 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28692 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28693 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28694 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28695 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28696 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28697 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28698 New backward-compatibility aliases for renamed faces.
28699 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28700 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28701 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28702 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28703 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28704 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28705 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28706 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28707 Use renamed ediff faces.
28708
28709 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28710 Remove "-face" suffix from face names.
28711 (eshell-test-ok-face, eshell-test-failed-face):
28712 New backward-compatibility aliases for renamed faces.
28713 (eshell-run-test): Use renamed eshell-test faces.
28714
28715 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28716 face name.
28717 (eshell-prompt-face): New backward-compatibility alias for renamed
28718 face.
28719 (eshell-emit-prompt): Use renamed eshell-prompt face.
28720
28721 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28722 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28723 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28724 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28725 Remove "-face" suffix from face names.
28726 (eshell-ls-directory-face, eshell-ls-symlink-face)
28727 (eshell-ls-executable-face, eshell-ls-readonly-face)
28728 (eshell-ls-unreadable-face, eshell-ls-special-face)
28729 (eshell-ls-missing-face, eshell-ls-archive-face)
28730 (eshell-ls-backup-face, eshell-ls-product-face)
28731 (eshell-ls-clutter-face):
28732 New backward-compatibility aliases for renamed faces.
28733 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28734
28735 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28736 Remove "-face" suffix from face name.
28737 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28738 instead of literal face.
28739
28740 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28741
28742 * emacs-lisp/warnings.el (display-warning, lwarn)
28743 (warning-minimum-log-level): Doc fixes.
28744 (warning-minimum-level, warning-minimum-log-level):
28745 Add :debug to :type choices.
28746
28747 * progmodes/ada-mode.el (ada-format-paramlist)
28748 (ada-get-indent-case, ada-check-matching-start)
28749 (ada-check-defun-name, ada-goto-matching-decl-start)
28750 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28751 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28752 (ada-make-subprogram-body): Follow error conventions.
28753 (ada-case-exception-file, ada-indent-comment-as-code)
28754 (ada-indent-handle-comment-special, ada-indent-renames)
28755 (ada-indent-return, ada-search-directories-internal)
28756 (ada-tab-policy, ada-case-exception-substring)
28757 (ada-other-file-alist, ada-matching-start-re)
28758 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28759 (ada-imenu-generic-expression, ada-compile-goto-error)
28760 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28761 (ada-popup-menu, ada-add-extensions, ada-mode)
28762 (ada-region-selected, ada-create-case-exception)
28763 (ada-create-case-exception-substring, ada-after-keyword-p)
28764 (ada-activate-keys-for-case, ada-adjust-case-region)
28765 (ada-adjust-case-buffer, ada-format-paramlist)
28766 (ada-scan-paramlist, ada-insert-paramlist)
28767 (ada-indent-newline-indent)
28768 (ada-indent-newline-indent-conditional)
28769 (ada-justified-indent-current, ada-goto-previous-word)
28770 (ada-indent-current, ada-get-indent-open-paren)
28771 (ada-get-indent-paramlist, ada-get-indent-end)
28772 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28773 (ada-get-indent-block-start, ada-get-indent-subprog)
28774 (ada-get-indent-noindent, ada-get-indent-label)
28775 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28776 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28777 (ada-goto-stmt-end, ada-goto-next-word)
28778 (ada-check-matching-start, ada-check-defun-name)
28779 (ada-goto-matching-decl-start, ada-goto-matching-start)
28780 (ada-goto-matching-end, ada-search-ignore-string-comment)
28781 (ada-in-decl-p, ada-looking-at-semi-or)
28782 (ada-looking-at-semi-private, ada-in-paramlist-p)
28783 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28784 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28785 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28786 (ada-previous-package, ada-create-menu)
28787 (ada-fill-comment-paragraph-justify)
28788 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28789 (ada-other-file-name, ada-last-which-function-line)
28790 (ada-last-which-function-subprog, ada-which-function)
28791 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28792 (ada-gen-treat-proc, ada-check-emacs-version)
28793 (ada-continuation-indent, ada-align-region-separate):
28794 Fix typos in docstrings.
28795 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28796
28797 2005-06-16 Lute Kamstra <lute@gnu.org>
28798
28799 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28800 conditionally.
28801
28802 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28803
28804 * comint.el (comint-replace-by-expanded-filename)
28805 (comint-prompt-regexp, comint-delimiter-argument-list)
28806 (comint-preinput-scroll-to-bottom):
28807 * info.el (Info-hide-cookies-node):
28808 * ls-lisp.el (ls-lisp-classify):
28809 * find-file.el (ff-search-directories, ff-special-constructs)
28810 (ff-find-other-file):
28811 * font-lock.el (font-lock-keywords):
28812 * shell.el (shell-prompt-pattern)
28813 (shell-dynamic-complete-functions, shell-mode)
28814 (shell-delimiter-argument-list):
28815 * term.el (term-replace-by-expanded-filename)
28816 (term-prompt-regexp, term-delimiter-argument-list):
28817 * woman.el (woman-ignore, woman0-if):
28818 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28819 * emacs-lisp/elint.el (elint-init-env):
28820 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28821 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28822 * language/ethio-util.el (ethio-tilde-escape)
28823 (ethio-use-three-dot-question):
28824 * net/zone-mode.el (zone-mode-load-time-setup):
28825 * progmodes/cc-align.el (c-lineup-argcont):
28826 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28827 * progmodes/cperl-mode.el (cperl-set-style-back):
28828 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28829 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28830 Fix spellings in docstrings.
28831
28832 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28833 * progmodes/modula2.el (m2-for): Fix spellings.
28834
28835 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28836
28837 * simple.el (undo-more): Don't use `format' on `error' arguments.
28838 Improve argument/docstring consistency.
28839 (pending-undo-list): Doc fix.
28840
28841 * smerge-mode.el (smerge-ensure-match):
28842 * emulation/vip.el (vip-ex):
28843 * net/zone-mode.el (zone-mode-update-serial):
28844 * progmodes/idlwave.el (idlwave-complete):
28845 * progmodes/vhdl-mode.el (vhdl-visit-file)
28846 (vhdl-compose-wire-components):
28847 Don't use `format' on `error' arguments.
28848
28849 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28850 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28851 (tooltip-help-tips): Fix typos in docstrings.
28852
28853 2005-06-16 David Ponce <david@dponce.com>
28854
28855 * tree-widget.el (tree-widget-value-create): Simplify last change.
28856
28857 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28858
28859 * ido.el (ido-incomplete-regexp): New variable.
28860 (ido-set-matches-1): Handle invalid-regexp error and set
28861 ido-incomplete-regexp.
28862 (ido-incomplete-regexp): New face.
28863 (ido-completions): Use it.
28864 (ido-complete, ido-exit-minibuffer, ido-completions):
28865 Handle incomplete regexps.
28866 (ido-completions): Add check for complete match when entering a regexp.
28867
28868 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28869
28870 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28871
28872 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28873
28874 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28875 by field delimiters.
28876
28877 2005-06-15 David Ponce <david@dponce.com>
28878
28879 * tree-widget.el: eval-and-compile inlined functions so they will
28880 be available at run-time too.
28881 (tree-widget-super-format-handler)
28882 (tree-widget-format-handler): Remove.
28883 (tree-widget-value-create): Handle the :indent property.
28884
28885 2005-06-15 Miles Bader <miles@gnu.org>
28886
28887 * progmodes/which-func.el (which-func): Only inherit
28888 `font-lock-function-name-face' when that makes sense against the
28889 default mode-line face, otherwise set the face color explicitly.
28890
28891 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28892 faces instead of (non-existent) variables.
28893
28894 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28895
28896 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28897 (iswitchb-get-matched-buffers): Likewise. Simplify.
28898
28899 2005-06-14 Miles Bader <miles@gnu.org>
28900
28901 * progmodes/ld-script.el (ld-script-location-counter):
28902 Remove "-face" suffix from face name.
28903 (ld-script-location-counter-face):
28904 New backward-compatibility alias for renamed face.
28905 (ld-script-location-counter-face): Use renamed face.
28906
28907 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28908 (cperl-hash): Remove "-face" suffix from face names.
28909 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28910 New backward-compatibility aliases for renamed faces.
28911 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28912 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28913
28914 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28915 name.
28916 (which-func-face): New backward-compatibility alias for renamed face.
28917 (which-func-format): Use renamed which-func face.
28918
28919 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28920 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28921 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28922 names.
28923 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28924 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28925 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28926 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28927 (vhdl-speedbar-architecture-selected)
28928 (vhdl-speedbar-configuration-selected)
28929 (vhdl-speedbar-package-selected)
28930 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28931 names.
28932 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28933 Use renamed faces.
28934 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28935 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28936 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28937 Use renamed faces.
28938 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28939 names.
28940 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28941 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28942 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28943 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28944 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28945 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28946
28947 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28948 face name.
28949 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28950 (sh-heredoc-face): Use renamed sh-heredoc face.
28951
28952 * progmodes/idlw-help.el (idlwave-help-link):
28953 Remove "-face" suffix from face name.
28954 (idlwave-help-link-face):
28955 New backward-compatibility alias for renamed face.
28956 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28957
28958 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28959 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28960 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28961 New backward-compatibility aliases for renamed faces.
28962 (idlwave-shell-disabled-breakpoint-face)
28963 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28964
28965 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28966 Remove "-face" suffix from face names.
28967 (flymake-errline-face, flymake-warnline-face):
28968 New backward-compatibility aliases for renamed faces.
28969 (flymake-highlight-line): Use renamed flymake faces.
28970
28971 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28972 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28973 (ebrowse-member-class, ebrowse-progress):
28974 Remove "-face" suffix from face names.
28975 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28976 (ebrowse-file-name-face, ebrowse-default-face)
28977 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28978 (ebrowse-progress-face):
28979 New backward-compatibility aliases for renamed faces.
28980 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28981 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28982 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28983 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28984
28985 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28986 antlr-syntax)
28987 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28988 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28989 names.
28990 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28991 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28992 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28993 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28994 backward-compatibility aliases for renamed faces.
28995 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28996 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28997 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28998 remove "font-lock-". Use renamed antlr-mode faces.
28999 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29000 literal face-names with face variable references.
29001
29002 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29003 face name.
29004 (Buffer-menu-buffer-face): New backward-compatibility alias for
29005 renamed face.
29006 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29007
29008 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29009
29010 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29011 Eliminate "-face" suffix.
29012 (makefile-targets): Inherit from font-lock-function-name-face and
29013 eliminate "-face" suffix.
29014 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29015 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29016 actions, instead of prepending, to make it less visible.
29017 (makefile-previous-dependency, makefile-match-dependency):
29018 Don't match a target on a continuation line.
29019
29020 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29021
29022 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29023
29024 * progmodes/gdb-ui.el (menu): Re-order menu items.
29025 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29026
29027 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29028 Define in tooltip.el.
29029 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29030 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29031 gud-tooltip-echo-area.
29032
29033 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29034 backward compatibility and make obsolete.
29035 (tooltip-help-tips): Use tooltip-use-echo-area.
29036 (tooltip-show-help-function): Rename to...
29037 (tooltip-show-help): ...this, because it is a function.
29038 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29039
29040 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29041
29042 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29043 (edebug-print-length, edebug-print-level, edebug-print-circle)
29044 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29045 (edebug-eval-print-last-sexp): Doc fixes.
29046
29047 2005-06-14 Kim F. Storm <storm@cua.dk>
29048
29049 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29050 as the coverage buffer/file/both may change.
29051
29052 2005-06-14 Lute Kamstra <lute@gnu.org>
29053
29054 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29055 and run-mode-hooks. Simplify.
29056
29057 * mail/rmailedit.el (rmail-edit-mode):
29058 * progmodes/octave-inf.el (inferior-octave-mode):
29059 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29060
29061 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29062 and run-mode-hooks.
29063 (recentf-edit-list, recentf-open-files): Don't call
29064 kill-all-local-variables directly.
29065
29066 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29067
29068 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29069
29070 * emacs-lisp/byte-run.el (make-obsolete)
29071 (define-obsolete-function-alias): Rename arguments FUNCTION and
29072 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29073 (make-obsolete-variable, define-obsolete-variable-alias):
29074 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29075 respectively.
29076
29077 * isearchb.el (isearchb-activate):
29078 * pcvs.el (cvs-mode):
29079 * ses.el (ses-load):
29080 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29081 * net/tramp.el (tramp-find-file-exists-command)
29082 (tramp-find-shell):
29083 * progmodes/ada-mode.el (ada-create-case-exception)
29084 (ada-create-case-exception-substring, ada-make-subprogram-body):
29085 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29086 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29087 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29088 * textmodes/org.el (org-promote, org-evaluate-time-range)
29089 (org-agenda-next-date-line, org-agenda-previous-date-line)
29090 (org-agenda-error, org-open-at-point, org-table-move-row)
29091 (org-format-table-table-html-using-table-generate-source)
29092 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29093 * textmodes/reftex.el (reftex-access-scan-info):
29094 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29095 (reftex-toc-promote-prepare): Follow error conventions.
29096
29097 * diff-mode.el (diff-mode): Fix typo in docstring.
29098
29099 * forms.el (forms--intuit-from-file): Fix reference to
29100 `forms-number-of-fields' in error message.
29101 (forms-print): Fix quoting in error message.
29102
29103 * forms.el (forms-mode):
29104 * emulation/vi.el (vi-goto-insert-state):
29105 * progmodes/flymake.el (flymake-new-err-info)
29106 (flymake-start-syntax-check-for-current-buffer)
29107 (flymake-simple-cleanup):
29108 * eshell/esh-var.el (eshell/export):
29109 * progmodes/gud.el (xdb):
29110 * textmodes/flyspell.el (flyspell-incorrect-hook)
29111 (flyspell-maybe-correct-transposition)
29112 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29113
29114 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29115
29116 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29117 minibuffer prompt.
29118
29119 2005-06-13 Kim F. Storm <storm@cua.dk>
29120
29121 * subr.el (add-to-ordered-list): New defun.
29122
29123 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29124 add cua--keymap-alist to emulation-mode-map-alists.
29125
29126 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29127
29128 * subr.el (complete-in-turn): New macro.
29129 (dynamic-completion-table, lazy-completion-table): Add debug info.
29130
29131 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29132 in preference to face aliases.
29133
29134 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29135 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29136 Remove unused vars `start' and `firstline'.
29137 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29138 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29139
29140 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29141
29142 * cus-start.el (all): Don't complain about missing GTK-related
29143 variables, unless either `gtk' is boundp or this isn't a
29144 `windows-nt' build.
29145
29146 2005-06-13 Lute Kamstra <lute@gnu.org>
29147
29148 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29149 run-mode-hooks.
29150
29151 * ediff-mult.el (ediff-meta-mode):
29152 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29153
29154 * ledit.el (ledit-mode): Use delay-mode-hooks.
29155
29156 * woman.el (woman-mode-line-format): Delete constant.
29157 (woman-mode-map): Initialize it properly.
29158 (woman-mode): Set mode-class property to special.
29159 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29160 Set major-mode and mode-name. Don't set mode-line-format directly.
29161 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29162
29163 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29164 string argument obsolete.
29165
29166 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29167
29168 * textmodes/org.el (org-CUA-compatible): New option.
29169 (org-disputed-keys): New variable.
29170 (org-key): New function.
29171 (orgtbl-make-binding): Add docstring to the created function.
29172 (org-mode): Set paragraph start/separate regexps.
29173 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29174 (org-archive-location, org-archive-mark-done)
29175 (org-archive-stamp-time): New options.
29176 (org-archive-subtree): New command.
29177 (org-fill-paragraph): New function.
29178 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29179 (org-fake-empty-table-line): Function removed.
29180 (org-format-org-table-html): Do not create empty table lines at
29181 separator lines. Improved table header treatment.
29182 (org-link-format): New option.
29183 (org-make-link): New function.
29184 (org-insert-link, org-store-link): Use org-make-link.
29185 (org-open-file): Quote file name for shell command, to allow
29186 spaces in file names.
29187 (org-link-regexp): Fix bug with mailto link.
29188 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29189 New constants.
29190 (org-export-as-html): Deal with the optional angles around a link.
29191 Better treatment of file: links.
29192 (org-open-at-point): Replace @{ and @} with < and >.
29193 (org-run-mode-hooks): Function removed.
29194 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29195
29196 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29197
29198 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29199 MI command -data-list-register-values.
29200 (gdb-post-prompt): Indent properly.
29201
29202 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29203
29204 * hilit-chg.el (highlight-changes-colors): Rename from
29205 `highlight-changes-colours'.
29206 (highlight-changes-colours): Keep as obsolete alias.
29207 (highlight-changes-face-list): Doc fix.
29208 (hilit-chg-make-list): Use `highlight-changes-colors'.
29209
29210 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29211
29212 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29213 defun-prompt-regexp.
29214
29215 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29216
29217 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29218 and cygwin.
29219
29220 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29221 Don't use an old loaddefs.el, as in Makefile.in.
29222
29223 2005-06-12 Lute Kamstra <lute@gnu.org>
29224
29225 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29226
29227 * man.el (Man-mode-map): Initialize it properly.
29228 (Man-mode): Set mode-class property to special.
29229
29230 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29231
29232 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29233
29234 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29235 A newline is needed in the docstring there.
29236
29237 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29238 Doc fixes.
29239
29240 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29241
29242 * printing.el: Doc fix. The menubar is no more changed when printing
29243 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29244 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29245 (pr-version): New version number (6.8.4).
29246 (pr-menu-bind): New command.
29247 (pr-update-menus): Docstring and code fix.
29248 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29249 Docstring fix.
29250 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29251 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29252
29253 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29254
29255 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29256 "Returns" to "return", document useful return values, etc.
29257
29258 2005-06-11 Alan Mackenzie <acm@muc.de>
29259
29260 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29261 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29262 (adaptive-file-function): Minor amendment to doc-string.
29263
29264 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29265
29266 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29267 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29268 Fix :type--it is `integer', not `string'.
29269
29270 * faces.el (modeline-highlight): Rename from (the erroneous)
29271 `modeline-higilight'.
29272
29273 2005-06-11 Lute Kamstra <lute@gnu.org>
29274
29275 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29276 lisp-interaction-mode-map but make it the parent.
29277 (edebug-eval-mode): Use define-derived-mode.
29278
29279 2005-06-11 Andreas Schwab <schwab@suse.de>
29280
29281 * bindings.el: Add binding of `ESC functionkey' for every
29282 `M-functionkey'.
29283 * hexl.el (hexl-mode-map): Likewise.
29284
29285 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29286
29287 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29288 [msft]: update regexp for newer msft compilers.
29289
29290 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29291
29292 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29293 ATTLIST portions of included DTDs.
29294 (xml-parse-dtd): Eliminate use of inefficient match-data.
29295
29296 2005-06-10 Miles Bader <miles@gnu.org>
29297
29298 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29299 (mpuz-text): Remove "-face" suffix from face names.
29300 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29301 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29302 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29303
29304 * play/gomoku.el (gomoku-O, gomoku-X):
29305 Remove "-face" suffix from face names.
29306 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29307 New backward-compatibility aliases for renamed faces.
29308 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29309
29310 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29311
29312 * thumbs.el: Fixes for changes of 2005-06-09.
29313 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29314 as a directory.
29315 (thumbs-thumbname): Remove directory separator from format string;
29316 `thumbs-thumbsdir' now returns a valid directory name.
29317 (thumbs-temp-dir): New defsubst.
29318 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29319 Use it.
29320
29321 * cus-edit.el (minibuffer):
29322 * files.el (make-backup-file-name-function):
29323 * filesets.el (filesets-external-viewers):
29324 * hilit-chg.el (highlight-changes-colours)
29325 (highlight-changes-face-list, highlight-changes-rotate-faces):
29326 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29327 * kmacro.el (kmacro-call-macro):
29328 * log-edit.el (log-edit-changelog-full-paragraphs):
29329 * mouse.el (mouse-1-click-follows-link):
29330 * skeleton.el (skeleton-autowrap):
29331 * subr.el (insert-for-yank-1):
29332 * tempo.el (tempo-insert-region):
29333 * terminal.el (terminal-emulator):
29334 * time.el (display-time-mail-face):
29335 * vc.el (vc-annotate):
29336 * vcursor.el (vcursor-copy-line):
29337 * woman.el (woman-bold-headings, woman-ignore)
29338 (woman-default-faces, woman-monochrome-faces):
29339 * calendar/todo-mode.el (todo-insert-threshold):
29340 * emulation/pc-select.el (pc-select-selection-keys-only)
29341 (pc-selection-mode):
29342 * emulation/vip.el (vip-find-char-forward):
29343 * emulation/viper-cmd.el (viper-find-char-forward):
29344 * international/mule-cmds.el
29345 (select-safe-coding-system-accept-default-p)
29346 (input-method-exit-on-invalid-key):
29347 * international/mule-diag.el (describe-coding-system):
29348 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29349 * net/browse-url.el (browse-url-xterm-program):
29350 * obsolete/lazy-lock.el (lazy-lock-mode):
29351 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29352 (cperl-mode):
29353 * progmodes/cpp.el (cpp-face-light-name-list)
29354 (cpp-face-dark-name-list):
29355 * progmodes/delphi.el (delphi-newline-always-indents):
29356 Fix spellings in docstrings.
29357
29358 * ido.el (ido-mode, ido-file-extensions-order)
29359 (ido-default-file-method, ido-default-buffer-method)
29360 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29361 (ido-decorations, ido-read-file-name-as-directory-commands)
29362 (ido-read-file-name-non-ido, ido-work-directory-list)
29363 (ido-ignore-item-temp-list, ido-current-directory)
29364 (ido-magic-forward-char, ido-enter-find-file)
29365 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29366 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29367
29368 2005-06-10 Lute Kamstra <lute@gnu.org>
29369
29370 * play/dunnet.el (dun-mode): Use define-derived-mode.
29371 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29372 obsolete alias.
29373
29374 * play/doctor.el (doctor-mode-map): Remove defvar.
29375 (doctor-mode): Use define-derived-mode.
29376
29377 * mail/mspools.el (mspools-mode):
29378 * net/eudc-hotlist.el (eudc-hotlist-mode):
29379 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29380
29381 2005-06-10 Miles Bader <miles@gnu.org>
29382
29383 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29384 Remove "-face" suffix from face names.
29385 (flyspell-incorrect-face, flyspell-duplicate-face):
29386 New backward-compatibility aliases for renamed faces.
29387 (flyspell-mode-on, make-flyspell-overlay)
29388 (flyspell-highlight-incorrect-region)
29389 (flyspell-highlight-duplicate-region)
29390 (flyspell-display-next-corrections)
29391 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29392
29393 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29394 from face name.
29395 (texinfo-heading-face): New backward-compatibility alias for
29396 renamed face.
29397 (texinfo-heading-face): Use renamed texinfo-heading face.
29398
29399 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29400 suffix from face names.
29401 (tex-math-face, tex-verbatim-face):
29402 New backward-compatibility aliases for renamed faces.
29403 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29404 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29405 literal face name.
29406
29407 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29408 name.
29409 (table-cell-face): New backward-compatibility alias for renamed face.
29410 (table--put-cell-face-property, table--update-cell-face):
29411 Use renamed table-cell face.
29412
29413 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29414 from face name.
29415 (sgml-namespace-face): New backward-compatibility alias for
29416 renamed face.
29417 (sgml-namespace-face): Use renamed sgml-namespace face.
29418
29419 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29420 (org-level-4, org-level-5, org-level-6, org-level-7)
29421 (org-level-8, org-warning, org-headline-done)
29422 (org-deadline-announce, org-scheduled-today)
29423 (org-scheduled-previously, org-link, org-done, org-table)
29424 (org-time-grid): Remove "-face" suffix from face names.
29425 (org-level-1-face, org-level-2-face, org-level-3-face)
29426 (org-level-4-face, org-level-5-face, org-level-6-face)
29427 (org-level-7-face, org-level-8-face, org-warning-face)
29428 (org-headline-done-face, org-deadline-announce-face)
29429 (org-scheduled-today-face, org-scheduled-previously-face)
29430 (org-link-face, org-done-face, org-table-face)
29431 (org-time-grid-face):
29432 New backward-compatibility aliases for renamed faces.
29433 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29434 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29435 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29436 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29437
29438 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29439 (viper-minibuffer-emacs, viper-minibuffer-insert)
29440 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29441 (viper-search-face, viper-replace-overlay-face)
29442 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29443 (viper-minibuffer-vi-face):
29444 New backward-compatibility aliases for renamed faces.
29445 (viper-search-face, viper-replace-overlay-face)
29446 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29447 (viper-minibuffer-vi-face): Use renamed viper faces.
29448
29449 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29450 Remove "-face" suffix from face names.
29451 (testcover-nohits-face, testcover-1value-face):
29452 New backward-compatibility aliases for renamed faces.
29453 (testcover-mark): Use renamed testcover faces.
29454
29455 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29456 face name.
29457 (diary-button-face): New backward-compatibility alias for renamed face.
29458 (diary-entry): Use renamed diary-button face.
29459
29460 * calendar/calendar.el (diary, calendar-today, holiday)
29461 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29462 (diary-face, calendar-today-face, holiday-face):
29463 New backward-compatibility aliases for renamed faces.
29464 (eval-after-load "facemenu", diary-entry-marker)
29465 (calendar-today-marker, calendar-holiday-marker, diary-face):
29466 Use renamed calendar faces.
29467
29468 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29469 (compare-windows-face): New backward-compatibility alias for
29470 renamed face.
29471 (compare-windows-highlight): Use renamed compare-windows face.
29472
29473 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29474 (strokes-char-face): New backward-compatibility alias for renamed face.
29475 (strokes-encode-buffer): Use renamed strokes-char face.
29476
29477 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29478 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29479 Remove "-face" suffix from face names.
29480 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29481 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29482 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29483 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29484 Use renamed pcvs faces.
29485 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29486 * pcvs-defs.el (cvs-mode-map): Likewise.
29487 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29488
29489 * info.el (info-title-1, info-title-2, info-title-3)
29490 (info-title-4): Remove "-face" suffix from and downcase face names.
29491 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29492 (Info-title-4-face):
29493 New backward-compatibility aliases for renamed faces.
29494 (Info-fontify-node): Use renamed info faces.
29495
29496 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29497 Remove "-face" suffix from face names.
29498 (highlight-changes-face, highlight-changes-delete-face):
29499 New backward-compatibility aliases for renamed faces.
29500 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29501 (hilit-chg-make-list): Use renamed highlight-changes faces.
29502
29503 * generic-x.el (show-tabs-tab, show-tabs-space):
29504 Remove "-face" suffix from face names.
29505 (show-tabs-tab-face, show-tabs-space-face):
29506 New backward-compatibility aliases for renamed faces.
29507 (show-tabs-generic-mode-font-lock-defaults-1)
29508 (show-tabs-generic-mode-font-lock-defaults-2):
29509 Use renamed show-tabs faces.
29510
29511 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29512 (smerge-markers): Remove "-face" suffix from face names.
29513 (smerge-mine-face, smerge-other-face, smerge-base-face)
29514 (smerge-markers-face):
29515 New backward-compatibility aliases for renamed faces.
29516 (smerge-mine-face, smerge-other-face, smerge-base-face)
29517 (smerge-markers-face): Use renamed smerge faces.
29518
29519 * log-view.el (log-view-file, log-view-message): Remove "-face"
29520 suffix from face names.
29521 (log-view-file-face, log-view-message-face):
29522 New backward-compatibility aliases for renamed faces.
29523 (log-view-file-face, log-view-message-face): Use renamed log-view
29524 faces.
29525
29526 * paren.el (show-paren-match, show-paren-mismatch):
29527 Remove "-face" suffix from face names.
29528 (show-paren-match-face, show-paren-mismatch-face):
29529 New backward-compatibility aliases for renamed faces.
29530 (show-paren-function): Use renamed show-paren faces.
29531
29532 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29533 (ruler-mode-margins, ruler-mode-fringes)
29534 (ruler-mode-column-number, ruler-mode-fill-column)
29535 (ruler-mode-comment-column, ruler-mode-goal-column)
29536 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29537 suffix from face names.
29538 (ruler-mode-default-face, ruler-mode-pad-face)
29539 (ruler-mode-margins-face, ruler-mode-fringes-face)
29540 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29541 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29542 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29543 New backward-compatibility aliases for renamed faces.
29544 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29545 (ruler-mode-column-number, ruler-mode-fill-column)
29546 (ruler-mode-comment-column, ruler-mode-goal-column)
29547 (ruler-mode-tab-stop, ruler-mode-current-column)
29548 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29549 faces.
29550
29551 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29552 face name.
29553 (whitespace-highlight-the-space): Use renamed face.
29554 (whitespace-highlight-face): New backward-compatibility alias for
29555 renamed face.
29556
29557 * woman.el (woman-italic, woman-bold, woman-unknown)
29558 (woman-addition, woman-symbol-face):
29559 Remove "-face" suffix from face names.
29560 (woman-italic-face, woman-bold-face, woman-unknown-face)
29561 (woman-addition-face):
29562 New backward-compatibility aliases for renamed faces.
29563 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29564 (woman-decode-region, woman-replace-match)
29565 (woman-display-extended-fonts, woman-special-characters)
29566 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29567 Use renamed woman faces.
29568
29569 * longlines.el (longlines-visible-face): Face removed.
29570
29571 * diff-mode.el (diff-header, diff-file-header, diff-index)
29572 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29573 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29574 suffix from face names.
29575 (diff-header-face, diff-file-header-face, diff-index-face)
29576 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29577 (diff-changed-face, diff-function-face, diff-context-face)
29578 (diff-nonexistent-face): New backward-compatibility aliases for
29579 renamed faces.
29580 (diff-header-face, diff-file-header-face)
29581 (diff-index, diff-index-face, diff-hunk-header)
29582 (diff-hunk-header-face, diff-removed, diff-removed-face)
29583 (diff-added, diff-added-face, diff-changed-face, diff-function)
29584 (diff-function-face, diff-context-face, diff-nonexistent)
29585 (diff-nonexistent-face): Use renamed diff-mode faces.
29586
29587 * progmodes/compile.el (compilation-warning-face)
29588 (compilation-info-face): Remove "-face" suffix from face names.
29589 (compilation-warning-face, compilation-info-face):
29590 New backward-compatibility aliases for renamed faces.
29591 (compilation-warning-face, compilation-info-face):
29592 Use renamed compilation faces.
29593
29594 * add-log.el (change-log-date, change-log-name)
29595 (change-log-email, change-log-file, change-log-list)
29596 (change-log-conditionals, change-log-function)
29597 (change-log-acknowledgement): Remove "-face" suffix from face names.
29598 (change-log-date-face, change-log-name-face)
29599 (change-log-email-face, change-log-file-face)
29600 (change-log-list-face, change-log-conditionals-face)
29601 (change-log-function-face, change-log-acknowledgement-face):
29602 New backward-compatibility aliases for renamed faces.
29603 (change-log-font-lock-keywords): Use renamed change-log faces.
29604
29605 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29606 (custom-set, custom-changed, custom-saved, custom-button)
29607 (custom-button-pressed, custom-documentation, custom-state)
29608 (custom-comment, custom-comment-tag, custom-variable-tag)
29609 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29610 (custom-group-tag): Remove "-face" suffix from face names.
29611 (custom-magic-alist, custom-magic-value-create)
29612 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29613 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29614 (custom-set-face, custom-changed-face, custom-saved-face)
29615 (custom-button-face, custom-button-pressed-face)
29616 (custom-documentation-face, custom-state-face)
29617 (custom-comment-face, custom-comment-tag-face)
29618 (custom-variable-tag-face, custom-variable-button-face)
29619 (custom-face-tag-face, custom-group-tag-face-1)
29620 (custom-group-tag-face):
29621 New backward-compatibility aliases for renamed faces.
29622
29623 * wid-edit.el (widget-documentation, widget-button)
29624 (widget-field, widget-single-line-field, widget-inactive)
29625 (widget-button-pressed): "-face" suffix removed from face names.
29626 (widget-documentation-face, widget-button-face)
29627 (widget-field-face, widget-single-line-field-face)
29628 (widget-inactive-face, widget-button-pressed-face):
29629 New backward-compatibility aliases for renamed faces.
29630 (widget-documentation-face, widget-button-face)
29631 (widget-button-pressed-face, widget-specify-field)
29632 (widget-specify-inactive): Use renamed widget faces.
29633
29634 2005-06-10 Kenichi Handa <handa@m17n.org>
29635
29636 * term/x-win.el (x-clipboard-yank): Remove condition-case
29637 wrapping.
29638
29639 2005-06-11 Kenichi Handa <handa@m17n.org>
29640
29641 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29642 date lines stricter.
29643
29644 2005-06-10 Zhang Wei <id.brep@gmail.com>
29645
29646 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29647 of x-get-selection.
29648
29649 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29650
29651 * comint.el (comint-mode, comint-snapshot-last-prompt):
29652 * frame.el (frame-current-scroll-bars):
29653 * term.el (term-mode, term-check-proc, term-input-sender)
29654 (term-simple-send, term-extract-string, term-word)
29655 (term-match-partial-filename):
29656 * window.el (window-current-scroll-bars):
29657 * emulation/cua-base.el (cua-normal-cursor-color)
29658 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29659 (cua-global-mark-cursor-color):
29660 * mail/undigest.el (rmail-forward-separator-regex):
29661 Fix typos in docstrings.
29662
29663 * comint.el (comint-check-proc, make-comint-in-buffer)
29664 (comint-source-default): Doc fixes.
29665
29666 * term.el (term-send-string): Improve argument/docstring consistency.
29667
29668 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29669
29670 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29671 call to `delete-region'.
29672 (comint-mode-hook): Do not enable Font Lock by default.
29673
29674 2005-06-09 Lute Kamstra <lute@gnu.org>
29675
29676 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29677 could be void.
29678
29679 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29680
29681 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29682 (debug): Use it.
29683 (debugger-step-through, debugger-continue, debugger-jump)
29684 (debugger-return-value): Set it when needed.
29685 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29686 Use inhibit-read-only.
29687
29688 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29689
29690 * window.el (shrink-window-if-larger-than-buffer)
29691 (window-size-fixed): Fix typo in docstring.
29692
29693 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29694 thumbnails directory on loading.
29695 (thumbs-conversion-program): Use `eq' to check the system type,
29696 not `equal'.
29697 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29698 not "/tmp". Fix docstring.
29699 (thumbs-thumbsdir): New function to return the thumbnails
29700 directory, creating it if needed.
29701 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29702 (thumbs-temp-file): Delete variable and make it into a function.
29703 (thumbs-resize-image, thumbs-modify-image): Use it.
29704 (thumbs-kill-buffer): Simplify.
29705 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29706 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29707 docstrings.
29708
29709 2005-06-09 Kim F. Storm <storm@cua.dk>
29710
29711 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29712 set-match-data to free markers in match-data.
29713
29714 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29715 match-data to unchain markers in match-data.
29716
29717 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29718
29719 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29720 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29721 unnecessary now.
29722
29723 2005-06-08 Richard M. Stallman <rms@gnu.org>
29724
29725 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29726 give the variable a doc string that doesn't say don't set it directly.
29727
29728 * textmodes/ispell.el (ispell-check-version):
29729 Use match-string-no-properties.
29730 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29731 (ispell-buffer-local-words): Likewise.
29732
29733 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29734 except on terminals with enough colors to really display it.
29735 (makefile-dependency-regex): Delete spurious `bb'.
29736
29737 * faces.el (escape-glyph): Use blue once again in last case.
29738 (no-break-space): Redefine so that it isn't invisible on a tty.
29739
29740 2005-06-08 Kim F. Storm <storm@cua.dk>
29741
29742 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29743 also when reading directory name.
29744
29745 2005-06-08 Lute Kamstra <lute@gnu.org>
29746
29747 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29748 (flyspell-mode-line-string): Remove autoload cookie.
29749 (flyspell-mode): Remove defvar.
29750
29751 2005-06-07 Lute Kamstra <lute@gnu.org>
29752
29753 * textmodes/org.el (org-run-mode-hooks): New function.
29754 (org-agenda-mode): Use it.
29755
29756 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29757
29758 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29759
29760 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29761
29762 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29763
29764 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29765
29766 * font-lock.el (font-lock-add-keywords): Doc fix.
29767
29768 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29769
29770 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29771 (tex-compile-default): In the absence of any history, use the order in
29772 tex-compile-alist to choose the preferred command.
29773 (tex-compile-commands): Reorder a bit.
29774
29775 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29776 (flyspell-incorrect-face, flyspell-duplicate-face):
29777 Use (X)Emacs-agnostic code.
29778 (flyspell-mode-map): Don't overwrite at each load. Remove code
29779 redundant with the subsequent add-minor-mode. Merge Emacs and
29780 XEmacs code.
29781 (flyspell-word): Minor simplification.
29782 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29783 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29784 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29785 Merge the corresponding Emacs code.
29786 (flyspell-correct-word, flyspell-xemacs-popup):
29787 Use flyspell-do-correct.
29788
29789 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29790 a dedicated window.
29791
29792 * international/latexenc.el (latexenc-find-file-coding-system):
29793 Undo part of last patch, to turn off a compiler warning.
29794
29795 2005-06-06 Juri Linkov <juri@jurta.org>
29796
29797 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29798 Rename `tmm-inactive-face' to `tmm-inactive'.
29799
29800 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29801
29802 * iswitchb.el: Rename faces.
29803
29804 2005-06-06 Kim F. Storm <storm@cua.dk>
29805
29806 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29807 (cua-global-mark): Remove -face suffix from face names.
29808
29809 * emulation/cua-gmrk.el (cua--init-global-mark):
29810 Remove cua-global-mark face setup.
29811
29812 2005-06-06 Richard M. Stallman <rms@gnu.org>
29813
29814 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29815 just like other allowed characters.
29816 (makefile-match-dependency): Exclude leading and training whitespace
29817 from the range of regexp subexp 1.
29818 (makefile-macroassign-regex): Don't try to match the body,
29819 just the name of the macro being defined.
29820
29821 * info.el (Info-read-node-name-2): New function.
29822 (Info-read-node-name-1): Use that.
29823 Add a completion-base-size-function property.
29824
29825 * simple.el (completion-setup-function): Look for
29826 completion-base-size-function property of minibuffer-completion-table.
29827
29828 * files.el (locate-file-completion): Doc fix.
29829
29830 * printing.el: Don't call pr-update-menus; user must do that.
29831
29832 * emacs-lisp/debug.el (debugger-window): New variable.
29833 (debug): Use debugger-window if it is set and still alive.
29834 Record debugger-window for next entry.
29835
29836 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29837
29838 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29839
29840 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29841 (hack-one-local-variable, hack-local-variables)
29842 (hack-local-variables-prop-line): Pass that arg.
29843
29844 2005-06-06 Kim F. Storm <storm@cua.dk>
29845
29846 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29847 (ido-indicator): Remove -face suffix from face names.
29848
29849 2005-06-06 Juri Linkov <juri@jurta.org>
29850
29851 * font-lock.el (font-lock-regexp-backslash)
29852 (font-lock-regexp-backslash-construct): New faces.
29853 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29854 after `('. Add `while-no-input' to control structures.
29855
29856 * faces.el (no-break-space, shadow): New faces.
29857 (escape-glyph): Use less loud colors pink2 and red4.
29858
29859 * diff-mode.el (diff-context-face)
29860 * dired.el (dired-ignored)
29861 * rfn-eshadow.el (file-name-shadow)
29862 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29863
29864 * info.el (Info-title-1-face): Use green instead of yellow because
29865 bold yellow is not readable on light backgrounds.
29866
29867 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29868 before selecting the desired mode to not spend time fontifying
29869 old contents.
29870
29871 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29872
29873 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29874 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29875
29876 * ps-print.el (ps-default-fg, ps-default-bg):
29877 Fix typos in docstrings.
29878
29879 * isearchb.el (isearchb): Don't pass a spurious second argument to
29880 `iswitchb-completions'.
29881
29882 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29883
29884 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29885 to preserve point.
29886 (gdb-find-file-hook): Add doc string.
29887
29888 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29889 C dereferenced pointer expression.
29890 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29891
29892 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29893
29894 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29895 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29896 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29897 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29898 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29899 Make background transparent.
29900
29901 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29902
29903 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29904 (font-lock-remove-keywords): Doc fix.
29905 (font-lock-mode-major-mode): Compiler defvar.
29906 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29907
29908 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29909 (font-lock-mode): Update `font-lock-mode-major-mode'.
29910 (font-lock-set-defaults): Compiler defvar.
29911 (font-lock-default-function): Take `font-lock-mode-major-mode'
29912 into account.
29913
29914 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29915 keep track of which major mode it enabled the minor mode for.
29916 Use find-file-hook again. Update docstring.
29917
29918 * simple.el (eval-expression-print-level)
29919 (eval-expression-print-length, eval-expression-debug-on-error):
29920 Doc fixes.
29921
29922 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29923
29924 * iswitchb.el (iswitchb-single-match-face)
29925 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29926 (iswitchb-invalid-regexp-face): New faces.
29927 (iswitchb-completions): Use them.
29928 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29929 now marked as an obsolete alias.
29930 (iswitchb-read-buffer): Remove check for bound font variables.
29931 (iswitchb-invalid-regexp): New free variable.
29932 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29933 set iswitchb-invalid-regexp.
29934 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29935 invalid regexps.
29936 (iswitchb-completions): Add check for complete match when entering
29937 a regexp.
29938 (iswitchb-completions): Remove require-match argument.
29939 (iswitchb-exhibit): Fix caller.
29940 (iswitchb-common-match-inserted): New variable.
29941 (iswitchb-complete, iswitchb-completion-help): Use it.
29942
29943 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29944
29945 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29946 Use `url-http-debug' instead of `message'.
29947
29948 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29949
29950 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29951 as a callback argument.
29952
29953 2005-06-04 Kim F. Storm <storm@cua.dk>
29954
29955 * simple.el (line-move): Only call sit-for when moving backwards.
29956
29957 * ido.el (ido-make-merged-file-list-1): New defun split from
29958 ido-make-merged-file-list.
29959 (ido-make-merged-file-list): Bind throw-on-input around call to
29960 ido-make-merged-file-list-1. Return input-pending-p if
29961 interrupted by more input available.
29962 (ido-read-internal): Handle input-pending-p return value from
29963 ido-make-merged-file-list.
29964
29965 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29966
29967 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29968 compatibility code.
29969
29970 * international/latexenc.el (latexenc-find-file-coding-system):
29971 Don't inherit the EOL part of the coding-system from the
29972 tex-main buffer. Fit within 80 columns.
29973
29974 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29975
29976 * tmm.el (tmm-inactive-face): New face.
29977 (tmm-remove-inactive-mouse-face): New function.
29978 (tmm-prompt, tmm-add-one-shortcut)
29979 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29980 but not selectable.
29981
29982 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29983
29984 * faces.el (face-equal): Improve argument/docstring consistency.
29985
29986 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29987
29988 * progmodes/make-mode.el (makefile-targets-face)
29989 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29990 (makefile-bsdmake-dependency-regex)
29991 (makefile-makepp-rule-action-regex)
29992 (makefile-bsdmake-rule-action-regex): New constants.
29993 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29994
29995 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29996 Allow (...) within `...' for makepp messages.
29997
29998 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29999
30000 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30001
30002 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30003 "." files are deleted from all file lists before comparison.
30004
30005 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30006 (viper-ESC-key): Made them customizable.
30007
30008 * emulation/viper.el (viper-non-hook-settings):
30009 Fix the names of defadvices.
30010
30011 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30012
30013 * autorevert.el (auto-revert-buffers): Use save-match-data.
30014
30015 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30016
30017 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30018 menu items with a nil command binding.
30019
30020 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30021
30022 * emacs-lisp/cl-macs.el (defsetf):
30023 Improve argument/docstring consistency.
30024
30025 * faces.el (list-faces-display): Improve the formatting by
30026 computing the maximum length required for any face-name (reworked
30027 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30028 (internal-find-face): Remove redundant info in docstring.
30029
30030 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30031
30032 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30033 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30034 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30035 (gdb-assembler-custom): Improve regexps.
30036 (def-gdb-auto-update-handler): Use window point to preserve point.
30037
30038 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30039
30040 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30041
30042 2005-05-31 Jay Belanger <belanger@truman.edu>
30043
30044 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30045 to calc-embedded.
30046 (calc-embedded-make-info): Have plain prefix argument select
30047 entire line.
30048
30049 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30050
30051 * faces.el (list-faces-display): Signal error if passed a regexp
30052 that matches no face name.
30053
30054 * simple.el (filter-buffer-substring): Fix typo in docstring.
30055
30056 2005-05-31 Richard M. Stallman <rms@gnu.org>
30057
30058 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30059 (vhdl-emacs-21): Doc fix.
30060 (vhdl-mode): Unconditionally set comment-padding.
30061 (vhdl-fixup-whitespace-region): Insert spaces only where
30062 there are none.
30063 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30064
30065 2005-05-30 John Wiegley <johnw@newartisans.com>
30066
30067 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30068 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30069 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30070 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30071 `string-to-number'.
30072
30073 2005-05-30 Jay Belanger <belanger@truman.edu>
30074
30075 * calc/calc.el (calc-bug-address): Fix docstring.
30076 (calc-window-hook, calc-trail-window-hook): New variables.
30077 (calc-trail-display): Restore use of calc-trail-window-hook.
30078 (calc): Restore use of calc-window-hook.
30079
30080 2005-05-31 Masatake YAMATO <jet@gyve.org>
30081
30082 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30083
30084 * help-fns.el (help-C-file-name): Add autoload mark for
30085 `find-function-noselect'.
30086
30087 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30088
30089 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30090 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30091
30092 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30093
30094 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30095 included diary buffer if it was not already being visited.
30096 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30097
30098 * calendar/icalendar.el (top-level): Do not require appt.
30099
30100 * mail/supercite.el (sc-select-attribution): Only use a list
30101 element from sc-attrib-selection-list if it returns a string.
30102 Reported by Davide G. M. Salvetti <salve@debian.org>.
30103
30104 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30105
30106 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30107 includes a hash value to improve its uniqueness, and has a ".jpg"
30108 extension. Also, it is now a valid filename on all systems.
30109 (thumbs-make-thumb): Use `let', not `let*'.
30110 (thumbs-show-thumbs-list): Check for JPEG availability.
30111
30112 2005-05-30 Richard M. Stallman <rms@gnu.org>
30113
30114 * filesets.el (filesets-menu-ensure-use-cached):
30115 Prevent warning when emacs-version>= is undefined.
30116
30117 * printing.el (pr-interactive-n-up): Use string-to-number.
30118
30119 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30120
30121 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30122 Warn only when name to be defined is quoted.
30123
30124 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30125
30126 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30127 Make regexp more robust.
30128 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30129 Force regeneration of disassembly.
30130
30131 2005-05-29 Jay Belanger <belanger@truman.edu>
30132
30133 * calc/calc.el (calc-user-invocation): Check if
30134 calc-invocation-macro is non-nil.
30135
30136 2005-05-29 Juri Linkov <juri@jurta.org>
30137
30138 * add-log.el (change-log-font-lock-keywords):
30139 Add `+' to e-mail regexp to accept mail address with keywords.
30140
30141 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30142
30143 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30144
30145 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30146
30147 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30148
30149 2005-05-29 Richard M. Stallman <rms@gnu.org>
30150
30151 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30152 Undo the change that moves to end of the current word.
30153
30154 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30155
30156 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30157 Throw error when count <= 0 to ensure input is a number.
30158 (gdb-read-memory-custom): Pick up address from buffer.
30159 (gdb-memory-mode): Allow user to increment and decrement
30160 memory address from header line.
30161
30162 2005-05-29 Richard M. Stallman <rms@gnu.org>
30163
30164 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30165 (flyspell-auto-correct-previous-hook): Doc fix.
30166
30167 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30168 Do nothing if memory is full.
30169
30170 * font-lock.el (font-lock-fontify-syntactically-region):
30171 Pass t for GREEDY to looking-back.
30172
30173 * saveplace.el (save-place-alist-to-file): Write the file
30174 using write-region.
30175
30176 * subr.el (looking-back): New argument GREEDY.
30177
30178 * progmodes/compile.el (compilation-start): Set the mode
30179 before inserting the initial text.
30180
30181 * progmodes/which-func.el (which-func-update-1): Turn the mode
30182 off in case of error by setting which-func-mode.
30183
30184 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30185
30186 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30187 Narrow down to what's on the screen, and recenter overlays
30188 at the end of the next word.
30189
30190 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30191
30192 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30193 8Vars moved up.
30194 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30195 (flyspell-abbrev-p): Default to nil.
30196 (flyspell-use-global-abbrev-table-p): Doc fix.
30197 (flyspell-large-region): Allow nil as value.
30198 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30199
30200 (mail-mode-flyspell-verify): More robust handling
30201 of `mail-header-separator'. More efficient signature detection.
30202 Allow for regexp metacharacters in message-header-separator.
30203 Adding `To' not to be checked in mail-mode-flyspell-verify.
30204
30205 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30206 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30207 Bind flyspell-auto-correct-binding.
30208 Bind C-. and C-, .
30209 (flyspell-mode-map): Likewise.
30210 (flyspell-mode): Doc fix.
30211 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30212 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30213 (flyspell-word-cache-result): New var, always local.
30214 (flyspell-check-pre-word-p): Doc fix.
30215 (flyspell-check-changed-word-p): Handle spc like newline.
30216 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30217 (flyspell-word-search-backward, flyspell-word-search-forward):
30218 New functions.
30219 (flyspell-word): Return t if nothing to check.
30220 When parsing TeX code, check for after } or \.
30221 Use flyspell-word-search-backward to find previous word.
30222 Return nil if duplicated word.
30223 For word already checked, return same value as last time.
30224 Set flyspell-word-cache-result after checking.
30225 Don't clobber the return value.
30226 (flyspell-get-word): Major rewrite.
30227 (flyspell-external-point-words): New locals pword, pcount.
30228 Fix size used in progress message.
30229 Find the proper corresponding word in flyspell-large-region-buffer.
30230 (flyspell-region): Check for flyspell-large-region = nil.
30231 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30232 (flyspell-auto-correct-word): Check that WORD is a cons.
30233 (flyspell-correct-word): Likewise.
30234
30235 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30236
30237 * progmodes/make-mode.el (makefile-rule-action-regex)
30238 (makefile-macroassign-regex, makefile-makepp-mode)
30239 (makefile-bsdmake-mode): Continuation lines may be empty.
30240 Reported by Joshua Varner.
30241 (makefile-makepp-font-lock-keywords): Add $(stem).
30242
30243 2005-05-28 Karl Berry <karl@gnu.org>
30244
30245 * textmodes/tex-mode.el: Now that tex-send-command calls
30246 shell-quote-argument (2005-03-31 change), remove all calls to
30247 shell-quote-argument; they all end up invoking tex-send-command.
30248 The double quoting loses on filenames with non-safe characters,
30249 such as "@". Reported by Frederik Fouvry.
30250
30251 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30252
30253 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30254 about preserving point.
30255
30256 2005-05-27 Jay Belanger <belanger@truman.edu>
30257
30258 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30259 Info-goto-node.
30260
30261 * calc/calc-embed.el (calc-embed-arg): New variable.
30262 (calc-do-embedded-activate, calc-embedded-activate-formula)
30263 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30264 variable by new variable.
30265 (calc-embedded-make-info): Replace undeclared variable by new
30266 variable. When selecting region with positive prefix
30267 argument, use end of previous line instead of beginning of line.
30268
30269 * calc/calc-aent.el (calc-arg-values): Declare it.
30270
30271 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30272 Declare them.
30273
30274 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30275
30276 * calc/calc.el (calc-alg-map): Declare it.
30277
30278 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30279
30280 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30281
30282 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30283 (gdb-registers-buffer, toggle-gdb-all-registers):
30284 Toggle display of floating point registers.
30285 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30286
30287 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30288 (toggle-gud-tooltip-dereference):
30289 Rename from gud-toggle-tooltip-dereference.
30290
30291 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30292
30293 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30294
30295 2005-05-27 Jay Belanger <belanger@truman.edu>
30296
30297 * calc/calc-prog.el (calc-kbd-report): Remove.
30298 (calc-kbd-query): Rewrite.
30299
30300 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30301
30302 * image.el (image-library-alist): Move to image.c.
30303 (image-type-available-p): Doc fix.
30304
30305 2005-05-27 Lute Kamstra <lute@gnu.org>
30306
30307 * calc/calc.el (calc):
30308 * outline.el (outline-1, outline-2, outline-3, outline-4)
30309 (outline-5, outline-6, outline-7, outline-8):
30310 * textmodes/dns-mode.el (dns-mode):
30311 * textmodes/sgml-mode.el (sgml-namespace-face):
30312 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30313 (tex-verbatim-face, tex-use-reftex):
30314 * textmodes/texinfo.el (texinfo-heading-face):
30315 Specify customization group.
30316
30317 * longlines.el: Don't require easy-mmode.
30318 (longlines-visible-face): Specify customization group.
30319
30320 2005-05-27 Kenichi Handa <handa@m17n.org>
30321
30322 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30323 encoding table of windows-1251.
30324
30325 * international/ucs-tables.el (ucs-set-table-for-input):
30326 If translation-table-for-input of a coding system is a symbol, get
30327 its translation-table property.
30328
30329 * international/code-pages.el: Don't register a coding system into
30330 non-iso-charset-alist more than once.
30331 (cp-make-coding-system): Likewise.
30332
30333 2005-05-26 John Wiegley <johnw@newartisans.com>
30334
30335 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30336 `eshell-resume-eval' is wrapped in a list, it indicates that the
30337 command was run asynchronously. In that case, unwrap the value
30338 before checking the delimiter value.
30339
30340 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30341 character before a space at the end of a line is \, assume the space
30342 is part of the last argument rather than a final argument separator.
30343
30344 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30345 is in use, and the target is `t' or `nil' (which are the most common
30346 values), don't assume that the symbol target is a buffer.
30347
30348 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30349
30350 * calendar/calendar.el (calendar-mode-line-format):
30351 Use mode-line-highlight as mouse-face.
30352
30353 * time.el (display-time-string-forms, display-time-update):
30354 Use mode-line-highlight as mouse-face.
30355
30356 2005-05-26 Jay Belanger <belanger@truman.edu>
30357
30358 * calc/calc.el (calc-language-alist): Remove extra defvar.
30359
30360 2005-05-26 Lute Kamstra <lute@gnu.org>
30361
30362 * arc-mode.el (archive-mode):
30363 * bookmark.el (bookmark-read-annotation-mode)
30364 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30365 * bs.el (bs-mode):
30366 * calc/calc-yank.el (calc-edit-mode):
30367 * calc/calc.el (calc-mode, calc-trail-mode):
30368 * calculator.el (calculator-mode):
30369 * chistory.el (command-history-mode):
30370 * comint.el:
30371 * cus-edit.el (custom-mode):
30372 * descr-text.el (describe-text-mode):
30373 * ebuff-menu.el (Electric-buffer-menu-mode):
30374 * ediff-util.el (ediff-mode):
30375 * emacs-lisp/re-builder.el (reb-mode):
30376 * emulation/vi.el (vi-mode-setup):
30377 * emulation/ws-mode.el (wordstar-mode):
30378 * eshell/esh-mode.el (eshell-mode):
30379 * forms.el (forms-mode):
30380 * help-mode.el (help-mode):
30381 * hexl.el (hexl-mode):
30382 * ibuffer.el (ibuffer-mode):
30383 * ielm.el (inferior-emacs-lisp-mode):
30384 * info.el (Info-mode, Info-edit-mode):
30385 * international/swedish.el:
30386 * ledit.el (ledit-from-lisp-mode):
30387 * locate.el (locate-mode):
30388 * mail/rmail.el (rmail-mode):
30389 * mail/rmailedit.el (rmail-edit-mode):
30390 * mail/rmailsum.el (rmail-summary-mode):
30391 * mail/supercite.el (sc-electric-mode):
30392 * net/eudc.el (eudc-mode):
30393 * net/quickurl.el (quickurl-list-mode):
30394 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30395 * obsolete/ooutline.el (outline-mode):
30396 * obsolete/options.el (Edit-options-mode):
30397 * obsolete/rnews.el (news-mode):
30398 * obsolete/rnewspost.el (news-reply-mode):
30399 * play/5x5.el (5x5-mode):
30400 * play/decipher.el (decipher-mode, decipher-stats-mode):
30401 * play/gomoku.el (gomoku-mode):
30402 * play/snake.el (snake-mode):
30403 * play/solitaire.el (solitaire-mode):
30404 * play/tetris.el (tetris-mode):
30405 * progmodes/ada-mode.el (ada-mode):
30406 * progmodes/antlr-mode.el (antlr-mode):
30407 * progmodes/autoconf.el (autoconf-mode):
30408 * progmodes/dcl-mode.el (dcl-mode):
30409 * progmodes/delphi.el (delphi-mode):
30410 * progmodes/ebrowse.el (ebrowse-tree-mode)
30411 (ebrowse-electric-list-mode, ebrowse-member-mode)
30412 (ebrowse-electric-position-mode):
30413 * progmodes/f90.el (f90-mode):
30414 * progmodes/fortran.el (fortran-mode):
30415 * progmodes/icon.el (icon-mode):
30416 * progmodes/idlw-help.el (idlwave-help-mode):
30417 * progmodes/idlw-shell.el (idlwave-shell-mode):
30418 * progmodes/idlwave.el (idlwave-mode):
30419 * progmodes/inf-lisp.el (inferior-lisp-mode):
30420 * progmodes/m4-mode.el (m4-mode):
30421 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30422 * progmodes/modula2.el (modula-2-mode):
30423 * progmodes/octave-inf.el (inferior-octave-mode):
30424 * progmodes/octave-mod.el (octave-mode):
30425 * progmodes/pascal.el (pascal-mode):
30426 * progmodes/sh-script.el (sh-mode):
30427 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30428 * progmodes/vhdl-mode.el (vhdl-mode):
30429 * progmodes/xscheme.el (scheme-interaction-mode):
30430 * replace.el (occur-mode):
30431 * ses.el (ses-mode):
30432 * simple.el (completion-list-mode):
30433 * skeleton.el:
30434 * speedbar.el (speedbar-mode):
30435 * term.el (term-mode):
30436 * terminal.el (terminal-edit-mode):
30437 * textmodes/reftex-index.el (reftex-index-mode)
30438 (reftex-index-phrases-mode):
30439 * textmodes/reftex-sel.el (reftex-select-label-mode)
30440 (reftex-select-bib-mode):
30441 * textmodes/reftex-toc.el (reftex-toc-mode):
30442 * wdired.el (wdired-change-to-wdired-mode):
30443 * wid-browse.el (widget-browse-mode):
30444 Use run-mode-hooks.
30445
30446 * array.el (array-mode):
30447 * calendar/todo-mode.el (todo-mode):
30448 * man.el (Man-mode):
30449 * play/landmark.el (lm-mode):
30450 * play/mpuz.el (mpuz-mode):
30451 Use kill-all-local-variables and run-mode-hooks.
30452
30453 * subr.el (delay-mode-hooks): Specify indentation.
30454
30455 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30456
30457 * xml.el (xml-substitute-special): Don't die for undefined xml
30458 entities.
30459
30460 2005-05-26 Jay Belanger <belanger@truman.edu>
30461
30462 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30463 of nil.
30464
30465 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30466
30467 * progmodes/gdb-ui.el (gdb-frame-address):
30468 Rename from gdb-current-address.
30469 (gdb-previous-frame-address): Rename from gdb-previous-address.
30470 (gdb-selected-frame): Rename from gdb-current-frame.
30471 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30472 (gdb-frame-number): Rename from gdb-current-stack-level.
30473 (gdb-ann3): Match new mode-name for disassembly buffer.
30474 Extend initialization of variables.
30475 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30476 (gdb-memory-mode): Use mouse-face in header line.
30477 (gdb-assembler-buffer-name): Call it disassembly and give frame
30478 in mode line.
30479 (gdb-source-spec-regexp, gdb-assembler-custom)
30480 (gdb-invalidate-assembler, gdb-frame-handler):
30481 Make robust to leading zeroes in address format.
30482
30483 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30484
30485 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30486 define `org-mode'.
30487 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30488
30489 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30490
30491 * log-edit.el (log-edit-changelog-entries): Distinguish between
30492 filenames like xfns.c and fns.c.
30493
30494 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30495
30496 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30497 point after reverting.
30498 (Buffer-menu-make-sort-button): Handle the case where
30499 `Buffer-menu-use-header-line' is nil.
30500
30501 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30502
30503 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30504 New funcs. In minibuffer-local-completion-map bind `]', `/'
30505 and `:' to them.
30506
30507 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30508
30509 * startup.el (normal-top-level): Allow modification of load-path while
30510 we're iterating over it.
30511
30512 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30513
30514 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30515 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30516 (thumbs-resize-interactive, thumbs-insert-image)
30517 (thumbs-insert-thumb, thumbs-dired-show-marked)
30518 (thumbs-find-image-at-point, thumbs-delete-images)
30519 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30520 (thumbs-increment-image-size, thumbs-decrement-image-size):
30521 Fix typos in docstrings.
30522
30523 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30524
30525 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30526 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30527 (cperl-mode): Use them.
30528
30529 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30530
30531 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30532 Doc fixes.
30533
30534 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30535
30536 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30537 Bind C-d to gdb-inferior-io-eof.
30538
30539 * dired.el (dired-dnd-popup-notice): Use message-box.
30540
30541 2005-05-23 Masatake YAMATO <jet@gyve.org>
30542
30543 * bindings.el (mode-line-major-mode-keymap):
30544 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30545
30546 * faces.el (mode-line-highlight): New face.
30547
30548 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30549 as mouse-face.
30550
30551 * bindings.el (top-level, help-echo, mode-line-modified)
30552 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30553 as mouse-face.
30554
30555 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30556
30557 * progmodes/cc-engine.el (c-guess-basic-syntax):
30558 Remove spurious call to `zerop'.
30559
30560 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30561
30562 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30563
30564 CC Mode update to 5.30.10:
30565
30566 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30567 the point could go past the limit in decoration level 2, thereby
30568 causing errors during interactive fontification.
30569
30570 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30571 bug when the file is evaluated interactively.
30572
30573 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30574 declarations somewhat better in C++.
30575
30576 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30577 New helper macro to make use of `run-mode-hooks'
30578 which has been added in Emacs 21.1.
30579 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30580 (awk-mode): Use it.
30581 (make-local-hook): Suppress warning about obsoleteness.
30582
30583 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30584 (c-append-backslashes-forward, c-delete-backslashes-forward)
30585 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30586 Compensate for return value from `forward-line' when it has moved
30587 but not to a different line due to eob.
30588
30589 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30590 `objc-method-intro' and `objc-method-args-cont'.
30591
30592 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30593
30594 CC Mode update to 5.30.10:
30595
30596 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30597 address in the copyright statement. Incidentally, change "along with
30598 GNU Emacs" to "along with this program" where it occurs.
30599
30600 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30601 autoload, so that it is interactive, hence can be found by M-x awk-mode
30602 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30603 <gmorris+emacs@ast.cam.ac.uk>.
30604
30605 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30606 Mode's regexps.
30607
30608 2005-05-23 Kevin Ryde <user42@zip.com.au>
30609
30610 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30611 from c-parse-state, to avoid a lisp error (on bad code).
30612
30613 2005-05-23 Lute Kamstra <lute@gnu.org>
30614
30615 * subr.el (font-lock-defaults): Remove defvar as it's already
30616 defined in font-core.el.
30617
30618 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30619
30620 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30621
30622 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30623 more general and work when GDB variable "print pretty" is on,
30624 as with Emacs, for example.
30625
30626 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30627
30628 * font-core.el: Update comment.
30629
30630 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30631 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30632
30633 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30634
30635 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30636
30637 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30638 and `yank-handler' in the doc strings.
30639
30640 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30641
30642 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30643
30644 2005-05-22 Richard M. Stallman <rms@gnu.org>
30645
30646 * help.el (describe-key): Move print-help-return-message call
30647 out of conditional.
30648
30649 * progmodes/etags.el (list-tags): Use with-no-warnings.
30650
30651 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30652 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30653 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30654
30655 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30656
30657 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30658 Add defvar.
30659
30660 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30661 Use defvar, not defconst.
30662
30663 * hexl.el (hexl-follow-line): Use with-no-warnings.
30664
30665 * emulation/tpu-extras.el: Use write-file-functions instead of
30666 write-file-hooks.
30667
30668 * dired.el (dired-font-lock-keywords): Fontify files with junk
30669 extensions even if marked by -F.
30670
30671 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30672
30673 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30674 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30675 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30676 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30677 (concatenate, list-length, get*, getf, cl-remprop):
30678 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30679 (etypecase, progv, lexical-let, lexical-let*)
30680 (multiple-value-bind, multiple-value-setq, shiftf):
30681 Improve argument/docstring consistency.
30682
30683 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30684
30685 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30686
30687 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30688 doesn't exist.
30689
30690 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30691 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30692
30693 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30694
30695 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30696 already deleted variables: auto-fill-hook, blink-paren-hook,
30697 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30698 suspend-hooks, comment-indent-hook, meta-flag,
30699 before-change-function, after-change-function,
30700 font-lock-doc-string-face.
30701
30702 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30703
30704 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30705
30706 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30707
30708 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30709 rmail-dont-reply-to.
30710
30711 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30712
30713 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30714 literal blank when splitting new-header-values.
30715
30716 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30717
30718 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30719 string so that tmm doesn't create a completion entry for it.
30720
30721 * textmodes/table.el (table-disable-menu): Ditto.
30722
30723 2005-05-21 Richard M. Stallman <rms@gnu.org>
30724
30725 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30726
30727 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30728
30729 * net/rcompile.el (remote-compile): Use compilation-start.
30730
30731 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30732
30733 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30734
30735 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30736 Default to makefile-bsdmake-mode on BSD systems.
30737
30738 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30739 REGEXP may also be a search function now. The part of doc-string
30740 for describing the structure was 95% identical to that of
30741 `imenu--generic-function'. Unify it there.
30742
30743 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30744 Use function to find dependencies, because regexp alone is so complex,
30745 it easily goes into an endless loop.
30746 (makefile-makepp-mode): Also add submenu for Perl functions
30747 defined in the makefile.
30748 (makefile-bsdmake-mode): Special imenu-generic-expression no
30749 longer needed, due to function call.
30750 (makefile-match-dependency): Take BOUND into account when checking
30751 if we're through.
30752
30753 2005-05-20 Jay Belanger <belanger@truman.edu>
30754
30755 * calc/calc-units.el (calc-invalidate-units-table):
30756 Use inhibit-read-only.
30757 (math-build-units-table-buffer): Use view-mode.
30758
30759 2005-05-20 David Kastrup <dak@gnu.org>
30760
30761 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30762 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30763
30764 2005-05-20 Lute Kamstra <lute@gnu.org>
30765
30766 * diff-mode.el (diff-header-face, diff-file-header-face)
30767 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30768 (diff-added-face, diff-changed-face, diff-function-face)
30769 (diff-context-face, diff-nonexistent-face): Put them in the
30770 diff-mode customization group.
30771
30772 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30773
30774 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30775
30776 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30777
30778 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30779 Minor regexp-optimization.
30780
30781 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30782
30783 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30784 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30785 (org-agenda-add-time-grid-maybe): New function.
30786 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30787 (org-table-create): `dotimes' instead of `mapcar'.
30788 (org-xor): Simplify implementation.
30789 (org-agenda): `inhibit-redisplay' turned on.
30790 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30791 a consistent line after a state change.
30792 (org-agenda-remove-times-when-in-prefix): New option.
30793 (org-prefix-has-time): New variable.
30794 (org-parse-time-string): Optional argument NODEFAULT.
30795 (org-format-agenda-item): Parse items for time-of-day
30796 specifications and move these into the prefix if possible.
30797 (org-agenda-priority): Get current heading, not previous heading
30798 during agenda remote editing.
30799
30800 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30801
30802 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30803 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30804 (remove-duplicates, delete-duplicates, substitute)
30805 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30806 (nsubstitute-if-not, find, find-if, find-if-not, position)
30807 (position-if, position-if-not, count, count-if, count-if-not)
30808 (mismatch, search, sort*, stable-sort, merge, member*)
30809 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30810 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30811 (intersection, nintersection, set-difference, nset-difference)
30812 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30813 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30814 (nsublis, tree-equal): Improve argument/docstring consistency.
30815
30816 * subr.el (send-string, send-region): Remove obsolescence declaration.
30817 (window-dot, set-window-dot, read-input, show-buffer)
30818 (eval-current-buffer, string-to-int):
30819 Add release number to obsolescence declarations.
30820
30821 2005-05-19 Kim F. Storm <storm@cua.dk>
30822
30823 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30824 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30825
30826 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30827
30828 * faces.el (list-faces-display): Make back button respect optional
30829 regexp arg.
30830
30831 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30832
30833 * calculator.el (calculator-radix-grouping-mode)
30834 (calculator-radix-grouping-digits, calculator-displayer)
30835 (calculator-radix-grouping-separator, calculator-copy-displayer):
30836 * dabbrev.el (dabbrev-search-these-buffers-only):
30837 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30838 (diff-advance-after-apply-hunk, diff-mode-hook)
30839 (diff-minor-mode-prefix):
30840 * imenu.el (imenu-use-popup-menu):
30841 * jit-lock.el (jit-lock-context-time):
30842 * newcomment.el (comment-fill-column, comment-column)
30843 (comment-style, comment-padding, comment-multi-line)
30844 (comment-empty-lines, comment-auto-fill-only-comments):
30845 * reveal.el (reveal-around-mark):
30846 * uniquify.el (uniquify-buffer-name-style)
30847 (uniquify-after-kill-buffer-p)
30848 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30849 (uniquify-min-dir-content, uniquify-separator)
30850 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30851 * w32-vars.el (w32-fixed-font-alist):
30852 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30853 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30854 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30855 * progmodes/perl-mode.el (perl-indent-level)
30856 (perl-continued-statement-offset, perl-continued-brace-offset)
30857 (perl-brace-offset, perl-brace-imaginary-offset)
30858 (perl-label-offset, perl-indent-continued-arguments)
30859 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30860 * progmodes/tcl.el (tcl-indent-level)
30861 (tcl-continued-indent-level, tcl-auto-newline)
30862 (tcl-tab-always-indent, tcl-electric-hash-style)
30863 (tcl-help-directory-list, tcl-use-smart-word-finder)
30864 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30865 (inferior-tcl-source-command):
30866 * textmodes/fill.el (enable-kinsoku):
30867 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30868 * textmodes/table.el (table-yank-handler):
30869 Specify missing group (and type, if simple) in defcustom.
30870
30871 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30872
30873 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30874
30875 2005-05-19 Richard M. Stallman <rms@gnu.org>
30876
30877 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30878
30879 * subr.el (event-basic-type): Don't get an error.
30880 (left-fringe-p): Function deleted.
30881
30882 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30883 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30884
30885 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30886 in recursive copy.
30887
30888 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30889
30890 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30891
30892 * emacs-lisp/bytecomp.el
30893 (byte-compile-file-form-custom-declare-variable):
30894 Call byte-compile-nogroup-warn if appropriate.
30895
30896 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30897 (compilation-set-window): Don't call left-fringe-p; do it directly.
30898
30899 2005-05-19 Jay Belanger <belanger@truman.edu>
30900
30901 * calc/calc-graph.el (calc-graph-format-data): Make sure
30902 var-PlotRejects is bound before trying to check its value.
30903
30904 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30905
30906 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30907 definition of this variable from reftex-global.el to reftex.el,
30908 because it is needed in the menu.
30909
30910 2005-05-19 Lute Kamstra <lute@gnu.org>
30911
30912 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30913 years are fixed. Don't insert a space after a dash.
30914
30915 2005-05-19 Kim F. Storm <storm@cua.dk>
30916
30917 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30918
30919 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30920
30921 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30922 strings, because (eq ... ?\\) is fairly frequent.
30923
30924 * progmodes/make-mode.el (makefile-add-this-line-targets):
30925 Simplify and integrate into `makefile-pickup-targets'.
30926 (makefile-add-this-line-macro): Simplify and integrate into
30927 `makefile-pickup-macros.
30928 (makefile-pickup-filenames-as-targets): Simplify.
30929 (makefile-previous-dependency, makefile-match-dependency):
30930 Don't stumble over `::'.
30931
30932 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30933
30934 * subr.el (post-command-idle-hook, post-command-idle-delay):
30935 Remove obsoletion of post-command-idle-hook and
30936 post-command-idle-delay.
30937
30938 * faces.el (list-faces-display): Provide button when describe-face
30939 is called to take user back to the list of faces.
30940
30941 * help-fns.el (describe-variable): Remove hyperlinks in a
30942 variable's value as these are quite frequently inappropriate.
30943
30944 * follow.el (follow-submit-feedback, follow-mode):
30945 Remove references to post-command-idle-hook.
30946
30947 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30948
30949 * progmodes/make-mode.el (makefile-previous-dependency)
30950 (makefile-match-dependency): Check for := (and in bsd mode also
30951 !=) to give a better result, even when font-lock is not on.
30952
30953 2005-05-18 Jay Belanger <belanger@truman.edu>
30954
30955 * calc/calc-help.el (calc-s-prefix-help):
30956 Add `calc-copy-special-constant' to help string.
30957
30958 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30959
30960 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30961
30962 2005-05-18 Jay Belanger <belanger@truman.edu>
30963
30964 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30965 in linear factors are in proper order.
30966
30967 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30968
30969 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30970 Support for jurabib.
30971
30972 * textmodes/reftex.el (featurep): Define aliases for overlay
30973 commands, for XEmacs compatibility, and use these aliases in
30974 overlay initializations.
30975 (reftex-highlight): Use `reftex-move-overlay'.
30976 (reftex-unhighlight): Use `reftex-delete-overlay'.
30977 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30978 (reftex-access-search-path): Use `reftex-uniquify' instead of
30979 `reftex-uniq'.
30980
30981 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30982 `before-string' property modification enables for Emacs as well.
30983 (reftex-select-item): Use `reftex-delete-overlay'.
30984 (reftex-select-mark): Use `reftex-make-overlay' and
30985 `reftex-overlay-put'.
30986 (reftex-select-unmark): Use `reftex-delete-overlay' and
30987 `reftex-overlay-put'.
30988
30989 2005-05-18 Lute Kamstra <lute@gnu.org>
30990
30991 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30992
30993 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30994
30995 * add-log.el (add-change-log-entry):
30996 * array.el (array-make-template, array-reconfigure-rows)
30997 (array-init-max-row, array-init-max-column)
30998 (array-init-columns-per-line, array-init-field-width):
30999 * replace.el (replace-match-maybe-edit, perform-replace):
31000 * textmodes/spell.el (spell-region):
31001 Replace `read-input' by `read-string'.
31002
31003 * forms.el (forms-mode):
31004 * finder.el (finder-compile-keywords):
31005 * shadowfile.el (shadow-read-files):
31006 Replace `eval-current-buffer' by `eval-buffer'.
31007
31008 * terminal.el (te-pass-through):
31009 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31010 (ange-ftp-raw-send-cmd):
31011 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31012 (send-process-next-char, telnet-initial-filter, telnet):
31013 Replace `send-string' by `process-send-string'.
31014
31015 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31016 (prolog-consult-region): Replace `send-string' by
31017 `process-send-string'; replace `send-region' by `process-send-region'.
31018
31019 * progmodes/delphi.el (delphi-log-msg):
31020 Replace `set-window-dot' by `set-window-point'.
31021
31022 * subr.el (window-dot, set-window-dot, read-input, send-string)
31023 (send-region, show-buffer, eval-current-buffer):
31024 Make really obsolete, as the comment says.
31025
31026 2005-05-17 Kim F. Storm <storm@cua.dk>
31027
31028 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31029 (cua--init-keymaps): Bind C-return instead of S-return to set
31030 rectangle mark.
31031
31032 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31033 instead of S-return to toggle/clear rectangle mark.
31034
31035 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31036
31037 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31038 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31039 Also fontify plain strings assigned to variables, mostly so that a
31040 colon has a face and is thus not taken as a dependency separator.
31041 (makefile-previous-dependency): Inline the new matcher, because it
31042 is too complex to work in both directions.
31043 (makefile-match-dependency): Eliminate `backward' arg (see above).
31044 Completely reimplemented so as to not sometimes go into an endless
31045 loop. It should also be more efficient, because first it only
31046 searches for `:', instead of applying the very complex regexp.
31047 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31048 to be fontified in one piece can be too long for JIT.
31049 Makefiles are never *that* big.
31050
31051 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31052
31053 * dired.el (dired-mode): Simplify.
31054
31055 2005-05-17 Lute Kamstra <lute@gnu.org>
31056
31057 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31058 defcustom for the mode hook variable.
31059
31060 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31061 Emacs Lisp Reference Manual.
31062
31063 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31064
31065 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31066 (evenp, list*):
31067 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31068 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31069
31070 * net/tramp-smb.el (tramp-smb-open-connection):
31071 Pass `tramp-chunksize' as fifth (required) argument.
31072
31073 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31074
31075 * font-lock.el (lisp-font-lock-keywords-1):
31076 Set `font-lock-negation-char-face' for [^...] char group.
31077 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31078
31079 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31080 a var, and refine it to mask one more level of nested vars.
31081 (makefile-rule-action-regex): Turn it into a var, and refine it so
31082 it recognizes backslashed continuation lines as belonging to the
31083 same command.
31084 (makefile-macroassign-regex): Refine it so it recognizes
31085 backslashed continuation lines as belonging to the same command.
31086 (makefile-var-use-regex): Don't look at the next char, because it
31087 might be the same one to be skipped by the initial [^$], leading
31088 to an overlooked variable use.
31089 (makefile-make-font-lock-keywords): Remove two parameters, which
31090 are now variables that some of the modes set locally.
31091 Handle dependency and rule action matching through functions, because
31092 regexps alone match too often. Dependency matching now comes
31093 last, so it can check, whether a colon already matched something else.
31094 (makefile-mode): Inform that font-lock improves makefile parsing
31095 capabilities.
31096 (makefile-match-dependency, makefile-match-action): New functions.
31097
31098 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31099
31100 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31101
31102 * align.el (align-regexp):
31103 * ansi-color.el (ansi-color-get-face):
31104 * array.el (array-reconfigure-rows, array-init-max-row)
31105 (array-init-max-column, array-init-columns-per-line)
31106 (array-init-field-width):
31107 * dired-aux.el (dired-trample-file-versions):
31108 * dired-x.el (dired-mark-sexp):
31109 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31110 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31111 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31112 * faces.el (face-read-integer):
31113 * files.el (backup-extract-version, insert-directory):
31114 * hexl.el (hexl-insert-decimal-char):
31115 * server.el (server-process-filter):
31116 * shell.el (shell-extract-num):
31117 * startup.el (command-line-1):
31118 * term.el (term-command-hook):
31119 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31120 (time-stamp-do-number):
31121 * time.el (display-time-update):
31122 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31123 (timezone-fix-time):
31124 * vms-patch.el (vms-suspend-resume-hook):
31125 * calendar/appt.el (appt-convert-time):
31126 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31127 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31128 * calendar/cal-islam.el (mark-islamic-diary-entries):
31129 * calendar/calendar.el (calendar-cursor-to-date)
31130 (calendar-star-date):
31131 * calendar/diary-lib.el (diary-attrtype-convert)
31132 (mark-diary-entries, diary-entry-time):
31133 * calendar/solar.el (solar-get-number):
31134 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31135 * emacs-lisp/re-builder.el (reb-display-subexp):
31136 * emulation/edt.el (edt-set-scroll-margins):
31137 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31138 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31139 (vip-get-ex-count):
31140 * emulation/viper-ex.el (viper-get-ex-token)
31141 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31142 * international/fontset.el (fontset-plain-name):
31143 * mail/feedmail.el (feedmail-look-at-queue-directory):
31144 * mail/mailalias.el (mail-get-names):
31145 * mail/rmail.el (rmail-convert-to-babyl-format):
31146 * mail/rmailsum.el (rmail-make-basic-summary-line)
31147 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31148 (rmail-summary-goto-msg):
31149 * mail/smtpmail.el (smtpmail-read-response):
31150 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31151 (ange-ftp-vms-add-file-entry):
31152 * play/gametree.el (gametree-looking-at-ply)
31153 (gametree-current-branch-score):
31154 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31155 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31156 * progmodes/cperl-mode.el (condition-case):
31157 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31158 (ebrowse-set-member-buffer-column-width)
31159 (ebrowse-select-1st-to-9nth):
31160 * progmodes/etags.el (etags-snarf-tag):
31161 * progmodes/flymake.el (flymake-parse-line):
31162 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31163 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31164 (idlwave-shell-menu-def):
31165 * progmodes/ps-mode.el (ps-run-goto-error):
31166 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31167 (vhdl-speedbar-contract-level):
31168 * term/mac-win.el (x-handle-numeric-switch):
31169 * term/sun-mouse.el (sun-get-frame-data):
31170 * term/w32-win.el (x-handle-numeric-switch):
31171 * term/x-win.el (x-handle-numeric-switch):
31172 * textmodes/ispell.el (ispell-parse-output):
31173 * textmodes/nroff-mode.el (nroff-outline-level):
31174 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31175 (reftex-bib-sort-year-reverse, reftex-format-citation):
31176 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31177 (reftex-section-number):
31178 * textmodes/texinfmt.el (texinfo-paragraphindent):
31179 Replace `string-to-int' by `string-to-number'.
31180
31181 * international/latexenc.el: Add page marker to force the "Local
31182 Variables:" string out of the last page.
31183
31184 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31185
31186 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31187 tooltip-change-major-mode.
31188 (gud-tooltip-print-command): Remove case where gud-minor-mode
31189 is gdb ("--fullname").
31190 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31191 explain to user.
31192
31193 2005-05-16 Jay Belanger <belanger@truman.edu>
31194
31195 * calc/calc-store.el (calc-copy-special-constant): New function.
31196
31197 * calc/calc-ext.el (calc-init-extensions): Add binding for
31198 `calc-copy-special-constant'.
31199
31200 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31201 for the `calc-copy-special-constant' command.
31202
31203 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31204
31205 * subr.el (left-fringe-p): New function.
31206
31207 * progmodes/compile.el (compilation-setup): Set local value of
31208 overlay-arrow-string to "" always.
31209 (compilation-set-window): Left fringe then don't scroll.
31210 No left fringe then no arrow and scroll message to top.
31211 (compilation-context-lines): Adjust doc string accordingly.
31212
31213 2005-05-16 Kim F. Storm <storm@cua.dk>
31214
31215 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31216 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31217 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31218 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31219 (ido-read-file-name): Handle commands with ido property value
31220 equal to find-file as reading a file name, to allow C-d to enter dired.
31221 (ibuffer-find-file): Add ido property with value find-file.
31222
31223 2005-05-15 Kim F. Storm <storm@cua.dk>
31224
31225 * subr.el (open-network-stream-nowait): Remove.
31226 (open-network-stream-server): Remove.
31227
31228 2005-05-15 Richard M. Stallman <rms@gnu.org>
31229
31230 * faces.el (describe-face): Output a definition link button.
31231
31232 * help-mode.el (help-face-def): New button type.
31233
31234 * emacs-lisp/copyright.el (copyright-fix-years):
31235 Match properly if the first year is 2-digit.
31236 Don't mess up the whitespace after the years by filling.
31237
31238 * dired-aux.el (dired-mark-confirm):
31239 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31240
31241 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31242 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31243 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31244
31245 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31246 Set font-lock-comment-start-skip.
31247
31248 * font-lock.el (font-lock-comment-start-skip): New variable.
31249 (font-lock-comment-end-skip): New variable.
31250 (font-lock-fontify-syntactically-region): Use them if non-nil.
31251
31252 2005-05-15 Jay Belanger <belanger@truman.edu>
31253
31254 * calc/calc-store.el (calc-store-value): Return a string rather
31255 than display it as a message.
31256 Use calc-var-name for variable name.
31257 (calc-store-into): Add the result of calc-store-value to message.
31258 (calc-copy-variable): Add a message.
31259 (calc-store-exchange): Improve error messages.
31260 (calc-store-binary, calc-store-map): Don't reset the values of
31261 special constants.
31262
31263 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31264
31265 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31266 manual to docstring.
31267
31268 * files.el (hack-local-variables-confirm): Add STRING argument.
31269 Make the function handle non file visiting buffers correctly.
31270 (hack-local-variables-prop-line, hack-local-variables)
31271 (hack-one-local-variable): Use STRING arg of
31272 `hack-local-variables-confirm'.
31273
31274 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31275
31276 Sync with Tramp 2.0.49.
31277
31278 * net/tramp.el (tramp-handle-dired-call-process)
31279 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31280 because the contents of the Tramp buffer is changed before
31281 insertion (`expand-file' and alike).
31282 (tramp-handle-insert-directory): If `localname' has an empty
31283 nondirectory name, it must not be quoted.
31284 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31285 variable `tramp-chunksize'. Change callees.
31286 (tramp-open-connection-setup-interactive-shell): Check remote host
31287 for buggy `send-process-string' implementation.
31288 Set `tramp-chunksize' if found. Reported by Michael Kifer
31289 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31290 (tramp-handle-shell-command): `insert-buffer' cannot be used
31291 because the contents of the Tramp buffer is changed before
31292 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31293 <frederic.bothamy@free.fr>.
31294 (tramp-set-auto-save): Actions should be done for Tramp file name
31295 handler only. Ange-FTP has its own auto-save mechanism.
31296 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31297 (tramp-set-auto-save-file-modes): Set file modes of
31298 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31299 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31300 (tramp-bug): Remove obsolete variable.
31301 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31302 for presence of `mml-mode'. Make it running for older Emacsen as well.
31303
31304 2005-05-14 John Paul Wallington <jpw@pobox.com>
31305
31306 * ibuf-ext.el (define-ibuffer-filter filename):
31307 If `dired-directory' is a list, use its car.
31308
31309 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31310
31311 * ibuffer.el (define-ibuffer-column filename):
31312 If `dired-directory' is a list, use its car.
31313
31314 2005-05-14 Richard M. Stallman <rms@gnu.org>
31315
31316 * subr.el (symbol-file): Doc fix.
31317
31318 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31319 (byte-compile-form): Call byte-compile-nogroup-warn.
31320 (byte-compile-warning-types): Doc fix.
31321
31322 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31323
31324 * progmodes/cc-engine.el (c-literal-faces):
31325 Add font-lock-comment-delimiter-face.
31326
31327 * net/net-utils.el (dig): Use with-no-warnings.
31328
31329 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31330 (sc-recite-frame-alist, sc-default-cite-frame)
31331 (sc-default-uncite-frame, sc-default-recite-frame)
31332 (sc-attrib-selection-list, sc-rewrite-header-list):
31333 Mark as risky-local-variable.
31334
31335 * international/ogonek.el (ogonek-jak, ogonek-how):
31336 Don't use beginning-of-buffer.
31337
31338 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31339
31340 * calendar/solar.el (solar-data-list): Move definition up.
31341
31342 * dnd.el (dnd-protocol-alist): Add autoload.
31343
31344 * progmodes/sh-script.el: Many doc usage fixes.
31345 (sh-indent-after-do): Change default to match common styles.
31346
31347 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31348
31349 * files.el (interpreter-mode-alist)
31350 (auto-mode-interpreter-regexp): Doc fixes.
31351
31352 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31353
31354 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31355
31356 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31357
31358 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31359
31360 * dired.el (dired-mode): make-variable-buffer-local =>
31361 make-local-variable.
31362
31363 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31364
31365 * term/mac-win.el (mac-select-convert-to-string): Try coding
31366 systems in mac-script-code-coding-systems if specified one cannot
31367 encode string for `com.apple.traditional-mac-plain-text'.
31368
31369 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31370
31371 * progmodes/make-mode.el (makefile-targets-face)
31372 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31373 (makefile-dependency-regex): Fix it to not make the colon in
31374 $(var:a=b) special.
31375 (makefile-rule-action-regex): New regexp for highlighting embedded
31376 Shell strings.
31377 (makefile-macroassign-regex): Handle != for highlighting as
31378 embedded Shell strings.
31379 (makefile-var-use-regex): New const.
31380 (makefile-statements, makefile-automake-statements)
31381 (makefile-gmake-statements, makefile-makepp-statements)
31382 (makefile-bsdmake-statements): New consts.
31383 (makefile-make-font-lock-keywords): New function.
31384 (makefile-automake-font-lock-keywords)
31385 (makefile-gmake-font-lock-keywords)
31386 (makefile-makepp-font-lock-keywords)
31387 (makefile-bsdmake-font-lock-keywords): New consts.
31388 (makefile-mode-map): Add switchers between the various submodes.
31389 (makefile-mode): Document the availability of the variants.
31390 (makefile-automake-mode, makefile-gmake-mode)
31391 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31392
31393 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31394 new variants of makefile-mode.
31395
31396 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31397
31398 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31399 the inheritance.
31400
31401 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31402
31403 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31404 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31405
31406 * files.el (normal-mode): Extend the scope of the
31407 `enable-local-variables' binding to include the `set-auto-mode' call.
31408 (magic-mode-alist): Doc fix.
31409
31410 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31411
31412 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31413 font-lock-comment-face rather than copying its setting.
31414
31415 2005-05-12 Andreas Schwab <schwab@suse.de>
31416
31417 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31418
31419 2005-05-12 Lute Kamstra <lute@gnu.org>
31420
31421 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31422 defcustom for the mode hook variable. Delete the last argument.
31423 * generic-x.el: Fix callers of define-generic-mode.
31424 (generic-x-modes): Delete group.
31425 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31426 generic-x customization group.
31427
31428 2005-05-12 Kim F. Storm <storm@cua.dk>
31429
31430 * font-lock.el (font-lock-negation-char-face): Default to "off".
31431
31432 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31433 font-lock-negation-char-face to ! in !=.
31434
31435 2005-05-12 Masatake YAMATO <jet@gyve.org>
31436
31437 * add-log.el (find-change-log): Fix typos in the docstring
31438 of function.
31439
31440 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31441
31442 * international/latexenc.el (latexenc-find-file-coding-system):
31443 Avoid `re-search-forward' when looking for input encoding because
31444 of speed and safety. Better regular expressions for recognizing
31445 input encoding. Limit a search for TeX-master/tex-main-file to
31446 the local variable section.
31447
31448 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31449
31450 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31451 syntax of $ to "'" (quote).
31452
31453 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31454
31455 * dnd.el (dnd-protocol-alist): Improve custom type.
31456
31457 * dired.el (dired-dnd-protocol-alist): New variable.
31458 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31459 `dired-mode-hook' to the end.
31460
31461 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31462
31463 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31464 comment-end if comment-start-skip is not set.
31465 Obey the font-lock-comment-delimiter-face variables.
31466
31467 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31468
31469 * files.el (executable-find): Move from executable.el. Use
31470 locate-file.
31471 * progmodes/executable.el (executable-find): Move to files.el.
31472
31473 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31474 when trying to ensure forward progress.
31475
31476 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31477
31478 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31479 (mouse-select, mouse-select-internal, mouse-extend-internal):
31480 Use it to implement mouse-1-click-follows-link functionality.
31481
31482 2005-05-11 Richard M. Stallman <rms@gnu.org>
31483
31484 * font-lock.el (font-lock-fontify-syntactically-region):
31485 Use font-lock-comment-delimiter-face for comment delimiters.
31486
31487 2005-05-10 Jay Belanger <belanger@truman.edu>
31488
31489 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31490 preserving embedded modes.
31491
31492 2005-05-10 Richard M. Stallman <rms@gnu.org>
31493
31494 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31495
31496 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31497 Move from ada-stmt.el.
31498 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31499
31500 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31501 Move to ada-mode.el.
31502 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31503
31504 * cus-edit.el (custom-file): Call file-chase-links.
31505
31506 * files.el (read-directory-name): Fix previous change.
31507 (hack-local-variables-confirm): New function.
31508 (hack-local-variables-prop-line, hack-local-variables)
31509 (hack-one-local-variable): Use it.
31510
31511 2005-05-10 Lute Kamstra <lute@gnu.org>
31512
31513 * font-lock.el (font-lock-keywords-alist)
31514 (font-lock-removed-keywords-alist): Clarify docstrings.
31515
31516 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31517
31518 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31519 (gdb-source-info): Check for preprocessor info.
31520 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31521 a macro for a function.
31522 (gdb-info-breakpoints-custom): Try to find file again if not already
31523 found (user might have used GDB dir command).
31524 (gdb-get-location): Update gdb-location-alist correctly for change
31525 to gdb-info-breakpoints-custom.
31526
31527 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31528 (gud-tooltip-print-command): Add gdbmi case.
31529 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31530 preprocessor info.
31531
31532 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31533
31534 * startup.el (fancy-splash-insert): Fix typo in doc string.
31535
31536 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31537
31538 * obsolete/float.el (string-to-float):
31539 * obsolete/hilit19.el (hilit-add-pattern):
31540 * obsolete/rnews.el (news-parse-range, news-select-message)
31541 (news-get-pruned-list-of-files): Replace `string-to-int' by
31542 `string-to-number'.
31543
31544 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31545 `find-file-not-found-hooks'; use `add-hook'.
31546 (uncompress-while-visiting): Set `write-file-functions', not
31547 `write-file-hooks'; use `add-hook'.
31548
31549 2005-05-09 Kim F. Storm <storm@cua.dk>
31550
31551 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31552 (cua-paste): Handle clipboard action.
31553 (cua--init-keymaps): Remap clipboard-kill-region and
31554 clipboard-kill-ring-save.
31555
31556 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31557
31558 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31559 Improve commentary.
31560
31561 * simple.el (next-error-overlay-arrow-position): Revert the change
31562 made on 2005-04-30.
31563
31564 2005-05-07 Jay Belanger <belanger@truman.edu>
31565
31566 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31567 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31568 `calc-sel-reselect'.
31569
31570 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31571 Calc is in embedded mode.
31572
31573 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31574
31575 * progmodes/compile.el (compilation-setup):
31576 Set overlay-arrow-string to an empty string on text terminals.
31577
31578 * textmodes/ispell.el (ispell-program-name): Try looking for
31579 "aspell" along exec-path, and if found, use it as the default
31580 speller program.
31581
31582 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31583
31584 * international/mule.el (sgml-xml-auto-coding-function):
31585 Recognize encoding='FOO' in single quotes as well as in double quotes.
31586
31587 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31588
31589 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31590 as well as `interactive', so that defmacro* would recognize
31591 `declare' forms.
31592
31593 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31594
31595 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31596 Explain more about the LIGHTER arg's usage in the doc string.
31597 Add commentary to clarify what the code does. Fix the regexp that
31598 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31599 since it could have characters special to regular expressions.
31600
31601 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31602
31603 * replace.el (occur-1): Bind inhibit-read-only so that
31604 erase-buffer doesn't barf on read-only text properties (likewise
31605 for add-text-properties in occur-engine). Mark buffer as unmodified.
31606 (occur-engine): Don't set buffer-read-only here.
31607
31608 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31609
31610 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31611 list-buffers-directory. This caused the *cvs-commit* buffer to be
31612 sometimes mistakenly reused as a *cvs* buffer.
31613
31614 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31615
31616 * tooltip.el: Move code for GUD tooltips into gud.el.
31617 (require): CL no longer needed to compile case.
31618 (tooltip-mode): Do not toggle functions for GUD tooltips.
31619 (tooltip-gud-tips-p): Remove. Replace with minor mode
31620 gud-tooltip-mode in gud.el.
31621 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31622 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31623 tooltip-gud prefix with gud-tooltip and obsolete.
31624 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31625 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31626 (tooltip-mouse-motion): Mouse movement functions/variable.
31627 Rename in gud.el by adding gud prefix.
31628 (tooltip-gud-original-filter, tooltip-gud-dereference)
31629 (tooltip-gud-event, tooltip-toggle-gud-tips)
31630 (tooltip-gud-process-output, tooltip-gud-print-command)
31631 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31632 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31633 (gdb-tooltip-print): Move to gdb-ui.el.
31634
31635 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31636 (require): CL needed to compile case.
31637 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31638 tooltip-gud-tips-p. Make it a minor-mode.
31639 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31640 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31641 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31642 (gud-tooltip-change-major-mode)
31643 (gud-tooltip-activate-mouse-motions-if-enabled)
31644 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31645 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31646 (gud-tooltip-original-filter, gud-tooltip-dereference)
31647 (gud-tooltip-event, tooltip-toggle-gud-tips)
31648 (gud-tooltip-process-output, gud-tooltip-print-command)
31649 (gud-tooltip-tips): Move from tooltip.el.
31650
31651 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31652 (gdb-cpp-define-alist-flags): Doc fix.
31653 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31654 gud-tooltip-mode is t.
31655
31656 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31657
31658 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31659 evaporate if their text is deleted.
31660 (goto-address-at-point): Make it work as a mouse binding as well.
31661 (goto-address-at-mouse): Obsolete it. Update users.
31662
31663 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31664
31665 * calendar/appt.el (top-level): No longer activate on load.
31666
31667 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31668
31669 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31670 * net/webjump.el (webjump):
31671 * progmodes/idlw-help.el (idlwave-do-context-help1)
31672 (idlwave-highlight-linked-completions):
31673 * textmodes/po.el (po-find-file-coding-system-guts):
31674 Replace `assoc-ignore-case' by `assoc-string'.
31675
31676 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31677
31678 * files.el (locate-file): Doc fix.
31679
31680 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31681 Remove the redundant test for ms-dos.
31682
31683 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31684 look for the preprocessor with exec-suffixes. If not found in
31685 standard places, look in exec-path. Remove most of the tests that
31686 used system-type.
31687
31688 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31689
31690 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31691
31692 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31693 file-name clash with jka-compr.el on 8+3 filesystems.
31694
31695 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31696
31697 * term/mac-win.el: Don't define or bind scroll bar functions if
31698 x-toolkit-scroll-bars is t.
31699 (x-select-text, x-get-selection-value): Clear
31700 x-last-selected-text-clipboard if x-select-enable-clipboard is
31701 nil.
31702 (PRIMARY): Put mac-scrap-name property.
31703 (mac-select-convert-to-file-url): New function.
31704 (public.file-url): New selection target type. Add to
31705 selection-converter-alist.
31706 (x-get-selection, x-selection-value): Handle it.
31707 (x-cut-buffer-or-selection-value): New alias.
31708
31709 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31710
31711 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31712 entry to avoid calling bibtex-find-entry with arg global
31713 being t. Remove arg key.
31714 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31715 (bibtex-copy-summary-as-kill): Change accordingly.
31716
31717 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31718
31719 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31720 (org-agenda-date-later): Use with-current-buffer.
31721
31722 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31723
31724 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31725 (define-obsolete-variable-alias): Doc Fixes.
31726
31727 2005-05-06 Kim F. Storm <storm@cua.dk>
31728
31729 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31730 vertical-motion when selective-display is active.
31731
31732 * ido.el (ido-setup-hook): New hook.
31733 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31734 (ido-input-stack): New var.
31735 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31736 ido-next-work-file binding to M-O.
31737 Bind M-f to ido-wide-find-file-or-pop-dir.
31738 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31739 (ido-read-internal): Run ido-setup-hook.
31740 Catch quit in read-file-name and read-string to cancel edit.
31741 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31742 Automatically pop-all when completing a directory name (RET).
31743 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31744 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31745 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31746 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31747 New functions for M-b/M-f to move among the directory components.
31748 (ido-make-merged-file-list): Catch quit to cancel merge.
31749 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31750 (ido-completion-help): No warnings for ido-completion-buffer-full.
31751
31752 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31753
31754 * font-lock.el (font-lock-negation-char-face): New face and variable.
31755 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31756 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31757 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31758 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31759
31760 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31761
31762 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31763 Fix typo in docstring.
31764
31765 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31766 (ebrowse-print-statistics-line)
31767 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31768
31769 * term/w32-win.el (image-library-alist): Add additional name for
31770 Xpm library.
31771
31772 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31773
31774 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31775 use gcc instead of cpp.
31776
31777 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31778 (gdb-create-define-alist): Use it.
31779 (gdb-cpp-define-alist-program): Update for MS-DOS.
31780
31781 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31782
31783 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31784
31785 2005-05-04 Richard M. Stallman <rms@gnu.org>
31786
31787 * help.el (describe-key): No error when UNTRANSLATED is nil.
31788
31789 * simple.el (line-move-1): Fix previous change to signal errors
31790 appropriately.
31791
31792 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31793
31794 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31795 (icalendar-duration-correction): Remove.
31796 (icalendar--get-event-properties): Split result at commas.
31797 (icalendar--decode-isoduration): New optional argument
31798 DURATION-CORRECTION.
31799 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31800 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31801 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31802 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31803 (icalendar--convert-anniversary-to-ical): New functions, extracted
31804 from icalendar-export-region, with bug fixes.
31805 (icalendar-export-region): Use the above functions.
31806 (icalendar-import-buffer): Check before saving diary file.
31807 (icalendar--convert-recurring-to-diary)
31808 (icalendar--convert-non-recurring-all-day-to-diary)
31809 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31810 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31811 (icalendar--convert-ical-to-diary): Use the above functions.
31812
31813 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31814
31815 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31816 Remove these recent additions.
31817 (c-mode): Restore to before 2005-04-28.
31818
31819 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31820 recent addition.
31821
31822 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31823 (gdb-define-alist): New variables.
31824 (gdb-create-define-alist): New function.
31825 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31826 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31827 with string-to-number.
31828 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31829
31830 * progmodes/gud.el: Replace string-to-int with string-to-number.
31831 (gud-find-file): Handle gdb-define-alist.
31832
31833 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31834
31835 2005-05-02 Jay Belanger <belanger@truman.edu>
31836
31837 * calc/calc-aent.el (math-read-token):
31838 * calc/calc-bin.el (calc-word-size):
31839 * calc/calc-ext.el (calc-read-number-fancy):
31840 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31841 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31842 * calc/calc-frac.el (calc-over-notation):
31843 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31844 (calc-graph-num-points, calc-graph-init):
31845 * calc/calc-prog.el (calc-read-parse-table-part)
31846 (calc-edit-macro-repeats):
31847 * calc/calc-yank.el (calc-do-grab-rectangle):
31848 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31849 Replace `string-to-int' by `string-to-number'.
31850
31851 2005-05-02 Kim F. Storm <storm@cua.dk>
31852
31853 * kmacro.el: Use executing-kbd-macro-index variable.
31854
31855 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31856
31857 * net/rlogin.el (rlogin-parse-words): Delete func.
31858 (rlogin): Use split-string, not rlogin-parse-words.
31859 Also, if there are option-like elements in the parsed args,
31860 take the host to be the first arg immediately following them.
31861 Suggested by Michael Mauger.
31862
31863 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31864
31865 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31866
31867 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31868
31869 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31870 (cc-mode-cpp-program): Rename to cc-define-list-program and
31871 move to cc-vars.el.
31872
31873 * progmodes/cc-vars.el (cc-define-list-program):
31874 Change to "gcc -E -dM -". Make customizable.
31875
31876 2005-05-02 Kim F. Storm <storm@cua.dk>
31877
31878 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31879
31880 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31881
31882 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31883
31884 * international/mule-util.el (truncate-string): Remove alias and
31885 obsolete declaration.
31886
31887 * international/mule-cmds.el (update-iso-coding-systems):
31888 Remove alias and obsolete declaration.
31889
31890 * international/mule.el (coding-system-parent): Remove alias and
31891 obsolete declaration.
31892
31893 * subr.el (define-function, sref): Remove aliases and obsolete
31894 declarations.
31895 (chars-in-region): Remove obsolete declaration.
31896
31897 2005-05-01 Richard M. Stallman <rms@gnu.org>
31898
31899 * info.el (Info-mode): Set widen-automatically to nil, locally.
31900
31901 * simple.el (widen-automatically): New variable.
31902 (pop-global-mark): Obey widen-automatically.
31903
31904 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31905
31906 * term/xterm.el (function-key-map): Call substitute-key-definition
31907 before the keymap size is increased by a lot of define-key calls.
31908
31909 2005-05-01 Richard M. Stallman <rms@gnu.org>
31910
31911 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31912 Rename ARG to ELEMENT. Doc fix.
31913
31914 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31915
31916 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31917 Remove references to allout-exposure/change to allout-new-exposure.
31918
31919 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31920 bytecode symbols.
31921
31922 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31923 (compiled-function-p, focus-frame, unfocus-frame):
31924 Remove aliases and obsolete declarations.
31925 Back out inadvertent changes from previous commit.
31926
31927 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31928
31929 * files.el (require-final-newline): Make Custom tags consistent
31930 with mode-require-final-newline.
31931 (mode-require-final-newline): Doc fix.
31932
31933 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31934
31935 * international/latexenc.el (latexenc-find-file-coding-system):
31936 Fix regular expressions.
31937
31938 2005-05-01 David Kastrup <dak@gnu.org>
31939
31940 * international/latexenc.el (latexenc-find-file-coding-system):
31941 Fix regular expressions.
31942
31943 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31944
31945 * subr.el (string-to-int): Make obsolete.
31946
31947 2005-04-30 Richard M. Stallman <rms@gnu.org>
31948
31949 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31950
31951 * loadup.el: Load jka-comp-hook.
31952
31953 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31954 (jka-compr-handler): Add autoload. `put' calls moved
31955 to jka-comp-hook.el.
31956 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31957 (jka-compr-inhibit): Autoload.
31958
31959 * jka-comp-hook.el: New file.
31960 Enable the mode by default.
31961
31962 * files.el (backup-buffer-copy): Use copy-file instead
31963 of write-region, and put back the 'excl.
31964
31965 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31966
31967 * progmodes/flymake.el (flymake-split-string)
31968 (flymake-split-string, flymake-log, flymake-pid-to-names)
31969 (flymake-reg-names, flymake-get-source-buffer-name)
31970 (flymake-unreg-names, flymake-add-line-err-info)
31971 (flymake-add-err-info): Clarify docstrings.
31972 (flymake-popup-menu, flymake-make-emacs-menu)
31973 (flymake-make-xemacs-menu): Add docstrings.
31974 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31975 Set variables directly throughout.
31976
31977 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31978
31979 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31980 exists. Initialize cc-define-alist.
31981 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31982 If there is no file (Macroexpansion) don't create an alist.
31983
31984 2005-04-29 Sam Steingold <sds@gnu.org>
31985
31986 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31987 (cc-create-define-alist): Use it instead of the hard-coded string.
31988
31989 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31990
31991 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31992 for latexenc.
31993
31994 2005-04-29 Lute Kamstra <lute@gnu.org>
31995
31996 * emacs-lisp/generic.el: Improve commentary section.
31997 (define-generic-mode): Improve docstring.
31998
31999 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32000
32001 * textmodes/org.el (many places): Change to quiet the byte compiler.
32002 (org-prefix-format-compiled): New variable.
32003 (org-compile-prefix-format): New function.
32004 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32005 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32006 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32007 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32008 consistency with entries from `org-mode' files.
32009 (org-get-time-of-day): Fix bug with partial matches early in a line.
32010 (org-non-link-chars): New constant.
32011 (org-link-regexp): Respect `org-non-link-chars'.
32012 (org-agenda-day-view): Remove command.
32013 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32014 (org-follow-bbdb-link, org-store-link): Search also company field.
32015 (org-highlight-overlay): New variable.
32016 (org-highlight, org-unhighlight): New functions.
32017 (org-agenda-mode): Add pre-command-hook to remove highlight.
32018 (org-evaluate-time-range): Behavior depends upon whether time stamp
32019 contains a time or not.
32020 (org-show-subtree, org-show-entry): New functions.
32021 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32022
32023 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32024
32025 * comint.el (comint-output-filter-functions): Add autoload cookie.
32026
32027 2005-04-28 Kim F. Storm <storm@cua.dk>
32028
32029 * ido.el (ido-everywhere): Fix last change.
32030
32031 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32032
32033 * international/latexenc.el: New file.
32034 * international/mule-conf.el (file-coding-system-alist): For .tex,
32035 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32036
32037 2005-04-28 Lute Kamstra <lute@gnu.org>
32038
32039 * font-lock.el (font-lock-add-keywords)
32040 (font-lock-remove-keywords): Clarify docstring.
32041 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32042 Don't start docstrings with a `*'.
32043 (font-lock-update-removed-keyword-alist): Give it a docstring.
32044
32045 * generic-x.el: Update commentary section.
32046 Only require font-lock when compiling.
32047 Define all modes conditionally.
32048 Place all generic modes in the generic-x-modes customization group.
32049 (generic-x-modes): New customization group.
32050 (generic-default-modes, generic-mswindows-modes)
32051 (generic-unix-modes, generic-other-modes): New constants.
32052 (generic-define-mswindows-modes, generic-define-unix-modes):
32053 Update docstrings. Make them obsolete.
32054 (generic-extras-enable-list): New default value. Update docstring.
32055 Improve :type. Change :set function.
32056 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32057 Fix docstring.
32058
32059 * emacs-lisp/generic.el (generic-mode-internal):
32060 Simplify font-lock-defaults.
32061 (define-generic-mode): Fix docstring.
32062
32063 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32064
32065 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32066 font-lock-face property to highlight matches.
32067
32068 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32069
32070 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32071 (cc-define-alist): New variable.
32072 (c-mode): Make it local and initialize it.
32073
32074 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32075 (gdb-exited): New function.
32076 (gdb-annotation-rules): Use it.
32077 (gdb-starting): Set gdb-active-process to t.
32078 (gdb-stopping): Amend doc string.
32079 (gdb-reset): Set gdb-active-process to nil.
32080
32081 * tooltip.el (tooltip-gud-tips): Show the associated #define
32082 directives when a C program under GDB is not executing.
32083
32084 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32085
32086 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32087 font-lock-fontify-syntactic-keywords.
32088
32089 * font-lock.el (font-lock-default-fontify-region): Don't force
32090 parse-sexp-lookup-properties to nil.
32091
32092 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32093
32094 * man.el (man-mode-syntax-table): Set up `:' to have
32095 word-constituent syntax.
32096
32097 2005-04-27 Lute Kamstra <lute@gnu.org>
32098
32099 * novice.el (disable-command): Don't add spurious newlines to the
32100 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32101
32102 2005-04-26 Jay Belanger <belanger@truman.edu>
32103
32104 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32105 than one window before deleting window.
32106
32107 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32108
32109 * shell.el (shell-prompt-pattern): Doc fix.
32110 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32111
32112 * comint.el (comint-prompt-regexp, comint-get-old-input)
32113 (comint-use-prompt-regexp)
32114 (comint-use-prompt-regexp-instead-of-fields)
32115 (comint-replace-by-expanded-history, comint-send-input)
32116 (comint-output-filter, comint-get-old-input-default)
32117 (comint-line-beginning-position, comint-bol, comint-show-output)
32118 (comint-backward-matching-input, comint-forward-matching-input)
32119 (comint-next-prompt, comint-previous-prompt):
32120 Rename `comint-use-prompt-regexp-instead-of-fields' to
32121 `comint-use-prompt-regexp'. Keep old name as alias and declare
32122 obsolete.
32123 (comint-use-prompt-regexp): Shorten first line of doc string.
32124
32125 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32126 Set paragraph-separate buffer locally to "\\'".
32127
32128 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32129 Adapt to above name change.
32130
32131 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32132 (smbclient-prompt-regexp): Ditto.
32133
32134 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32135
32136 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32137
32138 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32139 gdb-location-list.
32140 Break lines that are over 80 characters wide.
32141
32142 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32143
32144 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32145 New fun and var, to preserve compatibility.
32146
32147 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32148
32149 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32150
32151 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32152 name to file-newer-than-file-p.
32153
32154 2005-04-26 Richard M. Stallman <rms@gnu.org>
32155
32156 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32157
32158 * progmodes/python.el (python-mode):
32159 Use new name eldoc-documentation-function.
32160
32161 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32162
32163 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32164 (eldoc-documentation-function):
32165 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32166
32167 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32168
32169 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32170
32171 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32172
32173 * term/xterm.el (function-key-map): Fix strings for
32174 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32175 {C,S,A,C-S}-{f1-f12}.
32176
32177 2005-04-26 Kenichi Handa <handa@m17n.org>
32178
32179 * international/mule-cmds.el (select-safe-coding-system):
32180 Fix previous change.
32181
32182 2005-04-26 Lute Kamstra <lute@gnu.org>
32183
32184 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32185
32186 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32187 (font-lock-comment-delimiter-face): Ditto.
32188
32189 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32190
32191 2005-04-25 Jay Belanger <belanger@truman.edu>
32192
32193 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32194 to t while inserting information; use help-mode.
32195
32196 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32197
32198 * term.el (ansi-term-color-vector): Use the xterm colors.
32199 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32200
32201 2005-04-25 Lute Kamstra <lute@gnu.org>
32202
32203 * font-core.el (font-lock-defaults): Fix docstring.
32204
32205 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32206
32207 2005-04-25 Kenichi Handa <handa@m17n.org>
32208
32209 * international/mule-cmds.el (select-safe-coding-system):
32210 Don't check consistency with coding: spec, etc if raw-text or
32211 no-conversion was found to be safe.
32212
32213 2005-04-24 Richard M. Stallman <rms@gnu.org>
32214
32215 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32216 citation markers at start of each line.
32217
32218 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32219 citation markers at start of each line.
32220
32221 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32222
32223 * files.el (mode-require-final-newline): Fix previous change.
32224 (require-final-newline): Fix type label.
32225
32226 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32227
32228 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32229 statement in buffer (broken by 2004-11-24 change).
32230
32231 2005-04-24 Kim F. Storm <storm@cua.dk>
32232
32233 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32234 and read-file-name-function values. Don't overwrite existing
32235 non-nil values if ido-mode is enabled without ido-everywhere.
32236
32237 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32238
32239 * files.el (mode-require-final-newline): Minor doc fix.
32240
32241 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32242
32243 * subr.el (syntax-after): Doc fix.
32244 (syntax-class): If argument is nil, return nil. Mask off upper 16
32245 bits, not 8 bits.
32246
32247 * files.el (mode-require-final-newline): Doc fix.
32248 (backup-buffer-copy): Fix last change.
32249
32250 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32251
32252 * term/mac-win.el: Require select. Set selection-coding-system to
32253 mac-system-coding-system. Call menu-bar-enable-clipboard.
32254 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32255 (x-select-enable-clipboard): New variables.
32256 (x-select-text, x-get-selection, x-selection-value)
32257 (x-get-selection-value, mac-select-convert-to-string)
32258 (mac-services-open-file, mac-services-open-selection)
32259 (mac-services-insert-text): New functions.
32260 (CLIPBOARD, FIND): Put mac-scrap-name property.
32261 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32262 (public.tiff): Put mac-ostype property.
32263 (selection-converter-alist): Add entries for them.
32264 (mac-application-menu-map): New keymap.
32265 (interprogram-cut-function, interprogram-paste-function): Set to
32266 x-select-text and x-get-selection-value, respectively.
32267 (split-window-keep-point): Set to t.
32268
32269 2005-04-23 Richard M. Stallman <rms@gnu.org>
32270
32271 * files.el (read-directory-name): Always pass non-nil
32272 DEFAULT-FILENAME arg to read-file-name.
32273 (backup-buffer-copy, basic-save-buffer-2): Take care against
32274 writing thru an unexpected existing symlink.
32275 (revert-buffer): In indirect buffer, revert the base buffer.
32276 (magic-mode-alist): Doc fix.
32277 (buffer-stale-function): Doc fix.
32278 (minibuffer-with-setup-hook): Avoid warning.
32279 (mode-require-final-newline): Doc and custom fix.
32280
32281 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32282
32283 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32284 use the default appearance.
32285 (font-lock-comment-delimiter-face): New face, new variable.
32286
32287 * imenu.el (imenu--generic-function): The official position of a
32288 definition is the start of the line that BEG is in.
32289
32290 * midnight.el (midnight-timer): Move defvar up.
32291
32292 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32293
32294 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32295
32296 * startup.el (command-line): Use with-no-warnings.
32297
32298 * window.el (window-size-fixed): New defvar.
32299
32300 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32301
32302 * mail/rmail.el (rmail-font-lock-keywords):
32303 Use font-lock-comment-delimiter-face.
32304
32305 * mail/sendmail.el (mail-font-lock-keywords):
32306 Use font-lock-comment-delimiter-face.
32307
32308 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32309
32310 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32311
32312 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32313 Specify t for LAXMATCH when matching directories.
32314 Save match data around compilation-compat-error-properties form.
32315
32316 2005-04-23 David Kastrup <dak@gnu.org>
32317
32318 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32319 Mention that the autoloaded aliases should be kept for AUCTeX.
32320
32321 2005-04-23 Andreas Schwab <schwab@suse.de>
32322
32323 * isearch.el (isearch-forward): Doc fix.
32324
32325 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32326
32327 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32328 (jit-lock-stealth-nice): Change default value to 0.5.
32329
32330 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32331
32332 * abbrev.el (write-abbrev-file): Write table entries in
32333 alphabetical order by table name.
32334
32335 2005-04-22 Kim F. Storm <storm@cua.dk>
32336
32337 * ido.el (ido-read-internal): Fix `list' completion.
32338
32339 2005-04-22 Kenichi Handa <handa@m17n.org>
32340
32341 * recentf.el (recentf-save-file-coding-system): New variable.
32342 (recentf-save-list): Encode the file by
32343 recentf-save-file-coding-system and add coding: tag.
32344
32345 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32346
32347 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32348
32349 2005-04-21 Lute Kamstra <lute@gnu.org>
32350
32351 * loadhist.el (unload-feature): Don't remove a function from hooks
32352 if it is about to be restored to an autoload . Remove functions
32353 that will become unbound from auto-mode-alist. Simplify the code.
32354
32355 * subr.el (assq-delete-all): New implementation that is linear,
32356 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32357 (rassq-delete-all): New function.
32358
32359 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32360 Add size-indication-mode.
32361
32362 2005-04-21 Kenichi Handa <handa@m17n.org>
32363
32364 * international/mule-cmds.el: Add autoload for widget-value in
32365 eval-when-compile.
32366
32367 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32368
32369 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32370 Add tooltip-mode.
32371
32372 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32373
32374 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32375
32376 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32377 (inferior-lisp-filter-regexp, inferior-lisp-program)
32378 (inferior-lisp-load-command, inferior-lisp-prompt)
32379 (inferior-lisp-mode-hook, lisp-source-modes)
32380 (inferior-lisp-load-hook): defvar->defcustom.
32381 (inferior-lisp-program, inferior-lisp-prompt)
32382 (inferior-lisp-load-hook): Doc fixes.
32383 (inferior-lisp-install-letter-bindings): Small change in
32384 introductory comment.
32385
32386 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32387
32388 * vc.el (vc-annotate-color-map): Change some colors so that text
32389 using them as foreground is readable on both white and black
32390 backgrounds.
32391
32392 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32393
32394 * international/mule-conf.el (translation-table-for-input):
32395 Remove redundant declaration.
32396
32397 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32398
32399 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32400
32401 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32402 (tooltip-toggle-gud-tips): New function.
32403
32404 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32405
32406 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32407 right angle brackets.
32408
32409 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32410
32411 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32412
32413 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32414
32415 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32416 Remove. Update callers to use expand-file-name instead.
32417
32418 * subr.el (syntax-class): New function.
32419
32420 * simple.el (blink-matching-open): Use it.
32421
32422 * paren.el (show-paren-function): Use it to recognize parens that are
32423 also used in 2-char comment markers.
32424
32425 2005-04-19 Lute Kamstra <lute@gnu.org>
32426
32427 * loadhist.el (unload-feature): Update for new format of
32428 load-history. Simplify the code.
32429
32430 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32431
32432 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32433 (mac-add-charset-info): New function. Initialize variable
32434 mac-charset-info-alist using it.
32435 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32436 for translation.
32437 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32438 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32439 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32440 New CCL programs.
32441
32442 2005-04-19 Kim F. Storm <storm@cua.dk>
32443
32444 * simple.el (next-buffer, prev-buffer, next-error)
32445 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32446 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32447
32448 * bindings.el (next-buffer, prev-buffer, next-error)
32449 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32450 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32451 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32452 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32453
32454 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32455
32456 * isearch.el (isearch-edit-string): Make the search-ring available for
32457 minibuffer history commands.
32458 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32459 the default history commands now work just as well.
32460 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32461
32462 2005-04-18 Kim F. Storm <storm@cua.dk>
32463
32464 * emulation/cua-base.el (cua--pre-command-handler): Add more
32465 elaborate check for shift modifier on non-window systems.
32466
32467 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32468
32469 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32470
32471 2005-04-18 Kim F. Storm <storm@cua.dk>
32472
32473 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32474 and make it optional. Don't test tooltip-gud-echo-area here.
32475 (tooltip-gud-process-output, gdb-tooltip-print):
32476 Pass tooltip-gud-echo-area to tooltip-show.
32477 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32478
32479 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32480
32481 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32482 `display-graphic-p' may not be bound yet.
32483
32484 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32485
32486 * startup.el (command-line): No longer enable Xterm Mouse mode by
32487 default in terminals compatible with xterm.
32488
32489 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32490
32491 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32492
32493 * tooltip.el (tooltip-gud-echo-area): Rename from
32494 tooltip-use-echo-area.
32495 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32496 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32497 area independently of where help tooltips are displayed.
32498
32499 2005-04-17 David Kastrup <dak@gnu.org>
32500
32501 * cus-theme.el (custom-theme-write-variables): Quote variables
32502 where necessary.
32503
32504 2005-04-17 Richard M. Stallman <rms@gnu.org>
32505
32506 * simple.el (yank-excluded-properties): Add follow-link to value.
32507
32508 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32509
32510 * startup.el (fancy-splash-max-time): Just 30 seconds.
32511 (fancy-splash-delay): Just 7.
32512 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32513
32514 * loadhist.el (unload-feature): Update for new format of load-history.
32515 Simplify the code.
32516
32517 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32518 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32519
32520 * mail/sendmail.el (mail-font-lock-keywords):
32521 Don't fontify subject text.
32522 Don't fontify the text of a citation.
32523
32524 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32525
32526 * comint.el (comint-output-filter): Run comint-output-filter-functions
32527 with point where the user had it.
32528
32529 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32530
32531 * international/ucs-tables.el (ucs-set-table-for-input):
32532 Disable when using unify-on-decoding.
32533
32534 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32535
32536 * emulation/cua-base.el (cua-global-mark-face): Add special case
32537 for displays supporting a high number of colors.
32538
32539 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32540
32541 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32542
32543 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32544
32545 * filesets.el (filesets-add-buffer): If user supplies a name of a
32546 non-existing fileset, create a new fileset.
32547
32548 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32549
32550 * textmodes/org.el (org-up-heading-all): Fix bug with
32551 `outline-up-heading-all'.
32552
32553 2005-04-16 Andreas Schwab <schwab@suse.de>
32554
32555 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32556 /etc/permissions.d/* and /etc/aliases.d/*.
32557
32558 2005-04-16 Kenichi Handa <handa@m17n.org>
32559
32560 * international/code-pages.el (cp-make-coding-system):
32561 Set `translation-table-for-input' property value to the symbol
32562 ucs-mule-to-mule-unicode, not to that value.
32563 (pt154): Escape guillemet by `\'.
32564
32565 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32566
32567 * loadup.el: Load tooltip if x-show-tip is fboundp.
32568
32569 * startup.el (command-line): Add comment.
32570
32571 * tooltip.el (tooltip-mode): Specify correct standard value for
32572 Custom in init-value.
32573
32574 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32575
32576 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32577 possible.
32578
32579 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32580
32581 * textmodes/org.el (org-agenda-date-prompt): Rename from
32582 `org-agenda-date-today'.
32583 (org-evaluate-time-range): Insert at point instead of directly
32584 after time range.
32585 (org-first-headline-recenter, org-subtree-end-visible-p)
32586 (org-optimize-window-after-visibility-change): New functions
32587 (org-agenda-post-command-hook): Don't allow point at end of line,
32588 to make sure it always hits the text properties.
32589 (org-agenda-next-date-line, org-agenda-previous-date-line):
32590 New commands.
32591 (org-set-regexps-and-options): Category may contain white space.
32592 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32593 Improve marker positions.
32594 (org-agenda-new-marker): Argument POS made optional.
32595 (org-agenda-get-timestamps): Deadlines which are done are listed
32596 in org-done-face now.
32597 (org-agenda-get-todos, org-agenda-get-timestamps)
32598 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32599 Set `undone-face' and `done-face' properties.
32600 (org-last-todo-state-is-todo): New variable.
32601 (org-todo): Set `org-last-todo-state-is-todo'.
32602 (org-agenda-todo): Change face according to
32603 `org-last-todo-state-is-todo'. And change other lines referring to
32604 the same entry.
32605 (org-calendar-goto-agenda): New command.
32606 (org-calendar-to-agenda-key): New option.
32607 (org-startup-folded): New allowed value `content'.
32608 (org-set-regexps-and-options): Accept new value `content' for
32609 `org-startup-folded'.
32610 (org-get-current-options): Handle new value `content' for
32611 `org-startup-folded'.
32612 (org-insert-todo-heading): New command.
32613 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32614 interactively in empty file and option
32615 `org-insert-mode-line-in-empty-file' has been set.
32616 (org-agenda-todo, org-agenda-priority): Modify to use
32617 `org-agenda-change-all-lines'.
32618 (org-warning-face): Change color on dark background.
32619
32620 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32621
32622 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32623 use preferences AppleLocale and AppleLanguages, and variable
32624 mac-system-locale for default locale. On Mac OS Classic, use
32625 mac-system-coding-system for default coding systems.
32626
32627 * term/mac-win.el: Don't set file-name-coding-system.
32628 Decode variables system-name, emacs-build-system, user-login-name, and
32629 user-full-name by mac-system-coding-system on Mac OS Classic.
32630 (mac-system-coding-system): New variable.
32631
32632 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32633
32634 * startup.el (command-line): Handle `xterm-mouse-mode' before
32635 reading init file.
32636
32637 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32638
32639 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32640
32641 * progmodes/sh-script.el (sh-here-document-word): Make it a
32642 defcustom. Doc fix.
32643 (sh-add): Bash uses $(( )) for arithmetic.
32644 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32645 (sh-maybe-here-document): Remove quotes and leading whitespace
32646 from heredoc word when closing. Indent heredoc with tabs if word
32647 starts with "-".
32648
32649 2005-04-13 Richard M. Stallman <rms@gnu.org>
32650
32651 * simple.el (undo): Fix previous change.
32652
32653 * custom.el (defface): Doc fix.
32654
32655 2005-04-13 Lute Kamstra <lute@gnu.org>
32656
32657 * Makefile.in (DONTCOMPILE): Remove list.
32658 (compile, compile-always): Don't use DONTCOMPILE.
32659 (update-authors): Load the library in which batch-update-authors
32660 is defined.
32661 * makefile.w32-in (DONTCOMPILE): Remove list.
32662 (compile, compile-always): Fix comments.
32663 (update-authors): Load the library in which batch-update-authors
32664 is defined.
32665
32666 * generic-x.el (generic-mode-ini-file-find-file-hook):
32667 Rename to ini-generic-mode-find-file-hook.
32668 Keep generic-mode-ini-file-find-file-hook as an alias.
32669 (ini-generic-mode-find-file-hook): Rename from
32670 generic-mode-ini-file-find-file-hook. Fix docstring.
32671 (ini-generic-mode): Docstring change.
32672 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32673
32674 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32675 called from lisp.
32676
32677 * generic.el: Move to the emacs-lisp subdir.
32678
32679 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32680
32681 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32682 and C-S- function and cursor motion keys.
32683
32684 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32685
32686 * startup.el (command-line): Enable Xterm Mouse mode by default.
32687 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32688 for Custom. No longer show "Mouse" in mode line when enabled.
32689 Doc fix.
32690
32691 2005-04-12 Kim F. Storm <storm@cua.dk>
32692
32693 * emulation/cua-base.el (cua-rectangle-face)
32694 (cua-rectangle-noselect-face): Define face attributes here.
32695
32696 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32697
32698 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32699
32700 * startup.el (command-line): Turn off blinking cursor if
32701 cursorBlink in resources is off or false.
32702
32703 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32704
32705 * term/mac-win.el (dnd): Require dnd.
32706 (mac-drag-n-drop): Call dnd-handle-one-url.
32707 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32708 (kTextEncodingISOLatin2): Remove constants.
32709 (mac-script-code-coding-systems): New constant.
32710 (mac-handle-language-change): New function.
32711 (special-event-map): Bind it to `language-change' event.
32712 (mac-centraleurroman, mac-cyrillic): New coding systems.
32713 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32714 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32715 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32716 encode-mac-cyrillic, respectively.
32717
32718 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32719
32720 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32721 Don't set overlay-arrow-string to "=>" as this is done
32722 globally in C now.
32723
32724 2005-04-12 Lute Kamstra <lute@gnu.org>
32725
32726 * generic-x.el (rc-generic-mode, rul-generic-mode):
32727 Fix auto-mode-alist entries.
32728 (etc-fstab-generic-mode): Tweak fontification.
32729
32730 * generic.el (generic-make-keywords-list): Fix docstring.
32731 (generic-mode-internal): Simplify generic-font-lock-keywords.
32732
32733 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32734
32735 * whitespace.el (whitespace-buffer-leading)
32736 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32737 However, fix the highlight area for the leading and
32738 trailing whitespaces to show space.
32739
32740 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32741
32742 * whitespace.el (whitespace-version): Bump to 3.5.
32743
32744 (whitespace-buffer-leading, whitespace-buffer-trailing):
32745 Invert sense of the test to highlight the whitespace.
32746
32747 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32748
32749 * progmodes/gud.el (gud-display-line): GUD uses its own
32750 overlay arrow now so don't set overlay-arrow-string.
32751 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32752
32753 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32754
32755 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32756 (term-ansi-current-reverse, term-ansi-current-invisible)
32757 (term-ansi-face-already-done): Change to boolean.
32758 (term-reset-terminal, term-handle-colors-array): Handle the above
32759 vars accordingly.
32760 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32761 (term-emulate-terminal): Use the new name.
32762
32763 * faces.el (secondary-selection): Use yellow1, not yellow.
32764 (trailing-whitespace): Use red1, not red.
32765
32766 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32767
32768 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32769 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32770 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32771
32772 * cus-edit.el (dnd): New group.
32773
32774 * term/w32-win.el (dnd): Require dnd
32775 (w32-drag-n-drop): Call dnd-handle-one-url.
32776
32777 * x-dnd.el: Require dnd.
32778 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32779 Call dnd-handle-one-url.
32780 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32781 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32782 to dnd-insert-text.
32783 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32784 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32785 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32786 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32787
32788 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32789
32790 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32791
32792 * wdired.el: Doc fixes.
32793 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32794 (wdired-use-dired-vertical-movement): Rename from
32795 wdired-always-move-to-filename-beginning.
32796 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32797 (wdired-change-to-wdired-mode): Change mode name.
32798 (wdired-newline): Delete.
32799
32800 2005-04-11 Richard M. Stallman <rms@gnu.org>
32801
32802 * whitespace.el (whitespace-highlight-the-space):
32803 Don't call whitespace-unhighlight-the-space here.
32804
32805 * simple.el (undo): Record t in undo-equiv-table
32806 for the redo record made by an undo-in-region.
32807
32808 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32809
32810 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32811 (gdb-frame-inferior-io-buffer): New Functions to control
32812 display of separate IO buffer.
32813 (menu): Add them to menu-bar.
32814 (gdb-display-buffer): Check for buffer another frame.
32815 Protect GUD buffer.
32816 (gdb-setup-windows): Create IO buffer if not already there.
32817 (gdb-memory-mode): Remove purecopy noops.
32818
32819 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32820
32821 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32822 and pass to self-insert-command.
32823
32824 2005-04-11 Lute Kamstra <lute@gnu.org>
32825
32826 * generic.el: Commentary section cleanup.
32827 (generic): Delete.
32828 (generic-use-find-file-hook, generic-lines-to-scan)
32829 (generic-find-file-regexp, generic-ignore-files-regexp)
32830 (default-generic-mode, generic-mode-find-file-hook)
32831 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32832 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32833 (generic-use-find-file-hook, generic-lines-to-scan)
32834 (generic-find-file-regexp, generic-ignore-files-regexp)
32835 (default-generic-mode, generic-mode-find-file-hook)
32836 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32837
32838 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32839
32840 * bookmark.el (bookmark-write-file): Catch errors writing file.
32841 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32842
32843 2005-04-10 Richard M. Stallman <rms@gnu.org>
32844
32845 * startup.el (fancy-splash-tail): Update copyright year.
32846 (command-line): Split part of -Q into -D.
32847 (emacs-basic-display): New defvar.
32848 (fancy-splash-text): Correct name of menu item.
32849
32850 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32851
32852 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32853 lines in one node.
32854
32855 * comint.el (comint-send-input): New arg ARTIFICIAL.
32856 Callers in this file changed.
32857
32858 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32859
32860 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32861
32862 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32863
32864 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32865 `ldap-search-internal'.
32866
32867 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32868
32869 * files.el (set-auto-mode-1): Use line-end-position.
32870
32871 * international/latin-1.el:
32872 * international/latin-2.el:
32873 * international/latin-3.el:
32874 * international/latin-4.el:
32875 * international/latin-5.el:
32876 * international/latin-8.el:
32877 * international/latin-9.el: Give punctuation syntax to NBSP.
32878
32879 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32880 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32881 Use char-classes to accept non-ascii letters, accepted in some recent
32882 bibtex implementations.
32883
32884 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32885
32886 * custom.el (custom-set-minor-mode): Any non-nil value for the
32887 variable should enable the mode when set through Custom.
32888
32889 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32890
32891 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32892 TAB binding so tab-always-indent is obeyed.
32893 (vhdl-minibuffer-local-map): Move initialization into declaration.
32894 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32895 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32896 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32897 (vhdl-current-line): Use line-beginning-position.
32898 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32899 with-output-to-temp-buffer, so the current position can be recorded.
32900
32901 2005-04-10 Masatake YAMATO <jet@gyve.org>
32902
32903 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32904 Add regexp for gcov.
32905
32906 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32907
32908 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32909 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32910 syntax which Emacs 20 doesn't support.
32911
32912 2005-04-09 Richard M. Stallman <rms@gnu.org>
32913
32914 * help.el (describe-key-briefly, describe-key):
32915 Replace strings as event types with "(any string)".
32916
32917 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32918
32919 * arc-mode.el (archive-mode-map): Move initialization into
32920 the declaration. Override *all* bindings of `undo'.
32921 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32922
32923 2005-04-09 Jay Belanger <belanger@truman.edu>
32924
32925 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32926
32927 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32928
32929 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32930 (xterm-register-default-colors): Update color values computation
32931 to match xterm-200.
32932
32933 2005-04-09 Kenichi Handa <handa@m17n.org>
32934
32935 * international/code-pages.el (iso-latin-7): Fix the map.
32936
32937 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32938
32939 * emacs-lisp/lisp.el (defun-prompt-regexp)
32940 (parens-require-spaces, buffer-end, end-of-defun)
32941 (insert-parentheses): Doc fixes.
32942
32943 2005-04-08 Kim F. Storm <storm@cua.dk>
32944
32945 * comint.el (comint-highlight-prompt): Fix face spec.
32946 * hi-lock.el (hi-green): Likewise.
32947
32948 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32949
32950 * cus-edit.el (custom-modified-face):
32951 * comint.el (comint-highlight-input): Fix previous changes.
32952 * term.el (term-handle-ansi-escape): Add a comment.
32953
32954 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32955
32956 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32957 in the buffer and in whitespace-highlighted-space.
32958 (whitespace-unhighlight-the-space): Simplify.
32959 (whitespace-buffer): Simplify.
32960
32961 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32962
32963 * textmodes/table.el (table-cell-face): Add special case for
32964 displays supporting a high number of colors.
32965 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32966 (vhdl-font-lock-reserved-words-face)
32967 (vhdl-speedbar-architecture-face)
32968 (vhdl-speedbar-instantiation-face)
32969 (vhdl-speedbar-architecture-selected-face)
32970 (vhdl-speedbar-instantiation-selected-face): Likewise.
32971 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32972 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32973 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32974 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32975 (ebrowse-progress-face): Likewise.
32976 * progmodes/compile.el (compilation-info-face): Likewise.
32977 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32978 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32979 * calendar/calendar.el (diary-face): Likewise.
32980 * woman.el (woman-italic-face, woman-bold-face)
32981 (woman-unknown-face): Likewise.
32982 * wid-edit.el (widget-button-pressed-face): Likewise.
32983 * whitespace.el (whitespace-highlight-face): Likewise.
32984 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32985 * pcvs-info.el (cvs-marked-face): Likewise.
32986 * info.el (info-xref): Likewise.
32987 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32988 * hilit-chg.el (highlight-changes-face)
32989 (highlight-changes-delete-face): Likewise.
32990 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32991 (hi-red-b): Likewise.
32992 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32993 * font-lock.el (font-lock-keyword-face)
32994 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32995 * cus-edit.el (custom-invalid-face, custom-modified-face)
32996 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32997 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32998 * comint.el (comint-highlight-prompt): Likewise.
32999
33000 2005-04-08 Lute Kamstra <lute@gnu.org>
33001
33002 * font-lock.el (font-lock-keywords): Docstring fixes.
33003
33004 2005-04-08 Kenichi Handa <handa@m17n.org>
33005
33006 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33007 chars are more than a limit, print " and more..." at the tail.
33008
33009 2005-04-08 Kim F. Storm <storm@cua.dk>
33010
33011 * emacs-lisp/authors.el (authors-aliases): Update list.
33012 (authors-ignored-files): New list.
33013 (authors-fixed-entries): Fix typo.
33014 (authors-renamed-files-alist): Update list.
33015 (authors-add): Check authors-ignored-files.
33016
33017 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33018
33019 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33020 optional, to ensure backward compatibility.
33021
33022 2005-04-08 Stephen Eglen <stephen@gnu.org>
33023
33024 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33025
33026 2005-04-08 Kim F. Storm <storm@cua.dk>
33027
33028 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33029
33030 * mouse.el (mouse-on-link-p): Doc fix.
33031
33032 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33033
33034 * ielm.el (ielm-prompt-read-only): Doc fix.
33035
33036 * comint.el (comint-prompt-read-only): Doc fix.
33037
33038 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33039
33040 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33041 ensure dired always handles wildcards passed to ffap.
33042 (find-file-at-point): Use it.
33043 (ffap-dired-wildcards): Doc fix.
33044
33045 2005-04-07 Juri Linkov <juri@jurta.org>
33046
33047 * simple.el (next-error-overlay-arrow-position): New defvar.
33048 Put "=>" on its property `overlay-arrow-string'. Add it to
33049 `overlay-arrow-variable-list'.
33050
33051 * progmodes/compile.el (compilation-setup):
33052 Set `next-error-overlay-arrow-position' to nil. Also set it to
33053 nil in the local hook `kill-buffer-hook'. Make local variable
33054 `overlay-arrow-string' and set it to "=>".
33055 (compilation-goto-locus): Set BOL position to
33056 `next-error-overlay-arrow-position' instead of
33057 `overlay-arrow-position'.
33058
33059 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33060 locally instead of adding it to the global hook.
33061 (Info-kill-buffer): Move up.
33062
33063 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33064
33065 * term/xterm.el (xterm-standard-colors): Update color values from
33066 xterm-200.
33067
33068 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33069
33070 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33071
33072 * fast-lock.el:
33073 * lazy-lock.el: Move them to the obsolete subdir.
33074
33075 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33076
33077 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33078 (wdired-add-replace-advice): Remove.
33079 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33080
33081 2005-04-06 Kim F. Storm <storm@cua.dk>
33082
33083 * startup.el (command-line): Add --bare-bones alias for -Q.
33084
33085 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33086
33087 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33088 create the startup fontset if a font specification ends with
33089 `mac-roman'.
33090
33091 2005-04-06 Lute Kamstra <lute@gnu.org>
33092
33093 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33094 change.
33095
33096 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33097 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33098
33099 2005-04-05 Lute Kamstra <lute@gnu.org>
33100
33101 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33102 (define-generic-mode): Ditto. Fix debug declaration.
33103
33104 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33105 Put them in the generic-x group.
33106
33107 * calendar/timeclock.el (timeclock): Doc fix.
33108
33109 * generic.el (define-generic-mode): Don't use custom-current-group.
33110 Document default :group value.
33111 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33112 (define-global-minor-mode): Don't use custom-current-group.
33113
33114 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33115
33116 * startup.el (command-line-1): Display startup-echo-area-message
33117 when fancy splash screen is in use.
33118
33119 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33120 (sh-escaped-newline): New face.
33121 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33122 newline, and use sh-escaped-newline face.
33123
33124 * progmodes/tcl.el (tcl-escaped-newline): New face.
33125 (tcl-builtin-list): New variable.
33126 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33127 newlines. Fix keywords subexpression number.
33128
33129 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33130
33131 * textmodes/org.el (org-diary-default-entry): Fix call to
33132 `add-to-diary-entry'.
33133
33134 2005-04-05 Kim F. Storm <storm@cua.dk>
33135
33136 * ediff-init.el: Use (featurep 'xemacs).
33137
33138 2005-04-05 David Ponce <david@dponce.com>
33139
33140 * cus-edit.el (face): Derive from symbol widget. Display sample
33141 of the current face on the fly.
33142 (widget-face-sample-face-get, widget-face-notify): New functions.
33143 (widget-face-value-create): Remove.
33144
33145 * wid-edit.el (widget-field-end): Temporarily remove field
33146 narrowing before to call `get-char-property'.
33147
33148 2005-04-04 Jay Belanger <belanger@truman.edu>
33149
33150 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33151 (math-read-subscripts): New variable.
33152 (math-read-preprocess-string): Process subscripts.
33153
33154 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33155
33156 * comint.el (comint-prompt-read-only): Doc fix.
33157
33158 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33159 `-1'. Doc fix.
33160
33161 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33162
33163 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33164 Change default value to nil.
33165
33166 2005-04-04 Lute Kamstra <lute@gnu.org>
33167
33168 * autorevert.el (auto-revert-mode): Specify :group.
33169 * battery.el (display-battery-mode): Specify :group.
33170 * diff-mode.el (diff-minor-mode): Specify :group.
33171 * font-core.el (font-lock-mode): Specify :group.
33172 * hl-line.el (hl-line-mode): Specify :group.
33173 * iimage.el (iimage): New customization group.
33174 (iimage-mode): Specify :group.
33175 * longlines.el (longlines-mode): Specify :group.
33176 * master.el: Don't require easy-mmode.
33177 (master): New customization group.
33178 (master-mode): Specify :group.
33179 * msb.el (msb-mode): Specify :group.
33180 * reveal.el (reveal-mode): Specify :group.
33181 * simple.el (next-error-follow-minor-mode): Specify :group.
33182 * smerge-mode.el (smerge-mode): Specify :group.
33183 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33184 * emulation/cua-base.el (cua-mode): Specify :group.
33185 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33186 * language/thai-util.el (thai-auto-composition-mode)
33187 (thai-word-mode): Specify :group.
33188 * mail/supercite.el (sc-minor-mode): Specify :group.
33189 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33190 * progmodes/flymake.el (flymake-mode): Specify :group.
33191 * progmodes/glasses.el (glasses-mode): Specify :group.
33192 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33193 * textmodes/enriched.el (enriched-mode): Specify :group.
33194 * textmodes/refill.el (refill-mode): Specify :group.
33195
33196 * add-log.el (change-log-font-lock-keywords): Names in
33197 parenthesized lists can contain spaces.
33198
33199 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33200
33201 * startup.el (fancy-splash-text): Shorten default text of
33202 "Emacs Tutorial" line. Also, if the current language env
33203 indicates an available tutorial file other than TUTORIAL,
33204 extract its title and append it to the line in parentheses.
33205 (fancy-splash-insert): If arg is a thunk, funcall it.
33206
33207 2005-04-04 Jay Belanger <belanger@truman.edu>
33208
33209 * calc.el (calc-language-alist): Add tags to customization type.
33210
33211 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33212
33213 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33214 Doc fix.
33215
33216 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33217
33218 * add-log.el (change-log-font-lock-keywords): The manual
33219 describing a Change Log entry, says: (...) "Aside from these
33220 header lines, every line in the change log starts with a space or
33221 a tab.". The font-lock was not highlighting lines started with
33222 spaces, added support for it.
33223
33224 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33225
33226 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33227 (bibtex-generate-url-list): Update docstring accordingly. Put the
33228 complex example in the docstring.
33229 (bibtex-font-lock-url): Use pop.
33230
33231 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33232
33233 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33234
33235 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33236
33237 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33238
33239 * filesets.el (filesets-set-default): Doc fix.
33240
33241 2005-04-03 Lute Kamstra <lute@gnu.org>
33242
33243 * generic.el (define-generic-mode): Add argument to specify
33244 keywords for defcustom.
33245 (default-generic-mode): Specify :group.
33246
33247 * generic-x.el: Specify :group for all generic modes.
33248
33249 * desktop.el (desktop-no-desktop-file-hook)
33250 (desktop-after-read-hook): Doc fix.
33251
33252 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33253
33254 * simple.el (visible-mode): Use explicit :group keyword.
33255 This changes the group of `visible-mode-hook' from paren-blinking
33256 to editing-basics.
33257
33258 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33259
33260 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33261 mailbox specifications as well as URLs.
33262 (rmail-insert-inbox-text): Remove unused conditional branches.
33263
33264 2005-04-01 Jay Belanger <belanger@truman.edu>
33265
33266 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33267 (calc-gnuplot-print-command): Move definitions to calc.el.
33268
33269 * calc/calc-embed.el (calc-embedded-announce-formula)
33270 (calc-embedded-open-formula, calc-embedded-close-formula)
33271 (calc-embedded-open-word, calc-embedded-close-word)
33272 (calc-embedded-open-plain, calc-embedded-close-plain)
33273 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33274 (calc-embedded-open-mode, calc-embedded-close-mode):
33275 Move definitions to calc.el.
33276
33277 * calc/calc.el (calc-settings-file, calc-language-alist):
33278 Make customizable.
33279 (calc-embedded-announce-formula, calc-embedded-open-formula)
33280 (calc-embedded-close-formula, calc-embedded-open-word)
33281 (calc-embedded-close-word, calc-embedded-open-plain)
33282 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33283 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33284 (calc-embedded-close-mode, calc-gnuplot-name)
33285 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33286 from other files and make customizable.
33287
33288 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33289
33290 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33291 Use buffer-live-p.
33292 (cvs-mode-run): Don't call cvs-update-header here.
33293 (cvs-run-process): Call cvs-update-header.
33294 Use process properties for cvs-postprocess and cvs-buffer so that
33295 the sentinel can behave better if the temp buffer is killed.
33296 Use a pipe rather than a tty, to better handle unexpected prompts.
33297 (cvs-sentinel): Rewrite. Call cvs-update-header.
33298
33299 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33300
33301 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33302 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33303
33304 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33305
33306 * generic.el (define-generic-mode): Add indentation rule.
33307
33308 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33309
33310 * files.el (mode-require-final-newline): Make Custom correctly
33311 report a nil value and allow to set it to nil via Custom.
33312 Doc fix.
33313
33314 2005-04-01 Kenichi Handa <handa@m17n.org>
33315
33316 * international/characters.el: Enable the correct case setting for
33317 dotless-i and dotted-I.
33318
33319 2005-04-01 Kim F. Storm <storm@cua.dk>
33320
33321 * ido.el (ido-file-internal): Fall back to non-ido command if
33322 initial directory is on slow ftp (or tramp) host.
33323
33324 2005-03-31 Richard M. Stallman <rms@gnu.org>
33325
33326 * emacs-lisp/autoload.el (make-autoload):
33327 Handle define-global-minor-mode.
33328
33329 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33330 Rename from easy-mmode-define-global-mode.
33331 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33332
33333 * progmodes/scheme.el (scheme-mode-syntax-table):
33334 Update syntax of | and # for two-character comment syntax.
33335
33336 2005-03-31 Lute Kamstra <lute@gnu.org>
33337
33338 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33339 (define-minor-mode): Call custom-current-group at load-time.
33340
33341 * generic.el (define-generic-mode): Add debug declaration.
33342 Add defcustom for the mode hook.
33343 (generic-mode-internal): Use run-mode-hooks.
33344
33345 2005-03-31 Kim F. Storm <storm@cua.dk>
33346
33347 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33348 (mouse-fixup-help-message): New defun called by show_help_echo
33349 to fixup mouse-2 prefix in help messages when applicable.
33350
33351 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33352
33353 2005-03-31 Kenichi Handa <handa@m17n.org>
33354
33355 * language/thai-word.el (thai-find-word-ends): Pay attention to
33356 the case that we reach the end of buffer.
33357
33358 * textmodes/fill.el (fill-text-properties-at): New function.
33359 (fill-newline): Use fill-text-properties-at instead of
33360 text-properties-at.
33361
33362 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33363
33364 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33365 not comint-quote-filename.
33366
33367 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33368
33369 * help-fns.el (help-with-tutorial): Revert last change.
33370
33371 2005-03-31 Kim F. Storm <storm@cua.dk>
33372
33373 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33374
33375 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33376
33377 * calendar/cal-china.el: Update reference to "Calendrical
33378 Calculations" book; there's a new edition.
33379 * calendar/cal-coptic.el: Likewise.
33380 * calendar/cal-french.el: Likewise.
33381 * calendar/cal-hebrew.el: Likewise.
33382 * calendar/cal-islam.el: Likewise.
33383 * calendar/cal-iso.el: Likewise.
33384 * calendar/cal-julian.el: Likewise.
33385 * calendar/cal-mayan.el: Likewise.
33386 * calendar/cal-persia.el: Likewise.
33387 * calendar/calendar.el: Likewise.
33388 * calendar/holidays.el: Likewise.
33389 * calendar/lunar.el: Likewise.
33390 * calendar/solar.el: Likewise.
33391
33392 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33393 white space from doc string.
33394
33395 2005-03-30 Jay Belanger <belanger@truman.edu>
33396
33397 * calc/calc-help.el (calc-full-help): Remove email address.
33398
33399 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33400
33401 * help-fns.el (help-with-tutorial): Delete title line.
33402
33403 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33404
33405 * calendar/cal-x.el (calendar-one-frame-setup)
33406 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33407 rather than `symbol' for set-window-dedicated-p.
33408
33409 * calendar/appt.el (appt-buffer-name): Make it a constant.
33410 (appt-add): Doc fix.
33411
33412 * filesets.el (filesets-menu-path, filesets-menu-before)
33413 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33414 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33415 (filesets-add-submenu): Delete and use add-submenu instead.
33416
33417 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33418
33419 * textmodes/org.el (org-agenda-phases-of-moon)
33420 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33421 (org-agenda-goto-calendar): New commands.
33422 (org-diary-default-entry): New function.
33423 (org-get-entries-from-diary): Better parsing of diary entries.
33424 (org-agenda-check-no-diary): New function.
33425 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33426 linking to diary entries.
33427 (org-agenda-execute-calendar-command): New function.
33428 (org-agenda): Improve visible section in window.
33429 Use `org-fit-agenda-window'.
33430 (org-fit-agenda-window): New option.
33431 (org-move-subtree-down): Better handling of empty lines
33432 at end of subtree.
33433 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33434 levels up.
33435 (org-fontify-done-headline): New option.
33436 (org-headline-done-face): New face.
33437 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33438 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33439 When current field is non-empty, it is copied to next row.
33440 (org-table-copy-from-above): Fix bug which made it
33441 impossible to copy fields containing only a single non-white character.
33442
33443 2005-03-30 Kim F. Storm <storm@cua.dk>
33444
33445 * kmacro.el (kmacro-end-macro): Isearch may store this command
33446 into the macro -- so ignore it when executing keyboard macro.
33447
33448 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33449
33450 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33451
33452 2005-03-29 Kenichi Handa <handa@m17n.org>
33453
33454 * language/thai.el ("Thai"): Set setup-function and exit-function
33455 for Thai language environment.
33456
33457 * language/thai-util.el: Require thai-word.
33458 (thai-word-mode-map): New variable.
33459 (thai-word-mode): New minor mode.
33460 (setup-thai-language-environment-internal): New function.
33461 (exit-thai-language-environment-internal): New function.
33462
33463 * language/thai-word.el (thai-word-table): Declare it by defvar,
33464 use dolist to initialize it.
33465 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33466 (thai-fill-find-break-point): New functions.
33467
33468 2005-03-29 Richard M. Stallman <rms@gnu.org>
33469
33470 * simple.el (idle-update-delay): Move definition up.
33471 (set-mark): Doc fix.
33472
33473 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33474
33475 * longlines.el: New file.
33476
33477 * simple.el (buffer-substring-filters): New variable.
33478 (filter-buffer-substring): New function.
33479 (kill-region, copy-region-as-kill): Use it.
33480
33481 * register.el (copy-to-register, append-to-register)
33482 (prepend-to-register): Use filter-buffer-substring.
33483
33484 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33485
33486 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33487 (gud-filter-pending-text): Move in front of gdb.
33488 (gud-overlay-arrow-position): New variable.
33489 (gud-sentinel, gud-display-line): Use it in place of
33490 overlay-arrow-position.
33491
33492 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33493
33494 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33495 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33496 (fortran-font-lock-keywords-4): New variable.
33497 (fortran-blocks-re, fortran-end-block-re)
33498 (fortran-start-block-re): New constants, for hideshow.
33499 (hs-special-modes-alist): Add a Fortran entry.
33500 (fortran-mode-map): Bind fortran-end-of-block,
33501 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33502 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33503 (fortran-looking-at-if-then, fortran-end-of-block)
33504 (fortran-beginning-of-block): New functions, for hideshow.
33505
33506 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33507 Doc fix. Tweak regexp.
33508 (f90-beginning-of-block): Push mark first.
33509
33510 2005-03-29 Jay Belanger <belanger@truman.edu>
33511
33512 * calc/calc.el: Update copyright date.
33513 (calc-version): Increase to 2.1.
33514 (calc-version-date): Remove.
33515
33516 * calc/calc-help.el: Update copyright date.
33517 (calc-full-help): Remove reference to calc-version-date.
33518 Update copyright date.
33519
33520 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33521
33522 * vc.el (vc-do-command): Use a pipe for async processes, so password
33523 prompts don't show up at places where the user can't reply.
33524
33525 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33526
33527 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33528 on the file name we pass to the inferior shell.
33529
33530 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33531
33532 * progmodes/which-func.el (which-function): Be robust in the face of an
33533 imenu--make-index-alist failure.
33534
33535 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33536
33537 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33538
33539 * progmodes/python.el (python-preoutput-filter): Fix last change.
33540
33541 2005-03-29 Lute Kamstra <lute@gnu.org>
33542
33543 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33544 functions and compiled macros.
33545 (debug-convert-byte-code): Handle macros too.
33546 (debug-on-entry-1): Don't signal an error when trying to clear a
33547 function that is not set to debug on entry.
33548
33549 2005-03-29 Jay Belanger <belanger@truman.edu>
33550
33551 * calc/calc-lang.el: Add functions to math-function-table
33552 properties of tex and math.
33553
33554 2005-03-29 Kenichi Handa <handa@m17n.org>
33555
33556 * ps-mule.el (ps-mule-plot-string): Translate characters by
33557 ps-print-translation-table.
33558 (ps-mule-begin-job): Call find-charset-region/string with
33559 ps-print-translation-table.
33560 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33561
33562 * ps-print.el (ps-print-translation-table): New variable.
33563 (ps-plot-region): Translate characters by ps-print-translation-table.
33564
33565 2005-03-29 Juri Linkov <juri@jurta.org>
33566
33567 * simple.el (next-error-highlight-timer): New variable.
33568
33569 * progmodes/compile.el (compilation-goto-locus):
33570 Use `next-error-highlight-timer' instead of `sit-for'.
33571
33572 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33573
33574 * mail/supercite.el (sc-mail-field): Use assoc-string.
33575 (sc-get-address): Simplify regexps.
33576
33577 * files.el (minibuffer-with-setup-hook): New macro.
33578 (find-file-read-args): Use it to avoid let-binding
33579 minibuffer-with-setup-hook (which breaks turning on/off
33580 file-name-shadow-mode while in the prompt).
33581
33582 * complete.el (PC-read-include-file-name-internal):
33583 Use test-completion.
33584
33585 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33586
33587 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33588
33589 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33590
33591 * window.el (window-buffer-height): Use count-screen-lines.
33592
33593 * progmodes/python.el (python-preoutput-leftover): New var.
33594 (python-preoutput-filter): Use it.
33595 (python-send-receive): Loop until all the result has been received.
33596
33597 2005-03-28 Juri Linkov <juri@jurta.org>
33598
33599 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33600
33601 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33602 "Recover Crashed Session".
33603 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33604 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33605 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33606 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33607 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33608 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33609 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33610 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33611
33612 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33613 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33614 Ediff Sessions", "Toggle use of separate control buffer frame",
33615 "Use separate frame for Ediff control buffer".
33616
33617 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33618 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33619 "Rename Bookmark", "Delete Bookmark".
33620
33621 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33622 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33623 Add `:active Info-index-alternatives' to "Next Matching Item".
33624
33625 * wdired.el (wdired-change-to-wdired-mode):
33626 Mention `wdired-abort-changes' key in the initial message.
33627
33628 * international/mule.el (auto-coding-alist): Associate non-ascii
33629 image filename extensions with `no-conversion'.
33630
33631 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33632
33633 * international/iso-acc.el:
33634 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33635
33636 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33637
33638 * textmodes/sgml-mode.el (html-mode): Doc update.
33639
33640 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33641
33642 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33643
33644 * term.el (term-move-columns): Fix face after extending a line.
33645 (term-insert-spaces): Likewise.
33646 (term-reset-terminal): Fix off by one error.
33647
33648 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33649
33650 * international/mule.el (auto-coding-alist): Add .xpi files.
33651
33652 * files.el (auto-mode-alist): Add .xpi files.
33653
33654 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33655
33656 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33657
33658 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33659
33660 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33661
33662 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33663
33664 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33665 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33666
33667 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33668 cursor to Jan 1 when needed.
33669 (calendar-end-of-year): Fix -/+ typo.
33670 Reported by Chong Yidong <cyd@stupidchicken.com>.
33671
33672 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33673
33674 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33675
33676 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33677 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33678
33679 2005-03-25 Richard M. Stallman <rms@gnu.org>
33680
33681 * filesets.el (filesets-init): Add autoload.
33682
33683 * mail/mailalias.el (mail-directory): Doc fix.
33684
33685 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33686
33687 * mail/mailalias.el (mail-directory-process): Do nothing if
33688 mail-directory-process is an atom.
33689 (mail-get-names): Ignore mail-directory-names if it is an atom.
33690 (mail-directory-process defvar): Doc fix.
33691 (mail-names): Doc fix.
33692
33693 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33694
33695 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33696
33697 2005-03-26 Kenichi Handa <handa@m17n.org>
33698
33699 * international/mule-util.el (detect-coding-with-priority):
33700 Call update-coding-systems-internal before detect-coding-region.
33701
33702 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33703
33704 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33705 (gdb-frames-mode-map): Add follow-link property.
33706
33707 2005-03-25 Jay Belanger <belanger@truman.edu>
33708
33709 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33710 for variables.
33711
33712 2005-03-25 Juri Linkov <juri@jurta.org>
33713
33714 * image-mode.el: Optimize image filename extension regexps in
33715 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33716 in `auto-mode-alist'.
33717 (image-mode): Add `image-toggle-display-text' to local hook
33718 `change-major-mode-hook'. Display the image as an image by
33719 default. Set `cursor-type' and `truncate-lines' if the image
33720 is already displayed. Take into account the current mode (image
33721 or text) in message.
33722 (image-minor-mode): New minor mode.
33723 (image-mode-maybe, image-toggle-display-text): New functions.
33724 (image-toggle-display): Use called-interactively-p.
33725 Let-bind `inhibit-read-only' to t.
33726
33727 * image-mode.el (image-minor-mode): Set `cursor-type' and
33728 `truncate-lines' if the image is already displayed. Add turning
33729 image-minor-mode off to `change-major-mode-hook'. Add message.
33730 Call `image-toggle-display-text' after turning image-minor-mode off.
33731
33732 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33733
33734 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33735 Terminal.app, use utf-8.
33736 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33737 (set-locale-environment): Use it.
33738
33739 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33740
33741 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33742
33743 * progmodes/python.el (python-close-block-statement-p)
33744 (python-outdent-p, python-current-defun): Use symbol-end.
33745
33746 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33747
33748 * files.el (save-some-buffers): Doc fix.
33749
33750 2005-03-25 Werner Lemberg <wl@gnu.org>
33751
33752 * complete.el, thumbs.el: Replace `legal' with `valid'.
33753 * calendar/calendar.el: Replace `legal' with `valid'.
33754 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33755 * mail/supercite.el: Replace `legal' with `valid'.
33756 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33757 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33758 Replace `legal' with `valid'.
33759 * textmodes/reftex-vars.el, textmodes/reftex.el:
33760 Replace `legal' with `valid'.
33761
33762 2005-03-25 Werner Lemberg <wl@gnu.org>
33763
33764 * calc/calc-forms.el, calc/calc-sel.el
33765 * midnight.el, vc-cvs.el
33766 * emacs-lisp/cl-macs.el
33767 * emulation/vip.el
33768 * eshell/esh-io.el, eshell/esh-var.el
33769 * mail/supercite.el
33770 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33771 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33772 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33773 * progmodes/sh-script.el, progmodes/xscheme.el
33774 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33775 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33776 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33777 * textmodes/reftex.el, textmodes/org.el:
33778 Replace `illegal' with `invalid'.
33779
33780 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33781
33782 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33783 (flymake-find-buildfile, flymake-find-possible-master-files)
33784 (flymake-check-include, flymake-parse-line): Replace loops over the
33785 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33786
33787 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33788 Substitute file-name-as-directory in the rest of the file.
33789 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33790 (flymake-replace-region): Remove unused arg `buffer'.
33791 (flymake-check-patch-master-file-buffer): Update calls to it.
33792 (flymake-add-err-info): Remove unused var `count'.
33793 (flymake-mode): Use define-minor-mode.
33794
33795 * progmodes/flymake.el: Use with-current-buffer.
33796 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33797 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33798 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33799 Avoid testing for `xemacs'.
33800 (flymake-nop): Move.
33801 (flymake-region-has-flymake-overlays): Return the computed value.
33802 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33803 Remove unused var `endline'.
33804 (flymake-get-line-count): Remove unused function.
33805 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33806
33807 * emulation/vi.el:
33808 * generic.el:
33809 * hilit-chg.el (global-highlight-changes):
33810 * hi-lock.el (hi-lock-mode):
33811 * follow.el: find-file-hooks -> find-file-hook.
33812
33813 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33814
33815 2005-03-24 Juri Linkov <juri@jurta.org>
33816
33817 * dired.el (dired-mode-map): Add menu item "Compare directories"
33818 for dired-compare-directories.
33819
33820 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33821 Doc fix. Replace `read-file-name' with `read-directory-name'.
33822
33823 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33824
33825 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33826
33827 2005-03-24 Jay Belanger <belanger@truman.edu>
33828
33829 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33830 relevant mode settings in calc-embedded-original-modes when modes
33831 are permanently changed.
33832
33833 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33834
33835 * autoinsert.el: find-file-hooks -> find-file-hook.
33836
33837 2005-03-24 Lute Kamstra <lute@gnu.org>
33838
33839 * generic.el (generic-font-lock-defaults): Make it obsolete.
33840 (generic-font-lock-keywords): New variable to replace
33841 generic-font-lock-defaults.
33842 (generic-mode-set-font-lock): Delete it.
33843 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33844 (generic-bracket-support): Add docstring.
33845
33846 * generic-x.el: Rename generic-font-lock-defaults to
33847 generic-font-lock-keywords throughout.
33848 (mailagent-rules-setup-function): Delete it.
33849 (mailagent-rules-generic-mode): Use anonymous function instead.
33850 (show-tabs-generic-mode-font-lock-defaults-1)
33851 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33852 Quote faces.
33853 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33854 not foreground.
33855
33856 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33857 Recognize define-generic-mode.
33858
33859 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33860
33861 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33862 if there's no completion table.
33863
33864 2005-03-23 Miles Bader <miles@gnu.org>
33865
33866 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33867 Remove tty-specific variants, as they're no longer needed.
33868
33869 2005-03-23 Lute Kamstra <lute@gnu.org>
33870
33871 * generic-x.el: Code cleanup: make args constant whenever possible.
33872 (installshield-statement-keyword-list)
33873 (installshield-system-functions-list)
33874 (installshield-system-variables-list, installshield-types-list)
33875 (installshield-funarg-constants-list): Make them constants.
33876
33877 * generic.el (generic-make-keywords-list): Add autoload cookie.
33878
33879 * calendar/time-date.el: Add comment on time value formats.
33880 Don't require parse-time.
33881 (with-decoded-time-value): New macro.
33882 (encode-time-value): New function.
33883 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33884 (days-to-time): Return a valid time value when arg is huge.
33885 (time-since): Use time-subtract.
33886 (time-to-number-of-days): Use time-to-seconds.
33887
33888 2005-03-23 David Ponce <david@dponce.com>
33889
33890 * recentf.el (recentf-keep): New option.
33891 (recentf-menu-action): Default to `find-file'.
33892 (recentf-keep-non-readable-files-flag)
33893 (recentf-keep-non-readable-files-p)
33894 (recentf-file-readable-p, recentf-find-file)
33895 (recentf-cleanup-remote): Remove.
33896 (recentf-include-p): More robust.
33897 (recentf-keep-p): New function.
33898 (recentf-remove-if-non-kept): Rename from
33899 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33900 All callers updated.
33901 (recentf-menu-items-for-commands): Fix help string.
33902 (recentf-track-closed-file): Update. Doc fix.
33903 (recentf-cleanup): Update. Count removed files. Doc fix.
33904
33905 2005-03-23 Kim F. Storm <storm@cua.dk>
33906
33907 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33908 Don't inherit from fringe face (now happens automatically).
33909
33910 2005-03-22 Kim F. Storm <storm@cua.dk>
33911
33912 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33913 position values.
33914
33915 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33916
33917 * menu-bar.el (showhide-date-time): Remove.
33918 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33919 (menu-bar-make-mm-toggle): Simplify.
33920
33921 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33922
33923 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33924 Accept qualified variable and function names.
33925
33926 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33927
33928 * bindings.el (completion-ignored-extensions):
33929 Remove ".lis" for `vax-vms'.
33930
33931 2005-03-22 Andreas Schwab <schwab@suse.de>
33932
33933 * generic-x.el: Revert last change.
33934 * ldefs-boot.el: Update.
33935
33936 2005-03-22 Jay Belanger <belanger@truman.edu>
33937
33938 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33939 (calc-embedded-save-original-modes)
33940 (calc-embedded-restore-original-modes): New functions.
33941 (calc-do-embedded): Save original modes when entering embedded mode
33942 and restore when leaving embedded mode.
33943 (calc-embedded-modes-change): Change the value of
33944 calc-embedded-original-modes to reflect permanent changes.
33945
33946 2005-03-22 Lute Kamstra <lute@gnu.org>
33947
33948 * generic-x.el: Require generic again.
33949
33950 2005-03-22 Miles Bader <miles@gnu.org>
33951
33952 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33953 Tweak details to look good on both ttys and bitmap displays, light
33954 or dark background, etc.
33955
33956 2005-03-21 Kim F. Storm <storm@cua.dk>
33957
33958 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33959 mouse position.
33960
33961 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33962
33963 * icomplete.el: Don't forcibly turn on the mode upon load.
33964 (icomplete-mode): Use define-minor-mode.
33965 (icomplete-eoinput): Default to nil.
33966 (icomplete-minibuffer-setup): Remove autoload.
33967 (icomplete-tidy): Simplify.
33968 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33969 in the initial state or if the user has modified the field.
33970 Fix handling of icomplete-max-delay-chars.
33971 Remove code that handles the oddball case where
33972 minibuffer-completion-table is an integer.
33973 Wrap icomplete-completions in while-no-input in case building
33974 completions takes more time than expected.
33975 (icomplete-completions): Simplify.
33976
33977 2005-03-21 Richard M. Stallman <rms@gnu.org>
33978
33979 * jka-compr.el (jka-compr-really-do-compress):
33980 Make variable buffer-local.
33981
33982 * image-mode.el: Handle .xpm files too.
33983 (image-toggle-display): Preserve modification flag.
33984
33985 * help.el (where-is): Don't mention aliases with no key bindings.
33986
33987 2005-03-21 Lute Kamstra <lute@gnu.org>
33988
33989 * generic.el: Fix commentary section. Don't require cl for
33990 compilation.
33991 (generic-mode-list): Add autoload cookie.
33992 (generic-use-find-file-hook, generic-lines-to-scan)
33993 (generic-find-file-regexp, generic-ignore-files-regexp)
33994 (generic-mode, generic-mode-find-file-hook)
33995 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33996 (define-generic-mode): Make it a defmacro. Fix docstring.
33997 (generic-mode-internal): Code cleanup. Add autoload cookie.
33998 (generic-mode-set-comments): Code cleanup.
33999 * generic-x.el: Don't prevent compilation. Don't require generic.
34000 Follow coding conventions. Minor code cleanup.
34001 (etc-fstab-generic-mode): Add some keywords.
34002 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34003 define-generic-mode like a function declaration.
34004
34005 2005-03-21 Jay Belanger <belanger@truman.edu>
34006
34007 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34008 changing modes.
34009
34010 2005-03-21 Sam Steingold <sds@gnu.org>
34011
34012 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34013
34014 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34015
34016 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34017 Add underscore to "f$ lexicals" regexp.
34018
34019 2005-03-20 Juri Linkov <juri@jurta.org>
34020
34021 * subr.el (progress-reporter-do-update): When `min-value' is equal
34022 to `max-value', set `percentage' to 0 and prevent division by zero.
34023
34024 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34025
34026 Sync with Tramp 2.0.48.
34027
34028 * net/tramp.el (all): Change all addresses to .gnu.org.
34029 (tramp-append-tramp-buffers): New defun.
34030 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34031 Catch `dont-send' signal.
34032 (tramp-set-auto-save-file-modes): Set always permissions, because
34033 there might be an old auto-saved file belonging to another
34034 original file. This could be a security threat. Reported by
34035 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34036 Check for Emacs 21.3.50 removed.
34037
34038 * net/tramp-smb.el (all): Remove debug construct for
34039 `with-parsed-tramp-file-name'.
34040 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34041 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34042 No error message if DIRECTORY or FILENAME doesn't exist.
34043 (tramp-smb-open-connection): Check existence of
34044 `tramp-smb-program'.
34045
34046 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34047
34048 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34049 Properly handle the case where the `m' or `s' command's argument is not
34050 yet terminated.
34051 (perl-indent-new-calculate): New function.
34052 (perl-indent-line): Use it.
34053
34054 2005-03-20 Miles Bader <miles@gnu.org>
34055
34056 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34057 in text-mode too. Change to new face names.
34058 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34059 Add `:weight bold' attribute.
34060 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34061
34062 2005-03-19 Juri Linkov <juri@jurta.org>
34063
34064 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34065
34066 * international/mule.el (auto-coding-alist): Sync with
34067 `auto-mode-alist' by adding upper case archive file extensions
34068 and adding ear/war to jar extension.
34069
34070 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34071
34072 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34073 running, restart it.
34074
34075 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34076
34077 * finder.el (finder-current-item): Throw an error on an empty line.
34078
34079 * man.el (Man-follow-manual-reference): If current-word returns
34080 nil, use "".
34081
34082 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34083
34084 * simple.el (goto-line): Doc fix.
34085
34086 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34087
34088 * files.el (save-buffer): Doc fix.
34089
34090 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34091
34092 * recentf.el (recentf-cleanup-remote): New variable.
34093 (recentf-cleanup): Use it to conditionally check availability of
34094 remote files.
34095
34096 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34097
34098 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34099 function names.
34100
34101 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34102
34103 * language/thai-word.el: New file.
34104
34105 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34106
34107 * files.el (backup-buffer): If the file's directory is not
34108 writable, use copy instead of move to backup the file.
34109
34110 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34111
34112 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34113
34114 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34115
34116 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34117 Use functionp instead of symbolp and fboundp. Reported by Drkm
34118 <darkman_spam@yahoo.fr>.
34119 (ps-print-version): New version 6.6.6.
34120
34121 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34122
34123 * textmodes/table.el (table--line-column-position): New idiom.
34124 (table--row-column-insertion-point-p): New function to test
34125 validity of row and column insertion operation at a location.
34126 (table-global-menu, table-cell-menu): Use above functions for
34127 deterministic test operation.
34128 (table--editable-cell-p): Behave in deterministic fashion.
34129
34130 2005-03-18 Juri Linkov <juri@jurta.org>
34131
34132 * isearch.el (isearch-lazy-highlight-new-loop):
34133 Make arguments beg and end optional.
34134 (isearch-update): Remove optional arguments nil from
34135 isearch-lazy-highlight-new-loop.
34136 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34137 isearch-lazy-highlight-case-fold-search instead of
34138 isearch-case-fold-search, and let-bind isearch-regexp to
34139 isearch-lazy-highlight-regexp.
34140 Use isearch-lazy-highlight-last-string instead of isearch-string.
34141
34142 * replace.el (perform-replace): Remove bindings of global
34143 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34144 Add three new arguments to `replace-highlight'.
34145 (replace-highlight): Add arguments string, regexp, case-fold.
34146 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34147 to allow isearch-lazy-highlight-new-loop to use these values
34148 to set corresponding isearch-lazy-highlight-* internal
34149 variables whose values lazy highlighting will use regardless of
34150 changes to global variables isearch-string, isearch-regexp,
34151 isearch-case-fold-search during lazy highlighting loop.
34152 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34153 to `lazy-highlight-cleanup'.
34154
34155 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34156 (ispell-highlight-face): Set default face to `isearch' when
34157 lazy highlighting is enabled.
34158 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34159 priority to 1. Add lazy highlighting.
34160 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34161 from `isearch-dehighlight'.
34162
34163 2005-03-18 David Ponce <david@dponce.com>
34164
34165 * files.el (hack-local-variables): Do a case-insensitive search
34166 for End.
34167
34168 2005-03-18 Juri Linkov <juri@jurta.org>
34169
34170 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34171 `isearch-lazy-highlight-cleanup', add alias to old name and
34172 declare obsolete. Add release numbers to other obsolete vars.
34173 (isearch-done, isearch-lazy-highlight-new-loop):
34174 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34175 (lazy-highlight-cleanup) <variable>: Doc fix.
34176 (isearch-lazy-highlight-update): Rename obsolete
34177 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34178
34179 2005-03-18 Kenichi Handa <handa@m17n.org>
34180
34181 * language/thai-util.el: Fix categorization of Thai characters in
34182 thai-category-table.
34183 (thai-composition-pattern): Adjust it for the above change.
34184 (thai-self-insert-command, thai-compose-syllable): New functions.
34185 (thai-compose-region): Use thai-compose-syllable.
34186 (thai-compose-string): Likewise.
34187 (thai-composition-function): Likewise.
34188 (thai-auto-composition): New function.
34189 (thai-auto-composition-mode): New minor mode.
34190
34191 * language/thai.el: Fix patterns to be registered in
34192 composition-function-table.
34193
34194 * international/quail.el (quail-input-method): Locally bind
34195 inhibit-modification-hooks to t.
34196
34197 2005-03-17 Richard M. Stallman <rms@gnu.org>
34198
34199 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34200 (perl-mode): Use run-mode-hooks.
34201
34202 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34203 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34204 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34205
34206 * mail/sendmail.el (sendmail-send-it): Reenable the code
34207 to compute resend-to-address and use it.
34208
34209 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34210
34211 * image-mode.el: New file.
34212
34213 * image.el (insert-sliced-image): Add autoload cookie.
34214
34215 * font-lock.el (font-lock-lines-before): New user option.
34216 (font-lock-after-change-function): Obey it.
34217
34218 * bindings.el (esc-map): Make M-g a prefix.
34219 Bind M-g g and M-g M-g to goto-line.
34220
34221 * faces.el (face-id): Doc fix.
34222
34223 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34224
34225 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34226 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34227 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34228
34229 * mail/sendmail.el (mail-yank-ignored-headers)
34230 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34231 Add Mail-Followup-To and Mail-Reply-To headers.
34232 (mail-citation-hook): Add autoload cookie.
34233 (mail-mode): Doc fix.
34234 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34235 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34236 (mail-mode-fill-paragraph): Handle those headers.
34237 (mail-mailing-lists): New variable.
34238 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34239
34240 2005-03-17 Juri Linkov <juri@jurta.org>
34241
34242 * isearch.el (isearch-fallback): Check for `(car previous)'
34243 before calling `isearch-other-end-state'.
34244
34245 2005-03-17 Kim F. Storm <storm@cua.dk>
34246
34247 * simple.el (move-beginning-of-line): Move to beginning of buffer
34248 line, as well as beginning of screen line.
34249
34250 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34251
34252 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34253 argument REDRAW rather than calendar-redrawing variable.
34254 * calendar/calendar.el (calendar-redrawing): Delete.
34255 (redraw-calendar): Do not bind calendar-redrawing.
34256
34257 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34258
34259 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34260 diary-file buffer.
34261
34262 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34263
34264 * help.el (describe-mode): Allow a :minor-mode-function property to
34265 specify a different minor mode toggle function than the variable.
34266 * simple.el (auto-fill-function):
34267 * subr.el (add-minor-mode): Use it.
34268
34269 2005-03-16 Kenichi Handa <handa@m17n.org>
34270
34271 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34272 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34273 (ethio-fidel-to-sera-buffer): Likewise.
34274
34275 2005-03-16 Juri Linkov <juri@jurta.org>
34276
34277 * emacs-lisp/find-func.el (find-function-regexp):
34278 Add defun-emitting macro `menu-bar-make-toggle'.
34279
34280 * isearch.el: Put `isearch-scroll' property to
34281 `split-window-horizontally'.
34282
34283 * info.el: Update error messages for `debug-ignored-errors'.
34284 (Info-isearch-search): Doc fix.
34285 (Info-find-node): Move up code to go into info buffer before
34286 recording the node to the history.
34287 (Info-fontify-node): Fontify titles only if the next line
34288 has two or more `*', `=', `-', `.'.
34289 Display "go to this node" for empty (match-string 3).
34290
34291 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34292
34293 * term/mac-win.el: Add mouse pointer shape constants.
34294
34295 2005-03-15 Kim F. Storm <storm@cua.dk>
34296
34297 * simple.el (move-beginning-of-line): Use vertical-motion.
34298
34299 2005-03-15 Juri Linkov <juri@jurta.org>
34300
34301 * isearch.el (isearch-error): New variable.
34302 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34303 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34304 (isearch-within-brackets-state): Remove.
34305 (isearch-case-fold-search-state, isearch-pop-fun-state):
34306 Decrease frame index.
34307 (isearch-mode, isearch-top-state, isearch-push-state)
34308 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34309 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34310 (isearch-search, isearch-lazy-highlight-new-loop):
34311 Replace `isearch-invalid-regexp' with `isearch-error'.
34312 Remove `isearch-within-brackets'.
34313 (isearch-search): Add `search-failed' handler to `condition-case'.
34314 (isearch-lazy-highlight-search): Add `condition-case' to catch
34315 errors and allow `isearch-lazy-highlight-update' to try
34316 highlighting from the beginning of the window.
34317 (isearch-repeat): Move up code to set isearch-wrapped to t
34318 before calling isearch-wrap-function.
34319
34320 * info.el (Info-isearch-initial-node): New internal variable.
34321 (Info-search): Signal an error in isearch mode when search leaves
34322 the initial node. Signal an error when `bound' is non-nil and
34323 nothing was found in the current subfile.
34324 (Info-isearch-search): Remove `condition-case'.
34325 (Info-isearch-wrap): Don't wrap when search failed during leaving
34326 the initial node. If `Info-isearch-search' is nil, wrap around
34327 the current node.
34328 (Info-isearch-start): New fun.
34329 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34330 `isearch-mode-hook'.
34331
34332 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34333
34334 * simple.el (normal-erase-is-backspace): Set default to t if
34335 running on Mac.
34336
34337 * term/mac-win.el (function-key-map): Sync with x-win.el.
34338
34339 2005-03-15 Kenichi Handa <handa@m17n.org>
34340
34341 * international/mule-cmds.el (locale-language-names): Modify the
34342 format of elements and add more entries.
34343 (locale-preferred-coding-systems): Add more entries.
34344 (set-locale-environment): Adjust for the change of
34345 locale-language-names.
34346
34347 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34348
34349 * pcvs.el (smerge-ediff): Remove bogus autoload.
34350
34351 2005-03-14 Lute Kamstra <lute@gnu.org>
34352
34353 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34354 Ignore a `*' at the beginning of a line.
34355
34356 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34357 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34358 subr.el.
34359 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34360 to specify indentation.
34361
34362 * generic.el (define-generic-mode): Let generic-mode-list be a
34363 list of strings; test membership with equal.
34364
34365 2005-03-14 Kim F. Storm <storm@cua.dk>
34366
34367 * simple.el (next-line, previous-line): Add optional try-vscroll
34368 arg to recognize interactive use. Pass it on to line-move.
34369 (line-move): Don't perform auto-window-vscroll when defining or
34370 executing keyboard macro to ensure consistent behavior.
34371
34372 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34373
34374 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34375
34376 2005-03-13 Lute Kamstra <lute@gnu.org>
34377
34378 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34379 debugger-setup-buffer so that backtrace marks the frames set to
34380 debug-on-exit and we don't have to do it manually. Set an extra
34381 debug-on-exit for macro's.
34382 (debugger-setup-buffer): Don't mark the top frame manually.
34383
34384 2005-03-12 Lute Kamstra <lute@gnu.org>
34385
34386 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34387 lisp-indent-function throughout.
34388 (with-no-warnings): Set lisp-indent-function property.
34389
34390 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34391
34392 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34393 Add entry for backslash.
34394
34395 2005-03-12 Juri Linkov <juri@jurta.org>
34396
34397 * info.el (Info-search): Four fixes for backward search.
34398
34399 2005-03-11 Jay Belanger <belanger@truman.edu>
34400
34401 * calc/calc.el (calc-language-alist): New variable.
34402 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34403 (calc-embedded-find-modes): Use calc-language-alist instead of
34404 calc-embedded-language-alist.
34405
34406 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34407
34408 * calendar/calendar.el (calendar-redrawing): New internal
34409 variable.
34410 (redraw-calendar): Remove bogus save-excursion from previous
34411 change. Bind calendar-redrawing to t for mark-diary-entries.
34412 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34413 calendar if that is why we were called.
34414
34415 2005-03-11 Kenichi Handa <handa@m17n.org>
34416
34417 * international/mule.el (make-coding-system): Set property
34418 coding-system-define-form to nil.
34419 (define-coding-system-alias): Likewise.
34420
34421 2005-03-11 Kenichi Handa <handa@m17n.org>
34422
34423 These changes are suggested by Dave Love <fx@gnu.org>.
34424
34425 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34426 coding: tag.
34427 (adaptive-fill-regexp): Add more bullets.
34428 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34429 regexps.
34430
34431 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34432
34433 * help.el (describe-mode): Properly handle non-trivial lighters.
34434 Don't ignore minor modes that are not listed in minor-mode-list.
34435
34436 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34437 feature ON when the user requests to turn it OFF.
34438
34439 2005-03-10 Lute Kamstra <lute@gnu.org>
34440
34441 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34442 (implement-debug-on-entry): New function to replace debug-entry-code.
34443 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34444 second argument as the 2005-03-07 change makes it obsolete.
34445 (debug-on-entry, cancel-debug-on-entry): Update call to
34446 debug-on-entry-1.
34447 (debug, debugger-setup-buffer): Comment update.
34448 (debugger-frame-number): Update to work with implement-debug-on-entry.
34449
34450 2005-03-10 Jay Belanger <belanger@truman.edu>
34451
34452 * calc/calc-embed.el (math-ms-args): Declare it.
34453 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34454 math-ms-args.
34455 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34456 variables.
34457
34458 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34459
34460 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34461 Use message-box.
34462
34463 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34464 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34465 (tooltip-gud-tips): Simplify.
34466 (tooltip-gud-tips-p): Remove superfluous :set.
34467 (tooltip-gud-modes): Add fortran-mode.
34468 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34469
34470 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34471
34472 2005-03-09 Kim F. Storm <storm@cua.dk>
34473
34474 * play/animate.el (animate-place-char): Use forward-line instead
34475 of next-line to improve performance.
34476
34477 2005-03-09 Simon Josefsson <jas@extundo.com>
34478
34479 * net/browse-url.el (browse-url-default-browser): Doc fix.
34480
34481 2005-03-09 Miles Bader <miles@gnu.org>
34482
34483 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34484 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34485
34486 2005-03-09 Kenichi Handa <handa@m17n.org>
34487
34488 * international/latin-1.el: Set case and syntax for 255 only if
34489 set-case-syntax-set-multibyte is nil.
34490
34491 * textmodes/ispell.el (ispell-insert-word): New function.
34492 (ispell-word): Use ispell-insert-word to insert a new word.
34493 (ispell-process-line): Likewise.
34494 (ispell-complete-word): Likewise.
34495
34496 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34497
34498 * calendar/calendar.el (redraw-calendar): Preserve point.
34499 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34500 (calendar-week-start-day): Move after definition of
34501 redraw-calendar. Delete buffer test, since redraw-calendar has
34502 that now.
34503
34504 * calendar/diary-lib.el (mark-diary-entries): Only call
34505 redraw-calendar in the first of any recursive calls.
34506 Reported by Alan Shutko <ats@acm.org>.
34507
34508 2005-03-08 Juri Linkov <juri@jurta.org>
34509
34510 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34511 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34512 (html-radio-buttons): Add a space before the trailing `/>' where
34513 sgml-xml-mode is non-nil.
34514 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34515 the subsequent tag of the empty XML tag.
34516 (html-href-anchor): Don't set initial input to "http:".
34517 (html-image): Ask for the image URL and set point inside alt="".
34518 (html-name-anchor): Duplicate the name in the `id' attribute when
34519 sgml-xml-mode is non-nil.
34520 (html-paragraph): Remove \n before <p>.
34521 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34522 instead of `checked' when sgml-xml-mode is non-nil.
34523
34524 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34525 Remove 1 space before #RRGGBB to not truncate it on terminal
34526 windows w/o fringes. Remove 1 space between bg and fg examples
34527 to get more space.
34528 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34529 avoid byte-compile warnings.
34530
34531 * image-file.el (image-file-handler): Put `safe-magic' property to
34532 `image-file-handler'.
34533
34534 * info.el (Info-isearch-search): Emulate word search in
34535 isearching through multiple Info nodes with Info-search.
34536 (Info-isearch-wrap): Allow isearch-word.
34537
34538 2005-03-08 Lute Kamstra <lute@gnu.org>
34539
34540 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34541 stepping into the debugger's code is not possible.
34542 (debugger-jumping-flag): Docstring update.
34543
34544 2005-03-08 Jay Belanger <belanger@truman.edu>
34545
34546 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34547 embedded mode begins.
34548 (calc-embedded-language-alist): New variable.
34549 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34550 set default language mode.
34551
34552 2005-03-08 Kenichi Handa <handa@m17n.org>
34553
34554 * international/ccl.el (define-ccl-program): Fix docstring about
34555 extra 256 bytes assured for the output buffer.
34556
34557 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34558 Fix BUFFER_MAGNIFICATION to 2.
34559 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34560
34561 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34562
34563 * align.el (align-rules-list): Added an alignment rule for CSS
34564 declarations (applies to css-mode and html-mode buffers).
34565
34566 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34567
34568 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34569
34570 2005-03-07 Kim F. Storm <storm@cua.dk>
34571
34572 * simple.el (move-beginning-of-line): New command.
34573
34574 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34575
34576 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34577
34578 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34579 and move-beginning-of-line.
34580
34581 * apropos.el (apropos-print): Omit command from M-x ... RET.
34582
34583 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34584
34585 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34586 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34587
34588 2005-03-06 Richard M. Stallman <rms@gnu.org>
34589
34590 * bindings.el (esc-map): Bind M-g to goto-line.
34591
34592 * facemenu.el (global-map): Bind M-o, not M-g.
34593
34594 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34595
34596 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34597 "Open Directory" as for "Open File".
34598
34599 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34600
34601 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34602 (push-mark-command): Run activate-mark-hook.
34603
34604 2005-03-06 Richard M. Stallman <rms@gnu.org>
34605
34606 * help-mode.el (help-mode-finish): Don't alter the element
34607 in view-return-to-alist if there already is one.
34608
34609 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34610 make sure the current buffer is the expected one.
34611
34612 * novice.el (disabled-command-function): Output in *Disabled Command*.
34613 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34614
34615 * textmodes/flyspell.el (flyspell-large-region):
34616 Pass args differently for aspell.
34617
34618 * files.el (mode-require-final-newline): Doc fix.
34619
34620 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34621
34622 * progmodes/which-func.el (which-function):
34623 Specify NOERROR when calling imenu--make-index-alist.
34624
34625 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34626
34627 * simple.el (normal-erase-is-backspace): Define default value.
34628
34629 * custom.el (custom-theme-set-variables): Remove unused var
34630 `immediate'.
34631 (custom-reevaluate-setting): Simple function to handle variables
34632 that are defined before their default value can really be
34633 computed.
34634
34635 * startup.el (command-line): Use it for temporary-file-directory,
34636 small-emporary-file-directory, auto-save-file-name-transforms,
34637 blink-cursor-mode, and normal-erase-is-backspace.
34638
34639 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34640 progress, even with buggy anchored keywords.
34641
34642 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34643
34644 * simple.el (goto-line): Remove unbalanced final parenthesis.
34645
34646 2005-03-05 Richard M. Stallman <rms@gnu.org>
34647
34648 * simple.el (goto-line): Use a number at point as the default.
34649 With C-u as arg, switch buffers.
34650
34651 2005-03-05 Juri Linkov <juri@jurta.org>
34652
34653 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34654 with `no-blinking-cursor'.
34655
34656 * startup.el (no-blinking-cursor): New defvar.
34657 (command-line): Add `--no-blinking-cursor' to longopts.
34658 Set `no-blinking-cursor' to t for command line arguments
34659 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34660 with `no-blinking-cursor' in the condition for calling
34661 `blink-cursor-mode'.
34662
34663 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34664
34665 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34666 (menu-bar-options-save): Add blink-cursor-mode.
34667 (menu-bar-options-menu): Add blink-cursor-mode.
34668
34669 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34670
34671 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34672 (icalendar-export-file, icalendar-export-region)
34673 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34674 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34675
34676 2005-03-04 Lute Kamstra <lute@gnu.org>
34677
34678 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34679 (debug-function-list): Ditto.
34680
34681 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34682
34683 * textmodes/texinfmt.el (texinfo-append-refill):
34684 Redefine the types of line to which @refill
34685 is not appended by replacing a search for `@refill\\|@bye' with
34686 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34687 itemize@refill' bug and the unfilled long lines bug.
34688 (texinfmt-version): Update number and date.
34689
34690 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34691
34692 * international/code-pages.el (windows-1250, windows-125[2-8])
34693 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34694
34695 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34696
34697 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34698 bound yet.
34699
34700 2005-03-02 Romain Francoise <romain@orebokech.com>
34701
34702 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34703 buffer after removing limits.
34704 (ibuffer-pop-filter): Ditto.
34705 Update copyright.
34706
34707 2005-03-02 Miles Bader <miles@gnu.org>
34708
34709 * button.el (make-text-button): If the user doesn't specify a
34710 type, use the default. Rewrite to use `add-text-properties' and
34711 plist functions.
34712
34713 2005-03-01 Lute Kamstra <lute@gnu.org>
34714
34715 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34716 (debugger-jumping-flag): New var.
34717 (debug-entry-code): Use it.
34718 (debugger-jump): Use debugger-jumping-flag and add
34719 debugger-reenable to post-command-hook.
34720 (debugger-reenable): Use debugger-jumping-flag and remove itself
34721 from post-command-hook.
34722 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34723 debugger-reenable.
34724
34725 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34726
34727 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34728 inclusion of "itemize\\|", which may be unnecessary, is certainly
34729 inelegant, and stops refilling in itemize lists when formatting
34730 Japanese Texinfo files to Info.
34731 Update copyright to 2005.
34732
34733 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34734
34735 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34736 of an error if GDB can't find the source file.
34737
34738 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34739
34740 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34741 not just the calendar.
34742
34743 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34744 first.
34745 (diary-redraw-calendar): New function.
34746 (make-diary-entry): Add diary-redraw-calendar to local
34747 write-contents-functions. Turn off selective display before
34748 inserting in diary.
34749
34750 2005-03-01 Kim F. Storm <storm@cua.dk>
34751
34752 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34753
34754 2005-03-01 Lute Kamstra <lute@gnu.org>
34755
34756 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34757 that debug-entry-code can be safely removed from a function while
34758 this code is being evaluated. Revert the 2005-02-27 change as the
34759 new implementation no longer requires it. Make sure that a
34760 function body containing just a string is not mistaken for a docstring.
34761 (debug): Skip one more frame in case of debug on entry.
34762 (debugger-setup-buffer): Delete one more frame line in case of
34763 debug on entry.
34764 (debugger-frame-number): Update to use the new text introduced by
34765 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34766
34767 2005-02-28 Kim F. Storm <storm@cua.dk>
34768
34769 * double.el (double-translate-key): Call force-window-update after
34770 read-event to avoid crash in redisplay.
34771
34772 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34773
34774 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34775 (debug): Use it. Move the inhibit-trace earlier.
34776 (debug-entry-code): New const.
34777 (debug-on-entry-1): Use it.
34778
34779 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34780
34781 * international/utf-16.el (ccl-encode-mule-utf-16le):
34782 Fix BUFFER_MAGNIFICATION to 2.
34783 (ccl-encode-mule-utf-16be): Likewise.
34784
34785 2005-02-28 Kenichi Handa <handa@m17n.org>
34786
34787 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34788 Fix BUFFER_MAGNIFICATION to 4.
34789 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34790
34791 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34792
34793 * speedbar.el (speedbar-update-flag): Doc fix.
34794 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34795 argument.
34796
34797 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34798
34799 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34800 have a non-nil `invisible' property but are actually visible.
34801
34802 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34803 for perldoc sections.
34804 (perl-outline-regexp, perl-outline-level): New var and function.
34805 (perl-mode): Use them.
34806
34807 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34808
34809 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34810 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34811
34812 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34813
34814 * cus-edit.el: Comment change.
34815 (custom-buffer-create-internal): Slightly reword text at top of
34816 Custom buffers. Mention there that saving an option edits the
34817 init file. Add link to Emacs manual node on `custom-file'.
34818 (custom-magic-alist): Rewrite individual State messages to use
34819 capitalized keywords. Doc fix.
34820
34821 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34822
34823 * calendar/calendar.el (calendar-buffer): Move above
34824 calendar-week-start-day.
34825 (calendar-week-start-day): Doc fix. Add :set function.
34826 (calendar-minimum-window-height): New variable.
34827 (generate-calendar-window): Only resize window if selected-window
34828 is displaying the calendar buffer. Use new variable
34829 calendar-minimum-window-height.
34830 (generate-calendar): Reword error message.
34831 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34832
34833 2005-02-27 Andreas Schwab <schwab@suse.de>
34834
34835 * vc.el (vc-do-command): Don't run command asynchronously when
34836 operating in a remote directory.
34837
34838 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34839 change from sync with Tramp 2.0.47.
34840
34841 2005-02-27 Richard M. Stallman <rms@gnu.org>
34842
34843 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34844
34845 * textmodes/flyspell.el (flyspell-mode-on):
34846 Call ispell-change-dictionary only if necessary.
34847
34848 * emacs-lisp/re-builder.el (regexp-builder): New function.
34849
34850 * register.el (describe-register-1): Explicitly handle
34851 yank-excluded-properties = t.
34852
34853 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34854 (custom-magic-alist): Change the status descriptions again.
34855 (face widget-type): Total rewrite based on `restricted-sexp'
34856 to eliminate the confusing double hiding levels.
34857
34858 * emacs-lisp/debug.el (debug-on-entry-1):
34859 If function body is empty, add nil as body form.
34860
34861 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34862
34863 * emacs-lisp/trace.el (inhibit-trace): New var.
34864 (trace-make-advice): Use it.
34865
34866 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34867
34868 2005-02-26 Kim F. Storm <storm@cua.dk>
34869
34870 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34871 (mouse-on-link-p, mouse-drag-region-1): Use it.
34872
34873 2005-02-25 Lute Kamstra <lute@gnu.org>
34874
34875 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34876
34877 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34878
34879 * frame.el (blink-cursor-mode): Add :group keyword.
34880
34881 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34882
34883 * calendar/icalendar.el (icalendar--decode-isodatetime):
34884 New optional argument DAY-SHIFT.
34885 (icalendar-export-region): Fix coding-system-for-write.
34886 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34887 events by one.
34888
34889 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34890
34891 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34892
34893 2005-02-24 Kim F. Storm <storm@cua.dk>
34894
34895 * international/iso-acc.el (iso-accents-compose): Fix crash
34896 during redisplay. Call force-window-update after read-event
34897 and delete-region to signal that window is not accurate.
34898
34899 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34900
34901 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34902 Remove unused and inexistent var `inhibit-trace'.
34903 (debugger-mode): Use run-mode-hooks.
34904 (debugger-list-functions): Add buttons; setup xref stack.
34905
34906 2005-02-23 Richard M. Stallman <rms@gnu.org>
34907
34908 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34909 appointment says it was explicitly made.
34910 (appt-add): Set the 3rd element.
34911 (appt-make-list): Preserve explicit appointments.
34912
34913 * subr.el (find-tag-default): Catch errors in forward-sexp.
34914
34915 2005-02-23 Juri Linkov <juri@jurta.org>
34916
34917 * info.el (Info-isearch-search): New defcustom.
34918 (Info-isearch-search): Call the default isearch function
34919 when Info-isearch-search is nil.
34920 (Info-isearch-wrap): Use variable Info-isearch-search.
34921
34922 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34923
34924 * cus-edit.el: Comment change.
34925
34926 2005-02-22 Kim F. Storm <storm@cua.dk>
34927
34928 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34929 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34930
34931 2005-02-22 Simon Josefsson <jas@extundo.com>
34932
34933 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34934 New variable.
34935 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34936 Oskarsson" <myrkraverk@users.sourceforget.net>.
34937
34938 2005-02-22 Kim F. Storm <storm@cua.dk>
34939
34940 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34941 check that window of that event is the selected window.
34942 (mouse-drag-region-1): Compare mouse event window to selected
34943 window before setting point.
34944
34945 * tooltip.el (tooltip-show-help-function): Pass event to
34946 mouse-on-link-p so it can check selected window.
34947
34948 2005-02-22 Kenichi Handa <handa@m17n.org>
34949
34950 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34951 (ps-mule-show-warning): New function.
34952 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34953 characters are found.
34954
34955 * ps-print.el (ps-header-footer-string): Return a list of header
34956 and footer strings.
34957
34958 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34959
34960 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34961
34962 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34963
34964 * frame.el (blink-cursor-mode): Use define-minor-mode.
34965
34966 * term/mac-win.el (function-key-map): Use char-names more consistently.
34967 (file-name-coding-system): Only set it for MacOS-9. The other case is
34968 already handled in mule-cmds.el (where it also works when mac-win.el
34969 is not used).
34970
34971 2005-02-21 Kenichi Handa <handa@m17n.org>
34972
34973 * international/mule.el (ctext-pre-write-conversion): Always use
34974 " *code-converting-work*" buffer for work.
34975
34976 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34977
34978 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34979
34980 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34981
34982 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34983
34984 * ses.el (undo-more): Restore defadvice, but only the part that
34985 allows changes outside the restricted area of the buffer.
34986
34987 2005-02-20 Kim F. Storm <storm@cua.dk>
34988
34989 * simple.el (line-move): Add fourth optional arg try-vscroll which
34990 must be set to perform auto-window-vscroll.
34991 When moving backwards and doing auto-window-vscroll, automatically
34992 vscroll to the last part of lines which are taller than the window.
34993 (next-line, previous-line): Set try-vscroll arg on line-move.
34994
34995 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34996
34997 * replace.el (query-replace, query-replace-regexp)
34998 (replace-string, replace-regexp): When operating on region, make
34999 the minibuffer prompt say so.
35000
35001 * isearch.el (isearch-forward): Document isearch-query-replace and
35002 isearch-query-replace-regexp keybindings.
35003
35004 2005-02-19 Jay Belanger <belanger@truman.edu>
35005
35006 * calc/calc-aent.el (math-read-token): Add local variable.
35007
35008 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35009 (calc-edit-top): Move declaration to earlier in file.
35010 (calc-edit-macro-repeats): Add local variables.
35011
35012 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35013 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35014 calcFunc-tanh.
35015 Adjust integration rule for calcFunc-tan.
35016
35017 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35018
35019 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35020 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35021 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35022 (viper-skip-separators): Bug fix.
35023 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35024 particular major mode.
35025 (viper-del-backward-char-in-replace): Don't put deleted char on the
35026 kill ring.
35027
35028 * emulation/viper-ex.el (viper-color-display-p): New function.
35029 (viper-has-face-support-p): Use viper-color-display-p.
35030
35031 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35032
35033 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35034
35035 * emulation/viper-util.el (viper-glob-unix-files):
35036 Fix shell status check.
35037 (viper-file-remote-p): Make equivalent to file-remote-p.
35038
35039 * emulation/viper.el (viper-major-mode-modifier-list):
35040 Use viper-gnus-modifier-map.
35041
35042 2005-02-19 David Kastrup <dak@gnu.org>
35043
35044 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35045 quoting.
35046
35047 2005-02-19 Jay Belanger <belanger@truman.edu>
35048
35049 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35050 Remove extra definitions.
35051 (calc-coth): New function.
35052 (calcFunc-cot): Fix `let'.
35053
35054 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35055
35056 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35057 the reasons we use "type pc" in these faces.
35058
35059 * button.el (button): Ditto.
35060
35061 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35062
35063 * replace.el (query-replace-read-from): Set the value of
35064 query-replace-from-history-variable to handle the case of an empty
35065 string entered to accept the suggested default.
35066
35067 * net/tramp.el (tramp-file-name-for-operation):
35068 Use dired-call-process instead of dired-call-process-command.
35069
35070 2005-02-19 Jay Belanger <belanger@truman.edu>
35071
35072 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35073 (math-div-non-trig): New variables.
35074 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35075 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35076 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35077 trig expressions.
35078
35079 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35080
35081 * progmodes/gdb-ui.el (gdb-var-update-handler)
35082 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35083 for watch expressions,
35084 (gdb-var-create-handler): Don't set speedbar-update-flag.
35085 (gdb-post-prompt): Simplify test for speedbar.
35086
35087 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35088
35089 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35090 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35091 we use the syntax table of the correct buffer.
35092 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35093 Felix Gatzemeier.
35094
35095 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35096 (ediff-file-remote-p): Make synonymous with file-remote-p.
35097 In all deffaces ediff-*-face-*, use min-colors.
35098
35099 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35100 ediff-recurse-to-subdirectories.
35101 (ediff-mark-if-equal): Check that the arguments are strings, use
35102 ediff-same-contents (after to Felix Gatzemeier).
35103
35104 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35105 nil.
35106
35107 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35108
35109 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35110
35111 2005-02-18 David Kastrup <dak@gnu.org>
35112
35113 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35114 use `mark-active' when defined.
35115
35116 2005-02-18 Kenichi Handa <handa@m17n.org>
35117
35118 * ps-print.el (ps-font-info-database): New entry
35119 ZapfChancery-MediumItalic with correct font name. Fix font name
35120 of the entry Zapf-Chancery-MediumItalic.
35121
35122 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35123
35124 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35125
35126 2005-02-16 Kim F. Storm <storm@cua.dk>
35127
35128 * ido.el (ido-fallback-command): Pass user input to fallback command.
35129
35130 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35131
35132 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35133 (gdb-find-file-hook): Add server prefix.
35134
35135 2005-02-16 Richard M. Stallman <rms@gnu.org>
35136
35137 * replace.el (perform-replace): Pass new args to replace-highlight.
35138 (replace-highlight): Take region args,
35139 and pass them to isearch-lazy-highlight-new-loop.
35140
35141 * novice.el (disabled-command-hook): Autoload the defalias
35142 and the make-obsolete-variable call.
35143
35144 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35145
35146 * isearch.el (isearch-lazy-highlight-start-limit)
35147 (isearch-lazy-highlight-end-limit): New variables limit
35148 the region for highlighting.
35149 (isearch-lazy-highlight-new-loop): New args BEG and END.
35150 (isearch-lazy-highlight-search): Use the new vars.
35151 (isearch-lazy-highlight-update): Likewise.
35152
35153 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35154
35155 * cus-start.el (all): Use default-boundp.
35156
35157 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35158
35159 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35160
35161 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35162
35163 * autorevert.el (auto-revert-stop-on-user-input)
35164 (auto-revert-verbose): Doc fixes.
35165
35166 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35167
35168 * international/mule-cmds.el (set-locale-environment): Remove call
35169 to set-selection-coding-system on Windows.
35170
35171 2005-02-15 Jay Belanger <belanger@truman.edu>
35172
35173 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35174 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35175 calcFunc-coth.
35176 (math-simplify-sqrt): Add simplifications.
35177
35178 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35179 to list.
35180
35181 * calc/calc-ext.el: Add functions to autoloads.
35182
35183 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35184 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35185 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35186 (math-csc-raw, math-cot-raw): New functions.
35187
35188 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35189
35190 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35191 the variable name in a message.
35192
35193 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35194 calcFunc-csc, calcFunc-cot.
35195
35196 * calc/calcalg2.el: Add derivative and integration rules for
35197 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35198 calcFunc-csch, calcFunc-coth.
35199 (math-do-integral-methods): Add to checks for when to use
35200 substitutions.
35201
35202 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35203
35204 2005-02-15 Lute Kamstra <lute@gnu.org>
35205
35206 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35207 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35208 <monnier@iro.umontreal.ca>.
35209 (lisp-outline-level): Improve efficiency. Suggested by David
35210 Kastrup <dak@gnu.org>.
35211
35212 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35213
35214 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35215 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35216 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35217 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35218 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35219
35220 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35221
35222 * cus-start.el (all): Comment change.
35223
35224 2005-02-14 Lute Kamstra <lute@gnu.org>
35225
35226 * cus-start.el (all): Check if symbol is void.
35227
35228 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35229
35230 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35231 optional argument to \cite.
35232
35233 2005-02-14 Richard M. Stallman <rms@gnu.org>
35234
35235 * cus-edit.el (custom-buffer-create-internal): Update help message.
35236 (custom-magic-alist): Update help messages.
35237
35238 * cus-start.el (all): Allow a var to specify a standard value.
35239
35240 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35241
35242 * custom.el (custom-theme-set-variables): Handle variable aliases.
35243
35244 * frame.el (blink-cursor-timer): Doc fix.
35245 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35246 declare obsolete.
35247 (blink-cursor-mode): Define with defcustom and use correct
35248 standard expression in that defcustom.
35249 * startup.el (command-line): Adapt to above changes in frame.el.
35250
35251 2005-02-11 Lute Kamstra <lute@gnu.org>
35252
35253 * apropos.el (apropos-score-doc): Prevent division by zero.
35254
35255 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35256
35257 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35258 (icalendar--get-event-property-attributes)
35259 (icalendar--get-event-properties)
35260 (icalendar--datetime-to-diary-date): New functions.
35261 (icalendar--split-value): Doc fix.
35262 (icalendar--datetime-to-noneuropean-date)
35263 (icalendar--datetime-to-european-date): New optional argument
35264 SEPARATOR. Return result as a string instead of a list.
35265 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35266 (icalendar--convert-string-for-export): Rename arg S to STRING.
35267 (icalendar-export-region): Doc fix. Change name of error buffer.
35268 Save output buffer.
35269 (icalendar-import-file): Add blank at end of prompt.
35270 (icalendar-import-buffer): Doc fix. Do not switch to error
35271 buffer. Indicate status in return value.
35272 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35273 buffer. Save output buffer. Handle exception from recurrence
35274 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35275 events. Fix problems with weekly all-day events.
35276
35277 2005-02-10 Richard M. Stallman <rms@gnu.org>
35278
35279 * simple.el (eval-expression-print-format):
35280 Avoid warning about edebug-active.
35281
35282 * help.el (help-for-help-internal): Rename from help-for-help.
35283 (help-for-help): Define with defalias.
35284
35285 * font-core.el (font-lock-default-function): Use with-no-warnings.
35286
35287 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35288
35289 * custom.el (defface): Doc fix.
35290
35291 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35292
35293 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35294 width 0" to prevent word wrapping problems.
35295
35296 2005-02-09 Kim F. Storm <storm@cua.dk>
35297
35298 * ido.el (ido-file-extensions-order): New defcustom.
35299 (ido-file-extension-lessp, ido-file-extension-aux)
35300 (ido-file-extension-order): New advanced file ordering.
35301 (ido-file-lessp): New simple file ordering.
35302 (ido-sort-list): Remove.
35303 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35304 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35305
35306 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35307
35308 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35309 that some versions of grep produce.
35310 (grep-mode-font-lock-keywords): Likewise.
35311
35312 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35313
35314 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35315 (gdb-cdir): Delete.
35316 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35317 (gdb-source-info): Treat case when source file is in another
35318 directory properly.
35319 (gdb-get-location): New function.
35320
35321 2005-02-07 Jay Belanger <belanger@truman.edu>
35322
35323 * calc/calc-prog.el (calc-write-parse-table-part)
35324 (calc-fix-token-name): Fix a check for language type.
35325
35326 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35327
35328 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35329
35330 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35331 as directory not writable.
35332
35333 2005-02-07 Kim F. Storm <storm@cua.dk>
35334
35335 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35336 (cua--standard-movement-commands): Remove list.
35337 Instead, set CUA property value to move for movement commands.
35338 (cua-movement-commands): Remove. Users must set CUA prop instead.
35339 (cua--pre-command-handler): Check CUA property.
35340 (cua--init-keymaps): Don't remap undo commands.
35341 (cua-mode): Don't call cua--rectangle-on-off.
35342
35343 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35344 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35345 (cua--rect-undo-set-point): New var.
35346 (cua--rectangle-undo-boundary): Setup undo apply entry.
35347 (cua--rect-undo-handler): New function for rectangle undo.
35348 (cua--rect-start-position, cua--rect-end-position): Add.
35349 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35350 for restored rectangle. Set point if cua--rect-undo-set-point.
35351
35352 2005-02-06 Jay Belanger <belanger@truman.edu>
35353
35354 * calc/calc-lang.el (calc-tex-language): Display more information
35355 in messages.
35356
35357 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35358 in TeX mode.
35359
35360 2005-02-06 Richard M. Stallman <rms@gnu.org>
35361
35362 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35363
35364 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35365
35366 * net/ldap.el (ldap-search-internal): Support attributes with
35367 optional descriptions separated by a semi-colon, as in
35368 "userCertificate;binary".
35369
35370 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35371
35372 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35373 isn't a cons (i.e. the version is 0).
35374
35375 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35376
35377 * help.el (help-for-help): Doc fix.
35378
35379 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35380
35381 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35382 GDB-Windows on the menu-bar as this works better.
35383
35384 2005-02-04 Jay Belanger <belanger@truman.edu>
35385
35386 * calc/calc-embed.el (calc-embedded-update): Don't put in
35387 unnecessary newlines. Adjust the end of formula marker.
35388
35389 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35390 (math-latex-parse-two-args): New function.
35391
35392 2005-02-03 Lute Kamstra <lute@gnu.org>
35393
35394 * help-fns.el (help-with-tutorial): Make sure that users cannot
35395 remove the entire text of the tutorial by means of `undo'.
35396
35397 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35398
35399 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35400 in recent changes, where the ispell process was repeatedly
35401 killed & restarted.
35402
35403 * international/mule-cmds.el (set-locale-environment): Set file-name
35404 coding system to utf-8 on Darwin systems.
35405 (set-default-coding-systems): Don't set default-file-name-coding-system
35406 on Darwin systems.
35407
35408 2005-02-03 Richard M. Stallman <rms@gnu.org>
35409
35410 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35411
35412 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35413
35414 * faces.el (list-faces-display): Add optional argument.
35415
35416 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35417
35418 * font-core.el (font-lock-default-function): Handle the rare case where
35419 only font-lock-keywords is set.
35420
35421 2005-02-02 Kenichi Handa <handa@m17n.org>
35422
35423 * international/characters.el: Cancel previous change for
35424 I-WITH-DOT-ABOVE and DOTLESS-i.
35425
35426 * international/latin-5.el: Cancel previous change.
35427
35428 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35429
35430 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35431
35432 2005-02-02 Kenichi Handa <handa@m17n.org>
35433
35434 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35435 DOTLESS-i.
35436
35437 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35438 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35439
35440 * case-table.el (get-upcase-table): New function.
35441 (copy-case-table): Copy upcaes table too if non-nil.
35442 (set-case-syntax-delims): Maintain upcase table too.
35443 (set-case-syntax-pair): Likewise.
35444 (set-upcase-syntax, set-downcase-syntax): New functions.
35445 (set-case-syntax): Maintain upcase table too.
35446
35447 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35448
35449 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35450
35451 * progmodes/gud.el (gud-goto-info): New function.
35452 (gud-tool-bar-map): Use correct icon.
35453
35454 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35455
35456 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35457 When delegating, order args in the funcall correctly.
35458
35459 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35460
35461 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35462
35463 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35464
35465 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35466 buffer not visiting a file.
35467
35468 2005-01-31 Jay Belanger <belanger@truman.edu>
35469
35470 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35471 bound on the line with the formula.
35472
35473 2005-01-31 Kim F. Storm <storm@cua.dk>
35474
35475 * ses.el (ses-create-cell-variable-range)
35476 (ses-destroy-cell-variable-range, ses-reset-header-string)
35477 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35478 (ses-insert-row): Fix format of apply undo entries.
35479
35480 2005-01-31 Jay Belanger <belanger@truman.edu>
35481
35482 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35483 parts.
35484
35485 * calc/calc-embed.el (calc-embedded-open-formula)
35486 (calc-embedded-close-formula): Ignore matrix environments.
35487
35488 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35489 TeX mode.
35490
35491 * calc/calc-lang.el (math-function-table, math-oper-table)
35492 (math-variable-table): Adjust the LaTeX portions.
35493
35494 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35495 (math-latex-ignore-words): New constant.
35496
35497 2005-01-31 Richard M. Stallman <rms@gnu.org>
35498
35499 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35500 (ispell-local-dictionary): Doc fix.
35501 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35502 Don't reinitialize at run time. Don't defcustom.
35503 All uses changed to append ispell-local-dictionary-alist,
35504 or check it first.
35505 (ispell-current-dictionary): New variable for dictionary in use.
35506 (ispell-dictionary): Now used only for global default.
35507 (ispell-start-process): Set ispell-current-dictionary,
35508 not ispell-dictionary.
35509 (ispell-change-dictionary): Use this only for setting
35510 user preferences.
35511 (ispell-internal-change-dictionary): New function
35512 to change the current dictionary in use.
35513 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35514 Use ispell-current-dictionary.
35515 Handle ispell-local-dictionary-overridden.
35516 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35517
35518 2005-01-31 Jay Belanger <belanger@truman.edu>
35519
35520 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35521
35522 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35523 (calc-mode-map): Add calc-latex-language.
35524
35525 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35526 (math-latex-print-frac): New functions.
35527 (math-oper-table, math-function-table, math-variable-table)
35528 (math-complex-format, math-input-filter): Add latex properties.
35529 (calc-set-language): Set math-expr-special-function-mapping.
35530
35531 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35532 (calc-write-parse-table-part): Add LaTeX support.
35533
35534 * calc/calc.el (calc-language): Adjust docstring.
35535 (calc-set-mode-line): Add LaTeX support.
35536 (math-expr-special-function-mapping): New variable.
35537 (math-tex-ignore-words): Add to list.
35538
35539 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35540 Add LaTeX support.
35541 (math-compose-expr): Add support for special functions.
35542
35543 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35544
35545 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35546
35547 * progmodes/gdb-ui.el (gdb-memory-address)
35548 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35549 (gdb-memory-mode-map, gdb-memory-format-keymap)
35550 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35551 (gdb-memory-unit-menu): New variables for a buffer
35552 that lets the user examine program memory.
35553 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35554 (gdb-memory-format-binary, gdb-memory-format-octal)
35555 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35556 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35557 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35558 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35559 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35560 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35561 (gdb-memory-mode, gdb-memory-buffer-name)
35562 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35563 New functions for above buffer.
35564
35565 2005-01-30 Richard M. Stallman <rms@gnu.org>
35566
35567 * cus-edit.el (custom-bury-buffer): Function deleted.
35568 (custom-buffer-done-function): Option deleted.
35569 (custom-buffer-done-kill): New replacement option.
35570 (Custom-buffer-done): Call quit-window.
35571 (custom-buffer-create-internal): Update for above changes.
35572
35573 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35574
35575 * simple.el (undo-ask-before-discard): New var.
35576 (undo-outer-limit-truncate): Implement it.
35577 (undo-extra-outer-limit): Doc update.
35578
35579 2005-01-29 Richard M. Stallman <rms@gnu.org>
35580
35581 * ses.el (undo-more): Delete defadvice.
35582 (ses-begin-change): Doc fix.
35583
35584 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35585 instead of rebinding C-x u and C-_.
35586
35587 * files.el (normal-backup-enable-predicate): Return nil for files
35588 in /tmp, regardless of temporary-file-directory.
35589
35590 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35591
35592 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35593 (open-rectangle, delete-whitespace-rectangle-line)
35594 (clear-rectangle-line): If FILL, pass t instead of FILL
35595 for move-to-column's 2nd arg.
35596
35597 * simple.el (undo): Fix the test for continuing a series of undos.
35598 (undo-more): Set pending-undo-list to t when we reach end.
35599 (pending-undo-list): Move up defvar.
35600
35601 * wid-edit.el (widget-button-click):
35602 Shorten the range of the track-mouse binding.
35603
35604 * comint.el (comint-insert-input): Undo previous changes;
35605 use last-input-event in interactive spec.
35606
35607 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35608
35609 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35610 to nil before invoking call-process. Reset buffer's modified flag
35611 after fontifying it in the no-async branch.
35612
35613 * wid-edit.el (widget-specify-button): If mouse pointer shape
35614 cannot be changed, use mouse face instead.
35615
35616 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35617
35618 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35619 (gdb-goto-breakpoint): Make breakpoint handling work on template
35620 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35621 (gdb-assembler-custom): Update to recognize breakpoint information
35622 added on 2005-01-19.
35623
35624 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35625
35626 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35627 (dsssl-mode): Use define-derived-mode.
35628 (scheme-mode-initialize): Remove.
35629 (scheme-mode): Use run-mode-hooks.
35630
35631 * cus-edit.el (customize-group-other-window)
35632 (custom-buffer-create-other-window): Don't override special-display-*.
35633 (custom-mode-map): Make it dense.
35634
35635 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35636 sets the default value.
35637
35638 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35639
35640 * descr-text.el: Add more keywords.
35641
35642 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35643
35644 * speedbar.el: Avoid unnecessary use of locate-library.
35645
35646 * international/mule-cmds.el (standard-display-european-internal):
35647 Don't fiddle with latin-1 non-break space any more since it's now
35648 special cased in the C code.
35649 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35650
35651 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35652
35653 * cus-start.el (all): Add `undo-outer-limit'.
35654
35655 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35656
35657 * textmodes/bibtex.el (bibtex-format-entry):
35658 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35659 field lines.
35660 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35661 not on part of a buffer.
35662
35663 2005-01-25 Lute Kamstra <lute@gnu.org>
35664
35665 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35666 nonempty field text strings like "{letters\\macro{}more letters}".
35667 Clarify docstring.
35668 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35669 (bibtex-entry-offset, bibtex-parse-association)
35670 (bibtex-parse-field-name): Fix typos in docstrings.
35671 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35672
35673 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35674 Juri Linkov <juri@jurta.org>
35675
35676 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35677 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35678 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35679 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35680
35681 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35682 isearch minor mode.
35683
35684 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35685
35686 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35687
35688 2005-01-24 Lute Kamstra <lute@gnu.org>
35689
35690 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35691 CASECHARS and NOT-CASECHARS regular expressions of the
35692 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35693 striding over charsets" error.
35694
35695 2005-01-24 Jay Belanger <belanger@truman.edu>
35696
35697 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35698 display variable name.
35699
35700 2005-01-24 Kenichi Handa <handa@m17n.org>
35701
35702 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35703 Fix setting of the element of encoded-kbd-iso2022-invocations.
35704
35705 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35706
35707 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35708 (gdb-threads-select): Change to also accept mouse events.
35709 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35710 (gdb-threads-mouse-select): Delete.
35711
35712 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35713
35714 * files.el (insert-directory): Take care of empty directory,
35715 listed without -a switch.
35716
35717 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35718
35719 * textmodes/refill.el (refill-post-command-function):
35720 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35721 to the list of functions that we should be careful not to undo.
35722 (refill-late-fill-paragraph-function): Remove.
35723 (refill-saved-state): New var.
35724 (refill-mode): Use it to save fill-paragraph-function.
35725 Save also the value of auto-fill-function.
35726
35727 * term/w32-win.el: Simplify code.
35728
35729 2005-01-23 Kim F. Storm <storm@cua.dk>
35730
35731 * simple.el (line-move): Adapt to new return value from
35732 pos-visible-in-window-p.
35733
35734 * simple.el (line-move): Fix last change. Check partial
35735 visibility at point rather than at window-start.
35736
35737 2005-01-22 Jason Rumney <jasonr@gnu.org>
35738
35739 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35740
35741 2005-01-22 David Kastrup <dak@gnu.org>
35742
35743 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35744
35745 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35746
35747 * type-break.el (type-break-mode): Add a test for
35748 type-break-file-name being non-nil.
35749
35750 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35751
35752 * net/eudc.el (top level): Call (message "") via progn, so that
35753 eudc-options-file is loaded.
35754
35755 2005-01-22 Kim F. Storm <storm@cua.dk>
35756
35757 * simple.el (line-move-1): Rename from line-move.
35758 (line-move): New function that adjusts vscroll for partially
35759 visible rows, and calls line-move-1 otherwise.
35760
35761 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35762
35763 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35764 since it's not a complete read-event implementation.
35765
35766 2005-01-20 Jay Belanger <belanger@truman.edu>
35767
35768 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35769 for called function.
35770
35771 2005-01-20 Steven Tamm <steventamm@mac.com>
35772
35773 * term/mac-win.el (process-connection-type): Remove.
35774 Controlled now by s/darwin.h:PTY_ITERATION.
35775
35776 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35777
35778 * window.el (handle-select-window): Don't switch window when we're
35779 in the minibuffer.
35780
35781 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35782
35783 * subr.el (dotimes-with-progress-reporter): New macro.
35784
35785 * ses.el (ses-dotimes-msg): Remove macro.
35786 Use `dotimes-with-progress-reporter' instead.
35787
35788 2005-01-19 Steven Tamm <steventamm@mac.com>
35789
35790 * term/mac-win.el (process-connection-type): Use new
35791 operating-system-release variable to use ptys on Darwin 7 (OS X
35792 10.3) when using carbon build.
35793
35794 2005-01-19 Jay Belanger <belanger@truman.edu>
35795
35796 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35797 flags if the last command was a tab or M-tab.
35798
35799 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35800 in formula editing buffer.
35801
35802 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35803
35804 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35805 breakpoint image symbol in margin.
35806
35807 2005-01-19 Jay Belanger <belanger@truman.edu>
35808
35809 * calc/calc-prog.el (calc-execute-kbd-macro):
35810 Ignore calc-keep-arg-flag.
35811
35812 2005-01-19 Kenichi Handa <handa@m17n.org>
35813
35814 * textmodes/ispell.el (ispell-looking-at): New function.
35815 (ispell-process-line): Use ispell-looking-at to compare the ispell
35816 output and the buffer contents.
35817
35818 2005-01-18 Jay Belanger <belanger@truman.edu>
35819
35820 * calc/calc.el (calc-display-raw): Fix docstring.
35821
35822 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35823
35824 * simple.el (blink-matching-open): Strip extra info from syntax.
35825
35826 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35827 funny chars in the end-of-here-doc marker.
35828
35829 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35830
35831 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35832 that enable/disabled state of breakpoints is shown correctly in
35833 fringe and on ttys.
35834 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35835 Add breakpoint information as text properties.
35836 (gdb-mouse-toggle-breakpoint):
35837 Rename to gdb-mouse-set-clear-breakpoint.
35838 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35839 breakpoints in the margin.
35840 (gdb-remove-strings): Simplify.
35841
35842 2005-01-17 Jay Belanger <belanger@truman.edu>
35843
35844 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35845 erasing buffer.
35846
35847 2005-01-17 Richard M. Stallman <rms@gnu.org>
35848
35849 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35850 for calling grep-compute-defaults.
35851
35852 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35853 if buffer is empty.
35854
35855 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35856
35857 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35858
35859 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35860
35861 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35862 non-preloaded variables.
35863
35864 2005-01-17 Steven Tamm <steventamm@mac.com>
35865
35866 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35867 tex-shell cause to force interactivity when using pipes.
35868
35869 2005-01-17 Kim F. Storm <storm@cua.dk>
35870
35871 * simple.el (just-one-space): Make arg optional.
35872
35873 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35874
35875 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35876 posn-at-x-y to t to access left-margin.
35877
35878 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35879
35880 Sync with Tramp 2.0.47.
35881
35882 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35883 catching keep-date problems in cp/scp operations.
35884 (tramp-handle-copy-file): Don't call `set-file-modes'
35885 unconditionally. Specialized functions should know better what is
35886 necessary. This improves performance a little bit, and the
35887 functions could catch errors with `cp -p' and `scp -p'.
35888 (tramp-do-copy-or-rename-file-via-buffer)
35889 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35890 when appropriate.
35891 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35892 Call `set-file-modes' when appropriate.
35893 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35894 Johnsson <isak@hypergene.com>.
35895 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35896 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35897 <joakim@verona.se>.
35898 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35899 Emacs only.
35900
35901 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35902 `find-file-hooks' and `dired-mode-hook'.
35903 (tramp-minor-mode-map): Respective map. Add remapping for
35904 `compile' and `recompile'.
35905 (tramp-remap-command, tramp-recompile): New defuns.
35906 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35907 in buffer "*Compilation*". Call the commands asynchronously.
35908
35909 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35910 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35911 `shell-command', because it isn't magic in XEmacs. Reported by
35912 Adrian Aichner <adrian@xemacs.org>.
35913
35914 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35915 `substitute-in-file-name.
35916 (tramp-smb-handle-substitute-in-file-name): New defun.
35917 (tramp-smb-advice-PC-do-completion): Delete advice.
35918
35919 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35920
35921 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35922 Fix error in deleting region.
35923
35924 2005-01-15 Richard M. Stallman <rms@gnu.org>
35925
35926 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35927 In non-temp buffer, switch syntax table temporarily.
35928
35929 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35930
35931 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35932
35933 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35934
35935 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35936 (imenu--generic-function): Use START, not BEG, as pos of definition.
35937
35938 * simple.el (just-one-space): Argument specifies number of spaces.
35939
35940 * simple.el (eval-expression-print-format): Avoid warning
35941 about edebug-active.
35942
35943 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35944
35945 * progmodes/sh-script.el: Code copied from make-mode.el
35946 with small changes,
35947 (sh-mode-map): Bind C-c C-\.
35948 (sh-backslash-column, sh-backslash-align): New variables.
35949 (sh-backslash-region, sh-append-backslash): New functions.
35950
35951 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35952
35953 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35954 (rmail-pop-password, rmail-pop-password-required): Move to
35955 rmail-obsolete group.
35956 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35957 All callers updated.
35958 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35959 Take an argument specifying whether it is POP or IMAP mailbox we
35960 are using. All callers updated.
35961 (rmail-pop-password-error): Rename to
35962 rmail-remote-password-error. Added mailutils-specific error message.
35963 (rmail-movemail-search-path)
35964 (rmail-movemail-variant-in-use): New variables.
35965 (rmail-remote-password, rmail-remote-password-required):
35966 New customization variables.
35967 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35968 (rmail-parse-url): New function.
35969 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35970 with GNU mailutils movemail.
35971
35972 2005-01-15 Kevin Ryde <user42@zip.com.au>
35973
35974 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35975 suffix to space, $ or '$, to correctly position point when going
35976 to @table style constants like DBL_MAX.
35977
35978 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35979
35980 * type-break.el (type-break-mode, type-break-file-time)
35981 (type-break-file-keystroke-count, type-break-choose-file):
35982 Don't store data in or load data from the file if type-break-file-name
35983 is nil.
35984 (type-break-file-name): Doc update as per the above.
35985
35986 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35987
35988 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35989 lookup-key might return nil; handle that.
35990
35991 2005-01-15 Alan Mackenzie <acm@muc.de>
35992
35993 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35994 Return the tail of the tree rather than the element found,
35995 thus enabling the tree to be setcar'd.
35996
35997 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35998
35999 * textmodes/org.el (org-show-following-heading): New option.
36000 (org-show-hierarchy-above): Use `org-show-following-heading'.
36001 (org-cycle): Documentation fix.
36002
36003 * textmodes/org.el (orgtbl-optimized): New option.
36004 (orgtbl-mode): New command, a minor mode.
36005 (orgtbl-mode-map): New variable.
36006 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36007 (orgtbl-error, orgtbl-self-insert-command)
36008 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36009
36010 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36011 a local variable in each org-mode buffer.
36012
36013 * textmodes/org.el (org-set-regexps-and-options): Rename from
36014 `org-set-regexps'. Added checking for STARTUP keyword.
36015 (org-get-current-options): Add STARTUP options.
36016 (org-table-insert-row): Make mode intelligent about when
36017 realignment is needed.
36018 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36019 New commands.
36020 (org-enable-table-editor): New default value `optimized'.
36021 (org-table-blank-field): Support blanking regions if active.
36022
36023 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36024
36025 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36026 if the year is not given.
36027
36028 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36029 Add new escapes %m and %M, fixed bug with %F by adding
36030 save-match-data.
36031 (reftex-reference): Remove ?. from list of spaces.
36032 (reftex-label-info): Add automatic label prefix recognition.
36033
36034 * textmodes/reftex-index.el (reftex-index-next-phrase):
36035 Add slave parameter to call of `reftex-index-this-phrase'.
36036 (reftex-index-this-phrase): New optional argument.
36037 (reftex-index-region-phrases): Add slave parameter to call of
36038 `reftex-index-this-phrase'.
36039 (reftex-display-index): New argument redo.
36040 (reftex-index-rescan): Add `redo' to arguments of
36041 `reftex-display-index'.
36042 (reftex-index-Rescan, reftex-index-revert)
36043 (reftex-index-switch-index-tag): Add `redo' to arguments of
36044 `reftex-display-index'.
36045 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36046 indexing. Fix bug with matching is there is a quote before or
36047 after the word.
36048
36049 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36050 Fix bug when collecting citation keys in lines with comments.
36051 (reftex-citation): Prefix argument no longer rescans the document,
36052 but forces prompting for optional arguments of cite macros.
36053 (reftex-do-citation): Prompting for optional arguments implemented.
36054
36055 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36056 Add optional arguments to most cite commands.
36057 (reftex-cite-cleanup-optional-args): New option
36058 (reftex-cite-prompt-optional-args): New option.
36059 (reftex-trust-label-prefix): New option.
36060
36061 * textmodes/reftex-toc.el (reftex-toc-find-section):
36062 Add push-mark before changing the position in the buffer.
36063
36064 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36065 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36066
36067 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36068
36069 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36070 more carefully.
36071
36072 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36073
36074 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36075 (sgml-mode): Use it.
36076 (sgml-get-context): Better keep track of implicitly closed tags.
36077
36078 2005-01-13 Kenichi Handa <handa@m17n.org>
36079
36080 * textmodes/ispell.el: These changes are to fix misalignment error
36081 caused by equivalent characters of different Emacs charsets.
36082 (ispell-unified-chars-table): New variable.
36083 (ispell-get-decoded-string): New function.
36084 (ispell-get-casechars, ispell-get-not-casechars)
36085 (ispell-get-otherchars): Call ispell-get-decoded-string.
36086
36087 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36088
36089 * custom.el (custom-declare-variable): Just put symbol instead
36090 of (defvar . symbol) in `current-load-list'.
36091
36092 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36093
36094 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36095
36096 2005-01-12 Jay Belanger <belanger@truman.edu>
36097
36098 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36099 to create a Calc summary.
36100
36101 2005-01-12 Kim F. Storm <storm@cua.dk>
36102
36103 * mouse.el (mouse-on-link-p): Change functionality and doc
36104 string to comply with latest description in lisp ref.
36105
36106 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36107
36108 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36109 Enable mouse clicks on mode-line, header-line and margin.
36110 (event-type): Give mouse event symbols an `event-kind' property
36111 with value `mouse-click'.
36112
36113 2005-01-12 Juri Linkov <juri@jurta.org>
36114
36115 * facemenu.el (list-colors-display): Add new arg buffer-name.
36116 Use it. Fix docstring. Replace code for identifying duplicate
36117 colors by the name with call to `list-colors-duplicates' which
36118 identifies duplicate colors by the value unless the color
36119 is one of special Windows colors. Set truncate-lines to t.
36120 Print sorted duplicate color names on each line. Indent to 22
36121 \(the longest color name in rgb.txt) instead of 20. Optimize.
36122 (list-colors-duplicates): New function.
36123 (facemenu-color-name-equal): Delete function.
36124
36125 * facemenu.el (list-colors-print): New function created from code
36126 in list-colors-display. Print #RRGGBB at the window right edge.
36127 (list-colors-display): When temp-buffer-show-function is not
36128 defined, call list-colors-print from temp-buffer-show-hook
36129 to get the right value of window-width in list-colors-print
36130 after the buffer is displayed.
36131
36132 * simple.el (pop-mark): Move deactivate-mark out of conditional
36133 part to deactivate the active mark regardless of the state of the
36134 mark ring.
36135
36136 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36137 variables line in desktop files.
36138
36139 2005-01-12 Juri Linkov <juri@jurta.org>
36140
36141 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36142 Bring together isearch highlight related options.
36143 (lazy-highlight): Replace group `replace' by `matching'.
36144 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36145 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36146 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36147 and declare them obsolete.
36148 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36149 (isearch-faces): Remove defgroup.
36150 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36151 Move isearch highlighting code closer to lazy highlighting code.
36152
36153 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36154 (query-replace-highlight, query-replace-lazy-highlight)
36155 (query-replace): Move definitions to the beginning of the file.
36156
36157 2005-01-11 Juri Linkov <juri@jurta.org>
36158
36159 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36160 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36161 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36162
36163 * info.el (Info-history-forward): New variable.
36164 (Info-select-node): Reset Info-history-forward to nil.
36165 (Info-last): Turn into defalias.
36166 (Info-history-back): Rename from Info-last.
36167 Add current node to Info-history-forward.
36168 (Info-history-forward): New fun.
36169 (Info-mode-map): Replace Info-last by Info-history-back.
36170 Bind Info-history-forward to "r".
36171 (Info-mode-menu): Replace Info-last by Info-history-back.
36172 Fix menu item text. Add menu item for Info-history-forward.
36173 (info-tool-bar-map): Replace Info-last by Info-history-back.
36174 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36175 for Info-history-forward.
36176 (Info-mode): Replace Info-last by Info-history-back in docstring.
36177 Add local variable Info-history-forward.
36178 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36179
36180 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36181
36182 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36183 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36184 Ignore select-window events rather than fiddle with
36185 mouse-autoselect-window.
36186
36187 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36188
36189 * type-break.el (type-break-mode): Fix previous change.
36190
36191 2005-01-10 Jay Belanger <belanger@truman.edu>
36192
36193 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36194 calculator; only reset when point is inside a calculator.
36195 Don't adjust the window height if the window takes up the whole height
36196 of the frame.
36197
36198 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36199
36200 * ebuff-menu.el (Electric-buffer-menu-mode):
36201 Preserve value of buffer-local var header-line-format.
36202
36203 2005-01-09 Jay Belanger <belanger@truman.edu>
36204
36205 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36206 Make sure settings file exists before accessing it.
36207
36208 * calc/calc-embed.el (calc-embedded-subst):
36209 Replace math-multi-subst-rec, which is only supposed to be called
36210 by math-multi-subst, by math-multi-subst.
36211
36212 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36213
36214 * vc.el (vc-allow-async-revert): New user option.
36215 (vc-disable-async-diff): New internal variable.
36216 (vc-revert-buffer): Use them to disable asynchronous diff.
36217
36218 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36219 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36220 asynchronously if vc-disable-async-diff is t.
36221
36222 2005-01-09 Jay Belanger <belanger@truman.edu>
36223
36224 * calc/calc.el (defcalcmodevar): New macro.
36225 (calc-mode-var-list-restore-default-values)
36226 (calc-mode-var-list-restore-saved-values): New functions.
36227 (calc-mode-var-list): Use defcalcmodevar to define it.
36228 (calc-always-load-extensions, calc-line-numbering)
36229 (calc-line-breaking, calc-display-just, calc-display-origin)
36230 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36231 (calc-group-char, calc-point-char, calc-frac-format)
36232 (calc-prefer-frac, calc-hms-format, calc-date-format)
36233 (calc-float-format, calc-full-float-format, calc-complex-format)
36234 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36235 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36236 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36237 (calc-matrix-brackets, calc-language, calc-language-option)
36238 (calc-left-label, calc-right-label, calc-word-size)
36239 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36240 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36241 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36242 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36243 (calc-window-height, calc-display-trail, calc-show-selections)
36244 (calc-use-selections, calc-assoc-selections)
36245 (calc-display-working-message, calc-auto-why, calc-timing)
36246 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36247 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36248 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36249 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36250 (calc-gnuplot-geometry, calc-graph-default-resolution)
36251 (calc-graph-default-resolution-3d, calc-invocation-macro)
36252 (calc-show-banner): Use defcalcmodevar to declare them and set
36253 their default values.
36254
36255 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36256 instead of default values (but restore default values if there is
36257 an argument of 0).
36258
36259 2005-01-09 David Kastrup <dak@gnu.org>
36260
36261 * desktop.el (desktop-restore-eager): Fix typo in type.
36262
36263 2005-01-08 Richard M. Stallman <rms@gnu.org>
36264
36265 * cus-edit.el (customize): Delete :link.
36266
36267 2005-01-08 Jay Belanger <belanger@truman.edu>
36268
36269 * calc/calc.el (calc-mode): Remove the extension from the
36270 `calc-settings-file' file name when loading it.
36271
36272 2005-01-08 Kim F. Storm <storm@cua.dk>
36273
36274 * info.el (Info-mode-map, Info-next-link-keymap)
36275 (Info-prev-link-keymap, Info-up-link-keymap):
36276 Map follow-link to mouse-face.
36277 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36278
36279 2005-01-08 Jay Belanger <belanger@truman.edu>
36280
36281 * calc/calc.el (calc-settings-file): Change default value.
36282 Suggested by cgw in a comment in calc-mode.el.
36283
36284 * calc/calc-mode.el (calc-settings-file-name):
36285 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36286 Replace ~/.emacs in a prompt by calc-settings-file.
36287
36288 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36289
36290 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36291 (desktop-lazy-idle-delay): New customizable variables.
36292 (desktop-buffer-args-list): New variable.
36293 (desktop-append-buffer-args): New function.
36294 (desktop-save): Call desktop-append-buffer-args for some buffers.
36295 (desktop-lazy-create-buffer): New function.
36296 (desktop-idle-create-buffers): New function.
36297 (desktop-read): Add message about buffers to restore lazily.
36298 (desktop-lazy-abort): New command.
36299 (desktop-clear): Call desktop-lazy-abort.
36300 (desktop-lazy-complete): New command.
36301
36302 2005-01-06 Richard M. Stallman <rms@gnu.org>
36303
36304 * emacs-lisp/find-func.el (find-face-definition):
36305 Rename from find-face.
36306
36307 2005-01-06 Kim F. Storm <storm@cua.dk>
36308
36309 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36310
36311 * man.el (Man-xref-man-page, Man-xref-header-file)
36312 (Man-xref-normal-file): Add follow-link property.
36313
36314 2005-01-06 Jay Belanger <belanger@truman.edu>
36315
36316 * calc/calc-units.el: Make sure the proper macro definitions are
36317 available when compiling.
36318
36319 2005-01-06 Juri Linkov <juri@jurta.org>
36320
36321 * isearch.el (isearch-lazy-highlight-update):
36322 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36323
36324 2005-01-06 Miles Bader <miles@gnu.org>
36325
36326 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36327 (isearch-lazy-highlight-face): Use new name.
36328
36329 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36330
36331 * uniquify.el (uniquify-rationalize-file-buffer-names):
36332 Re-add an interactive spec.
36333 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36334 to the same name.
36335
36336 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36337 (isearch-update, isearch-done): Adjust calls accordingly.
36338
36339 2005-01-05 Richard M. Stallman <rms@gnu.org>
36340
36341 * custom.el (custom-set-variables, custom-theme-set-variables):
36342 Clarify documentation.
36343
36344 * emacs-lisp/find-func.el (find-variable)
36345 (find-variable-other-window, find-variable-other-frame):
36346 Fix the TYPE args to find-function-read and find-function-do-it.
36347 (find-function): Doc fix.
36348 (find-function-at-point): Replace function-at-point alias.
36349
36350 2005-01-04 Richard M. Stallman <rms@gnu.org>
36351
36352 * cus-face.el (custom-declare-face):
36353 Record defface in current-load-list.
36354
36355 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36356
36357 * emacs-lisp/find-func.el: Doc fixes.
36358 (find-face-regexp): New variable.
36359 (find-function-regexp-alist): New variable.
36360 (find-function-C-source): Third arg is now TYPE.
36361 (find-function-search-for-symbol): Handle general TYPE.
36362 (find-function-read, find-function-do-it): Handle general TYPE.
36363 (find-definition-noselect, find-face): New functions.
36364 (function-at-point): Alias deleted.
36365
36366 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36367
36368 * battery.el (display-battery-mode): Rename from display-battery.
36369 Handle the case where it gets turned off.
36370
36371 2005-01-04 Richard M. Stallman <rms@gnu.org>
36372
36373 * cus-edit.el (customize): Make :link point to user doc.
36374
36375 * man.el (Man-fontify-manpage): Turn off undo generation.
36376
36377 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36378
36379 2005-01-04 Andreas Schwab <schwab@suse.de>
36380
36381 * files.el (insert-directory): Only look for error lines in
36382 inserted text. Don't move too far after processing --dired markers.
36383
36384 2005-01-04 Richard M. Stallman <rms@gnu.org>
36385
36386 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36387 Don't expand if the character is @, period, dash, etc.
36388 (define-mail-abbrev): Quote names that contain problem characters.
36389
36390 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36391
36392 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36393
36394 2005-01-03 Richard M. Stallman <rms@gnu.org>
36395
36396 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36397 (query-replace-highlight, query-replace-lazy-highlight)
36398 (query-replace): Definitions moved up. Doc fix.
36399
36400 2005-01-03 Richard M. Stallman <rms@gnu.org>
36401
36402 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36403 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36404 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36405 (lazy-highlight-face): Rename from isearch-lazy-...
36406 Change all references to them.
36407
36408 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36409
36410 * cus-edit.el (custom-file): Doc fix for defcustom.
36411 (custom-file): The function no longer sets the variable
36412 `custom-file' to its return value.
36413
36414 * startup.el (command-line): No longer load `custom-file'.
36415
36416 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36417
36418 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36419
36420 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36421 Don't confuse module-prefixed identifiers for labels.
36422 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36423
36424 2005-01-02 Richard M. Stallman <rms@gnu.org>
36425
36426 * files.el (basic-save-buffer-1): Fix previous change.
36427
36428 * loadhist.el (file-loadhist-lookup): New function.
36429 (file-provides, file-requires): Use it.
36430
36431 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36432 instead of calculating the right size.
36433
36434 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36435
36436 * vc-svn.el (vc-svn-diff): Stay local if possible.
36437
36438 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36439
36440 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36441
36442 * files.el (hack-local-variables): Fix last change.
36443
36444 2005-01-02 Jay Belanger <belanger@truman.edu>
36445
36446 * calc/calc-yank.el (calc-edit-top): New variable.
36447 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36448 object. Change header properties.
36449 (calc-edit-finish, calc-edit-finish-stack-object)
36450 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36451 edited object.
36452 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36453 for the beginning of the edited object.
36454 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36455 for the beginning of the edited object.
36456 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36457 (calc-finish-formula-edit, calc-macro-repeats)
36458 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36459 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36460 beginning of the edited object.
36461 (calc-user-define-edit): Change the header for editing macros.
36462 Remove unnecessary variable.
36463
36464 2005-01-01 Jay Belanger <belanger@truman.edu>
36465
36466 * calc/calc-yank.el (calc-edit-mode): Change default header.
36467 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36468 * calc/calc-store.el (calc-edit-variable): Change title to match new
36469 header.
36470 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36471 mode to match new header.
36472 (calc-user-define-edit): Change titles to include names of commands.
36473 (calc-finish-formula-edit): Adjust to handle new header.
36474 (calc-finish-macro-edit): Remove.
36475 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36476 (calc-edit-macro-command, calc-edit-macro-command-type)
36477 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36478 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36479 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36480 (calc-edit-macro-finish-edit): New functions.
36481 (calc-user-define-edit): Use new functions to edit named calc macros.
36482
36483 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36484
36485 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36486
36487 * ses.el (copy-region-as-kill): Deactivate mark.
36488
36489 2005-01-01 Richard M. Stallman <rms@gnu.org>
36490
36491 * replace.el (occur-1): If the output buffer is also an input,
36492 don't kill it, rename it.
36493
36494 * faces.el (set-face-background, set-face-foreground): Doc fix.
36495
36496 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36497 for :foreground and :background.
36498
36499 * dired.el (dired-view-command-alist): Variable deleted.
36500 (dired-view-file, dired-mouse-find-file-other-window):
36501 Delete the code to use it.
36502
36503 2005-01-01 Kim F. Storm <storm@cua.dk>
36504
36505 * image.el (insert-sliced-image): Use t for line-height property.
36506
36507 See ChangeLog.11 for earlier changes.
36508
36509 ;; Local Variables:
36510 ;; coding: iso-2022-7bit
36511 ;; add-log-time-zone-rule: t
36512 ;; End:
36513
36514 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36515
36516 This file is part of GNU Emacs.
36517
36518 GNU Emacs is free software; you can redistribute it and/or modify
36519 it under the terms of the GNU General Public License as published by
36520 the Free Software Foundation; either version 3, or (at your option)
36521 any later version.
36522
36523 GNU Emacs is distributed in the hope that it will be useful,
36524 but WITHOUT ANY WARRANTY; without even the implied warranty of
36525 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36526 GNU General Public License for more details.
36527
36528 You should have received a copy of the GNU General Public License
36529 along with GNU Emacs; see the file COPYING. If not, write to the
36530 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36531 Boston, MA 02110-1301, USA.
36532
36533 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1